2018-08-27 12:10:30,906 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-252 | | 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-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-27 12:10:30,909 - 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.28,192.30.9.7 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.28:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=9CX0NhLDf1Xm1gQO1b1C5wWp0 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=d56eab07eebe4995963c4bcc663afcc8 export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-08-27 12:10:30,909 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-27 12:10:30,910 - 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 api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ 2018-08-27 12:10:30,936 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-27 12:10:31,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:10:31,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:10:31,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:10:31,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:10:31,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:10:31,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:10:31,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:10:31,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:10:31,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:10:31,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:10:31,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:10:31,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:10:31,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:10:31,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:10:31,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:10:31,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:10:31,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:10:31,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:10:31,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:10:31,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:10:31,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:10:31,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:10:31,249 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-27 12:10:31,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-27 12:10:31,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:10:31,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d49b5b89-24d2-4f48-bf03-f1b6d477d0c7 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:10:31,257 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d49b5b89-24d2-4f48-bf03-f1b6d477d0c7 2018-08-27 12:10:31,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:10:31,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:10:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["Vd5b4sZ5QbOwVV6zHTJ0bg"], "issued_at": "2018-08-27T12:10:31.000000Z"}} 2018-08-27 12:10:31,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}835f658353537850cb1c1b5abbe8f499c13ff340" 2018-08-27 12:10:32,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:10: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-1466470f-06a8-416a-a933-736135a94de4 x-compute-request-id: req-1466470f-06a8-416a-a933-736135a94de4 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-27 12:10:32,808 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-aggregates used request id req-1466470f-06a8-416a-a933-736135a94de4 2018-08-27 12:10:32,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.55863809586s 2018-08-27 12:10:32,809 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-aggregates used request id req-1466470f-06a8-416a-a933-736135a94de4 2018-08-27 12:10:32,809 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-27 12:10:32,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:10:32,817 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 12:10:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dac9f3e6-db4f-49d1-a0b0-35cebe2f2b4d 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 12:10:32,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-dac9f3e6-db4f-49d1-a0b0-35cebe2f2b4d 2018-08-27 12:10:32,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:10:32,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}835f658353537850cb1c1b5abbe8f499c13ff340" 2018-08-27 12:10:33,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df889446-103d-4c53-bb11-c3704a64d4c2 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/1822875bebb84e26b6f0f5a37895742c"}, "tags": [], "enabled": true, "id": "1822875bebb84e26b6f0f5a37895742c", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 12:10:33,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-df889446-103d-4c53-bb11-c3704a64d4c2 2018-08-27 12:10:33,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.193600177765s 2018-08-27 12:10:33,012 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-df889446-103d-4c53-bb11-c3704a64d4c2 2018-08-27 12:10:33,013 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'1822875bebb84e26b6f0f5a37895742c', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-27 12:10:33,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-27 12:10:33,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}835f658353537850cb1c1b5abbe8f499c13ff340" 2018-08-27 12:10:33,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02aecc0c-8bc0-4b15-a77f-d6e3e5c3970e Content-Encoding: gzip Content-Length: 1963 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0a4e34cc60c546998a738ae2bda6888a"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "da42c55de78341d1a15d69eeb785071d", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0fb7eb93d24b4122a29088fff2fa98f4"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7ffa154a46744092943233322a648a10", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1506526474d645558aad652f5c93e1b3"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "041427e79f2c41588bd9e1c2cffa0a83", "id": "1506526474d645558aad652f5c93e1b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1f499949407743fca971ed5a10dd0a4e"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "62af92b9f6d84dac8ec0d33e7f57585a", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2f55c57f4c1c4c948296e8ba1573b97e"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3478826679b34ca284986285ab7476b5"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "71a59b44bc724bbb86f03af01d3eb522", "id": "3478826679b34ca284986285ab7476b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/42aa373cc1c243f5a77ecda69e644812"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "529e90bf4d1f47f3868acb317cdb2fa4", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/4f1a676c9ef04ae5b463adeb24bd000b"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4b5cdf797f6e43359e8b8ba144b20b7a", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/516de13fd2dc47d587f1b9009301bb44"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4b5cdf797f6e43359e8b8ba144b20b7a", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/58e8515132284335975f001e576ce53d"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8521156c72044327b734add8f63dad9f", "id": "58e8515132284335975f001e576ce53d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5ada7f0fadda47b995d1ce27f61c606c"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e06aed7991a642daa067c06403b2d79f", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5ef9746fd59c48208aa59a4d50bf1ff7"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "71a59b44bc724bbb86f03af01d3eb522", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6aee409a5c51409f875dce865ceda05f"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bcf88c5701864fc9ac98e7a59ea2736e", "id": "6aee409a5c51409f875dce865ceda05f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/74c8022fc05d4d6fa8f69f9eb1e95a6e"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "529e90bf4d1f47f3868acb317cdb2fa4", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/77149ab05b7343a1a290aacd0b867cd0"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bcf88c5701864fc9ac98e7a59ea2736e", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7e921d100d6448a684bd22d01008f118"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0d08d9ab972244deb272ffde7702c46b", "id": "7e921d100d6448a684bd22d01008f118"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7e942a5249f24a21b90bfe65651cdbff"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e06aed7991a642daa067c06403b2d79f", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/842f0dde306b461a829dfcc8b2153451"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8521156c72044327b734add8f63dad9f", "id": "842f0dde306b461a829dfcc8b2153451"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/86ddd6738fd547ee9bc0e60b3f8dac32"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "041427e79f2c41588bd9e1c2cffa0a83", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8851d0c93d7842958dd7a3e4c1b0c7ab"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa14ecfdd4af4cf1851f4095f311111f", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8cabb7d7988f4215aeab0bd51c3409a6"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "529e90bf4d1f47f3868acb317cdb2fa4", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/917cbd693853406185fc81d2df2e29c4"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "62af92b9f6d84dac8ec0d33e7f57585a", "id": "917cbd693853406185fc81d2df2e29c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/aecbf1fcf55d46c1bbc42d447e90f7d4"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa14ecfdd4af4cf1851f4095f311111f", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b128d76906d141c7a49f454935eb7e91"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "da42c55de78341d1a15d69eeb785071d", "id": "b128d76906d141c7a49f454935eb7e91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b426d29e39c04d88aa9fa387285f2c5a"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8546f45161eb4b8ab54c07baa73a5c47", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b614b61bf8974a64a5099dd2156ecebd"}, "url": "http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0d08d9ab972244deb272ffde7702c46b", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b61a8ff7107c4008b31d518e5c91cb6b"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "62af92b9f6d84dac8ec0d33e7f57585a", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/bc5389040fc14542a851c9c98e2f38e4"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e06aed7991a642daa067c06403b2d79f", "id": "bc5389040fc14542a851c9c98e2f38e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c431d9e1bc69461ea4da00ffa0cf43f5"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa14ecfdd4af4cf1851f4095f311111f", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c7092461ea4546e19fb4527e63709ec0"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "041427e79f2c41588bd9e1c2cffa0a83", "id": "c7092461ea4546e19fb4527e63709ec0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c7ab302ffada4c64a300898fb2ba05f6"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7ffa154a46744092943233322a648a10", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c860465e79f8486cbf07f364f3cd7477"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "71a59b44bc724bbb86f03af01d3eb522", "id": "c860465e79f8486cbf07f364f3cd7477"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/cc138aa05f6d48518882ff7c18b338dc"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bcf88c5701864fc9ac98e7a59ea2736e", "id": "cc138aa05f6d48518882ff7c18b338dc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d00c434fa0b141d0ae1b904262027bb8"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8546f45161eb4b8ab54c07baa73a5c47", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d39ea2416cd54da99fa4299c7818cf61"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7ffa154a46744092943233322a648a10", "id": "d39ea2416cd54da99fa4299c7818cf61"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/dd51c7e3cd0444e59306fc601819137a"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "da42c55de78341d1a15d69eeb785071d", "id": "dd51c7e3cd0444e59306fc601819137a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e279c756131048f4aeb15829e548b6f7"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0d08d9ab972244deb272ffde7702c46b", "id": "e279c756131048f4aeb15829e548b6f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e333a105295c47969881ff9ff20afd98"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8521156c72044327b734add8f63dad9f", "id": "e333a105295c47969881ff9ff20afd98"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e7fa26747e284fb8be30b9faa7bc4500"}, "url": "http://172.30.9.28:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f4e9a017bdb446c48e094c198786de1c"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "id": "f4e9a017bdb446c48e094c198786de1c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f9f84346fadf48d998c4fa139c5f06a6"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4b5cdf797f6e43359e8b8ba144b20b7a", "id": "f9f84346fadf48d998c4fa139c5f06a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/fa0f763902924517934d877fccb6c979"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8546f45161eb4b8ab54c07baa73a5c47", "id": "fa0f763902924517934d877fccb6c979"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-27 12:10:33,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-02aecc0c-8bc0-4b15-a77f-d6e3e5c3970e 2018-08-27 12:10:33,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.311630964279s 2018-08-27 12:10:33,329 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-02aecc0c-8bc0-4b15-a77f-d6e3e5c3970e 2018-08-27 12:10:33,336 - 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.28:5000/v3/endpoints/0a4e34cc60c546998a738ae2bda6888a'}, u'url': u'http://192.30.9.7:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'da42c55de78341d1a15d69eeb785071d', u'id': u'0a4e34cc60c546998a738ae2bda6888a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/0fb7eb93d24b4122a29088fff2fa98f4'}, u'url': u'http://192.30.9.7:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7ffa154a46744092943233322a648a10', u'id': u'0fb7eb93d24b4122a29088fff2fa98f4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/1506526474d645558aad652f5c93e1b3'}, u'url': u'http://192.30.9.7:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'041427e79f2c41588bd9e1c2cffa0a83', u'id': u'1506526474d645558aad652f5c93e1b3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/1f499949407743fca971ed5a10dd0a4e'}, u'url': u'http://192.30.9.7:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'62af92b9f6d84dac8ec0d33e7f57585a', u'id': u'1f499949407743fca971ed5a10dd0a4e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/2f55c57f4c1c4c948296e8ba1573b97e'}, u'url': u'http://192.30.9.7:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7e5f58282e4a4b0e9fbdb1783df2deb0', u'id': u'2f55c57f4c1c4c948296e8ba1573b97e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/3478826679b34ca284986285ab7476b5'}, u'url': u'http://192.30.9.7:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'71a59b44bc724bbb86f03af01d3eb522', u'id': u'3478826679b34ca284986285ab7476b5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/42aa373cc1c243f5a77ecda69e644812'}, u'url': u'http://192.30.9.7:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'529e90bf4d1f47f3868acb317cdb2fa4', u'id': u'42aa373cc1c243f5a77ecda69e644812'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/4f1a676c9ef04ae5b463adeb24bd000b'}, u'url': u'http://192.30.9.7:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4b5cdf797f6e43359e8b8ba144b20b7a', u'id': u'4f1a676c9ef04ae5b463adeb24bd000b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/516de13fd2dc47d587f1b9009301bb44'}, u'url': u'http://172.30.9.28:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4b5cdf797f6e43359e8b8ba144b20b7a', u'id': u'516de13fd2dc47d587f1b9009301bb44'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/58e8515132284335975f001e576ce53d'}, u'url': u'http://192.30.9.7:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8521156c72044327b734add8f63dad9f', u'id': u'58e8515132284335975f001e576ce53d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/5ada7f0fadda47b995d1ce27f61c606c'}, u'url': u'http://192.30.9.7:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e06aed7991a642daa067c06403b2d79f', u'id': u'5ada7f0fadda47b995d1ce27f61c606c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/5ef9746fd59c48208aa59a4d50bf1ff7'}, u'url': u'http://172.30.9.28:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'71a59b44bc724bbb86f03af01d3eb522', u'id': u'5ef9746fd59c48208aa59a4d50bf1ff7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/6aee409a5c51409f875dce865ceda05f'}, u'url': u'http://192.30.9.7:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'bcf88c5701864fc9ac98e7a59ea2736e', u'id': u'6aee409a5c51409f875dce865ceda05f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/74c8022fc05d4d6fa8f69f9eb1e95a6e'}, u'url': u'http://172.30.9.28:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'529e90bf4d1f47f3868acb317cdb2fa4', u'id': u'74c8022fc05d4d6fa8f69f9eb1e95a6e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/77149ab05b7343a1a290aacd0b867cd0'}, u'url': u'http://192.30.9.7:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'bcf88c5701864fc9ac98e7a59ea2736e', u'id': u'77149ab05b7343a1a290aacd0b867cd0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/7e921d100d6448a684bd22d01008f118'}, 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'0d08d9ab972244deb272ffde7702c46b', u'id': u'7e921d100d6448a684bd22d01008f118'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/7e942a5249f24a21b90bfe65651cdbff'}, u'url': u'http://192.30.9.7:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e06aed7991a642daa067c06403b2d79f', u'id': u'7e942a5249f24a21b90bfe65651cdbff'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/842f0dde306b461a829dfcc8b2153451'}, u'url': u'http://172.30.9.28:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8521156c72044327b734add8f63dad9f', u'id': u'842f0dde306b461a829dfcc8b2153451'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/86ddd6738fd547ee9bc0e60b3f8dac32'}, u'url': u'http://192.30.9.7:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'041427e79f2c41588bd9e1c2cffa0a83', u'id': u'86ddd6738fd547ee9bc0e60b3f8dac32'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/8851d0c93d7842958dd7a3e4c1b0c7ab'}, u'url': u'http://192.30.9.7:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'aa14ecfdd4af4cf1851f4095f311111f', u'id': u'8851d0c93d7842958dd7a3e4c1b0c7ab'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/8cabb7d7988f4215aeab0bd51c3409a6'}, u'url': u'http://192.30.9.7:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'529e90bf4d1f47f3868acb317cdb2fa4', u'id': u'8cabb7d7988f4215aeab0bd51c3409a6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/917cbd693853406185fc81d2df2e29c4'}, u'url': u'http://172.30.9.28:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'62af92b9f6d84dac8ec0d33e7f57585a', u'id': u'917cbd693853406185fc81d2df2e29c4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/aecbf1fcf55d46c1bbc42d447e90f7d4'}, u'url': u'http://192.30.9.7:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'aa14ecfdd4af4cf1851f4095f311111f', u'id': u'aecbf1fcf55d46c1bbc42d447e90f7d4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/b128d76906d141c7a49f454935eb7e91'}, u'url': u'http://172.30.9.28:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'da42c55de78341d1a15d69eeb785071d', u'id': u'b128d76906d141c7a49f454935eb7e91'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/b426d29e39c04d88aa9fa387285f2c5a'}, u'url': u'http://172.30.9.28:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8546f45161eb4b8ab54c07baa73a5c47', u'id': u'b426d29e39c04d88aa9fa387285f2c5a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/b614b61bf8974a64a5099dd2156ecebd'}, u'url': u'http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0d08d9ab972244deb272ffde7702c46b', u'id': u'b614b61bf8974a64a5099dd2156ecebd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/b61a8ff7107c4008b31d518e5c91cb6b'}, u'url': u'http://192.30.9.7:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'62af92b9f6d84dac8ec0d33e7f57585a', u'id': u'b61a8ff7107c4008b31d518e5c91cb6b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/bc5389040fc14542a851c9c98e2f38e4'}, u'url': u'http://172.30.9.28:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e06aed7991a642daa067c06403b2d79f', u'id': u'bc5389040fc14542a851c9c98e2f38e4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/c431d9e1bc69461ea4da00ffa0cf43f5'}, u'url': u'http://172.30.9.28:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'aa14ecfdd4af4cf1851f4095f311111f', u'id': u'c431d9e1bc69461ea4da00ffa0cf43f5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/c7092461ea4546e19fb4527e63709ec0'}, u'url': u'http://172.30.9.28:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'041427e79f2c41588bd9e1c2cffa0a83', u'id': u'c7092461ea4546e19fb4527e63709ec0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/c7ab302ffada4c64a300898fb2ba05f6'}, u'url': u'http://192.30.9.7:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7ffa154a46744092943233322a648a10', u'id': u'c7ab302ffada4c64a300898fb2ba05f6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/c860465e79f8486cbf07f364f3cd7477'}, u'url': u'http://192.30.9.7:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'71a59b44bc724bbb86f03af01d3eb522', u'id': u'c860465e79f8486cbf07f364f3cd7477'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/cc138aa05f6d48518882ff7c18b338dc'}, u'url': u'http://172.30.9.28:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'bcf88c5701864fc9ac98e7a59ea2736e', u'id': u'cc138aa05f6d48518882ff7c18b338dc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/d00c434fa0b141d0ae1b904262027bb8'}, u'url': u'http://192.30.9.7:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8546f45161eb4b8ab54c07baa73a5c47', u'id': u'd00c434fa0b141d0ae1b904262027bb8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/d39ea2416cd54da99fa4299c7818cf61'}, u'url': u'http://172.30.9.28:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7ffa154a46744092943233322a648a10', u'id': u'd39ea2416cd54da99fa4299c7818cf61'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/dd51c7e3cd0444e59306fc601819137a'}, u'url': u'http://192.30.9.7:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'da42c55de78341d1a15d69eeb785071d', u'id': u'dd51c7e3cd0444e59306fc601819137a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/e279c756131048f4aeb15829e548b6f7'}, u'url': u'http://12.0.0.25:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0d08d9ab972244deb272ffde7702c46b', u'id': u'e279c756131048f4aeb15829e548b6f7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/e333a105295c47969881ff9ff20afd98'}, u'url': u'http://192.30.9.7:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8521156c72044327b734add8f63dad9f', u'id': u'e333a105295c47969881ff9ff20afd98'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/e7fa26747e284fb8be30b9faa7bc4500'}, u'url': u'http://172.30.9.28:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7e5f58282e4a4b0e9fbdb1783df2deb0', u'id': u'e7fa26747e284fb8be30b9faa7bc4500'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/f4e9a017bdb446c48e094c198786de1c'}, u'url': u'http://192.30.9.7:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7e5f58282e4a4b0e9fbdb1783df2deb0', u'id': u'f4e9a017bdb446c48e094c198786de1c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/f9f84346fadf48d998c4fa139c5f06a6'}, u'url': u'http://192.30.9.7:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4b5cdf797f6e43359e8b8ba144b20b7a', u'id': u'f9f84346fadf48d998c4fa139c5f06a6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/fa0f763902924517934d877fccb6c979'}, u'url': u'http://192.30.9.7:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8546f45161eb4b8ab54c07baa73a5c47', u'id': u'fa0f763902924517934d877fccb6c979'})] 2018-08-27 12:10:33,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-27 12:10:33,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}835f658353537850cb1c1b5abbe8f499c13ff340" 2018-08-27 12:10:33,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:10: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-3b48b2d8-f49a-4b2e-99c0-a8a6be661db5 x-compute-request-id: req-3b48b2d8-f49a-4b2e-99c0-a8a6be661db5 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 12:10:33,452 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/extensions used request id req-3b48b2d8-f49a-4b2e-99c0-a8a6be661db5 2018-08-27 12:10:33,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.113482952118s 2018-08-27 12:10:33,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/extensions used request id req-3b48b2d8-f49a-4b2e-99c0-a8a6be661db5 2018-08-27 12:10:33,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-27 12:10:33,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}835f658353537850cb1c1b5abbe8f499c13ff340" 2018-08-27 12:10:35,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:10: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-6c976997-7406-4c48-b8a7-069ce2466a4f x-compute-request-id: req-6c976997-7406-4c48-b8a7-069ce2466a4f Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-27 12:10:35,468 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-floating-ip-pools used request id req-6c976997-7406-4c48-b8a7-069ce2466a4f 2018-08-27 12:10:35,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.99988293648s 2018-08-27 12:10:35,468 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-floating-ip-pools used request id req-6c976997-7406-4c48-b8a7-069ce2466a4f 2018-08-27 12:10:35,469 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-27 12:10:35,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:10:35,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}835f658353537850cb1c1b5abbe8f499c13ff340" 2018-08-27 12:10:36,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8da36355-ec85-4ce8-a586-2213613a0731 Date: Mon, 27 Aug 2018 12:10:36 GMT RESP BODY: {"floatingips": []} 2018-08-27 12:10:36,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-8da36355-ec85-4ce8-a586-2213613a0731 2018-08-27 12:10:36,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.17044615746s 2018-08-27 12:10:36,643 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-8da36355-ec85-4ce8-a586-2213613a0731 2018-08-27 12:10:36,643 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-27 12:10:36,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-27 12:10:36,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}835f658353537850cb1c1b5abbe8f499c13ff340" 2018-08-27 12:10:36,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:10: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-0c0d8097-32f1-4bd6-885e-26ad9e13d5f3 x-compute-request-id: req-0c0d8097-32f1-4bd6-885e-26ad9e13d5f3 Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 203}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 206}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 2560, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "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 12:10:36,807 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-0c0d8097-32f1-4bd6-885e-26ad9e13d5f3 2018-08-27 12:10:36,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.163526058197s 2018-08-27 12:10:36,808 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-0c0d8097-32f1-4bd6-885e-26ad9e13d5f3 2018-08-27 12:10:36,808 - 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-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': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 203}, 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.5', 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': 5, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 206}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 2560, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-08-27 12:10:36,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-27 12:10:36,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}835f658353537850cb1c1b5abbe8f499c13ff340" 2018-08-27 12:10:36,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:10: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-7920970c-1e37-43f7-8577-c938e3c4a3c5 x-compute-request-id: req-7920970c-1e37-43f7-8577-c938e3c4a3c5 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-27 12:10:36,937 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-7920970c-1e37-43f7-8577-c938e3c4a3c5 2018-08-27 12:10:36,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.128401994705s 2018-08-27 12:10:36,938 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-7920970c-1e37-43f7-8577-c938e3c4a3c5 2018-08-27 12:10:36,938 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-27 12:10:36,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:10:36,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}835f658353537850cb1c1b5abbe8f499c13ff340" 2018-08-27 12:10:38,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-3398dce0-ad5d-4e9b-9aa9-ccca6696ce62 Date: Mon, 27 Aug 2018 12:10:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:10:38,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3398dce0-ad5d-4e9b-9aa9-ccca6696ce62 2018-08-27 12:10:38,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.29584407806s 2018-08-27 12:10:38,235 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3398dce0-ad5d-4e9b-9aa9-ccca6696ce62 2018-08-27 12:10:38,235 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'be54de9c-847e-4a09-971c-0568167e3798'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T12:07:18Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'mtu': 1500, u'id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'external', u'created_at': u'2018-08-27T12:07:11Z', u'provider:network_type': u'flat', u'tenant_id': u'77bd4868bd174d5ebe51d7cc4e7de1f2', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'77bd4868bd174d5ebe51d7cc4e7de1f2', u'l2_adjacency': True})] 2018-08-27 12:10:38,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 12:10:38,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}835f658353537850cb1c1b5abbe8f499c13ff340" 2018-08-27 12:10:39,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-badddab0-e403-4e18-9221-721886cafa89 Date: Mon, 27 Aug 2018 12:10:39 GMT RESP BODY: {"ports":[]} 2018-08-27 12:10:39,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json used request id req-badddab0-e403-4e18-9221-721886cafa89 2018-08-27 12:10:39,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.07299208641s 2018-08-27 12:10:39,309 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json used request id req-badddab0-e403-4e18-9221-721886cafa89 2018-08-27 12:10:39,309 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-27 12:10:39,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 12:10:39,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}835f658353537850cb1c1b5abbe8f499c13ff340" 2018-08-27 12:10:39,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:10:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8b3b25a-6a1d-4fb8-aa25-5534aad67cfc Content-Encoding: gzip Content-Length: 722 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}}, "role": {"id": "6b26747647ee4eed8251bc5366eb3a92"}, "user": {"id": "027cdf85035a4bc1af0e96090f346ca1"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2/users/027cdf85035a4bc1af0e96090f346ca1/roles/6b26747647ee4eed8251bc5366eb3a92"}}, {"scope": {"project": {"id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}}, "role": {"id": "6b26747647ee4eed8251bc5366eb3a92"}, "user": {"id": "035cfab7b69b4f858a19d162fbf748c5"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2/users/035cfab7b69b4f858a19d162fbf748c5/roles/6b26747647ee4eed8251bc5366eb3a92"}}, {"scope": {"project": {"id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}}, "role": {"id": "6b26747647ee4eed8251bc5366eb3a92"}, "user": {"id": "0cc02800714d4835bf9a65c0a03af13e"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2/users/0cc02800714d4835bf9a65c0a03af13e/roles/6b26747647ee4eed8251bc5366eb3a92"}}, {"scope": {"project": {"id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}}, "role": {"id": "6b26747647ee4eed8251bc5366eb3a92"}, "user": {"id": "19531ac7d7a04f14901145afab065438"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2/users/19531ac7d7a04f14901145afab065438/roles/6b26747647ee4eed8251bc5366eb3a92"}}, {"scope": {"project": {"id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}}, "role": {"id": "1376336f247c4dfc90ad3b93eedb6af9"}, "user": {"id": "64d14ff993a6496ebf9b3942e2c117a2"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2/users/64d14ff993a6496ebf9b3942e2c117a2/roles/1376336f247c4dfc90ad3b93eedb6af9"}}, {"scope": {"project": {"id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}}, "role": {"id": "6b26747647ee4eed8251bc5366eb3a92"}, "user": {"id": "64d14ff993a6496ebf9b3942e2c117a2"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2/users/64d14ff993a6496ebf9b3942e2c117a2/roles/6b26747647ee4eed8251bc5366eb3a92"}}, {"scope": {"project": {"id": "d56eab07eebe4995963c4bcc663afcc8"}}, "role": {"id": "6b26747647ee4eed8251bc5366eb3a92"}, "user": {"id": "7ec832a5a7344de2b6acdec7f6f14582"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8/users/7ec832a5a7344de2b6acdec7f6f14582/roles/6b26747647ee4eed8251bc5366eb3a92"}}, {"scope": {"project": {"id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}}, "role": {"id": "6b26747647ee4eed8251bc5366eb3a92"}, "user": {"id": "8e66506f5fab421e9ede9167b2067c7f"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2/users/8e66506f5fab421e9ede9167b2067c7f/roles/6b26747647ee4eed8251bc5366eb3a92"}}, {"scope": {"project": {"id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}}, "role": {"id": "6b26747647ee4eed8251bc5366eb3a92"}, "user": {"id": "b63b7a1a980e41acba46f3e220cc854c"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2/users/b63b7a1a980e41acba46f3e220cc854c/roles/6b26747647ee4eed8251bc5366eb3a92"}}, {"scope": {"project": {"id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}}, "role": {"id": "6b26747647ee4eed8251bc5366eb3a92"}, "user": {"id": "c402ad2804454e1ea4b199ee4e59982a"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2/users/c402ad2804454e1ea4b199ee4e59982a/roles/6b26747647ee4eed8251bc5366eb3a92"}}, {"scope": {"project": {"id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}}, "role": {"id": "6b26747647ee4eed8251bc5366eb3a92"}, "user": {"id": "d305bed65749450484cdacc004d7e8db"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2/users/d305bed65749450484cdacc004d7e8db/roles/6b26747647ee4eed8251bc5366eb3a92"}}, {"scope": {"project": {"id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}}, "role": {"id": "6b26747647ee4eed8251bc5366eb3a92"}, "user": {"id": "dacefecdec674a88801be0cd5c556892"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2/users/dacefecdec674a88801be0cd5c556892/roles/6b26747647ee4eed8251bc5366eb3a92"}}, {"scope": {"project": {"id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}}, "role": {"id": "6b26747647ee4eed8251bc5366eb3a92"}, "user": {"id": "f332b780dce44f44bfaed032fb9d7712"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2/users/f332b780dce44f44bfaed032fb9d7712/roles/6b26747647ee4eed8251bc5366eb3a92"}}, {"scope": {"project": {"id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}}, "role": {"id": "6b26747647ee4eed8251bc5366eb3a92"}, "user": {"id": "f6349d2d4e444568aad044b4fd602f33"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2/users/f6349d2d4e444568aad044b4fd602f33/roles/6b26747647ee4eed8251bc5366eb3a92"}}, {"scope": {"domain": {"id": "1822875bebb84e26b6f0f5a37895742c"}}, "role": {"id": "6b26747647ee4eed8251bc5366eb3a92"}, "user": {"id": "c82d29d2fee24b5eb1ecf469306d5b0b"}, "links": {"assignment": "http://172.30.9.28:5000/v3/domains/1822875bebb84e26b6f0f5a37895742c/users/c82d29d2fee24b5eb1ecf469306d5b0b/roles/6b26747647ee4eed8251bc5366eb3a92"}}, {"scope": {"system": {"all": true}}, "role": {"id": "6b26747647ee4eed8251bc5366eb3a92"}, "user": {"id": "7ec832a5a7344de2b6acdec7f6f14582"}, "links": {"assignment": "http://172.30.9.28:5000/v3/system/users/7ec832a5a7344de2b6acdec7f6f14582/roles/6b26747647ee4eed8251bc5366eb3a92"}}], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-27 12:10:39,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments used request id req-d8b3b25a-6a1d-4fb8-aa25-5534aad67cfc 2018-08-27 12:10:39,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.172420024872s 2018-08-27 12:10:39,486 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments used request id req-d8b3b25a-6a1d-4fb8-aa25-5534aad67cfc 2018-08-27 12:10:39,489 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'77bd4868bd174d5ebe51d7cc4e7de1f2', 'id': u'6b26747647ee4eed8251bc5366eb3a92', 'user': u'027cdf85035a4bc1af0e96090f346ca1'}), Munch({'project': u'77bd4868bd174d5ebe51d7cc4e7de1f2', 'id': u'6b26747647ee4eed8251bc5366eb3a92', 'user': u'035cfab7b69b4f858a19d162fbf748c5'}), Munch({'project': u'77bd4868bd174d5ebe51d7cc4e7de1f2', 'id': u'6b26747647ee4eed8251bc5366eb3a92', 'user': u'0cc02800714d4835bf9a65c0a03af13e'}), Munch({'project': u'77bd4868bd174d5ebe51d7cc4e7de1f2', 'id': u'6b26747647ee4eed8251bc5366eb3a92', 'user': u'19531ac7d7a04f14901145afab065438'}), Munch({'project': u'77bd4868bd174d5ebe51d7cc4e7de1f2', 'id': u'1376336f247c4dfc90ad3b93eedb6af9', 'user': u'64d14ff993a6496ebf9b3942e2c117a2'}), Munch({'project': u'77bd4868bd174d5ebe51d7cc4e7de1f2', 'id': u'6b26747647ee4eed8251bc5366eb3a92', 'user': u'64d14ff993a6496ebf9b3942e2c117a2'}), Munch({'project': u'd56eab07eebe4995963c4bcc663afcc8', 'id': u'6b26747647ee4eed8251bc5366eb3a92', 'user': u'7ec832a5a7344de2b6acdec7f6f14582'}), Munch({'project': u'77bd4868bd174d5ebe51d7cc4e7de1f2', 'id': u'6b26747647ee4eed8251bc5366eb3a92', 'user': u'8e66506f5fab421e9ede9167b2067c7f'}), Munch({'project': u'77bd4868bd174d5ebe51d7cc4e7de1f2', 'id': u'6b26747647ee4eed8251bc5366eb3a92', 'user': u'b63b7a1a980e41acba46f3e220cc854c'}), Munch({'project': u'77bd4868bd174d5ebe51d7cc4e7de1f2', 'id': u'6b26747647ee4eed8251bc5366eb3a92', 'user': u'c402ad2804454e1ea4b199ee4e59982a'}), Munch({'project': u'77bd4868bd174d5ebe51d7cc4e7de1f2', 'id': u'6b26747647ee4eed8251bc5366eb3a92', 'user': u'd305bed65749450484cdacc004d7e8db'}), Munch({'project': u'77bd4868bd174d5ebe51d7cc4e7de1f2', 'id': u'6b26747647ee4eed8251bc5366eb3a92', 'user': u'dacefecdec674a88801be0cd5c556892'}), Munch({'project': u'77bd4868bd174d5ebe51d7cc4e7de1f2', 'id': u'6b26747647ee4eed8251bc5366eb3a92', 'user': u'f332b780dce44f44bfaed032fb9d7712'}), Munch({'project': u'77bd4868bd174d5ebe51d7cc4e7de1f2', 'id': u'6b26747647ee4eed8251bc5366eb3a92', 'user': u'f6349d2d4e444568aad044b4fd602f33'}), Munch({'domain': u'1822875bebb84e26b6f0f5a37895742c', 'id': u'6b26747647ee4eed8251bc5366eb3a92', 'user': u'c82d29d2fee24b5eb1ecf469306d5b0b'}), Munch({'id': u'6b26747647ee4eed8251bc5366eb3a92', 'user': u'7ec832a5a7344de2b6acdec7f6f14582'})] 2018-08-27 12:10:39,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:10:39,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}835f658353537850cb1c1b5abbe8f499c13ff340" 2018-08-27 12:10:39,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:10:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32b66b62-9190-47f4-a7b1-fcf0657e07fd Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:10:39,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-32b66b62-9190-47f4-a7b1-fcf0657e07fd 2018-08-27 12:10:39,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197835922241s 2018-08-27 12:10:39,691 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-32b66b62-9190-47f4-a7b1-fcf0657e07fd 2018-08-27 12:10:39,693 - 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'ResellerAdmin', 'id': u'1376336f247c4dfc90ad3b93eedb6af9'}), 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'2d3564d09ff14b238e0ff4fd225fe361'}), 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'2d704632e4b7449aa0baeaa243e3aa0c'}), 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'4d2e7aa31b02493eb3c4e78db87d88aa'}), 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'6b26747647ee4eed8251bc5366eb3a92'}), 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'72d7c3438c1142daac29d3cceb5f7216'}), 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 12:10:39,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 12:10:39,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}835f658353537850cb1c1b5abbe8f499c13ff340" 2018-08-27 12:10:39,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-dc92c50c-d0d5-447a-a0e9-50d429868fed Date: Mon, 27 Aug 2018 12:10:39 GMT RESP BODY: {"routers": []} 2018-08-27 12:10:39,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-dc92c50c-d0d5-447a-a0e9-50d429868fed 2018-08-27 12:10:39,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0553820133209s 2018-08-27 12:10:39,749 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-dc92c50c-d0d5-447a-a0e9-50d429868fed 2018-08-27 12:10:39,749 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-27 12:10:39,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:10:39,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}835f658353537850cb1c1b5abbe8f499c13ff340" 2018-08-27 12:10:39,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:10: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-2b69f52b-4021-4887-ab6d-b5e16d2e25d8 x-compute-request-id: req-2b69f52b-4021-4887-ab6d-b5e16d2e25d8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 12:10:39,954 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2b69f52b-4021-4887-ab6d-b5e16d2e25d8 2018-08-27 12:10:39,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.20383310318s 2018-08-27 12:10:39,954 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2b69f52b-4021-4887-ab6d-b5e16d2e25d8 2018-08-27 12:10:39,954 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-27 12:10:39,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-27 12:10:39,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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 12:10:39,971 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 12:10:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-371d2680-5205-430a-a57c-e32504d5fd67 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.7:35357/v3/", "rel": "self"}]}]}} 2018-08-27 12:10:39,971 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.7:35357/ used request id req-371d2680-5205-430a-a57c-e32504d5fd67 2018-08-27 12:10:39,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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}835f658353537850cb1c1b5abbe8f499c13ff340" 2018-08-27 12:10:40,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:10:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d46191da-d0fc-42ce-9b9a-7002f0e5d045 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/041427e79f2c41588bd9e1c2cffa0a83"}, "enabled": true, "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/0d08d9ab972244deb272ffde7702c46b"}, "enabled": true, "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/4b5cdf797f6e43359e8b8ba144b20b7a"}, "enabled": true, "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/529e90bf4d1f47f3868acb317cdb2fa4"}, "enabled": true, "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/62af92b9f6d84dac8ec0d33e7f57585a"}, "enabled": true, "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/71a59b44bc724bbb86f03af01d3eb522"}, "enabled": true, "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/7e5f58282e4a4b0e9fbdb1783df2deb0"}, "enabled": true, "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/7ffa154a46744092943233322a648a10"}, "enabled": true, "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/805b7f93ffe942d0863d24a11ede0072"}, "enabled": true, "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/8521156c72044327b734add8f63dad9f"}, "enabled": true, "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/8546f45161eb4b8ab54c07baa73a5c47"}, "enabled": true, "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/aa14ecfdd4af4cf1851f4095f311111f"}, "enabled": true, "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/bcf88c5701864fc9ac98e7a59ea2736e"}, "enabled": true, "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/da42c55de78341d1a15d69eeb785071d"}, "enabled": true, "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/e06aed7991a642daa067c06403b2d79f"}, "enabled": true, "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-08-27 12:10:40,232 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-d46191da-d0fc-42ce-9b9a-7002f0e5d045 2018-08-27 12:10:40,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.274675130844s 2018-08-27 12:10:40,233 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-d46191da-d0fc-42ce-9b9a-7002f0e5d045 2018-08-27 12:10:40,238 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'041427e79f2c41588bd9e1c2cffa0a83', 'name': u'heat'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'0d08d9ab972244deb272ffde7702c46b', 'name': u'swift'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'4b5cdf797f6e43359e8b8ba144b20b7a', 'name': u'placement'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'529e90bf4d1f47f3868acb317cdb2fa4', 'name': u'neutron'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'62af92b9f6d84dac8ec0d33e7f57585a', 'name': u'keystone'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'71a59b44bc724bbb86f03af01d3eb522', 'name': u'glance'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'7e5f58282e4a4b0e9fbdb1783df2deb0', 'name': u'panko'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'7ffa154a46744092943233322a648a10', 'name': u'cinder'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'805b7f93ffe942d0863d24a11ede0072', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'8521156c72044327b734add8f63dad9f', 'name': u'gnocchi'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'8546f45161eb4b8ab54c07baa73a5c47', 'name': u'cinderv3'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'aa14ecfdd4af4cf1851f4095f311111f', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'bcf88c5701864fc9ac98e7a59ea2736e', 'name': u'nova'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'da42c55de78341d1a15d69eeb785071d', 'name': u'aodh'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'e06aed7991a642daa067c06403b2d79f', 'name': u'cinderv2'})] 2018-08-27 12:10:40,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 12:10:40,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}835f658353537850cb1c1b5abbe8f499c13ff340" 2018-08-27 12:10:41,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-28beac91-0ec5-44c8-92ef-e5ff5a180aed Date: Mon, 27 Aug 2018 12:10:41 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-27T12:07:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"be54de9c-847e-4a09-971c-0568167e3798","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9e7da560-d286-4d69-b2d6-e7b51586033c","tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:18Z","ip_version":4}]} 2018-08-27 12:10:41,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-28beac91-0ec5-44c8-92ef-e5ff5a180aed 2018-08-27 12:10:41,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.00612020493s 2018-08-27 12:10:41,246 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-28beac91-0ec5-44c8-92ef-e5ff5a180aed 2018-08-27 12:10:41,247 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:07:18Z', 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'be54de9c-847e-4a09-971c-0568167e3798', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'segment_id': None, u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'tenant_id': u'77bd4868bd174d5ebe51d7cc4e7de1f2', u'created_at': u'2018-08-27T12:07:18Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'77bd4868bd174d5ebe51d7cc4e7de1f2'})] 2018-08-27 12:10:41,352 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 12:10:41,353 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-27 12:10:41,412 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-27 12:10:41,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:10:41,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:10:41,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:10:41,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:10:41,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:10:41,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:10:41,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:10:41,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:10:41,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:10:41,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:10:41,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:10:41,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:10:41,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:10:41,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:10:41,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:10:41,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:10:41,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:10:41,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:10:41,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:10:41,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:10:41,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:10:41,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:10:41,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:10:41,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffda3f28-02ed-440a-afd2-828ed7a5800e 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:10:41,570 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ffda3f28-02ed-440a-afd2-828ed7a5800e 2018-08-27 12:10:41,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:10:41,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:10:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["shrOtrrrRvePjXVG1NpRIA"], "issued_at": "2018-08-27T12:10:41.000000Z"}} 2018-08-27 12:10:41,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:10:41,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}478aa26e1568af1a58430e3587fce8e04553cc54" 2018-08-27 12:10:43,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-70025e6c-2eaf-4f85-a9d2-4b87988a442d Date: Mon, 27 Aug 2018 12:10:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:10:43,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-70025e6c-2eaf-4f85-a9d2-4b87988a442d 2018-08-27 12:10:43,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.11226415634s 2018-08-27 12:10:43,090 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-70025e6c-2eaf-4f85-a9d2-4b87988a442d 2018-08-27 12:10:43,091 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-27 12:10:43,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 12:10:43,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}478aa26e1568af1a58430e3587fce8e04553cc54" -d '{"network": {"name": "tenantnetwork1-net_e8ef3053-7888-4415-b5ad-8a88b9ccaa87", "admin_state_up": true}}' 2018-08-27 12:10:43,752 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-bc96a834-d9e0-4cae-9f42-09289cf6ab69 Date: Mon, 27 Aug 2018 12:10:43 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e6340a3d-d170-4504-aeb1-b93b7eafd337","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":1,"ipv4_address_scope":null,"shared":false,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:10:43Z","is_default":false,"qos_policy_id":null,"name":"tenantnetwork1-net_e8ef3053-7888-4415-b5ad-8a88b9ccaa87","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:10:43Z","mtu":1450}} 2018-08-27 12:10:43,752 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-bc96a834-d9e0-4cae-9f42-09289cf6ab69 2018-08-27 12:10:43,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.660942077637s 2018-08-27 12:10:43,753 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-bc96a834-d9e0-4cae-9f42-09289cf6ab69 2018-08-27 12:10:43,753 - 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-27T12:10:43Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e6340a3d-d170-4504-aeb1-b93b7eafd337', u'provider:segmentation_id': 1, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'tenantnetwork1-net_e8ef3053-7888-4415-b5ad-8a88b9ccaa87', u'created_at': u'2018-08-27T12:10:43Z', u'mtu': 1450, u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd56eab07eebe4995963c4bcc663afcc8', u'l2_adjacency': True}) 2018-08-27 12:10:43,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:10:43,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}478aa26e1568af1a58430e3587fce8e04553cc54" 2018-08-27 12:10:44,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-24655acf-f25d-42c2-83cc-2186845a2f55 Date: Mon, 27 Aug 2018 12:10:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e6340a3d-d170-4504-aeb1-b93b7eafd337","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":1,"ipv4_address_scope":null,"shared":false,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:10:43Z","qos_policy_id":null,"name":"tenantnetwork1-net_e8ef3053-7888-4415-b5ad-8a88b9ccaa87","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:10:43Z","provider:network_type":"vxlan"}]} 2018-08-27 12:10:44,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-24655acf-f25d-42c2-83cc-2186845a2f55 2018-08-27 12:10:44,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.18006205559s 2018-08-27 12:10:44,935 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-24655acf-f25d-42c2-83cc-2186845a2f55 2018-08-27 12:10:44,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 12:10:44,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}478aa26e1568af1a58430e3587fce8e04553cc54" -d '{"subnet": {"name": "tenantnetwork1-subnet_e8ef3053-7888-4415-b5ad-8a88b9ccaa87", "enable_dhcp": true, "network_id": "e6340a3d-d170-4504-aeb1-b93b7eafd337", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 12:10:46,645 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-78d4cef2-554b-4418-ba76-bc95707fa943 Date: Mon, 27 Aug 2018 12:10:46 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-27T12:10:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"b21c5132-89ca-4c80-9c8e-bb573da2aeef","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d56eab07eebe4995963c4bcc663afcc8","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_e8ef3053-7888-4415-b5ad-8a88b9ccaa87","enable_dhcp":true,"segment_id":null,"network_id":"e6340a3d-d170-4504-aeb1-b93b7eafd337","tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:10:46Z","ip_version":4}} 2018-08-27 12:10:46,645 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-78d4cef2-554b-4418-ba76-bc95707fa943 2018-08-27 12:10:46,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.7085249424s 2018-08-27 12:10:46,646 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-78d4cef2-554b-4418-ba76-bc95707fa943 2018-08-27 12:10:46,646 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:10:46Z', 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'b21c5132-89ca-4c80-9c8e-bb573da2aeef', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_e8ef3053-7888-4415-b5ad-8a88b9ccaa87', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'e6340a3d-d170-4504-aeb1-b93b7eafd337', u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'created_at': u'2018-08-27T12:10:46Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd56eab07eebe4995963c4bcc663afcc8'}) 2018-08-27 12:10:46,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 12:10:46,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}478aa26e1568af1a58430e3587fce8e04553cc54" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "tenantnetwork1-router_e8ef3053-7888-4415-b5ad-8a88b9ccaa87", "admin_state_up": true}}' 2018-08-27 12:10:53,856 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 713 X-Openstack-Request-Id: req-604e34c8-404e-4f9f-a696-bb741f98e476 Date: Mon, 27 Aug 2018 12:10:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:10:48Z", "admin_state_up": true, "updated_at": "2018-08-27T12:10:49Z", "project_id": "d56eab07eebe4995963c4bcc663afcc8", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "856da30f-a4d8-4637-8b3e-4668e8c8bf71", "name": "tenantnetwork1-router_e8ef3053-7888-4415-b5ad-8a88b9ccaa87"}} 2018-08-27 12:10:53,857 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-604e34c8-404e-4f9f-a696-bb741f98e476 2018-08-27 12:10:53,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.20989203453s 2018-08-27 12:10:53,857 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-604e34c8-404e-4f9f-a696-bb741f98e476 2018-08-27 12:10:53,858 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:10:49Z', u'revision_number': 3, u'ha': True, u'id': u'856da30f-a4d8-4637-8b3e-4668e8c8bf71', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-router_e8ef3053-7888-4415-b5ad-8a88b9ccaa87', u'admin_state_up': True, u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'created_at': u'2018-08-27T12:10:48Z', u'flavor_id': None, u'routes': [], u'project_id': u'd56eab07eebe4995963c4bcc663afcc8'}) 2018-08-27 12:10:53,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 12:10:53,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/856da30f-a4d8-4637-8b3e-4668e8c8bf71/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}478aa26e1568af1a58430e3587fce8e04553cc54" -d '{"subnet_id": "b21c5132-89ca-4c80-9c8e-bb573da2aeef"}' 2018-08-27 12:10:57,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c77dfe18-3804-4991-a836-ec71bdbdf4f0 Date: Mon, 27 Aug 2018 12:10:57 GMT RESP BODY: {"network_id": "e6340a3d-d170-4504-aeb1-b93b7eafd337", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "subnet_id": "b21c5132-89ca-4c80-9c8e-bb573da2aeef", "subnet_ids": ["b21c5132-89ca-4c80-9c8e-bb573da2aeef"], "port_id": "3ae7b0df-249d-48af-bba4-528687c05989", "id": "856da30f-a4d8-4637-8b3e-4668e8c8bf71"} 2018-08-27 12:10:57,101 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/856da30f-a4d8-4637-8b3e-4668e8c8bf71/add_router_interface.json used request id req-c77dfe18-3804-4991-a836-ec71bdbdf4f0 2018-08-27 12:10:57,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.24284410477s 2018-08-27 12:10:57,102 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/856da30f-a4d8-4637-8b3e-4668e8c8bf71/add_router_interface.json used request id req-c77dfe18-3804-4991-a836-ec71bdbdf4f0 returning object 856da30f-a4d8-4637-8b3e-4668e8c8bf71 2018-08-27 12:10:57,217 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 12:10:57,217 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:14 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-27 12:10:57,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 12:10:57,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/856da30f-a4d8-4637-8b3e-4668e8c8bf71/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}478aa26e1568af1a58430e3587fce8e04553cc54" -d '{"subnet_id": "b21c5132-89ca-4c80-9c8e-bb573da2aeef"}' 2018-08-27 12:11:01,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4f36ca24-9793-4489-81c9-b9b7a47dbfa8 Date: Mon, 27 Aug 2018 12:11:01 GMT RESP BODY: {"network_id": "e6340a3d-d170-4504-aeb1-b93b7eafd337", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "subnet_id": "b21c5132-89ca-4c80-9c8e-bb573da2aeef", "subnet_ids": ["b21c5132-89ca-4c80-9c8e-bb573da2aeef"], "port_id": "3ae7b0df-249d-48af-bba4-528687c05989", "id": "856da30f-a4d8-4637-8b3e-4668e8c8bf71"} 2018-08-27 12:11:01,244 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/856da30f-a4d8-4637-8b3e-4668e8c8bf71/remove_router_interface.json used request id req-4f36ca24-9793-4489-81c9-b9b7a47dbfa8 2018-08-27 12:11:01,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 4.02142000198s 2018-08-27 12:11:01,244 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/856da30f-a4d8-4637-8b3e-4668e8c8bf71/remove_router_interface.json used request id req-4f36ca24-9793-4489-81c9-b9b7a47dbfa8 returning object 856da30f-a4d8-4637-8b3e-4668e8c8bf71 2018-08-27 12:11:01,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 12:11:01,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}478aa26e1568af1a58430e3587fce8e04553cc54" 2018-08-27 12:11:02,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-147bb80d-d3a3-44f2-9049-b6951d29bedb Date: Mon, 27 Aug 2018 12:11:02 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:10:48Z", "admin_state_up": true, "updated_at": "2018-08-27T12:10:59Z", "project_id": "d56eab07eebe4995963c4bcc663afcc8", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "856da30f-a4d8-4637-8b3e-4668e8c8bf71", "name": "tenantnetwork1-router_e8ef3053-7888-4415-b5ad-8a88b9ccaa87"}]} 2018-08-27 12:11:02,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-147bb80d-d3a3-44f2-9049-b6951d29bedb 2018-08-27 12:11:02,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.29500412941s 2018-08-27 12:11:02,540 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-147bb80d-d3a3-44f2-9049-b6951d29bedb 2018-08-27 12:11:02,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 12:11:02,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/856da30f-a4d8-4637-8b3e-4668e8c8bf71.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}478aa26e1568af1a58430e3587fce8e04553cc54" 2018-08-27 12:11:07,701 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e15edb4d-da66-494d-bb38-23ccce7fd77a Content-Length: 0 Date: Mon, 27 Aug 2018 12:11:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:11:07,701 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/856da30f-a4d8-4637-8b3e-4668e8c8bf71.json used request id req-e15edb4d-da66-494d-bb38-23ccce7fd77a 2018-08-27 12:11:07,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 5.15912103653s 2018-08-27 12:11:07,701 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/856da30f-a4d8-4637-8b3e-4668e8c8bf71.json used request id req-e15edb4d-da66-494d-bb38-23ccce7fd77a 2018-08-27 12:11:07,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 12:11:07,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}478aa26e1568af1a58430e3587fce8e04553cc54" 2018-08-27 12:11:08,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1332 X-Openstack-Request-Id: req-5ccd95bb-d623-4578-8ba7-6315046f4f44 Date: Mon, 27 Aug 2018 12:11:08 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-27T12:10:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"b21c5132-89ca-4c80-9c8e-bb573da2aeef","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d56eab07eebe4995963c4bcc663afcc8","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_e8ef3053-7888-4415-b5ad-8a88b9ccaa87","enable_dhcp":true,"segment_id":null,"network_id":"e6340a3d-d170-4504-aeb1-b93b7eafd337","tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:10:46Z","ip_version":4},{"updated_at":"2018-08-27T12:07:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"be54de9c-847e-4a09-971c-0568167e3798","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9e7da560-d286-4d69-b2d6-e7b51586033c","tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:18Z","ip_version":4}]} 2018-08-27 12:11:08,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5ccd95bb-d623-4578-8ba7-6315046f4f44 2018-08-27 12:11:08,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.05761194229s 2018-08-27 12:11:08,760 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5ccd95bb-d623-4578-8ba7-6315046f4f44 2018-08-27 12:11:08,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 12:11:08,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/b21c5132-89ca-4c80-9c8e-bb573da2aeef.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}478aa26e1568af1a58430e3587fce8e04553cc54" 2018-08-27 12:11:11,762 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7b3b6c72-dc48-4621-8e6e-3469e5ea6517 Date: Mon, 27 Aug 2018 12:11:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:11:11,762 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/b21c5132-89ca-4c80-9c8e-bb573da2aeef.json used request id req-7b3b6c72-dc48-4621-8e6e-3469e5ea6517 2018-08-27 12:11:11,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.00027513504s 2018-08-27 12:11:11,762 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/b21c5132-89ca-4c80-9c8e-bb573da2aeef.json used request id req-7b3b6c72-dc48-4621-8e6e-3469e5ea6517 2018-08-27 12:11:11,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:11:11,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}478aa26e1568af1a58430e3587fce8e04553cc54" 2018-08-27 12:11:12,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1439 X-Openstack-Request-Id: req-aa7c5168-cb11-4460-8096-00a70d222b87 Date: Mon, 27 Aug 2018 12:11:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e6340a3d-d170-4504-aeb1-b93b7eafd337","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":1,"ipv4_address_scope":null,"shared":false,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:11:11Z","qos_policy_id":null,"name":"tenantnetwork1-net_e8ef3053-7888-4415-b5ad-8a88b9ccaa87","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:10:43Z","provider:network_type":"vxlan"}]} 2018-08-27 12:11:12,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-aa7c5168-cb11-4460-8096-00a70d222b87 2018-08-27 12:11:12,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.2161128521s 2018-08-27 12:11:12,980 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-aa7c5168-cb11-4460-8096-00a70d222b87 2018-08-27 12:11:12,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 12:11:12,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/e6340a3d-d170-4504-aeb1-b93b7eafd337.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}478aa26e1568af1a58430e3587fce8e04553cc54" 2018-08-27 12:11:14,015 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-51008f44-f067-4db3-bcc2-6759149f996f Date: Mon, 27 Aug 2018 12:11:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:11:14,015 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/e6340a3d-d170-4504-aeb1-b93b7eafd337.json used request id req-51008f44-f067-4db3-bcc2-6759149f996f 2018-08-27 12:11:14,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.0343079567s 2018-08-27 12:11:14,015 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/e6340a3d-d170-4504-aeb1-b93b7eafd337.json used request id req-51008f44-f067-4db3-bcc2-6759149f996f 2018-08-27 12:11:14,066 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-27 12:11:14,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:11:14,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:11:14,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:11:14,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:11:14,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:11:14,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:11:14,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:11:14,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:11:14,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:11:14,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:11:14,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:11:14,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:11:14,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:11:14,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:11:14,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:11:14,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:11:14,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:11:14,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:11:14,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:11:14,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:11:14,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:11:14,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:11:14,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:11:14,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:11:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e3263cf-2bc5-413e-8b22-0db5d19c1358 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:11:14,113 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1e3263cf-2bc5-413e-8b22-0db5d19c1358 2018-08-27 12:11:14,113 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:11:14,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:11:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["PkBwt9v-Qt2Ezw8Ol2hUhQ"], "issued_at": "2018-08-27T12:11:14.000000Z"}} 2018-08-27 12:11:14,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:11:14,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}525705424202cd29dd1783d4729d3d7b25e50074" 2018-08-27 12:11:14,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-18d37c20-91fb-4624-ab8d-019b45452405 Date: Mon, 27 Aug 2018 12:11:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:11:14,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-18d37c20-91fb-4624-ab8d-019b45452405 2018-08-27 12:11:14,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.347080945969s 2018-08-27 12:11:14,882 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-18d37c20-91fb-4624-ab8d-019b45452405 2018-08-27 12:11:14,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:11:14,890 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 12:11:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ccae01ab-022c-4fb3-bc8e-5a0ee291667e 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 12:11:14,890 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-ccae01ab-022c-4fb3-bc8e-5a0ee291667e 2018-08-27 12:11:14,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:11:14,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}525705424202cd29dd1783d4729d3d7b25e50074" 2018-08-27 12:11:15,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:11:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-100576ec-6a13-4bfb-890b-85c2379c0cd7 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/1822875bebb84e26b6f0f5a37895742c"}, "tags": [], "enabled": true, "id": "1822875bebb84e26b6f0f5a37895742c", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 12:11:15,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-100576ec-6a13-4bfb-890b-85c2379c0cd7 2018-08-27 12:11:15,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.282661914825s 2018-08-27 12:11:15,174 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-100576ec-6a13-4bfb-890b-85c2379c0cd7 2018-08-27 12:11:15,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 12:11:15,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}525705424202cd29dd1783d4729d3d7b25e50074" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_1833e5ee-497a-4fd9-b661-4c1a782b6030"}}' 2018-08-27 12:11:15,481 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 12:11:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b855d4ce-ac80-4568-9f78-a0ed1fedb57d 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.28:5000/v3/projects/1326a7f8ebcf4581bec67541ea40022d"}, "tags": [], "enabled": true, "id": "1326a7f8ebcf4581bec67541ea40022d", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_1833e5ee-497a-4fd9-b661-4c1a782b6030"}} 2018-08-27 12:11:15,481 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-b855d4ce-ac80-4568-9f78-a0ed1fedb57d 2018-08-27 12:11:15,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.299968004227s 2018-08-27 12:11:15,482 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-b855d4ce-ac80-4568-9f78-a0ed1fedb57d 2018-08-27 12:11:15,482 - 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'1326a7f8ebcf4581bec67541ea40022d', '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_1833e5ee-497a-4fd9-b661-4c1a782b6030'}) 2018-08-27 12:11:15,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 12:11:15,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}525705424202cd29dd1783d4729d3d7b25e50074" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "1866b330-219e-4cbe-b689-5e80fc09d97b", "email": null, "name": "tenantnetwork2-user_1833e5ee-497a-4fd9-b661-4c1a782b6030"}}' 2018-08-27 12:11:15,990 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 12:11:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4fbb6a1-8eb5-4262-8b67-78da62fc5db0 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_1833e5ee-497a-4fd9-b661-4c1a782b6030", "links": {"self": "http://172.30.9.28:5000/v3/users/32a2e976fae64a6390b998e7dc628996"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "32a2e976fae64a6390b998e7dc628996", "domain_id": "default", "password_expires_at": null}} 2018-08-27 12:11:15,991 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-e4fbb6a1-8eb5-4262-8b67-78da62fc5db0 2018-08-27 12:11:15,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.502670049667s 2018-08-27 12:11:15,991 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-e4fbb6a1-8eb5-4262-8b67-78da62fc5db0 2018-08-27 12:11:15,992 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'32a2e976fae64a6390b998e7dc628996', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_1833e5ee-497a-4fd9-b661-4c1a782b6030'}) 2018-08-27 12:11:15,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:11:15,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}525705424202cd29dd1783d4729d3d7b25e50074" 2018-08-27 12:11:16,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:11:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2c875ed-7be7-4295-b2c3-febc10cbd41f Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:11:16,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c2c875ed-7be7-4295-b2c3-febc10cbd41f 2018-08-27 12:11:16,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177328109741s 2018-08-27 12:11:16,173 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c2c875ed-7be7-4295-b2c3-febc10cbd41f 2018-08-27 12:11:16,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:11:16,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}525705424202cd29dd1783d4729d3d7b25e50074" 2018-08-27 12:11:16,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:11:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a83c0b8a-b447-4aa0-9f84-d1456884e424 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:11:16,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a83c0b8a-b447-4aa0-9f84-d1456884e424 2018-08-27 12:11:16,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197433948517s 2018-08-27 12:11:16,376 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a83c0b8a-b447-4aa0-9f84-d1456884e424 2018-08-27 12:11:16,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:11:16,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}525705424202cd29dd1783d4729d3d7b25e50074" 2018-08-27 12:11:16,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:11:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2809a409-7dab-430e-97e3-3617ba346fdd Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:11:16,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2809a409-7dab-430e-97e3-3617ba346fdd 2018-08-27 12:11:16,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178060054779s 2018-08-27 12:11:16,559 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2809a409-7dab-430e-97e3-3617ba346fdd 2018-08-27 12:11:16,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:11:16,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}525705424202cd29dd1783d4729d3d7b25e50074" 2018-08-27 12:11:16,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:11:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d2147fb-c71b-4527-854e-28012bbbd627 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 12:11:16,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-2d2147fb-c71b-4527-854e-28012bbbd627 2018-08-27 12:11:16,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.182328939438s 2018-08-27 12:11:16,747 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-2d2147fb-c71b-4527-854e-28012bbbd627 2018-08-27 12:11:16,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:11:16,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}525705424202cd29dd1783d4729d3d7b25e50074" 2018-08-27 12:11:17,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:11:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af83ba8f-55fa-4bac-a34f-0d9b8c78507f Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_1833e5ee-497a-4fd9-b661-4c1a782b6030", "links": {"self": "http://172.30.9.28:5000/v3/users/32a2e976fae64a6390b998e7dc628996"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "32a2e976fae64a6390b998e7dc628996", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:11:17,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-af83ba8f-55fa-4bac-a34f-0d9b8c78507f 2018-08-27 12:11:17,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.321729898453s 2018-08-27 12:11:17,070 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-af83ba8f-55fa-4bac-a34f-0d9b8c78507f 2018-08-27 12:11:17,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:11:17,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}525705424202cd29dd1783d4729d3d7b25e50074" 2018-08-27 12:11:17,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:11:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cacf5413-3e65-4f77-a02d-8171996247ac Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.28:5000/v3/projects/1326a7f8ebcf4581bec67541ea40022d"}, "tags": [], "enabled": true, "id": "1326a7f8ebcf4581bec67541ea40022d", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_1833e5ee-497a-4fd9-b661-4c1a782b6030"}]} 2018-08-27 12:11:17,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-cacf5413-3e65-4f77-a02d-8171996247ac 2018-08-27 12:11:17,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.219284057617s 2018-08-27 12:11:17,301 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-cacf5413-3e65-4f77-a02d-8171996247ac 2018-08-27 12:11:17,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 12:11:17,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=32a2e976fae64a6390b998e7dc628996&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=1326a7f8ebcf4581bec67541ea40022d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}525705424202cd29dd1783d4729d3d7b25e50074" 2018-08-27 12:11:17,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:11:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd7404a9-447d-4a02-af18-bded82fda242 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=32a2e976fae64a6390b998e7dc628996&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=1326a7f8ebcf4581bec67541ea40022d", "previous": null, "next": null}} 2018-08-27 12:11:17,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=32a2e976fae64a6390b998e7dc628996&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=1326a7f8ebcf4581bec67541ea40022d used request id req-dd7404a9-447d-4a02-af18-bded82fda242 2018-08-27 12:11:17,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.104900121689s 2018-08-27 12:11:17,413 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=32a2e976fae64a6390b998e7dc628996&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=1326a7f8ebcf4581bec67541ea40022d used request id req-dd7404a9-447d-4a02-af18-bded82fda242 2018-08-27 12:11:17,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 12:11:17,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/1326a7f8ebcf4581bec67541ea40022d/users/32a2e976fae64a6390b998e7dc628996/roles/2d704632e4b7449aa0baeaa243e3aa0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}525705424202cd29dd1783d4729d3d7b25e50074" 2018-08-27 12:11:17,614 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:11:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-067e9fed-7687-4668-8d8d-e95bf9b4b208 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 12:11:17,614 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/1326a7f8ebcf4581bec67541ea40022d/users/32a2e976fae64a6390b998e7dc628996/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-067e9fed-7687-4668-8d8d-e95bf9b4b208 2018-08-27 12:11:17,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.198052883148s 2018-08-27 12:11:17,615 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/1326a7f8ebcf4581bec67541ea40022d/users/32a2e976fae64a6390b998e7dc628996/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-067e9fed-7687-4668-8d8d-e95bf9b4b208 2018-08-27 12:11:17,615 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_1833e5ee-497a-4fd9-b661-4c1a782b6030', 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'1326a7f8ebcf4581bec67541ea40022d', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '1866b330-219e-4cbe-b689-5e80fc09d97b', 'username': u'tenantnetwork2-user_1833e5ee-497a-4fd9-b661-4c1a782b6030', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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 12:11:17,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:11:17,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:11:17,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:11:17,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:11:17,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:11:17,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:11:17,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:11:17,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:11:17,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:11:17,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:11:17,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:11:17,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:11:17,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:11:17,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:11:17,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:11:17,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:11:17,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:11:17,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:11:17,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:11:17,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:11:17,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:11:17,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:11:17,621 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_1833e5ee-497a-4fd9-b661-4c1a782b6030', 'password': '1866b330-219e-4cbe-b689-5e80fc09d97b', 'project_name': 'tenantnetwork2-project_1833e5ee-497a-4fd9-b661-4c1a782b6030', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '1326a7f8ebcf4581bec67541ea40022d', 'project_domain_name': 'Default'} 2018-08-27 12:11:17,621 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-27 12:11:17,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:11:17,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:11:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7578ea0d-a912-4047-8a3a-57f31a885dbd 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:11:17,629 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7578ea0d-a912-4047-8a3a-57f31a885dbd 2018-08-27 12:11:17,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:11:18,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:11:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1326a7f8ebcf4581bec67541ea40022d", "name": "tenantnetwork2-project_1833e5ee-497a-4fd9-b661-4c1a782b6030"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/1326a7f8ebcf4581bec67541ea40022d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/1326a7f8ebcf4581bec67541ea40022d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/1326a7f8ebcf4581bec67541ea40022d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1326a7f8ebcf4581bec67541ea40022d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1326a7f8ebcf4581bec67541ea40022d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/1326a7f8ebcf4581bec67541ea40022d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/1326a7f8ebcf4581bec67541ea40022d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/1326a7f8ebcf4581bec67541ea40022d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1326a7f8ebcf4581bec67541ea40022d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/1326a7f8ebcf4581bec67541ea40022d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/1326a7f8ebcf4581bec67541ea40022d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/1326a7f8ebcf4581bec67541ea40022d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/1326a7f8ebcf4581bec67541ea40022d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/1326a7f8ebcf4581bec67541ea40022d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_1833e5ee-497a-4fd9-b661-4c1a782b6030", "id": "32a2e976fae64a6390b998e7dc628996"}, "audit_ids": ["098hp4l-S82jlg0QB_oROQ"], "issued_at": "2018-08-27T12:11:18.000000Z"}} 2018-08-27 12:11:18,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 12:11:18,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}088185855130a351f8ff7e86d6e5daa9e228f81b" -d '{"network": {"name": "tenantnetwork2-net_1833e5ee-497a-4fd9-b661-4c1a782b6030", "admin_state_up": true}}' 2018-08-27 12:11:18,782 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-ffde2d25-d2df-49ad-9cbb-b4a8d835a95b Date: Mon, 27 Aug 2018 12:11:18 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"6b0772e3-a6c9-4c5e-a18c-e168d3f9a31f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1326a7f8ebcf4581bec67541ea40022d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:11:18Z","is_default":false,"name":"tenantnetwork2-net_1833e5ee-497a-4fd9-b661-4c1a782b6030","qos_policy_id":null,"admin_state_up":true,"tenant_id":"1326a7f8ebcf4581bec67541ea40022d","created_at":"2018-08-27T12:11:18Z","mtu":1450}} 2018-08-27 12:11:18,782 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ffde2d25-d2df-49ad-9cbb-b4a8d835a95b 2018-08-27 12:11:18,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.68656206131s 2018-08-27 12:11:18,783 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ffde2d25-d2df-49ad-9cbb-b4a8d835a95b 2018-08-27 12:11:18,783 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T12:11:18Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'6b0772e3-a6c9-4c5e-a18c-e168d3f9a31f', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_1833e5ee-497a-4fd9-b661-4c1a782b6030', u'admin_state_up': True, u'tenant_id': u'1326a7f8ebcf4581bec67541ea40022d', u'created_at': u'2018-08-27T12:11:18Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1326a7f8ebcf4581bec67541ea40022d', u'l2_adjacency': True}) 2018-08-27 12:11:18,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:11:18,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}088185855130a351f8ff7e86d6e5daa9e228f81b" 2018-08-27 12:11:20,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-92de78a4-d886-4429-9c64-a865f939ba45 Date: Mon, 27 Aug 2018 12:11:20 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"6b0772e3-a6c9-4c5e-a18c-e168d3f9a31f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1326a7f8ebcf4581bec67541ea40022d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:11:18Z","qos_policy_id":null,"name":"tenantnetwork2-net_1833e5ee-497a-4fd9-b661-4c1a782b6030","admin_state_up":true,"tenant_id":"1326a7f8ebcf4581bec67541ea40022d","created_at":"2018-08-27T12:11:18Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 12:11:20,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-92de78a4-d886-4429-9c64-a865f939ba45 2018-08-27 12:11:20,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.3406059742s 2018-08-27 12:11:20,125 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-92de78a4-d886-4429-9c64-a865f939ba45 2018-08-27 12:11:20,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 12:11:20,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}088185855130a351f8ff7e86d6e5daa9e228f81b" -d '{"subnet": {"name": "tenantnetwork2-subnet_1833e5ee-497a-4fd9-b661-4c1a782b6030", "enable_dhcp": true, "network_id": "6b0772e3-a6c9-4c5e-a18c-e168d3f9a31f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 12:11:21,280 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cf6160a7-690b-49d7-8d34-2e2e744a4002 Date: Mon, 27 Aug 2018 12:11:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b0772e3-a6c9-4c5e-a18c-e168d3f9a31f","tenant_id":"1326a7f8ebcf4581bec67541ea40022d","created_at":"2018-08-27T12:11:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T12:11: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":"1326a7f8ebcf4581bec67541ea40022d","id":"b6d2ca22-dde5-4faf-a813-71a7f68b5980","subnetpool_id":null,"name":"tenantnetwork2-subnet_1833e5ee-497a-4fd9-b661-4c1a782b6030"}} 2018-08-27 12:11:21,280 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-cf6160a7-690b-49d7-8d34-2e2e744a4002 2018-08-27 12:11:21,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.15412306786s 2018-08-27 12:11:21,280 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-cf6160a7-690b-49d7-8d34-2e2e744a4002 2018-08-27 12:11:21,281 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:11: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'b6d2ca22-dde5-4faf-a813-71a7f68b5980', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_1833e5ee-497a-4fd9-b661-4c1a782b6030', u'enable_dhcp': True, u'network_id': u'6b0772e3-a6c9-4c5e-a18c-e168d3f9a31f', u'tenant_id': u'1326a7f8ebcf4581bec67541ea40022d', u'created_at': u'2018-08-27T12:11: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'1326a7f8ebcf4581bec67541ea40022d'}) 2018-08-27 12:11:21,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 12:11:21,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}088185855130a351f8ff7e86d6e5daa9e228f81b" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "tenantnetwork2-router_1833e5ee-497a-4fd9-b661-4c1a782b6030", "admin_state_up": true}}' 2018-08-27 12:11:28,726 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-2bc773f2-e995-44c4-b43c-9c5fdd64ca5c Date: Mon, 27 Aug 2018 12:11:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "created_at": "2018-08-27T12:11:23Z", "admin_state_up": true, "updated_at": "2018-08-27T12:11:24Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "1326a7f8ebcf4581bec67541ea40022d", "id": "09cd899a-e9c2-48d3-986d-967c80e1d1f1", "name": "tenantnetwork2-router_1833e5ee-497a-4fd9-b661-4c1a782b6030"}} 2018-08-27 12:11:28,726 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-2bc773f2-e995-44c4-b43c-9c5fdd64ca5c 2018-08-27 12:11:28,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.44444704056s 2018-08-27 12:11:28,727 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-2bc773f2-e995-44c4-b43c-9c5fdd64ca5c 2018-08-27 12:11:28,727 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:11:24Z', u'revision_number': 3, u'id': u'09cd899a-e9c2-48d3-986d-967c80e1d1f1', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-router_1833e5ee-497a-4fd9-b661-4c1a782b6030', u'admin_state_up': True, u'tenant_id': u'1326a7f8ebcf4581bec67541ea40022d', u'created_at': u'2018-08-27T12:11:23Z', u'flavor_id': None, u'routes': [], u'project_id': u'1326a7f8ebcf4581bec67541ea40022d'}) 2018-08-27 12:11:28,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 12:11:28,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/09cd899a-e9c2-48d3-986d-967c80e1d1f1/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}088185855130a351f8ff7e86d6e5daa9e228f81b" -d '{"subnet_id": "b6d2ca22-dde5-4faf-a813-71a7f68b5980"}' 2018-08-27 12:11:33,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4d441604-a202-45aa-ae3c-99e1cbfff262 Date: Mon, 27 Aug 2018 12:11:33 GMT RESP BODY: {"network_id": "6b0772e3-a6c9-4c5e-a18c-e168d3f9a31f", "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "subnet_id": "b6d2ca22-dde5-4faf-a813-71a7f68b5980", "subnet_ids": ["b6d2ca22-dde5-4faf-a813-71a7f68b5980"], "port_id": "35093c88-6410-42e2-8403-f98f5c058588", "id": "09cd899a-e9c2-48d3-986d-967c80e1d1f1"} 2018-08-27 12:11:33,062 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/09cd899a-e9c2-48d3-986d-967c80e1d1f1/add_router_interface.json used request id req-4d441604-a202-45aa-ae3c-99e1cbfff262 2018-08-27 12:11:33,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 4.33439421654s 2018-08-27 12:11:33,062 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/09cd899a-e9c2-48d3-986d-967c80e1d1f1/add_router_interface.json used request id req-4d441604-a202-45aa-ae3c-99e1cbfff262 returning object 09cd899a-e9c2-48d3-986d-967c80e1d1f1 2018-08-27 12:11:33,167 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 12:11:33,167 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:15 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-27 12:11:33,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 12:11:33,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/09cd899a-e9c2-48d3-986d-967c80e1d1f1/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}088185855130a351f8ff7e86d6e5daa9e228f81b" -d '{"subnet_id": "b6d2ca22-dde5-4faf-a813-71a7f68b5980"}' 2018-08-27 12:11:35,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1d579e68-49c2-4fd3-8a09-51321f5cbc6c Date: Mon, 27 Aug 2018 12:11:35 GMT RESP BODY: {"network_id": "6b0772e3-a6c9-4c5e-a18c-e168d3f9a31f", "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "subnet_id": "b6d2ca22-dde5-4faf-a813-71a7f68b5980", "subnet_ids": ["b6d2ca22-dde5-4faf-a813-71a7f68b5980"], "port_id": "35093c88-6410-42e2-8403-f98f5c058588", "id": "09cd899a-e9c2-48d3-986d-967c80e1d1f1"} 2018-08-27 12:11:35,844 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/09cd899a-e9c2-48d3-986d-967c80e1d1f1/remove_router_interface.json used request id req-1d579e68-49c2-4fd3-8a09-51321f5cbc6c 2018-08-27 12:11:35,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.67150497437s 2018-08-27 12:11:35,845 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/09cd899a-e9c2-48d3-986d-967c80e1d1f1/remove_router_interface.json used request id req-1d579e68-49c2-4fd3-8a09-51321f5cbc6c returning object 09cd899a-e9c2-48d3-986d-967c80e1d1f1 2018-08-27 12:11:35,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 12:11:35,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}088185855130a351f8ff7e86d6e5daa9e228f81b" 2018-08-27 12:11:36,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-08543d89-befb-4cdf-b82f-e17711511b47 Date: Mon, 27 Aug 2018 12:11:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "created_at": "2018-08-27T12:11:23Z", "admin_state_up": true, "updated_at": "2018-08-27T12:11:34Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "1326a7f8ebcf4581bec67541ea40022d", "id": "09cd899a-e9c2-48d3-986d-967c80e1d1f1", "name": "tenantnetwork2-router_1833e5ee-497a-4fd9-b661-4c1a782b6030"}]} 2018-08-27 12:11:36,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-08543d89-befb-4cdf-b82f-e17711511b47 2018-08-27 12:11:36,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.158963918686s 2018-08-27 12:11:36,004 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-08543d89-befb-4cdf-b82f-e17711511b47 2018-08-27 12:11:36,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 12:11:36,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/09cd899a-e9c2-48d3-986d-967c80e1d1f1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}088185855130a351f8ff7e86d6e5daa9e228f81b" 2018-08-27 12:11:40,077 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5c76aaef-c385-461e-85ef-1e4fe9586867 Content-Length: 0 Date: Mon, 27 Aug 2018 12:11:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:11:40,077 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/09cd899a-e9c2-48d3-986d-967c80e1d1f1.json used request id req-5c76aaef-c385-461e-85ef-1e4fe9586867 2018-08-27 12:11:40,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.07129907608s 2018-08-27 12:11:40,077 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/09cd899a-e9c2-48d3-986d-967c80e1d1f1.json used request id req-5c76aaef-c385-461e-85ef-1e4fe9586867 2018-08-27 12:11:40,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 12:11:40,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}088185855130a351f8ff7e86d6e5daa9e228f81b" 2018-08-27 12:11:40,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f66c0d9f-8b8a-4d03-afeb-928d4012b951 Date: Mon, 27 Aug 2018 12:11:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b0772e3-a6c9-4c5e-a18c-e168d3f9a31f","tenant_id":"1326a7f8ebcf4581bec67541ea40022d","created_at":"2018-08-27T12:11:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T12:11: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":"1326a7f8ebcf4581bec67541ea40022d","id":"b6d2ca22-dde5-4faf-a813-71a7f68b5980","subnetpool_id":null,"name":"tenantnetwork2-subnet_1833e5ee-497a-4fd9-b661-4c1a782b6030"}]} 2018-08-27 12:11:40,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-f66c0d9f-8b8a-4d03-afeb-928d4012b951 2018-08-27 12:11:40,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.308921098709s 2018-08-27 12:11:40,387 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-f66c0d9f-8b8a-4d03-afeb-928d4012b951 2018-08-27 12:11:40,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 12:11:40,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/b6d2ca22-dde5-4faf-a813-71a7f68b5980.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}088185855130a351f8ff7e86d6e5daa9e228f81b" 2018-08-27 12:11:42,987 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b1931512-6a37-4b27-bdc5-2be7e91eb7f9 Date: Mon, 27 Aug 2018 12:11:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:11:42,987 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/b6d2ca22-dde5-4faf-a813-71a7f68b5980.json used request id req-b1931512-6a37-4b27-bdc5-2be7e91eb7f9 2018-08-27 12:11:42,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.59900903702s 2018-08-27 12:11:42,988 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/b6d2ca22-dde5-4faf-a813-71a7f68b5980.json used request id req-b1931512-6a37-4b27-bdc5-2be7e91eb7f9 2018-08-27 12:11:42,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:11:42,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}088185855130a351f8ff7e86d6e5daa9e228f81b" 2018-08-27 12:11:43,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-3e18b8cc-8711-4162-8175-06fe33e36c7b Date: Mon, 27 Aug 2018 12:11:43 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"6b0772e3-a6c9-4c5e-a18c-e168d3f9a31f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1326a7f8ebcf4581bec67541ea40022d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:11:42Z","qos_policy_id":null,"name":"tenantnetwork2-net_1833e5ee-497a-4fd9-b661-4c1a782b6030","admin_state_up":true,"tenant_id":"1326a7f8ebcf4581bec67541ea40022d","created_at":"2018-08-27T12:11:18Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 12:11:43,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3e18b8cc-8711-4162-8175-06fe33e36c7b 2018-08-27 12:11:43,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.395728111267s 2018-08-27 12:11:43,384 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3e18b8cc-8711-4162-8175-06fe33e36c7b 2018-08-27 12:11:43,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 12:11:43,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/6b0772e3-a6c9-4c5e-a18c-e168d3f9a31f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}088185855130a351f8ff7e86d6e5daa9e228f81b" 2018-08-27 12:11:44,581 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c6f06816-1010-4981-bbd4-ab68f4be03c1 Date: Mon, 27 Aug 2018 12:11:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:11:44,581 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/6b0772e3-a6c9-4c5e-a18c-e168d3f9a31f.json used request id req-c6f06816-1010-4981-bbd4-ab68f4be03c1 2018-08-27 12:11:44,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.19601106644s 2018-08-27 12:11:44,582 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/6b0772e3-a6c9-4c5e-a18c-e168d3f9a31f.json used request id req-c6f06816-1010-4981-bbd4-ab68f4be03c1 2018-08-27 12:11:44,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:11:44,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}525705424202cd29dd1783d4729d3d7b25e50074" 2018-08-27 12:11:44,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:11:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eb2edcc-4be0-40cf-bfbd-6dfaf59d4a01 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_1833e5ee-497a-4fd9-b661-4c1a782b6030", "links": {"self": "http://172.30.9.28:5000/v3/users/32a2e976fae64a6390b998e7dc628996"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "32a2e976fae64a6390b998e7dc628996", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:11:44,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7eb2edcc-4be0-40cf-bfbd-6dfaf59d4a01 2018-08-27 12:11:44,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.21550822258s 2018-08-27 12:11:44,798 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7eb2edcc-4be0-40cf-bfbd-6dfaf59d4a01 2018-08-27 12:11:44,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:11:44,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/32a2e976fae64a6390b998e7dc628996 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}525705424202cd29dd1783d4729d3d7b25e50074" 2018-08-27 12:11:44,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:11:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ffd97fd-1fc8-430a-a38f-4d2b2248ede5 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_1833e5ee-497a-4fd9-b661-4c1a782b6030", "links": {"self": "http://172.30.9.28:5000/v3/users/32a2e976fae64a6390b998e7dc628996"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "32a2e976fae64a6390b998e7dc628996", "description": null}} 2018-08-27 12:11:44,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/32a2e976fae64a6390b998e7dc628996 used request id req-2ffd97fd-1fc8-430a-a38f-4d2b2248ede5 2018-08-27 12:11:44,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.191023826599s 2018-08-27 12:11:44,995 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/32a2e976fae64a6390b998e7dc628996 used request id req-2ffd97fd-1fc8-430a-a38f-4d2b2248ede5 2018-08-27 12:11:44,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 12:11:44,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/32a2e976fae64a6390b998e7dc628996 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}525705424202cd29dd1783d4729d3d7b25e50074" 2018-08-27 12:11:45,339 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:11:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5605271d-c2e4-4c42-898e-90345c4999c4 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 12:11:45,340 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/32a2e976fae64a6390b998e7dc628996 used request id req-5605271d-c2e4-4c42-898e-90345c4999c4 2018-08-27 12:11:45,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.34384894371s 2018-08-27 12:11:45,340 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/32a2e976fae64a6390b998e7dc628996 used request id req-5605271d-c2e4-4c42-898e-90345c4999c4 2018-08-27 12:11:45,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:11:45,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}525705424202cd29dd1783d4729d3d7b25e50074" 2018-08-27 12:11:45,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:11:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-207fa3ba-1ecd-4b83-898c-12f98e173c9d Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.28:5000/v3/projects/1326a7f8ebcf4581bec67541ea40022d"}, "tags": [], "enabled": true, "id": "1326a7f8ebcf4581bec67541ea40022d", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_1833e5ee-497a-4fd9-b661-4c1a782b6030"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-27 12:11:45,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-207fa3ba-1ecd-4b83-898c-12f98e173c9d 2018-08-27 12:11:45,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.215938806534s 2018-08-27 12:11:45,562 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-207fa3ba-1ecd-4b83-898c-12f98e173c9d 2018-08-27 12:11:45,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 12:11:45,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/1326a7f8ebcf4581bec67541ea40022d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}525705424202cd29dd1783d4729d3d7b25e50074" 2018-08-27 12:11:45,872 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:11:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b963406d-7e12-4131-ae9f-2c786e26988c 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 12:11:45,873 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/1326a7f8ebcf4581bec67541ea40022d used request id req-b963406d-7e12-4131-ae9f-2c786e26988c 2018-08-27 12:11:45,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.306177854538s 2018-08-27 12:11:45,873 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/1326a7f8ebcf4581bec67541ea40022d used request id req-b963406d-7e12-4131-ae9f-2c786e26988c 2018-08-27 12:11:45,926 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-27 12:11:45,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:11:45,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:11:45,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:11:45,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:11:45,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:11:45,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:11:45,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:11:45,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:11:45,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:11:45,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:11:45,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:11:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:11:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:11:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:11:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:11:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:11:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:11:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:11:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:11:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:11:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:11:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:11:46,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:11:46,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:11:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e30db85a-4fa5-415b-9bd0-426fd73db457 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:11:46,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e30db85a-4fa5-415b-9bd0-426fd73db457 2018-08-27 12:11:46,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:11:46,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:11:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["06X_VB7_QRKg-gLhrJd8aA"], "issued_at": "2018-08-27T12:11:46.000000Z"}} 2018-08-27 12:11:46,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:11:46,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" 2018-08-27 12:11:47,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-5293af28-a01c-4081-8641-89db5cc1117f Date: Mon, 27 Aug 2018 12:11:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:11:47,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5293af28-a01c-4081-8641-89db5cc1117f 2018-08-27 12:11:47,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.23130106926s 2018-08-27 12:11:47,645 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5293af28-a01c-4081-8641-89db5cc1117f 2018-08-27 12:11:47,646 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-27 12:11:47,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 12:11:47,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" -d '{"network": {"name": "vmready1-net_f5271cfb-a43f-49cf-9c99-328d3d8daa46", "admin_state_up": true}}' 2018-08-27 12:11:48,440 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-4980492e-a5ab-42b2-812b-c759ede829ea Date: Mon, 27 Aug 2018 12:11:48 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"41b74b44-19da-4710-bed1-218ab300326d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:11:48Z","is_default":false,"qos_policy_id":null,"name":"vmready1-net_f5271cfb-a43f-49cf-9c99-328d3d8daa46","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:11:47Z","mtu":1450}} 2018-08-27 12:11:48,441 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4980492e-a5ab-42b2-812b-c759ede829ea 2018-08-27 12:11:48,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.794287919998s 2018-08-27 12:11:48,441 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4980492e-a5ab-42b2-812b-c759ede829ea 2018-08-27 12:11:48,442 - 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-27T12:11:48Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'41b74b44-19da-4710-bed1-218ab300326d', u'provider:segmentation_id': 24, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vmready1-net_f5271cfb-a43f-49cf-9c99-328d3d8daa46', u'created_at': u'2018-08-27T12:11:47Z', u'mtu': 1450, u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd56eab07eebe4995963c4bcc663afcc8', u'l2_adjacency': True}) 2018-08-27 12:11:48,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:11:48,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" 2018-08-27 12:11:48,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1428 X-Openstack-Request-Id: req-5b40e644-11d7-4b4b-9c91-598f3dcd7c2d Date: Mon, 27 Aug 2018 12:11:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"41b74b44-19da-4710-bed1-218ab300326d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:11:48Z","qos_policy_id":null,"name":"vmready1-net_f5271cfb-a43f-49cf-9c99-328d3d8daa46","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:11:47Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:11:48,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5b40e644-11d7-4b4b-9c91-598f3dcd7c2d 2018-08-27 12:11:48,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.34078001976s 2018-08-27 12:11:48,783 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5b40e644-11d7-4b4b-9c91-598f3dcd7c2d 2018-08-27 12:11:48,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 12:11:48,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" -d '{"subnet": {"name": "vmready1-subnet_f5271cfb-a43f-49cf-9c99-328d3d8daa46", "enable_dhcp": true, "network_id": "41b74b44-19da-4710-bed1-218ab300326d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 12:11:49,956 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-4022c099-595c-4645-b693-d07327dad318 Date: Mon, 27 Aug 2018 12:11:49 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-27T12:11:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"e9f1db2f-c020-445f-b2e1-3bcdefbb0476","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d56eab07eebe4995963c4bcc663afcc8","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_f5271cfb-a43f-49cf-9c99-328d3d8daa46","enable_dhcp":true,"segment_id":null,"network_id":"41b74b44-19da-4710-bed1-218ab300326d","tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:11:49Z","ip_version":4}} 2018-08-27 12:11:49,956 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4022c099-595c-4645-b693-d07327dad318 2018-08-27 12:11:49,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.17072105408s 2018-08-27 12:11:49,956 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4022c099-595c-4645-b693-d07327dad318 2018-08-27 12:11:49,957 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:11: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'e9f1db2f-c020-445f-b2e1-3bcdefbb0476', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_f5271cfb-a43f-49cf-9c99-328d3d8daa46', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'41b74b44-19da-4710-bed1-218ab300326d', u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'created_at': u'2018-08-27T12:11: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'd56eab07eebe4995963c4bcc663afcc8'}) 2018-08-27 12:11:49,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 12:11:49,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "vmready1-router_f5271cfb-a43f-49cf-9c99-328d3d8daa46", "admin_state_up": true}}' 2018-08-27 12:11:56,688 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-d4e21eb1-e19a-424b-ad8b-c564cf0204f4 Date: Mon, 27 Aug 2018 12:11:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:11:50Z", "admin_state_up": true, "updated_at": "2018-08-27T12:11:51Z", "project_id": "d56eab07eebe4995963c4bcc663afcc8", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "64a025ec-91ef-4cdd-b75b-0c91cf9cf596", "name": "vmready1-router_f5271cfb-a43f-49cf-9c99-328d3d8daa46"}} 2018-08-27 12:11:56,689 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-d4e21eb1-e19a-424b-ad8b-c564cf0204f4 2018-08-27 12:11:56,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.73134088516s 2018-08-27 12:11:56,689 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-d4e21eb1-e19a-424b-ad8b-c564cf0204f4 2018-08-27 12:11:56,690 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:11:51Z', u'revision_number': 3, u'ha': True, u'id': u'64a025ec-91ef-4cdd-b75b-0c91cf9cf596', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-router_f5271cfb-a43f-49cf-9c99-328d3d8daa46', u'admin_state_up': True, u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'created_at': u'2018-08-27T12:11:50Z', u'flavor_id': None, u'routes': [], u'project_id': u'd56eab07eebe4995963c4bcc663afcc8'}) 2018-08-27 12:11:56,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 12:11:56,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/64a025ec-91ef-4cdd-b75b-0c91cf9cf596/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}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" -d '{"subnet_id": "e9f1db2f-c020-445f-b2e1-3bcdefbb0476"}' 2018-08-27 12:11:59,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6ef8d5f8-fcaa-4e45-bea3-c5fee36d54cc Date: Mon, 27 Aug 2018 12:11:59 GMT RESP BODY: {"network_id": "41b74b44-19da-4710-bed1-218ab300326d", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "subnet_id": "e9f1db2f-c020-445f-b2e1-3bcdefbb0476", "subnet_ids": ["e9f1db2f-c020-445f-b2e1-3bcdefbb0476"], "port_id": "5669f740-299c-4db0-83c3-2be8804cfec1", "id": "64a025ec-91ef-4cdd-b75b-0c91cf9cf596"} 2018-08-27 12:11:59,362 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/64a025ec-91ef-4cdd-b75b-0c91cf9cf596/add_router_interface.json used request id req-6ef8d5f8-fcaa-4e45-bea3-c5fee36d54cc 2018-08-27 12:11:59,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.67172384262s 2018-08-27 12:11:59,362 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/64a025ec-91ef-4cdd-b75b-0c91cf9cf596/add_router_interface.json used request id req-6ef8d5f8-fcaa-4e45-bea3-c5fee36d54cc returning object 64a025ec-91ef-4cdd-b75b-0c91cf9cf596 2018-08-27 12:11:59,363 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 12:11:59,490 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 12:11:59,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:11:59,497 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 12:11:59 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 12:11:59,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:11:59,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" 2018-08-27 12:12:00,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6d9df546-1304-49d3-88f4-b2c1875c5c87 Date: Mon, 27 Aug 2018 12:12:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:12:00,274 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6d9df546-1304-49d3-88f4-b2c1875c5c87 2018-08-27 12:12:00,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.773108959198s 2018-08-27 12:12:00,275 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6d9df546-1304-49d3-88f4-b2c1875c5c87 2018-08-27 12:12:00,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 12:12:00,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_f5271cfb-a43f-49cf-9c99-328d3d8daa46", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_f5271cfb-a43f-49cf-9c99-328d3d8daa46"}' 2018-08-27 12:12:01,103 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3b17c4ee-7500-4e7e-8731-053d8c364a22 Date: Mon, 27 Aug 2018 12:12:01 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:12:01Z", "file": "/v2/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "b3bc0cf3-e1b0-4be3-8bea-20653e958aac", "size": null, "self": "/v2/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac", "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_f5271cfb-a43f-49cf-9c99-328d3d8daa46", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_f5271cfb-a43f-49cf-9c99-328d3d8daa46", "checksum": null, "created_at": "2018-08-27T12:12:01Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 12:12:01,103 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-3b17c4ee-7500-4e7e-8731-053d8c364a22 2018-08-27 12:12:01,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.819850206375s 2018-08-27 12:12:01,103 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-3b17c4ee-7500-4e7e-8731-053d8c364a22 returning object b3bc0cf3-e1b0-4be3-8bea-20653e958aac 2018-08-27 12:12:01,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 12:12:01,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac/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}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" -d '' 2018-08-27 12:12:05,257 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4eed2195-2d52-46e8-b823-ba02cc6157c6 Date: Mon, 27 Aug 2018 12:12:05 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 12:12:05,258 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac/file used request id req-4eed2195-2d52-46e8-b823-ba02cc6157c6 2018-08-27 12:12:05,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.15353798866s 2018-08-27 12:12:05,258 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac/file used request id req-4eed2195-2d52-46e8-b823-ba02cc6157c6 2018-08-27 12:12:05,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:12:05,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" 2018-08-27 12:12:06,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-a9cdf6df-d063-4815-8c0a-43d65bf5e2fb Date: Mon, 27 Aug 2018 12:12:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:12:05Z", "file": "/v2/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "b3bc0cf3-e1b0-4be3-8bea-20653e958aac", "size": 12716032, "self": "/v2/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_f5271cfb-a43f-49cf-9c99-328d3d8daa46", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_f5271cfb-a43f-49cf-9c99-328d3d8daa46", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:12:01Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:12:06,035 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a9cdf6df-d063-4815-8c0a-43d65bf5e2fb 2018-08-27 12:12:06,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.772453069687s 2018-08-27 12:12:06,035 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a9cdf6df-d063-4815-8c0a-43d65bf5e2fb 2018-08-27 12:12:06,037 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac/file', 'owner': u'd56eab07eebe4995963c4bcc663afcc8', 'id': u'b3bc0cf3-e1b0-4be3-8bea-20653e958aac', 'size': 12716032, u'self': u'/v2/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd56eab07eebe4995963c4bcc663afcc8', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T12:12:05Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T12:12:05Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_f5271cfb-a43f-49cf-9c99-328d3d8daa46', '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/b3bc0cf3-e1b0-4be3-8bea-20653e958aac', 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_f5271cfb-a43f-49cf-9c99-328d3d8daa46', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_f5271cfb-a43f-49cf-9c99-328d3d8daa46', 'created': u'2018-08-27T12:12:01Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T12:12:01Z', 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/b3bc0cf3-e1b0-4be3-8bea-20653e958aac', 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_f5271cfb-a43f-49cf-9c99-328d3d8daa46', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 12:12:06,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 12:12:06,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_f5271cfb-a43f-49cf-9c99-328d3d8daa46", "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 12:12:06,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12: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-4d8c144f-ea82-4cf4-96ec-74aa3635bc20 x-compute-request-id: req-4d8c144f-ea82-4cf4-96ec-74aa3635bc20 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_f5271cfb-a43f-49cf-9c99-328d3d8daa46", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d005c811-37f5-41d2-9f84-021d75587827", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d005c811-37f5-41d2-9f84-021d75587827", "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": "d005c811-37f5-41d2-9f84-021d75587827"}} 2018-08-27 12:12:06,910 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4d8c144f-ea82-4cf4-96ec-74aa3635bc20 2018-08-27 12:12:06,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.872159004211s 2018-08-27 12:12:06,910 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4d8c144f-ea82-4cf4-96ec-74aa3635bc20 2018-08-27 12:12:06,911 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_f5271cfb-a43f-49cf-9c99-328d3d8daa46', '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'd56eab07eebe4995963c4bcc663afcc8', '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'd005c811-37f5-41d2-9f84-021d75587827', 'swap': 0}) 2018-08-27 12:12:06,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 12:12:06,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/d005c811-37f5-41d2-9f84-021d75587827/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}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" -d '{"extra_specs": {}}' 2018-08-27 12:12:07,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12: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 x-openstack-request-id: req-b3eb61a5-29d4-447f-9a60-381b7ace11bf x-compute-request-id: req-b3eb61a5-29d4-447f-9a60-381b7ace11bf Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 12:12:07,050 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/d005c811-37f5-41d2-9f84-021d75587827/os-extra_specs used request id req-b3eb61a5-29d4-447f-9a60-381b7ace11bf 2018-08-27 12:12:07,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.137937068939s 2018-08-27 12:12:07,050 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/d005c811-37f5-41d2-9f84-021d75587827/os-extra_specs used request id req-b3eb61a5-29d4-447f-9a60-381b7ace11bf 2018-08-27 12:12:07,157 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 12:12:07,157 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-27 12:12:07,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 12:12:07,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/64a025ec-91ef-4cdd-b75b-0c91cf9cf596/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}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" -d '{"subnet_id": "e9f1db2f-c020-445f-b2e1-3bcdefbb0476"}' 2018-08-27 12:12:09,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-de056690-8404-43b0-9f15-c65fdbd67152 Date: Mon, 27 Aug 2018 12:12:09 GMT RESP BODY: {"network_id": "41b74b44-19da-4710-bed1-218ab300326d", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "subnet_id": "e9f1db2f-c020-445f-b2e1-3bcdefbb0476", "subnet_ids": ["e9f1db2f-c020-445f-b2e1-3bcdefbb0476"], "port_id": "5669f740-299c-4db0-83c3-2be8804cfec1", "id": "64a025ec-91ef-4cdd-b75b-0c91cf9cf596"} 2018-08-27 12:12:09,591 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/64a025ec-91ef-4cdd-b75b-0c91cf9cf596/remove_router_interface.json used request id req-de056690-8404-43b0-9f15-c65fdbd67152 2018-08-27 12:12:09,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.42923402786s 2018-08-27 12:12:09,592 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/64a025ec-91ef-4cdd-b75b-0c91cf9cf596/remove_router_interface.json used request id req-de056690-8404-43b0-9f15-c65fdbd67152 returning object 64a025ec-91ef-4cdd-b75b-0c91cf9cf596 2018-08-27 12:12:09,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 12:12:09,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" 2018-08-27 12:12:10,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-5da3039a-ac51-4efe-9b55-c9a2a328ce0d Date: Mon, 27 Aug 2018 12:12:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:11:50Z", "admin_state_up": true, "updated_at": "2018-08-27T12:12:08Z", "project_id": "d56eab07eebe4995963c4bcc663afcc8", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "64a025ec-91ef-4cdd-b75b-0c91cf9cf596", "name": "vmready1-router_f5271cfb-a43f-49cf-9c99-328d3d8daa46"}]} 2018-08-27 12:12:10,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-5da3039a-ac51-4efe-9b55-c9a2a328ce0d 2018-08-27 12:12:10,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.408076047897s 2018-08-27 12:12:10,001 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-5da3039a-ac51-4efe-9b55-c9a2a328ce0d 2018-08-27 12:12:10,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 12:12:10,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/64a025ec-91ef-4cdd-b75b-0c91cf9cf596.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" 2018-08-27 12:12:13,655 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eadb6c89-49bb-43fb-b0d1-b26c2e968b5c Content-Length: 0 Date: Mon, 27 Aug 2018 12:12:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:12:13,656 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/64a025ec-91ef-4cdd-b75b-0c91cf9cf596.json used request id req-eadb6c89-49bb-43fb-b0d1-b26c2e968b5c 2018-08-27 12:12:13,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.65265488625s 2018-08-27 12:12:13,656 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/64a025ec-91ef-4cdd-b75b-0c91cf9cf596.json used request id req-eadb6c89-49bb-43fb-b0d1-b26c2e968b5c 2018-08-27 12:12:13,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 12:12:13,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" 2018-08-27 12:12:13,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1326 X-Openstack-Request-Id: req-98cf6f33-b60d-43bb-93ce-14a80e5c3257 Date: Mon, 27 Aug 2018 12:12:13 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-27T12:07:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"be54de9c-847e-4a09-971c-0568167e3798","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9e7da560-d286-4d69-b2d6-e7b51586033c","tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:18Z","ip_version":4},{"updated_at":"2018-08-27T12:11:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"e9f1db2f-c020-445f-b2e1-3bcdefbb0476","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d56eab07eebe4995963c4bcc663afcc8","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_f5271cfb-a43f-49cf-9c99-328d3d8daa46","enable_dhcp":true,"segment_id":null,"network_id":"41b74b44-19da-4710-bed1-218ab300326d","tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:11:49Z","ip_version":4}]} 2018-08-27 12:12:13,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-98cf6f33-b60d-43bb-93ce-14a80e5c3257 2018-08-27 12:12:13,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.311767101288s 2018-08-27 12:12:13,969 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-98cf6f33-b60d-43bb-93ce-14a80e5c3257 2018-08-27 12:12:13,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 12:12:13,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/e9f1db2f-c020-445f-b2e1-3bcdefbb0476.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" 2018-08-27 12:12:16,099 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-760e380a-f1d4-4efa-a71d-2c3bdb2d683e Date: Mon, 27 Aug 2018 12:12:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:12:16,100 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/e9f1db2f-c020-445f-b2e1-3bcdefbb0476.json used request id req-760e380a-f1d4-4efa-a71d-2c3bdb2d683e 2018-08-27 12:12:16,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.12921905518s 2018-08-27 12:12:16,100 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/e9f1db2f-c020-445f-b2e1-3bcdefbb0476.json used request id req-760e380a-f1d4-4efa-a71d-2c3bdb2d683e 2018-08-27 12:12:16,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:12:16,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" 2018-08-27 12:12:17,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-73755ae2-9e92-4503-a88a-7b26d1d8fede Date: Mon, 27 Aug 2018 12:12:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"41b74b44-19da-4710-bed1-218ab300326d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:12:15Z","qos_policy_id":null,"name":"vmready1-net_f5271cfb-a43f-49cf-9c99-328d3d8daa46","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:11:47Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:12:17,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-73755ae2-9e92-4503-a88a-7b26d1d8fede 2018-08-27 12:12:17,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.12147498131s 2018-08-27 12:12:17,223 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-73755ae2-9e92-4503-a88a-7b26d1d8fede 2018-08-27 12:12:17,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 12:12:17,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/41b74b44-19da-4710-bed1-218ab300326d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" 2018-08-27 12:12:18,176 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b14dc6cf-27e5-4948-97c6-46bde77c4455 Date: Mon, 27 Aug 2018 12:12:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:12:18,177 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/41b74b44-19da-4710-bed1-218ab300326d.json used request id req-b14dc6cf-27e5-4948-97c6-46bde77c4455 2018-08-27 12:12:18,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.951694965363s 2018-08-27 12:12:18,177 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/41b74b44-19da-4710-bed1-218ab300326d.json used request id req-b14dc6cf-27e5-4948-97c6-46bde77c4455 2018-08-27 12:12:18,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:12:18,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" 2018-08-27 12:12:19,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-4584b479-a131-4970-bd48-d0fa07731652 Date: Mon, 27 Aug 2018 12:12:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:12:05Z", "file": "/v2/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "b3bc0cf3-e1b0-4be3-8bea-20653e958aac", "size": 12716032, "self": "/v2/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_f5271cfb-a43f-49cf-9c99-328d3d8daa46", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_f5271cfb-a43f-49cf-9c99-328d3d8daa46", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:12:01Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:12:19,133 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4584b479-a131-4970-bd48-d0fa07731652 2018-08-27 12:12:19,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.952126026154s 2018-08-27 12:12:19,134 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4584b479-a131-4970-bd48-d0fa07731652 2018-08-27 12:12:19,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 12:12:19,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" 2018-08-27 12:12:21,093 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5398e02f-7d36-4675-8caa-3fb26d2dd3cf Date: Mon, 27 Aug 2018 12:12:21 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 12:12:21,093 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac used request id req-5398e02f-7d36-4675-8caa-3fb26d2dd3cf 2018-08-27 12:12:21,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.95775294304s 2018-08-27 12:12:21,093 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/b3bc0cf3-e1b0-4be3-8bea-20653e958aac used request id req-5398e02f-7d36-4675-8caa-3fb26d2dd3cf 2018-08-27 12:12:21,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 12:12:21,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" 2018-08-27 12:12:21,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12: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-223bc02d-1473-45bd-8902-73815e4a0468 x-compute-request-id: req-223bc02d-1473-45bd-8902-73815e4a0468 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_f5271cfb-a43f-49cf-9c99-328d3d8daa46", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d005c811-37f5-41d2-9f84-021d75587827", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d005c811-37f5-41d2-9f84-021d75587827", "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": "d005c811-37f5-41d2-9f84-021d75587827"}]} 2018-08-27 12:12:21,117 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-223bc02d-1473-45bd-8902-73815e4a0468 2018-08-27 12:12:21,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0232501029968s 2018-08-27 12:12:21,118 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-223bc02d-1473-45bd-8902-73815e4a0468 2018-08-27 12:12:21,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 12:12:21,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/d005c811-37f5-41d2-9f84-021d75587827 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6cde9a2135c6c03c6aebd0092c84f5fa3e3b21a4" 2018-08-27 12:12:21,316 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:12: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-258d10b9-5201-45a2-bbbd-6598334de989 x-compute-request-id: req-258d10b9-5201-45a2-bbbd-6598334de989 Content-Length: 0 Content-Type: application/json 2018-08-27 12:12:21,316 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/d005c811-37f5-41d2-9f84-021d75587827 used request id req-258d10b9-5201-45a2-bbbd-6598334de989 2018-08-27 12:12:21,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.196702003479s 2018-08-27 12:12:21,316 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/d005c811-37f5-41d2-9f84-021d75587827 used request id req-258d10b9-5201-45a2-bbbd-6598334de989 2018-08-27 12:12:21,371 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-27 12:12:21,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:12:21,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:12:21,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:12:21,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:12:21,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:12:21,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:12:21,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:12:21,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:12:21,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:12:21,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:12:21,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:12:21,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:12:21,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:12:21,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:12:21,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:12:21,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:12:21,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:12:21,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:12:21,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:12:21,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:12:21,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:12:21,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:12:21,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:12:21,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d244614-7346-48d9-b8df-a37e7c3418bb 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:12:21,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7d244614-7346-48d9-b8df-a37e7c3418bb 2018-08-27 12:12:21,420 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:12:21,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:12:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["50tONFPlSSW6kfVFjSrVcQ"], "issued_at": "2018-08-27T12:12:21.000000Z"}} 2018-08-27 12:12:21,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:12:21,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" 2018-08-27 12:12:22,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-98d65f13-2bb8-44fb-8c9d-83fcdd20a320 Date: Mon, 27 Aug 2018 12:12:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:12:22,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-98d65f13-2bb8-44fb-8c9d-83fcdd20a320 2018-08-27 12:12:22,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.282753944397s 2018-08-27 12:12:22,106 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-98d65f13-2bb8-44fb-8c9d-83fcdd20a320 2018-08-27 12:12:22,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:12:22,115 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 12:12:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60f7f01e-0e54-4777-bd59-2949d1fd7b5c 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 12:12:22,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-60f7f01e-0e54-4777-bd59-2949d1fd7b5c 2018-08-27 12:12:22,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:12:22,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" 2018-08-27 12:12:22,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22db8795-79a0-4803-861d-1e0f55aa0bf3 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/1822875bebb84e26b6f0f5a37895742c"}, "tags": [], "enabled": true, "id": "1822875bebb84e26b6f0f5a37895742c", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 12:12:22,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-22db8795-79a0-4803-861d-1e0f55aa0bf3 2018-08-27 12:12:22,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.184187889099s 2018-08-27 12:12:22,301 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-22db8795-79a0-4803-861d-1e0f55aa0bf3 2018-08-27 12:12:22,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 12:12:22,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_68ab2c46-d965-49c2-ae36-8883fcfa0a8f"}}' 2018-08-27 12:12:22,554 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 12:12:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ffd3a35-530d-4f3e-bea1-9f308ff394c8 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.28:5000/v3/projects/f04c82ad1b034965809dd29d15584fbe"}, "tags": [], "enabled": true, "id": "f04c82ad1b034965809dd29d15584fbe", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_68ab2c46-d965-49c2-ae36-8883fcfa0a8f"}} 2018-08-27 12:12:22,555 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-9ffd3a35-530d-4f3e-bea1-9f308ff394c8 2018-08-27 12:12:22,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.246780872345s 2018-08-27 12:12:22,555 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-9ffd3a35-530d-4f3e-bea1-9f308ff394c8 2018-08-27 12:12:22,555 - 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'f04c82ad1b034965809dd29d15584fbe', '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_68ab2c46-d965-49c2-ae36-8883fcfa0a8f'}) 2018-08-27 12:12:22,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 12:12:22,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "4f97be47-26bd-44b4-b871-69bfa51bb8e4", "email": null, "name": "vmready2-user_68ab2c46-d965-49c2-ae36-8883fcfa0a8f"}}' 2018-08-27 12:12:23,122 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 12:12:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fbc2b2c6-d7c7-4ef6-9c5d-69a15dd85dce Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_68ab2c46-d965-49c2-ae36-8883fcfa0a8f", "links": {"self": "http://172.30.9.28:5000/v3/users/aa87eff1419b49bd91cbb5b882f70fc6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "aa87eff1419b49bd91cbb5b882f70fc6", "domain_id": "default", "password_expires_at": null}} 2018-08-27 12:12:23,122 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-fbc2b2c6-d7c7-4ef6-9c5d-69a15dd85dce 2018-08-27 12:12:23,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.561111927032s 2018-08-27 12:12:23,122 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-fbc2b2c6-d7c7-4ef6-9c5d-69a15dd85dce 2018-08-27 12:12:23,123 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'aa87eff1419b49bd91cbb5b882f70fc6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_68ab2c46-d965-49c2-ae36-8883fcfa0a8f'}) 2018-08-27 12:12:23,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:12:23,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" 2018-08-27 12:12:23,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f3958af-4443-4057-9001-8fc4d7b690d2 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:12:23,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9f3958af-4443-4057-9001-8fc4d7b690d2 2018-08-27 12:12:23,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179817914963s 2018-08-27 12:12:23,306 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9f3958af-4443-4057-9001-8fc4d7b690d2 2018-08-27 12:12:23,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:12:23,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" 2018-08-27 12:12:23,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb271659-c7b6-4992-84c3-ad5c31c69462 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:12:23,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-bb271659-c7b6-4992-84c3-ad5c31c69462 2018-08-27 12:12:23,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.116358041763s 2018-08-27 12:12:23,428 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-bb271659-c7b6-4992-84c3-ad5c31c69462 2018-08-27 12:12:23,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:12:23,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" 2018-08-27 12:12:23,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76732b13-1771-4b7a-a189-0c98004d71dc Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:12:23,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-76732b13-1771-4b7a-a189-0c98004d71dc 2018-08-27 12:12:23,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193480014801s 2018-08-27 12:12:23,626 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-76732b13-1771-4b7a-a189-0c98004d71dc 2018-08-27 12:12:23,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:12:23,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" 2018-08-27 12:12:23,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cd3cc2f-a29e-48c5-ac29-5d637805ed8e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 12:12:23,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-9cd3cc2f-a29e-48c5-ac29-5d637805ed8e 2018-08-27 12:12:23,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.178181886673s 2018-08-27 12:12:23,810 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-9cd3cc2f-a29e-48c5-ac29-5d637805ed8e 2018-08-27 12:12:23,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:12:23,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" 2018-08-27 12:12:24,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-691159ac-e25a-40eb-b9b9-de774a95bd6f Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vmready2-user_68ab2c46-d965-49c2-ae36-8883fcfa0a8f", "links": {"self": "http://172.30.9.28:5000/v3/users/aa87eff1419b49bd91cbb5b882f70fc6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "aa87eff1419b49bd91cbb5b882f70fc6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:12:24,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-691159ac-e25a-40eb-b9b9-de774a95bd6f 2018-08-27 12:12:24,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.210653781891s 2018-08-27 12:12:24,022 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-691159ac-e25a-40eb-b9b9-de774a95bd6f 2018-08-27 12:12:24,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:12:24,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" 2018-08-27 12:12:24,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c7d702f-7540-45c4-94e2-dcef2d4234b4 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.28:5000/v3/projects/f04c82ad1b034965809dd29d15584fbe"}, "tags": [], "enabled": true, "id": "f04c82ad1b034965809dd29d15584fbe", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_68ab2c46-d965-49c2-ae36-8883fcfa0a8f"}]} 2018-08-27 12:12:24,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-5c7d702f-7540-45c4-94e2-dcef2d4234b4 2018-08-27 12:12:24,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.193802833557s 2018-08-27 12:12:24,227 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-5c7d702f-7540-45c4-94e2-dcef2d4234b4 2018-08-27 12:12:24,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 12:12:24,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=aa87eff1419b49bd91cbb5b882f70fc6&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=f04c82ad1b034965809dd29d15584fbe" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" 2018-08-27 12:12:24,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-002b5f7d-364c-4c0f-a1a2-c0e3f3b1fbbd Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=aa87eff1419b49bd91cbb5b882f70fc6&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=f04c82ad1b034965809dd29d15584fbe", "previous": null, "next": null}} 2018-08-27 12:12:24,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=aa87eff1419b49bd91cbb5b882f70fc6&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=f04c82ad1b034965809dd29d15584fbe used request id req-002b5f7d-364c-4c0f-a1a2-c0e3f3b1fbbd 2018-08-27 12:12:24,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.18265414238s 2018-08-27 12:12:24,418 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=aa87eff1419b49bd91cbb5b882f70fc6&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=f04c82ad1b034965809dd29d15584fbe used request id req-002b5f7d-364c-4c0f-a1a2-c0e3f3b1fbbd 2018-08-27 12:12:24,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 12:12:24,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/f04c82ad1b034965809dd29d15584fbe/users/aa87eff1419b49bd91cbb5b882f70fc6/roles/2d704632e4b7449aa0baeaa243e3aa0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" 2018-08-27 12:12:24,610 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:12:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e40bfe61-7513-4b01-8265-cd76656e5809 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 12:12:24,610 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/f04c82ad1b034965809dd29d15584fbe/users/aa87eff1419b49bd91cbb5b882f70fc6/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-e40bfe61-7513-4b01-8265-cd76656e5809 2018-08-27 12:12:24,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.189179897308s 2018-08-27 12:12:24,611 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/f04c82ad1b034965809dd29d15584fbe/users/aa87eff1419b49bd91cbb5b882f70fc6/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-e40bfe61-7513-4b01-8265-cd76656e5809 2018-08-27 12:12:24,611 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_68ab2c46-d965-49c2-ae36-8883fcfa0a8f', 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'f04c82ad1b034965809dd29d15584fbe', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '4f97be47-26bd-44b4-b871-69bfa51bb8e4', 'username': u'vmready2-user_68ab2c46-d965-49c2-ae36-8883fcfa0a8f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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 12:12:24,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:12:24,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:12:24,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:12:24,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:12:24,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:12:24,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:12:24,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:12:24,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:12:24,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:12:24,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:12:24,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:12:24,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:12:24,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:12:24,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:12:24,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:12:24,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:12:24,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:12:24,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:12:24,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:12:24,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:12:24,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:12:24,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:12:24,617 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_68ab2c46-d965-49c2-ae36-8883fcfa0a8f', 'password': '4f97be47-26bd-44b4-b871-69bfa51bb8e4', 'project_name': 'vmready2-project_68ab2c46-d965-49c2-ae36-8883fcfa0a8f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'f04c82ad1b034965809dd29d15584fbe', 'project_domain_name': 'Default'} 2018-08-27 12:12:24,617 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-27 12:12:24,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:12:24,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-382c6972-2b92-4a4a-a788-4014adf699e9 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:12:24,625 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-382c6972-2b92-4a4a-a788-4014adf699e9 2018-08-27 12:12:24,625 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:12:25,008 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:12:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f04c82ad1b034965809dd29d15584fbe", "name": "vmready2-project_68ab2c46-d965-49c2-ae36-8883fcfa0a8f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/f04c82ad1b034965809dd29d15584fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/f04c82ad1b034965809dd29d15584fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/f04c82ad1b034965809dd29d15584fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_f04c82ad1b034965809dd29d15584fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f04c82ad1b034965809dd29d15584fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/f04c82ad1b034965809dd29d15584fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/f04c82ad1b034965809dd29d15584fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/f04c82ad1b034965809dd29d15584fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/f04c82ad1b034965809dd29d15584fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/f04c82ad1b034965809dd29d15584fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/f04c82ad1b034965809dd29d15584fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/f04c82ad1b034965809dd29d15584fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/f04c82ad1b034965809dd29d15584fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/f04c82ad1b034965809dd29d15584fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_68ab2c46-d965-49c2-ae36-8883fcfa0a8f", "id": "aa87eff1419b49bd91cbb5b882f70fc6"}, "audit_ids": ["kK0b9LQSQL6P9xzTEQKsEg"], "issued_at": "2018-08-27T12:12:24.000000Z"}} 2018-08-27 12:12:25,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 12:12:25,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f497bd67cd4ee056382f440b6383e1c7a3e5c3ce" -d '{"network": {"name": "vmready2-net_68ab2c46-d965-49c2-ae36-8883fcfa0a8f", "admin_state_up": true}}' 2018-08-27 12:12:26,394 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-e8922629-d00d-41bb-a01a-f733540d3801 Date: Mon, 27 Aug 2018 12:12:26 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"22d3de85-8753-4714-8acf-62b39b965481","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f04c82ad1b034965809dd29d15584fbe","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:12:26Z","is_default":false,"name":"vmready2-net_68ab2c46-d965-49c2-ae36-8883fcfa0a8f","qos_policy_id":null,"admin_state_up":true,"tenant_id":"f04c82ad1b034965809dd29d15584fbe","created_at":"2018-08-27T12:12:26Z","mtu":1450}} 2018-08-27 12:12:26,394 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e8922629-d00d-41bb-a01a-f733540d3801 2018-08-27 12:12:26,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.38299894333s 2018-08-27 12:12:26,395 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e8922629-d00d-41bb-a01a-f733540d3801 2018-08-27 12:12:26,395 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T12:12:26Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'22d3de85-8753-4714-8acf-62b39b965481', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_68ab2c46-d965-49c2-ae36-8883fcfa0a8f', u'admin_state_up': True, u'tenant_id': u'f04c82ad1b034965809dd29d15584fbe', u'created_at': u'2018-08-27T12:12:26Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f04c82ad1b034965809dd29d15584fbe', u'l2_adjacency': True}) 2018-08-27 12:12:26,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:12:26,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f497bd67cd4ee056382f440b6383e1c7a3e5c3ce" 2018-08-27 12:12:26,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1229 X-Openstack-Request-Id: req-f7cac91e-ab22-4a13-a045-770fb3e37e57 Date: Mon, 27 Aug 2018 12:12:26 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"22d3de85-8753-4714-8acf-62b39b965481","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f04c82ad1b034965809dd29d15584fbe","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:12:26Z","qos_policy_id":null,"name":"vmready2-net_68ab2c46-d965-49c2-ae36-8883fcfa0a8f","admin_state_up":true,"tenant_id":"f04c82ad1b034965809dd29d15584fbe","created_at":"2018-08-27T12:12:26Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 12:12:26,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f7cac91e-ab22-4a13-a045-770fb3e37e57 2018-08-27 12:12:26,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.356346130371s 2018-08-27 12:12:26,753 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f7cac91e-ab22-4a13-a045-770fb3e37e57 2018-08-27 12:12:26,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 12:12:26,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f497bd67cd4ee056382f440b6383e1c7a3e5c3ce" -d '{"subnet": {"name": "vmready2-subnet_68ab2c46-d965-49c2-ae36-8883fcfa0a8f", "enable_dhcp": true, "network_id": "22d3de85-8753-4714-8acf-62b39b965481", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 12:12:27,650 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a634bea9-5957-4564-aa12-2538ac7453a1 Date: Mon, 27 Aug 2018 12:12:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"22d3de85-8753-4714-8acf-62b39b965481","tenant_id":"f04c82ad1b034965809dd29d15584fbe","created_at":"2018-08-27T12:12:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T12:12:27Z","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":"f04c82ad1b034965809dd29d15584fbe","id":"a3c03709-738b-4a26-89bc-f15e98c98ef0","subnetpool_id":null,"name":"vmready2-subnet_68ab2c46-d965-49c2-ae36-8883fcfa0a8f"}} 2018-08-27 12:12:27,651 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-a634bea9-5957-4564-aa12-2538ac7453a1 2018-08-27 12:12:27,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.896575927734s 2018-08-27 12:12:27,651 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-a634bea9-5957-4564-aa12-2538ac7453a1 2018-08-27 12:12:27,652 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:12:27Z', 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'a3c03709-738b-4a26-89bc-f15e98c98ef0', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_68ab2c46-d965-49c2-ae36-8883fcfa0a8f', u'enable_dhcp': True, u'network_id': u'22d3de85-8753-4714-8acf-62b39b965481', u'tenant_id': u'f04c82ad1b034965809dd29d15584fbe', u'created_at': u'2018-08-27T12:12:27Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f04c82ad1b034965809dd29d15584fbe'}) 2018-08-27 12:12:27,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 12:12:27,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f497bd67cd4ee056382f440b6383e1c7a3e5c3ce" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "vmready2-router_68ab2c46-d965-49c2-ae36-8883fcfa0a8f", "admin_state_up": true}}' 2018-08-27 12:12:33,863 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8b095d81-0ff0-4e04-a1df-59a4a6774d0f Date: Mon, 27 Aug 2018 12:12:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "created_at": "2018-08-27T12:12:28Z", "admin_state_up": true, "updated_at": "2018-08-27T12:12:29Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "f04c82ad1b034965809dd29d15584fbe", "id": "96eb03e7-454f-4006-b22b-919d50df3713", "name": "vmready2-router_68ab2c46-d965-49c2-ae36-8883fcfa0a8f"}} 2018-08-27 12:12:33,863 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-8b095d81-0ff0-4e04-a1df-59a4a6774d0f 2018-08-27 12:12:33,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.21063399315s 2018-08-27 12:12:33,863 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-8b095d81-0ff0-4e04-a1df-59a4a6774d0f 2018-08-27 12:12:33,864 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:12:29Z', u'revision_number': 3, u'id': u'96eb03e7-454f-4006-b22b-919d50df3713', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-router_68ab2c46-d965-49c2-ae36-8883fcfa0a8f', u'admin_state_up': True, u'tenant_id': u'f04c82ad1b034965809dd29d15584fbe', u'created_at': u'2018-08-27T12:12:28Z', u'flavor_id': None, u'routes': [], u'project_id': u'f04c82ad1b034965809dd29d15584fbe'}) 2018-08-27 12:12:33,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 12:12:33,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/96eb03e7-454f-4006-b22b-919d50df3713/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}f497bd67cd4ee056382f440b6383e1c7a3e5c3ce" -d '{"subnet_id": "a3c03709-738b-4a26-89bc-f15e98c98ef0"}' 2018-08-27 12:12:36,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4c96ad3d-4682-460b-89eb-1ec0b7593b6b Date: Mon, 27 Aug 2018 12:12:37 GMT RESP BODY: {"network_id": "22d3de85-8753-4714-8acf-62b39b965481", "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "subnet_id": "a3c03709-738b-4a26-89bc-f15e98c98ef0", "subnet_ids": ["a3c03709-738b-4a26-89bc-f15e98c98ef0"], "port_id": "4c370a4e-ca16-47e9-a812-d52433355671", "id": "96eb03e7-454f-4006-b22b-919d50df3713"} 2018-08-27 12:12:36,995 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/96eb03e7-454f-4006-b22b-919d50df3713/add_router_interface.json used request id req-4c96ad3d-4682-460b-89eb-1ec0b7593b6b 2018-08-27 12:12:36,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.13046789169s 2018-08-27 12:12:36,995 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/96eb03e7-454f-4006-b22b-919d50df3713/add_router_interface.json used request id req-4c96ad3d-4682-460b-89eb-1ec0b7593b6b returning object 96eb03e7-454f-4006-b22b-919d50df3713 2018-08-27 12:12:36,996 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 12:12:37,121 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 12:12:37,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:12:37,128 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 12:12:37 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 12:12:37,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:12:37,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f497bd67cd4ee056382f440b6383e1c7a3e5c3ce" 2018-08-27 12:12:37,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-98489ac5-6ed1-4489-bbc5-d17e6b375e23 Date: Mon, 27 Aug 2018 12:12:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:12:37,939 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-98489ac5-6ed1-4489-bbc5-d17e6b375e23 2018-08-27 12:12:37,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.805697202682s 2018-08-27 12:12:37,939 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-98489ac5-6ed1-4489-bbc5-d17e6b375e23 2018-08-27 12:12:37,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 12:12:37,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f497bd67cd4ee056382f440b6383e1c7a3e5c3ce" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_68ab2c46-d965-49c2-ae36-8883fcfa0a8f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_68ab2c46-d965-49c2-ae36-8883fcfa0a8f"}' 2018-08-27 12:12:38,857 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/688bbcba-67b8-449e-b2e3-9b7608119823 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0c6c0eec-37fd-45ac-9991-741bd2280304 Date: Mon, 27 Aug 2018 12:12:38 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:12:38Z", "file": "/v2/images/688bbcba-67b8-449e-b2e3-9b7608119823/file", "owner": "f04c82ad1b034965809dd29d15584fbe", "id": "688bbcba-67b8-449e-b2e3-9b7608119823", "size": null, "self": "/v2/images/688bbcba-67b8-449e-b2e3-9b7608119823", "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_68ab2c46-d965-49c2-ae36-8883fcfa0a8f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_68ab2c46-d965-49c2-ae36-8883fcfa0a8f", "checksum": null, "created_at": "2018-08-27T12:12:38Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 12:12:38,857 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-0c6c0eec-37fd-45ac-9991-741bd2280304 2018-08-27 12:12:38,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.910305023193s 2018-08-27 12:12:38,857 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-0c6c0eec-37fd-45ac-9991-741bd2280304 returning object 688bbcba-67b8-449e-b2e3-9b7608119823 2018-08-27 12:12:38,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 12:12:38,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/688bbcba-67b8-449e-b2e3-9b7608119823/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}f497bd67cd4ee056382f440b6383e1c7a3e5c3ce" -d '' 2018-08-27 12:12:39,630 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e9df6897-4d1b-486d-923d-5e8224909914 Date: Mon, 27 Aug 2018 12:12: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 12:12:39,630 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/688bbcba-67b8-449e-b2e3-9b7608119823/file used request id req-e9df6897-4d1b-486d-923d-5e8224909914 2018-08-27 12:12:39,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.771888017654s 2018-08-27 12:12:39,630 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/688bbcba-67b8-449e-b2e3-9b7608119823/file used request id req-e9df6897-4d1b-486d-923d-5e8224909914 2018-08-27 12:12:39,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:12:39,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f497bd67cd4ee056382f440b6383e1c7a3e5c3ce" 2018-08-27 12:12:40,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-8d5d0e46-2ae7-4c39-90f3-11d37c731646 Date: Mon, 27 Aug 2018 12:12:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:12:39Z", "file": "/v2/images/688bbcba-67b8-449e-b2e3-9b7608119823/file", "owner": "f04c82ad1b034965809dd29d15584fbe", "id": "688bbcba-67b8-449e-b2e3-9b7608119823", "size": 12716032, "self": "/v2/images/688bbcba-67b8-449e-b2e3-9b7608119823", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/688bbcba-67b8-449e-b2e3-9b7608119823/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/688bbcba-67b8-449e-b2e3-9b7608119823/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_68ab2c46-d965-49c2-ae36-8883fcfa0a8f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_68ab2c46-d965-49c2-ae36-8883fcfa0a8f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:12:38Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:12:40,486 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8d5d0e46-2ae7-4c39-90f3-11d37c731646 2018-08-27 12:12:40,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.851569890976s 2018-08-27 12:12:40,486 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8d5d0e46-2ae7-4c39-90f3-11d37c731646 2018-08-27 12:12:40,488 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/688bbcba-67b8-449e-b2e3-9b7608119823/snap', u'metadata': Munch({})})], 'file': u'/v2/images/688bbcba-67b8-449e-b2e3-9b7608119823/file', 'owner': u'f04c82ad1b034965809dd29d15584fbe', 'id': u'688bbcba-67b8-449e-b2e3-9b7608119823', 'size': 12716032, u'self': u'/v2/images/688bbcba-67b8-449e-b2e3-9b7608119823', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f04c82ad1b034965809dd29d15584fbe', 'name': 'vmready2-project_68ab2c46-d965-49c2-ae36-8883fcfa0a8f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/688bbcba-67b8-449e-b2e3-9b7608119823/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T12:12:39Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T12:12:39Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_68ab2c46-d965-49c2-ae36-8883fcfa0a8f', '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/688bbcba-67b8-449e-b2e3-9b7608119823', 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_68ab2c46-d965-49c2-ae36-8883fcfa0a8f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_68ab2c46-d965-49c2-ae36-8883fcfa0a8f', 'created': u'2018-08-27T12:12:38Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T12:12:38Z', 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/688bbcba-67b8-449e-b2e3-9b7608119823', 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_68ab2c46-d965-49c2-ae36-8883fcfa0a8f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 12:12:40,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 12:12:40,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_68ab2c46-d965-49c2-ae36-8883fcfa0a8f", "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 12:12:41,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12: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-5b3e567c-141e-4cb6-b552-9764d53c3b23 x-compute-request-id: req-5b3e567c-141e-4cb6-b552-9764d53c3b23 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_68ab2c46-d965-49c2-ae36-8883fcfa0a8f", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8ac1d294-375b-48c1-8934-b379c23d9e5e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8ac1d294-375b-48c1-8934-b379c23d9e5e", "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": "8ac1d294-375b-48c1-8934-b379c23d9e5e"}} 2018-08-27 12:12:41,357 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-5b3e567c-141e-4cb6-b552-9764d53c3b23 2018-08-27 12:12:41,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.868052005768s 2018-08-27 12:12:41,358 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-5b3e567c-141e-4cb6-b552-9764d53c3b23 2018-08-27 12:12:41,358 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_68ab2c46-d965-49c2-ae36-8883fcfa0a8f', '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'd56eab07eebe4995963c4bcc663afcc8', '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'8ac1d294-375b-48c1-8934-b379c23d9e5e', 'swap': 0}) 2018-08-27 12:12:41,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 12:12:41,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/8ac1d294-375b-48c1-8934-b379c23d9e5e/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}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" -d '{"extra_specs": {}}' 2018-08-27 12:12:41,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12: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-bc629e78-6199-4340-b8b2-fe70052eabf6 x-compute-request-id: req-bc629e78-6199-4340-b8b2-fe70052eabf6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 12:12:41,492 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/8ac1d294-375b-48c1-8934-b379c23d9e5e/os-extra_specs used request id req-bc629e78-6199-4340-b8b2-fe70052eabf6 2018-08-27 12:12:41,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.132937908173s 2018-08-27 12:12:41,492 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/8ac1d294-375b-48c1-8934-b379c23d9e5e/os-extra_specs used request id req-bc629e78-6199-4340-b8b2-fe70052eabf6 2018-08-27 12:12:41,606 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 12:12:41,607 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:17 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-27 12:12:41,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 12:12:41,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/96eb03e7-454f-4006-b22b-919d50df3713/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}f497bd67cd4ee056382f440b6383e1c7a3e5c3ce" -d '{"subnet_id": "a3c03709-738b-4a26-89bc-f15e98c98ef0"}' 2018-08-27 12:12:45,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e950f1ca-5ac1-4c52-853f-57652d584a92 Date: Mon, 27 Aug 2018 12:12:45 GMT RESP BODY: {"network_id": "22d3de85-8753-4714-8acf-62b39b965481", "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "subnet_id": "a3c03709-738b-4a26-89bc-f15e98c98ef0", "subnet_ids": ["a3c03709-738b-4a26-89bc-f15e98c98ef0"], "port_id": "4c370a4e-ca16-47e9-a812-d52433355671", "id": "96eb03e7-454f-4006-b22b-919d50df3713"} 2018-08-27 12:12:45,267 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/96eb03e7-454f-4006-b22b-919d50df3713/remove_router_interface.json used request id req-e950f1ca-5ac1-4c52-853f-57652d584a92 2018-08-27 12:12:45,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 3.6544110775s 2018-08-27 12:12:45,268 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/96eb03e7-454f-4006-b22b-919d50df3713/remove_router_interface.json used request id req-e950f1ca-5ac1-4c52-853f-57652d584a92 returning object 96eb03e7-454f-4006-b22b-919d50df3713 2018-08-27 12:12:45,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 12:12:45,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f497bd67cd4ee056382f440b6383e1c7a3e5c3ce" 2018-08-27 12:12:45,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-66fe32ae-4be1-49c5-9f2f-02801323dcaf Date: Mon, 27 Aug 2018 12:12:45 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "created_at": "2018-08-27T12:12:28Z", "admin_state_up": true, "updated_at": "2018-08-27T12:12:43Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "f04c82ad1b034965809dd29d15584fbe", "id": "96eb03e7-454f-4006-b22b-919d50df3713", "name": "vmready2-router_68ab2c46-d965-49c2-ae36-8883fcfa0a8f"}]} 2018-08-27 12:12:45,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-66fe32ae-4be1-49c5-9f2f-02801323dcaf 2018-08-27 12:12:45,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.442963123322s 2018-08-27 12:12:45,712 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-66fe32ae-4be1-49c5-9f2f-02801323dcaf 2018-08-27 12:12:45,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 12:12:45,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/96eb03e7-454f-4006-b22b-919d50df3713.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f497bd67cd4ee056382f440b6383e1c7a3e5c3ce" 2018-08-27 12:12:51,078 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3f9673a0-bc65-4d53-bbf6-123f927b9212 Content-Length: 0 Date: Mon, 27 Aug 2018 12:12:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:12:51,078 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/96eb03e7-454f-4006-b22b-919d50df3713.json used request id req-3f9673a0-bc65-4d53-bbf6-123f927b9212 2018-08-27 12:12:51,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 5.36513280869s 2018-08-27 12:12:51,079 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/96eb03e7-454f-4006-b22b-919d50df3713.json used request id req-3f9673a0-bc65-4d53-bbf6-123f927b9212 2018-08-27 12:12:51,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 12:12:51,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f497bd67cd4ee056382f440b6383e1c7a3e5c3ce" 2018-08-27 12:12:51,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-aa31d461-66d5-46eb-a952-ea679035c50d Date: Mon, 27 Aug 2018 12:12:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"22d3de85-8753-4714-8acf-62b39b965481","tenant_id":"f04c82ad1b034965809dd29d15584fbe","created_at":"2018-08-27T12:12:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T12:12:27Z","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":"f04c82ad1b034965809dd29d15584fbe","id":"a3c03709-738b-4a26-89bc-f15e98c98ef0","subnetpool_id":null,"name":"vmready2-subnet_68ab2c46-d965-49c2-ae36-8883fcfa0a8f"}]} 2018-08-27 12:12:51,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-aa31d461-66d5-46eb-a952-ea679035c50d 2018-08-27 12:12:51,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.312326192856s 2018-08-27 12:12:51,392 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-aa31d461-66d5-46eb-a952-ea679035c50d 2018-08-27 12:12:51,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 12:12:51,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/a3c03709-738b-4a26-89bc-f15e98c98ef0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f497bd67cd4ee056382f440b6383e1c7a3e5c3ce" 2018-08-27 12:12:53,622 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8084307b-6197-4342-9d67-a5d499f62003 Date: Mon, 27 Aug 2018 12:12:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:12:53,623 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/a3c03709-738b-4a26-89bc-f15e98c98ef0.json used request id req-8084307b-6197-4342-9d67-a5d499f62003 2018-08-27 12:12:53,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.2292509079s 2018-08-27 12:12:53,623 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/a3c03709-738b-4a26-89bc-f15e98c98ef0.json used request id req-8084307b-6197-4342-9d67-a5d499f62003 2018-08-27 12:12:53,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:12:53,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f497bd67cd4ee056382f440b6383e1c7a3e5c3ce" 2018-08-27 12:12:54,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-1de7604a-45c7-49c3-966d-30cd06647db0 Date: Mon, 27 Aug 2018 12:12:54 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"22d3de85-8753-4714-8acf-62b39b965481","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f04c82ad1b034965809dd29d15584fbe","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:12:53Z","qos_policy_id":null,"name":"vmready2-net_68ab2c46-d965-49c2-ae36-8883fcfa0a8f","admin_state_up":true,"tenant_id":"f04c82ad1b034965809dd29d15584fbe","created_at":"2018-08-27T12:12:26Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 12:12:54,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1de7604a-45c7-49c3-966d-30cd06647db0 2018-08-27 12:12:54,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.600591182709s 2018-08-27 12:12:54,224 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1de7604a-45c7-49c3-966d-30cd06647db0 2018-08-27 12:12:54,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 12:12:54,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/22d3de85-8753-4714-8acf-62b39b965481.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f497bd67cd4ee056382f440b6383e1c7a3e5c3ce" 2018-08-27 12:12:55,674 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1b78e43c-6623-47e9-9dd7-db56ad87977d Date: Mon, 27 Aug 2018 12:12:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:12:55,674 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/22d3de85-8753-4714-8acf-62b39b965481.json used request id req-1b78e43c-6623-47e9-9dd7-db56ad87977d 2018-08-27 12:12:55,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.44867396355s 2018-08-27 12:12:55,674 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/22d3de85-8753-4714-8acf-62b39b965481.json used request id req-1b78e43c-6623-47e9-9dd7-db56ad87977d 2018-08-27 12:12:55,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:12:55,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f497bd67cd4ee056382f440b6383e1c7a3e5c3ce" 2018-08-27 12:12:56,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-db904480-091e-4d80-ac65-46d52f7a6bd8 Date: Mon, 27 Aug 2018 12:12:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:12:39Z", "file": "/v2/images/688bbcba-67b8-449e-b2e3-9b7608119823/file", "owner": "f04c82ad1b034965809dd29d15584fbe", "id": "688bbcba-67b8-449e-b2e3-9b7608119823", "size": 12716032, "self": "/v2/images/688bbcba-67b8-449e-b2e3-9b7608119823", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/688bbcba-67b8-449e-b2e3-9b7608119823/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/688bbcba-67b8-449e-b2e3-9b7608119823/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_68ab2c46-d965-49c2-ae36-8883fcfa0a8f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_68ab2c46-d965-49c2-ae36-8883fcfa0a8f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:12:38Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:12:56,461 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-db904480-091e-4d80-ac65-46d52f7a6bd8 2018-08-27 12:12:56,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.782757997513s 2018-08-27 12:12:56,462 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-db904480-091e-4d80-ac65-46d52f7a6bd8 2018-08-27 12:12:56,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 12:12:56,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/688bbcba-67b8-449e-b2e3-9b7608119823 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f497bd67cd4ee056382f440b6383e1c7a3e5c3ce" 2018-08-27 12:12:57,556 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5cd33089-5855-4877-9919-7ab3c7120000 Date: Mon, 27 Aug 2018 12:12: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 12:12:57,556 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/688bbcba-67b8-449e-b2e3-9b7608119823 used request id req-5cd33089-5855-4877-9919-7ab3c7120000 2018-08-27 12:12:57,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.09292411804s 2018-08-27 12:12:57,557 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/688bbcba-67b8-449e-b2e3-9b7608119823 used request id req-5cd33089-5855-4877-9919-7ab3c7120000 2018-08-27 12:12:57,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 12:12:57,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" 2018-08-27 12:12:57,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12: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-4fb3ac37-af1b-489a-a338-e126e948c7cf x-compute-request-id: req-4fb3ac37-af1b-489a-a338-e126e948c7cf Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_68ab2c46-d965-49c2-ae36-8883fcfa0a8f", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8ac1d294-375b-48c1-8934-b379c23d9e5e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8ac1d294-375b-48c1-8934-b379c23d9e5e", "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": "8ac1d294-375b-48c1-8934-b379c23d9e5e"}]} 2018-08-27 12:12:57,721 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-4fb3ac37-af1b-489a-a338-e126e948c7cf 2018-08-27 12:12:57,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.164345026016s 2018-08-27 12:12:57,722 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-4fb3ac37-af1b-489a-a338-e126e948c7cf 2018-08-27 12:12:57,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 12:12:57,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/8ac1d294-375b-48c1-8934-b379c23d9e5e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" 2018-08-27 12:12:57,770 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:12: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-c110c650-dbe7-4611-82ae-3fc1c6d7ea45 x-compute-request-id: req-c110c650-dbe7-4611-82ae-3fc1c6d7ea45 Content-Length: 0 Content-Type: application/json 2018-08-27 12:12:57,771 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/8ac1d294-375b-48c1-8934-b379c23d9e5e used request id req-c110c650-dbe7-4611-82ae-3fc1c6d7ea45 2018-08-27 12:12:57,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0476808547974s 2018-08-27 12:12:57,771 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/8ac1d294-375b-48c1-8934-b379c23d9e5e used request id req-c110c650-dbe7-4611-82ae-3fc1c6d7ea45 2018-08-27 12:12:57,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:12:57,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" 2018-08-27 12:12:58,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55d24629-4769-4b0c-85c3-94ee8bfeebe1 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vmready2-user_68ab2c46-d965-49c2-ae36-8883fcfa0a8f", "links": {"self": "http://172.30.9.28:5000/v3/users/aa87eff1419b49bd91cbb5b882f70fc6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "aa87eff1419b49bd91cbb5b882f70fc6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:12:58,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-55d24629-4769-4b0c-85c3-94ee8bfeebe1 2018-08-27 12:12:58,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.305109024048s 2018-08-27 12:12:58,077 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-55d24629-4769-4b0c-85c3-94ee8bfeebe1 2018-08-27 12:12:58,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:12:58,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/aa87eff1419b49bd91cbb5b882f70fc6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" 2018-08-27 12:12:58,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a82bbcf1-8156-4d91-9715-5373e8a5b4ba Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_68ab2c46-d965-49c2-ae36-8883fcfa0a8f", "links": {"self": "http://172.30.9.28:5000/v3/users/aa87eff1419b49bd91cbb5b882f70fc6"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "aa87eff1419b49bd91cbb5b882f70fc6", "description": null}} 2018-08-27 12:12:58,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/aa87eff1419b49bd91cbb5b882f70fc6 used request id req-a82bbcf1-8156-4d91-9715-5373e8a5b4ba 2018-08-27 12:12:58,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.211714029312s 2018-08-27 12:12:58,293 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/aa87eff1419b49bd91cbb5b882f70fc6 used request id req-a82bbcf1-8156-4d91-9715-5373e8a5b4ba 2018-08-27 12:12:58,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 12:12:58,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/aa87eff1419b49bd91cbb5b882f70fc6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" 2018-08-27 12:12:58,623 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:12:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6179ee59-e6c2-414a-8f37-bc558a02038d 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 12:12:58,624 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/aa87eff1419b49bd91cbb5b882f70fc6 used request id req-6179ee59-e6c2-414a-8f37-bc558a02038d 2018-08-27 12:12:58,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.329596042633s 2018-08-27 12:12:58,624 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/aa87eff1419b49bd91cbb5b882f70fc6 used request id req-6179ee59-e6c2-414a-8f37-bc558a02038d 2018-08-27 12:12:58,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:12:58,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" 2018-08-27 12:12:58,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d248bb8-1448-46d3-b9d7-475cf2a0085d Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.28:5000/v3/projects/f04c82ad1b034965809dd29d15584fbe"}, "tags": [], "enabled": true, "id": "f04c82ad1b034965809dd29d15584fbe", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_68ab2c46-d965-49c2-ae36-8883fcfa0a8f"}]} 2018-08-27 12:12:58,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-3d248bb8-1448-46d3-b9d7-475cf2a0085d 2018-08-27 12:12:58,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.191962957382s 2018-08-27 12:12:58,822 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-3d248bb8-1448-46d3-b9d7-475cf2a0085d 2018-08-27 12:12:58,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 12:12:58,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/f04c82ad1b034965809dd29d15584fbe -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19b73c6145cca428d1b1d8b7ddbffa90b06528d1" 2018-08-27 12:12:59,057 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:12:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d78a26ac-e17a-442c-ac36-24897ebb14a6 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 12:12:59,057 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/f04c82ad1b034965809dd29d15584fbe used request id req-d78a26ac-e17a-442c-ac36-24897ebb14a6 2018-08-27 12:12:59,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.231621980667s 2018-08-27 12:12:59,058 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/f04c82ad1b034965809dd29d15584fbe used request id req-d78a26ac-e17a-442c-ac36-24897ebb14a6 2018-08-27 12:12:59,110 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-27 12:12:59,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:12:59,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:12:59,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:12:59,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:12:59,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:12:59,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:12:59,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:12:59,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:12:59,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:12:59,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:12:59,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:12:59,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:12:59,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:12:59,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:12:59,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:12:59,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:12:59,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:12:59,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:12:59,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:12:59,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:12:59,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:12:59,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:12:59,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:12:59,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a90e6da-52d7-445c-a1aa-a43b1853dc55 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:12:59,160 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2a90e6da-52d7-445c-a1aa-a43b1853dc55 2018-08-27 12:12:59,161 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:12:59,568 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:12:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["V5k7twosSCq6D6151rbhHA"], "issued_at": "2018-08-27T12:12:59.000000Z"}} 2018-08-27 12:12:59,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:12:59,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:12:59,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-d014cd96-41b1-4f07-845e-4fab17ca17e1 Date: Mon, 27 Aug 2018 12:12:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:12:59,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d014cd96-41b1-4f07-845e-4fab17ca17e1 2018-08-27 12:12:59,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.359740972519s 2018-08-27 12:12:59,932 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d014cd96-41b1-4f07-845e-4fab17ca17e1 2018-08-27 12:12:59,938 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-27 12:12:59,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 12:12:59,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" -d '{"network": {"name": "singlevm1-net_9b544a5e-0ede-4c80-aef2-57d13a137b01", "admin_state_up": true}}' 2018-08-27 12:13:00,824 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-6c5c9d48-b428-4307-b4a5-a9b820d760fb Date: Mon, 27 Aug 2018 12:13:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"411ef44e-d47f-405f-b92e-a722736a20ef","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:13:00Z","is_default":false,"qos_policy_id":null,"name":"singlevm1-net_9b544a5e-0ede-4c80-aef2-57d13a137b01","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:13:00Z","mtu":1450}} 2018-08-27 12:13:00,824 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6c5c9d48-b428-4307-b4a5-a9b820d760fb 2018-08-27 12:13:00,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.885569095612s 2018-08-27 12:13:00,825 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6c5c9d48-b428-4307-b4a5-a9b820d760fb 2018-08-27 12:13:00,825 - 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-27T12:13:00Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'411ef44e-d47f-405f-b92e-a722736a20ef', u'provider:segmentation_id': 48, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'singlevm1-net_9b544a5e-0ede-4c80-aef2-57d13a137b01', u'created_at': u'2018-08-27T12:13:00Z', u'mtu': 1450, u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd56eab07eebe4995963c4bcc663afcc8', u'l2_adjacency': True}) 2018-08-27 12:13:00,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:13:00,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:01,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1429 X-Openstack-Request-Id: req-4fda5ec6-79aa-46aa-aabb-3cd0370fc77b Date: Mon, 27 Aug 2018 12:13:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"411ef44e-d47f-405f-b92e-a722736a20ef","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:13:00Z","qos_policy_id":null,"name":"singlevm1-net_9b544a5e-0ede-4c80-aef2-57d13a137b01","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:13:00Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:13:01,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4fda5ec6-79aa-46aa-aabb-3cd0370fc77b 2018-08-27 12:13:01,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.16189908981s 2018-08-27 12:13:01,988 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4fda5ec6-79aa-46aa-aabb-3cd0370fc77b 2018-08-27 12:13:01,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 12:13:01,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" -d '{"subnet": {"name": "singlevm1-subnet_9b544a5e-0ede-4c80-aef2-57d13a137b01", "enable_dhcp": true, "network_id": "411ef44e-d47f-405f-b92e-a722736a20ef", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 12:13:02,771 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4c64a8c6-0e79-464d-be3a-6a299876331c Date: Mon, 27 Aug 2018 12:13:02 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-27T12:13:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"077a4827-647b-4f5b-9f59-b6916954dd34","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d56eab07eebe4995963c4bcc663afcc8","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_9b544a5e-0ede-4c80-aef2-57d13a137b01","enable_dhcp":true,"segment_id":null,"network_id":"411ef44e-d47f-405f-b92e-a722736a20ef","tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:13:02Z","ip_version":4}} 2018-08-27 12:13:02,771 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4c64a8c6-0e79-464d-be3a-6a299876331c 2018-08-27 12:13:02,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.780668020248s 2018-08-27 12:13:02,771 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4c64a8c6-0e79-464d-be3a-6a299876331c 2018-08-27 12:13:02,772 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:13:02Z', 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'077a4827-647b-4f5b-9f59-b6916954dd34', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_9b544a5e-0ede-4c80-aef2-57d13a137b01', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'411ef44e-d47f-405f-b92e-a722736a20ef', u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'created_at': u'2018-08-27T12:13:02Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd56eab07eebe4995963c4bcc663afcc8'}) 2018-08-27 12:13:02,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 12:13:02,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "singlevm1-router_9b544a5e-0ede-4c80-aef2-57d13a137b01", "admin_state_up": true}}' 2018-08-27 12:13:09,347 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-20ce1cc0-a82b-47c1-b76d-64c193e07bae Date: Mon, 27 Aug 2018 12:13:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.214"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:13:03Z", "admin_state_up": true, "updated_at": "2018-08-27T12:13:04Z", "project_id": "d56eab07eebe4995963c4bcc663afcc8", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "44139573-1e27-49b9-8796-2f8156c8c5c8", "name": "singlevm1-router_9b544a5e-0ede-4c80-aef2-57d13a137b01"}} 2018-08-27 12:13:09,348 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-20ce1cc0-a82b-47c1-b76d-64c193e07bae 2018-08-27 12:13:09,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.57544922829s 2018-08-27 12:13:09,348 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-20ce1cc0-a82b-47c1-b76d-64c193e07bae 2018-08-27 12:13:09,349 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:13:04Z', u'revision_number': 3, u'ha': True, u'id': u'44139573-1e27-49b9-8796-2f8156c8c5c8', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.214'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-router_9b544a5e-0ede-4c80-aef2-57d13a137b01', u'admin_state_up': True, u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'created_at': u'2018-08-27T12:13:03Z', u'flavor_id': None, u'routes': [], u'project_id': u'd56eab07eebe4995963c4bcc663afcc8'}) 2018-08-27 12:13:09,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 12:13:09,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/44139573-1e27-49b9-8796-2f8156c8c5c8/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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" -d '{"subnet_id": "077a4827-647b-4f5b-9f59-b6916954dd34"}' 2018-08-27 12:13:12,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c10e1537-d25e-471f-a679-80dc6cff0a43 Date: Mon, 27 Aug 2018 12:13:12 GMT RESP BODY: {"network_id": "411ef44e-d47f-405f-b92e-a722736a20ef", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "subnet_id": "077a4827-647b-4f5b-9f59-b6916954dd34", "subnet_ids": ["077a4827-647b-4f5b-9f59-b6916954dd34"], "port_id": "edac7d13-3173-4fd2-b533-a6c72ffa53a0", "id": "44139573-1e27-49b9-8796-2f8156c8c5c8"} 2018-08-27 12:13:12,177 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/44139573-1e27-49b9-8796-2f8156c8c5c8/add_router_interface.json used request id req-c10e1537-d25e-471f-a679-80dc6cff0a43 2018-08-27 12:13:12,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.8271291256s 2018-08-27 12:13:12,177 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/44139573-1e27-49b9-8796-2f8156c8c5c8/add_router_interface.json used request id req-c10e1537-d25e-471f-a679-80dc6cff0a43 returning object 44139573-1e27-49b9-8796-2f8156c8c5c8 2018-08-27 12:13:12,177 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 12:13:12,255 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 12:13:12,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:13:12,261 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 12:13:12 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 12:13:12,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:13:12,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:13,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-1b485bf9-7107-4c61-9d95-6a1a68c5ec61 Date: Mon, 27 Aug 2018 12:13:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:13:13,083 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1b485bf9-7107-4c61-9d95-6a1a68c5ec61 2018-08-27 12:13:13,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.816982030869s 2018-08-27 12:13:13,083 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1b485bf9-7107-4c61-9d95-6a1a68c5ec61 2018-08-27 12:13:13,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 12:13:13,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_9b544a5e-0ede-4c80-aef2-57d13a137b01", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_9b544a5e-0ede-4c80-aef2-57d13a137b01"}' 2018-08-27 12:13:13,427 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/25e933ea-c0c2-402e-b3a7-045ab9b87138 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a7e1fcb7-82e5-44fb-a273-a0a373ae87b6 Date: Mon, 27 Aug 2018 12:13:13 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:13:13Z", "file": "/v2/images/25e933ea-c0c2-402e-b3a7-045ab9b87138/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "25e933ea-c0c2-402e-b3a7-045ab9b87138", "size": null, "self": "/v2/images/25e933ea-c0c2-402e-b3a7-045ab9b87138", "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_9b544a5e-0ede-4c80-aef2-57d13a137b01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_9b544a5e-0ede-4c80-aef2-57d13a137b01", "checksum": null, "created_at": "2018-08-27T12:13:13Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 12:13:13,427 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a7e1fcb7-82e5-44fb-a273-a0a373ae87b6 2018-08-27 12:13:13,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.335293769836s 2018-08-27 12:13:13,427 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a7e1fcb7-82e5-44fb-a273-a0a373ae87b6 returning object 25e933ea-c0c2-402e-b3a7-045ab9b87138 2018-08-27 12:13:13,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 12:13:13,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/25e933ea-c0c2-402e-b3a7-045ab9b87138/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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" -d '' 2018-08-27 12:13:15,059 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0cb11b3a-c426-47bb-b553-69d956522772 Date: Mon, 27 Aug 2018 12:13: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 12:13:15,059 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/25e933ea-c0c2-402e-b3a7-045ab9b87138/file used request id req-0cb11b3a-c426-47bb-b553-69d956522772 2018-08-27 12:13:15,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.63148593903s 2018-08-27 12:13:15,060 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/25e933ea-c0c2-402e-b3a7-045ab9b87138/file used request id req-0cb11b3a-c426-47bb-b553-69d956522772 2018-08-27 12:13:15,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:13:15,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:15,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-53379c85-8bc0-421b-a6f6-50d8fa1eecb0 Date: Mon, 27 Aug 2018 12:13:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:13:15Z", "file": "/v2/images/25e933ea-c0c2-402e-b3a7-045ab9b87138/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "25e933ea-c0c2-402e-b3a7-045ab9b87138", "size": 12716032, "self": "/v2/images/25e933ea-c0c2-402e-b3a7-045ab9b87138", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/25e933ea-c0c2-402e-b3a7-045ab9b87138/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/25e933ea-c0c2-402e-b3a7-045ab9b87138/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_9b544a5e-0ede-4c80-aef2-57d13a137b01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_9b544a5e-0ede-4c80-aef2-57d13a137b01", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:13:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:13:15,748 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-53379c85-8bc0-421b-a6f6-50d8fa1eecb0 2018-08-27 12:13:15,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.684524059296s 2018-08-27 12:13:15,749 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-53379c85-8bc0-421b-a6f6-50d8fa1eecb0 2018-08-27 12:13:15,750 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/25e933ea-c0c2-402e-b3a7-045ab9b87138/snap', u'metadata': Munch({})})], 'file': u'/v2/images/25e933ea-c0c2-402e-b3a7-045ab9b87138/file', 'owner': u'd56eab07eebe4995963c4bcc663afcc8', 'id': u'25e933ea-c0c2-402e-b3a7-045ab9b87138', 'size': 12716032, u'self': u'/v2/images/25e933ea-c0c2-402e-b3a7-045ab9b87138', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd56eab07eebe4995963c4bcc663afcc8', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/25e933ea-c0c2-402e-b3a7-045ab9b87138/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T12:13:15Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T12:13:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_9b544a5e-0ede-4c80-aef2-57d13a137b01', '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/25e933ea-c0c2-402e-b3a7-045ab9b87138', 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_9b544a5e-0ede-4c80-aef2-57d13a137b01', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_9b544a5e-0ede-4c80-aef2-57d13a137b01', 'created': u'2018-08-27T12:13:13Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T12:13:13Z', 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/25e933ea-c0c2-402e-b3a7-045ab9b87138', 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_9b544a5e-0ede-4c80-aef2-57d13a137b01', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 12:13:15,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 12:13:15,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_9b544a5e-0ede-4c80-aef2-57d13a137b01", "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 12:13:16,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:13: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-b8d106f2-5a38-4a99-b369-4a43fd27b3b6 x-compute-request-id: req-b8d106f2-5a38-4a99-b369-4a43fd27b3b6 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_9b544a5e-0ede-4c80-aef2-57d13a137b01", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fc8c8144-ed15-495c-a43c-16b9c3aa1149", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fc8c8144-ed15-495c-a43c-16b9c3aa1149", "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": "fc8c8144-ed15-495c-a43c-16b9c3aa1149"}} 2018-08-27 12:13:16,595 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b8d106f2-5a38-4a99-b369-4a43fd27b3b6 2018-08-27 12:13:16,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.843851089478s 2018-08-27 12:13:16,596 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b8d106f2-5a38-4a99-b369-4a43fd27b3b6 2018-08-27 12:13:16,597 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_9b544a5e-0ede-4c80-aef2-57d13a137b01', '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'd56eab07eebe4995963c4bcc663afcc8', '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'fc8c8144-ed15-495c-a43c-16b9c3aa1149', 'swap': 0}) 2018-08-27 12:13:16,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 12:13:16,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/fc8c8144-ed15-495c-a43c-16b9c3aa1149/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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" -d '{"extra_specs": {}}' 2018-08-27 12:13:16,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:13: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-da34e517-ef5a-4ee0-9659-e90712eab39a x-compute-request-id: req-da34e517-ef5a-4ee0-9659-e90712eab39a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 12:13:16,620 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/fc8c8144-ed15-495c-a43c-16b9c3aa1149/os-extra_specs used request id req-da34e517-ef5a-4ee0-9659-e90712eab39a 2018-08-27 12:13:16,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.022901058197s 2018-08-27 12:13:16,621 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/fc8c8144-ed15-495c-a43c-16b9c3aa1149/os-extra_specs used request id req-da34e517-ef5a-4ee0-9659-e90712eab39a 2018-08-27 12:13:16,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 12:13:16,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" -d '{"keypair": {"name": "singlevm1-kp_9b544a5e-0ede-4c80-aef2-57d13a137b01"}}' 2018-08-27 12:13:16,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:13: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-3b0dccdf-674e-4e09-b14b-69ee761b547e x-compute-request-id: req-3b0dccdf-674e-4e09-b14b-69ee761b547e Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDF7AbBBS/9cJjE6UhBzWPQ4NJuWaeWbX0X+0ZgP7rKlGwgcxVrkr7izFJcjTyjwI5VXJAw4Cq/gNiK3nGzlg24Mh55ys9vHhEVfCqzCAehA4nOn/qxbh0bdNtz1YJpd0MPj4GEJr1IA0utaTn9ikplNyXKrt82BfbYVz03pl3CHCFR8hZDaX5YBBw7f7buCYCwU2z23rK6PF5RMaaqODxBIHmCyVrqggxWYOYXidvHNQLARNoWNy0O2KYXEZK5y2F3C+/BS5N/ENl5vAXwCp4MKAX6Wb8lChzkXtcv+LpwefEDqwEsnkYWmrI3bDId8TDbigzvCdWS7vOgVU2Gy2h1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxewGwQUv/XCYxOlIQc1j0ODSblmnlm19F/tGYD+6ypRsIHMV\na5K+4sxSXI08o8COVVyQMOAqv4DYit5xs5YNuDIeecrPbx4RFXwqswgHoQOJzp/6\nsW4dG3Tbc9WCaXdDD4+BhCa9SANLrWk5/YpKZTclyq7fNgX22Fc9N6ZdwhwhUfIW\nQ2l+WAQcO3+27gmAsFNs9t6yujxeUTGmqjg8QSB5gsla6oIMVmDmF4nbxzUCwETa\nFjctDtimFxGSucthdwvvwUuTfxDZebwF8AqeDCgF+lm/JQoc5F7XL/i6cHnxA6sB\nLJ5GFpqyN2wyHfEw24oM7wnVku7zoFVNhstodQIDAQABAoIBAG9FpAJulS1qWSkT\nckE0ZLKxQv0xQGvtAFA0P7uq+Kwdx7Byow9IgDLn5kIMUZRKlHrfQF2KGd5yZMum\nBcyORwZQfxu/7uEsyTQIC8V9dTSL1bUp8fpAyvJ9v0cfOWNr3nLoHkuar/3FhI1o\nxGaLkgnXeFK7/9fSgJXebhdUXA/dXaVFLDf/BVkbt009G0v4moT7HJsVmynJPplW\nV+QftGhOJJIkfSKzdisNmAlQgp85+oqf/MKB8P64M/MGJqwER5vNOtxZbmSb7Vfg\nAyunhxX7YZzWDzdtu1YqhMYrnLQtyaNyvF/UMuyS0ZNCjmyPnofWq0XjrL/NcYoo\nieA9Yz0CgYEA5UGQGMAF8a1NA5yYze3tmlX1oibAVjFRC5bR7vnSDZ+biLvNgGHX\nRtazhr8Z1lBCRGvWPGGzzGkh8SNzpzr8jP/d4gqAZZ6lAZMBzyzdiYxHwyC5GApe\nSDSab87D49keXKbkXJQofJXSkg7kLj/+3EMTJ16XoPKaEgLtmtT9fm8CgYEA3QK1\n17U2JEkoVQ4RS90D5BdAQlFQzzIEdyN6IeEiqhx19iHZg7sZQMDNf96rbWp3I8RM\nb59Uq15l1YlKYQNZSvTkQszEq7K6lCcHZjLqlRN9kv57bos6xi/QOQulToscpUWy\n7sE9tFHyZz/+brhH80kIgXeUWcYph7skXxVjeVsCgYAU8Xdbe3dPi7hkYxLmhRzW\no5Gr/YRGm3y+5UlKXpIc4n7P7/AnEUkcVJLT9XNDy9Mx8vQAUiCdxODv6YAwP8hA\njUNU2ga+wc5rJWXd6khWv3Ty03N1ScUxLXUKT8Y/c189sZVdC7/jGcDBzRB1VS1Q\nK+R9DTwm3OLMUG4qXdjGiwKBgHSYD3Ki6NMvvRVR/JH3ISxdj8rstyL3kh+AGdhx\nuyXfKeQVa3jxZZshm8gPooRwnDXEQ0bH2ZUmkbabXR/c8mh21UzgVgj2mzO5e0/R\nIKxQwfigRGHHFdSkOMc/e4/6F7yhDoqia3kLmkQaIJIsqdiQ+OnEOgE6Z4JxmfiH\nghjtAoGBAInnJFjPRtXXeqQcRhV+GCTTcdHmJpwqu1MeXGY0AAyvRNUvcoLZCsx+\nnRLQ9dlLayS7+YQlDuF3vQ5CnXw7pIfv5NU5fznvodtoTbPfvA3qeTiwGbizzivt\nsOVvUS4r3kR6c3MJY2CCPF9FXWED2ZuU23BzURBGaRMv11+UKJbM\n-----END RSA PRIVATE KEY-----\n", "user_id": "7ec832a5a7344de2b6acdec7f6f14582", "name": "singlevm1-kp_9b544a5e-0ede-4c80-aef2-57d13a137b01", "fingerprint": "f2:28:f4:15:91:85:64:ef:f8:09:22:61:b2:36:14:c4"}} 2018-08-27 12:13:16,788 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-3b0dccdf-674e-4e09-b14b-69ee761b547e 2018-08-27 12:13:16,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.166984081268s 2018-08-27 12:13:16,789 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-3b0dccdf-674e-4e09-b14b-69ee761b547e 2018-08-27 12:13:16,789 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDF7AbBBS/9cJjE6UhBzWPQ4NJuWaeWbX0X+0ZgP7rKlGwgcxVrkr7izFJcjTyjwI5VXJAw4Cq/gNiK3nGzlg24Mh55ys9vHhEVfCqzCAehA4nOn/qxbh0bdNtz1YJpd0MPj4GEJr1IA0utaTn9ikplNyXKrt82BfbYVz03pl3CHCFR8hZDaX5YBBw7f7buCYCwU2z23rK6PF5RMaaqODxBIHmCyVrqggxWYOYXidvHNQLARNoWNy0O2KYXEZK5y2F3C+/BS5N/ENl5vAXwCp4MKAX6Wb8lChzkXtcv+LpwefEDqwEsnkYWmrI3bDId8TDbigzvCdWS7vOgVU2Gy2h1 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxewGwQUv/XCYxOlIQc1j0ODSblmnlm19F/tGYD+6ypRsIHMV\na5K+4sxSXI08o8COVVyQMOAqv4DYit5xs5YNuDIeecrPbx4RFXwqswgHoQOJzp/6\nsW4dG3Tbc9WCaXdDD4+BhCa9SANLrWk5/YpKZTclyq7fNgX22Fc9N6ZdwhwhUfIW\nQ2l+WAQcO3+27gmAsFNs9t6yujxeUTGmqjg8QSB5gsla6oIMVmDmF4nbxzUCwETa\nFjctDtimFxGSucthdwvvwUuTfxDZebwF8AqeDCgF+lm/JQoc5F7XL/i6cHnxA6sB\nLJ5GFpqyN2wyHfEw24oM7wnVku7zoFVNhstodQIDAQABAoIBAG9FpAJulS1qWSkT\nckE0ZLKxQv0xQGvtAFA0P7uq+Kwdx7Byow9IgDLn5kIMUZRKlHrfQF2KGd5yZMum\nBcyORwZQfxu/7uEsyTQIC8V9dTSL1bUp8fpAyvJ9v0cfOWNr3nLoHkuar/3FhI1o\nxGaLkgnXeFK7/9fSgJXebhdUXA/dXaVFLDf/BVkbt009G0v4moT7HJsVmynJPplW\nV+QftGhOJJIkfSKzdisNmAlQgp85+oqf/MKB8P64M/MGJqwER5vNOtxZbmSb7Vfg\nAyunhxX7YZzWDzdtu1YqhMYrnLQtyaNyvF/UMuyS0ZNCjmyPnofWq0XjrL/NcYoo\nieA9Yz0CgYEA5UGQGMAF8a1NA5yYze3tmlX1oibAVjFRC5bR7vnSDZ+biLvNgGHX\nRtazhr8Z1lBCRGvWPGGzzGkh8SNzpzr8jP/d4gqAZZ6lAZMBzyzdiYxHwyC5GApe\nSDSab87D49keXKbkXJQofJXSkg7kLj/+3EMTJ16XoPKaEgLtmtT9fm8CgYEA3QK1\n17U2JEkoVQ4RS90D5BdAQlFQzzIEdyN6IeEiqhx19iHZg7sZQMDNf96rbWp3I8RM\nb59Uq15l1YlKYQNZSvTkQszEq7K6lCcHZjLqlRN9kv57bos6xi/QOQulToscpUWy\n7sE9tFHyZz/+brhH80kIgXeUWcYph7skXxVjeVsCgYAU8Xdbe3dPi7hkYxLmhRzW\no5Gr/YRGm3y+5UlKXpIc4n7P7/AnEUkcVJLT9XNDy9Mx8vQAUiCdxODv6YAwP8hA\njUNU2ga+wc5rJWXd6khWv3Ty03N1ScUxLXUKT8Y/c189sZVdC7/jGcDBzRB1VS1Q\nK+R9DTwm3OLMUG4qXdjGiwKBgHSYD3Ki6NMvvRVR/JH3ISxdj8rstyL3kh+AGdhx\nuyXfKeQVa3jxZZshm8gPooRwnDXEQ0bH2ZUmkbabXR/c8mh21UzgVgj2mzO5e0/R\nIKxQwfigRGHHFdSkOMc/e4/6F7yhDoqia3kLmkQaIJIsqdiQ+OnEOgE6Z4JxmfiH\nghjtAoGBAInnJFjPRtXXeqQcRhV+GCTTcdHmJpwqu1MeXGY0AAyvRNUvcoLZCsx+\nnRLQ9dlLayS7+YQlDuF3vQ5CnXw7pIfv5NU5fznvodtoTbPfvA3qeTiwGbizzivt\nsOVvUS4r3kR6c3MJY2CCPF9FXWED2ZuU23BzURBGaRMv11+UKJbM\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'7ec832a5a7344de2b6acdec7f6f14582', 'name': u'singlevm1-kp_9b544a5e-0ede-4c80-aef2-57d13a137b01', 'created_at': '2018-08-27T12:13:16.789717', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd56eab07eebe4995963c4bcc663afcc8', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'f2:28:f4:15:91:85:64:ef:f8:09:22:61:b2:36:14:c4', 'type': 'ssh', 'id': u'singlevm1-kp_9b544a5e-0ede-4c80-aef2-57d13a137b01'}) 2018-08-27 12:13:16,790 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAxewGwQUv/XCYxOlIQc1j0ODSblmnlm19F/tGYD+6ypRsIHMV a5K+4sxSXI08o8COVVyQMOAqv4DYit5xs5YNuDIeecrPbx4RFXwqswgHoQOJzp/6 sW4dG3Tbc9WCaXdDD4+BhCa9SANLrWk5/YpKZTclyq7fNgX22Fc9N6ZdwhwhUfIW Q2l+WAQcO3+27gmAsFNs9t6yujxeUTGmqjg8QSB5gsla6oIMVmDmF4nbxzUCwETa FjctDtimFxGSucthdwvvwUuTfxDZebwF8AqeDCgF+lm/JQoc5F7XL/i6cHnxA6sB LJ5GFpqyN2wyHfEw24oM7wnVku7zoFVNhstodQIDAQABAoIBAG9FpAJulS1qWSkT ckE0ZLKxQv0xQGvtAFA0P7uq+Kwdx7Byow9IgDLn5kIMUZRKlHrfQF2KGd5yZMum BcyORwZQfxu/7uEsyTQIC8V9dTSL1bUp8fpAyvJ9v0cfOWNr3nLoHkuar/3FhI1o xGaLkgnXeFK7/9fSgJXebhdUXA/dXaVFLDf/BVkbt009G0v4moT7HJsVmynJPplW V+QftGhOJJIkfSKzdisNmAlQgp85+oqf/MKB8P64M/MGJqwER5vNOtxZbmSb7Vfg AyunhxX7YZzWDzdtu1YqhMYrnLQtyaNyvF/UMuyS0ZNCjmyPnofWq0XjrL/NcYoo ieA9Yz0CgYEA5UGQGMAF8a1NA5yYze3tmlX1oibAVjFRC5bR7vnSDZ+biLvNgGHX Rtazhr8Z1lBCRGvWPGGzzGkh8SNzpzr8jP/d4gqAZZ6lAZMBzyzdiYxHwyC5GApe SDSab87D49keXKbkXJQofJXSkg7kLj/+3EMTJ16XoPKaEgLtmtT9fm8CgYEA3QK1 17U2JEkoVQ4RS90D5BdAQlFQzzIEdyN6IeEiqhx19iHZg7sZQMDNf96rbWp3I8RM b59Uq15l1YlKYQNZSvTkQszEq7K6lCcHZjLqlRN9kv57bos6xi/QOQulToscpUWy 7sE9tFHyZz/+brhH80kIgXeUWcYph7skXxVjeVsCgYAU8Xdbe3dPi7hkYxLmhRzW o5Gr/YRGm3y+5UlKXpIc4n7P7/AnEUkcVJLT9XNDy9Mx8vQAUiCdxODv6YAwP8hA jUNU2ga+wc5rJWXd6khWv3Ty03N1ScUxLXUKT8Y/c189sZVdC7/jGcDBzRB1VS1Q K+R9DTwm3OLMUG4qXdjGiwKBgHSYD3Ki6NMvvRVR/JH3ISxdj8rstyL3kh+AGdhx uyXfKeQVa3jxZZshm8gPooRwnDXEQ0bH2ZUmkbabXR/c8mh21UzgVgj2mzO5e0/R IKxQwfigRGHHFdSkOMc/e4/6F7yhDoqia3kLmkQaIJIsqdiQ+OnEOgE6Z4JxmfiH ghjtAoGBAInnJFjPRtXXeqQcRhV+GCTTcdHmJpwqu1MeXGY0AAyvRNUvcoLZCsx+ nRLQ9dlLayS7+YQlDuF3vQ5CnXw7pIfv5NU5fznvodtoTbPfvA3qeTiwGbizzivt sOVvUS4r3kR6c3MJY2CCPF9FXWED2ZuU23BzURBGaRMv11+UKJbM -----END RSA PRIVATE KEY----- 2018-08-27 12:13:16,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-27 12:13:16,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" -d '{"security_group": {"name": "singlevm1-sg_9b544a5e-0ede-4c80-aef2-57d13a137b01", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-27 12:13:17,299 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-6032a4ed-2357-4d9d-986c-d6ea5d7d2276 Date: Mon, 27 Aug 2018 12:13:17 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:13:17Z", "updated_at": "2018-08-27T12:13:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:13:17Z", "revision_number": 0, "id": "7ebb9fb5-9042-4587-8995-4fe2ff69c6cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:13:17Z", "security_group_id": "5db26882-1b51-4b77-8595-231aaccc65c8", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:13:17Z", "revision_number": 0, "id": "ac441622-7148-441d-9b9a-9804335ccdf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:13:17Z", "security_group_id": "5db26882-1b51-4b77-8595-231aaccc65c8", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}], "revision_number": 1, "project_id": "d56eab07eebe4995963c4bcc663afcc8", "id": "5db26882-1b51-4b77-8595-231aaccc65c8", "name": "singlevm1-sg_9b544a5e-0ede-4c80-aef2-57d13a137b01"}} 2018-08-27 12:13:17,299 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-6032a4ed-2357-4d9d-986c-d6ea5d7d2276 2018-08-27 12:13:17,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.506058931351s 2018-08-27 12:13:17,299 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-6032a4ed-2357-4d9d-986c-d6ea5d7d2276 2018-08-27 12:13:17,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 12:13:17,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:17,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-3808dd7c-5172-4dd3-a333-afc268423498 Date: Mon, 27 Aug 2018 12:13:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "created_at": "2018-08-27T12:12:26Z", "updated_at": "2018-08-27T12:12:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:12:26Z", "revision_number": 0, "id": "090af885-d88a-4310-af93-90cd2a0c87b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:12:26Z", "security_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "f04c82ad1b034965809dd29d15584fbe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:12:26Z", "revision_number": 0, "id": "72f70611-c414-4192-b2b9-c5bad6bfbe9e", "remote_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "remote_ip_prefix": null, "created_at": "2018-08-27T12:12:26Z", "security_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "f04c82ad1b034965809dd29d15584fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:12:26Z", "revision_number": 0, "id": "93b647a0-7a58-4561-b2d6-8f16b82e63d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:12:26Z", "security_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "f04c82ad1b034965809dd29d15584fbe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:12:26Z", "revision_number": 0, "id": "e57f0f71-4937-46b1-a527-af3d75dc00d5", "remote_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "remote_ip_prefix": null, "created_at": "2018-08-27T12:12:26Z", "security_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "f04c82ad1b034965809dd29d15584fbe"}], "revision_number": 1, "project_id": "f04c82ad1b034965809dd29d15584fbe", "id": "0f630c95-9262-4712-87e7-52c0336473c0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "created_at": "2018-08-27T12:11:18Z", "updated_at": "2018-08-27T12:11:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:11:18Z", "revision_number": 0, "id": "478e5c7e-a7a5-4657-adf4-c8234809b3e0", "remote_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "remote_ip_prefix": null, "created_at": "2018-08-27T12:11:18Z", "security_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "port_range_min": null, "ethertype": "IPv4", "project_id": "1326a7f8ebcf4581bec67541ea40022d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:11:18Z", "revision_number": 0, "id": "93376101-15e2-4fb4-a153-926925f5a644", "remote_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "remote_ip_prefix": null, "created_at": "2018-08-27T12:11:18Z", "security_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "port_range_min": null, "ethertype": "IPv6", "project_id": "1326a7f8ebcf4581bec67541ea40022d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:11:18Z", "revision_number": 0, "id": "dfeed1ab-c4ea-4a29-9379-cd2be6582718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:11:18Z", "security_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "port_range_min": null, "ethertype": "IPv4", "project_id": "1326a7f8ebcf4581bec67541ea40022d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:11:18Z", "revision_number": 0, "id": "e35d1400-ed61-4782-8d2b-d75036ea3f3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:11:18Z", "security_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "port_range_min": null, "ethertype": "IPv6", "project_id": "1326a7f8ebcf4581bec67541ea40022d"}], "revision_number": 1, "project_id": "1326a7f8ebcf4581bec67541ea40022d", "id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:13:17Z", "updated_at": "2018-08-27T12:13:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:13:17Z", "revision_number": 0, "id": "7ebb9fb5-9042-4587-8995-4fe2ff69c6cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:13:17Z", "security_group_id": "5db26882-1b51-4b77-8595-231aaccc65c8", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:13:17Z", "revision_number": 0, "id": "ac441622-7148-441d-9b9a-9804335ccdf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:13:17Z", "security_group_id": "5db26882-1b51-4b77-8595-231aaccc65c8", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}], "revision_number": 1, "project_id": "d56eab07eebe4995963c4bcc663afcc8", "id": "5db26882-1b51-4b77-8595-231aaccc65c8", "name": "singlevm1-sg_9b544a5e-0ede-4c80-aef2-57d13a137b01"}, {"description": "Default security group", "tags": [], "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "created_at": "2018-08-27T12:07:11Z", "updated_at": "2018-08-27T12:07:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:07:11Z", "revision_number": 0, "id": "49434baa-124c-43b6-9b04-bee074addca1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:07:11Z", "security_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "port_range_min": null, "ethertype": "IPv6", "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:07:11Z", "revision_number": 0, "id": "8418111f-e6f2-40ea-a58e-803adbf5ada4", "remote_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "remote_ip_prefix": null, "created_at": "2018-08-27T12:07:11Z", "security_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "port_range_min": null, "ethertype": "IPv4", "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:07:11Z", "revision_number": 0, "id": "b67c1785-0d3d-4408-b0de-d84181dff3fe", "remote_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "remote_ip_prefix": null, "created_at": "2018-08-27T12:07:11Z", "security_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "port_range_min": null, "ethertype": "IPv6", "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:07:11Z", "revision_number": 0, "id": "ba7f7c6a-fab0-485a-82bd-afd5a5f55102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:07:11Z", "security_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "port_range_min": null, "ethertype": "IPv4", "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}], "revision_number": 1, "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:10:43Z", "updated_at": "2018-08-27T12:10:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:43Z", "revision_number": 0, "id": "81d58d74-f55e-49b7-88ff-2726674f874d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:43Z", "security_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:43Z", "revision_number": 0, "id": "acdff871-3938-4555-8b86-e81108a765f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:43Z", "security_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:43Z", "revision_number": 0, "id": "e35ae539-ac43-4be0-b885-3b645c1b49fb", "remote_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:43Z", "security_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:43Z", "revision_number": 0, "id": "e91506e0-59c5-4321-b3e0-898a3c4cfbe4", "remote_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:43Z", "security_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}], "revision_number": 1, "project_id": "d56eab07eebe4995963c4bcc663afcc8", "id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-27T12:10:47Z", "updated_at": "2018-08-27T12:10:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:47Z", "revision_number": 0, "id": "18f775f4-11d1-472d-8efa-3720e1660bb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:47Z", "security_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "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-27T12:10:47Z", "revision_number": 0, "id": "62074cb0-45df-4398-93ee-516fa90cb8d2", "remote_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:47Z", "security_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:47Z", "revision_number": 0, "id": "7b131f29-c428-4413-98d2-fb0df982f4fc", "remote_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:47Z", "security_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:47Z", "revision_number": 0, "id": "8d66f7cc-ccd2-4f8e-a002-66847252abcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:47Z", "security_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "name": "default"}]} 2018-08-27 12:13:17,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-3808dd7c-5172-4dd3-a333-afc268423498 2018-08-27 12:13:17,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.319427013397s 2018-08-27 12:13:17,624 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-3808dd7c-5172-4dd3-a333-afc268423498 2018-08-27 12:13:17,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 12:13:17,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" -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": "5db26882-1b51-4b77-8595-231aaccc65c8"}}' 2018-08-27 12:13:18,023 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-c5fc8058-1d6b-490a-92b7-aeb0e394e9cb Date: Mon, 27 Aug 2018 12:13:18 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-27T12:13:17Z", "security_group_id": "5db26882-1b51-4b77-8595-231aaccc65c8", "port_range_min": 22, "revision_number": 0, "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:13:17Z", "project_id": "d56eab07eebe4995963c4bcc663afcc8", "id": "33877eb3-9328-4d37-8182-f80c545340af"}} 2018-08-27 12:13:18,023 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-c5fc8058-1d6b-490a-92b7-aeb0e394e9cb 2018-08-27 12:13:18,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.394976854324s 2018-08-27 12:13:18,024 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-c5fc8058-1d6b-490a-92b7-aeb0e394e9cb 2018-08-27 12:13:18,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 12:13:18,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:18,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-cc1eb7a1-52b7-416a-94fe-a808236b78b7 Date: Mon, 27 Aug 2018 12:13:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "created_at": "2018-08-27T12:12:26Z", "updated_at": "2018-08-27T12:12:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:12:26Z", "revision_number": 0, "id": "090af885-d88a-4310-af93-90cd2a0c87b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:12:26Z", "security_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "f04c82ad1b034965809dd29d15584fbe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:12:26Z", "revision_number": 0, "id": "72f70611-c414-4192-b2b9-c5bad6bfbe9e", "remote_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "remote_ip_prefix": null, "created_at": "2018-08-27T12:12:26Z", "security_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "f04c82ad1b034965809dd29d15584fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:12:26Z", "revision_number": 0, "id": "93b647a0-7a58-4561-b2d6-8f16b82e63d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:12:26Z", "security_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "f04c82ad1b034965809dd29d15584fbe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:12:26Z", "revision_number": 0, "id": "e57f0f71-4937-46b1-a527-af3d75dc00d5", "remote_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "remote_ip_prefix": null, "created_at": "2018-08-27T12:12:26Z", "security_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "f04c82ad1b034965809dd29d15584fbe"}], "revision_number": 1, "project_id": "f04c82ad1b034965809dd29d15584fbe", "id": "0f630c95-9262-4712-87e7-52c0336473c0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "created_at": "2018-08-27T12:11:18Z", "updated_at": "2018-08-27T12:11:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:11:18Z", "revision_number": 0, "id": "478e5c7e-a7a5-4657-adf4-c8234809b3e0", "remote_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "remote_ip_prefix": null, "created_at": "2018-08-27T12:11:18Z", "security_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "port_range_min": null, "ethertype": "IPv4", "project_id": "1326a7f8ebcf4581bec67541ea40022d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:11:18Z", "revision_number": 0, "id": "93376101-15e2-4fb4-a153-926925f5a644", "remote_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "remote_ip_prefix": null, "created_at": "2018-08-27T12:11:18Z", "security_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "port_range_min": null, "ethertype": "IPv6", "project_id": "1326a7f8ebcf4581bec67541ea40022d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:11:18Z", "revision_number": 0, "id": "dfeed1ab-c4ea-4a29-9379-cd2be6582718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:11:18Z", "security_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "port_range_min": null, "ethertype": "IPv4", "project_id": "1326a7f8ebcf4581bec67541ea40022d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:11:18Z", "revision_number": 0, "id": "e35d1400-ed61-4782-8d2b-d75036ea3f3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:11:18Z", "security_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "port_range_min": null, "ethertype": "IPv6", "project_id": "1326a7f8ebcf4581bec67541ea40022d"}], "revision_number": 1, "project_id": "1326a7f8ebcf4581bec67541ea40022d", "id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:13:17Z", "updated_at": "2018-08-27T12:13:17Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T12:13:17Z", "revision_number": 0, "id": "33877eb3-9328-4d37-8182-f80c545340af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:13:17Z", "security_group_id": "5db26882-1b51-4b77-8595-231aaccc65c8", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:13:17Z", "revision_number": 0, "id": "7ebb9fb5-9042-4587-8995-4fe2ff69c6cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:13:17Z", "security_group_id": "5db26882-1b51-4b77-8595-231aaccc65c8", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:13:17Z", "revision_number": 0, "id": "ac441622-7148-441d-9b9a-9804335ccdf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:13:17Z", "security_group_id": "5db26882-1b51-4b77-8595-231aaccc65c8", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}], "revision_number": 2, "project_id": "d56eab07eebe4995963c4bcc663afcc8", "id": "5db26882-1b51-4b77-8595-231aaccc65c8", "name": "singlevm1-sg_9b544a5e-0ede-4c80-aef2-57d13a137b01"}, {"description": "Default security group", "tags": [], "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "created_at": "2018-08-27T12:07:11Z", "updated_at": "2018-08-27T12:07:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:07:11Z", "revision_number": 0, "id": "49434baa-124c-43b6-9b04-bee074addca1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:07:11Z", "security_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "port_range_min": null, "ethertype": "IPv6", "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:07:11Z", "revision_number": 0, "id": "8418111f-e6f2-40ea-a58e-803adbf5ada4", "remote_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "remote_ip_prefix": null, "created_at": "2018-08-27T12:07:11Z", "security_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "port_range_min": null, "ethertype": "IPv4", "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:07:11Z", "revision_number": 0, "id": "b67c1785-0d3d-4408-b0de-d84181dff3fe", "remote_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "remote_ip_prefix": null, "created_at": "2018-08-27T12:07:11Z", "security_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "port_range_min": null, "ethertype": "IPv6", "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:07:11Z", "revision_number": 0, "id": "ba7f7c6a-fab0-485a-82bd-afd5a5f55102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:07:11Z", "security_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "port_range_min": null, "ethertype": "IPv4", "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}], "revision_number": 1, "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:10:43Z", "updated_at": "2018-08-27T12:10:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:43Z", "revision_number": 0, "id": "81d58d74-f55e-49b7-88ff-2726674f874d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:43Z", "security_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:43Z", "revision_number": 0, "id": "acdff871-3938-4555-8b86-e81108a765f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:43Z", "security_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:43Z", "revision_number": 0, "id": "e35ae539-ac43-4be0-b885-3b645c1b49fb", "remote_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:43Z", "security_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:43Z", "revision_number": 0, "id": "e91506e0-59c5-4321-b3e0-898a3c4cfbe4", "remote_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:43Z", "security_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}], "revision_number": 1, "project_id": "d56eab07eebe4995963c4bcc663afcc8", "id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-27T12:10:47Z", "updated_at": "2018-08-27T12:10:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:47Z", "revision_number": 0, "id": "18f775f4-11d1-472d-8efa-3720e1660bb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:47Z", "security_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "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-27T12:10:47Z", "revision_number": 0, "id": "62074cb0-45df-4398-93ee-516fa90cb8d2", "remote_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:47Z", "security_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:47Z", "revision_number": 0, "id": "7b131f29-c428-4413-98d2-fb0df982f4fc", "remote_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:47Z", "security_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:47Z", "revision_number": 0, "id": "8d66f7cc-ccd2-4f8e-a002-66847252abcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:47Z", "security_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "name": "default"}]} 2018-08-27 12:13:18,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-cc1eb7a1-52b7-416a-94fe-a808236b78b7 2018-08-27 12:13:18,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0986928939819s 2018-08-27 12:13:18,127 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-cc1eb7a1-52b7-416a-94fe-a808236b78b7 2018-08-27 12:13:18,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 12:13:18,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" -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": "5db26882-1b51-4b77-8595-231aaccc65c8"}}' 2018-08-27 12:13:19,179 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-7bce1b79-921f-4925-9138-9160c113769a Date: Mon, 27 Aug 2018 12:13:19 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-27T12:13:19Z", "security_group_id": "5db26882-1b51-4b77-8595-231aaccc65c8", "port_range_min": null, "revision_number": 0, "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:13:19Z", "project_id": "d56eab07eebe4995963c4bcc663afcc8", "id": "fad96e8d-1123-48bc-a94a-a878e2138f4d"}} 2018-08-27 12:13:19,179 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-7bce1b79-921f-4925-9138-9160c113769a 2018-08-27 12:13:19,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 1.04822802544s 2018-08-27 12:13:19,179 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-7bce1b79-921f-4925-9138-9160c113769a 2018-08-27 12:13:19,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:13:19,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:19,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2146 X-Openstack-Request-Id: req-1fce24f5-713e-4c2a-86cd-24c07611cf46 Date: Mon, 27 Aug 2018 12:13:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"411ef44e-d47f-405f-b92e-a722736a20ef","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":["077a4827-647b-4f5b-9f59-b6916954dd34"],"description":"","tags":[],"updated_at":"2018-08-27T12:13:02Z","qos_policy_id":null,"name":"singlevm1-net_9b544a5e-0ede-4c80-aef2-57d13a137b01","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:13:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"82c793f9-cd34-4aa6-a8ad-573b3d68186a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":64,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["fe18c59b-766c-4dd2-a215-ae8a03eb269b"],"description":"","tags":[],"updated_at":"2018-08-27T12:13:03Z","qos_policy_id":null,"name":"HA network tenant d56eab07eebe4995963c4bcc663afcc8","admin_state_up":true,"tenant_id":"","created_at":"2018-08-27T12:13:03Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:13:19,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1fce24f5-713e-4c2a-86cd-24c07611cf46 2018-08-27 12:13:19,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.262849092484s 2018-08-27 12:13:19,444 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1fce24f5-713e-4c2a-86cd-24c07611cf46 2018-08-27 12:13:19,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:13:19,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:19,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-0b2ef963-86c2-4bd5-be3b-03555995216a Date: Mon, 27 Aug 2018 12:13:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:13:15Z", "file": "/v2/images/25e933ea-c0c2-402e-b3a7-045ab9b87138/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "25e933ea-c0c2-402e-b3a7-045ab9b87138", "size": 12716032, "self": "/v2/images/25e933ea-c0c2-402e-b3a7-045ab9b87138", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/25e933ea-c0c2-402e-b3a7-045ab9b87138/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/25e933ea-c0c2-402e-b3a7-045ab9b87138/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_9b544a5e-0ede-4c80-aef2-57d13a137b01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_9b544a5e-0ede-4c80-aef2-57d13a137b01", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:13:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:13:19,474 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0b2ef963-86c2-4bd5-be3b-03555995216a 2018-08-27 12:13:19,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0256240367889s 2018-08-27 12:13:19,474 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0b2ef963-86c2-4bd5-be3b-03555995216a 2018-08-27 12:13:19,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 12:13:19,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:19,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:13: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-04cb9e0e-2fae-4131-84eb-6837c89f1824 x-compute-request-id: req-04cb9e0e-2fae-4131-84eb-6837c89f1824 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_9b544a5e-0ede-4c80-aef2-57d13a137b01", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fc8c8144-ed15-495c-a43c-16b9c3aa1149", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fc8c8144-ed15-495c-a43c-16b9c3aa1149", "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": "fc8c8144-ed15-495c-a43c-16b9c3aa1149"}]} 2018-08-27 12:13:19,619 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-04cb9e0e-2fae-4131-84eb-6837c89f1824 2018-08-27 12:13:19,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.142864942551s 2018-08-27 12:13:19,619 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-04cb9e0e-2fae-4131-84eb-6837c89f1824 2018-08-27 12:13:19,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 12:13:19,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" -d '{"server": {"name": "singlevm1-vm_9b544a5e-0ede-4c80-aef2-57d13a137b01", "imageRef": "25e933ea-c0c2-402e-b3a7-045ab9b87138", "key_name": "singlevm1-kp_9b544a5e-0ede-4c80-aef2-57d13a137b01", "flavorRef": "fc8c8144-ed15-495c-a43c-16b9c3aa1149", "max_count": 1, "min_count": 1, "networks": [{"uuid": "411ef44e-d47f-405f-b92e-a722736a20ef"}], "security_groups": [{"name": "5db26882-1b51-4b77-8595-231aaccc65c8"}]}}' 2018-08-27 12:13:24,805 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:13: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-5de476cd-c12e-40ed-9996-1184659063d8 x-compute-request-id: req-5de476cd-c12e-40ed-9996-1184659063d8 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/4f354519-6e90-43a2-a181-26f8a0e3607b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "5db26882-1b51-4b77-8595-231aaccc65c8"}], "OS-DCF:diskConfig": "MANUAL", "id": "4f354519-6e90-43a2-a181-26f8a0e3607b", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f354519-6e90-43a2-a181-26f8a0e3607b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f354519-6e90-43a2-a181-26f8a0e3607b", "rel": "bookmark"}], "adminPass": "iyUfwH2JnkjQ"}} 2018-08-27 12:13:24,805 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-5de476cd-c12e-40ed-9996-1184659063d8 2018-08-27 12:13:24,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.18493294716s 2018-08-27 12:13:24,806 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-5de476cd-c12e-40ed-9996-1184659063d8 2018-08-27 12:13:24,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:13:24,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:25,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:13: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-b25bbbbc-10bd-4bb1-87f4-a7533e29e9f0 x-compute-request-id: req-b25bbbbc-10bd-4bb1-87f4-a7533e29e9f0 Content-Encoding: gzip Content-Length: 638 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f354519-6e90-43a2-a181-26f8a0e3607b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f354519-6e90-43a2-a181-26f8a0e3607b", "rel": "bookmark"}], "image": {"id": "25e933ea-c0c2-402e-b3a7-045ab9b87138", "links": [{"href": "http://172.30.9.28:8774/images/25e933ea-c0c2-402e-b3a7-045ab9b87138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc8c8144-ed15-495c-a43c-16b9c3aa1149", "links": [{"href": "http://172.30.9.28:8774/flavors/fc8c8144-ed15-495c-a43c-16b9c3aa1149", "rel": "bookmark"}]}, "id": "4f354519-6e90-43a2-a181-26f8a0e3607b", "user_id": "7ec832a5a7344de2b6acdec7f6f14582", "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-27T12:13:24Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_9b544a5e-0ede-4c80-aef2-57d13a137b01", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_9b544a5e-0ede-4c80-aef2-57d13a137b01", "created": "2018-08-27T12:13:24Z", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:13:25,769 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b25bbbbc-10bd-4bb1-87f4-a7533e29e9f0 2018-08-27 12:13:25,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.962286949158s 2018-08-27 12:13:25,769 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b25bbbbc-10bd-4bb1-87f4-a7533e29e9f0 2018-08-27 12:13:25,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:13:25,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:25,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2146 X-Openstack-Request-Id: req-097fed8c-08be-4655-a64a-f37831401bb7 Date: Mon, 27 Aug 2018 12:13:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"411ef44e-d47f-405f-b92e-a722736a20ef","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":["077a4827-647b-4f5b-9f59-b6916954dd34"],"description":"","tags":[],"updated_at":"2018-08-27T12:13:02Z","qos_policy_id":null,"name":"singlevm1-net_9b544a5e-0ede-4c80-aef2-57d13a137b01","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:13:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"82c793f9-cd34-4aa6-a8ad-573b3d68186a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":64,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["fe18c59b-766c-4dd2-a215-ae8a03eb269b"],"description":"","tags":[],"updated_at":"2018-08-27T12:13:03Z","qos_policy_id":null,"name":"HA network tenant d56eab07eebe4995963c4bcc663afcc8","admin_state_up":true,"tenant_id":"","created_at":"2018-08-27T12:13:03Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:13:25,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-097fed8c-08be-4655-a64a-f37831401bb7 2018-08-27 12:13:25,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0788600444794s 2018-08-27 12:13:25,855 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-097fed8c-08be-4655-a64a-f37831401bb7 2018-08-27 12:13:25,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 12:13:25,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:25,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1925 X-Openstack-Request-Id: req-28e54ff5-f979-4add-83e0-a0fa73e7c4fc Date: Mon, 27 Aug 2018 12:13:25 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-27T12:13:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"077a4827-647b-4f5b-9f59-b6916954dd34","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d56eab07eebe4995963c4bcc663afcc8","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_9b544a5e-0ede-4c80-aef2-57d13a137b01","enable_dhcp":true,"segment_id":null,"network_id":"411ef44e-d47f-405f-b92e-a722736a20ef","tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:13:02Z","ip_version":4},{"updated_at":"2018-08-27T12:07:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"be54de9c-847e-4a09-971c-0568167e3798","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9e7da560-d286-4d69-b2d6-e7b51586033c","tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:18Z","ip_version":4},{"updated_at":"2018-08-27T12:13:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"fe18c59b-766c-4dd2-a215-ae8a03eb269b","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant d56eab07eebe4995963c4bcc663afcc8","enable_dhcp":false,"segment_id":null,"network_id":"82c793f9-cd34-4aa6-a8ad-573b3d68186a","tenant_id":"","created_at":"2018-08-27T12:13:03Z","ip_version":4}]} 2018-08-27 12:13:25,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-28e54ff5-f979-4add-83e0-a0fa73e7c4fc 2018-08-27 12:13:25,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0410478115082s 2018-08-27 12:13:25,898 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-28e54ff5-f979-4add-83e0-a0fa73e7c4fc 2018-08-27 12:13:25,899 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:13:27,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:13:27,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:29,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:13: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-68831ade-7c14-4c3b-825b-ae5699809add x-compute-request-id: req-68831ade-7c14-4c3b-825b-ae5699809add Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f354519-6e90-43a2-a181-26f8a0e3607b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f354519-6e90-43a2-a181-26f8a0e3607b", "rel": "bookmark"}], "image": {"id": "25e933ea-c0c2-402e-b3a7-045ab9b87138", "links": [{"href": "http://172.30.9.28:8774/images/25e933ea-c0c2-402e-b3a7-045ab9b87138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc8c8144-ed15-495c-a43c-16b9c3aa1149", "links": [{"href": "http://172.30.9.28:8774/flavors/fc8c8144-ed15-495c-a43c-16b9c3aa1149", "rel": "bookmark"}]}, "id": "4f354519-6e90-43a2-a181-26f8a0e3607b", "security_groups": [{"name": "singlevm1-sg_9b544a5e-0ede-4c80-aef2-57d13a137b01"}], "user_id": "7ec832a5a7344de2b6acdec7f6f14582", "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-27T12:13:27Z", "hostId": "805f35d99e68c33d221f4f3aaa134639eaa0cc2165436aee4533a675", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_9b544a5e-0ede-4c80-aef2-57d13a137b01", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_9b544a5e-0ede-4c80-aef2-57d13a137b01", "created": "2018-08-27T12:13:24Z", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:13:29,001 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-68831ade-7c14-4c3b-825b-ae5699809add 2018-08-27 12:13:29,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09897398949s 2018-08-27 12:13:29,001 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-68831ade-7c14-4c3b-825b-ae5699809add 2018-08-27 12:13:29,005 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:13:31,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:13:31,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:32,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12: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-9ba991b7-2a93-48d3-a378-b0d10e86a949 x-compute-request-id: req-9ba991b7-2a93-48d3-a378-b0d10e86a949 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f354519-6e90-43a2-a181-26f8a0e3607b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f354519-6e90-43a2-a181-26f8a0e3607b", "rel": "bookmark"}], "image": {"id": "25e933ea-c0c2-402e-b3a7-045ab9b87138", "links": [{"href": "http://172.30.9.28:8774/images/25e933ea-c0c2-402e-b3a7-045ab9b87138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc8c8144-ed15-495c-a43c-16b9c3aa1149", "links": [{"href": "http://172.30.9.28:8774/flavors/fc8c8144-ed15-495c-a43c-16b9c3aa1149", "rel": "bookmark"}]}, "id": "4f354519-6e90-43a2-a181-26f8a0e3607b", "security_groups": [{"name": "singlevm1-sg_9b544a5e-0ede-4c80-aef2-57d13a137b01"}], "user_id": "7ec832a5a7344de2b6acdec7f6f14582", "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-27T12:13:29Z", "hostId": "805f35d99e68c33d221f4f3aaa134639eaa0cc2165436aee4533a675", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_9b544a5e-0ede-4c80-aef2-57d13a137b01", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_9b544a5e-0ede-4c80-aef2-57d13a137b01", "created": "2018-08-27T12:13:24Z", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:13:32,325 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9ba991b7-2a93-48d3-a378-b0d10e86a949 2018-08-27 12:13:32,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.31718492508s 2018-08-27 12:13:32,326 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9ba991b7-2a93-48d3-a378-b0d10e86a949 2018-08-27 12:13:32,330 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:13:34,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:13:34,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:35,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:13: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-9fcbd6a9-4159-41d4-aa2c-ffc61aa9c112 x-compute-request-id: req-9fcbd6a9-4159-41d4-aa2c-ffc61aa9c112 Content-Encoding: gzip Content-Length: 806 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_9b544a5e-0ede-4c80-aef2-57d13a137b01": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:37:62", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f354519-6e90-43a2-a181-26f8a0e3607b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f354519-6e90-43a2-a181-26f8a0e3607b", "rel": "bookmark"}], "image": {"id": "25e933ea-c0c2-402e-b3a7-045ab9b87138", "links": [{"href": "http://172.30.9.28:8774/images/25e933ea-c0c2-402e-b3a7-045ab9b87138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc8c8144-ed15-495c-a43c-16b9c3aa1149", "links": [{"href": "http://172.30.9.28:8774/flavors/fc8c8144-ed15-495c-a43c-16b9c3aa1149", "rel": "bookmark"}]}, "id": "4f354519-6e90-43a2-a181-26f8a0e3607b", "security_groups": [{"name": "singlevm1-sg_9b544a5e-0ede-4c80-aef2-57d13a137b01"}], "user_id": "7ec832a5a7344de2b6acdec7f6f14582", "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-27T12:13:29Z", "hostId": "805f35d99e68c33d221f4f3aaa134639eaa0cc2165436aee4533a675", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_9b544a5e-0ede-4c80-aef2-57d13a137b01", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_9b544a5e-0ede-4c80-aef2-57d13a137b01", "created": "2018-08-27T12:13:24Z", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:13:35,071 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9fcbd6a9-4159-41d4-aa2c-ffc61aa9c112 2018-08-27 12:13:35,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.740218877792s 2018-08-27 12:13:35,071 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9fcbd6a9-4159-41d4-aa2c-ffc61aa9c112 2018-08-27 12:13:35,076 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:13:37,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:13:37,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:39,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:13: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-12d8c800-01bb-4be4-895a-909fcd547342 x-compute-request-id: req-12d8c800-01bb-4be4-895a-909fcd547342 Content-Encoding: gzip Content-Length: 806 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_9b544a5e-0ede-4c80-aef2-57d13a137b01": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:37:62", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f354519-6e90-43a2-a181-26f8a0e3607b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f354519-6e90-43a2-a181-26f8a0e3607b", "rel": "bookmark"}], "image": {"id": "25e933ea-c0c2-402e-b3a7-045ab9b87138", "links": [{"href": "http://172.30.9.28:8774/images/25e933ea-c0c2-402e-b3a7-045ab9b87138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc8c8144-ed15-495c-a43c-16b9c3aa1149", "links": [{"href": "http://172.30.9.28:8774/flavors/fc8c8144-ed15-495c-a43c-16b9c3aa1149", "rel": "bookmark"}]}, "id": "4f354519-6e90-43a2-a181-26f8a0e3607b", "security_groups": [{"name": "singlevm1-sg_9b544a5e-0ede-4c80-aef2-57d13a137b01"}], "user_id": "7ec832a5a7344de2b6acdec7f6f14582", "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-27T12:13:29Z", "hostId": "805f35d99e68c33d221f4f3aaa134639eaa0cc2165436aee4533a675", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_9b544a5e-0ede-4c80-aef2-57d13a137b01", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_9b544a5e-0ede-4c80-aef2-57d13a137b01", "created": "2018-08-27T12:13:24Z", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:13:39,236 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-12d8c800-01bb-4be4-895a-909fcd547342 2018-08-27 12:13:39,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 2.15720701218s 2018-08-27 12:13:39,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-12d8c800-01bb-4be4-895a-909fcd547342 2018-08-27 12:13:39,241 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:13:41,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:13:41,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:43,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12: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-af8f73f1-53a9-44ee-b25c-ad2b030bf9a9 x-compute-request-id: req-af8f73f1-53a9-44ee-b25c-ad2b030bf9a9 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_9b544a5e-0ede-4c80-aef2-57d13a137b01": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:37:62", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f354519-6e90-43a2-a181-26f8a0e3607b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f354519-6e90-43a2-a181-26f8a0e3607b", "rel": "bookmark"}], "image": {"id": "25e933ea-c0c2-402e-b3a7-045ab9b87138", "links": [{"href": "http://172.30.9.28:8774/images/25e933ea-c0c2-402e-b3a7-045ab9b87138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-27T12:13:37.000000", "flavor": {"id": "fc8c8144-ed15-495c-a43c-16b9c3aa1149", "links": [{"href": "http://172.30.9.28:8774/flavors/fc8c8144-ed15-495c-a43c-16b9c3aa1149", "rel": "bookmark"}]}, "id": "4f354519-6e90-43a2-a181-26f8a0e3607b", "security_groups": [{"name": "singlevm1-sg_9b544a5e-0ede-4c80-aef2-57d13a137b01"}], "user_id": "7ec832a5a7344de2b6acdec7f6f14582", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:13:37Z", "hostId": "805f35d99e68c33d221f4f3aaa134639eaa0cc2165436aee4533a675", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_9b544a5e-0ede-4c80-aef2-57d13a137b01", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_9b544a5e-0ede-4c80-aef2-57d13a137b01", "created": "2018-08-27T12:13:24Z", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:13:43,481 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-af8f73f1-53a9-44ee-b25c-ad2b030bf9a9 2018-08-27 12:13:43,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 2.23767209053s 2018-08-27 12:13:43,482 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-af8f73f1-53a9-44ee-b25c-ad2b030bf9a9 2018-08-27 12:13:43,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 12:13:43,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=4f354519-6e90-43a2-a181-26f8a0e3607b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:43,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 991 X-Openstack-Request-Id: req-9fa48e93-97ba-4438-a618-cd18479b59cd Date: Mon, 27 Aug 2018 12:13:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T12:13:36Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"077a4827-647b-4f5b-9f59-b6916954dd34","ip_address":"192.168.120.6"}],"id":"6ad5b818-153f-4fa2-b036-59c1352379b5","security_groups":["5db26882-1b51-4b77-8595-231aaccc65c8"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:37:62","project_id":"d56eab07eebe4995963c4bcc663afcc8","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"411ef44e-d47f-405f-b92e-a722736a20ef","tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:13:28Z","binding:vnic_type":"normal","device_id":"4f354519-6e90-43a2-a181-26f8a0e3607b","ip_allocation":"immediate"}]} 2018-08-27 12:13:43,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=4f354519-6e90-43a2-a181-26f8a0e3607b used request id req-9fa48e93-97ba-4438-a618-cd18479b59cd 2018-08-27 12:13:43,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0602381229401s 2018-08-27 12:13:43,547 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=4f354519-6e90-43a2-a181-26f8a0e3607b used request id req-9fa48e93-97ba-4438-a618-cd18479b59cd 2018-08-27 12:13:43,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:13:43,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6ad5b818-153f-4fa2-b036-59c1352379b5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:43,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1eacc6d5-298f-4dee-8cdf-8509d9f0504d Date: Mon, 27 Aug 2018 12:13:43 GMT RESP BODY: {"floatingips": []} 2018-08-27 12:13:43,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6ad5b818-153f-4fa2-b036-59c1352379b5 used request id req-1eacc6d5-298f-4dee-8cdf-8509d9f0504d 2018-08-27 12:13:43,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.256285190582s 2018-08-27 12:13:43,809 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6ad5b818-153f-4fa2-b036-59c1352379b5 used request id req-1eacc6d5-298f-4dee-8cdf-8509d9f0504d 2018-08-27 12:13:43,809 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_9b544a5e-0ede-4c80-aef2-57d13a137b01': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:df:37:62', 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'25e933ea-c0c2-402e-b3a7-045ab9b87138'}), 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-27T12:13:37.000000', 'flavor': Munch({u'id': u'fc8c8144-ed15-495c-a43c-16b9c3aa1149'}), 'az': u'nova', 'id': u'4f354519-6e90-43a2-a181-26f8a0e3607b', 'security_groups': [Munch({u'name': u'singlevm1-sg_9b544a5e-0ede-4c80-aef2-57d13a137b01'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'7ec832a5a7344de2b6acdec7f6f14582', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd56eab07eebe4995963c4bcc663afcc8', '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-27T12:13:37.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T12:13:37Z', 'hostId': u'805f35d99e68c33d221f4f3aaa134639eaa0cc2165436aee4533a675', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_9b544a5e-0ede-4c80-aef2-57d13a137b01', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'805f35d99e68c33d221f4f3aaa134639eaa0cc2165436aee4533a675', '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-27T12:13:37.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'd56eab07eebe4995963c4bcc663afcc8', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_9b544a5e-0ede-4c80-aef2-57d13a137b01', 'adminPass': u'iyUfwH2JnkjQ', 'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', 'created_at': u'2018-08-27T12:13:24Z', 'created': u'2018-08-27T12:13:24Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 12:13:43,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:13:43,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:43,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2146 X-Openstack-Request-Id: req-28615025-b4f0-4af6-8ae0-9e8b61fcb7f6 Date: Mon, 27 Aug 2018 12:13:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"411ef44e-d47f-405f-b92e-a722736a20ef","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":["077a4827-647b-4f5b-9f59-b6916954dd34"],"description":"","tags":[],"updated_at":"2018-08-27T12:13:02Z","qos_policy_id":null,"name":"singlevm1-net_9b544a5e-0ede-4c80-aef2-57d13a137b01","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:13:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"82c793f9-cd34-4aa6-a8ad-573b3d68186a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":64,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["fe18c59b-766c-4dd2-a215-ae8a03eb269b"],"description":"","tags":[],"updated_at":"2018-08-27T12:13:03Z","qos_policy_id":null,"name":"HA network tenant d56eab07eebe4995963c4bcc663afcc8","admin_state_up":true,"tenant_id":"","created_at":"2018-08-27T12:13:03Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:13:43,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-28615025-b4f0-4af6-8ae0-9e8b61fcb7f6 2018-08-27 12:13:43,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113409996033s 2018-08-27 12:13:43,927 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-28615025-b4f0-4af6-8ae0-9e8b61fcb7f6 2018-08-27 12:13:43,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 12:13:43,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=4f354519-6e90-43a2-a181-26f8a0e3607b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:44,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 991 X-Openstack-Request-Id: req-c8457c1b-daa1-4c21-8ec0-14bd553d79bd Date: Mon, 27 Aug 2018 12:13:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T12:13:36Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"077a4827-647b-4f5b-9f59-b6916954dd34","ip_address":"192.168.120.6"}],"id":"6ad5b818-153f-4fa2-b036-59c1352379b5","security_groups":["5db26882-1b51-4b77-8595-231aaccc65c8"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:37:62","project_id":"d56eab07eebe4995963c4bcc663afcc8","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"411ef44e-d47f-405f-b92e-a722736a20ef","tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:13:28Z","binding:vnic_type":"normal","device_id":"4f354519-6e90-43a2-a181-26f8a0e3607b","ip_allocation":"immediate"}]} 2018-08-27 12:13:44,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=4f354519-6e90-43a2-a181-26f8a0e3607b used request id req-c8457c1b-daa1-4c21-8ec0-14bd553d79bd 2018-08-27 12:13:44,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.331356048584s 2018-08-27 12:13:44,261 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=4f354519-6e90-43a2-a181-26f8a0e3607b used request id req-c8457c1b-daa1-4c21-8ec0-14bd553d79bd 2018-08-27 12:13:44,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-27 12:13:44,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" -d '{"floatingip": {"floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "fixed_ip_address": "192.168.120.6", "port_id": "6ad5b818-153f-4fa2-b036-59c1352379b5"}}' 2018-08-27 12:13:46,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-91296028-a46b-4db1-900e-7173637969b2 Date: Mon, 27 Aug 2018 12:13:46 GMT RESP BODY: {"floatingip": {"router_id": "44139573-1e27-49b9-8796-2f8156c8c5c8", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:13:45Z", "updated_at": "2018-08-27T12:13:45Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "411ef44e-d47f-405f-b92e-a722736a20ef", "device_owner": "compute:nova", "mac_address": "fa:16:3e:df:37:62", "device_id": "4f354519-6e90-43a2-a181-26f8a0e3607b"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "d56eab07eebe4995963c4bcc663afcc8", "port_id": "6ad5b818-153f-4fa2-b036-59c1352379b5", "id": "1b1e0f06-20a1-4f9a-97da-173dd625979e", "qos_policy_id": null}} 2018-08-27 12:13:46,721 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-91296028-a46b-4db1-900e-7173637969b2 2018-08-27 12:13:46,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.45934700966s 2018-08-27 12:13:46,722 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-91296028-a46b-4db1-900e-7173637969b2 2018-08-27 12:13:46,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:13:46,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:46,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-ba9dc7cf-e39c-4765-8232-f4254af397d3 Date: Mon, 27 Aug 2018 12:13:46 GMT RESP BODY: {"floatingips": [{"router_id": "44139573-1e27-49b9-8796-2f8156c8c5c8", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:13:45Z", "updated_at": "2018-08-27T12:13:45Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "411ef44e-d47f-405f-b92e-a722736a20ef", "device_owner": "compute:nova", "mac_address": "fa:16:3e:df:37:62", "device_id": "4f354519-6e90-43a2-a181-26f8a0e3607b"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "d56eab07eebe4995963c4bcc663afcc8", "port_id": "6ad5b818-153f-4fa2-b036-59c1352379b5", "id": "1b1e0f06-20a1-4f9a-97da-173dd625979e", "qos_policy_id": null}]} 2018-08-27 12:13:46,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-ba9dc7cf-e39c-4765-8232-f4254af397d3 2018-08-27 12:13:46,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0863580703735s 2018-08-27 12:13:46,817 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-ba9dc7cf-e39c-4765-8232-f4254af397d3 2018-08-27 12:13:46,821 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:13:46,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:13:46,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:47,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-8180cbf6-f53f-4643-a1d8-355d238ef883 Date: Mon, 27 Aug 2018 12:13:47 GMT RESP BODY: {"floatingips": [{"router_id": "44139573-1e27-49b9-8796-2f8156c8c5c8", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:13:45Z", "updated_at": "2018-08-27T12:13:45Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "411ef44e-d47f-405f-b92e-a722736a20ef", "device_owner": "compute:nova", "mac_address": "fa:16:3e:df:37:62", "device_id": "4f354519-6e90-43a2-a181-26f8a0e3607b"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "d56eab07eebe4995963c4bcc663afcc8", "port_id": "6ad5b818-153f-4fa2-b036-59c1352379b5", "id": "1b1e0f06-20a1-4f9a-97da-173dd625979e", "qos_policy_id": null}]} 2018-08-27 12:13:47,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-8180cbf6-f53f-4643-a1d8-355d238ef883 2018-08-27 12:13:47,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.325335025787s 2018-08-27 12:13:47,252 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-8180cbf6-f53f-4643-a1d8-355d238ef883 2018-08-27 12:13:47,255 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:13:47,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:13:47,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:47,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-2144c0d7-3aab-4dea-8ea1-dd07cb387524 Date: Mon, 27 Aug 2018 12:13:47 GMT RESP BODY: {"floatingips": [{"router_id": "44139573-1e27-49b9-8796-2f8156c8c5c8", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:13:45Z", "updated_at": "2018-08-27T12:13:45Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "411ef44e-d47f-405f-b92e-a722736a20ef", "device_owner": "compute:nova", "mac_address": "fa:16:3e:df:37:62", "device_id": "4f354519-6e90-43a2-a181-26f8a0e3607b"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "d56eab07eebe4995963c4bcc663afcc8", "port_id": "6ad5b818-153f-4fa2-b036-59c1352379b5", "id": "1b1e0f06-20a1-4f9a-97da-173dd625979e", "qos_policy_id": null}]} 2018-08-27 12:13:47,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2144c0d7-3aab-4dea-8ea1-dd07cb387524 2018-08-27 12:13:47,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.311294078827s 2018-08-27 12:13:47,672 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2144c0d7-3aab-4dea-8ea1-dd07cb387524 2018-08-27 12:13:47,675 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:13:47,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:13:47,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:47,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-b0f7d92c-10d7-4ee0-bfe3-b67cfaeeeb66 Date: Mon, 27 Aug 2018 12:13:47 GMT RESP BODY: {"floatingips": [{"router_id": "44139573-1e27-49b9-8796-2f8156c8c5c8", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:13:45Z", "updated_at": "2018-08-27T12:13:45Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "411ef44e-d47f-405f-b92e-a722736a20ef", "device_owner": "compute:nova", "mac_address": "fa:16:3e:df:37:62", "device_id": "4f354519-6e90-43a2-a181-26f8a0e3607b"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "d56eab07eebe4995963c4bcc663afcc8", "port_id": "6ad5b818-153f-4fa2-b036-59c1352379b5", "id": "1b1e0f06-20a1-4f9a-97da-173dd625979e", "qos_policy_id": null}]} 2018-08-27 12:13:47,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-b0f7d92c-10d7-4ee0-bfe3-b67cfaeeeb66 2018-08-27 12:13:47,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0602390766144s 2018-08-27 12:13:47,841 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-b0f7d92c-10d7-4ee0-bfe3-b67cfaeeeb66 2018-08-27 12:13:47,844 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:13:47,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:13:47,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:48,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-5239e48a-71e7-456c-97a7-f7df2ca57152 Date: Mon, 27 Aug 2018 12:13:47 GMT RESP BODY: {"floatingips": [{"router_id": "44139573-1e27-49b9-8796-2f8156c8c5c8", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:13:45Z", "updated_at": "2018-08-27T12:13:45Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "411ef44e-d47f-405f-b92e-a722736a20ef", "device_owner": "compute:nova", "mac_address": "fa:16:3e:df:37:62", "device_id": "4f354519-6e90-43a2-a181-26f8a0e3607b"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "d56eab07eebe4995963c4bcc663afcc8", "port_id": "6ad5b818-153f-4fa2-b036-59c1352379b5", "id": "1b1e0f06-20a1-4f9a-97da-173dd625979e", "qos_policy_id": null}]} 2018-08-27 12:13:48,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-5239e48a-71e7-456c-97a7-f7df2ca57152 2018-08-27 12:13:48,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0573329925537s 2018-08-27 12:13:48,007 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-5239e48a-71e7-456c-97a7-f7df2ca57152 2018-08-27 12:13:48,010 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:13:48,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:13:48,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:48,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-8305895f-9951-411d-b808-5cb8bd28ce0f Date: Mon, 27 Aug 2018 12:13:48 GMT RESP BODY: {"floatingips": [{"router_id": "44139573-1e27-49b9-8796-2f8156c8c5c8", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:13:45Z", "updated_at": "2018-08-27T12:13:48Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "411ef44e-d47f-405f-b92e-a722736a20ef", "device_owner": "compute:nova", "mac_address": "fa:16:3e:df:37:62", "device_id": "4f354519-6e90-43a2-a181-26f8a0e3607b"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 1, "project_id": "d56eab07eebe4995963c4bcc663afcc8", "port_id": "6ad5b818-153f-4fa2-b036-59c1352379b5", "id": "1b1e0f06-20a1-4f9a-97da-173dd625979e", "qos_policy_id": null}]} 2018-08-27 12:13:48,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-8305895f-9951-411d-b808-5cb8bd28ce0f 2018-08-27 12:13:48,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0574569702148s 2018-08-27 12:13:48,172 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-8305895f-9951-411d-b808-5cb8bd28ce0f 2018-08-27 12:13:48,176 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'44139573-1e27-49b9-8796-2f8156c8c5c8', 'updated_at': u'2018-08-27T12:13:48Z', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.202', 'revision_number': 1, 'port_id': u'6ad5b818-153f-4fa2-b036-59c1352379b5', 'id': u'1b1e0f06-20a1-4f9a-97da-173dd625979e', 'network': u'9e7da560-d286-4d69-b2d6-e7b51586033c', 'port': u'6ad5b818-153f-4fa2-b036-59c1352379b5', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd56eab07eebe4995963c4bcc663afcc8', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'd56eab07eebe4995963c4bcc663afcc8', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'411ef44e-d47f-405f-b92e-a722736a20ef', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:df:37:62', u'device_id': u'4f354519-6e90-43a2-a181-26f8a0e3607b'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', 'created_at': u'2018-08-27T12:13:45Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'411ef44e-d47f-405f-b92e-a722736a20ef', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:df:37:62', u'device_id': u'4f354519-6e90-43a2-a181-26f8a0e3607b'}), 'router': u'44139573-1e27-49b9-8796-2f8156c8c5c8'}) 2018-08-27 12:13:48,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 12:13:48,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4f354519-6e90-43a2-a181-26f8a0e3607b/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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 12:13:48,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:13: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-f3ec3b54-b8ec-447f-94b1-1b7ee6d19c98 x-compute-request-id: req-f3ec3b54-b8ec-447f-94b1-1b7ee6d19c98 Content-Encoding: gzip Content-Length: 9575 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 528378091 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.189210] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191575] pid_max: default: 32768 minimum: 301\n[ 0.192859] ACPI: Core revision 20150930\n[ 0.194567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196420] Security Framework initialized\n[ 0.197578] Yama: becoming mindful.\n[ 0.198613] AppArmor: AppArmor initialized\n[ 0.199827] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.201648] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205126] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207066] Initializing cgroup subsys io\n[ 0.208230] Initializing cgroup subsys memory\n[ 0.209450] Initializing cgroup subsys devices\n[ 0.210686] Initializing cgroup subsys freezer\n[ 0.211932] Initializing cgroup subsys net_cls\n[ 0.213165] Initializing cgroup subsys perf_event\n[ 0.214457] Initializing cgroup subsys net_prio\n[ 0.215729] Initializing cgroup subsys hugetlb\n[ 0.216959] Initializing cgroup subsys pids\n[ 0.218189] CPU: Physical Processor ID: 0\n[ 0.220042] mce: CPU supports 10 MCE banks\n[ 0.221235] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238957] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245672] ftrace: allocating 31920 entries in 125 pages\n[ 0.271060] smpboot: Max logical packages: 1\n[ 0.272286] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.274236] x2apic enabled\n[ 0.275409] Switched APIC routing to physical x2apic.\n[ 0.277925] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.282349] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284895] KVM setup paravirtual spinlock\n[ 0.286524] x86: Booted up 1 node, 1 CPUs\n[ 0.287662] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.289600] devtmpfs: initialized\n[ 0.291607] evm: security.selinux\n[ 0.292608] evm: security.SMACK64\n[ 0.293602] evm: security.SMACK64EXEC\n[ 0.294665] evm: security.SMACK64TRANSMUTE\n[ 0.295806] evm: security.SMACK64MMAP\n[ 0.296860] evm: security.ima\n[ 0.297777] evm: security.capability\n[ 0.298895] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.301492] pinctrl core: initialized pinctrl subsystem\n[ 0.303028] RTC time: 12:13:38, date: 08/27/18\n[ 0.304357] NET: Registered protocol family 16\n[ 0.305710] cpuidle: using governor ladder\n[ 0.306866] cpuidle: using governor menu\n[ 0.307987] PCCT header not found.\n[ 0.309044] ACPI: bus type PCI registered\n[ 0.310195] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311933] PCI: Using configuration type 1 for base access\n[ 0.314129] ACPI: Added _OSI(Module Device)\n[ 0.315321] ACPI: Added _OSI(Processor Device)\n[ 0.316539] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.317819] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320010] ACPI: Interpreter enabled\n[ 0.321082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.323693] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.326289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.328906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.331505] ACPI: (supports S0 S5)\n[ 0.332513] ACPI: Using IOAPIC for interrupt routing\n[ 0.333839] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.337706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.339295] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.341018] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.342696] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.345776] acpiphp: Slot [3] registered\n[ 0.346904] acpiphp: Slot [4] registered\n[ 0.348031] acpiphp: Slot [5] registered\n[ 0.349174] acpiphp: Slot [6] registered\n[ 0.350305] acpiphp: Slot [7] registered\n[ 0.351438] acpiphp: Slot [8] registered\n[ 0.352567] acpiphp: Slot [9] registered\n[ 0.353700] acpiphp: Slot [10] registered\n[ 0.354850] acpiphp: Slot [11] registered\n[ 0.355991] acpiphp: Slot [12] registered\n[ 0.357134] acpiphp: Slot [13] registered\n[ 0.358279] acpiphp: Slot [14] registered\n[ 0.359425] acpiphp: Slot [15] registered\n[ 0.374957] acpiphp: Slot [16] registered\n[ 0.376103] acpiphp: Slot [17] registered\n[ 0.377239] acpiphp: Slot [18] registered\n[ 0.378385] acpiphp: Slot [19] registered\n[ 0.379536] acpiphp: Slot [20] registered\n[ 0.380687] acpiphp: Slot [21] registered\n[ 0.381832] acpiphp: Slot [22] registered\n[ 0.382976] acpiphp: Slot [23] registered\n[ 0.384121] acpiphp: Slot [24] registered\n[ 0.385267] acpiphp: Slot [25] registered\n[ 0.386416] acpiphp: Slot [26] registered\n[ 0.387555] acpiphp: Slot [27] registered\n[ 0.388705] acpiphp: Slot [28] registered\n[ 0.389845] acpiphp: Slot [29] registered\n[ 0.390980] acpiphp: Slot [30] registered\n[ 0.392131] acpiphp: Slot [31] registered\n[ 0.393276] PCI host bridge to bus 0000:00\n[ 0.394411] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.396109] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.397810] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.399868] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.401924] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404016] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.408144] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.409930] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.411580] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.413363] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.417881] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.419919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.441630] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.443688] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.445686] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.447660] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.449908] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.451667] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.453478] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.454959] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.457136] vgaarb: loaded\n[ 0.458001] vgaarb: bridge control possible 0000:00:02.0\n[ 0.459694] SCSI subsystem initialized\n[ 0.460971] ACPI: bus type USB registered\n[ 0.462153] usbcore: registered new interface driver usbfs\n[ 0.463607] usbcore: registered new interface driver hub\n[ 0.465031] usbcore: registered new device driver usb\n[ 0.466562] PCI: Using ACPI for IRQ routing\n[ 0.468117] NetLabel: Initializing\n[ 0.469144] NetLabel: domain hash size = 128\n[ 0.470357] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.471721] NetLabel: unlabeled traffic allowed by default\n[ 0.473354] clocksource: Switched to clocksource kvm-clock\n[ 0.483342] AppArmor: AppArmor Filesystem Enabled\n[ 0.484700] pnp: PnP ACPI init\n[ 0.485966] pnp: PnP ACPI: found 5 devices\n[ 0.492808] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495205] NET: Registered protocol family 2\n[ 0.496659] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.498492] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.500222] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.501961] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503527] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505225] NET: Registered protocol family 1\n[ 0.506460] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508007] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.509525] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524129] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.541075] Trying to unpack rootfs image as initramfs...\n[ 0.603598] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.606284] Scanning for low memory corruption every 60 seconds\n[ 0.608289] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.609958] audit: initializing netlink subsys (disabled)\n[ 0.611467] audit: type=2000 audit(1535372018.332:1): initialized\n[ 0.613450] Initialise system trusted keyring\n[ 0.614843] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.616478] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.619266] zbud: loaded\n[ 0.620280] VFS: Disk quotas dquot_6.6.0\n[ 0.621449] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.623649] fuse init (API version 7.23)\n[ 0.624907] Key type big_key registered\n[ 0.626072] Allocating IMA MOK and blacklist keyrings.\n[ 0.627773] Key type asymmetric registered\n[ 0.628944] Asymmetric key parser 'x509' registered\n[ 0.630315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.632464] io scheduler noop registered\n[ 0.633599] io scheduler deadline registered (default)\n[ 0.635023] io scheduler cfq registered\n[ 0.636244] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.637745] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.639550] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.641628] ACPI: Power Button [PWRF]\n[ 0.642879] GHES: HEST is not enabled!\n[ 0.657006] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.686151] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.689068] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.713431] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.716520] Linux agpgart interface v0.103\n[ 0.719937] brd: module loaded\n[ 0.722198] loop: module loaded\n[ 0.727740] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729831] GPT:90111 != 2097151\n[ 0.730804] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732418] GPT:90111 != 2097151\n[ 0.733409] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734786] vda: vda1 vda15\n[ 0.736455] scsi host0: ata_piix\n[ 0.737585] scsi host1: ata_piix\n[ 0.738626] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740340] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742406] libphy: Fixed MDIO Bus: probed\n[ 0.743573] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747957] PPP generic driver version 2.4.2\n[ 0.749275] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750932] ehci-pci: EHCI PCI platform driver\n[ 0.752153] ehci-platform: EHCI generic platform driver\n[ 0.753784] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.755731] ohci-pci: OHCI PCI platform driver\n[ 0.757204] ohci-platform: OHCI generic platform driver\n[ 0.758909] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.773922] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.775614] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.778102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.779796] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.781738] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.783798] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.786163] usb usb1: Product: UHCI Host Controller\n[ 0.787868] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.789795] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.791403] hub 1-0:1.0: USB hub found\n[ 0.792728] hub 1-0:1.0: 2 ports detected\n[ 0.794253] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797632] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799255] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800959] mousedev: PS/2 mouse device common for all mice\n[ 0.803025] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805907] rtc_cmos 00:00: RTC can wake from S4\n[ 0.807882] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.809860] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.811905] i2c /dev entries driver\n[ 0.813174] device-mapper: uevent: version 1.0.3\n[ 0.814780] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.817417] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.819355] NET: Registered protocol family 10\n[ 0.820996] NET: Registered protocol family 17\n[ 0.822282] Key type dns_resolver registered\n[ 0.823618] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.825188] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.827729] registered taskstats version 1\n[ 0.828951] Loading compiled-in X.509 certificates\n[ 0.830868] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.833553] zswap: loaded using pool lzo/zbud\n[ 0.835617] Key type trusted registered\n[ 0.837841] Key type encrypted registered\n[ 0.839023] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.840523] ima: No TPM chip found, activating TPM-bypass!\n[ 0.842018] evm: HMAC attrs: 0x1\n[ 0.843349] Magic number: 14:481:229\n[ 0.844559] rtc_cmos 00:00: setting system clock to 2018-08-27 12:13:38 UTC (1535372018)\n[ 0.846875] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.848447] EDD information not available.\n[ 0.902861] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.919258] Write protecting the kernel read-only data: 14336k\n[ 0.922252] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924776] 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.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.083700] 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.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.97. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCGBH0/JNl16yp3DZKfQYqpLRQe90nDCojSlUB+U+LpHHmy8fbCFwhJVqJbL5p7k9TJRN3xh9Mt8/xqQVlUpHqciS0KhCiA15KsPv9DgCKDv+in94JfDrh7LCaQwi06BLLS5vhOQT9mnut49nRGmi9zQzWQwMYjPa8bpIpypgi14AJCoseKHlMWCGTnXCZ+nJ7hCBeTkYJ1FzrHonHGIP18EOC38y8J1IcG/8WNhNj41SwkzSZ0hljtDOswizM3qz0emOkOdgUmQJFhhZrhccmbeExhj5srpm/e9dYZLGsP8B+XZxl4VEii6/eIzpmq27Ix4C1CNZ7sBXP1xE4QM8iF root@singlevm1-vm-9b544a5e-0ede-4c80-aef2-57d13a137b01\nssh-dss AAAAB3NzaC1kc3MAAACBAJuoS+1lC6nk5EulBzSaui9DuSDtZKxUUsmrqybmnaaN2ts+USSCvwxlkUVv6WqaHlaUfYLJbIzH9+JCQuQSWjSu1BLxlfeAMumoO2DSOCEvGB/wCOsxqtWlqxlYi5tpFpTdmRNnszRK4qiU1fIcLJ7BduB9r877xsM/bV6wF0BxAAAAFQDI7QLRbb6ls1MaAYAm8Rdeqn3NtQAAAIAcPG/pvOrMpG8f8F3skvKUuwR+HaZ5kJDLqB/V0TDJIV2Qyew5k2jfmN6SrptzVfkL/XzmEXQldwXCtovIKC2j5BY+FkQ8PXqrTUDdBLMszdjaWCabdkoym8QHb/ptvcwkifLvMVn7GUi1KK77xLtsdRHZ7RuP1/SFIPWrIKEnYgAAAIANriHPyjDKUwqzwyoxwPkZGhG/otdG8tu7yvtOHSy2n7ezQMkKf/IhJBX8xyeLAeY9NQjnAPUXkq7XGH2GDMnx8bUgciwKyC2CVAgiS7UWEbHGCqAZoj5+Q557/kSAaWbAIDw7w0lVBLzDJPlVuzGXu/deVwvA7tjoEp72aotqLw== root@singlevm1-vm-9b544a5e-0ede-4c80-aef2-57d13a137b01\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fedf:3762/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 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-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-9b544a5e-0ede-4c80-aef2-57d13a137b01\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.65 ===\n/dev/root resized successfully [took 0.18s]\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-9b544a5e-0ede-4c80-aef2-57d13a137b01 login: "} 2018-08-27 12:13:48,988 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4f354519-6e90-43a2-a181-26f8a0e3607b/action used request id req-f3ec3b54-b8ec-447f-94b1-1b7ee6d19c98 2018-08-27 12:13:48,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.81209897995s 2018-08-27 12:13:48,989 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4f354519-6e90-43a2-a181-26f8a0e3607b/action used request id req-f3ec3b54-b8ec-447f-94b1-1b7ee6d19c98 2018-08-27 12:13:48,990 - 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 528378091 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.189210] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191575] pid_max: default: 32768 minimum: 301 [ 0.192859] ACPI: Core revision 20150930 [ 0.194567] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196420] Security Framework initialized [ 0.197578] Yama: becoming mindful. [ 0.198613] AppArmor: AppArmor initialized [ 0.199827] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.201648] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.203429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.205126] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.207066] Initializing cgroup subsys io [ 0.208230] Initializing cgroup subsys memory [ 0.209450] Initializing cgroup subsys devices [ 0.210686] Initializing cgroup subsys freezer [ 0.211932] Initializing cgroup subsys net_cls [ 0.213165] Initializing cgroup subsys perf_event [ 0.214457] Initializing cgroup subsys net_prio [ 0.215729] Initializing cgroup subsys hugetlb [ 0.216959] Initializing cgroup subsys pids [ 0.218189] CPU: Physical Processor ID: 0 [ 0.220042] mce: CPU supports 10 MCE banks [ 0.221235] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.222648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.238957] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.245672] ftrace: allocating 31920 entries in 125 pages [ 0.271060] smpboot: Max logical packages: 1 [ 0.272286] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.274236] x2apic enabled [ 0.275409] Switched APIC routing to physical x2apic. [ 0.277925] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.279507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.282349] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.284895] KVM setup paravirtual spinlock [ 0.286524] x86: Booted up 1 node, 1 CPUs [ 0.287662] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.289600] devtmpfs: initialized [ 0.291607] evm: security.selinux [ 0.292608] evm: security.SMACK64 [ 0.293602] evm: security.SMACK64EXEC [ 0.294665] evm: security.SMACK64TRANSMUTE [ 0.295806] evm: security.SMACK64MMAP [ 0.296860] evm: security.ima [ 0.297777] evm: security.capability [ 0.298895] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.301492] pinctrl core: initialized pinctrl subsystem [ 0.303028] RTC time: 12:13:38, date: 08/27/18 [ 0.304357] NET: Registered protocol family 16 [ 0.305710] cpuidle: using governor ladder [ 0.306866] cpuidle: using governor menu [ 0.307987] PCCT header not found. [ 0.309044] ACPI: bus type PCI registered [ 0.310195] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311933] PCI: Using configuration type 1 for base access [ 0.314129] ACPI: Added _OSI(Module Device) [ 0.315321] ACPI: Added _OSI(Processor Device) [ 0.316539] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.317819] ACPI: Added _OSI(Processor Aggregator Device) [ 0.320010] ACPI: Interpreter enabled [ 0.321082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.323693] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.326289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.328906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.331505] ACPI: (supports S0 S5) [ 0.332513] ACPI: Using IOAPIC for interrupt routing [ 0.333839] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.337706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.339295] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.341018] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.342696] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.345776] acpiphp: Slot [3] registered [ 0.346904] acpiphp: Slot [4] registered [ 0.348031] acpiphp: Slot [5] registered [ 0.349174] acpiphp: Slot [6] registered [ 0.350305] acpiphp: Slot [7] registered [ 0.351438] acpiphp: Slot [8] registered [ 0.352567] acpiphp: Slot [9] registered [ 0.353700] acpiphp: Slot [10] registered [ 0.354850] acpiphp: Slot [11] registered [ 0.355991] acpiphp: Slot [12] registered [ 0.357134] acpiphp: Slot [13] registered [ 0.358279] acpiphp: Slot [14] registered [ 0.359425] acpiphp: Slot [15] registered [ 0.374957] acpiphp: Slot [16] registered [ 0.376103] acpiphp: Slot [17] registered [ 0.377239] acpiphp: Slot [18] registered [ 0.378385] acpiphp: Slot [19] registered [ 0.379536] acpiphp: Slot [20] registered [ 0.380687] acpiphp: Slot [21] registered [ 0.381832] acpiphp: Slot [22] registered [ 0.382976] acpiphp: Slot [23] registered [ 0.384121] acpiphp: Slot [24] registered [ 0.385267] acpiphp: Slot [25] registered [ 0.386416] acpiphp: Slot [26] registered [ 0.387555] acpiphp: Slot [27] registered [ 0.388705] acpiphp: Slot [28] registered [ 0.389845] acpiphp: Slot [29] registered [ 0.390980] acpiphp: Slot [30] registered [ 0.392131] acpiphp: Slot [31] registered [ 0.393276] PCI host bridge to bus 0000:00 [ 0.394411] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.396109] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.397810] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.399868] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.401924] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404016] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.408144] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.409930] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.411580] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.413363] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.417881] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.419919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.441630] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.443688] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.445686] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.447660] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.449908] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.451667] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.453478] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.454959] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.457136] vgaarb: loaded [ 0.458001] vgaarb: bridge control possible 0000:00:02.0 [ 0.459694] SCSI subsystem initialized [ 0.460971] ACPI: bus type USB registered [ 0.462153] usbcore: registered new interface driver usbfs [ 0.463607] usbcore: registered new interface driver hub [ 0.465031] usbcore: registered new device driver usb [ 0.466562] PCI: Using ACPI for IRQ routing [ 0.468117] NetLabel: Initializing [ 0.469144] NetLabel: domain hash size = 128 [ 0.470357] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.471721] NetLabel: unlabeled traffic allowed by default [ 0.473354] clocksource: Switched to clocksource kvm-clock [ 0.483342] AppArmor: AppArmor Filesystem Enabled [ 0.484700] pnp: PnP ACPI init [ 0.485966] pnp: PnP ACPI: found 5 devices [ 0.492808] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.495205] NET: Registered protocol family 2 [ 0.496659] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.498492] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.500222] TCP: Hash tables configured (established 4096 bind 4096) [ 0.501961] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.503527] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.505225] NET: Registered protocol family 1 [ 0.506460] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.508007] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.509525] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.524129] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.541075] Trying to unpack rootfs image as initramfs... [ 0.603598] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.606284] Scanning for low memory corruption every 60 seconds [ 0.608289] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.609958] audit: initializing netlink subsys (disabled) [ 0.611467] audit: type=2000 audit(1535372018.332:1): initialized [ 0.613450] Initialise system trusted keyring [ 0.614843] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.616478] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.619266] zbud: loaded [ 0.620280] VFS: Disk quotas dquot_6.6.0 [ 0.621449] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.623649] fuse init (API version 7.23) [ 0.624907] Key type big_key registered [ 0.626072] Allocating IMA MOK and blacklist keyrings. [ 0.627773] Key type asymmetric registered [ 0.628944] Asymmetric key parser 'x509' registered [ 0.630315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.632464] io scheduler noop registered [ 0.633599] io scheduler deadline registered (default) [ 0.635023] io scheduler cfq registered [ 0.636244] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.637745] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.639550] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.641628] ACPI: Power Button [PWRF] [ 0.642879] GHES: HEST is not enabled! [ 0.657006] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.686151] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.689068] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.713431] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.716520] Linux agpgart interface v0.103 [ 0.719937] brd: module loaded [ 0.722198] loop: module loaded [ 0.727740] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.729831] GPT:90111 != 2097151 [ 0.730804] GPT:Alternate GPT header not at the end of the disk. [ 0.732418] GPT:90111 != 2097151 [ 0.733409] GPT: Use GNU Parted to correct GPT errors. [ 0.734786] vda: vda1 vda15 [ 0.736455] scsi host0: ata_piix [ 0.737585] scsi host1: ata_piix [ 0.738626] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.740340] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.742406] libphy: Fixed MDIO Bus: probed [ 0.743573] tun: Universal TUN/TAP device driver, 1.6 [ 0.744941] tun: (C) 1999-2004 Max Krasnyansky [ 0.747957] PPP generic driver version 2.4.2 [ 0.749275] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.750932] ehci-pci: EHCI PCI platform driver [ 0.752153] ehci-platform: EHCI generic platform driver [ 0.753784] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.755731] ohci-pci: OHCI PCI platform driver [ 0.757204] ohci-platform: OHCI generic platform driver [ 0.758909] uhci_hcd: USB Universal Host Controller Interface driver [ 0.773922] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.775614] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.778102] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.779796] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.781738] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.783798] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.786163] usb usb1: Product: UHCI Host Controller [ 0.787868] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.789795] usb usb1: SerialNumber: 0000:00:01.2 [ 0.791403] hub 1-0:1.0: USB hub found [ 0.792728] hub 1-0:1.0: 2 ports detected [ 0.794253] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.797632] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.799255] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.800959] mousedev: PS/2 mouse device common for all mice [ 0.803025] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.805907] rtc_cmos 00:00: RTC can wake from S4 [ 0.807882] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.809860] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.811905] i2c /dev entries driver [ 0.813174] device-mapper: uevent: version 1.0.3 [ 0.814780] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.817417] ledtrig-cpu: registered to indicate activity on CPUs [ 0.819355] NET: Registered protocol family 10 [ 0.820996] NET: Registered protocol family 17 [ 0.822282] Key type dns_resolver registered [ 0.823618] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.825188] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.827729] registered taskstats version 1 [ 0.828951] Loading compiled-in X.509 certificates [ 0.830868] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.833553] zswap: loaded using pool lzo/zbud [ 0.835617] Key type trusted registered [ 0.837841] Key type encrypted registered [ 0.839023] AppArmor: AppArmor sha1 policy hashing enabled [ 0.840523] ima: No TPM chip found, activating TPM-bypass! [ 0.842018] evm: HMAC attrs: 0x1 [ 0.843349] Magic number: 14:481:229 [ 0.844559] rtc_cmos 00:00: setting system clock to 2018-08-27 12:13:38 UTC (1535372018) [ 0.846875] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.848447] EDD information not available. [ 0.902861] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.919258] Write protecting the kernel read-only data: 14336k [ 0.922252] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.924776] 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.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.083700] 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.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.97. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCGBH0/JNl16yp3DZKfQYqpLRQe90nDCojSlUB+U+LpHHmy8fbCFwhJVqJbL5p7k9TJRN3xh9Mt8/xqQVlUpHqciS0KhCiA15KsPv9DgCKDv+in94JfDrh7LCaQwi06BLLS5vhOQT9mnut49nRGmi9zQzWQwMYjPa8bpIpypgi14AJCoseKHlMWCGTnXCZ+nJ7hCBeTkYJ1FzrHonHGIP18EOC38y8J1IcG/8WNhNj41SwkzSZ0hljtDOswizM3qz0emOkOdgUmQJFhhZrhccmbeExhj5srpm/e9dYZLGsP8B+XZxl4VEii6/eIzpmq27Ix4C1CNZ7sBXP1xE4QM8iF root@singlevm1-vm-9b544a5e-0ede-4c80-aef2-57d13a137b01 ssh-dss AAAAB3NzaC1kc3MAAACBAJuoS+1lC6nk5EulBzSaui9DuSDtZKxUUsmrqybmnaaN2ts+USSCvwxlkUVv6WqaHlaUfYLJbIzH9+JCQuQSWjSu1BLxlfeAMumoO2DSOCEvGB/wCOsxqtWlqxlYi5tpFpTdmRNnszRK4qiU1fIcLJ7BduB9r877xsM/bV6wF0BxAAAAFQDI7QLRbb6ls1MaAYAm8Rdeqn3NtQAAAIAcPG/pvOrMpG8f8F3skvKUuwR+HaZ5kJDLqB/V0TDJIV2Qyew5k2jfmN6SrptzVfkL/XzmEXQldwXCtovIKC2j5BY+FkQ8PXqrTUDdBLMszdjaWCabdkoym8QHb/ptvcwkifLvMVn7GUi1KK77xLtsdRHZ7RuP1/SFIPWrIKEnYgAAAIANriHPyjDKUwqzwyoxwPkZGhG/otdG8tu7yvtOHSy2n7ezQMkKf/IhJBX8xyeLAeY9NQjnAPUXkq7XGH2GDMnx8bUgciwKyC2CVAgiS7UWEbHGCqAZoj5+Q557/kSAaWbAIDw7w0lVBLzDJPlVuzGXu/deVwvA7tjoEp72aotqLw== root@singlevm1-vm-9b544a5e-0ede-4c80-aef2-57d13a137b01 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fedf:3762/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 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-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-9b544a5e-0ede-4c80-aef2-57d13a137b01 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.65 === /dev/root resized successfully [took 0.18s] ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-9b544a5e-0ede-4c80-aef2-57d13a137b01 login: 2018-08-27 12:13:48,994 - paramiko.transport - DEBUG - starting thread (client mode): 0xef642290L 2018-08-27 12:13:48,995 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 12:13:48,995 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-27 12:13:48,995 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-27 12:13:48,996 - 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 12:13:48,997 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 12:13:48,997 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-27 12:13:48,997 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 12:13:48,997 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 12:13:48,997 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 12:13:49,043 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 12:13:49,045 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 12:13:49,065 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: acd442a0f3d391bbc6bed34bf363a200 2018-08-27 12:13:49,071 - paramiko.transport - DEBUG - Trying discovered key f228f415918564eff8092261b23614c4 in /tmp/tmph0zDhG 2018-08-27 12:13:49,084 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 12:13:49,090 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-27 12:13:49,104 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-27 12:13:49,105 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-27 12:13:49,105 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-27 12:13:49,106 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-27 12:13:49,107 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-27 12:13:49,108 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-27 12:13:49,108 - functest.core.singlevm - DEBUG - error: 2018-08-27 12:13:49,112 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-27 12:13:49,223 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 12:13:49,223 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:49 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-27 12:13:49,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 12:13:49,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/1b1e0f06-20a1-4f9a-97da-173dd625979e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:51,313 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-de10fecd-c883-413b-8981-3d8354dde1b0 Content-Length: 0 Date: Mon, 27 Aug 2018 12:13:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:13:51,313 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/1b1e0f06-20a1-4f9a-97da-173dd625979e.json used request id req-de10fecd-c883-413b-8981-3d8354dde1b0 2018-08-27 12:13:51,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 2.08207702637s 2018-08-27 12:13:51,313 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/1b1e0f06-20a1-4f9a-97da-173dd625979e.json used request id req-de10fecd-c883-413b-8981-3d8354dde1b0 2018-08-27 12:13:51,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:13:51,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:51,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-fa873587-0a2f-487c-a06b-437063d097cb Date: Mon, 27 Aug 2018 12:13:51 GMT RESP BODY: {"floatingips": []} 2018-08-27 12:13:51,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-fa873587-0a2f-487c-a06b-437063d097cb 2018-08-27 12:13:51,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.048290014267s 2018-08-27 12:13:51,367 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-fa873587-0a2f-487c-a06b-437063d097cb 2018-08-27 12:13:51,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 12:13:51,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/4f354519-6e90-43a2-a181-26f8a0e3607b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:51,729 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:13: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 x-openstack-request-id: req-55f4888c-a396-40ca-91e3-4d39773b9bb5 x-compute-request-id: req-55f4888c-a396-40ca-91e3-4d39773b9bb5 Content-Type: application/json 2018-08-27 12:13:51,730 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/4f354519-6e90-43a2-a181-26f8a0e3607b used request id req-55f4888c-a396-40ca-91e3-4d39773b9bb5 2018-08-27 12:13:51,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.361779928207s 2018-08-27 12:13:51,730 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/4f354519-6e90-43a2-a181-26f8a0e3607b used request id req-55f4888c-a396-40ca-91e3-4d39773b9bb5 2018-08-27 12:13:51,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:13:51,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:53,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:13: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-fc9ed6dc-8b06-4aef-b528-a9332b283c10 x-compute-request-id: req-fc9ed6dc-8b06-4aef-b528-a9332b283c10 Content-Encoding: gzip Content-Length: 829 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_9b544a5e-0ede-4c80-aef2-57d13a137b01": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:37:62", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:37:62", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f354519-6e90-43a2-a181-26f8a0e3607b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f354519-6e90-43a2-a181-26f8a0e3607b", "rel": "bookmark"}], "image": {"id": "25e933ea-c0c2-402e-b3a7-045ab9b87138", "links": [{"href": "http://172.30.9.28:8774/images/25e933ea-c0c2-402e-b3a7-045ab9b87138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-27T12:13:37.000000", "flavor": {"id": "fc8c8144-ed15-495c-a43c-16b9c3aa1149", "links": [{"href": "http://172.30.9.28:8774/flavors/fc8c8144-ed15-495c-a43c-16b9c3aa1149", "rel": "bookmark"}]}, "id": "4f354519-6e90-43a2-a181-26f8a0e3607b", "security_groups": [{"name": "singlevm1-sg_9b544a5e-0ede-4c80-aef2-57d13a137b01"}], "user_id": "7ec832a5a7344de2b6acdec7f6f14582", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:13:51Z", "hostId": "805f35d99e68c33d221f4f3aaa134639eaa0cc2165436aee4533a675", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_9b544a5e-0ede-4c80-aef2-57d13a137b01", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_9b544a5e-0ede-4c80-aef2-57d13a137b01", "created": "2018-08-27T12:13:24Z", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:13:53,629 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fc9ed6dc-8b06-4aef-b528-a9332b283c10 2018-08-27 12:13:53,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.89801502228s 2018-08-27 12:13:53,629 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fc9ed6dc-8b06-4aef-b528-a9332b283c10 2018-08-27 12:13:53,631 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:13:55,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:13:55,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:55,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:13: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-e85035b8-587a-4155-85e8-f69f8880787b x-compute-request-id: req-e85035b8-587a-4155-85e8-f69f8880787b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 12:13:55,846 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e85035b8-587a-4155-85e8-f69f8880787b 2018-08-27 12:13:55,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.212559938431s 2018-08-27 12:13:55,846 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e85035b8-587a-4155-85e8-f69f8880787b 2018-08-27 12:13:55,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 12:13:55,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:55,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-0a6a8eb7-0f54-4550-90ab-f8e611c44feb Date: Mon, 27 Aug 2018 12:13:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "created_at": "2018-08-27T12:12:26Z", "updated_at": "2018-08-27T12:12:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:12:26Z", "revision_number": 0, "id": "090af885-d88a-4310-af93-90cd2a0c87b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:12:26Z", "security_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "f04c82ad1b034965809dd29d15584fbe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:12:26Z", "revision_number": 0, "id": "72f70611-c414-4192-b2b9-c5bad6bfbe9e", "remote_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "remote_ip_prefix": null, "created_at": "2018-08-27T12:12:26Z", "security_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "f04c82ad1b034965809dd29d15584fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:12:26Z", "revision_number": 0, "id": "93b647a0-7a58-4561-b2d6-8f16b82e63d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:12:26Z", "security_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "f04c82ad1b034965809dd29d15584fbe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:12:26Z", "revision_number": 0, "id": "e57f0f71-4937-46b1-a527-af3d75dc00d5", "remote_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "remote_ip_prefix": null, "created_at": "2018-08-27T12:12:26Z", "security_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "f04c82ad1b034965809dd29d15584fbe"}], "revision_number": 1, "project_id": "f04c82ad1b034965809dd29d15584fbe", "id": "0f630c95-9262-4712-87e7-52c0336473c0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "created_at": "2018-08-27T12:11:18Z", "updated_at": "2018-08-27T12:11:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:11:18Z", "revision_number": 0, "id": "478e5c7e-a7a5-4657-adf4-c8234809b3e0", "remote_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "remote_ip_prefix": null, "created_at": "2018-08-27T12:11:18Z", "security_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "port_range_min": null, "ethertype": "IPv4", "project_id": "1326a7f8ebcf4581bec67541ea40022d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:11:18Z", "revision_number": 0, "id": "93376101-15e2-4fb4-a153-926925f5a644", "remote_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "remote_ip_prefix": null, "created_at": "2018-08-27T12:11:18Z", "security_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "port_range_min": null, "ethertype": "IPv6", "project_id": "1326a7f8ebcf4581bec67541ea40022d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:11:18Z", "revision_number": 0, "id": "dfeed1ab-c4ea-4a29-9379-cd2be6582718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:11:18Z", "security_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "port_range_min": null, "ethertype": "IPv4", "project_id": "1326a7f8ebcf4581bec67541ea40022d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:11:18Z", "revision_number": 0, "id": "e35d1400-ed61-4782-8d2b-d75036ea3f3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:11:18Z", "security_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "port_range_min": null, "ethertype": "IPv6", "project_id": "1326a7f8ebcf4581bec67541ea40022d"}], "revision_number": 1, "project_id": "1326a7f8ebcf4581bec67541ea40022d", "id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:13:17Z", "updated_at": "2018-08-27T12:13:19Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T12:13:17Z", "revision_number": 0, "id": "33877eb3-9328-4d37-8182-f80c545340af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:13:17Z", "security_group_id": "5db26882-1b51-4b77-8595-231aaccc65c8", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:13:17Z", "revision_number": 0, "id": "7ebb9fb5-9042-4587-8995-4fe2ff69c6cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:13:17Z", "security_group_id": "5db26882-1b51-4b77-8595-231aaccc65c8", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:13:17Z", "revision_number": 0, "id": "ac441622-7148-441d-9b9a-9804335ccdf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:13:17Z", "security_group_id": "5db26882-1b51-4b77-8595-231aaccc65c8", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:13:19Z", "revision_number": 0, "id": "fad96e8d-1123-48bc-a94a-a878e2138f4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:13:19Z", "security_group_id": "5db26882-1b51-4b77-8595-231aaccc65c8", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}], "revision_number": 3, "project_id": "d56eab07eebe4995963c4bcc663afcc8", "id": "5db26882-1b51-4b77-8595-231aaccc65c8", "name": "singlevm1-sg_9b544a5e-0ede-4c80-aef2-57d13a137b01"}, {"description": "Default security group", "tags": [], "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "created_at": "2018-08-27T12:07:11Z", "updated_at": "2018-08-27T12:07:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:07:11Z", "revision_number": 0, "id": "49434baa-124c-43b6-9b04-bee074addca1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:07:11Z", "security_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "port_range_min": null, "ethertype": "IPv6", "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:07:11Z", "revision_number": 0, "id": "8418111f-e6f2-40ea-a58e-803adbf5ada4", "remote_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "remote_ip_prefix": null, "created_at": "2018-08-27T12:07:11Z", "security_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "port_range_min": null, "ethertype": "IPv4", "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:07:11Z", "revision_number": 0, "id": "b67c1785-0d3d-4408-b0de-d84181dff3fe", "remote_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "remote_ip_prefix": null, "created_at": "2018-08-27T12:07:11Z", "security_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "port_range_min": null, "ethertype": "IPv6", "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:07:11Z", "revision_number": 0, "id": "ba7f7c6a-fab0-485a-82bd-afd5a5f55102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:07:11Z", "security_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "port_range_min": null, "ethertype": "IPv4", "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}], "revision_number": 1, "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:10:43Z", "updated_at": "2018-08-27T12:10:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:43Z", "revision_number": 0, "id": "81d58d74-f55e-49b7-88ff-2726674f874d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:43Z", "security_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:43Z", "revision_number": 0, "id": "acdff871-3938-4555-8b86-e81108a765f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:43Z", "security_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:43Z", "revision_number": 0, "id": "e35ae539-ac43-4be0-b885-3b645c1b49fb", "remote_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:43Z", "security_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:43Z", "revision_number": 0, "id": "e91506e0-59c5-4321-b3e0-898a3c4cfbe4", "remote_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:43Z", "security_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}], "revision_number": 1, "project_id": "d56eab07eebe4995963c4bcc663afcc8", "id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-27T12:10:47Z", "updated_at": "2018-08-27T12:10:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:47Z", "revision_number": 0, "id": "18f775f4-11d1-472d-8efa-3720e1660bb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:47Z", "security_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "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-27T12:10:47Z", "revision_number": 0, "id": "62074cb0-45df-4398-93ee-516fa90cb8d2", "remote_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:47Z", "security_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:47Z", "revision_number": 0, "id": "7b131f29-c428-4413-98d2-fb0df982f4fc", "remote_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:47Z", "security_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:47Z", "revision_number": 0, "id": "8d66f7cc-ccd2-4f8e-a002-66847252abcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:47Z", "security_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "name": "default"}]} 2018-08-27 12:13:55,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0a6a8eb7-0f54-4550-90ab-f8e611c44feb 2018-08-27 12:13:55,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0517790317535s 2018-08-27 12:13:55,902 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0a6a8eb7-0f54-4550-90ab-f8e611c44feb 2018-08-27 12:13:55,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-27 12:13:55,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/5db26882-1b51-4b77-8595-231aaccc65c8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:56,047 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b2dd0c7d-7a81-439c-ba2a-feb9fc384fb3 Content-Length: 0 Date: Mon, 27 Aug 2018 12:13:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:13:56,047 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/5db26882-1b51-4b77-8595-231aaccc65c8.json used request id req-b2dd0c7d-7a81-439c-ba2a-feb9fc384fb3 2018-08-27 12:13:56,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.141340970993s 2018-08-27 12:13:56,048 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/5db26882-1b51-4b77-8595-231aaccc65c8.json used request id req-b2dd0c7d-7a81-439c-ba2a-feb9fc384fb3 2018-08-27 12:13:56,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-27 12:13:56,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/singlevm1-kp_9b544a5e-0ede-4c80-aef2-57d13a137b01 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:56,221 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:13: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 x-openstack-request-id: req-f693e1f5-73b8-498e-b940-b319181d8f75 x-compute-request-id: req-f693e1f5-73b8-498e-b940-b319181d8f75 Content-Length: 0 Content-Type: application/json 2018-08-27 12:13:56,222 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm1-kp_9b544a5e-0ede-4c80-aef2-57d13a137b01 used request id req-f693e1f5-73b8-498e-b940-b319181d8f75 2018-08-27 12:13:56,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.17355799675s 2018-08-27 12:13:56,222 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm1-kp_9b544a5e-0ede-4c80-aef2-57d13a137b01 used request id req-f693e1f5-73b8-498e-b940-b319181d8f75 2018-08-27 12:13:56,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 12:13:56,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/44139573-1e27-49b9-8796-2f8156c8c5c8/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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" -d '{"subnet_id": "077a4827-647b-4f5b-9f59-b6916954dd34"}' 2018-08-27 12:13:58,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-77882bab-4a1d-470c-897e-f9612dd502ec Date: Mon, 27 Aug 2018 12:13:58 GMT RESP BODY: {"network_id": "411ef44e-d47f-405f-b92e-a722736a20ef", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "subnet_id": "077a4827-647b-4f5b-9f59-b6916954dd34", "subnet_ids": ["077a4827-647b-4f5b-9f59-b6916954dd34"], "port_id": "edac7d13-3173-4fd2-b533-a6c72ffa53a0", "id": "44139573-1e27-49b9-8796-2f8156c8c5c8"} 2018-08-27 12:13:58,647 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/44139573-1e27-49b9-8796-2f8156c8c5c8/remove_router_interface.json used request id req-77882bab-4a1d-470c-897e-f9612dd502ec 2018-08-27 12:13:58,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.42482089996s 2018-08-27 12:13:58,648 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/44139573-1e27-49b9-8796-2f8156c8c5c8/remove_router_interface.json used request id req-77882bab-4a1d-470c-897e-f9612dd502ec returning object 44139573-1e27-49b9-8796-2f8156c8c5c8 2018-08-27 12:13:58,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 12:13:58,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:13:59,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 717 X-Openstack-Request-Id: req-97b51fc1-2a08-4237-ab09-8cd9f80b171a Date: Mon, 27 Aug 2018 12:13:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.214"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:13:03Z", "admin_state_up": true, "updated_at": "2018-08-27T12:13:57Z", "project_id": "d56eab07eebe4995963c4bcc663afcc8", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "44139573-1e27-49b9-8796-2f8156c8c5c8", "name": "singlevm1-router_9b544a5e-0ede-4c80-aef2-57d13a137b01"}]} 2018-08-27 12:13:59,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-97b51fc1-2a08-4237-ab09-8cd9f80b171a 2018-08-27 12:13:59,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.1396689415s 2018-08-27 12:13:59,788 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-97b51fc1-2a08-4237-ab09-8cd9f80b171a 2018-08-27 12:13:59,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 12:13:59,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/44139573-1e27-49b9-8796-2f8156c8c5c8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:14:03,849 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-262ff8d6-59d0-4267-97d4-f0f20b5447cc Content-Length: 0 Date: Mon, 27 Aug 2018 12:14:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:14:03,849 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/44139573-1e27-49b9-8796-2f8156c8c5c8.json used request id req-262ff8d6-59d0-4267-97d4-f0f20b5447cc 2018-08-27 12:14:03,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.05955314636s 2018-08-27 12:14:03,850 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/44139573-1e27-49b9-8796-2f8156c8c5c8.json used request id req-262ff8d6-59d0-4267-97d4-f0f20b5447cc 2018-08-27 12:14:03,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 12:14:03,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:14:04,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1327 X-Openstack-Request-Id: req-80e50967-4662-4636-b061-abf59d6917b2 Date: Mon, 27 Aug 2018 12:14:04 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-27T12:13:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"077a4827-647b-4f5b-9f59-b6916954dd34","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d56eab07eebe4995963c4bcc663afcc8","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_9b544a5e-0ede-4c80-aef2-57d13a137b01","enable_dhcp":true,"segment_id":null,"network_id":"411ef44e-d47f-405f-b92e-a722736a20ef","tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:13:02Z","ip_version":4},{"updated_at":"2018-08-27T12:07:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"be54de9c-847e-4a09-971c-0568167e3798","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9e7da560-d286-4d69-b2d6-e7b51586033c","tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:18Z","ip_version":4}]} 2018-08-27 12:14:04,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-80e50967-4662-4636-b061-abf59d6917b2 2018-08-27 12:14:04,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.302572011948s 2018-08-27 12:14:04,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-80e50967-4662-4636-b061-abf59d6917b2 2018-08-27 12:14:04,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 12:14:04,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/077a4827-647b-4f5b-9f59-b6916954dd34.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:14:06,498 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e5dc724f-02b2-4626-b778-61e99f89879d Date: Mon, 27 Aug 2018 12:14:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:14:06,498 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/077a4827-647b-4f5b-9f59-b6916954dd34.json used request id req-e5dc724f-02b2-4626-b778-61e99f89879d 2018-08-27 12:14:06,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.34330487251s 2018-08-27 12:14:06,498 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/077a4827-647b-4f5b-9f59-b6916954dd34.json used request id req-e5dc724f-02b2-4626-b778-61e99f89879d 2018-08-27 12:14:06,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:14:06,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:14:06,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-d1070554-cdfe-40db-bbbb-3272a5fe4a24 Date: Mon, 27 Aug 2018 12:14:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"411ef44e-d47f-405f-b92e-a722736a20ef","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:14:06Z","qos_policy_id":null,"name":"singlevm1-net_9b544a5e-0ede-4c80-aef2-57d13a137b01","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:13:00Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:14:06,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d1070554-cdfe-40db-bbbb-3272a5fe4a24 2018-08-27 12:14:06,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0868530273438s 2018-08-27 12:14:06,586 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d1070554-cdfe-40db-bbbb-3272a5fe4a24 2018-08-27 12:14:06,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 12:14:06,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/411ef44e-d47f-405f-b92e-a722736a20ef.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:14:07,997 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d5ed0f70-af5b-4827-9947-ec3282467ad2 Date: Mon, 27 Aug 2018 12:14:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:14:07,997 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/411ef44e-d47f-405f-b92e-a722736a20ef.json used request id req-d5ed0f70-af5b-4827-9947-ec3282467ad2 2018-08-27 12:14:07,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.41008496284s 2018-08-27 12:14:07,998 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/411ef44e-d47f-405f-b92e-a722736a20ef.json used request id req-d5ed0f70-af5b-4827-9947-ec3282467ad2 2018-08-27 12:14:08,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:14:08,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:14:08,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-7e849760-d3e5-4f79-a98f-eb77832a46bb Date: Mon, 27 Aug 2018 12:14:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:13:15Z", "file": "/v2/images/25e933ea-c0c2-402e-b3a7-045ab9b87138/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "25e933ea-c0c2-402e-b3a7-045ab9b87138", "size": 12716032, "self": "/v2/images/25e933ea-c0c2-402e-b3a7-045ab9b87138", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/25e933ea-c0c2-402e-b3a7-045ab9b87138/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/25e933ea-c0c2-402e-b3a7-045ab9b87138/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_9b544a5e-0ede-4c80-aef2-57d13a137b01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_9b544a5e-0ede-4c80-aef2-57d13a137b01", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:13:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:14:08,788 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7e849760-d3e5-4f79-a98f-eb77832a46bb 2018-08-27 12:14:08,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.786246061325s 2018-08-27 12:14:08,789 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7e849760-d3e5-4f79-a98f-eb77832a46bb 2018-08-27 12:14:08,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 12:14:08,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/25e933ea-c0c2-402e-b3a7-045ab9b87138 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:14:09,466 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0f6aaaff-5810-4794-98b7-6d59d481cd8e Date: Mon, 27 Aug 2018 12:14: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 12:14:09,466 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/25e933ea-c0c2-402e-b3a7-045ab9b87138 used request id req-0f6aaaff-5810-4794-98b7-6d59d481cd8e 2018-08-27 12:14:09,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.67587685585s 2018-08-27 12:14:09,466 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/25e933ea-c0c2-402e-b3a7-045ab9b87138 used request id req-0f6aaaff-5810-4794-98b7-6d59d481cd8e 2018-08-27 12:14:09,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 12:14:09,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:14:09,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14: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-97375301-8630-4277-958d-f72baa59f46e x-compute-request-id: req-97375301-8630-4277-958d-f72baa59f46e Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_9b544a5e-0ede-4c80-aef2-57d13a137b01", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fc8c8144-ed15-495c-a43c-16b9c3aa1149", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fc8c8144-ed15-495c-a43c-16b9c3aa1149", "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": "fc8c8144-ed15-495c-a43c-16b9c3aa1149"}]} 2018-08-27 12:14:09,494 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-97375301-8630-4277-958d-f72baa59f46e 2018-08-27 12:14:09,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0276129245758s 2018-08-27 12:14:09,495 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-97375301-8630-4277-958d-f72baa59f46e 2018-08-27 12:14:09,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 12:14:09,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/fc8c8144-ed15-495c-a43c-16b9c3aa1149 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3715ac915f7d3e823825d0ed92d71ca6189e1ee" 2018-08-27 12:14:09,657 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:14: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 x-openstack-request-id: req-dac82541-7e33-4d88-9c4a-bd10ea664e38 x-compute-request-id: req-dac82541-7e33-4d88-9c4a-bd10ea664e38 Content-Length: 0 Content-Type: application/json 2018-08-27 12:14:09,657 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/fc8c8144-ed15-495c-a43c-16b9c3aa1149 used request id req-dac82541-7e33-4d88-9c4a-bd10ea664e38 2018-08-27 12:14:09,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.160972833633s 2018-08-27 12:14:09,658 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/fc8c8144-ed15-495c-a43c-16b9c3aa1149 used request id req-dac82541-7e33-4d88-9c4a-bd10ea664e38 2018-08-27 12:14:09,709 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-27 12:14:09,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:14:09,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:14:09,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:14:09,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:14:09,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:14:09,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:14:09,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:14:09,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:14:09,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:14:09,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:14:09,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:14:09,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:14:09,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:14:09,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:14:09,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:14:09,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:14:09,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:14:09,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:14:09,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:14:09,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:14:09,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:14:09,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:14:09,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:14:09,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4590973-c7dd-490b-8597-df9bbf684470 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:14:09,756 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e4590973-c7dd-490b-8597-df9bbf684470 2018-08-27 12:14:09,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:14:10,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:14:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["UxE1CBcJSv2sJDS2nmcnIg"], "issued_at": "2018-08-27T12:14:10.000000Z"}} 2018-08-27 12:14:10,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:14:10,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" 2018-08-27 12:14:11,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-46b0faaf-36ce-4349-a643-6cbc530c038f Date: Mon, 27 Aug 2018 12:14:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:14:11,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-46b0faaf-36ce-4349-a643-6cbc530c038f 2018-08-27 12:14:11,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.05694699287s 2018-08-27 12:14:11,227 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-46b0faaf-36ce-4349-a643-6cbc530c038f 2018-08-27 12:14:11,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:14:11,236 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 12:14:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-611ae9ca-33b1-445f-b581-8f33659ad73b 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 12:14:11,236 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-611ae9ca-33b1-445f-b581-8f33659ad73b 2018-08-27 12:14:11,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:14:11,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" 2018-08-27 12:14:11,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b500d174-146f-497c-a78e-b564fc925f81 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/1822875bebb84e26b6f0f5a37895742c"}, "tags": [], "enabled": true, "id": "1822875bebb84e26b6f0f5a37895742c", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 12:14:11,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-b500d174-146f-497c-a78e-b564fc925f81 2018-08-27 12:14:11,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.202157020569s 2018-08-27 12:14:11,440 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-b500d174-146f-497c-a78e-b564fc925f81 2018-08-27 12:14:11,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 12:14:11,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_3f48b413-2334-45a2-8ed8-8dde06b76482"}}' 2018-08-27 12:14:11,637 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 12:14:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8460bae-8c79-4378-bf88-4360ed8a0732 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.28:5000/v3/projects/00a76f14bfb549e1923370a4b645a661"}, "tags": [], "enabled": true, "id": "00a76f14bfb549e1923370a4b645a661", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_3f48b413-2334-45a2-8ed8-8dde06b76482"}} 2018-08-27 12:14:11,637 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-a8460bae-8c79-4378-bf88-4360ed8a0732 2018-08-27 12:14:11,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.189856052399s 2018-08-27 12:14:11,637 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-a8460bae-8c79-4378-bf88-4360ed8a0732 2018-08-27 12:14:11,638 - 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'00a76f14bfb549e1923370a4b645a661', '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_3f48b413-2334-45a2-8ed8-8dde06b76482'}) 2018-08-27 12:14:11,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 12:14:11,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "8ebf0e09-d447-4554-b2a3-37414fb94039", "email": null, "name": "singlevm2-user_3f48b413-2334-45a2-8ed8-8dde06b76482"}}' 2018-08-27 12:14:12,113 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 12:14:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e950b9e0-0e90-4170-8b94-fd3403582041 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_3f48b413-2334-45a2-8ed8-8dde06b76482", "links": {"self": "http://172.30.9.28:5000/v3/users/5f27ec6752504ef29343028ff97aad2b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5f27ec6752504ef29343028ff97aad2b", "domain_id": "default", "password_expires_at": null}} 2018-08-27 12:14:12,113 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-e950b9e0-0e90-4170-8b94-fd3403582041 2018-08-27 12:14:12,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.470037937164s 2018-08-27 12:14:12,114 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-e950b9e0-0e90-4170-8b94-fd3403582041 2018-08-27 12:14:12,115 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5f27ec6752504ef29343028ff97aad2b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_3f48b413-2334-45a2-8ed8-8dde06b76482'}) 2018-08-27 12:14:12,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:14:12,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" 2018-08-27 12:14:12,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdeb75d1-340c-43d8-8adb-0e07f55877d2 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:14:12,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cdeb75d1-340c-43d8-8adb-0e07f55877d2 2018-08-27 12:14:12,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.211122989655s 2018-08-27 12:14:12,330 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cdeb75d1-340c-43d8-8adb-0e07f55877d2 2018-08-27 12:14:12,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:14:12,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" 2018-08-27 12:14:12,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6230070d-e4e2-4988-9fc7-42e83ce25969 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:14:12,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6230070d-e4e2-4988-9fc7-42e83ce25969 2018-08-27 12:14:12,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181923866272s 2018-08-27 12:14:12,517 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6230070d-e4e2-4988-9fc7-42e83ce25969 2018-08-27 12:14:12,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:14:12,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" 2018-08-27 12:14:12,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55d7755a-923e-45f3-a966-9c8d71f65ba1 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:14:12,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-55d7755a-923e-45f3-a966-9c8d71f65ba1 2018-08-27 12:14:12,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199588060379s 2018-08-27 12:14:12,721 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-55d7755a-923e-45f3-a966-9c8d71f65ba1 2018-08-27 12:14:12,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:14:12,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" 2018-08-27 12:14:12,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c9d7469-9d47-41c2-9f55-e3fb59b6f342 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 12:14:12,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-3c9d7469-9d47-41c2-9f55-e3fb59b6f342 2018-08-27 12:14:12,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.204246044159s 2018-08-27 12:14:12,930 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-3c9d7469-9d47-41c2-9f55-e3fb59b6f342 2018-08-27 12:14:12,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:14:12,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" 2018-08-27 12:14:13,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00011a89-4c3b-425c-88cd-0195b6a0287b Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "singlevm2-user_3f48b413-2334-45a2-8ed8-8dde06b76482", "links": {"self": "http://172.30.9.28:5000/v3/users/5f27ec6752504ef29343028ff97aad2b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5f27ec6752504ef29343028ff97aad2b", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:14:13,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-00011a89-4c3b-425c-88cd-0195b6a0287b 2018-08-27 12:14:13,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.195485830307s 2018-08-27 12:14:13,127 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-00011a89-4c3b-425c-88cd-0195b6a0287b 2018-08-27 12:14:13,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:14:13,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" 2018-08-27 12:14:13,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a371dcf-f121-446f-a414-9c18020366fb Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.28:5000/v3/projects/00a76f14bfb549e1923370a4b645a661"}, "tags": [], "enabled": true, "id": "00a76f14bfb549e1923370a4b645a661", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_3f48b413-2334-45a2-8ed8-8dde06b76482"}]} 2018-08-27 12:14:13,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-9a371dcf-f121-446f-a414-9c18020366fb 2018-08-27 12:14:13,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.196113109589s 2018-08-27 12:14:13,340 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-9a371dcf-f121-446f-a414-9c18020366fb 2018-08-27 12:14:13,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 12:14:13,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=5f27ec6752504ef29343028ff97aad2b&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=00a76f14bfb549e1923370a4b645a661" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" 2018-08-27 12:14:13,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e44a9f0-4858-4ca0-b5c2-ad2348ae57bc Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=5f27ec6752504ef29343028ff97aad2b&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=00a76f14bfb549e1923370a4b645a661", "previous": null, "next": null}} 2018-08-27 12:14:13,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=5f27ec6752504ef29343028ff97aad2b&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=00a76f14bfb549e1923370a4b645a661 used request id req-2e44a9f0-4858-4ca0-b5c2-ad2348ae57bc 2018-08-27 12:14:13,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.114991903305s 2018-08-27 12:14:13,463 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=5f27ec6752504ef29343028ff97aad2b&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=00a76f14bfb549e1923370a4b645a661 used request id req-2e44a9f0-4858-4ca0-b5c2-ad2348ae57bc 2018-08-27 12:14:13,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 12:14:13,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/00a76f14bfb549e1923370a4b645a661/users/5f27ec6752504ef29343028ff97aad2b/roles/2d704632e4b7449aa0baeaa243e3aa0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" 2018-08-27 12:14:13,678 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:14:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30dd714b-a1ea-4520-8d1f-a185387b9cf4 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 12:14:13,679 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/00a76f14bfb549e1923370a4b645a661/users/5f27ec6752504ef29343028ff97aad2b/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-30dd714b-a1ea-4520-8d1f-a185387b9cf4 2018-08-27 12:14:13,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.212424039841s 2018-08-27 12:14:13,679 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/00a76f14bfb549e1923370a4b645a661/users/5f27ec6752504ef29343028ff97aad2b/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-30dd714b-a1ea-4520-8d1f-a185387b9cf4 2018-08-27 12:14:13,680 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_3f48b413-2334-45a2-8ed8-8dde06b76482', 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'00a76f14bfb549e1923370a4b645a661', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '8ebf0e09-d447-4554-b2a3-37414fb94039', 'username': u'singlevm2-user_3f48b413-2334-45a2-8ed8-8dde06b76482', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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 12:14:13,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:14:13,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:14:13,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:14:13,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:14:13,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:14:13,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:14:13,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:14:13,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:14:13,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:14:13,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:14:13,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:14:13,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:14:13,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:14:13,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:14:13,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:14:13,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:14:13,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:14:13,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:14:13,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:14:13,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:14:13,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:14:13,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:14:13,687 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_3f48b413-2334-45a2-8ed8-8dde06b76482', 'password': '8ebf0e09-d447-4554-b2a3-37414fb94039', 'project_name': 'singlevm2-project_3f48b413-2334-45a2-8ed8-8dde06b76482', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '00a76f14bfb549e1923370a4b645a661', 'project_domain_name': 'Default'} 2018-08-27 12:14:13,687 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-27 12:14:13,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:14:13,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e564862f-62b5-4950-b533-0b7e16312aab 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:14:13,697 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e564862f-62b5-4950-b533-0b7e16312aab 2018-08-27 12:14:13,698 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:14:14,113 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:14:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00a76f14bfb549e1923370a4b645a661", "name": "singlevm2-project_3f48b413-2334-45a2-8ed8-8dde06b76482"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/00a76f14bfb549e1923370a4b645a661", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/00a76f14bfb549e1923370a4b645a661", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/00a76f14bfb549e1923370a4b645a661", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_00a76f14bfb549e1923370a4b645a661", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_00a76f14bfb549e1923370a4b645a661", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/00a76f14bfb549e1923370a4b645a661", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/00a76f14bfb549e1923370a4b645a661", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/00a76f14bfb549e1923370a4b645a661", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/00a76f14bfb549e1923370a4b645a661", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/00a76f14bfb549e1923370a4b645a661", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/00a76f14bfb549e1923370a4b645a661", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/00a76f14bfb549e1923370a4b645a661", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/00a76f14bfb549e1923370a4b645a661", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/00a76f14bfb549e1923370a4b645a661", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_3f48b413-2334-45a2-8ed8-8dde06b76482", "id": "5f27ec6752504ef29343028ff97aad2b"}, "audit_ids": ["1cBw50YKSzqlsdm_rUN3lQ"], "issued_at": "2018-08-27T12:14:14.000000Z"}} 2018-08-27 12:14:14,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 12:14:14,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" -d '{"network": {"name": "singlevm2-net_3f48b413-2334-45a2-8ed8-8dde06b76482", "admin_state_up": true}}' 2018-08-27 12:14:14,764 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-346e2512-cd67-4b68-a3d3-76f60c04a1f0 Date: Mon, 27 Aug 2018 12:14:14 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"99eae58b-159b-4476-8ed7-a516a8a03d25","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"00a76f14bfb549e1923370a4b645a661","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:14:14Z","is_default":false,"name":"singlevm2-net_3f48b413-2334-45a2-8ed8-8dde06b76482","qos_policy_id":null,"admin_state_up":true,"tenant_id":"00a76f14bfb549e1923370a4b645a661","created_at":"2018-08-27T12:14:14Z","mtu":1450}} 2018-08-27 12:14:14,764 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-346e2512-cd67-4b68-a3d3-76f60c04a1f0 2018-08-27 12:14:14,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.647783994675s 2018-08-27 12:14:14,764 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-346e2512-cd67-4b68-a3d3-76f60c04a1f0 2018-08-27 12:14:14,765 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T12:14:14Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'99eae58b-159b-4476-8ed7-a516a8a03d25', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_3f48b413-2334-45a2-8ed8-8dde06b76482', u'admin_state_up': True, u'tenant_id': u'00a76f14bfb549e1923370a4b645a661', u'created_at': u'2018-08-27T12:14:14Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'00a76f14bfb549e1923370a4b645a661', u'l2_adjacency': True}) 2018-08-27 12:14:14,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:14:14,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:15,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1230 X-Openstack-Request-Id: req-c34d4372-0a39-4383-bd88-cf69ecc13d5e Date: Mon, 27 Aug 2018 12:14:15 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"99eae58b-159b-4476-8ed7-a516a8a03d25","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"00a76f14bfb549e1923370a4b645a661","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:14:14Z","qos_policy_id":null,"name":"singlevm2-net_3f48b413-2334-45a2-8ed8-8dde06b76482","admin_state_up":true,"tenant_id":"00a76f14bfb549e1923370a4b645a661","created_at":"2018-08-27T12:14:14Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 12:14:15,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c34d4372-0a39-4383-bd88-cf69ecc13d5e 2018-08-27 12:14:15,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.362723112106s 2018-08-27 12:14:15,129 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c34d4372-0a39-4383-bd88-cf69ecc13d5e 2018-08-27 12:14:15,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 12:14:15,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" -d '{"subnet": {"name": "singlevm2-subnet_3f48b413-2334-45a2-8ed8-8dde06b76482", "enable_dhcp": true, "network_id": "99eae58b-159b-4476-8ed7-a516a8a03d25", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 12:14:16,010 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-3dd99a25-db56-488d-a224-e96048aa6253 Date: Mon, 27 Aug 2018 12:14:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99eae58b-159b-4476-8ed7-a516a8a03d25","tenant_id":"00a76f14bfb549e1923370a4b645a661","created_at":"2018-08-27T12:14:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T12:14:15Z","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":"00a76f14bfb549e1923370a4b645a661","id":"8705cbf9-e0d9-4858-9e22-6ee69a510581","subnetpool_id":null,"name":"singlevm2-subnet_3f48b413-2334-45a2-8ed8-8dde06b76482"}} 2018-08-27 12:14:16,010 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3dd99a25-db56-488d-a224-e96048aa6253 2018-08-27 12:14:16,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.879673957825s 2018-08-27 12:14:16,010 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3dd99a25-db56-488d-a224-e96048aa6253 2018-08-27 12:14:16,011 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:14:15Z', 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'8705cbf9-e0d9-4858-9e22-6ee69a510581', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_3f48b413-2334-45a2-8ed8-8dde06b76482', u'enable_dhcp': True, u'network_id': u'99eae58b-159b-4476-8ed7-a516a8a03d25', u'tenant_id': u'00a76f14bfb549e1923370a4b645a661', u'created_at': u'2018-08-27T12:14:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'00a76f14bfb549e1923370a4b645a661'}) 2018-08-27 12:14:16,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 12:14:16,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "singlevm2-router_3f48b413-2334-45a2-8ed8-8dde06b76482", "admin_state_up": true}}' 2018-08-27 12:14:23,209 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-1d90dcc5-3941-44dd-b68b-b56caf7b11eb Date: Mon, 27 Aug 2018 12:14:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.212"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:17Z", "admin_state_up": true, "updated_at": "2018-08-27T12:14:18Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "00a76f14bfb549e1923370a4b645a661", "id": "2f51f3eb-6590-4332-a5ca-410389cc49cb", "name": "singlevm2-router_3f48b413-2334-45a2-8ed8-8dde06b76482"}} 2018-08-27 12:14:23,210 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-1d90dcc5-3941-44dd-b68b-b56caf7b11eb 2018-08-27 12:14:23,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.19804191589s 2018-08-27 12:14:23,210 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-1d90dcc5-3941-44dd-b68b-b56caf7b11eb 2018-08-27 12:14:23,211 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:14:18Z', u'revision_number': 3, u'id': u'2f51f3eb-6590-4332-a5ca-410389cc49cb', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.212'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-router_3f48b413-2334-45a2-8ed8-8dde06b76482', u'admin_state_up': True, u'tenant_id': u'00a76f14bfb549e1923370a4b645a661', u'created_at': u'2018-08-27T12:14:17Z', u'flavor_id': None, u'routes': [], u'project_id': u'00a76f14bfb549e1923370a4b645a661'}) 2018-08-27 12:14:23,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 12:14:23,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/2f51f3eb-6590-4332-a5ca-410389cc49cb/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}ac2d13689299063504d1e0cdd27c336a1b9dca28" -d '{"subnet_id": "8705cbf9-e0d9-4858-9e22-6ee69a510581"}' 2018-08-27 12:14:26,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a2bb66f1-492b-40b2-bbc2-e1ebd3eaa6e1 Date: Mon, 27 Aug 2018 12:14:26 GMT RESP BODY: {"network_id": "99eae58b-159b-4476-8ed7-a516a8a03d25", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "subnet_id": "8705cbf9-e0d9-4858-9e22-6ee69a510581", "subnet_ids": ["8705cbf9-e0d9-4858-9e22-6ee69a510581"], "port_id": "925f09ce-7e75-484e-81db-ed9f98e7b690", "id": "2f51f3eb-6590-4332-a5ca-410389cc49cb"} 2018-08-27 12:14:26,409 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2f51f3eb-6590-4332-a5ca-410389cc49cb/add_router_interface.json used request id req-a2bb66f1-492b-40b2-bbc2-e1ebd3eaa6e1 2018-08-27 12:14:26,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.19781184196s 2018-08-27 12:14:26,410 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2f51f3eb-6590-4332-a5ca-410389cc49cb/add_router_interface.json used request id req-a2bb66f1-492b-40b2-bbc2-e1ebd3eaa6e1 returning object 2f51f3eb-6590-4332-a5ca-410389cc49cb 2018-08-27 12:14:26,410 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 12:14:26,542 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 12:14:26,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:14:26,548 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 12:14:26 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 12:14:26,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:14:26,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:27,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fbbe7140-48d8-4678-8cda-7aeab9967cb1 Date: Mon, 27 Aug 2018 12:14:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:14:27,313 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-fbbe7140-48d8-4678-8cda-7aeab9967cb1 2018-08-27 12:14:27,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.761067152023s 2018-08-27 12:14:27,314 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-fbbe7140-48d8-4678-8cda-7aeab9967cb1 2018-08-27 12:14:27,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 12:14:27,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_3f48b413-2334-45a2-8ed8-8dde06b76482", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_3f48b413-2334-45a2-8ed8-8dde06b76482"}' 2018-08-27 12:14:27,672 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e019678b-688d-458e-a99b-92635d4d0271 Date: Mon, 27 Aug 2018 12:14:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:14:27Z", "file": "/v2/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a/file", "owner": "00a76f14bfb549e1923370a4b645a661", "id": "465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "size": null, "self": "/v2/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "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_3f48b413-2334-45a2-8ed8-8dde06b76482", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_3f48b413-2334-45a2-8ed8-8dde06b76482", "checksum": null, "created_at": "2018-08-27T12:14:27Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 12:14:27,672 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-e019678b-688d-458e-a99b-92635d4d0271 2018-08-27 12:14:27,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.349942922592s 2018-08-27 12:14:27,673 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-e019678b-688d-458e-a99b-92635d4d0271 returning object 465f1f5c-4ee0-4a48-9111-d0a089e26a3a 2018-08-27 12:14:27,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 12:14:27,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a/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}ac2d13689299063504d1e0cdd27c336a1b9dca28" -d '' 2018-08-27 12:14:29,120 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e7a7b190-34f0-43e7-97f5-27863c404c73 Date: Mon, 27 Aug 2018 12:14: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 12:14:29,121 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a/file used request id req-e7a7b190-34f0-43e7-97f5-27863c404c73 2018-08-27 12:14:29,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.44725894928s 2018-08-27 12:14:29,121 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a/file used request id req-e7a7b190-34f0-43e7-97f5-27863c404c73 2018-08-27 12:14:29,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:14:29,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:29,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-a0ed534d-e0ac-4c15-815d-ced45cd55d08 Date: Mon, 27 Aug 2018 12:14:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:14:29Z", "file": "/v2/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a/file", "owner": "00a76f14bfb549e1923370a4b645a661", "id": "465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "size": 12716032, "self": "/v2/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_3f48b413-2334-45a2-8ed8-8dde06b76482", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_3f48b413-2334-45a2-8ed8-8dde06b76482", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:14:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:14:29,350 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a0ed534d-e0ac-4c15-815d-ced45cd55d08 2018-08-27 12:14:29,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.224861860275s 2018-08-27 12:14:29,351 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a0ed534d-e0ac-4c15-815d-ced45cd55d08 2018-08-27 12:14:29,353 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a/file', 'owner': u'00a76f14bfb549e1923370a4b645a661', 'id': u'465f1f5c-4ee0-4a48-9111-d0a089e26a3a', 'size': 12716032, u'self': u'/v2/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'00a76f14bfb549e1923370a4b645a661', 'name': 'singlevm2-project_3f48b413-2334-45a2-8ed8-8dde06b76482', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T12:14:29Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T12:14:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_3f48b413-2334-45a2-8ed8-8dde06b76482', '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/465f1f5c-4ee0-4a48-9111-d0a089e26a3a', 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_3f48b413-2334-45a2-8ed8-8dde06b76482', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_3f48b413-2334-45a2-8ed8-8dde06b76482', 'created': u'2018-08-27T12:14:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T12:14:27Z', 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/465f1f5c-4ee0-4a48-9111-d0a089e26a3a', 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_3f48b413-2334-45a2-8ed8-8dde06b76482', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 12:14:29,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 12:14:29,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_3f48b413-2334-45a2-8ed8-8dde06b76482", "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 12:14:29,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14: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-8c77baab-ff47-44b1-b7f2-48dd43ff7097 x-compute-request-id: req-8c77baab-ff47-44b1-b7f2-48dd43ff7097 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_3f48b413-2334-45a2-8ed8-8dde06b76482", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/3976ff5c-cb5e-4117-ac9f-19c9902a21ea", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/3976ff5c-cb5e-4117-ac9f-19c9902a21ea", "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": "3976ff5c-cb5e-4117-ac9f-19c9902a21ea"}} 2018-08-27 12:14:29,698 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-8c77baab-ff47-44b1-b7f2-48dd43ff7097 2018-08-27 12:14:29,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.344124078751s 2018-08-27 12:14:29,698 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-8c77baab-ff47-44b1-b7f2-48dd43ff7097 2018-08-27 12:14:29,699 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_3f48b413-2334-45a2-8ed8-8dde06b76482', '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'd56eab07eebe4995963c4bcc663afcc8', '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'3976ff5c-cb5e-4117-ac9f-19c9902a21ea', 'swap': 0}) 2018-08-27 12:14:29,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 12:14:29,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/3976ff5c-cb5e-4117-ac9f-19c9902a21ea/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}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" -d '{"extra_specs": {}}' 2018-08-27 12:14:29,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14: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-ed7dea7d-e974-4432-b98d-4abbfe64aa94 x-compute-request-id: req-ed7dea7d-e974-4432-b98d-4abbfe64aa94 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 12:14:29,721 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/3976ff5c-cb5e-4117-ac9f-19c9902a21ea/os-extra_specs used request id req-ed7dea7d-e974-4432-b98d-4abbfe64aa94 2018-08-27 12:14:29,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0210528373718s 2018-08-27 12:14:29,721 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/3976ff5c-cb5e-4117-ac9f-19c9902a21ea/os-extra_specs used request id req-ed7dea7d-e974-4432-b98d-4abbfe64aa94 2018-08-27 12:14:29,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 12:14:29,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" -d '{"keypair": {"name": "singlevm2-kp_3f48b413-2334-45a2-8ed8-8dde06b76482"}}' 2018-08-27 12:14:30,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14: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-7e796997-6f3b-4fac-8fcd-018cbba16129 x-compute-request-id: req-7e796997-6f3b-4fac-8fcd-018cbba16129 Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTwcMCtidnnNrAVM+9jpzQLHTs5eZEVmF/VlQVbpqrnyB2v8rRJcMEydywtTObJw2ijpWtaxDiVk1ycNdakpcl5LkXeSooy9PcTwRUmRu2gbM/au4bbTS0r8PiOm0d4g7mMzsgoa42iViQfcya/kl0YbAmW+BOqHmartFc9liTAT34hkaLK/7u9mvP47Nh2GrLvSFTY/TEEe+dR0Ukpj6wJsqrp9JeQsSW0kPHBMCTaUw5XVFHS4DkuquIw8DvY31bLLVj/6qN3pvm8a8aWsd1rO3AxMMQiHNNvwjcuX2Wt8q6IHEWKn5X2LF6yT8kk8YhRHGmGSO5y2BPWXRTnfs/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA08HDArYnZ5zawFTPvY6c0Cx07OXmRFZhf1ZUFW6aq58gdr/K\n0SXDBMncsLUzmycNoo6VrWsQ4lZNcnDXWpKXJeS5F3kqKMvT3E8EVJkbtoGzP2ru\nG200tK/D4jptHeIO5jM7IKGuNolYkH3Mmv5JdGGwJlvgTqh5mq7RXPZYkwE9+IZG\niyv+7vZrz+OzYdhqy70hU2P0xBHvnUdFJKY+sCbKq6fSXkLEltJDxwTAk2lMOV1R\nR0uA5LqriMPA72N9Wyy1Y/+qjd6b5vGvGlrHdaztwMTDEIhzTb8I3Ll9lrfKuiBx\nFip+V9ixesk/JJPGIURxphkjuctgT1l0U537PwIDAQABAoIBAHd5Kv2sqC7dYM6D\nC3J3tCH/8zh1vaVw1zFxE5/D96A896QIMfYuyAk7mzhYA/XV4uuEZw6hCbWp26hl\n4htH+d93XLbRteeumKoEKv1QJUKjiu6M9iqjQslvIaXSMR5bHOzkmseecRx0AXQE\nhhwsvGTdePUrgTLf+zw6xgUdOHw3gAy1XELU6OVgf2LI3C4xPaAi9K2ZCzlYhhfn\nxp7EUJYdjAon2rxDxbpF9IC3UQjtXFm/4SqrB1fHzPobCO7R+3WAfjvJ1OKAG8VR\nZAtB3Tb0sI0kLkNUGgFNoRcWE9X3FKpfUgzMFbL2qMzpdTBZVaR4zbajjbMElwFI\nVAPRm4ECgYEA9iPkBDToje0ybJylyyFzLo4LNBZ4w/t6Q2fTI0N7PRkGx+ATB5g1\nHqnBeZsq01q2SKMNagvgBiUEkqLfPZ6ANRD2hcp5xRGdlf2p8NZz5n2IqXQ8334X\nWF8VeUegCFSZm1rj1RMypa/CGOe7qZJeXPcSvWMtWQ8g/zwhAPbAT5MCgYEA3D1H\nQElLcmAw90/8clat0lS7a4RiUqn+JJ4mfVWELyhArKuKWG0AOwrIdmEprBWYR+LF\nzXWaUr1kF1V/dyxeD2klUoT5UaBxVTAyE85wn6l6ghk1nYKyCZ0wsHMnHlPghVKx\nDulkY1pZiHzFkPYjM8ljUOaGvDhw7bfWC9CyeSUCgYEApuH6rOd6bQ/PSliDCFBr\nmbrw2aYKx0XvxVfVjWkpW2lmcYn5HQMTsPCDnwGXbalpQaJba/UVNNVQXmNTXKHk\nZxZTLq7zFKw23gUYfZPJDRM73zhSNW12QpJlKs9nL368jtp28naLtk6OGPi1Aemd\nVQanjAR8MI/TXXnVHqQuC0UCgYEAvgV9EWFr4C5QcUGo/Xn+FYiYAIdDUjFrnmp5\nqQ/8sbdYPeLvxaWeWlLObR0eGGS1c+icY85BLXxM/Lj+9nLoYQGGezFR7/SvdCHW\nQzKOB6PxmIhpsxINzK+8T7G7Ibaa9E1JiSUkQXi14UZOK+nCq67pquaLf6BvBxvj\naWRSaKUCgYEAn8P4C8cuWhCxDfSBfO98VZaLrkGUWEiy7vs1APqub/sfGqYHYZw8\nbELKu+7noaJ9W4mYJFkV/Zqlu7jay2sjjgE/tAmjaYouqG9Y9N8hgJt6ii7vGlrB\ncODsp5lJJgAxkLfQmzSzfFa08MKJAalrlK14lXUMWTSLyh6P/kneRAs=\n-----END RSA PRIVATE KEY-----\n", "user_id": "5f27ec6752504ef29343028ff97aad2b", "name": "singlevm2-kp_3f48b413-2334-45a2-8ed8-8dde06b76482", "fingerprint": "58:b3:38:fa:3a:89:b5:d7:6f:8f:00:34:92:6d:35:e6"}} 2018-08-27 12:14:30,794 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-7e796997-6f3b-4fac-8fcd-018cbba16129 2018-08-27 12:14:30,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 1.07246303558s 2018-08-27 12:14:30,795 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-7e796997-6f3b-4fac-8fcd-018cbba16129 2018-08-27 12:14:30,795 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTwcMCtidnnNrAVM+9jpzQLHTs5eZEVmF/VlQVbpqrnyB2v8rRJcMEydywtTObJw2ijpWtaxDiVk1ycNdakpcl5LkXeSooy9PcTwRUmRu2gbM/au4bbTS0r8PiOm0d4g7mMzsgoa42iViQfcya/kl0YbAmW+BOqHmartFc9liTAT34hkaLK/7u9mvP47Nh2GrLvSFTY/TEEe+dR0Ukpj6wJsqrp9JeQsSW0kPHBMCTaUw5XVFHS4DkuquIw8DvY31bLLVj/6qN3pvm8a8aWsd1rO3AxMMQiHNNvwjcuX2Wt8q6IHEWKn5X2LF6yT8kk8YhRHGmGSO5y2BPWXRTnfs/ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA08HDArYnZ5zawFTPvY6c0Cx07OXmRFZhf1ZUFW6aq58gdr/K\n0SXDBMncsLUzmycNoo6VrWsQ4lZNcnDXWpKXJeS5F3kqKMvT3E8EVJkbtoGzP2ru\nG200tK/D4jptHeIO5jM7IKGuNolYkH3Mmv5JdGGwJlvgTqh5mq7RXPZYkwE9+IZG\niyv+7vZrz+OzYdhqy70hU2P0xBHvnUdFJKY+sCbKq6fSXkLEltJDxwTAk2lMOV1R\nR0uA5LqriMPA72N9Wyy1Y/+qjd6b5vGvGlrHdaztwMTDEIhzTb8I3Ll9lrfKuiBx\nFip+V9ixesk/JJPGIURxphkjuctgT1l0U537PwIDAQABAoIBAHd5Kv2sqC7dYM6D\nC3J3tCH/8zh1vaVw1zFxE5/D96A896QIMfYuyAk7mzhYA/XV4uuEZw6hCbWp26hl\n4htH+d93XLbRteeumKoEKv1QJUKjiu6M9iqjQslvIaXSMR5bHOzkmseecRx0AXQE\nhhwsvGTdePUrgTLf+zw6xgUdOHw3gAy1XELU6OVgf2LI3C4xPaAi9K2ZCzlYhhfn\nxp7EUJYdjAon2rxDxbpF9IC3UQjtXFm/4SqrB1fHzPobCO7R+3WAfjvJ1OKAG8VR\nZAtB3Tb0sI0kLkNUGgFNoRcWE9X3FKpfUgzMFbL2qMzpdTBZVaR4zbajjbMElwFI\nVAPRm4ECgYEA9iPkBDToje0ybJylyyFzLo4LNBZ4w/t6Q2fTI0N7PRkGx+ATB5g1\nHqnBeZsq01q2SKMNagvgBiUEkqLfPZ6ANRD2hcp5xRGdlf2p8NZz5n2IqXQ8334X\nWF8VeUegCFSZm1rj1RMypa/CGOe7qZJeXPcSvWMtWQ8g/zwhAPbAT5MCgYEA3D1H\nQElLcmAw90/8clat0lS7a4RiUqn+JJ4mfVWELyhArKuKWG0AOwrIdmEprBWYR+LF\nzXWaUr1kF1V/dyxeD2klUoT5UaBxVTAyE85wn6l6ghk1nYKyCZ0wsHMnHlPghVKx\nDulkY1pZiHzFkPYjM8ljUOaGvDhw7bfWC9CyeSUCgYEApuH6rOd6bQ/PSliDCFBr\nmbrw2aYKx0XvxVfVjWkpW2lmcYn5HQMTsPCDnwGXbalpQaJba/UVNNVQXmNTXKHk\nZxZTLq7zFKw23gUYfZPJDRM73zhSNW12QpJlKs9nL368jtp28naLtk6OGPi1Aemd\nVQanjAR8MI/TXXnVHqQuC0UCgYEAvgV9EWFr4C5QcUGo/Xn+FYiYAIdDUjFrnmp5\nqQ/8sbdYPeLvxaWeWlLObR0eGGS1c+icY85BLXxM/Lj+9nLoYQGGezFR7/SvdCHW\nQzKOB6PxmIhpsxINzK+8T7G7Ibaa9E1JiSUkQXi14UZOK+nCq67pquaLf6BvBxvj\naWRSaKUCgYEAn8P4C8cuWhCxDfSBfO98VZaLrkGUWEiy7vs1APqub/sfGqYHYZw8\nbELKu+7noaJ9W4mYJFkV/Zqlu7jay2sjjgE/tAmjaYouqG9Y9N8hgJt6ii7vGlrB\ncODsp5lJJgAxkLfQmzSzfFa08MKJAalrlK14lXUMWTSLyh6P/kneRAs=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'5f27ec6752504ef29343028ff97aad2b', 'name': u'singlevm2-kp_3f48b413-2334-45a2-8ed8-8dde06b76482', 'created_at': '2018-08-27T12:14:30.795938', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'00a76f14bfb549e1923370a4b645a661', 'name': 'singlevm2-project_3f48b413-2334-45a2-8ed8-8dde06b76482', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'58:b3:38:fa:3a:89:b5:d7:6f:8f:00:34:92:6d:35:e6', 'type': 'ssh', 'id': u'singlevm2-kp_3f48b413-2334-45a2-8ed8-8dde06b76482'}) 2018-08-27 12:14:30,796 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEA08HDArYnZ5zawFTPvY6c0Cx07OXmRFZhf1ZUFW6aq58gdr/K 0SXDBMncsLUzmycNoo6VrWsQ4lZNcnDXWpKXJeS5F3kqKMvT3E8EVJkbtoGzP2ru G200tK/D4jptHeIO5jM7IKGuNolYkH3Mmv5JdGGwJlvgTqh5mq7RXPZYkwE9+IZG iyv+7vZrz+OzYdhqy70hU2P0xBHvnUdFJKY+sCbKq6fSXkLEltJDxwTAk2lMOV1R R0uA5LqriMPA72N9Wyy1Y/+qjd6b5vGvGlrHdaztwMTDEIhzTb8I3Ll9lrfKuiBx Fip+V9ixesk/JJPGIURxphkjuctgT1l0U537PwIDAQABAoIBAHd5Kv2sqC7dYM6D C3J3tCH/8zh1vaVw1zFxE5/D96A896QIMfYuyAk7mzhYA/XV4uuEZw6hCbWp26hl 4htH+d93XLbRteeumKoEKv1QJUKjiu6M9iqjQslvIaXSMR5bHOzkmseecRx0AXQE hhwsvGTdePUrgTLf+zw6xgUdOHw3gAy1XELU6OVgf2LI3C4xPaAi9K2ZCzlYhhfn xp7EUJYdjAon2rxDxbpF9IC3UQjtXFm/4SqrB1fHzPobCO7R+3WAfjvJ1OKAG8VR ZAtB3Tb0sI0kLkNUGgFNoRcWE9X3FKpfUgzMFbL2qMzpdTBZVaR4zbajjbMElwFI VAPRm4ECgYEA9iPkBDToje0ybJylyyFzLo4LNBZ4w/t6Q2fTI0N7PRkGx+ATB5g1 HqnBeZsq01q2SKMNagvgBiUEkqLfPZ6ANRD2hcp5xRGdlf2p8NZz5n2IqXQ8334X WF8VeUegCFSZm1rj1RMypa/CGOe7qZJeXPcSvWMtWQ8g/zwhAPbAT5MCgYEA3D1H QElLcmAw90/8clat0lS7a4RiUqn+JJ4mfVWELyhArKuKWG0AOwrIdmEprBWYR+LF zXWaUr1kF1V/dyxeD2klUoT5UaBxVTAyE85wn6l6ghk1nYKyCZ0wsHMnHlPghVKx DulkY1pZiHzFkPYjM8ljUOaGvDhw7bfWC9CyeSUCgYEApuH6rOd6bQ/PSliDCFBr mbrw2aYKx0XvxVfVjWkpW2lmcYn5HQMTsPCDnwGXbalpQaJba/UVNNVQXmNTXKHk ZxZTLq7zFKw23gUYfZPJDRM73zhSNW12QpJlKs9nL368jtp28naLtk6OGPi1Aemd VQanjAR8MI/TXXnVHqQuC0UCgYEAvgV9EWFr4C5QcUGo/Xn+FYiYAIdDUjFrnmp5 qQ/8sbdYPeLvxaWeWlLObR0eGGS1c+icY85BLXxM/Lj+9nLoYQGGezFR7/SvdCHW QzKOB6PxmIhpsxINzK+8T7G7Ibaa9E1JiSUkQXi14UZOK+nCq67pquaLf6BvBxvj aWRSaKUCgYEAn8P4C8cuWhCxDfSBfO98VZaLrkGUWEiy7vs1APqub/sfGqYHYZw8 bELKu+7noaJ9W4mYJFkV/Zqlu7jay2sjjgE/tAmjaYouqG9Y9N8hgJt6ii7vGlrB cODsp5lJJgAxkLfQmzSzfFa08MKJAalrlK14lXUMWTSLyh6P/kneRAs= -----END RSA PRIVATE KEY----- 2018-08-27 12:14:30,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-27 12:14:30,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" -d '{"security_group": {"name": "singlevm2-sg_3f48b413-2334-45a2-8ed8-8dde06b76482", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-27 12:14:31,197 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-d76421f5-4250-440f-9d69-05f72a09dc9f Date: Mon, 27 Aug 2018 12:14:31 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:31Z", "updated_at": "2018-08-27T12:14:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:31Z", "revision_number": 0, "id": "5450b38d-3940-4c0c-b4b5-828327e816ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:31Z", "security_group_id": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv4", "project_id": "00a76f14bfb549e1923370a4b645a661"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:31Z", "revision_number": 0, "id": "fa593a05-8438-4e42-9907-5b0a50cf2cab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:31Z", "security_group_id": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv6", "project_id": "00a76f14bfb549e1923370a4b645a661"}], "revision_number": 1, "project_id": "00a76f14bfb549e1923370a4b645a661", "id": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a", "name": "singlevm2-sg_3f48b413-2334-45a2-8ed8-8dde06b76482"}} 2018-08-27 12:14:31,197 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-d76421f5-4250-440f-9d69-05f72a09dc9f 2018-08-27 12:14:31,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.398052930832s 2018-08-27 12:14:31,198 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-d76421f5-4250-440f-9d69-05f72a09dc9f 2018-08-27 12:14:31,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 12:14:31,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:31,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-e25bef01-f6f5-42e1-be26-df0003743a3d Date: Mon, 27 Aug 2018 12:14:31 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:31Z", "updated_at": "2018-08-27T12:14:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:31Z", "revision_number": 0, "id": "5450b38d-3940-4c0c-b4b5-828327e816ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:31Z", "security_group_id": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv4", "project_id": "00a76f14bfb549e1923370a4b645a661"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:31Z", "revision_number": 0, "id": "fa593a05-8438-4e42-9907-5b0a50cf2cab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:31Z", "security_group_id": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv6", "project_id": "00a76f14bfb549e1923370a4b645a661"}], "revision_number": 1, "project_id": "00a76f14bfb549e1923370a4b645a661", "id": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a", "name": "singlevm2-sg_3f48b413-2334-45a2-8ed8-8dde06b76482"}, {"description": "Default security group", "tags": [], "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:14Z", "updated_at": "2018-08-27T12:14:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:14Z", "revision_number": 0, "id": "89883b69-beb4-4029-939e-c5cb2da3512d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:14Z", "security_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv4", "project_id": "00a76f14bfb549e1923370a4b645a661"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:14Z", "revision_number": 0, "id": "9f54eeb8-8287-47be-bd6a-c334ec1d797e", "remote_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:14Z", "security_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv4", "project_id": "00a76f14bfb549e1923370a4b645a661"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:14Z", "revision_number": 0, "id": "e9dd8e3f-b9fc-42ce-820c-f34f376e2f4f", "remote_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:14Z", "security_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv6", "project_id": "00a76f14bfb549e1923370a4b645a661"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:14Z", "revision_number": 0, "id": "ee3e0f6f-badc-4f06-8551-2ce247808d00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:14Z", "security_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv6", "project_id": "00a76f14bfb549e1923370a4b645a661"}], "revision_number": 1, "project_id": "00a76f14bfb549e1923370a4b645a661", "id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "name": "default"}]} 2018-08-27 12:14:31,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-e25bef01-f6f5-42e1-be26-df0003743a3d 2018-08-27 12:14:31,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.281358957291s 2018-08-27 12:14:31,484 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-e25bef01-f6f5-42e1-be26-df0003743a3d 2018-08-27 12:14:31,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 12:14:31,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" -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": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a"}}' 2018-08-27 12:14:31,964 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-5e95714a-2fe1-4b5b-bb89-03fd2272a543 Date: Mon, 27 Aug 2018 12:14: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-27T12:14:31Z", "security_group_id": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a", "port_range_min": 22, "revision_number": 0, "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:31Z", "project_id": "00a76f14bfb549e1923370a4b645a661", "id": "e1845938-bbb0-4bbc-b34f-87eb61699a40"}} 2018-08-27 12:14:31,964 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-5e95714a-2fe1-4b5b-bb89-03fd2272a543 2018-08-27 12:14:31,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.476191043854s 2018-08-27 12:14:31,964 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-5e95714a-2fe1-4b5b-bb89-03fd2272a543 2018-08-27 12:14:31,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 12:14:31,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:32,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-fcf87377-9cc9-488e-9f58-daaf29f5b5bf Date: Mon, 27 Aug 2018 12:14:32 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:31Z", "updated_at": "2018-08-27T12:14:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:31Z", "revision_number": 0, "id": "5450b38d-3940-4c0c-b4b5-828327e816ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:31Z", "security_group_id": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv4", "project_id": "00a76f14bfb549e1923370a4b645a661"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T12:14:31Z", "revision_number": 0, "id": "e1845938-bbb0-4bbc-b34f-87eb61699a40", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:31Z", "security_group_id": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": 22, "ethertype": "IPv4", "project_id": "00a76f14bfb549e1923370a4b645a661"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:31Z", "revision_number": 0, "id": "fa593a05-8438-4e42-9907-5b0a50cf2cab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:31Z", "security_group_id": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv6", "project_id": "00a76f14bfb549e1923370a4b645a661"}], "revision_number": 2, "project_id": "00a76f14bfb549e1923370a4b645a661", "id": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a", "name": "singlevm2-sg_3f48b413-2334-45a2-8ed8-8dde06b76482"}, {"description": "Default security group", "tags": [], "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:14Z", "updated_at": "2018-08-27T12:14:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:14Z", "revision_number": 0, "id": "89883b69-beb4-4029-939e-c5cb2da3512d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:14Z", "security_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv4", "project_id": "00a76f14bfb549e1923370a4b645a661"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:14Z", "revision_number": 0, "id": "9f54eeb8-8287-47be-bd6a-c334ec1d797e", "remote_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:14Z", "security_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv4", "project_id": "00a76f14bfb549e1923370a4b645a661"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:14Z", "revision_number": 0, "id": "e9dd8e3f-b9fc-42ce-820c-f34f376e2f4f", "remote_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:14Z", "security_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv6", "project_id": "00a76f14bfb549e1923370a4b645a661"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:14Z", "revision_number": 0, "id": "ee3e0f6f-badc-4f06-8551-2ce247808d00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:14Z", "security_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv6", "project_id": "00a76f14bfb549e1923370a4b645a661"}], "revision_number": 1, "project_id": "00a76f14bfb549e1923370a4b645a661", "id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "name": "default"}]} 2018-08-27 12:14:32,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-fcf87377-9cc9-488e-9f58-daaf29f5b5bf 2018-08-27 12:14:32,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.304092884064s 2018-08-27 12:14:32,273 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-fcf87377-9cc9-488e-9f58-daaf29f5b5bf 2018-08-27 12:14:32,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 12:14:32,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" -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": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a"}}' 2018-08-27 12:14:32,430 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-5a877c9d-3cbc-41a5-918b-4fa63811d914 Date: Mon, 27 Aug 2018 12:14:32 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-27T12:14:32Z", "security_group_id": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a", "port_range_min": null, "revision_number": 0, "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:32Z", "project_id": "00a76f14bfb549e1923370a4b645a661", "id": "f1d8780c-0205-448f-abc3-d402a7e52b7e"}} 2018-08-27 12:14:32,430 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-5a877c9d-3cbc-41a5-918b-4fa63811d914 2018-08-27 12:14:32,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.154193878174s 2018-08-27 12:14:32,430 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-5a877c9d-3cbc-41a5-918b-4fa63811d914 2018-08-27 12:14:32,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:14:32,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:32,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-4cceb24e-5f7f-459d-8c88-ecd1d97e89d5 Date: Mon, 27 Aug 2018 12:14:32 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"99eae58b-159b-4476-8ed7-a516a8a03d25","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"00a76f14bfb549e1923370a4b645a661","l2_adjacency":true,"status":"ACTIVE","subnets":["8705cbf9-e0d9-4858-9e22-6ee69a510581"],"description":"","tags":[],"updated_at":"2018-08-27T12:14:15Z","qos_policy_id":null,"name":"singlevm2-net_3f48b413-2334-45a2-8ed8-8dde06b76482","admin_state_up":true,"tenant_id":"00a76f14bfb549e1923370a4b645a661","created_at":"2018-08-27T12:14:14Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 12:14:32,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4cceb24e-5f7f-459d-8c88-ecd1d97e89d5 2018-08-27 12:14:32,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.347767829895s 2018-08-27 12:14:32,780 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4cceb24e-5f7f-459d-8c88-ecd1d97e89d5 2018-08-27 12:14:32,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:14:32,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:33,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-37d923db-320c-4680-9bd9-204f1d2cde07 Date: Mon, 27 Aug 2018 12:14:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:14:29Z", "file": "/v2/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a/file", "owner": "00a76f14bfb549e1923370a4b645a661", "id": "465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "size": 12716032, "self": "/v2/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_3f48b413-2334-45a2-8ed8-8dde06b76482", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_3f48b413-2334-45a2-8ed8-8dde06b76482", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:14:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:14:33,079 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-37d923db-320c-4680-9bd9-204f1d2cde07 2018-08-27 12:14:33,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.294419050217s 2018-08-27 12:14:33,079 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-37d923db-320c-4680-9bd9-204f1d2cde07 2018-08-27 12:14:33,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 12:14:33,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:33,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14: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-9eb1c543-e69d-4109-8e3d-601f0624e090 x-compute-request-id: req-9eb1c543-e69d-4109-8e3d-601f0624e090 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_3f48b413-2334-45a2-8ed8-8dde06b76482", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/3976ff5c-cb5e-4117-ac9f-19c9902a21ea", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/3976ff5c-cb5e-4117-ac9f-19c9902a21ea", "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": "3976ff5c-cb5e-4117-ac9f-19c9902a21ea"}]} 2018-08-27 12:14:33,225 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-9eb1c543-e69d-4109-8e3d-601f0624e090 2018-08-27 12:14:33,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.144659996033s 2018-08-27 12:14:33,226 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-9eb1c543-e69d-4109-8e3d-601f0624e090 2018-08-27 12:14:33,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 12:14:33,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" -d '{"server": {"name": "singlevm2-vm_3f48b413-2334-45a2-8ed8-8dde06b76482", "imageRef": "465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "key_name": "singlevm2-kp_3f48b413-2334-45a2-8ed8-8dde06b76482", "flavorRef": "3976ff5c-cb5e-4117-ac9f-19c9902a21ea", "max_count": 1, "min_count": 1, "networks": [{"uuid": "99eae58b-159b-4476-8ed7-a516a8a03d25"}], "security_groups": [{"name": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a"}]}}' 2018-08-27 12:14:38,960 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:14: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-f18dbad2-1114-4273-ab94-b96402413173 x-compute-request-id: req-f18dbad2-1114-4273-ab94-b96402413173 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a"}], "OS-DCF:diskConfig": "MANUAL", "id": "de7f99e8-ac30-4917-9448-7103edc7d9f1", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1", "rel": "bookmark"}], "adminPass": "o2gbNxE4K9xW"}} 2018-08-27 12:14:38,961 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-f18dbad2-1114-4273-ab94-b96402413173 2018-08-27 12:14:38,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.7330429554s 2018-08-27 12:14:38,961 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-f18dbad2-1114-4273-ab94-b96402413173 2018-08-27 12:14:38,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:14:38,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:39,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14: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-d0844bf9-7b55-4323-8926-13f99a3d0736 x-compute-request-id: req-d0844bf9-7b55-4323-8926-13f99a3d0736 Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1", "rel": "bookmark"}], "image": {"id": "465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "links": [{"href": "http://172.30.9.28:8774/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3976ff5c-cb5e-4117-ac9f-19c9902a21ea", "links": [{"href": "http://172.30.9.28:8774/flavors/3976ff5c-cb5e-4117-ac9f-19c9902a21ea", "rel": "bookmark"}]}, "id": "de7f99e8-ac30-4917-9448-7103edc7d9f1", "user_id": "5f27ec6752504ef29343028ff97aad2b", "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-27T12:14:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3f48b413-2334-45a2-8ed8-8dde06b76482", "name": "singlevm2-vm_3f48b413-2334-45a2-8ed8-8dde06b76482", "created": "2018-08-27T12:14:38Z", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:14:39,795 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d0844bf9-7b55-4323-8926-13f99a3d0736 2018-08-27 12:14:39,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.833333969116s 2018-08-27 12:14:39,796 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d0844bf9-7b55-4323-8926-13f99a3d0736 2018-08-27 12:14:39,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:14:39,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:39,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-0acd4628-f089-421e-86d7-4562792eef52 Date: Mon, 27 Aug 2018 12:14:39 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"99eae58b-159b-4476-8ed7-a516a8a03d25","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"00a76f14bfb549e1923370a4b645a661","l2_adjacency":true,"status":"ACTIVE","subnets":["8705cbf9-e0d9-4858-9e22-6ee69a510581"],"description":"","tags":[],"updated_at":"2018-08-27T12:14:15Z","qos_policy_id":null,"name":"singlevm2-net_3f48b413-2334-45a2-8ed8-8dde06b76482","admin_state_up":true,"tenant_id":"00a76f14bfb549e1923370a4b645a661","created_at":"2018-08-27T12:14:14Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 12:14:39,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0acd4628-f089-421e-86d7-4562792eef52 2018-08-27 12:14:39,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0992498397827s 2018-08-27 12:14:39,901 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0acd4628-f089-421e-86d7-4562792eef52 2018-08-27 12:14:39,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 12:14:39,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:39,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-2a6b01da-721e-4e19-b9ad-9bc2b10a3e24 Date: Mon, 27 Aug 2018 12:14:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99eae58b-159b-4476-8ed7-a516a8a03d25","tenant_id":"00a76f14bfb549e1923370a4b645a661","created_at":"2018-08-27T12:14:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T12:14:15Z","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":"00a76f14bfb549e1923370a4b645a661","id":"8705cbf9-e0d9-4858-9e22-6ee69a510581","subnetpool_id":null,"name":"singlevm2-subnet_3f48b413-2334-45a2-8ed8-8dde06b76482"}]} 2018-08-27 12:14:39,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-2a6b01da-721e-4e19-b9ad-9bc2b10a3e24 2018-08-27 12:14:39,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0523500442505s 2018-08-27 12:14:39,955 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-2a6b01da-721e-4e19-b9ad-9bc2b10a3e24 2018-08-27 12:14:39,956 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:14:41,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:14:41,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:42,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14: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-803b9e2f-798f-4d70-ac67-13a473d83a4c x-compute-request-id: req-803b9e2f-798f-4d70-ac67-13a473d83a4c Content-Encoding: gzip Content-Length: 641 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1", "rel": "bookmark"}], "image": {"id": "465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "links": [{"href": "http://172.30.9.28:8774/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3976ff5c-cb5e-4117-ac9f-19c9902a21ea", "links": [{"href": "http://172.30.9.28:8774/flavors/3976ff5c-cb5e-4117-ac9f-19c9902a21ea", "rel": "bookmark"}]}, "id": "de7f99e8-ac30-4917-9448-7103edc7d9f1", "user_id": "5f27ec6752504ef29343028ff97aad2b", "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-27T12:14:42Z", "hostId": "fbfb9a8280cc297dca88716ea7dfd0296cd311d13e4a678fe0029309", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3f48b413-2334-45a2-8ed8-8dde06b76482", "name": "singlevm2-vm_3f48b413-2334-45a2-8ed8-8dde06b76482", "created": "2018-08-27T12:14:38Z", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:14:42,402 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-803b9e2f-798f-4d70-ac67-13a473d83a4c 2018-08-27 12:14:42,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.443330049515s 2018-08-27 12:14:42,402 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-803b9e2f-798f-4d70-ac67-13a473d83a4c 2018-08-27 12:14:42,407 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:14:44,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:14:44,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:45,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14: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-6bdabf64-1d4b-4468-9177-8cb8f7db116c x-compute-request-id: req-6bdabf64-1d4b-4468-9177-8cb8f7db116c 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.28:8774/v2.1/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1", "rel": "bookmark"}], "image": {"id": "465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "links": [{"href": "http://172.30.9.28:8774/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3976ff5c-cb5e-4117-ac9f-19c9902a21ea", "links": [{"href": "http://172.30.9.28:8774/flavors/3976ff5c-cb5e-4117-ac9f-19c9902a21ea", "rel": "bookmark"}]}, "id": "de7f99e8-ac30-4917-9448-7103edc7d9f1", "security_groups": [{"name": "singlevm2-sg_3f48b413-2334-45a2-8ed8-8dde06b76482"}], "user_id": "5f27ec6752504ef29343028ff97aad2b", "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-27T12:14:42Z", "hostId": "fbfb9a8280cc297dca88716ea7dfd0296cd311d13e4a678fe0029309", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3f48b413-2334-45a2-8ed8-8dde06b76482", "name": "singlevm2-vm_3f48b413-2334-45a2-8ed8-8dde06b76482", "created": "2018-08-27T12:14:38Z", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:14:45,481 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6bdabf64-1d4b-4468-9177-8cb8f7db116c 2018-08-27 12:14:45,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.07173609734s 2018-08-27 12:14:45,482 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6bdabf64-1d4b-4468-9177-8cb8f7db116c 2018-08-27 12:14:45,486 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:14:47,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:14:47,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:48,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14: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-8256e0ad-0840-4b69-ba2d-46d3c05e973b x-compute-request-id: req-8256e0ad-0840-4b69-ba2d-46d3c05e973b 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.28:8774/v2.1/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1", "rel": "bookmark"}], "image": {"id": "465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "links": [{"href": "http://172.30.9.28:8774/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3976ff5c-cb5e-4117-ac9f-19c9902a21ea", "links": [{"href": "http://172.30.9.28:8774/flavors/3976ff5c-cb5e-4117-ac9f-19c9902a21ea", "rel": "bookmark"}]}, "id": "de7f99e8-ac30-4917-9448-7103edc7d9f1", "security_groups": [{"name": "singlevm2-sg_3f48b413-2334-45a2-8ed8-8dde06b76482"}], "user_id": "5f27ec6752504ef29343028ff97aad2b", "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-27T12:14:42Z", "hostId": "fbfb9a8280cc297dca88716ea7dfd0296cd311d13e4a678fe0029309", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3f48b413-2334-45a2-8ed8-8dde06b76482", "name": "singlevm2-vm_3f48b413-2334-45a2-8ed8-8dde06b76482", "created": "2018-08-27T12:14:38Z", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:14:48,068 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8256e0ad-0840-4b69-ba2d-46d3c05e973b 2018-08-27 12:14:48,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.579972982407s 2018-08-27 12:14:48,069 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8256e0ad-0840-4b69-ba2d-46d3c05e973b 2018-08-27 12:14:48,072 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:14:50,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:14:50,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:51,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14: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-0244da2a-09cf-4538-b187-7995dc3f75f0 x-compute-request-id: req-0244da2a-09cf-4538-b187-7995dc3f75f0 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_3f48b413-2334-45a2-8ed8-8dde06b76482": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:75:f5", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1", "rel": "bookmark"}], "image": {"id": "465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "links": [{"href": "http://172.30.9.28:8774/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:14:49.000000", "flavor": {"id": "3976ff5c-cb5e-4117-ac9f-19c9902a21ea", "links": [{"href": "http://172.30.9.28:8774/flavors/3976ff5c-cb5e-4117-ac9f-19c9902a21ea", "rel": "bookmark"}]}, "id": "de7f99e8-ac30-4917-9448-7103edc7d9f1", "security_groups": [{"name": "singlevm2-sg_3f48b413-2334-45a2-8ed8-8dde06b76482"}], "user_id": "5f27ec6752504ef29343028ff97aad2b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:14:49Z", "hostId": "fbfb9a8280cc297dca88716ea7dfd0296cd311d13e4a678fe0029309", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3f48b413-2334-45a2-8ed8-8dde06b76482", "name": "singlevm2-vm_3f48b413-2334-45a2-8ed8-8dde06b76482", "created": "2018-08-27T12:14:38Z", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:14:51,345 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0244da2a-09cf-4538-b187-7995dc3f75f0 2018-08-27 12:14:51,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.26998114586s 2018-08-27 12:14:51,346 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0244da2a-09cf-4538-b187-7995dc3f75f0 2018-08-27 12:14:51,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 12:14:51,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=de7f99e8-ac30-4917-9448-7103edc7d9f1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:51,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-0508f315-1b40-44f3-868f-75aafde24354 Date: Mon, 27 Aug 2018 12:14:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T12:14:48Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8705cbf9-e0d9-4858-9e22-6ee69a510581","ip_address":"192.168.120.6"}],"id":"cd908f3f-e4eb-4a87-b098-ddc9742847f6","security_groups":["1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a"],"mac_address":"fa:16:3e:03:75:f5","project_id":"00a76f14bfb549e1923370a4b645a661","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"99eae58b-159b-4476-8ed7-a516a8a03d25","tenant_id":"00a76f14bfb549e1923370a4b645a661","created_at":"2018-08-27T12:14:42Z","binding:vnic_type":"normal","device_id":"de7f99e8-ac30-4917-9448-7103edc7d9f1","ip_allocation":"immediate"}]} 2018-08-27 12:14:51,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=de7f99e8-ac30-4917-9448-7103edc7d9f1 used request id req-0508f315-1b40-44f3-868f-75aafde24354 2018-08-27 12:14:51,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.326618909836s 2018-08-27 12:14:51,676 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=de7f99e8-ac30-4917-9448-7103edc7d9f1 used request id req-0508f315-1b40-44f3-868f-75aafde24354 2018-08-27 12:14:51,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:14:51,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=cd908f3f-e4eb-4a87-b098-ddc9742847f6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:51,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-387b75ba-0d27-45c1-b99f-c805fe69da8c Date: Mon, 27 Aug 2018 12:14:52 GMT RESP BODY: {"floatingips": []} 2018-08-27 12:14:51,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=cd908f3f-e4eb-4a87-b098-ddc9742847f6 used request id req-387b75ba-0d27-45c1-b99f-c805fe69da8c 2018-08-27 12:14:51,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.313794851303s 2018-08-27 12:14:51,996 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=cd908f3f-e4eb-4a87-b098-ddc9742847f6 used request id req-387b75ba-0d27-45c1-b99f-c805fe69da8c 2018-08-27 12:14:51,996 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_3f48b413-2334-45a2-8ed8-8dde06b76482': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:03:75:f5', 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'465f1f5c-4ee0-4a48-9111-d0a089e26a3a'}), 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-27T12:14:49.000000', 'flavor': Munch({u'id': u'3976ff5c-cb5e-4117-ac9f-19c9902a21ea'}), 'az': u'nova', 'id': u'de7f99e8-ac30-4917-9448-7103edc7d9f1', 'security_groups': [Munch({u'name': u'singlevm2-sg_3f48b413-2334-45a2-8ed8-8dde06b76482'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5f27ec6752504ef29343028ff97aad2b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'00a76f14bfb549e1923370a4b645a661', 'name': 'singlevm2-project_3f48b413-2334-45a2-8ed8-8dde06b76482', '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-27T12:14:49.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T12:14:49Z', 'hostId': u'fbfb9a8280cc297dca88716ea7dfd0296cd311d13e4a678fe0029309', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_3f48b413-2334-45a2-8ed8-8dde06b76482', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'fbfb9a8280cc297dca88716ea7dfd0296cd311d13e4a678fe0029309', '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-27T12:14:49.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'00a76f14bfb549e1923370a4b645a661', 'name': u'singlevm2-vm_3f48b413-2334-45a2-8ed8-8dde06b76482', 'adminPass': u'o2gbNxE4K9xW', 'tenant_id': u'00a76f14bfb549e1923370a4b645a661', 'created_at': u'2018-08-27T12:14:38Z', 'created': u'2018-08-27T12:14:38Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 12:14:52,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:14:52,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:52,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-d12b381c-1848-4d50-9e14-fdb55ab8971c Date: Mon, 27 Aug 2018 12:14:52 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"99eae58b-159b-4476-8ed7-a516a8a03d25","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"00a76f14bfb549e1923370a4b645a661","l2_adjacency":true,"status":"ACTIVE","subnets":["8705cbf9-e0d9-4858-9e22-6ee69a510581"],"description":"","tags":[],"updated_at":"2018-08-27T12:14:15Z","qos_policy_id":null,"name":"singlevm2-net_3f48b413-2334-45a2-8ed8-8dde06b76482","admin_state_up":true,"tenant_id":"00a76f14bfb549e1923370a4b645a661","created_at":"2018-08-27T12:14:14Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 12:14:52,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d12b381c-1848-4d50-9e14-fdb55ab8971c 2018-08-27 12:14:52,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.136065006256s 2018-08-27 12:14:52,136 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d12b381c-1848-4d50-9e14-fdb55ab8971c 2018-08-27 12:14:52,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 12:14:52,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=de7f99e8-ac30-4917-9448-7103edc7d9f1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:52,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-22807e2e-da8a-4614-8c91-a6503cc5d4a4 Date: Mon, 27 Aug 2018 12:14:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T12:14:48Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8705cbf9-e0d9-4858-9e22-6ee69a510581","ip_address":"192.168.120.6"}],"id":"cd908f3f-e4eb-4a87-b098-ddc9742847f6","security_groups":["1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a"],"mac_address":"fa:16:3e:03:75:f5","project_id":"00a76f14bfb549e1923370a4b645a661","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"99eae58b-159b-4476-8ed7-a516a8a03d25","tenant_id":"00a76f14bfb549e1923370a4b645a661","created_at":"2018-08-27T12:14:42Z","binding:vnic_type":"normal","device_id":"de7f99e8-ac30-4917-9448-7103edc7d9f1","ip_allocation":"immediate"}]} 2018-08-27 12:14:52,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=de7f99e8-ac30-4917-9448-7103edc7d9f1 used request id req-22807e2e-da8a-4614-8c91-a6503cc5d4a4 2018-08-27 12:14:52,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0553250312805s 2018-08-27 12:14:52,193 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=de7f99e8-ac30-4917-9448-7103edc7d9f1 used request id req-22807e2e-da8a-4614-8c91-a6503cc5d4a4 2018-08-27 12:14:52,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-27 12:14:52,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" -d '{"floatingip": {"floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "fixed_ip_address": "192.168.120.6", "port_id": "cd908f3f-e4eb-4a87-b098-ddc9742847f6"}}' 2018-08-27 12:14:55,046 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-af21d1bd-b093-4f6d-894e-cf048f618c2f Date: Mon, 27 Aug 2018 12:14:55 GMT RESP BODY: {"floatingip": {"router_id": "2f51f3eb-6590-4332-a5ca-410389cc49cb", "status": "DOWN", "description": "", "tags": [], "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:53Z", "updated_at": "2018-08-27T12:14:53Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "99eae58b-159b-4476-8ed7-a516a8a03d25", "device_owner": "compute:nova", "mac_address": "fa:16:3e:03:75:f5", "device_id": "de7f99e8-ac30-4917-9448-7103edc7d9f1"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "00a76f14bfb549e1923370a4b645a661", "port_id": "cd908f3f-e4eb-4a87-b098-ddc9742847f6", "id": "d9c7e60c-9d97-4558-a97f-73d9d806c76a", "qos_policy_id": null}} 2018-08-27 12:14:55,046 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-af21d1bd-b093-4f6d-894e-cf048f618c2f 2018-08-27 12:14:55,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.85217094421s 2018-08-27 12:14:55,046 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-af21d1bd-b093-4f6d-894e-cf048f618c2f 2018-08-27 12:14:55,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:14:55,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:55,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-019f37dc-2c5d-42b2-a425-19515fb7fb6a Date: Mon, 27 Aug 2018 12:14:55 GMT RESP BODY: {"floatingips": [{"router_id": "2f51f3eb-6590-4332-a5ca-410389cc49cb", "status": "DOWN", "description": "", "tags": [], "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:53Z", "updated_at": "2018-08-27T12:14:53Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "99eae58b-159b-4476-8ed7-a516a8a03d25", "device_owner": "compute:nova", "mac_address": "fa:16:3e:03:75:f5", "device_id": "de7f99e8-ac30-4917-9448-7103edc7d9f1"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "00a76f14bfb549e1923370a4b645a661", "port_id": "cd908f3f-e4eb-4a87-b098-ddc9742847f6", "id": "d9c7e60c-9d97-4558-a97f-73d9d806c76a", "qos_policy_id": null}]} 2018-08-27 12:14:55,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-019f37dc-2c5d-42b2-a425-19515fb7fb6a 2018-08-27 12:14:55,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0680921077728s 2018-08-27 12:14:55,123 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-019f37dc-2c5d-42b2-a425-19515fb7fb6a 2018-08-27 12:14:55,127 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:14:55,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:14:55,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:55,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-f91c5d03-7d32-41af-a22a-2e398db47b51 Date: Mon, 27 Aug 2018 12:14:55 GMT RESP BODY: {"floatingips": [{"router_id": "2f51f3eb-6590-4332-a5ca-410389cc49cb", "status": "DOWN", "description": "", "tags": [], "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:53Z", "updated_at": "2018-08-27T12:14:53Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "99eae58b-159b-4476-8ed7-a516a8a03d25", "device_owner": "compute:nova", "mac_address": "fa:16:3e:03:75:f5", "device_id": "de7f99e8-ac30-4917-9448-7103edc7d9f1"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "00a76f14bfb549e1923370a4b645a661", "port_id": "cd908f3f-e4eb-4a87-b098-ddc9742847f6", "id": "d9c7e60c-9d97-4558-a97f-73d9d806c76a", "qos_policy_id": null}]} 2018-08-27 12:14:55,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f91c5d03-7d32-41af-a22a-2e398db47b51 2018-08-27 12:14:55,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0586829185486s 2018-08-27 12:14:55,291 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f91c5d03-7d32-41af-a22a-2e398db47b51 2018-08-27 12:14:55,295 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:14:55,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:14:55,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:55,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-15e84a93-da96-465e-8520-29c8d71c94fe Date: Mon, 27 Aug 2018 12:14:55 GMT RESP BODY: {"floatingips": [{"router_id": "2f51f3eb-6590-4332-a5ca-410389cc49cb", "status": "DOWN", "description": "", "tags": [], "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:53Z", "updated_at": "2018-08-27T12:14:53Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "99eae58b-159b-4476-8ed7-a516a8a03d25", "device_owner": "compute:nova", "mac_address": "fa:16:3e:03:75:f5", "device_id": "de7f99e8-ac30-4917-9448-7103edc7d9f1"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "00a76f14bfb549e1923370a4b645a661", "port_id": "cd908f3f-e4eb-4a87-b098-ddc9742847f6", "id": "d9c7e60c-9d97-4558-a97f-73d9d806c76a", "qos_policy_id": null}]} 2018-08-27 12:14:55,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-15e84a93-da96-465e-8520-29c8d71c94fe 2018-08-27 12:14:55,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0601692199707s 2018-08-27 12:14:55,460 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-15e84a93-da96-465e-8520-29c8d71c94fe 2018-08-27 12:14:55,464 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:14:55,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:14:55,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:55,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-9d9b276b-22de-492e-aa9b-c5e8a8a4f0cc Date: Mon, 27 Aug 2018 12:14:55 GMT RESP BODY: {"floatingips": [{"router_id": "2f51f3eb-6590-4332-a5ca-410389cc49cb", "status": "DOWN", "description": "", "tags": [], "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:53Z", "updated_at": "2018-08-27T12:14:53Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "99eae58b-159b-4476-8ed7-a516a8a03d25", "device_owner": "compute:nova", "mac_address": "fa:16:3e:03:75:f5", "device_id": "de7f99e8-ac30-4917-9448-7103edc7d9f1"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "00a76f14bfb549e1923370a4b645a661", "port_id": "cd908f3f-e4eb-4a87-b098-ddc9742847f6", "id": "d9c7e60c-9d97-4558-a97f-73d9d806c76a", "qos_policy_id": null}]} 2018-08-27 12:14:55,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-9d9b276b-22de-492e-aa9b-c5e8a8a4f0cc 2018-08-27 12:14:55,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0654571056366s 2018-08-27 12:14:55,635 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-9d9b276b-22de-492e-aa9b-c5e8a8a4f0cc 2018-08-27 12:14:55,638 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:14:55,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:14:55,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:55,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-63b4c8c8-2aa6-477a-9708-216fcde3e282 Date: Mon, 27 Aug 2018 12:14:55 GMT RESP BODY: {"floatingips": [{"router_id": "2f51f3eb-6590-4332-a5ca-410389cc49cb", "status": "DOWN", "description": "", "tags": [], "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:53Z", "updated_at": "2018-08-27T12:14:53Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "99eae58b-159b-4476-8ed7-a516a8a03d25", "device_owner": "compute:nova", "mac_address": "fa:16:3e:03:75:f5", "device_id": "de7f99e8-ac30-4917-9448-7103edc7d9f1"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "00a76f14bfb549e1923370a4b645a661", "port_id": "cd908f3f-e4eb-4a87-b098-ddc9742847f6", "id": "d9c7e60c-9d97-4558-a97f-73d9d806c76a", "qos_policy_id": null}]} 2018-08-27 12:14:55,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-63b4c8c8-2aa6-477a-9708-216fcde3e282 2018-08-27 12:14:55,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0613889694214s 2018-08-27 12:14:55,805 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-63b4c8c8-2aa6-477a-9708-216fcde3e282 2018-08-27 12:14:55,808 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:14:55,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:14:55,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:56,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-9aea91ea-9d0e-4ca9-b32b-b11ace8f9fdc Date: Mon, 27 Aug 2018 12:14:56 GMT RESP BODY: {"floatingips": [{"router_id": "2f51f3eb-6590-4332-a5ca-410389cc49cb", "status": "DOWN", "description": "", "tags": [], "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:53Z", "updated_at": "2018-08-27T12:14:53Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "99eae58b-159b-4476-8ed7-a516a8a03d25", "device_owner": "compute:nova", "mac_address": "fa:16:3e:03:75:f5", "device_id": "de7f99e8-ac30-4917-9448-7103edc7d9f1"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "00a76f14bfb549e1923370a4b645a661", "port_id": "cd908f3f-e4eb-4a87-b098-ddc9742847f6", "id": "d9c7e60c-9d97-4558-a97f-73d9d806c76a", "qos_policy_id": null}]} 2018-08-27 12:14:56,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-9aea91ea-9d0e-4ca9-b32b-b11ace8f9fdc 2018-08-27 12:14:56,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.324229001999s 2018-08-27 12:14:56,238 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-9aea91ea-9d0e-4ca9-b32b-b11ace8f9fdc 2018-08-27 12:14:56,242 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:14:56,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:14:56,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:56,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-fab8ad5e-eba6-47d0-bd82-56d819943c6b Date: Mon, 27 Aug 2018 12:14:56 GMT RESP BODY: {"floatingips": [{"router_id": "2f51f3eb-6590-4332-a5ca-410389cc49cb", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:53Z", "updated_at": "2018-08-27T12:14:56Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "99eae58b-159b-4476-8ed7-a516a8a03d25", "device_owner": "compute:nova", "mac_address": "fa:16:3e:03:75:f5", "device_id": "de7f99e8-ac30-4917-9448-7103edc7d9f1"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.214", "revision_number": 2, "project_id": "00a76f14bfb549e1923370a4b645a661", "port_id": "cd908f3f-e4eb-4a87-b098-ddc9742847f6", "id": "d9c7e60c-9d97-4558-a97f-73d9d806c76a", "qos_policy_id": null}]} 2018-08-27 12:14:56,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-fab8ad5e-eba6-47d0-bd82-56d819943c6b 2018-08-27 12:14:56,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.328063964844s 2018-08-27 12:14:56,675 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-fab8ad5e-eba6-47d0-bd82-56d819943c6b 2018-08-27 12:14:56,678 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'2f51f3eb-6590-4332-a5ca-410389cc49cb', 'updated_at': u'2018-08-27T12:14:56Z', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.214', 'revision_number': 2, 'port_id': u'cd908f3f-e4eb-4a87-b098-ddc9742847f6', 'id': u'd9c7e60c-9d97-4558-a97f-73d9d806c76a', 'network': u'9e7da560-d286-4d69-b2d6-e7b51586033c', 'port': u'cd908f3f-e4eb-4a87-b098-ddc9742847f6', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'00a76f14bfb549e1923370a4b645a661', 'name': 'singlevm2-project_3f48b413-2334-45a2-8ed8-8dde06b76482', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'00a76f14bfb549e1923370a4b645a661', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'99eae58b-159b-4476-8ed7-a516a8a03d25', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:03:75:f5', u'device_id': u'de7f99e8-ac30-4917-9448-7103edc7d9f1'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'00a76f14bfb549e1923370a4b645a661', 'created_at': u'2018-08-27T12:14:53Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'99eae58b-159b-4476-8ed7-a516a8a03d25', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:03:75:f5', u'device_id': u'de7f99e8-ac30-4917-9448-7103edc7d9f1'}), 'router': u'2f51f3eb-6590-4332-a5ca-410389cc49cb'}) 2018-08-27 12:14:56,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 12:14:56,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1/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}ac2d13689299063504d1e0cdd27c336a1b9dca28" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 12:14:56,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:14: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-65921d46-4396-4f8b-90e1-da2c4aac1075 x-compute-request-id: req-65921d46-4396-4f8b-90e1-da2c4aac1075 Content-Encoding: gzip Content-Length: 9583 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 480054146 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.194983] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197382] pid_max: default: 32768 minimum: 301\n[ 0.198733] ACPI: Core revision 20150930\n[ 0.200451] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202358] Security Framework initialized\n[ 0.203566] Yama: becoming mindful.\n[ 0.204615] AppArmor: AppArmor initialized\n[ 0.205884] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207854] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209700] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211478] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213461] Initializing cgroup subsys io\n[ 0.214693] Initializing cgroup subsys memory\n[ 0.215948] Initializing cgroup subsys devices\n[ 0.217230] Initializing cgroup subsys freezer\n[ 0.218548] Initializing cgroup subsys net_cls\n[ 0.219818] Initializing cgroup subsys perf_event\n[ 0.221136] Initializing cgroup subsys net_prio\n[ 0.222466] Initializing cgroup subsys hugetlb\n[ 0.223769] Initializing cgroup subsys pids\n[ 0.225009] CPU: Physical Processor ID: 0\n[ 0.226919] mce: CPU supports 10 MCE banks\n[ 0.228128] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229583] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245785] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252487] ftrace: allocating 31920 entries in 125 pages\n[ 0.277715] smpboot: Max logical packages: 1\n[ 0.278990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280954] x2apic enabled\n[ 0.282166] Switched APIC routing to physical x2apic.\n[ 0.284702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286350] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.291852] KVM setup paravirtual spinlock\n[ 0.293501] x86: Booted up 1 node, 1 CPUs\n[ 0.294675] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.296662] devtmpfs: initialized\n[ 0.298657] evm: security.selinux\n[ 0.299671] evm: security.SMACK64\n[ 0.300674] evm: security.SMACK64EXEC\n[ 0.301760] evm: security.SMACK64TRANSMUTE\n[ 0.302930] evm: security.SMACK64MMAP\n[ 0.304011] evm: security.ima\n[ 0.304938] evm: security.capability\n[ 0.306082] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.308646] pinctrl core: initialized pinctrl subsystem\n[ 0.310141] RTC time: 12:14:48, date: 08/27/18\n[ 0.311446] NET: Registered protocol family 16\n[ 0.312789] cpuidle: using governor ladder\n[ 0.313933] cpuidle: using governor menu\n[ 0.315032] PCCT header not found.\n[ 0.316068] ACPI: bus type PCI registered\n[ 0.317194] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318921] PCI: Using configuration type 1 for base access\n[ 0.321086] ACPI: Added _OSI(Module Device)\n[ 0.322259] ACPI: Added _OSI(Processor Device)\n[ 0.323463] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326914] ACPI: Interpreter enabled\n[ 0.327986] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.330573] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.333149] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.335741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.338326] ACPI: (supports S0 S5)\n[ 0.339317] ACPI: Using IOAPIC for interrupt routing\n[ 0.340654] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.344526] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.346102] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.347839] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.349487] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.352518] acpiphp: Slot [3] registered\n[ 0.353629] acpiphp: Slot [4] registered\n[ 0.354745] acpiphp: Slot [5] registered\n[ 0.355863] acpiphp: Slot [6] registered\n[ 0.356995] acpiphp: Slot [7] registered\n[ 0.358125] acpiphp: Slot [8] registered\n[ 0.359237] acpiphp: Slot [9] registered\n[ 0.360344] acpiphp: Slot [10] registered\n[ 0.361479] acpiphp: Slot [11] registered\n[ 0.362607] acpiphp: Slot [12] registered\n[ 0.363743] acpiphp: Slot [13] registered\n[ 0.364870] acpiphp: Slot [14] registered\n[ 0.366016] acpiphp: Slot [15] registered\n[ 0.381550] acpiphp: Slot [16] registered\n[ 0.382689] acpiphp: Slot [17] registered\n[ 0.383823] acpiphp: Slot [18] registered\n[ 0.384970] acpiphp: Slot [19] registered\n[ 0.386107] acpiphp: Slot [20] registered\n[ 0.387251] acpiphp: Slot [21] registered\n[ 0.388387] acpiphp: Slot [22] registered\n[ 0.389522] acpiphp: Slot [23] registered\n[ 0.390653] acpiphp: Slot [24] registered\n[ 0.391791] acpiphp: Slot [25] registered\n[ 0.392924] acpiphp: Slot [26] registered\n[ 0.394061] acpiphp: Slot [27] registered\n[ 0.395199] acpiphp: Slot [28] registered\n[ 0.396339] acpiphp: Slot [29] registered\n[ 0.397477] acpiphp: Slot [30] registered\n[ 0.398613] acpiphp: Slot [31] registered\n[ 0.399744] PCI host bridge to bus 0000:00\n[ 0.400876] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.402561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.404233] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.406277] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.408308] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.410388] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.414434] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.416196] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417823] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.419569] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423920] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425935] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446478] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452449] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.454470] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456202] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.457996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.459460] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.461596] vgaarb: loaded\n[ 0.462440] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464102] SCSI subsystem initialized\n[ 0.465375] ACPI: bus type USB registered\n[ 0.466534] usbcore: registered new interface driver usbfs\n[ 0.467968] usbcore: registered new interface driver hub\n[ 0.469353] usbcore: registered new device driver usb\n[ 0.470871] PCI: Using ACPI for IRQ routing\n[ 0.472411] NetLabel: Initializing\n[ 0.473411] NetLabel: domain hash size = 128\n[ 0.474596] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475936] NetLabel: unlabeled traffic allowed by default\n[ 0.477538] clocksource: Switched to clocksource kvm-clock\n[ 0.487575] AppArmor: AppArmor Filesystem Enabled\n[ 0.488889] pnp: PnP ACPI init\n[ 0.490129] pnp: PnP ACPI: found 5 devices\n[ 0.496960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.499340] NET: Registered protocol family 2\n[ 0.500773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502557] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.504236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505923] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507425] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.509044] NET: Registered protocol family 1\n[ 0.510261] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511781] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513279] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527849] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542346] Trying to unpack rootfs image as initramfs...\n[ 0.604736] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609841] Scanning for low memory corruption every 60 seconds\n[ 0.612047] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613690] audit: initializing netlink subsys (disabled)\n[ 0.615167] audit: type=2000 audit(1535372089.930:1): initialized\n[ 0.617069] Initialise system trusted keyring\n[ 0.618516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622881] zbud: loaded\n[ 0.623913] VFS: Disk quotas dquot_6.6.0\n[ 0.625065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627273] fuse init (API version 7.23)\n[ 0.628530] Key type big_key registered\n[ 0.629674] Allocating IMA MOK and blacklist keyrings.\n[ 0.631352] Key type asymmetric registered\n[ 0.632528] Asymmetric key parser 'x509' registered\n[ 0.633885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635988] io scheduler noop registered\n[ 0.637103] io scheduler deadline registered (default)\n[ 0.638507] io scheduler cfq registered\n[ 0.639712] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.641167] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642965] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.645014] ACPI: Power Button [PWRF]\n[ 0.646255] GHES: HEST is not enabled!\n[ 0.660399] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.689704] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.692629] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.716403] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.719463] Linux agpgart interface v0.103\n[ 0.722903] brd: module loaded\n[ 0.725160] loop: module loaded\n[ 0.732058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734111] GPT:90111 != 2097151\n[ 0.735072] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736585] GPT:90111 != 2097151\n[ 0.737530] GPT: Use GNU Parted to correct GPT errors.\n[ 0.738876] vda: vda1 vda15\n[ 0.740541] scsi host0: ata_piix\n[ 0.741629] scsi host1: ata_piix\n[ 0.742632] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.744319] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.746344] libphy: Fixed MDIO Bus: probed\n[ 0.747533] tun: Universal TUN/TAP device driver, 1.6\n[ 0.748884] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.751861] PPP generic driver version 2.4.2\n[ 0.753136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.754853] ehci-pci: EHCI PCI platform driver\n[ 0.756121] ehci-platform: EHCI generic platform driver\n[ 0.757508] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.759118] ohci-pci: OHCI PCI platform driver\n[ 0.760384] ohci-platform: OHCI generic platform driver\n[ 0.761806] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.776513] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.777927] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.780027] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.781482] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.783073] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.784788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.786782] usb usb1: Product: UHCI Host Controller\n[ 0.788087] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.789680] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.791082] hub 1-0:1.0: USB hub found\n[ 0.792183] hub 1-0:1.0: 2 ports detected\n[ 0.793482] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.796421] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.797749] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.799198] mousedev: PS/2 mouse device common for all mice\n[ 0.800934] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.803494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.805053] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.806710] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.808364] i2c /dev entries driver\n[ 0.809448] device-mapper: uevent: version 1.0.3\n[ 0.810781] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.813079] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.814990] NET: Registered protocol family 10\n[ 0.816572] NET: Registered protocol family 17\n[ 0.817825] Key type dns_resolver registered\n[ 0.819147] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.820682] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.823150] registered taskstats version 1\n[ 0.824329] Loading compiled-in X.509 certificates\n[ 0.826194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.828794] zswap: loaded using pool lzo/zbud\n[ 0.830868] Key type trusted registered\n[ 0.832990] Key type encrypted registered\n[ 0.834166] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.835609] ima: No TPM chip found, activating TPM-bypass!\n[ 0.837039] evm: HMAC attrs: 0x1\n[ 0.838360] Magic number: 14:481:229\n[ 0.839554] rtc_cmos 00:00: setting system clock to 2018-08-27 12:14:49 UTC (1535372089)\n[ 0.841811] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.843354] EDD information not available.\n[ 0.907087] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923698] Write protecting the kernel read-only data: 14336k\n[ 0.926677] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929140] 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.976223] 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.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... 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-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCiOQCwkw12Ie5PRcs4KZTHKI1qu4Z/4LoNa6+J/TD359TlcKT5GUQNGPzgZpSm3n8lyM1kGB+Bt+NtkllajK4rj8c0q626DP0NFlqByKC+287g3dxSI6zE3HeDgR1K0f+GUrCQAvNnP/AlbKnjiJQJGHDtBVhxfpZN+MQ4Wr33PQmy9qee3N+hSSTmSKoYEOWfgtyad8yWOBFpwk8YdmMtCQXN2m2zt+gnHyXie8CdHQtWESVgYt5ewzh+GksDQQ9m7/eNLIOwtfGnUgG2YnbrqYG3FvtSWeUVvv1tuMoQ2DT8F3v/AlHKPvndCZdBrVOY/qOEiBcnc/aGvAky8fu7 root@singlevm2-vm-3f48b413-2334-45a2-8ed8-8dde06b76482\nssh-dss AAAAB3NzaC1kc3MAAACBAJ+Ma5QrZP4/+KlYHBWfTZuWD8zCZ7TGh0NAJl2gt+ispm/2aoX3cph4GUUtEnutzxGbPJ7UlZDdF/CNSh97YBSBjE3ZF3cCocsEfSvL7QEJH0zOgw/T4FolFf8K9q8CsqIKUSLmT9IdB0oL0WZlK2EEHksZYb5c+ExgpQR7aCbdAAAAFQCioY8j+60MHst/zjr+qpD6cAGyEQAAAIAzyjP/4Xw3Ama7dadC600DyGgYH79vw4iYCVpDcDF/hJIjkxiOowS3qoslBYT2FBWOwBPShAJiO7gwIbB5V6uxvIu+SJmObn3/EnI5zSsvDgYJC9NACBBTx1E4OYLz/AvDaUGRuqkrk+xi03y+57vkJK5JQ47/rRTLMuo/36vjmwAAAIBV1CFfkP370S2CYkYmxpXqv2qGFuJrz39KG52R1VRFZBpLBLzXNRPgOoncw47B5a6uY62+0mQ5Wv+q38KTHWF0u5K8fukLN6/5Vs1p9VxCCWhHK8Xe8mX/sP7L7dkf0diem3zhxgyRfK/gpUg5xfEsvfrDoHutuSReabNujUoijA== root@singlevm2-vm-3f48b413-2334-45a2-8ed8-8dde06b76482\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.6,24,fe80::f816:3eff:fe03:75f5/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 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-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-3f48b413-2334-45a2-8ed8-8dde06b76482\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=5.04 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-3f48b413-2334-45a2-8ed8-8dde06b76482 login: "} 2018-08-27 12:14:56,916 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1/action used request id req-65921d46-4396-4f8b-90e1-da2c4aac1075 2018-08-27 12:14:56,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.236809968948s 2018-08-27 12:14:56,917 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1/action used request id req-65921d46-4396-4f8b-90e1-da2c4aac1075 2018-08-27 12:14:56,917 - 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 480054146 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.194983] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.197382] pid_max: default: 32768 minimum: 301 [ 0.198733] ACPI: Core revision 20150930 [ 0.200451] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.202358] Security Framework initialized [ 0.203566] Yama: becoming mindful. [ 0.204615] AppArmor: AppArmor initialized [ 0.205884] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.207854] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.209700] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211478] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.213461] Initializing cgroup subsys io [ 0.214693] Initializing cgroup subsys memory [ 0.215948] Initializing cgroup subsys devices [ 0.217230] Initializing cgroup subsys freezer [ 0.218548] Initializing cgroup subsys net_cls [ 0.219818] Initializing cgroup subsys perf_event [ 0.221136] Initializing cgroup subsys net_prio [ 0.222466] Initializing cgroup subsys hugetlb [ 0.223769] Initializing cgroup subsys pids [ 0.225009] CPU: Physical Processor ID: 0 [ 0.226919] mce: CPU supports 10 MCE banks [ 0.228128] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.229583] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.245785] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.252487] ftrace: allocating 31920 entries in 125 pages [ 0.277715] smpboot: Max logical packages: 1 [ 0.278990] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.280954] x2apic enabled [ 0.282166] Switched APIC routing to physical x2apic. [ 0.284702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.286350] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.289253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.291852] KVM setup paravirtual spinlock [ 0.293501] x86: Booted up 1 node, 1 CPUs [ 0.294675] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.296662] devtmpfs: initialized [ 0.298657] evm: security.selinux [ 0.299671] evm: security.SMACK64 [ 0.300674] evm: security.SMACK64EXEC [ 0.301760] evm: security.SMACK64TRANSMUTE [ 0.302930] evm: security.SMACK64MMAP [ 0.304011] evm: security.ima [ 0.304938] evm: security.capability [ 0.306082] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.308646] pinctrl core: initialized pinctrl subsystem [ 0.310141] RTC time: 12:14:48, date: 08/27/18 [ 0.311446] NET: Registered protocol family 16 [ 0.312789] cpuidle: using governor ladder [ 0.313933] cpuidle: using governor menu [ 0.315032] PCCT header not found. [ 0.316068] ACPI: bus type PCI registered [ 0.317194] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318921] PCI: Using configuration type 1 for base access [ 0.321086] ACPI: Added _OSI(Module Device) [ 0.322259] ACPI: Added _OSI(Processor Device) [ 0.323463] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324722] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326914] ACPI: Interpreter enabled [ 0.327986] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.330573] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.333149] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.335741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.338326] ACPI: (supports S0 S5) [ 0.339317] ACPI: Using IOAPIC for interrupt routing [ 0.340654] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.344526] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.346102] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.347839] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.349487] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.352518] acpiphp: Slot [3] registered [ 0.353629] acpiphp: Slot [4] registered [ 0.354745] acpiphp: Slot [5] registered [ 0.355863] acpiphp: Slot [6] registered [ 0.356995] acpiphp: Slot [7] registered [ 0.358125] acpiphp: Slot [8] registered [ 0.359237] acpiphp: Slot [9] registered [ 0.360344] acpiphp: Slot [10] registered [ 0.361479] acpiphp: Slot [11] registered [ 0.362607] acpiphp: Slot [12] registered [ 0.363743] acpiphp: Slot [13] registered [ 0.364870] acpiphp: Slot [14] registered [ 0.366016] acpiphp: Slot [15] registered [ 0.381550] acpiphp: Slot [16] registered [ 0.382689] acpiphp: Slot [17] registered [ 0.383823] acpiphp: Slot [18] registered [ 0.384970] acpiphp: Slot [19] registered [ 0.386107] acpiphp: Slot [20] registered [ 0.387251] acpiphp: Slot [21] registered [ 0.388387] acpiphp: Slot [22] registered [ 0.389522] acpiphp: Slot [23] registered [ 0.390653] acpiphp: Slot [24] registered [ 0.391791] acpiphp: Slot [25] registered [ 0.392924] acpiphp: Slot [26] registered [ 0.394061] acpiphp: Slot [27] registered [ 0.395199] acpiphp: Slot [28] registered [ 0.396339] acpiphp: Slot [29] registered [ 0.397477] acpiphp: Slot [30] registered [ 0.398613] acpiphp: Slot [31] registered [ 0.399744] PCI host bridge to bus 0000:00 [ 0.400876] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.402561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.404233] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.406277] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.408308] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.410388] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.414434] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.416196] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.417823] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.419569] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423920] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.425935] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.446478] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.448506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.450489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.452449] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.454470] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.456202] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.457996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.459460] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.461596] vgaarb: loaded [ 0.462440] vgaarb: bridge control possible 0000:00:02.0 [ 0.464102] SCSI subsystem initialized [ 0.465375] ACPI: bus type USB registered [ 0.466534] usbcore: registered new interface driver usbfs [ 0.467968] usbcore: registered new interface driver hub [ 0.469353] usbcore: registered new device driver usb [ 0.470871] PCI: Using ACPI for IRQ routing [ 0.472411] NetLabel: Initializing [ 0.473411] NetLabel: domain hash size = 128 [ 0.474596] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.475936] NetLabel: unlabeled traffic allowed by default [ 0.477538] clocksource: Switched to clocksource kvm-clock [ 0.487575] AppArmor: AppArmor Filesystem Enabled [ 0.488889] pnp: PnP ACPI init [ 0.490129] pnp: PnP ACPI: found 5 devices [ 0.496960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.499340] NET: Registered protocol family 2 [ 0.500773] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.502557] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.504236] TCP: Hash tables configured (established 4096 bind 4096) [ 0.505923] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.507425] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.509044] NET: Registered protocol family 1 [ 0.510261] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.511781] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.513279] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.527849] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.542346] Trying to unpack rootfs image as initramfs... [ 0.604736] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.609841] Scanning for low memory corruption every 60 seconds [ 0.612047] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.613690] audit: initializing netlink subsys (disabled) [ 0.615167] audit: type=2000 audit(1535372089.930:1): initialized [ 0.617069] Initialise system trusted keyring [ 0.618516] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.620131] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.622881] zbud: loaded [ 0.623913] VFS: Disk quotas dquot_6.6.0 [ 0.625065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.627273] fuse init (API version 7.23) [ 0.628530] Key type big_key registered [ 0.629674] Allocating IMA MOK and blacklist keyrings. [ 0.631352] Key type asymmetric registered [ 0.632528] Asymmetric key parser 'x509' registered [ 0.633885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.635988] io scheduler noop registered [ 0.637103] io scheduler deadline registered (default) [ 0.638507] io scheduler cfq registered [ 0.639712] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.641167] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.642965] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.645014] ACPI: Power Button [PWRF] [ 0.646255] GHES: HEST is not enabled! [ 0.660399] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.689704] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.692629] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.716403] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.719463] Linux agpgart interface v0.103 [ 0.722903] brd: module loaded [ 0.725160] loop: module loaded [ 0.732058] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.734111] GPT:90111 != 2097151 [ 0.735072] GPT:Alternate GPT header not at the end of the disk. [ 0.736585] GPT:90111 != 2097151 [ 0.737530] GPT: Use GNU Parted to correct GPT errors. [ 0.738876] vda: vda1 vda15 [ 0.740541] scsi host0: ata_piix [ 0.741629] scsi host1: ata_piix [ 0.742632] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.744319] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.746344] libphy: Fixed MDIO Bus: probed [ 0.747533] tun: Universal TUN/TAP device driver, 1.6 [ 0.748884] tun: (C) 1999-2004 Max Krasnyansky [ 0.751861] PPP generic driver version 2.4.2 [ 0.753136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.754853] ehci-pci: EHCI PCI platform driver [ 0.756121] ehci-platform: EHCI generic platform driver [ 0.757508] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.759118] ohci-pci: OHCI PCI platform driver [ 0.760384] ohci-platform: OHCI generic platform driver [ 0.761806] uhci_hcd: USB Universal Host Controller Interface driver [ 0.776513] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.777927] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.780027] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.781482] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.783073] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.784788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.786782] usb usb1: Product: UHCI Host Controller [ 0.788087] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.789680] usb usb1: SerialNumber: 0000:00:01.2 [ 0.791082] hub 1-0:1.0: USB hub found [ 0.792183] hub 1-0:1.0: 2 ports detected [ 0.793482] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.796421] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.797749] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.799198] mousedev: PS/2 mouse device common for all mice [ 0.800934] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.803494] rtc_cmos 00:00: RTC can wake from S4 [ 0.805053] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.806710] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.808364] i2c /dev entries driver [ 0.809448] device-mapper: uevent: version 1.0.3 [ 0.810781] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.813079] ledtrig-cpu: registered to indicate activity on CPUs [ 0.814990] NET: Registered protocol family 10 [ 0.816572] NET: Registered protocol family 17 [ 0.817825] Key type dns_resolver registered [ 0.819147] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.820682] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.823150] registered taskstats version 1 [ 0.824329] Loading compiled-in X.509 certificates [ 0.826194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.828794] zswap: loaded using pool lzo/zbud [ 0.830868] Key type trusted registered [ 0.832990] Key type encrypted registered [ 0.834166] AppArmor: AppArmor sha1 policy hashing enabled [ 0.835609] ima: No TPM chip found, activating TPM-bypass! [ 0.837039] evm: HMAC attrs: 0x1 [ 0.838360] Magic number: 14:481:229 [ 0.839554] rtc_cmos 00:00: setting system clock to 2018-08-27 12:14:49 UTC (1535372089) [ 0.841811] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.843354] EDD information not available. [ 0.907087] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.923698] Write protecting the kernel read-only data: 14336k [ 0.926677] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.929140] 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.976223] 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.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... 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-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCiOQCwkw12Ie5PRcs4KZTHKI1qu4Z/4LoNa6+J/TD359TlcKT5GUQNGPzgZpSm3n8lyM1kGB+Bt+NtkllajK4rj8c0q626DP0NFlqByKC+287g3dxSI6zE3HeDgR1K0f+GUrCQAvNnP/AlbKnjiJQJGHDtBVhxfpZN+MQ4Wr33PQmy9qee3N+hSSTmSKoYEOWfgtyad8yWOBFpwk8YdmMtCQXN2m2zt+gnHyXie8CdHQtWESVgYt5ewzh+GksDQQ9m7/eNLIOwtfGnUgG2YnbrqYG3FvtSWeUVvv1tuMoQ2DT8F3v/AlHKPvndCZdBrVOY/qOEiBcnc/aGvAky8fu7 root@singlevm2-vm-3f48b413-2334-45a2-8ed8-8dde06b76482 ssh-dss AAAAB3NzaC1kc3MAAACBAJ+Ma5QrZP4/+KlYHBWfTZuWD8zCZ7TGh0NAJl2gt+ispm/2aoX3cph4GUUtEnutzxGbPJ7UlZDdF/CNSh97YBSBjE3ZF3cCocsEfSvL7QEJH0zOgw/T4FolFf8K9q8CsqIKUSLmT9IdB0oL0WZlK2EEHksZYb5c+ExgpQR7aCbdAAAAFQCioY8j+60MHst/zjr+qpD6cAGyEQAAAIAzyjP/4Xw3Ama7dadC600DyGgYH79vw4iYCVpDcDF/hJIjkxiOowS3qoslBYT2FBWOwBPShAJiO7gwIbB5V6uxvIu+SJmObn3/EnI5zSsvDgYJC9NACBBTx1E4OYLz/AvDaUGRuqkrk+xi03y+57vkJK5JQ47/rRTLMuo/36vjmwAAAIBV1CFfkP370S2CYkYmxpXqv2qGFuJrz39KG52R1VRFZBpLBLzXNRPgOoncw47B5a6uY62+0mQ5Wv+q38KTHWF0u5K8fukLN6/5Vs1p9VxCCWhHK8Xe8mX/sP7L7dkf0diem3zhxgyRfK/gpUg5xfEsvfrDoHutuSReabNujUoijA== root@singlevm2-vm-3f48b413-2334-45a2-8ed8-8dde06b76482 -----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.6,24,fe80::f816:3eff:fe03:75f5/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 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-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-3f48b413-2334-45a2-8ed8-8dde06b76482 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=5.04 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-3f48b413-2334-45a2-8ed8-8dde06b76482 login: 2018-08-27 12:14:56,921 - paramiko.transport - DEBUG - starting thread (client mode): 0xef4bec10L 2018-08-27 12:14:56,921 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 12:14:56,921 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-27 12:14:56,922 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-27 12:14:56,923 - 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 12:14:56,923 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 12:14:56,923 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-27 12:14:56,923 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 12:14:56,924 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 12:14:56,924 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 12:14:56,941 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 12:14:56,942 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 12:14:56,953 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.214: 224da88af35657d6fab03959ec37dcf4 2018-08-27 12:14:56,954 - paramiko.transport - DEBUG - Trying discovered key 58b338fa3a89b5d76f8f0034926d35e6 in /tmp/tmpOQFeVb 2018-08-27 12:14:56,981 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 12:14:56,987 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-27 12:14:57,018 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-27 12:14:57,020 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-27 12:14:57,020 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-27 12:14:57,021 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-27 12:14:57,022 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-27 12:14:57,022 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-27 12:14:57,023 - functest.core.singlevm - DEBUG - error: 2018-08-27 12:14:57,026 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-27 12:14:57,140 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 12:14:57,140 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:43 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-27 12:14:57,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 12:14:57,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/d9c7e60c-9d97-4558-a97f-73d9d806c76a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:59,268 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e89b23ba-e9cc-4a4d-a84e-864ceed66e5c Content-Length: 0 Date: Mon, 27 Aug 2018 12:14:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:14:59,268 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/d9c7e60c-9d97-4558-a97f-73d9d806c76a.json used request id req-e89b23ba-e9cc-4a4d-a84e-864ceed66e5c 2018-08-27 12:14:59,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 2.12077283859s 2018-08-27 12:14:59,268 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/d9c7e60c-9d97-4558-a97f-73d9d806c76a.json used request id req-e89b23ba-e9cc-4a4d-a84e-864ceed66e5c 2018-08-27 12:14:59,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:14:59,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:14:59,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e3d84d2a-7dd7-4107-a769-b1ab14e7a8e8 Date: Mon, 27 Aug 2018 12:14:59 GMT RESP BODY: {"floatingips": []} 2018-08-27 12:14:59,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-e3d84d2a-7dd7-4107-a769-b1ab14e7a8e8 2018-08-27 12:14:59,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.329004049301s 2018-08-27 12:14:59,604 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-e3d84d2a-7dd7-4107-a769-b1ab14e7a8e8 2018-08-27 12:14:59,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 12:14:59,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:15:00,016 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:14: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-5cde1c26-b433-4b9c-942c-5d04c88dc746 x-compute-request-id: req-5cde1c26-b433-4b9c-942c-5d04c88dc746 Content-Type: application/json 2018-08-27 12:15:00,017 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1 used request id req-5cde1c26-b433-4b9c-942c-5d04c88dc746 2018-08-27 12:15:00,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.412109136581s 2018-08-27 12:15:00,017 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1 used request id req-5cde1c26-b433-4b9c-942c-5d04c88dc746 2018-08-27 12:15:00,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:15:00,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:15:01,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15: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-955b3419-3985-44c9-b19c-74ecd1033b8f x-compute-request-id: req-955b3419-3985-44c9-b19c-74ecd1033b8f Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_3f48b413-2334-45a2-8ed8-8dde06b76482": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:75:f5", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:75:f5", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/de7f99e8-ac30-4917-9448-7103edc7d9f1", "rel": "bookmark"}], "image": {"id": "465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "links": [{"href": "http://172.30.9.28:8774/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:14:49.000000", "flavor": {"id": "3976ff5c-cb5e-4117-ac9f-19c9902a21ea", "links": [{"href": "http://172.30.9.28:8774/flavors/3976ff5c-cb5e-4117-ac9f-19c9902a21ea", "rel": "bookmark"}]}, "id": "de7f99e8-ac30-4917-9448-7103edc7d9f1", "user_id": "5f27ec6752504ef29343028ff97aad2b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:14:59Z", "hostId": "fbfb9a8280cc297dca88716ea7dfd0296cd311d13e4a678fe0029309", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3f48b413-2334-45a2-8ed8-8dde06b76482", "name": "singlevm2-vm_3f48b413-2334-45a2-8ed8-8dde06b76482", "created": "2018-08-27T12:14:38Z", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:15:01,008 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-955b3419-3985-44c9-b19c-74ecd1033b8f 2018-08-27 12:15:01,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.990675210953s 2018-08-27 12:15:01,009 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-955b3419-3985-44c9-b19c-74ecd1033b8f 2018-08-27 12:15:01,010 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:15:03,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:15:03,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:15:03,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15: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-aeb6a2d1-9f6b-4f28-b5b4-7e70697343e1 x-compute-request-id: req-aeb6a2d1-9f6b-4f28-b5b4-7e70697343e1 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 12:15:03,101 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-aeb6a2d1-9f6b-4f28-b5b4-7e70697343e1 2018-08-27 12:15:03,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0882868766785s 2018-08-27 12:15:03,102 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-aeb6a2d1-9f6b-4f28-b5b4-7e70697343e1 2018-08-27 12:15:03,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 12:15:03,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:15:03,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-b6afe393-c32c-4705-b016-d93ad80f265d Date: Mon, 27 Aug 2018 12:15:03 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:31Z", "updated_at": "2018-08-27T12:14:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:31Z", "revision_number": 0, "id": "5450b38d-3940-4c0c-b4b5-828327e816ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:31Z", "security_group_id": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv4", "project_id": "00a76f14bfb549e1923370a4b645a661"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T12:14:31Z", "revision_number": 0, "id": "e1845938-bbb0-4bbc-b34f-87eb61699a40", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:31Z", "security_group_id": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": 22, "ethertype": "IPv4", "project_id": "00a76f14bfb549e1923370a4b645a661"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:32Z", "revision_number": 0, "id": "f1d8780c-0205-448f-abc3-d402a7e52b7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:32Z", "security_group_id": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv4", "project_id": "00a76f14bfb549e1923370a4b645a661"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:31Z", "revision_number": 0, "id": "fa593a05-8438-4e42-9907-5b0a50cf2cab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:31Z", "security_group_id": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv6", "project_id": "00a76f14bfb549e1923370a4b645a661"}], "revision_number": 3, "project_id": "00a76f14bfb549e1923370a4b645a661", "id": "1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a", "name": "singlevm2-sg_3f48b413-2334-45a2-8ed8-8dde06b76482"}, {"description": "Default security group", "tags": [], "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:14Z", "updated_at": "2018-08-27T12:14:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:14Z", "revision_number": 0, "id": "89883b69-beb4-4029-939e-c5cb2da3512d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:14Z", "security_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv4", "project_id": "00a76f14bfb549e1923370a4b645a661"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:14Z", "revision_number": 0, "id": "9f54eeb8-8287-47be-bd6a-c334ec1d797e", "remote_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:14Z", "security_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv4", "project_id": "00a76f14bfb549e1923370a4b645a661"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:14Z", "revision_number": 0, "id": "e9dd8e3f-b9fc-42ce-820c-f34f376e2f4f", "remote_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:14Z", "security_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv6", "project_id": "00a76f14bfb549e1923370a4b645a661"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:14Z", "revision_number": 0, "id": "ee3e0f6f-badc-4f06-8551-2ce247808d00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:14Z", "security_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv6", "project_id": "00a76f14bfb549e1923370a4b645a661"}], "revision_number": 1, "project_id": "00a76f14bfb549e1923370a4b645a661", "id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "name": "default"}]} 2018-08-27 12:15:03,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-b6afe393-c32c-4705-b016-d93ad80f265d 2018-08-27 12:15:03,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0479910373688s 2018-08-27 12:15:03,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-b6afe393-c32c-4705-b016-d93ad80f265d 2018-08-27 12:15:03,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-27 12:15:03,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:15:03,548 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5cc7a6fd-f3bc-45e1-9e43-cb7fbebfbbf0 Content-Length: 0 Date: Mon, 27 Aug 2018 12:15:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:15:03,548 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a.json used request id req-5cc7a6fd-f3bc-45e1-9e43-cb7fbebfbbf0 2018-08-27 12:15:03,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.391784906387s 2018-08-27 12:15:03,548 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/1a36b2fa-8a77-4d9c-a2f2-8fcb323e455a.json used request id req-5cc7a6fd-f3bc-45e1-9e43-cb7fbebfbbf0 2018-08-27 12:15:03,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-27 12:15:03,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/singlevm2-kp_3f48b413-2334-45a2-8ed8-8dde06b76482 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:15:03,731 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:15: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-9198386b-dd85-486b-8e4a-77588bd54696 x-compute-request-id: req-9198386b-dd85-486b-8e4a-77588bd54696 Content-Length: 0 Content-Type: application/json 2018-08-27 12:15:03,731 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm2-kp_3f48b413-2334-45a2-8ed8-8dde06b76482 used request id req-9198386b-dd85-486b-8e4a-77588bd54696 2018-08-27 12:15:03,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.181895017624s 2018-08-27 12:15:03,731 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm2-kp_3f48b413-2334-45a2-8ed8-8dde06b76482 used request id req-9198386b-dd85-486b-8e4a-77588bd54696 2018-08-27 12:15:03,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 12:15:03,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/2f51f3eb-6590-4332-a5ca-410389cc49cb/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}ac2d13689299063504d1e0cdd27c336a1b9dca28" -d '{"subnet_id": "8705cbf9-e0d9-4858-9e22-6ee69a510581"}' 2018-08-27 12:15:05,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d581b308-d129-4109-a5bc-99a8d9bf6f75 Date: Mon, 27 Aug 2018 12:15:05 GMT RESP BODY: {"network_id": "99eae58b-159b-4476-8ed7-a516a8a03d25", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "subnet_id": "8705cbf9-e0d9-4858-9e22-6ee69a510581", "subnet_ids": ["8705cbf9-e0d9-4858-9e22-6ee69a510581"], "port_id": "925f09ce-7e75-484e-81db-ed9f98e7b690", "id": "2f51f3eb-6590-4332-a5ca-410389cc49cb"} 2018-08-27 12:15:05,852 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2f51f3eb-6590-4332-a5ca-410389cc49cb/remove_router_interface.json used request id req-d581b308-d129-4109-a5bc-99a8d9bf6f75 2018-08-27 12:15:05,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.12062096596s 2018-08-27 12:15:05,853 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2f51f3eb-6590-4332-a5ca-410389cc49cb/remove_router_interface.json used request id req-d581b308-d129-4109-a5bc-99a8d9bf6f75 returning object 2f51f3eb-6590-4332-a5ca-410389cc49cb 2018-08-27 12:15:05,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 12:15:05,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:15:05,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-63281dd6-8a3a-465e-bf96-5444b7848b36 Date: Mon, 27 Aug 2018 12:15:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.212"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:17Z", "admin_state_up": true, "updated_at": "2018-08-27T12:15:04Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "00a76f14bfb549e1923370a4b645a661", "id": "2f51f3eb-6590-4332-a5ca-410389cc49cb", "name": "singlevm2-router_3f48b413-2334-45a2-8ed8-8dde06b76482"}]} 2018-08-27 12:15:05,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-63281dd6-8a3a-465e-bf96-5444b7848b36 2018-08-27 12:15:05,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.119469881058s 2018-08-27 12:15:05,973 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-63281dd6-8a3a-465e-bf96-5444b7848b36 2018-08-27 12:15:05,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 12:15:05,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/2f51f3eb-6590-4332-a5ca-410389cc49cb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:15:09,989 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-01f2e9cf-95eb-44c6-bff2-8591b976f163 Content-Length: 0 Date: Mon, 27 Aug 2018 12:15:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:15:09,990 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/2f51f3eb-6590-4332-a5ca-410389cc49cb.json used request id req-01f2e9cf-95eb-44c6-bff2-8591b976f163 2018-08-27 12:15:09,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.01518297195s 2018-08-27 12:15:09,990 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/2f51f3eb-6590-4332-a5ca-410389cc49cb.json used request id req-01f2e9cf-95eb-44c6-bff2-8591b976f163 2018-08-27 12:15:09,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 12:15:09,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:15:10,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-852a54f3-3adb-4da9-a77f-a3a515dc6700 Date: Mon, 27 Aug 2018 12:15:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99eae58b-159b-4476-8ed7-a516a8a03d25","tenant_id":"00a76f14bfb549e1923370a4b645a661","created_at":"2018-08-27T12:14:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T12:14:15Z","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":"00a76f14bfb549e1923370a4b645a661","id":"8705cbf9-e0d9-4858-9e22-6ee69a510581","subnetpool_id":null,"name":"singlevm2-subnet_3f48b413-2334-45a2-8ed8-8dde06b76482"}]} 2018-08-27 12:15:10,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-852a54f3-3adb-4da9-a77f-a3a515dc6700 2018-08-27 12:15:10,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.31688117981s 2018-08-27 12:15:10,308 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-852a54f3-3adb-4da9-a77f-a3a515dc6700 2018-08-27 12:15:10,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 12:15:10,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/8705cbf9-e0d9-4858-9e22-6ee69a510581.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:15:12,555 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2391857f-354f-48c1-b690-6baa33312ed4 Date: Mon, 27 Aug 2018 12:15:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:15:12,555 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/8705cbf9-e0d9-4858-9e22-6ee69a510581.json used request id req-2391857f-354f-48c1-b690-6baa33312ed4 2018-08-27 12:15:12,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.24585485458s 2018-08-27 12:15:12,555 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/8705cbf9-e0d9-4858-9e22-6ee69a510581.json used request id req-2391857f-354f-48c1-b690-6baa33312ed4 2018-08-27 12:15:12,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:15:12,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:15:12,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1236 X-Openstack-Request-Id: req-a6cc3023-f0a2-435e-88d2-8221242c631a Date: Mon, 27 Aug 2018 12:15:12 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"99eae58b-159b-4476-8ed7-a516a8a03d25","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"00a76f14bfb549e1923370a4b645a661","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:15:12Z","qos_policy_id":null,"name":"singlevm2-net_3f48b413-2334-45a2-8ed8-8dde06b76482","admin_state_up":true,"tenant_id":"00a76f14bfb549e1923370a4b645a661","created_at":"2018-08-27T12:14:14Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 12:15:12,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a6cc3023-f0a2-435e-88d2-8221242c631a 2018-08-27 12:15:12,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.374336004257s 2018-08-27 12:15:12,931 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a6cc3023-f0a2-435e-88d2-8221242c631a 2018-08-27 12:15:12,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 12:15:12,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/99eae58b-159b-4476-8ed7-a516a8a03d25.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:15:14,136 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-41dc0a17-ebcd-4d6f-9c7f-207fd370dc3a Date: Mon, 27 Aug 2018 12:15:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:15:14,136 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/99eae58b-159b-4476-8ed7-a516a8a03d25.json used request id req-41dc0a17-ebcd-4d6f-9c7f-207fd370dc3a 2018-08-27 12:15:14,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.20394611359s 2018-08-27 12:15:14,136 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/99eae58b-159b-4476-8ed7-a516a8a03d25.json used request id req-41dc0a17-ebcd-4d6f-9c7f-207fd370dc3a 2018-08-27 12:15:14,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:15:14,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:15:14,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-1c280168-5c03-4f48-9fa4-d97552a80f90 Date: Mon, 27 Aug 2018 12:15:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:14:29Z", "file": "/v2/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a/file", "owner": "00a76f14bfb549e1923370a4b645a661", "id": "465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "size": 12716032, "self": "/v2/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_3f48b413-2334-45a2-8ed8-8dde06b76482", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_3f48b413-2334-45a2-8ed8-8dde06b76482", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:14:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:15:14,437 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1c280168-5c03-4f48-9fa4-d97552a80f90 2018-08-27 12:15:14,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.296752929688s 2018-08-27 12:15:14,438 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1c280168-5c03-4f48-9fa4-d97552a80f90 2018-08-27 12:15:14,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 12:15:14,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac2d13689299063504d1e0cdd27c336a1b9dca28" 2018-08-27 12:15:15,628 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7054a937-a438-48f5-aa43-c44b44a1ec2d Date: Mon, 27 Aug 2018 12:15: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 12:15:15,628 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a used request id req-7054a937-a438-48f5-aa43-c44b44a1ec2d 2018-08-27 12:15:15,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.18884205818s 2018-08-27 12:15:15,629 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/465f1f5c-4ee0-4a48-9111-d0a089e26a3a used request id req-7054a937-a438-48f5-aa43-c44b44a1ec2d 2018-08-27 12:15:15,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 12:15:15,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" 2018-08-27 12:15:15,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15: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-f6c8a105-04ac-4e2f-8b6d-24df046d39f3 x-compute-request-id: req-f6c8a105-04ac-4e2f-8b6d-24df046d39f3 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_3f48b413-2334-45a2-8ed8-8dde06b76482", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/3976ff5c-cb5e-4117-ac9f-19c9902a21ea", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/3976ff5c-cb5e-4117-ac9f-19c9902a21ea", "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": "3976ff5c-cb5e-4117-ac9f-19c9902a21ea"}]} 2018-08-27 12:15:15,774 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-f6c8a105-04ac-4e2f-8b6d-24df046d39f3 2018-08-27 12:15:15,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.144908905029s 2018-08-27 12:15:15,774 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-f6c8a105-04ac-4e2f-8b6d-24df046d39f3 2018-08-27 12:15:15,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 12:15:15,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/3976ff5c-cb5e-4117-ac9f-19c9902a21ea -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" 2018-08-27 12:15:15,807 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:15: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-bd2269b2-5fad-4652-b4e7-f7e3b86baefa x-compute-request-id: req-bd2269b2-5fad-4652-b4e7-f7e3b86baefa Content-Length: 0 Content-Type: application/json 2018-08-27 12:15:15,807 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/3976ff5c-cb5e-4117-ac9f-19c9902a21ea used request id req-bd2269b2-5fad-4652-b4e7-f7e3b86baefa 2018-08-27 12:15:15,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0309431552887s 2018-08-27 12:15:15,807 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/3976ff5c-cb5e-4117-ac9f-19c9902a21ea used request id req-bd2269b2-5fad-4652-b4e7-f7e3b86baefa 2018-08-27 12:15:15,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:15:15,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" 2018-08-27 12:15:16,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3b6eb79-bd78-4b96-9c19-4f6fdd4146c9 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "singlevm2-user_3f48b413-2334-45a2-8ed8-8dde06b76482", "links": {"self": "http://172.30.9.28:5000/v3/users/5f27ec6752504ef29343028ff97aad2b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5f27ec6752504ef29343028ff97aad2b", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:15:16,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f3b6eb79-bd78-4b96-9c19-4f6fdd4146c9 2018-08-27 12:15:16,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.200400114059s 2018-08-27 12:15:16,009 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f3b6eb79-bd78-4b96-9c19-4f6fdd4146c9 2018-08-27 12:15:16,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:15:16,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/5f27ec6752504ef29343028ff97aad2b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" 2018-08-27 12:15:16,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2946b790-cd3f-4f2a-ac0a-225497469af7 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_3f48b413-2334-45a2-8ed8-8dde06b76482", "links": {"self": "http://172.30.9.28:5000/v3/users/5f27ec6752504ef29343028ff97aad2b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "5f27ec6752504ef29343028ff97aad2b", "description": null}} 2018-08-27 12:15:16,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/5f27ec6752504ef29343028ff97aad2b used request id req-2946b790-cd3f-4f2a-ac0a-225497469af7 2018-08-27 12:15:16,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.211790084839s 2018-08-27 12:15:16,226 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/5f27ec6752504ef29343028ff97aad2b used request id req-2946b790-cd3f-4f2a-ac0a-225497469af7 2018-08-27 12:15:16,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 12:15:16,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/5f27ec6752504ef29343028ff97aad2b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" 2018-08-27 12:15:16,639 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:15:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94fd8047-4eaa-4df5-86c7-cb276cc3dc3d 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 12:15:16,639 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/5f27ec6752504ef29343028ff97aad2b used request id req-94fd8047-4eaa-4df5-86c7-cb276cc3dc3d 2018-08-27 12:15:16,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.412379026413s 2018-08-27 12:15:16,640 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/5f27ec6752504ef29343028ff97aad2b used request id req-94fd8047-4eaa-4df5-86c7-cb276cc3dc3d 2018-08-27 12:15:16,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:15:16,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" 2018-08-27 12:15:16,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f635c5dd-74ba-4801-9417-c086f3b8a953 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.28:5000/v3/projects/00a76f14bfb549e1923370a4b645a661"}, "tags": [], "enabled": true, "id": "00a76f14bfb549e1923370a4b645a661", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_3f48b413-2334-45a2-8ed8-8dde06b76482"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-27 12:15:16,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-f635c5dd-74ba-4801-9417-c086f3b8a953 2018-08-27 12:15:16,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.188907146454s 2018-08-27 12:15:16,835 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-f635c5dd-74ba-4801-9417-c086f3b8a953 2018-08-27 12:15:16,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 12:15:16,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/00a76f14bfb549e1923370a4b645a661 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6a7ce726585e3b7c11e7cdefd3e22ebc4f99089c" 2018-08-27 12:15:17,119 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:15:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc457f02-8d44-4e4d-ad71-eabc11d60195 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 12:15:17,120 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/00a76f14bfb549e1923370a4b645a661 used request id req-cc457f02-8d44-4e4d-ad71-eabc11d60195 2018-08-27 12:15:17,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.279081821442s 2018-08-27 12:15:17,120 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/00a76f14bfb549e1923370a4b645a661 used request id req-cc457f02-8d44-4e4d-ad71-eabc11d60195 2018-08-27 12:15:17,175 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-27 12:15:17,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:15:17,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:15:17,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:15:17,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:15:17,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:15:17,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:15:17,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:15:17,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:15:17,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:15:17,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:15:17,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:15:17,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:15:17,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:15:17,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:15:17,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:15:17,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:15:17,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:15:17,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:15:17,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:15:17,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:15:17,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:15:17,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:15:17,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:15:17,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cd6d201-0091-4a03-a93b-d32d331f3593 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:15:17,225 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1cd6d201-0091-4a03-a93b-d32d331f3593 2018-08-27 12:15:17,226 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:15:17,615 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:15:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["rw0xu07BTOuIMm0F9qG30w"], "issued_at": "2018-08-27T12:15:17.000000Z"}} 2018-08-27 12:15:17,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:15:17,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" 2018-08-27 12:15:18,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-472f7025-c5ef-49a3-90cd-55d8ada3c2ac Date: Mon, 27 Aug 2018 12:15:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:15:18,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-472f7025-c5ef-49a3-90cd-55d8ada3c2ac 2018-08-27 12:15:18,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.515254974365s 2018-08-27 12:15:18,134 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-472f7025-c5ef-49a3-90cd-55d8ada3c2ac 2018-08-27 12:15:18,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:15:18,143 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 12:15:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec4cba76-cae7-4c82-91ae-6b3617c9e689 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 12:15:18,143 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-ec4cba76-cae7-4c82-91ae-6b3617c9e689 2018-08-27 12:15:18,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:15:18,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" 2018-08-27 12:15:18,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70297662-da95-418e-b854-7778fd346b28 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/1822875bebb84e26b6f0f5a37895742c"}, "tags": [], "enabled": true, "id": "1822875bebb84e26b6f0f5a37895742c", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 12:15:18,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-70297662-da95-418e-b854-7778fd346b28 2018-08-27 12:15:18,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.198292970657s 2018-08-27 12:15:18,343 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-70297662-da95-418e-b854-7778fd346b28 2018-08-27 12:15:18,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 12:15:18,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}}' 2018-08-27 12:15:18,629 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 12:15:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b85bf24d-3096-43bb-95df-e2ca41792ad4 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.28:5000/v3/projects/dfb6d69f9216475e94b90f72978fe83d"}, "tags": [], "enabled": true, "id": "dfb6d69f9216475e94b90f72978fe83d", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}} 2018-08-27 12:15:18,629 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-b85bf24d-3096-43bb-95df-e2ca41792ad4 2018-08-27 12:15:18,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.27808880806s 2018-08-27 12:15:18,630 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-b85bf24d-3096-43bb-95df-e2ca41792ad4 2018-08-27 12:15:18,630 - 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'dfb6d69f9216475e94b90f72978fe83d', '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_f065cc2b-c0af-4f3e-a186-47df9aa58de8'}) 2018-08-27 12:15:18,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 12:15:18,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "ee43b05f-d4ff-4df5-bbd8-e8570bfe5b73", "email": null, "name": "vping_ssh-user_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}}' 2018-08-27 12:15:19,168 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 12:15:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce495006-e446-400b-a77d-e5c42c35d74e Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "links": {"self": "http://172.30.9.28:5000/v3/users/f8f3124b432c489da834146574390b3a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f8f3124b432c489da834146574390b3a", "domain_id": "default", "password_expires_at": null}} 2018-08-27 12:15:19,168 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-ce495006-e446-400b-a77d-e5c42c35d74e 2018-08-27 12:15:19,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.53129696846s 2018-08-27 12:15:19,169 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-ce495006-e446-400b-a77d-e5c42c35d74e 2018-08-27 12:15:19,169 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f8f3124b432c489da834146574390b3a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_f065cc2b-c0af-4f3e-a186-47df9aa58de8'}) 2018-08-27 12:15:19,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:15:19,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" 2018-08-27 12:15:19,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59a82095-2b26-4a2c-ae80-ea6c4280aaa9 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:15:19,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-59a82095-2b26-4a2c-ae80-ea6c4280aaa9 2018-08-27 12:15:19,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202110052109s 2018-08-27 12:15:19,375 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-59a82095-2b26-4a2c-ae80-ea6c4280aaa9 2018-08-27 12:15:19,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:15:19,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" 2018-08-27 12:15:19,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5573ea6e-0ed8-49ca-b913-481ff2fed170 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:15:19,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5573ea6e-0ed8-49ca-b913-481ff2fed170 2018-08-27 12:15:19,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.189227104187s 2018-08-27 12:15:19,570 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5573ea6e-0ed8-49ca-b913-481ff2fed170 2018-08-27 12:15:19,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:15:19,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" 2018-08-27 12:15:19,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b87d2cbb-09c2-400d-9533-6aaf3d37618d Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:15:19,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b87d2cbb-09c2-400d-9533-6aaf3d37618d 2018-08-27 12:15:19,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194993972778s 2018-08-27 12:15:19,771 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b87d2cbb-09c2-400d-9533-6aaf3d37618d 2018-08-27 12:15:19,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:15:19,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" 2018-08-27 12:15:19,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83a41df7-9729-44e8-9e42-942ae94e1ff8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 12:15:19,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-83a41df7-9729-44e8-9e42-942ae94e1ff8 2018-08-27 12:15:19,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.195701122284s 2018-08-27 12:15:19,972 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-83a41df7-9729-44e8-9e42-942ae94e1ff8 2018-08-27 12:15:19,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:15:19,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" 2018-08-27 12:15:20,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dde14140-2ef8-4a72-b168-ab23acdc8354 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "links": {"self": "http://172.30.9.28:5000/v3/users/f8f3124b432c489da834146574390b3a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f8f3124b432c489da834146574390b3a", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:15:20,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-dde14140-2ef8-4a72-b168-ab23acdc8354 2018-08-27 12:15:20,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.216219902039s 2018-08-27 12:15:20,189 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-dde14140-2ef8-4a72-b168-ab23acdc8354 2018-08-27 12:15:20,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:15:20,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" 2018-08-27 12:15:20,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ce841bb-b583-42ba-b748-52e4f078ba8b Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.28:5000/v3/projects/dfb6d69f9216475e94b90f72978fe83d"}, "tags": [], "enabled": true, "id": "dfb6d69f9216475e94b90f72978fe83d", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}]} 2018-08-27 12:15:20,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-5ce841bb-b583-42ba-b748-52e4f078ba8b 2018-08-27 12:15:20,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.20307302475s 2018-08-27 12:15:20,404 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-5ce841bb-b583-42ba-b748-52e4f078ba8b 2018-08-27 12:15:20,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 12:15:20,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=f8f3124b432c489da834146574390b3a&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=dfb6d69f9216475e94b90f72978fe83d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" 2018-08-27 12:15:20,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2253c43b-282c-4a8e-94d3-a1faf6dfab2a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=f8f3124b432c489da834146574390b3a&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=dfb6d69f9216475e94b90f72978fe83d", "previous": null, "next": null}} 2018-08-27 12:15:20,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=f8f3124b432c489da834146574390b3a&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=dfb6d69f9216475e94b90f72978fe83d used request id req-2253c43b-282c-4a8e-94d3-a1faf6dfab2a 2018-08-27 12:15:20,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.157418012619s 2018-08-27 12:15:20,569 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=f8f3124b432c489da834146574390b3a&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=dfb6d69f9216475e94b90f72978fe83d used request id req-2253c43b-282c-4a8e-94d3-a1faf6dfab2a 2018-08-27 12:15:20,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 12:15:20,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/dfb6d69f9216475e94b90f72978fe83d/users/f8f3124b432c489da834146574390b3a/roles/2d704632e4b7449aa0baeaa243e3aa0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" 2018-08-27 12:15:20,715 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:15:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa6ec234-8757-447d-8bf4-881b09754e81 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 12:15:20,715 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/dfb6d69f9216475e94b90f72978fe83d/users/f8f3124b432c489da834146574390b3a/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-fa6ec234-8757-447d-8bf4-881b09754e81 2018-08-27 12:15:20,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.141924858093s 2018-08-27 12:15:20,715 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/dfb6d69f9216475e94b90f72978fe83d/users/f8f3124b432c489da834146574390b3a/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-fa6ec234-8757-447d-8bf4-881b09754e81 2018-08-27 12:15:20,716 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_f065cc2b-c0af-4f3e-a186-47df9aa58de8', 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'dfb6d69f9216475e94b90f72978fe83d', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'ee43b05f-d4ff-4df5-bbd8-e8570bfe5b73', 'username': u'vping_ssh-user_f065cc2b-c0af-4f3e-a186-47df9aa58de8', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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 12:15:20,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:15:20,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:15:20,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:15:20,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:15:20,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:15:20,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:15:20,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:15:20,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:15:20,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:15:20,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:15:20,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:15:20,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:15:20,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:15:20,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:15:20,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:15:20,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:15:20,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:15:20,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:15:20,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:15:20,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:15:20,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:15:20,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:15:20,723 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_f065cc2b-c0af-4f3e-a186-47df9aa58de8', 'password': 'ee43b05f-d4ff-4df5-bbd8-e8570bfe5b73', 'project_name': 'vping_ssh-project_f065cc2b-c0af-4f3e-a186-47df9aa58de8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'dfb6d69f9216475e94b90f72978fe83d', 'project_domain_name': 'Default'} 2018-08-27 12:15:20,723 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-27 12:15:20,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:15:20,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a31c964-c6c4-4f15-b002-4f1ebda0c615 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:15:20,731 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9a31c964-c6c4-4f15-b002-4f1ebda0c615 2018-08-27 12:15:20,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:15:21,130 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:15:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb6d69f9216475e94b90f72978fe83d", "name": "vping_ssh-project_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/dfb6d69f9216475e94b90f72978fe83d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/dfb6d69f9216475e94b90f72978fe83d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/dfb6d69f9216475e94b90f72978fe83d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_dfb6d69f9216475e94b90f72978fe83d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_dfb6d69f9216475e94b90f72978fe83d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/dfb6d69f9216475e94b90f72978fe83d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/dfb6d69f9216475e94b90f72978fe83d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/dfb6d69f9216475e94b90f72978fe83d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/dfb6d69f9216475e94b90f72978fe83d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/dfb6d69f9216475e94b90f72978fe83d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/dfb6d69f9216475e94b90f72978fe83d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/dfb6d69f9216475e94b90f72978fe83d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/dfb6d69f9216475e94b90f72978fe83d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/dfb6d69f9216475e94b90f72978fe83d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "id": "f8f3124b432c489da834146574390b3a"}, "audit_ids": ["IbamfPZmRF2ir4Z40XxYxw"], "issued_at": "2018-08-27T12:15:21.000000Z"}} 2018-08-27 12:15:21,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 12:15:21,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" -d '{"network": {"name": "vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "admin_state_up": true}}' 2018-08-27 12:15:21,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-98675064-ca76-4f9c-baf4-6ce3e5aa6649 Date: Mon, 27 Aug 2018 12:15:21 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"dca65487-6817-4c8d-87eb-ffcac960c658","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb6d69f9216475e94b90f72978fe83d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:15:21Z","is_default":false,"name":"vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8","qos_policy_id":null,"admin_state_up":true,"tenant_id":"dfb6d69f9216475e94b90f72978fe83d","created_at":"2018-08-27T12:15:21Z","mtu":1450}} 2018-08-27 12:15:21,872 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-98675064-ca76-4f9c-baf4-6ce3e5aa6649 2018-08-27 12:15:21,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.739523887634s 2018-08-27 12:15:21,873 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-98675064-ca76-4f9c-baf4-6ce3e5aa6649 2018-08-27 12:15:21,873 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T12:15:21Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'dca65487-6817-4c8d-87eb-ffcac960c658', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8', u'admin_state_up': True, u'tenant_id': u'dfb6d69f9216475e94b90f72978fe83d', u'created_at': u'2018-08-27T12:15:21Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dfb6d69f9216475e94b90f72978fe83d', u'l2_adjacency': True}) 2018-08-27 12:15:21,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:15:21,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:22,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1230 X-Openstack-Request-Id: req-92fa9945-2d74-434b-a8e9-2bf426dd80db Date: Mon, 27 Aug 2018 12:15:22 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"dca65487-6817-4c8d-87eb-ffcac960c658","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb6d69f9216475e94b90f72978fe83d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:15:21Z","qos_policy_id":null,"name":"vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8","admin_state_up":true,"tenant_id":"dfb6d69f9216475e94b90f72978fe83d","created_at":"2018-08-27T12:15:21Z","mtu":1450}]} 2018-08-27 12:15:22,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-92fa9945-2d74-434b-a8e9-2bf426dd80db 2018-08-27 12:15:22,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.355346918106s 2018-08-27 12:15:22,230 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-92fa9945-2d74-434b-a8e9-2bf426dd80db 2018-08-27 12:15:22,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 12:15:22,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" -d '{"subnet": {"name": "vping_ssh-subnet_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "enable_dhcp": true, "network_id": "dca65487-6817-4c8d-87eb-ffcac960c658", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 12:15:23,106 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-7a69ef63-966c-4c7c-b274-857b011a94ad Date: Mon, 27 Aug 2018 12:15:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dca65487-6817-4c8d-87eb-ffcac960c658","tenant_id":"dfb6d69f9216475e94b90f72978fe83d","created_at":"2018-08-27T12:15:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T12:15:22Z","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":"dfb6d69f9216475e94b90f72978fe83d","id":"87ca9ea7-7718-435b-b85f-8843f42e7b09","subnetpool_id":null,"name":"vping_ssh-subnet_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}} 2018-08-27 12:15:23,106 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-7a69ef63-966c-4c7c-b274-857b011a94ad 2018-08-27 12:15:23,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.87481212616s 2018-08-27 12:15:23,106 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-7a69ef63-966c-4c7c-b274-857b011a94ad 2018-08-27 12:15:23,107 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:15:22Z', 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'87ca9ea7-7718-435b-b85f-8843f42e7b09', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_f065cc2b-c0af-4f3e-a186-47df9aa58de8', u'enable_dhcp': True, u'network_id': u'dca65487-6817-4c8d-87eb-ffcac960c658', u'tenant_id': u'dfb6d69f9216475e94b90f72978fe83d', u'created_at': u'2018-08-27T12:15:22Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dfb6d69f9216475e94b90f72978fe83d'}) 2018-08-27 12:15:23,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 12:15:23,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "vping_ssh-router_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "admin_state_up": true}}' 2018-08-27 12:15:30,276 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-c543b052-0a86-4739-ac03-ad164e2e2006 Date: Mon, 27 Aug 2018 12:15:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:15:24Z", "admin_state_up": true, "updated_at": "2018-08-27T12:15:25Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "dfb6d69f9216475e94b90f72978fe83d", "id": "6e51977a-1fb2-4965-8405-2ef3709d5fd6", "name": "vping_ssh-router_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}} 2018-08-27 12:15:30,277 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-c543b052-0a86-4739-ac03-ad164e2e2006 2018-08-27 12:15:30,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.16894006729s 2018-08-27 12:15:30,277 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-c543b052-0a86-4739-ac03-ad164e2e2006 2018-08-27 12:15:30,278 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:15:25Z', u'revision_number': 3, u'id': u'6e51977a-1fb2-4965-8405-2ef3709d5fd6', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-router_f065cc2b-c0af-4f3e-a186-47df9aa58de8', u'admin_state_up': True, u'tenant_id': u'dfb6d69f9216475e94b90f72978fe83d', u'created_at': u'2018-08-27T12:15:24Z', u'flavor_id': None, u'routes': [], u'project_id': u'dfb6d69f9216475e94b90f72978fe83d'}) 2018-08-27 12:15:30,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 12:15:30,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/6e51977a-1fb2-4965-8405-2ef3709d5fd6/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}06621dc3206952dbafedff219e75b7c984621ccd" -d '{"subnet_id": "87ca9ea7-7718-435b-b85f-8843f42e7b09"}' 2018-08-27 12:15:33,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9908cae6-b172-421b-8d6a-a0723fbfabb0 Date: Mon, 27 Aug 2018 12:15:33 GMT RESP BODY: {"network_id": "dca65487-6817-4c8d-87eb-ffcac960c658", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "subnet_id": "87ca9ea7-7718-435b-b85f-8843f42e7b09", "subnet_ids": ["87ca9ea7-7718-435b-b85f-8843f42e7b09"], "port_id": "82e72665-da7d-4767-bc54-95c1b9fadf88", "id": "6e51977a-1fb2-4965-8405-2ef3709d5fd6"} 2018-08-27 12:15:33,209 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/6e51977a-1fb2-4965-8405-2ef3709d5fd6/add_router_interface.json used request id req-9908cae6-b172-421b-8d6a-a0723fbfabb0 2018-08-27 12:15:33,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.9310400486s 2018-08-27 12:15:33,210 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/6e51977a-1fb2-4965-8405-2ef3709d5fd6/add_router_interface.json used request id req-9908cae6-b172-421b-8d6a-a0723fbfabb0 returning object 6e51977a-1fb2-4965-8405-2ef3709d5fd6 2018-08-27 12:15:33,210 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 12:15:33,334 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 12:15:33,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:15:33,341 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 12:15:33 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 12:15:33,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:15:33,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:34,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a835198b-34c9-46ed-8806-5e8908c2363a Date: Mon, 27 Aug 2018 12:15:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:15:34,152 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a835198b-34c9-46ed-8806-5e8908c2363a 2018-08-27 12:15:34,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.805895805359s 2018-08-27 12:15:34,152 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a835198b-34c9-46ed-8806-5e8908c2363a 2018-08-27 12:15:34,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 12:15:34,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}' 2018-08-27 12:15:34,474 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/907c5332-0d32-4272-987c-7b62d8ad3a5b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3dc4cb44-d5bb-41df-9b73-40f94ec5b544 Date: Mon, 27 Aug 2018 12:15:34 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:15:34Z", "file": "/v2/images/907c5332-0d32-4272-987c-7b62d8ad3a5b/file", "owner": "dfb6d69f9216475e94b90f72978fe83d", "id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "size": null, "self": "/v2/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "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_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "checksum": null, "created_at": "2018-08-27T12:15:34Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 12:15:34,475 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-3dc4cb44-d5bb-41df-9b73-40f94ec5b544 2018-08-27 12:15:34,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.313699960709s 2018-08-27 12:15:34,475 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-3dc4cb44-d5bb-41df-9b73-40f94ec5b544 returning object 907c5332-0d32-4272-987c-7b62d8ad3a5b 2018-08-27 12:15:34,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 12:15:34,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/907c5332-0d32-4272-987c-7b62d8ad3a5b/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}06621dc3206952dbafedff219e75b7c984621ccd" -d '' 2018-08-27 12:15:35,837 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ae5e64b4-c5cd-4115-8c41-29eee55ad4f8 Date: Mon, 27 Aug 2018 12:15: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 12:15:35,838 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/907c5332-0d32-4272-987c-7b62d8ad3a5b/file used request id req-ae5e64b4-c5cd-4115-8c41-29eee55ad4f8 2018-08-27 12:15:35,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.36150407791s 2018-08-27 12:15:35,838 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/907c5332-0d32-4272-987c-7b62d8ad3a5b/file used request id req-ae5e64b4-c5cd-4115-8c41-29eee55ad4f8 2018-08-27 12:15:35,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:15:35,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:36,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-fc31d999-9005-41df-bd15-d5d1ef4fbdf0 Date: Mon, 27 Aug 2018 12:15:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:15:35Z", "file": "/v2/images/907c5332-0d32-4272-987c-7b62d8ad3a5b/file", "owner": "dfb6d69f9216475e94b90f72978fe83d", "id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "size": 12716032, "self": "/v2/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/907c5332-0d32-4272-987c-7b62d8ad3a5b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/907c5332-0d32-4272-987c-7b62d8ad3a5b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:15:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:15:36,171 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-fc31d999-9005-41df-bd15-d5d1ef4fbdf0 2018-08-27 12:15:36,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.328791856766s 2018-08-27 12:15:36,171 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-fc31d999-9005-41df-bd15-d5d1ef4fbdf0 2018-08-27 12:15:36,173 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/907c5332-0d32-4272-987c-7b62d8ad3a5b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/907c5332-0d32-4272-987c-7b62d8ad3a5b/file', 'owner': u'dfb6d69f9216475e94b90f72978fe83d', 'id': u'907c5332-0d32-4272-987c-7b62d8ad3a5b', 'size': 12716032, u'self': u'/v2/images/907c5332-0d32-4272-987c-7b62d8ad3a5b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfb6d69f9216475e94b90f72978fe83d', 'name': 'vping_ssh-project_f065cc2b-c0af-4f3e-a186-47df9aa58de8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/907c5332-0d32-4272-987c-7b62d8ad3a5b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T12:15:35Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T12:15:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_f065cc2b-c0af-4f3e-a186-47df9aa58de8', '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/907c5332-0d32-4272-987c-7b62d8ad3a5b', 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_f065cc2b-c0af-4f3e-a186-47df9aa58de8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_f065cc2b-c0af-4f3e-a186-47df9aa58de8', 'created': u'2018-08-27T12:15:34Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T12:15:34Z', 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/907c5332-0d32-4272-987c-7b62d8ad3a5b', 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_f065cc2b-c0af-4f3e-a186-47df9aa58de8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 12:15:36,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 12:15:36,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "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 12:15:36,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15: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-b8e25ad2-5e4c-4000-b317-96f8ab664daa x-compute-request-id: req-b8e25ad2-5e4c-4000-b317-96f8ab664daa Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "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": "7dc2b927-b456-493e-8ddc-08db67f25b02"}} 2018-08-27 12:15:36,521 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b8e25ad2-5e4c-4000-b317-96f8ab664daa 2018-08-27 12:15:36,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.346560955048s 2018-08-27 12:15:36,521 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b8e25ad2-5e4c-4000-b317-96f8ab664daa 2018-08-27 12:15:36,522 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_f065cc2b-c0af-4f3e-a186-47df9aa58de8', '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'd56eab07eebe4995963c4bcc663afcc8', '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'7dc2b927-b456-493e-8ddc-08db67f25b02', 'swap': 0}) 2018-08-27 12:15:36,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 12:15:36,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02/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}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" -d '{"extra_specs": {}}' 2018-08-27 12:15:36,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15: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-9fb75ec0-fd7e-495a-9abb-a86f0a3e9b2f x-compute-request-id: req-9fb75ec0-fd7e-495a-9abb-a86f0a3e9b2f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 12:15:36,544 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02/os-extra_specs used request id req-9fb75ec0-fd7e-495a-9abb-a86f0a3e9b2f 2018-08-27 12:15:36,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0214521884918s 2018-08-27 12:15:36,545 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02/os-extra_specs used request id req-9fb75ec0-fd7e-495a-9abb-a86f0a3e9b2f 2018-08-27 12:15:36,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 12:15:36,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" -d '{"keypair": {"name": "vping_ssh-kp_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}}' 2018-08-27 12:15:36,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15: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-e228271b-cd32-48d1-a0d7-532f48987a3d x-compute-request-id: req-e228271b-cd32-48d1-a0d7-532f48987a3d Content-Encoding: gzip Content-Length: 1801 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCssIKZKJXt0HXOjNahBJHH5Y+xM9xLUvXSd29Tb+I7iF704DOOe63HlqyljNrexZ0PrmzpycKLWmK4Kv7xVoRwSmYn+UyjAGkPui6NAsWkftmuBmKbmeipyvc6BUF9Hx+RaWMDptdwJNgflnOxk5FojsyY4GOUx7UU95zMRMZ+kHsdKM3O4Z660GabFeAQZpsngq2JR+7FSNa61zl+Bndn9m/yNKpAxDoXPFfLREs5aQdCfJOFyrrECEpqKWJcN2ErOzw7g0++F2wxemNVkeEG7KYgCOBXSb5JVJ3SnYud4nZdhKs6WoxOlaF8oyok1cX15u3nt6mMhowKexzqhovH Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEArLCCmSiV7dB1zozWoQSRx+WPsTPcS1L10ndvU2/iO4he9OAz\njnutx5aspYza3sWdD65s6cnCi1piuCr+8VaEcEpmJ/lMowBpD7oujQLFpH7ZrgZi\nm5noqcr3OgVBfR8fkWljA6bXcCTYH5ZzsZORaI7MmOBjlMe1FPeczETGfpB7HSjN\nzuGeutBmmxXgEGabJ4KtiUfuxUjWutc5fgZ3Z/Zv8jSqQMQ6FzxXy0RLOWkHQnyT\nhcq6xAhKailiXDdhKzs8O4NPvhdsMXpjVZHhBuymIAjgV0m+SVSd0p2LneJ2XYSr\nOlqMTpWhfKMqJNXF9ebt57epjIaMCnsc6oaLxwIDAQABAoIBAEKxEF7R+8USQsz4\nO1OIDjzi/TF0U9mLOoCDu6y/guF28yUjCQY34Y85M4fj9Asgyl1qAYnwb3+d8o4p\nnLfbr94l/Xnmn6A74lc+kgfHUEkM7Eh3EtIBCIe6aOwxZ29I+8oOpzybzIv0zrq0\nQg4MbZWxwHYyAoNM9TQZxKZm0TnDND45CCO34aOq5kK0KNqIfxD9mGdtrYzVullW\nFB5iPDgynt+TG+FbqwiXXQfqn0k0NgXsQodlPZUtzXY8jqQWqJDAtai9jPDg10QE\nXrqpSSH9KS0/XjPUWCIwH40KOX+M4z5G50+r8LVRrPNJdz7UFTlxCqD7BN6e6Zj4\n830IxKECgYEA1OS5Y8WKjeznCgksGcCPQfOKsTtii0+8UBmKW3XwEGJJDe1QK4XL\nNTWvleGE+fyGSEJjAy1Nt6AfWKVmiO6osDMRUunpOKWN/+ynwU69yHGpq7+sBM0a\nEdowqeWqmveiWQgUgaKOv8BMZGO4WMsf5B1WPxyWI9vZtE9W2QJRsq8CgYEAz6fT\nBNe3v049aht3mxM9wKPPG8ptCQzE6a53EiMhXEvdLG4axn+qWApeRlH4sf7jcROJ\nhxWNaIEcpMapmC6xN0Gp4HvzFN3F96OZnp4kd/NdXYPwt9K+IK+MJ+ca4x5OfU8v\nky7vikW4X/ufCLHGWSRhoQmU+Ld+nerQ9PkYXmkCgYEAzcyBLmKSqtn9CeWN/SL5\nGV8NjoCCpXsh5iiaaAmdVKk+R7lFy5zdsIVCRFgqjOJBCO8r+bE8tKqUQsQ5V1um\nNBZZw9YcvsbDe0fRbvvoWDEQPNffuRBwCBvs+P/sKTwDc59s+1giOFjzQARp+2P4\nYzK84euHdAid7kDYCpXEVj8CgYEAi2ywV6kLW6yJucu1c+7oYIbcEVnJ+fCT6h7V\nHd1ukczyNNm8qpifZDuZ7vcs1z4/sfWfOo7zAj7mX5Bv4JlBLcut5ubyYIlDWbGD\n/KdL7yn8/0QOhS4/sCyOG2ClgecgZiyb0eQKu7lyQSfuMOVEOygdUQXg+1og7qDy\nKflyLjkCgYEAw23fKgmX50QoK6K2RnVhJlDU2IT6DogmUJ3nQYI0D0nSTTMg+tm6\nQguGP19U50OUG6y6X6b73Iu5HCzCsERN2DIQNLSiBiMwPK93LtRchYvKGcgGZRuN\nm/Yx0CdcSX+bRqgPFcuWWPVuaVglebYFBSI1c5dAIbtgUl4SoGNIwEU=\n-----END RSA PRIVATE KEY-----\n", "user_id": "f8f3124b432c489da834146574390b3a", "name": "vping_ssh-kp_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "fingerprint": "40:e8:5a:a5:25:74:d8:5d:6b:ae:e7:c0:f8:41:4b:b1"}} 2018-08-27 12:15:36,985 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-e228271b-cd32-48d1-a0d7-532f48987a3d 2018-08-27 12:15:36,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.440232038498s 2018-08-27 12:15:36,986 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-e228271b-cd32-48d1-a0d7-532f48987a3d 2018-08-27 12:15:36,987 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCssIKZKJXt0HXOjNahBJHH5Y+xM9xLUvXSd29Tb+I7iF704DOOe63HlqyljNrexZ0PrmzpycKLWmK4Kv7xVoRwSmYn+UyjAGkPui6NAsWkftmuBmKbmeipyvc6BUF9Hx+RaWMDptdwJNgflnOxk5FojsyY4GOUx7UU95zMRMZ+kHsdKM3O4Z660GabFeAQZpsngq2JR+7FSNa61zl+Bndn9m/yNKpAxDoXPFfLREs5aQdCfJOFyrrECEpqKWJcN2ErOzw7g0++F2wxemNVkeEG7KYgCOBXSb5JVJ3SnYud4nZdhKs6WoxOlaF8oyok1cX15u3nt6mMhowKexzqhovH Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEArLCCmSiV7dB1zozWoQSRx+WPsTPcS1L10ndvU2/iO4he9OAz\njnutx5aspYza3sWdD65s6cnCi1piuCr+8VaEcEpmJ/lMowBpD7oujQLFpH7ZrgZi\nm5noqcr3OgVBfR8fkWljA6bXcCTYH5ZzsZORaI7MmOBjlMe1FPeczETGfpB7HSjN\nzuGeutBmmxXgEGabJ4KtiUfuxUjWutc5fgZ3Z/Zv8jSqQMQ6FzxXy0RLOWkHQnyT\nhcq6xAhKailiXDdhKzs8O4NPvhdsMXpjVZHhBuymIAjgV0m+SVSd0p2LneJ2XYSr\nOlqMTpWhfKMqJNXF9ebt57epjIaMCnsc6oaLxwIDAQABAoIBAEKxEF7R+8USQsz4\nO1OIDjzi/TF0U9mLOoCDu6y/guF28yUjCQY34Y85M4fj9Asgyl1qAYnwb3+d8o4p\nnLfbr94l/Xnmn6A74lc+kgfHUEkM7Eh3EtIBCIe6aOwxZ29I+8oOpzybzIv0zrq0\nQg4MbZWxwHYyAoNM9TQZxKZm0TnDND45CCO34aOq5kK0KNqIfxD9mGdtrYzVullW\nFB5iPDgynt+TG+FbqwiXXQfqn0k0NgXsQodlPZUtzXY8jqQWqJDAtai9jPDg10QE\nXrqpSSH9KS0/XjPUWCIwH40KOX+M4z5G50+r8LVRrPNJdz7UFTlxCqD7BN6e6Zj4\n830IxKECgYEA1OS5Y8WKjeznCgksGcCPQfOKsTtii0+8UBmKW3XwEGJJDe1QK4XL\nNTWvleGE+fyGSEJjAy1Nt6AfWKVmiO6osDMRUunpOKWN/+ynwU69yHGpq7+sBM0a\nEdowqeWqmveiWQgUgaKOv8BMZGO4WMsf5B1WPxyWI9vZtE9W2QJRsq8CgYEAz6fT\nBNe3v049aht3mxM9wKPPG8ptCQzE6a53EiMhXEvdLG4axn+qWApeRlH4sf7jcROJ\nhxWNaIEcpMapmC6xN0Gp4HvzFN3F96OZnp4kd/NdXYPwt9K+IK+MJ+ca4x5OfU8v\nky7vikW4X/ufCLHGWSRhoQmU+Ld+nerQ9PkYXmkCgYEAzcyBLmKSqtn9CeWN/SL5\nGV8NjoCCpXsh5iiaaAmdVKk+R7lFy5zdsIVCRFgqjOJBCO8r+bE8tKqUQsQ5V1um\nNBZZw9YcvsbDe0fRbvvoWDEQPNffuRBwCBvs+P/sKTwDc59s+1giOFjzQARp+2P4\nYzK84euHdAid7kDYCpXEVj8CgYEAi2ywV6kLW6yJucu1c+7oYIbcEVnJ+fCT6h7V\nHd1ukczyNNm8qpifZDuZ7vcs1z4/sfWfOo7zAj7mX5Bv4JlBLcut5ubyYIlDWbGD\n/KdL7yn8/0QOhS4/sCyOG2ClgecgZiyb0eQKu7lyQSfuMOVEOygdUQXg+1og7qDy\nKflyLjkCgYEAw23fKgmX50QoK6K2RnVhJlDU2IT6DogmUJ3nQYI0D0nSTTMg+tm6\nQguGP19U50OUG6y6X6b73Iu5HCzCsERN2DIQNLSiBiMwPK93LtRchYvKGcgGZRuN\nm/Yx0CdcSX+bRqgPFcuWWPVuaVglebYFBSI1c5dAIbtgUl4SoGNIwEU=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'f8f3124b432c489da834146574390b3a', 'name': u'vping_ssh-kp_f065cc2b-c0af-4f3e-a186-47df9aa58de8', 'created_at': '2018-08-27T12:15:36.987108', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfb6d69f9216475e94b90f72978fe83d', 'name': 'vping_ssh-project_f065cc2b-c0af-4f3e-a186-47df9aa58de8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'40:e8:5a:a5:25:74:d8:5d:6b:ae:e7:c0:f8:41:4b:b1', 'type': 'ssh', 'id': u'vping_ssh-kp_f065cc2b-c0af-4f3e-a186-47df9aa58de8'}) 2018-08-27 12:15:36,987 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEArLCCmSiV7dB1zozWoQSRx+WPsTPcS1L10ndvU2/iO4he9OAz jnutx5aspYza3sWdD65s6cnCi1piuCr+8VaEcEpmJ/lMowBpD7oujQLFpH7ZrgZi m5noqcr3OgVBfR8fkWljA6bXcCTYH5ZzsZORaI7MmOBjlMe1FPeczETGfpB7HSjN zuGeutBmmxXgEGabJ4KtiUfuxUjWutc5fgZ3Z/Zv8jSqQMQ6FzxXy0RLOWkHQnyT hcq6xAhKailiXDdhKzs8O4NPvhdsMXpjVZHhBuymIAjgV0m+SVSd0p2LneJ2XYSr OlqMTpWhfKMqJNXF9ebt57epjIaMCnsc6oaLxwIDAQABAoIBAEKxEF7R+8USQsz4 O1OIDjzi/TF0U9mLOoCDu6y/guF28yUjCQY34Y85M4fj9Asgyl1qAYnwb3+d8o4p nLfbr94l/Xnmn6A74lc+kgfHUEkM7Eh3EtIBCIe6aOwxZ29I+8oOpzybzIv0zrq0 Qg4MbZWxwHYyAoNM9TQZxKZm0TnDND45CCO34aOq5kK0KNqIfxD9mGdtrYzVullW FB5iPDgynt+TG+FbqwiXXQfqn0k0NgXsQodlPZUtzXY8jqQWqJDAtai9jPDg10QE XrqpSSH9KS0/XjPUWCIwH40KOX+M4z5G50+r8LVRrPNJdz7UFTlxCqD7BN6e6Zj4 830IxKECgYEA1OS5Y8WKjeznCgksGcCPQfOKsTtii0+8UBmKW3XwEGJJDe1QK4XL NTWvleGE+fyGSEJjAy1Nt6AfWKVmiO6osDMRUunpOKWN/+ynwU69yHGpq7+sBM0a EdowqeWqmveiWQgUgaKOv8BMZGO4WMsf5B1WPxyWI9vZtE9W2QJRsq8CgYEAz6fT BNe3v049aht3mxM9wKPPG8ptCQzE6a53EiMhXEvdLG4axn+qWApeRlH4sf7jcROJ hxWNaIEcpMapmC6xN0Gp4HvzFN3F96OZnp4kd/NdXYPwt9K+IK+MJ+ca4x5OfU8v ky7vikW4X/ufCLHGWSRhoQmU+Ld+nerQ9PkYXmkCgYEAzcyBLmKSqtn9CeWN/SL5 GV8NjoCCpXsh5iiaaAmdVKk+R7lFy5zdsIVCRFgqjOJBCO8r+bE8tKqUQsQ5V1um NBZZw9YcvsbDe0fRbvvoWDEQPNffuRBwCBvs+P/sKTwDc59s+1giOFjzQARp+2P4 YzK84euHdAid7kDYCpXEVj8CgYEAi2ywV6kLW6yJucu1c+7oYIbcEVnJ+fCT6h7V Hd1ukczyNNm8qpifZDuZ7vcs1z4/sfWfOo7zAj7mX5Bv4JlBLcut5ubyYIlDWbGD /KdL7yn8/0QOhS4/sCyOG2ClgecgZiyb0eQKu7lyQSfuMOVEOygdUQXg+1og7qDy KflyLjkCgYEAw23fKgmX50QoK6K2RnVhJlDU2IT6DogmUJ3nQYI0D0nSTTMg+tm6 QguGP19U50OUG6y6X6b73Iu5HCzCsERN2DIQNLSiBiMwPK93LtRchYvKGcgGZRuN m/Yx0CdcSX+bRqgPFcuWWPVuaVglebYFBSI1c5dAIbtgUl4SoGNIwEU= -----END RSA PRIVATE KEY----- 2018-08-27 12:15:36,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-27 12:15:36,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" -d '{"security_group": {"name": "vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-27 12:15:37,462 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-74777617-a56f-45a2-8ccb-6e33672955df Date: Mon, 27 Aug 2018 12:15:37 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:15:37Z", "updated_at": "2018-08-27T12:15:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:37Z", "revision_number": 0, "id": "7c4f92db-1088-4dca-8e28-8aaca1d446dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:37Z", "security_group_id": "95cfe556-c2d8-44b0-8c62-55a33690bd0a", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:37Z", "revision_number": 0, "id": "d1c19fc3-bba0-45d6-a3d8-ebffb45ebe9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:37Z", "security_group_id": "95cfe556-c2d8-44b0-8c62-55a33690bd0a", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}], "revision_number": 1, "project_id": "dfb6d69f9216475e94b90f72978fe83d", "id": "95cfe556-c2d8-44b0-8c62-55a33690bd0a", "name": "vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}} 2018-08-27 12:15:37,462 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-74777617-a56f-45a2-8ccb-6e33672955df 2018-08-27 12:15:37,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.471601009369s 2018-08-27 12:15:37,462 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-74777617-a56f-45a2-8ccb-6e33672955df 2018-08-27 12:15:37,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 12:15:37,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:37,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-4b73151e-046c-4896-8598-794c523279c2 Date: Mon, 27 Aug 2018 12:15:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:15:21Z", "updated_at": "2018-08-27T12:15:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:21Z", "revision_number": 0, "id": "4458d14e-2b21-43e7-a2de-6427fc67e88b", "remote_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:21Z", "security_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:21Z", "revision_number": 0, "id": "50238247-67f7-4421-9326-2dfc4f48e263", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:21Z", "security_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:21Z", "revision_number": 0, "id": "84fe2a6b-8545-494d-80b0-0acf9f5eb9aa", "remote_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:21Z", "security_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:21Z", "revision_number": 0, "id": "cbf61fd1-b546-4fd8-a697-6e68b85f704f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:21Z", "security_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}], "revision_number": 1, "project_id": "dfb6d69f9216475e94b90f72978fe83d", "id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:15:37Z", "updated_at": "2018-08-27T12:15:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:37Z", "revision_number": 0, "id": "7c4f92db-1088-4dca-8e28-8aaca1d446dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:37Z", "security_group_id": "95cfe556-c2d8-44b0-8c62-55a33690bd0a", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:37Z", "revision_number": 0, "id": "d1c19fc3-bba0-45d6-a3d8-ebffb45ebe9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:37Z", "security_group_id": "95cfe556-c2d8-44b0-8c62-55a33690bd0a", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}], "revision_number": 1, "project_id": "dfb6d69f9216475e94b90f72978fe83d", "id": "95cfe556-c2d8-44b0-8c62-55a33690bd0a", "name": "vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}]} 2018-08-27 12:15:37,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-4b73151e-046c-4896-8598-794c523279c2 2018-08-27 12:15:37,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.311531066895s 2018-08-27 12:15:37,779 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-4b73151e-046c-4896-8598-794c523279c2 2018-08-27 12:15:37,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 12:15:37,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" -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": "95cfe556-c2d8-44b0-8c62-55a33690bd0a"}}' 2018-08-27 12:15:37,999 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-462bf923-3afa-451b-ab0b-8f8f168c9cca Date: Mon, 27 Aug 2018 12:15:38 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-27T12:15:37Z", "security_group_id": "95cfe556-c2d8-44b0-8c62-55a33690bd0a", "port_range_min": 22, "revision_number": 0, "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:15:37Z", "project_id": "dfb6d69f9216475e94b90f72978fe83d", "id": "da89f07b-ea9c-450b-be67-193e98ba996a"}} 2018-08-27 12:15:37,999 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-462bf923-3afa-451b-ab0b-8f8f168c9cca 2018-08-27 12:15:38,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.217172145844s 2018-08-27 12:15:38,000 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-462bf923-3afa-451b-ab0b-8f8f168c9cca 2018-08-27 12:15:38,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 12:15:38,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:38,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-070df6bf-d9eb-4328-a23c-6d4667d89def Date: Mon, 27 Aug 2018 12:15:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:15:21Z", "updated_at": "2018-08-27T12:15:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:21Z", "revision_number": 0, "id": "4458d14e-2b21-43e7-a2de-6427fc67e88b", "remote_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:21Z", "security_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:21Z", "revision_number": 0, "id": "50238247-67f7-4421-9326-2dfc4f48e263", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:21Z", "security_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:21Z", "revision_number": 0, "id": "84fe2a6b-8545-494d-80b0-0acf9f5eb9aa", "remote_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:21Z", "security_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:21Z", "revision_number": 0, "id": "cbf61fd1-b546-4fd8-a697-6e68b85f704f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:21Z", "security_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}], "revision_number": 1, "project_id": "dfb6d69f9216475e94b90f72978fe83d", "id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:15:37Z", "updated_at": "2018-08-27T12:15:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:37Z", "revision_number": 0, "id": "7c4f92db-1088-4dca-8e28-8aaca1d446dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:37Z", "security_group_id": "95cfe556-c2d8-44b0-8c62-55a33690bd0a", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:37Z", "revision_number": 0, "id": "d1c19fc3-bba0-45d6-a3d8-ebffb45ebe9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:37Z", "security_group_id": "95cfe556-c2d8-44b0-8c62-55a33690bd0a", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T12:15:37Z", "revision_number": 0, "id": "da89f07b-ea9c-450b-be67-193e98ba996a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:37Z", "security_group_id": "95cfe556-c2d8-44b0-8c62-55a33690bd0a", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}], "revision_number": 2, "project_id": "dfb6d69f9216475e94b90f72978fe83d", "id": "95cfe556-c2d8-44b0-8c62-55a33690bd0a", "name": "vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}]} 2018-08-27 12:15:38,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-070df6bf-d9eb-4328-a23c-6d4667d89def 2018-08-27 12:15:38,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.287957906723s 2018-08-27 12:15:38,292 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-070df6bf-d9eb-4328-a23c-6d4667d89def 2018-08-27 12:15:38,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 12:15:38,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" -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": "95cfe556-c2d8-44b0-8c62-55a33690bd0a"}}' 2018-08-27 12:15:38,700 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-0b4ab492-a038-4101-9728-78d6f7ac821b Date: Mon, 27 Aug 2018 12:15:38 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-27T12:15:38Z", "security_group_id": "95cfe556-c2d8-44b0-8c62-55a33690bd0a", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:15:38Z", "project_id": "dfb6d69f9216475e94b90f72978fe83d", "id": "68cb23f3-1d2f-491d-8b8a-dc52e08e6fe5"}} 2018-08-27 12:15:38,700 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-0b4ab492-a038-4101-9728-78d6f7ac821b 2018-08-27 12:15:38,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.404511213303s 2018-08-27 12:15:38,701 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-0b4ab492-a038-4101-9728-78d6f7ac821b 2018-08-27 12:15:38,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:15:38,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:39,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-aca476c1-f53d-4f4a-b9d9-9c10c60ae702 Date: Mon, 27 Aug 2018 12:15:39 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"dca65487-6817-4c8d-87eb-ffcac960c658","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb6d69f9216475e94b90f72978fe83d","l2_adjacency":true,"status":"ACTIVE","subnets":["87ca9ea7-7718-435b-b85f-8843f42e7b09"],"description":"","tags":[],"updated_at":"2018-08-27T12:15:22Z","qos_policy_id":null,"name":"vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8","admin_state_up":true,"tenant_id":"dfb6d69f9216475e94b90f72978fe83d","created_at":"2018-08-27T12:15:21Z","mtu":1450}]} 2018-08-27 12:15:39,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-aca476c1-f53d-4f4a-b9d9-9c10c60ae702 2018-08-27 12:15:39,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.496918916702s 2018-08-27 12:15:39,199 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-aca476c1-f53d-4f4a-b9d9-9c10c60ae702 2018-08-27 12:15:39,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:15:39,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:39,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-671e70c0-2b9e-45c0-9a81-dcf6fba41a53 Date: Mon, 27 Aug 2018 12:15:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:15:35Z", "file": "/v2/images/907c5332-0d32-4272-987c-7b62d8ad3a5b/file", "owner": "dfb6d69f9216475e94b90f72978fe83d", "id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "size": 12716032, "self": "/v2/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/907c5332-0d32-4272-987c-7b62d8ad3a5b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/907c5332-0d32-4272-987c-7b62d8ad3a5b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:15:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:15:39,986 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-671e70c0-2b9e-45c0-9a81-dcf6fba41a53 2018-08-27 12:15:39,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.782376050949s 2018-08-27 12:15:39,987 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-671e70c0-2b9e-45c0-9a81-dcf6fba41a53 2018-08-27 12:15:39,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 12:15:39,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:40,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15: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-503d3784-d89e-4e23-be50-07b3839f188f x-compute-request-id: req-503d3784-d89e-4e23-be50-07b3839f188f Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "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": "7dc2b927-b456-493e-8ddc-08db67f25b02"}]} 2018-08-27 12:15:40,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-503d3784-d89e-4e23-be50-07b3839f188f 2018-08-27 12:15:40,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.149713993073s 2018-08-27 12:15:40,138 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-503d3784-d89e-4e23-be50-07b3839f188f 2018-08-27 12:15:40,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 12:15:40,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" -d '{"server": {"name": "vping_ssh-vm2_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "imageRef": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "flavorRef": "7dc2b927-b456-493e-8ddc-08db67f25b02", "max_count": 1, "min_count": 1, "networks": [{"uuid": "dca65487-6817-4c8d-87eb-ffcac960c658"}], "security_groups": [{"name": "95cfe556-c2d8-44b0-8c62-55a33690bd0a"}]}}' 2018-08-27 12:15:45,231 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:15: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-38db7dbc-158a-4707-b698-d7b5f99f0c78 x-compute-request-id: req-38db7dbc-158a-4707-b698-d7b5f99f0c78 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "95cfe556-c2d8-44b0-8c62-55a33690bd0a"}], "OS-DCF:diskConfig": "MANUAL", "id": "9f0e02d1-5230-4f4d-8099-5f369e94a761", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "bookmark"}], "adminPass": "FJiAS6t2yHx2"}} 2018-08-27 12:15:45,232 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-38db7dbc-158a-4707-b698-d7b5f99f0c78 2018-08-27 12:15:45,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.09144115448s 2018-08-27 12:15:45,232 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-38db7dbc-158a-4707-b698-d7b5f99f0c78 2018-08-27 12:15:45,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:15:45,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:45,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15: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-a40d19d6-1c1b-43f0-88de-ee37dc418100 x-compute-request-id: req-a40d19d6-1c1b-43f0-88de-ee37dc418100 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.28:8774/v2.1/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "bookmark"}], "image": {"id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "links": [{"href": "http://172.30.9.28:8774/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7dc2b927-b456-493e-8ddc-08db67f25b02", "links": [{"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "bookmark"}]}, "id": "9f0e02d1-5230-4f4d-8099-5f369e94a761", "user_id": "f8f3124b432c489da834146574390b3a", "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-27T12:15:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "created": "2018-08-27T12:15:45Z", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:15:45,661 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a40d19d6-1c1b-43f0-88de-ee37dc418100 2018-08-27 12:15:45,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.428443193436s 2018-08-27 12:15:45,662 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a40d19d6-1c1b-43f0-88de-ee37dc418100 2018-08-27 12:15:45,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:15:45,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:45,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-1d2421f2-3ca1-4247-8c79-d6db956e2982 Date: Mon, 27 Aug 2018 12:15:45 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"dca65487-6817-4c8d-87eb-ffcac960c658","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb6d69f9216475e94b90f72978fe83d","l2_adjacency":true,"status":"ACTIVE","subnets":["87ca9ea7-7718-435b-b85f-8843f42e7b09"],"description":"","tags":[],"updated_at":"2018-08-27T12:15:22Z","qos_policy_id":null,"name":"vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8","admin_state_up":true,"tenant_id":"dfb6d69f9216475e94b90f72978fe83d","created_at":"2018-08-27T12:15:21Z","mtu":1450}]} 2018-08-27 12:15:45,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1d2421f2-3ca1-4247-8c79-d6db956e2982 2018-08-27 12:15:45,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0926561355591s 2018-08-27 12:15:45,762 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1d2421f2-3ca1-4247-8c79-d6db956e2982 2018-08-27 12:15:45,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 12:15:45,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:45,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-f3ce1693-f8c7-47c4-8718-644f189bdd56 Date: Mon, 27 Aug 2018 12:15:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dca65487-6817-4c8d-87eb-ffcac960c658","tenant_id":"dfb6d69f9216475e94b90f72978fe83d","created_at":"2018-08-27T12:15:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T12:15:22Z","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":"dfb6d69f9216475e94b90f72978fe83d","id":"87ca9ea7-7718-435b-b85f-8843f42e7b09","subnetpool_id":null,"name":"vping_ssh-subnet_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}]} 2018-08-27 12:15:45,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-f3ce1693-f8c7-47c4-8718-644f189bdd56 2018-08-27 12:15:45,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0440239906311s 2018-08-27 12:15:45,807 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-f3ce1693-f8c7-47c4-8718-644f189bdd56 2018-08-27 12:15:45,808 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:15:47,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:15:47,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:48,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15: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-edf0ad52-27c2-407b-b9e7-c2621ee9b95e x-compute-request-id: req-edf0ad52-27c2-407b-b9e7-c2621ee9b95e Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "bookmark"}], "image": {"id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "links": [{"href": "http://172.30.9.28:8774/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7dc2b927-b456-493e-8ddc-08db67f25b02", "links": [{"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "bookmark"}]}, "id": "9f0e02d1-5230-4f4d-8099-5f369e94a761", "user_id": "f8f3124b432c489da834146574390b3a", "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-27T12:15:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "created": "2018-08-27T12:15:45Z", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:15:48,397 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-edf0ad52-27c2-407b-b9e7-c2621ee9b95e 2018-08-27 12:15:48,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.586568117142s 2018-08-27 12:15:48,397 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-edf0ad52-27c2-407b-b9e7-c2621ee9b95e 2018-08-27 12:15:48,401 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:15:50,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:15:50,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:50,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15: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-677fe2be-fd3b-4e5e-a38f-97d90f70fd59 x-compute-request-id: req-677fe2be-fd3b-4e5e-a38f-97d90f70fd59 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.28:8774/v2.1/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "bookmark"}], "image": {"id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "links": [{"href": "http://172.30.9.28:8774/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7dc2b927-b456-493e-8ddc-08db67f25b02", "links": [{"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "bookmark"}]}, "id": "9f0e02d1-5230-4f4d-8099-5f369e94a761", "security_groups": [{"name": "vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}], "user_id": "f8f3124b432c489da834146574390b3a", "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-27T12:15:48Z", "hostId": "a4c0dfcb42a1360ef0231ba79389c427b74bc9c41199c02b284b16b1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "created": "2018-08-27T12:15:45Z", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:15:50,975 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-677fe2be-fd3b-4e5e-a38f-97d90f70fd59 2018-08-27 12:15:50,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.571158885956s 2018-08-27 12:15:50,975 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-677fe2be-fd3b-4e5e-a38f-97d90f70fd59 2018-08-27 12:15:50,979 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:15:52,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:15:52,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:54,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15: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-7bbba58d-5834-437e-8ed7-3adbf3920e51 x-compute-request-id: req-7bbba58d-5834-437e-8ed7-3adbf3920e51 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.28:8774/v2.1/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "bookmark"}], "image": {"id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "links": [{"href": "http://172.30.9.28:8774/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7dc2b927-b456-493e-8ddc-08db67f25b02", "links": [{"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "bookmark"}]}, "id": "9f0e02d1-5230-4f4d-8099-5f369e94a761", "security_groups": [{"name": "vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}], "user_id": "f8f3124b432c489da834146574390b3a", "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-27T12:15:48Z", "hostId": "a4c0dfcb42a1360ef0231ba79389c427b74bc9c41199c02b284b16b1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "created": "2018-08-27T12:15:45Z", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:15:54,361 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7bbba58d-5834-437e-8ed7-3adbf3920e51 2018-08-27 12:15:54,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.37934017181s 2018-08-27 12:15:54,362 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7bbba58d-5834-437e-8ed7-3adbf3920e51 2018-08-27 12:15:54,365 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:15:56,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:15:56,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:57,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15: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-0df581a9-5b33-463e-ba84-66c4ea76a08e x-compute-request-id: req-0df581a9-5b33-463e-ba84-66c4ea76a08e Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:55:5c", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "bookmark"}], "image": {"id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "links": [{"href": "http://172.30.9.28:8774/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:15:53.000000", "flavor": {"id": "7dc2b927-b456-493e-8ddc-08db67f25b02", "links": [{"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "bookmark"}]}, "id": "9f0e02d1-5230-4f4d-8099-5f369e94a761", "security_groups": [{"name": "vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}], "user_id": "f8f3124b432c489da834146574390b3a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:15:53Z", "hostId": "a4c0dfcb42a1360ef0231ba79389c427b74bc9c41199c02b284b16b1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "created": "2018-08-27T12:15:45Z", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:15:57,795 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0df581a9-5b33-463e-ba84-66c4ea76a08e 2018-08-27 12:15:57,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.42663192749s 2018-08-27 12:15:57,795 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0df581a9-5b33-463e-ba84-66c4ea76a08e 2018-08-27 12:15:57,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 12:15:57,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=9f0e02d1-5230-4f4d-8099-5f369e94a761" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:57,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-b850fdbe-cccc-4eb6-9406-9245f3c008ea Date: Mon, 27 Aug 2018 12:15:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T12:15:52Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"87ca9ea7-7718-435b-b85f-8843f42e7b09","ip_address":"192.168.120.9"}],"id":"04bff1e7-7afd-4909-92b4-53682ce25782","security_groups":["95cfe556-c2d8-44b0-8c62-55a33690bd0a"],"mac_address":"fa:16:3e:a6:55:5c","project_id":"dfb6d69f9216475e94b90f72978fe83d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dca65487-6817-4c8d-87eb-ffcac960c658","tenant_id":"dfb6d69f9216475e94b90f72978fe83d","created_at":"2018-08-27T12:15:48Z","binding:vnic_type":"normal","device_id":"9f0e02d1-5230-4f4d-8099-5f369e94a761","ip_allocation":"immediate"}]} 2018-08-27 12:15:57,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=9f0e02d1-5230-4f4d-8099-5f369e94a761 used request id req-b850fdbe-cccc-4eb6-9406-9245f3c008ea 2018-08-27 12:15:57,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0479898452759s 2018-08-27 12:15:57,848 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=9f0e02d1-5230-4f4d-8099-5f369e94a761 used request id req-b850fdbe-cccc-4eb6-9406-9245f3c008ea 2018-08-27 12:15:57,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:15:57,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=04bff1e7-7afd-4909-92b4-53682ce25782" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:57,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1c03297d-c42a-41b2-88ef-bee4d8ddbb20 Date: Mon, 27 Aug 2018 12:15:57 GMT RESP BODY: {"floatingips": []} 2018-08-27 12:15:57,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=04bff1e7-7afd-4909-92b4-53682ce25782 used request id req-1c03297d-c42a-41b2-88ef-bee4d8ddbb20 2018-08-27 12:15:57,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0462639331818s 2018-08-27 12:15:57,899 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=04bff1e7-7afd-4909-92b4-53682ce25782 used request id req-1c03297d-c42a-41b2-88ef-bee4d8ddbb20 2018-08-27 12:15:57,900 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a6:55:5c', 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'907c5332-0d32-4272-987c-7b62d8ad3a5b'}), 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-27T12:15:53.000000', 'flavor': Munch({u'id': u'7dc2b927-b456-493e-8ddc-08db67f25b02'}), 'az': u'nova', 'id': u'9f0e02d1-5230-4f4d-8099-5f369e94a761', 'security_groups': [Munch({u'name': u'vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f8f3124b432c489da834146574390b3a', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfb6d69f9216475e94b90f72978fe83d', 'name': 'vping_ssh-project_f065cc2b-c0af-4f3e-a186-47df9aa58de8', '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-27T12:15:53.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T12:15:53Z', 'hostId': u'a4c0dfcb42a1360ef0231ba79389c427b74bc9c41199c02b284b16b1', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'a4c0dfcb42a1360ef0231ba79389c427b74bc9c41199c02b284b16b1', '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-27T12:15:53.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'dfb6d69f9216475e94b90f72978fe83d', 'name': u'vping_ssh-vm2_f065cc2b-c0af-4f3e-a186-47df9aa58de8', 'adminPass': u'FJiAS6t2yHx2', 'tenant_id': u'dfb6d69f9216475e94b90f72978fe83d', 'created_at': u'2018-08-27T12:15:45Z', 'created': u'2018-08-27T12:15:45Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 12:15:57,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:15:57,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:57,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-e99b5013-a022-4496-b2d0-1621fbc7058f Date: Mon, 27 Aug 2018 12:15:57 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"dca65487-6817-4c8d-87eb-ffcac960c658","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb6d69f9216475e94b90f72978fe83d","l2_adjacency":true,"status":"ACTIVE","subnets":["87ca9ea7-7718-435b-b85f-8843f42e7b09"],"description":"","tags":[],"updated_at":"2018-08-27T12:15:22Z","qos_policy_id":null,"name":"vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8","admin_state_up":true,"tenant_id":"dfb6d69f9216475e94b90f72978fe83d","created_at":"2018-08-27T12:15:21Z","mtu":1450}]} 2018-08-27 12:15:57,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e99b5013-a022-4496-b2d0-1621fbc7058f 2018-08-27 12:15:57,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0901041030884s 2018-08-27 12:15:57,992 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e99b5013-a022-4496-b2d0-1621fbc7058f 2018-08-27 12:15:57,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:15:58,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:58,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-39f426cb-783b-489d-a5ce-2d350da197da Date: Mon, 27 Aug 2018 12:15:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:15:35Z", "file": "/v2/images/907c5332-0d32-4272-987c-7b62d8ad3a5b/file", "owner": "dfb6d69f9216475e94b90f72978fe83d", "id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "size": 12716032, "self": "/v2/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/907c5332-0d32-4272-987c-7b62d8ad3a5b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/907c5332-0d32-4272-987c-7b62d8ad3a5b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:15:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:15:58,793 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-39f426cb-783b-489d-a5ce-2d350da197da 2018-08-27 12:15:58,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.797113180161s 2018-08-27 12:15:58,794 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-39f426cb-783b-489d-a5ce-2d350da197da 2018-08-27 12:15:58,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 12:15:58,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:15:58,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:15: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-79ec9196-65b2-4b58-a904-7c3fa1c5e46a x-compute-request-id: req-79ec9196-65b2-4b58-a904-7c3fa1c5e46a Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "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": "7dc2b927-b456-493e-8ddc-08db67f25b02"}]} 2018-08-27 12:15:58,825 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-79ec9196-65b2-4b58-a904-7c3fa1c5e46a 2018-08-27 12:15:58,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0291130542755s 2018-08-27 12:15:58,825 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-79ec9196-65b2-4b58-a904-7c3fa1c5e46a 2018-08-27 12:15:58,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 12:15:58,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" -d '{"server": {"name": "vping_ssh-vm_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "imageRef": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "key_name": "vping_ssh-kp_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "flavorRef": "7dc2b927-b456-493e-8ddc-08db67f25b02", "max_count": 1, "min_count": 1, "networks": [{"uuid": "dca65487-6817-4c8d-87eb-ffcac960c658"}], "security_groups": [{"name": "95cfe556-c2d8-44b0-8c62-55a33690bd0a"}]}}' 2018-08-27 12:16:01,499 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:15: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-fd021562-52f5-401b-be8c-addd47242f54 x-compute-request-id: req-fd021562-52f5-401b-be8c-addd47242f54 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "95cfe556-c2d8-44b0-8c62-55a33690bd0a"}], "OS-DCF:diskConfig": "MANUAL", "id": "05f021ac-1c97-46d3-ab48-8ba593f082e1", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1", "rel": "bookmark"}], "adminPass": "mPVW6pu5CNu6"}} 2018-08-27 12:16:01,500 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-fd021562-52f5-401b-be8c-addd47242f54 2018-08-27 12:16:01,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.67341208458s 2018-08-27 12:16:01,500 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-fd021562-52f5-401b-be8c-addd47242f54 2018-08-27 12:16:01,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:16:01,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:02,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16: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-04ba86a6-caf5-4de7-8a82-8357421f985c x-compute-request-id: req-04ba86a6-caf5-4de7-8a82-8357421f985c Content-Encoding: gzip Content-Length: 854 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1", "rel": "bookmark"}], "image": {"id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "links": [{"href": "http://172.30.9.28:8774/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7dc2b927-b456-493e-8ddc-08db67f25b02", "links": [{"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "bookmark"}]}, "id": "05f021ac-1c97-46d3-ab48-8ba593f082e1", "user_id": "f8f3124b432c489da834146574390b3a", "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-27T12:16:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "name": "vping_ssh-vm_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "created": "2018-08-27T12:16:01Z", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:55:5c", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "bookmark"}], "image": {"id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "links": [{"href": "http://172.30.9.28:8774/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:15:53.000000", "flavor": {"id": "7dc2b927-b456-493e-8ddc-08db67f25b02", "links": [{"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "bookmark"}]}, "id": "9f0e02d1-5230-4f4d-8099-5f369e94a761", "security_groups": [{"name": "vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}], "user_id": "f8f3124b432c489da834146574390b3a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:15:53Z", "hostId": "a4c0dfcb42a1360ef0231ba79389c427b74bc9c41199c02b284b16b1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "created": "2018-08-27T12:15:45Z", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:16:02,220 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-04ba86a6-caf5-4de7-8a82-8357421f985c 2018-08-27 12:16:02,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.718830108643s 2018-08-27 12:16:02,220 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-04ba86a6-caf5-4de7-8a82-8357421f985c 2018-08-27 12:16:02,226 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:16:04,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:16:04,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:04,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16: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-cfa168c4-dc45-47b8-a491-b742b88b1b00 x-compute-request-id: req-cfa168c4-dc45-47b8-a491-b742b88b1b00 Content-Encoding: gzip Content-Length: 896 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1", "rel": "bookmark"}], "image": {"id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "links": [{"href": "http://172.30.9.28:8774/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7dc2b927-b456-493e-8ddc-08db67f25b02", "links": [{"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "bookmark"}]}, "id": "05f021ac-1c97-46d3-ab48-8ba593f082e1", "user_id": "f8f3124b432c489da834146574390b3a", "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-27T12:16:04Z", "hostId": "81cf0c67bf88066c658e1f7c4bdfc907d57a8ffc7d64998521527a08", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "name": "vping_ssh-vm_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "created": "2018-08-27T12:16:01Z", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:55:5c", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "bookmark"}], "image": {"id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "links": [{"href": "http://172.30.9.28:8774/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:15:53.000000", "flavor": {"id": "7dc2b927-b456-493e-8ddc-08db67f25b02", "links": [{"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "bookmark"}]}, "id": "9f0e02d1-5230-4f4d-8099-5f369e94a761", "security_groups": [{"name": "vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}], "user_id": "f8f3124b432c489da834146574390b3a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:15:53Z", "hostId": "a4c0dfcb42a1360ef0231ba79389c427b74bc9c41199c02b284b16b1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "created": "2018-08-27T12:15:45Z", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:16:04,905 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cfa168c4-dc45-47b8-a491-b742b88b1b00 2018-08-27 12:16:04,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.678040981293s 2018-08-27 12:16:04,905 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cfa168c4-dc45-47b8-a491-b742b88b1b00 2018-08-27 12:16:04,909 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:16:06,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:16:06,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:07,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16: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-904621a1-cac7-4a77-bfd7-941c2f77198e x-compute-request-id: req-904621a1-cac7-4a77-bfd7-941c2f77198e Content-Encoding: gzip Content-Length: 893 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1", "rel": "bookmark"}], "image": {"id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "links": [{"href": "http://172.30.9.28:8774/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7dc2b927-b456-493e-8ddc-08db67f25b02", "links": [{"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "bookmark"}]}, "id": "05f021ac-1c97-46d3-ab48-8ba593f082e1", "security_groups": [{"name": "vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}], "user_id": "f8f3124b432c489da834146574390b3a", "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-27T12:16:05Z", "hostId": "81cf0c67bf88066c658e1f7c4bdfc907d57a8ffc7d64998521527a08", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "name": "vping_ssh-vm_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "created": "2018-08-27T12:16:01Z", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:55:5c", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "bookmark"}], "image": {"id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "links": [{"href": "http://172.30.9.28:8774/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:15:53.000000", "flavor": {"id": "7dc2b927-b456-493e-8ddc-08db67f25b02", "links": [{"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "bookmark"}]}, "id": "9f0e02d1-5230-4f4d-8099-5f369e94a761", "security_groups": [{"name": "vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}], "user_id": "f8f3124b432c489da834146574390b3a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:15:53Z", "hostId": "a4c0dfcb42a1360ef0231ba79389c427b74bc9c41199c02b284b16b1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "created": "2018-08-27T12:15:45Z", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:16:07,743 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-904621a1-cac7-4a77-bfd7-941c2f77198e 2018-08-27 12:16:07,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.831068992615s 2018-08-27 12:16:07,743 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-904621a1-cac7-4a77-bfd7-941c2f77198e 2018-08-27 12:16:07,748 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:16:09,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:16:09,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:10,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16: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-0ad20066-0a3f-4a5a-a2bf-e4409531c093 x-compute-request-id: req-0ad20066-0a3f-4a5a-a2bf-e4409531c093 Content-Encoding: gzip Content-Length: 893 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1", "rel": "bookmark"}], "image": {"id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "links": [{"href": "http://172.30.9.28:8774/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7dc2b927-b456-493e-8ddc-08db67f25b02", "links": [{"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "bookmark"}]}, "id": "05f021ac-1c97-46d3-ab48-8ba593f082e1", "security_groups": [{"name": "vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}], "user_id": "f8f3124b432c489da834146574390b3a", "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-27T12:16:05Z", "hostId": "81cf0c67bf88066c658e1f7c4bdfc907d57a8ffc7d64998521527a08", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "name": "vping_ssh-vm_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "created": "2018-08-27T12:16:01Z", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:55:5c", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "bookmark"}], "image": {"id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "links": [{"href": "http://172.30.9.28:8774/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:15:53.000000", "flavor": {"id": "7dc2b927-b456-493e-8ddc-08db67f25b02", "links": [{"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "bookmark"}]}, "id": "9f0e02d1-5230-4f4d-8099-5f369e94a761", "security_groups": [{"name": "vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}], "user_id": "f8f3124b432c489da834146574390b3a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:15:53Z", "hostId": "a4c0dfcb42a1360ef0231ba79389c427b74bc9c41199c02b284b16b1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "created": "2018-08-27T12:15:45Z", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:16:10,391 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0ad20066-0a3f-4a5a-a2bf-e4409531c093 2018-08-27 12:16:10,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.640139102936s 2018-08-27 12:16:10,392 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0ad20066-0a3f-4a5a-a2bf-e4409531c093 2018-08-27 12:16:10,397 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:16:12,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:16:12,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:13,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16: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-26832ca4-1bc5-4a85-8de2-c36e7fb45526 x-compute-request-id: req-26832ca4-1bc5-4a85-8de2-c36e7fb45526 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:55:00", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1", "rel": "bookmark"}], "image": {"id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "links": [{"href": "http://172.30.9.28:8774/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:16:11.000000", "flavor": {"id": "7dc2b927-b456-493e-8ddc-08db67f25b02", "links": [{"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "bookmark"}]}, "id": "05f021ac-1c97-46d3-ab48-8ba593f082e1", "security_groups": [{"name": "vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}], "user_id": "f8f3124b432c489da834146574390b3a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:16:11Z", "hostId": "81cf0c67bf88066c658e1f7c4bdfc907d57a8ffc7d64998521527a08", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "name": "vping_ssh-vm_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "created": "2018-08-27T12:16:01Z", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:55:5c", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "bookmark"}], "image": {"id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "links": [{"href": "http://172.30.9.28:8774/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:15:53.000000", "flavor": {"id": "7dc2b927-b456-493e-8ddc-08db67f25b02", "links": [{"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "bookmark"}]}, "id": "9f0e02d1-5230-4f4d-8099-5f369e94a761", "security_groups": [{"name": "vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}], "user_id": "f8f3124b432c489da834146574390b3a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:15:53Z", "hostId": "a4c0dfcb42a1360ef0231ba79389c427b74bc9c41199c02b284b16b1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "created": "2018-08-27T12:15:45Z", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:16:13,599 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-26832ca4-1bc5-4a85-8de2-c36e7fb45526 2018-08-27 12:16:13,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.19979810715s 2018-08-27 12:16:13,600 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-26832ca4-1bc5-4a85-8de2-c36e7fb45526 2018-08-27 12:16:13,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 12:16:13,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=05f021ac-1c97-46d3-ab48-8ba593f082e1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:13,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-49c2e8b1-408a-4b74-8680-ccccf7c830e1 Date: Mon, 27 Aug 2018 12:16:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T12:16:10Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"87ca9ea7-7718-435b-b85f-8843f42e7b09","ip_address":"192.168.120.14"}],"id":"57677abe-7295-4f15-a88b-3c5d01c84a56","security_groups":["95cfe556-c2d8-44b0-8c62-55a33690bd0a"],"mac_address":"fa:16:3e:f0:55:00","project_id":"dfb6d69f9216475e94b90f72978fe83d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dca65487-6817-4c8d-87eb-ffcac960c658","tenant_id":"dfb6d69f9216475e94b90f72978fe83d","created_at":"2018-08-27T12:16:05Z","binding:vnic_type":"normal","device_id":"05f021ac-1c97-46d3-ab48-8ba593f082e1","ip_allocation":"immediate"}]} 2018-08-27 12:16:13,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=05f021ac-1c97-46d3-ab48-8ba593f082e1 used request id req-49c2e8b1-408a-4b74-8680-ccccf7c830e1 2018-08-27 12:16:13,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0592610836029s 2018-08-27 12:16:13,664 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=05f021ac-1c97-46d3-ab48-8ba593f082e1 used request id req-49c2e8b1-408a-4b74-8680-ccccf7c830e1 2018-08-27 12:16:13,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:16:13,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=57677abe-7295-4f15-a88b-3c5d01c84a56" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:13,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-fdc24006-2288-4278-98e6-57da429de888 Date: Mon, 27 Aug 2018 12:16:13 GMT RESP BODY: {"floatingips": []} 2018-08-27 12:16:13,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=57677abe-7295-4f15-a88b-3c5d01c84a56 used request id req-fdc24006-2288-4278-98e6-57da429de888 2018-08-27 12:16:13,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.225816011429s 2018-08-27 12:16:13,896 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=57677abe-7295-4f15-a88b-3c5d01c84a56 used request id req-fdc24006-2288-4278-98e6-57da429de888 2018-08-27 12:16:13,896 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f0:55:00', 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'907c5332-0d32-4272-987c-7b62d8ad3a5b'}), 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-27T12:16:11.000000', 'flavor': Munch({u'id': u'7dc2b927-b456-493e-8ddc-08db67f25b02'}), 'az': u'nova', 'id': u'05f021ac-1c97-46d3-ab48-8ba593f082e1', 'security_groups': [Munch({u'name': u'vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f8f3124b432c489da834146574390b3a', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfb6d69f9216475e94b90f72978fe83d', 'name': 'vping_ssh-project_f065cc2b-c0af-4f3e-a186-47df9aa58de8', '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-27T12:16:11.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T12:16:11Z', 'hostId': u'81cf0c67bf88066c658e1f7c4bdfc907d57a8ffc7d64998521527a08', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_f065cc2b-c0af-4f3e-a186-47df9aa58de8', 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'81cf0c67bf88066c658e1f7c4bdfc907d57a8ffc7d64998521527a08', '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-27T12:16:11.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'dfb6d69f9216475e94b90f72978fe83d', 'name': u'vping_ssh-vm_f065cc2b-c0af-4f3e-a186-47df9aa58de8', 'adminPass': u'mPVW6pu5CNu6', 'tenant_id': u'dfb6d69f9216475e94b90f72978fe83d', 'created_at': u'2018-08-27T12:16:01Z', 'created': u'2018-08-27T12:16:01Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 12:16:13,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:16:13,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:13,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-b0e032ab-26e3-43d0-b8e0-047d2fd00b72 Date: Mon, 27 Aug 2018 12:16:13 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"dca65487-6817-4c8d-87eb-ffcac960c658","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb6d69f9216475e94b90f72978fe83d","l2_adjacency":true,"status":"ACTIVE","subnets":["87ca9ea7-7718-435b-b85f-8843f42e7b09"],"description":"","tags":[],"updated_at":"2018-08-27T12:15:22Z","qos_policy_id":null,"name":"vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8","admin_state_up":true,"tenant_id":"dfb6d69f9216475e94b90f72978fe83d","created_at":"2018-08-27T12:15:21Z","mtu":1450}]} 2018-08-27 12:16:13,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b0e032ab-26e3-43d0-b8e0-047d2fd00b72 2018-08-27 12:16:13,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0921700000763s 2018-08-27 12:16:13,992 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b0e032ab-26e3-43d0-b8e0-047d2fd00b72 2018-08-27 12:16:13,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 12:16:13,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=05f021ac-1c97-46d3-ab48-8ba593f082e1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:14,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-76337c08-87f4-41e6-a92b-eb6f32f462e1 Date: Mon, 27 Aug 2018 12:16:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T12:16:10Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"87ca9ea7-7718-435b-b85f-8843f42e7b09","ip_address":"192.168.120.14"}],"id":"57677abe-7295-4f15-a88b-3c5d01c84a56","security_groups":["95cfe556-c2d8-44b0-8c62-55a33690bd0a"],"mac_address":"fa:16:3e:f0:55:00","project_id":"dfb6d69f9216475e94b90f72978fe83d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dca65487-6817-4c8d-87eb-ffcac960c658","tenant_id":"dfb6d69f9216475e94b90f72978fe83d","created_at":"2018-08-27T12:16:05Z","binding:vnic_type":"normal","device_id":"05f021ac-1c97-46d3-ab48-8ba593f082e1","ip_allocation":"immediate"}]} 2018-08-27 12:16:14,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=05f021ac-1c97-46d3-ab48-8ba593f082e1 used request id req-76337c08-87f4-41e6-a92b-eb6f32f462e1 2018-08-27 12:16:14,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0438849925995s 2018-08-27 12:16:14,037 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=05f021ac-1c97-46d3-ab48-8ba593f082e1 used request id req-76337c08-87f4-41e6-a92b-eb6f32f462e1 2018-08-27 12:16:14,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-27 12:16:14,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" -d '{"floatingip": {"floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "fixed_ip_address": "192.168.120.14", "port_id": "57677abe-7295-4f15-a88b-3c5d01c84a56"}}' 2018-08-27 12:16:17,307 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-1a918bb0-6038-415d-8573-bcea99a3a35e Date: Mon, 27 Aug 2018 12:16:17 GMT RESP BODY: {"floatingip": {"router_id": "6e51977a-1fb2-4965-8405-2ef3709d5fd6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:16:15Z", "updated_at": "2018-08-27T12:16:15Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dca65487-6817-4c8d-87eb-ffcac960c658", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f0:55:00", "device_id": "05f021ac-1c97-46d3-ab48-8ba593f082e1"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "dfb6d69f9216475e94b90f72978fe83d", "port_id": "57677abe-7295-4f15-a88b-3c5d01c84a56", "id": "bb83ae80-6f83-49b8-9a58-9e3aae7b480d", "qos_policy_id": null}} 2018-08-27 12:16:17,307 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-1a918bb0-6038-415d-8573-bcea99a3a35e 2018-08-27 12:16:17,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 3.26918911934s 2018-08-27 12:16:17,308 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-1a918bb0-6038-415d-8573-bcea99a3a35e 2018-08-27 12:16:17,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:16:17,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:17,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-43a32bb1-7bd9-4742-be3e-41b17c2f073c Date: Mon, 27 Aug 2018 12:16:17 GMT RESP BODY: {"floatingips": [{"router_id": "6e51977a-1fb2-4965-8405-2ef3709d5fd6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:16:15Z", "updated_at": "2018-08-27T12:16:15Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dca65487-6817-4c8d-87eb-ffcac960c658", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f0:55:00", "device_id": "05f021ac-1c97-46d3-ab48-8ba593f082e1"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "dfb6d69f9216475e94b90f72978fe83d", "port_id": "57677abe-7295-4f15-a88b-3c5d01c84a56", "id": "bb83ae80-6f83-49b8-9a58-9e3aae7b480d", "qos_policy_id": null}]} 2018-08-27 12:16:17,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-43a32bb1-7bd9-4742-be3e-41b17c2f073c 2018-08-27 12:16:17,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.064936876297s 2018-08-27 12:16:17,382 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-43a32bb1-7bd9-4742-be3e-41b17c2f073c 2018-08-27 12:16:17,386 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:16:17,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:16:17,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:17,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-be712371-fd21-4341-b79a-d6ba942fb2bc Date: Mon, 27 Aug 2018 12:16:17 GMT RESP BODY: {"floatingips": [{"router_id": "6e51977a-1fb2-4965-8405-2ef3709d5fd6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:16:15Z", "updated_at": "2018-08-27T12:16:15Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dca65487-6817-4c8d-87eb-ffcac960c658", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f0:55:00", "device_id": "05f021ac-1c97-46d3-ab48-8ba593f082e1"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "dfb6d69f9216475e94b90f72978fe83d", "port_id": "57677abe-7295-4f15-a88b-3c5d01c84a56", "id": "bb83ae80-6f83-49b8-9a58-9e3aae7b480d", "qos_policy_id": null}]} 2018-08-27 12:16:17,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-be712371-fd21-4341-b79a-d6ba942fb2bc 2018-08-27 12:16:17,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.100876808167s 2018-08-27 12:16:17,592 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-be712371-fd21-4341-b79a-d6ba942fb2bc 2018-08-27 12:16:17,596 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:16:17,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:16:17,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:17,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-e9e0565a-061c-4269-9001-e2ead4311293 Date: Mon, 27 Aug 2018 12:16:17 GMT RESP BODY: {"floatingips": [{"router_id": "6e51977a-1fb2-4965-8405-2ef3709d5fd6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:16:15Z", "updated_at": "2018-08-27T12:16:15Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dca65487-6817-4c8d-87eb-ffcac960c658", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f0:55:00", "device_id": "05f021ac-1c97-46d3-ab48-8ba593f082e1"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "dfb6d69f9216475e94b90f72978fe83d", "port_id": "57677abe-7295-4f15-a88b-3c5d01c84a56", "id": "bb83ae80-6f83-49b8-9a58-9e3aae7b480d", "qos_policy_id": null}]} 2018-08-27 12:16:17,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-e9e0565a-061c-4269-9001-e2ead4311293 2018-08-27 12:16:17,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0628859996796s 2018-08-27 12:16:17,765 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-e9e0565a-061c-4269-9001-e2ead4311293 2018-08-27 12:16:17,768 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:16:17,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:16:17,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:17,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-bfa7f997-26ba-45ac-8f3d-a9e86f4114c9 Date: Mon, 27 Aug 2018 12:16:17 GMT RESP BODY: {"floatingips": [{"router_id": "6e51977a-1fb2-4965-8405-2ef3709d5fd6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:16:15Z", "updated_at": "2018-08-27T12:16:15Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dca65487-6817-4c8d-87eb-ffcac960c658", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f0:55:00", "device_id": "05f021ac-1c97-46d3-ab48-8ba593f082e1"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "dfb6d69f9216475e94b90f72978fe83d", "port_id": "57677abe-7295-4f15-a88b-3c5d01c84a56", "id": "bb83ae80-6f83-49b8-9a58-9e3aae7b480d", "qos_policy_id": null}]} 2018-08-27 12:16:17,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-bfa7f997-26ba-45ac-8f3d-a9e86f4114c9 2018-08-27 12:16:17,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.071056842804s 2018-08-27 12:16:17,945 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-bfa7f997-26ba-45ac-8f3d-a9e86f4114c9 2018-08-27 12:16:17,949 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:16:18,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:16:18,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:18,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-9de5d881-ef86-4494-8427-1c20519abacd Date: Mon, 27 Aug 2018 12:16:18 GMT RESP BODY: {"floatingips": [{"router_id": "6e51977a-1fb2-4965-8405-2ef3709d5fd6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:16:15Z", "updated_at": "2018-08-27T12:16:15Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dca65487-6817-4c8d-87eb-ffcac960c658", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f0:55:00", "device_id": "05f021ac-1c97-46d3-ab48-8ba593f082e1"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "dfb6d69f9216475e94b90f72978fe83d", "port_id": "57677abe-7295-4f15-a88b-3c5d01c84a56", "id": "bb83ae80-6f83-49b8-9a58-9e3aae7b480d", "qos_policy_id": null}]} 2018-08-27 12:16:18,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-9de5d881-ef86-4494-8427-1c20519abacd 2018-08-27 12:16:18,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0738618373871s 2018-08-27 12:16:18,128 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-9de5d881-ef86-4494-8427-1c20519abacd 2018-08-27 12:16:18,132 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:16:18,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:16:18,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:18,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-c6ae8e4b-cbdd-47b3-8cb6-c0c1e6096148 Date: Mon, 27 Aug 2018 12:16:18 GMT RESP BODY: {"floatingips": [{"router_id": "6e51977a-1fb2-4965-8405-2ef3709d5fd6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:16:15Z", "updated_at": "2018-08-27T12:16:15Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dca65487-6817-4c8d-87eb-ffcac960c658", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f0:55:00", "device_id": "05f021ac-1c97-46d3-ab48-8ba593f082e1"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "dfb6d69f9216475e94b90f72978fe83d", "port_id": "57677abe-7295-4f15-a88b-3c5d01c84a56", "id": "bb83ae80-6f83-49b8-9a58-9e3aae7b480d", "qos_policy_id": null}]} 2018-08-27 12:16:18,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c6ae8e4b-cbdd-47b3-8cb6-c0c1e6096148 2018-08-27 12:16:18,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0658028125763s 2018-08-27 12:16:18,303 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c6ae8e4b-cbdd-47b3-8cb6-c0c1e6096148 2018-08-27 12:16:18,306 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:16:18,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:16:18,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:18,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-aa51bec1-cafe-495f-a1ee-42ec9ca53c85 Date: Mon, 27 Aug 2018 12:16:18 GMT RESP BODY: {"floatingips": [{"router_id": "6e51977a-1fb2-4965-8405-2ef3709d5fd6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:16:15Z", "updated_at": "2018-08-27T12:16:15Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dca65487-6817-4c8d-87eb-ffcac960c658", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f0:55:00", "device_id": "05f021ac-1c97-46d3-ab48-8ba593f082e1"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "dfb6d69f9216475e94b90f72978fe83d", "port_id": "57677abe-7295-4f15-a88b-3c5d01c84a56", "id": "bb83ae80-6f83-49b8-9a58-9e3aae7b480d", "qos_policy_id": null}]} 2018-08-27 12:16:18,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-aa51bec1-cafe-495f-a1ee-42ec9ca53c85 2018-08-27 12:16:18,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0679249763489s 2018-08-27 12:16:18,480 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-aa51bec1-cafe-495f-a1ee-42ec9ca53c85 2018-08-27 12:16:18,483 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:16:18,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:16:18,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:18,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-655e2bfa-23e4-4fc9-ab6c-5977320e3a67 Date: Mon, 27 Aug 2018 12:16:18 GMT RESP BODY: {"floatingips": [{"router_id": "6e51977a-1fb2-4965-8405-2ef3709d5fd6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:16:15Z", "updated_at": "2018-08-27T12:16:15Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dca65487-6817-4c8d-87eb-ffcac960c658", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f0:55:00", "device_id": "05f021ac-1c97-46d3-ab48-8ba593f082e1"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "dfb6d69f9216475e94b90f72978fe83d", "port_id": "57677abe-7295-4f15-a88b-3c5d01c84a56", "id": "bb83ae80-6f83-49b8-9a58-9e3aae7b480d", "qos_policy_id": null}]} 2018-08-27 12:16:18,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-655e2bfa-23e4-4fc9-ab6c-5977320e3a67 2018-08-27 12:16:18,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0609421730042s 2018-08-27 12:16:18,650 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-655e2bfa-23e4-4fc9-ab6c-5977320e3a67 2018-08-27 12:16:18,653 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:16:18,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:16:18,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:18,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-8c75412f-f90e-4556-8ddd-d403849ce3c1 Date: Mon, 27 Aug 2018 12:16:18 GMT RESP BODY: {"floatingips": [{"router_id": "6e51977a-1fb2-4965-8405-2ef3709d5fd6", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:16:15Z", "updated_at": "2018-08-27T12:16:18Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dca65487-6817-4c8d-87eb-ffcac960c658", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f0:55:00", "device_id": "05f021ac-1c97-46d3-ab48-8ba593f082e1"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 1, "project_id": "dfb6d69f9216475e94b90f72978fe83d", "port_id": "57677abe-7295-4f15-a88b-3c5d01c84a56", "id": "bb83ae80-6f83-49b8-9a58-9e3aae7b480d", "qos_policy_id": null}]} 2018-08-27 12:16:18,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-8c75412f-f90e-4556-8ddd-d403849ce3c1 2018-08-27 12:16:18,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0662910938263s 2018-08-27 12:16:18,825 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-8c75412f-f90e-4556-8ddd-d403849ce3c1 2018-08-27 12:16:18,828 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'6e51977a-1fb2-4965-8405-2ef3709d5fd6', 'updated_at': u'2018-08-27T12:16:18Z', 'fixed_ip_address': u'192.168.120.14', 'floating_ip_address': u'172.30.9.201', 'revision_number': 1, 'port_id': u'57677abe-7295-4f15-a88b-3c5d01c84a56', 'id': u'bb83ae80-6f83-49b8-9a58-9e3aae7b480d', 'network': u'9e7da560-d286-4d69-b2d6-e7b51586033c', 'port': u'57677abe-7295-4f15-a88b-3c5d01c84a56', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfb6d69f9216475e94b90f72978fe83d', 'name': 'vping_ssh-project_f065cc2b-c0af-4f3e-a186-47df9aa58de8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'dfb6d69f9216475e94b90f72978fe83d', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'dca65487-6817-4c8d-87eb-ffcac960c658', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:f0:55:00', u'device_id': u'05f021ac-1c97-46d3-ab48-8ba593f082e1'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'dfb6d69f9216475e94b90f72978fe83d', 'created_at': u'2018-08-27T12:16:15Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'dca65487-6817-4c8d-87eb-ffcac960c658', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:f0:55:00', u'device_id': u'05f021ac-1c97-46d3-ab48-8ba593f082e1'}), 'router': u'6e51977a-1fb2-4965-8405-2ef3709d5fd6'}) 2018-08-27 12:16:18,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 12:16:18,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1/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}06621dc3206952dbafedff219e75b7c984621ccd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 12:16:19,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16: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-94f42c3e-e81e-4193-9ded-fe16abd7e045 x-compute-request-id: req-94f42c3e-e81e-4193-9ded-fe16abd7e045 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 507823485 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.190643] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.192857] pid_max: default: 32768 minimum: 301\n[ 0.194065] ACPI: Core revision 20150930\n[ 0.195715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.197476] Security Framework initialized\n[ 0.198577] Yama: becoming mindful.\n[ 0.199563] AppArmor: AppArmor initialized\n[ 0.200724] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204171] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205787] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207636] Initializing cgroup subsys io\n[ 0.208723] Initializing cgroup subsys memory\n[ 0.209900] Initializing cgroup subsys devices\n[ 0.211077] Initializing cgroup subsys freezer\n[ 0.212253] Initializing cgroup subsys net_cls\n[ 0.213429] Initializing cgroup subsys perf_event\n[ 0.214666] Initializing cgroup subsys net_prio\n[ 0.215835] Initializing cgroup subsys hugetlb\n[ 0.217009] Initializing cgroup subsys pids\n[ 0.218185] CPU: Physical Processor ID: 0\n[ 0.219972] mce: CPU supports 10 MCE banks\n[ 0.221109] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222473] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237344] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.243900] ftrace: allocating 31920 entries in 125 pages\n[ 0.269104] smpboot: Max logical packages: 1\n[ 0.270283] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.272135] x2apic enabled\n[ 0.273251] Switched APIC routing to physical x2apic.\n[ 0.275690] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.277189] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.279885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.282299] KVM setup paravirtual spinlock\n[ 0.283936] x86: Booted up 1 node, 1 CPUs\n[ 0.285023] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.286891] devtmpfs: initialized\n[ 0.288857] evm: security.selinux\n[ 0.289813] evm: security.SMACK64\n[ 0.290766] evm: security.SMACK64EXEC\n[ 0.291781] evm: security.SMACK64TRANSMUTE\n[ 0.292882] evm: security.SMACK64MMAP\n[ 0.293893] evm: security.ima\n[ 0.294776] evm: security.capability\n[ 0.295845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.298333] pinctrl core: initialized pinctrl subsystem\n[ 0.299794] RTC time: 12:16:11, date: 08/27/18\n[ 0.301075] NET: Registered protocol family 16\n[ 0.302383] cpuidle: using governor ladder\n[ 0.303501] cpuidle: using governor menu\n[ 0.304569] PCCT header not found.\n[ 0.305587] ACPI: bus type PCI registered\n[ 0.306666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.308322] PCI: Using configuration type 1 for base access\n[ 0.310455] ACPI: Added _OSI(Module Device)\n[ 0.311582] ACPI: Added _OSI(Processor Device)\n[ 0.312747] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.313973] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.316098] ACPI: Interpreter enabled\n[ 0.317128] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.319650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.322135] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.324637] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.327212] ACPI: (supports S0 S5)\n[ 0.328165] ACPI: Using IOAPIC for interrupt routing\n[ 0.329519] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.333236] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.334705] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.336337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.337908] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.340732] acpiphp: Slot [3] registered\n[ 0.341775] acpiphp: Slot [4] registered\n[ 0.342862] acpiphp: Slot [5] registered\n[ 0.343910] acpiphp: Slot [6] registered\n[ 0.344950] acpiphp: Slot [7] registered\n[ 0.346078] acpiphp: Slot [8] registered\n[ 0.347171] acpiphp: Slot [9] registered\n[ 0.348325] acpiphp: Slot [10] registered\n[ 0.349656] acpiphp: Slot [11] registered\n[ 0.350754] acpiphp: Slot [12] registered\n[ 0.351823] acpiphp: Slot [13] registered\n[ 0.352925] acpiphp: Slot [14] registered\n[ 0.354031] acpiphp: Slot [15] registered\n[ 0.368792] acpiphp: Slot [16] registered\n[ 0.369861] acpiphp: Slot [17] registered\n[ 0.370904] acpiphp: Slot [18] registered\n[ 0.371942] acpiphp: Slot [19] registered\n[ 0.373018] acpiphp: Slot [20] registered\n[ 0.374090] acpiphp: Slot [21] registered\n[ 0.375131] acpiphp: Slot [22] registered\n[ 0.376170] acpiphp: Slot [23] registered\n[ 0.377254] acpiphp: Slot [24] registered\n[ 0.378598] acpiphp: Slot [25] registered\n[ 0.380009] acpiphp: Slot [26] registered\n[ 0.381084] acpiphp: Slot [27] registered\n[ 0.382161] acpiphp: Slot [28] registered\n[ 0.383234] acpiphp: Slot [29] registered\n[ 0.384300] acpiphp: Slot [30] registered\n[ 0.385371] acpiphp: Slot [31] registered\n[ 0.386439] PCI host bridge to bus 0000:00\n[ 0.387509] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.389090] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.390681] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.392587] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.394491] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.396468] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.400489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.402151] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.403685] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.405326] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.409589] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.411481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432989] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.435475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437888] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440387] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442747] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444885] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.447138] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.449039] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.451137] vgaarb: loaded\n[ 0.451939] vgaarb: bridge control possible 0000:00:02.0\n[ 0.453550] SCSI subsystem initialized\n[ 0.454776] ACPI: bus type USB registered\n[ 0.455880] usbcore: registered new interface driver usbfs\n[ 0.457258] usbcore: registered new interface driver hub\n[ 0.458597] usbcore: registered new device driver usb\n[ 0.460066] PCI: Using ACPI for IRQ routing\n[ 0.461557] NetLabel: Initializing\n[ 0.462509] NetLabel: domain hash size = 128\n[ 0.463627] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.464891] NetLabel: unlabeled traffic allowed by default\n[ 0.466432] clocksource: Switched to clocksource kvm-clock\n[ 0.476682] AppArmor: AppArmor Filesystem Enabled\n[ 0.477943] pnp: PnP ACPI init\n[ 0.479751] pnp: PnP ACPI: found 5 devices\n[ 0.486555] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488816] NET: Registered protocol family 2\n[ 0.490188] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491876] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493446] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.495045] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496460] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.497990] NET: Registered protocol family 1\n[ 0.499316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.500769] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502168] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.516666] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.531863] Trying to unpack rootfs image as initramfs...\n[ 0.594973] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.600814] Scanning for low memory corruption every 60 seconds\n[ 0.603235] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.605273] audit: initializing netlink subsys (disabled)\n[ 0.606822] audit: type=2000 audit(1535372172.403:1): initialized\n[ 0.608825] Initialise system trusted keyring\n[ 0.610236] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.611768] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.614512] zbud: loaded\n[ 0.615525] VFS: Disk quotas dquot_6.6.0\n[ 0.616652] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.618870] fuse init (API version 7.23)\n[ 0.620088] Key type big_key registered\n[ 0.621162] Allocating IMA MOK and blacklist keyrings.\n[ 0.622846] Key type asymmetric registered\n[ 0.623961] Asymmetric key parser 'x509' registered\n[ 0.625236] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.627258] io scheduler noop registered\n[ 0.628466] io scheduler deadline registered (default)\n[ 0.630301] io scheduler cfq registered\n[ 0.631516] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.632894] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.635003] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.636952] ACPI: Power Button [PWRF]\n[ 0.638162] GHES: HEST is not enabled!\n[ 0.653001] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.682938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.711897] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.715078] Linux agpgart interface v0.103\n[ 0.718900] brd: module loaded\n[ 0.721131] loop: module loaded\n[ 0.727082] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729135] GPT:90111 != 2097151\n[ 0.730058] GPT:Alternate GPT header not at the end of the disk.\n[ 0.731553] GPT:90111 != 2097151\n[ 0.732499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.733846] vda: vda1 vda15\n[ 0.735731] scsi host0: ata_piix\n[ 0.736821] scsi host1: ata_piix\n[ 0.737814] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.739435] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.741428] libphy: Fixed MDIO Bus: probed\n[ 0.742781] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744098] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.746937] PPP generic driver version 2.4.2\n[ 0.748175] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.749848] ehci-pci: EHCI PCI platform driver\n[ 0.751204] ehci-platform: EHCI generic platform driver\n[ 0.752775] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754650] ohci-pci: OHCI PCI platform driver\n[ 0.756058] ohci-platform: OHCI generic platform driver\n[ 0.757668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.772643] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.774031] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.776011] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.777399] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.778977] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.780628] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.782618] usb usb1: Product: UHCI Host Controller\n[ 0.783865] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.785370] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.786763] hub 1-0:1.0: USB hub found\n[ 0.787830] hub 1-0:1.0: 2 ports detected\n[ 0.789126] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.792026] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.793309] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.794699] mousedev: PS/2 mouse device common for all mice\n[ 0.796363] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.798831] rtc_cmos 00:00: RTC can wake from S4\n[ 0.800375] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.801974] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.803576] i2c /dev entries driver\n[ 0.804636] device-mapper: uevent: version 1.0.3\n[ 0.805936] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.808158] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.810150] NET: Registered protocol family 10\n[ 0.811952] NET: Registered protocol family 17\n[ 0.813166] Key type dns_resolver registered\n[ 0.814485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.815990] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.818368] registered taskstats version 1\n[ 0.819511] Loading compiled-in X.509 certificates\n[ 0.821328] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.823805] zswap: loaded using pool lzo/zbud\n[ 0.825939] Key type trusted registered\n[ 0.828067] Key type encrypted registered\n[ 0.829200] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.830608] ima: No TPM chip found, activating TPM-bypass!\n[ 0.831998] evm: HMAC attrs: 0x1\n[ 0.833319] Magic number: 14:34:280\n[ 0.834376] tty tty17: hash matches\n[ 0.835475] rtc_cmos 00:00: setting system clock to 2018-08-27 12:16:12 UTC (1535372172)\n[ 0.837660] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.839158] EDD information not available.\n[ 0.900163] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902538] Write protecting the kernel read-only data: 14336k\n[ 0.905530] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908071] 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\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.075682] 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.96. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCfzgsydLtw/B5RO+CIllbWCQYr/RYPWRmiCiZSvyCr4rL2u/nRUc+Ct/tZpeBbTMPfqlcJiYAf6QsnRzcM3P6kWDOymrvWDiHwSXiiNQhBNz6YswbjqzVs61AyWDWCB4c6ItU23SbRgq8Hj8hrpHyo4QTS6TsWf3UJdH2Wrjk4a1vKq2uFuV9sisez/GsFdf+v5Hdj9lrjz9pNO5IzUbIkmmeBG6fQ1ONkE4GJpaLkUV7rV0yQMXI5nBwUumvIqULC4zPM2etNonCuGcNTa7JYp7okpVdcQC9uQ1THUs70B2lMs8BxrrKd645dTb89UnulKjrZTJWwPkIVb29fPA/7 root@vping-ssh-vm-f065cc2b-c0af-4f3e-a186-47df9aa58de8\nssh-dss AAAAB3NzaC1kc3MAAACBAODRVR0T38sJfGsAWZVJHzgNANgK83JxBO2+KfAYW+Y2vakk+soGFZOl3IZAEflK2H2HWe2DGlXMbsKTqn4KWHKjzpzpbkxHbsQ2BGmfgkk3uCo3j9qtG42jRMG5tLcsYV4FD21zicNuEAyTJvdjTCO93Iyf1QXJaFaz1DYIGEh9AAAAFQDRGVPwJ8guQhPqOnavCQLPcLYGFwAAAIB71Y/V4g3AR3CewEVUslfAC6Qn1DQ95tIfuuXAf8tYRJ5SwECCKwpp4crtUOStl8MHRMgYY/Rqnls72MxlShXSWz9BNZXD7sIVb3O8wSftJehEP8XjILn2USHpW2ceAdXdn+J0rsrkI1xj0ph+t5l9AoGfs/COYsJjGfVRGsV6XwAAAIBkR6bEr7uSV3vwo06Ty8P89HbdLpOSbl/vy7dhG24K5ZpWJksPIQJhDgAQief0HXilD096cI8fgZVNBLAgZdkCQxivAoNDVou5e9wXSl+J287eCnuTgs+CuDIoW3ywlnodaqe1JRnOb6pFrAlkLDBOU4LRmhmUi1MQXQDt1F0BYg== root@vping-ssh-vm-f065cc2b-c0af-4f3e-a186-47df9aa58de8\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.14,24,fe80::f816:3eff:fef0:5500/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 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-f065cc2b-c0af-4f3e-a186-47df9aa58de8\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=5.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-f065cc2b-c0af-4f3e-a186-47df9aa58de8 login: "} 2018-08-27 12:16:19,762 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1/action used request id req-94f42c3e-e81e-4193-9ded-fe16abd7e045 2018-08-27 12:16:19,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.932730197906s 2018-08-27 12:16:19,763 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1/action used request id req-94f42c3e-e81e-4193-9ded-fe16abd7e045 2018-08-27 12:16:19,763 - 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 507823485 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.190643] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.192857] pid_max: default: 32768 minimum: 301 [ 0.194065] ACPI: Core revision 20150930 [ 0.195715] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.197476] Security Framework initialized [ 0.198577] Yama: becoming mindful. [ 0.199563] AppArmor: AppArmor initialized [ 0.200724] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.202482] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.204171] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.205787] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.207636] Initializing cgroup subsys io [ 0.208723] Initializing cgroup subsys memory [ 0.209900] Initializing cgroup subsys devices [ 0.211077] Initializing cgroup subsys freezer [ 0.212253] Initializing cgroup subsys net_cls [ 0.213429] Initializing cgroup subsys perf_event [ 0.214666] Initializing cgroup subsys net_prio [ 0.215835] Initializing cgroup subsys hugetlb [ 0.217009] Initializing cgroup subsys pids [ 0.218185] CPU: Physical Processor ID: 0 [ 0.219972] mce: CPU supports 10 MCE banks [ 0.221109] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.222473] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.237344] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.243900] ftrace: allocating 31920 entries in 125 pages [ 0.269104] smpboot: Max logical packages: 1 [ 0.270283] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.272135] x2apic enabled [ 0.273251] Switched APIC routing to physical x2apic. [ 0.275690] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.277189] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.279885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.282299] KVM setup paravirtual spinlock [ 0.283936] x86: Booted up 1 node, 1 CPUs [ 0.285023] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.286891] devtmpfs: initialized [ 0.288857] evm: security.selinux [ 0.289813] evm: security.SMACK64 [ 0.290766] evm: security.SMACK64EXEC [ 0.291781] evm: security.SMACK64TRANSMUTE [ 0.292882] evm: security.SMACK64MMAP [ 0.293893] evm: security.ima [ 0.294776] evm: security.capability [ 0.295845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.298333] pinctrl core: initialized pinctrl subsystem [ 0.299794] RTC time: 12:16:11, date: 08/27/18 [ 0.301075] NET: Registered protocol family 16 [ 0.302383] cpuidle: using governor ladder [ 0.303501] cpuidle: using governor menu [ 0.304569] PCCT header not found. [ 0.305587] ACPI: bus type PCI registered [ 0.306666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.308322] PCI: Using configuration type 1 for base access [ 0.310455] ACPI: Added _OSI(Module Device) [ 0.311582] ACPI: Added _OSI(Processor Device) [ 0.312747] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.313973] ACPI: Added _OSI(Processor Aggregator Device) [ 0.316098] ACPI: Interpreter enabled [ 0.317128] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.319650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.322135] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.324637] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.327212] ACPI: (supports S0 S5) [ 0.328165] ACPI: Using IOAPIC for interrupt routing [ 0.329519] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.333236] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.334705] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.336337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.337908] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.340732] acpiphp: Slot [3] registered [ 0.341775] acpiphp: Slot [4] registered [ 0.342862] acpiphp: Slot [5] registered [ 0.343910] acpiphp: Slot [6] registered [ 0.344950] acpiphp: Slot [7] registered [ 0.346078] acpiphp: Slot [8] registered [ 0.347171] acpiphp: Slot [9] registered [ 0.348325] acpiphp: Slot [10] registered [ 0.349656] acpiphp: Slot [11] registered [ 0.350754] acpiphp: Slot [12] registered [ 0.351823] acpiphp: Slot [13] registered [ 0.352925] acpiphp: Slot [14] registered [ 0.354031] acpiphp: Slot [15] registered [ 0.368792] acpiphp: Slot [16] registered [ 0.369861] acpiphp: Slot [17] registered [ 0.370904] acpiphp: Slot [18] registered [ 0.371942] acpiphp: Slot [19] registered [ 0.373018] acpiphp: Slot [20] registered [ 0.374090] acpiphp: Slot [21] registered [ 0.375131] acpiphp: Slot [22] registered [ 0.376170] acpiphp: Slot [23] registered [ 0.377254] acpiphp: Slot [24] registered [ 0.378598] acpiphp: Slot [25] registered [ 0.380009] acpiphp: Slot [26] registered [ 0.381084] acpiphp: Slot [27] registered [ 0.382161] acpiphp: Slot [28] registered [ 0.383234] acpiphp: Slot [29] registered [ 0.384300] acpiphp: Slot [30] registered [ 0.385371] acpiphp: Slot [31] registered [ 0.386439] PCI host bridge to bus 0000:00 [ 0.387509] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.389090] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.390681] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.392587] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.394491] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.396468] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.400489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.402151] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.403685] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.405326] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.409589] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.411481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.432989] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.435475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.437888] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.440387] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.442747] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.444885] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.447138] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.449039] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.451137] vgaarb: loaded [ 0.451939] vgaarb: bridge control possible 0000:00:02.0 [ 0.453550] SCSI subsystem initialized [ 0.454776] ACPI: bus type USB registered [ 0.455880] usbcore: registered new interface driver usbfs [ 0.457258] usbcore: registered new interface driver hub [ 0.458597] usbcore: registered new device driver usb [ 0.460066] PCI: Using ACPI for IRQ routing [ 0.461557] NetLabel: Initializing [ 0.462509] NetLabel: domain hash size = 128 [ 0.463627] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.464891] NetLabel: unlabeled traffic allowed by default [ 0.466432] clocksource: Switched to clocksource kvm-clock [ 0.476682] AppArmor: AppArmor Filesystem Enabled [ 0.477943] pnp: PnP ACPI init [ 0.479751] pnp: PnP ACPI: found 5 devices [ 0.486555] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.488816] NET: Registered protocol family 2 [ 0.490188] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.491876] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.493446] TCP: Hash tables configured (established 4096 bind 4096) [ 0.495045] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.496460] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.497990] NET: Registered protocol family 1 [ 0.499316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.500769] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.502168] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.516666] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.531863] Trying to unpack rootfs image as initramfs... [ 0.594973] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.600814] Scanning for low memory corruption every 60 seconds [ 0.603235] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.605273] audit: initializing netlink subsys (disabled) [ 0.606822] audit: type=2000 audit(1535372172.403:1): initialized [ 0.608825] Initialise system trusted keyring [ 0.610236] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.611768] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.614512] zbud: loaded [ 0.615525] VFS: Disk quotas dquot_6.6.0 [ 0.616652] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.618870] fuse init (API version 7.23) [ 0.620088] Key type big_key registered [ 0.621162] Allocating IMA MOK and blacklist keyrings. [ 0.622846] Key type asymmetric registered [ 0.623961] Asymmetric key parser 'x509' registered [ 0.625236] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.627258] io scheduler noop registered [ 0.628466] io scheduler deadline registered (default) [ 0.630301] io scheduler cfq registered [ 0.631516] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.632894] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.635003] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.636952] ACPI: Power Button [PWRF] [ 0.638162] GHES: HEST is not enabled! [ 0.653001] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.682938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.686506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.711897] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.715078] Linux agpgart interface v0.103 [ 0.718900] brd: module loaded [ 0.721131] loop: module loaded [ 0.727082] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.729135] GPT:90111 != 2097151 [ 0.730058] GPT:Alternate GPT header not at the end of the disk. [ 0.731553] GPT:90111 != 2097151 [ 0.732499] GPT: Use GNU Parted to correct GPT errors. [ 0.733846] vda: vda1 vda15 [ 0.735731] scsi host0: ata_piix [ 0.736821] scsi host1: ata_piix [ 0.737814] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.739435] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.741428] libphy: Fixed MDIO Bus: probed [ 0.742781] tun: Universal TUN/TAP device driver, 1.6 [ 0.744098] tun: (C) 1999-2004 Max Krasnyansky [ 0.746937] PPP generic driver version 2.4.2 [ 0.748175] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.749848] ehci-pci: EHCI PCI platform driver [ 0.751204] ehci-platform: EHCI generic platform driver [ 0.752775] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.754650] ohci-pci: OHCI PCI platform driver [ 0.756058] ohci-platform: OHCI generic platform driver [ 0.757668] uhci_hcd: USB Universal Host Controller Interface driver [ 0.772643] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.774031] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.776011] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.777399] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.778977] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.780628] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.782618] usb usb1: Product: UHCI Host Controller [ 0.783865] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.785370] usb usb1: SerialNumber: 0000:00:01.2 [ 0.786763] hub 1-0:1.0: USB hub found [ 0.787830] hub 1-0:1.0: 2 ports detected [ 0.789126] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.792026] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.793309] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.794699] mousedev: PS/2 mouse device common for all mice [ 0.796363] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.798831] rtc_cmos 00:00: RTC can wake from S4 [ 0.800375] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.801974] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.803576] i2c /dev entries driver [ 0.804636] device-mapper: uevent: version 1.0.3 [ 0.805936] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.808158] ledtrig-cpu: registered to indicate activity on CPUs [ 0.810150] NET: Registered protocol family 10 [ 0.811952] NET: Registered protocol family 17 [ 0.813166] Key type dns_resolver registered [ 0.814485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.815990] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.818368] registered taskstats version 1 [ 0.819511] Loading compiled-in X.509 certificates [ 0.821328] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.823805] zswap: loaded using pool lzo/zbud [ 0.825939] Key type trusted registered [ 0.828067] Key type encrypted registered [ 0.829200] AppArmor: AppArmor sha1 policy hashing enabled [ 0.830608] ima: No TPM chip found, activating TPM-bypass! [ 0.831998] evm: HMAC attrs: 0x1 [ 0.833319] Magic number: 14:34:280 [ 0.834376] tty tty17: hash matches [ 0.835475] rtc_cmos 00:00: setting system clock to 2018-08-27 12:16:12 UTC (1535372172) [ 0.837660] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.839158] EDD information not available. [ 0.900163] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.902538] Write protecting the kernel read-only data: 14336k [ 0.905530] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.908071] 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 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.075682] 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.96. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCfzgsydLtw/B5RO+CIllbWCQYr/RYPWRmiCiZSvyCr4rL2u/nRUc+Ct/tZpeBbTMPfqlcJiYAf6QsnRzcM3P6kWDOymrvWDiHwSXiiNQhBNz6YswbjqzVs61AyWDWCB4c6ItU23SbRgq8Hj8hrpHyo4QTS6TsWf3UJdH2Wrjk4a1vKq2uFuV9sisez/GsFdf+v5Hdj9lrjz9pNO5IzUbIkmmeBG6fQ1ONkE4GJpaLkUV7rV0yQMXI5nBwUumvIqULC4zPM2etNonCuGcNTa7JYp7okpVdcQC9uQ1THUs70B2lMs8BxrrKd645dTb89UnulKjrZTJWwPkIVb29fPA/7 root@vping-ssh-vm-f065cc2b-c0af-4f3e-a186-47df9aa58de8 ssh-dss AAAAB3NzaC1kc3MAAACBAODRVR0T38sJfGsAWZVJHzgNANgK83JxBO2+KfAYW+Y2vakk+soGFZOl3IZAEflK2H2HWe2DGlXMbsKTqn4KWHKjzpzpbkxHbsQ2BGmfgkk3uCo3j9qtG42jRMG5tLcsYV4FD21zicNuEAyTJvdjTCO93Iyf1QXJaFaz1DYIGEh9AAAAFQDRGVPwJ8guQhPqOnavCQLPcLYGFwAAAIB71Y/V4g3AR3CewEVUslfAC6Qn1DQ95tIfuuXAf8tYRJ5SwECCKwpp4crtUOStl8MHRMgYY/Rqnls72MxlShXSWz9BNZXD7sIVb3O8wSftJehEP8XjILn2USHpW2ceAdXdn+J0rsrkI1xj0ph+t5l9AoGfs/COYsJjGfVRGsV6XwAAAIBkR6bEr7uSV3vwo06Ty8P89HbdLpOSbl/vy7dhG24K5ZpWJksPIQJhDgAQief0HXilD096cI8fgZVNBLAgZdkCQxivAoNDVou5e9wXSl+J287eCnuTgs+CuDIoW3ywlnodaqe1JRnOb6pFrAlkLDBOU4LRmhmUi1MQXQDt1F0BYg== root@vping-ssh-vm-f065cc2b-c0af-4f3e-a186-47df9aa58de8 -----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.14,24,fe80::f816:3eff:fef0:5500/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 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-f065cc2b-c0af-4f3e-a186-47df9aa58de8 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=5.19 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-f065cc2b-c0af-4f3e-a186-47df9aa58de8 login: 2018-08-27 12:16:19,767 - paramiko.transport - DEBUG - starting thread (client mode): 0xef488e90L 2018-08-27 12:16:19,767 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 12:16:19,768 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-27 12:16:19,768 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-27 12:16:19,769 - 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 12:16:19,769 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 12:16:19,769 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-27 12:16:19,770 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 12:16:19,770 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 12:16:19,770 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 12:16:19,788 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 12:16:19,789 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 12:16:19,800 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: 4c5701305e83e240689c7eeb16af1302 2018-08-27 12:16:19,801 - paramiko.transport - DEBUG - Trying discovered key 40e85aa52574d85d6baee7c0f8414bb1 in /tmp/tmp99_RLg 2018-08-27 12:16:19,827 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 12:16:19,833 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-27 12:16:19,834 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-27 12:16:19,835 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-27 12:16:19,835 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-27 12:16:19,836 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-27 12:16:19,881 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-27 12:16:19,880 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.9 (192.168.120.9): 56 data bytes 64 bytes from 192.168.120.9: seq=0 ttl=64 time=42.241 ms --- 192.168.120.9 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 42.241/42.241/42.241 ms 2018-08-27 12:16:19,881 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-27 12:16:19,886 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-27 12:16:19,999 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 12:16:20,000 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:59 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-27 12:16:20,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 12:16:20,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:20,196 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:16: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-416fa689-8ed5-4ac3-9e03-58767d5dee0e x-compute-request-id: req-416fa689-8ed5-4ac3-9e03-58767d5dee0e Content-Type: application/json 2018-08-27 12:16:20,196 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761 used request id req-416fa689-8ed5-4ac3-9e03-58767d5dee0e 2018-08-27 12:16:20,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.191494941711s 2018-08-27 12:16:20,197 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761 used request id req-416fa689-8ed5-4ac3-9e03-58767d5dee0e 2018-08-27 12:16:20,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:16:20,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:20,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16: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-c8f42cd5-6001-4ac8-9db7-7a623e24a4e0 x-compute-request-id: req-c8f42cd5-6001-4ac8-9db7-7a623e24a4e0 Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:55:00", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:55:00", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1", "rel": "bookmark"}], "image": {"id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "links": [{"href": "http://172.30.9.28:8774/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:16:11.000000", "flavor": {"id": "7dc2b927-b456-493e-8ddc-08db67f25b02", "links": [{"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "bookmark"}]}, "id": "05f021ac-1c97-46d3-ab48-8ba593f082e1", "security_groups": [{"name": "vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}], "user_id": "f8f3124b432c489da834146574390b3a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:16:11Z", "hostId": "81cf0c67bf88066c658e1f7c4bdfc907d57a8ffc7d64998521527a08", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "name": "vping_ssh-vm_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "created": "2018-08-27T12:16:01Z", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:55:5c", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9f0e02d1-5230-4f4d-8099-5f369e94a761", "rel": "bookmark"}], "image": {"id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "links": [{"href": "http://172.30.9.28:8774/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:15:53.000000", "flavor": {"id": "7dc2b927-b456-493e-8ddc-08db67f25b02", "links": [{"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "bookmark"}]}, "id": "9f0e02d1-5230-4f4d-8099-5f369e94a761", "security_groups": [{"name": "vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}], "user_id": "f8f3124b432c489da834146574390b3a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:16:20Z", "hostId": "a4c0dfcb42a1360ef0231ba79389c427b74bc9c41199c02b284b16b1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "created": "2018-08-27T12:15:45Z", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:16:20,842 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c8f42cd5-6001-4ac8-9db7-7a623e24a4e0 2018-08-27 12:16:20,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.644763946533s 2018-08-27 12:16:20,843 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c8f42cd5-6001-4ac8-9db7-7a623e24a4e0 2018-08-27 12:16:20,845 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:16:22,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:16:22,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:23,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16: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-83a6ca6f-b3ff-4abd-926c-0ad91fa5fbba x-compute-request-id: req-83a6ca6f-b3ff-4abd-926c-0ad91fa5fbba Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:55:00", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:55:00", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1", "rel": "bookmark"}], "image": {"id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "links": [{"href": "http://172.30.9.28:8774/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:16:11.000000", "flavor": {"id": "7dc2b927-b456-493e-8ddc-08db67f25b02", "links": [{"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "bookmark"}]}, "id": "05f021ac-1c97-46d3-ab48-8ba593f082e1", "security_groups": [{"name": "vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}], "user_id": "f8f3124b432c489da834146574390b3a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:16:11Z", "hostId": "81cf0c67bf88066c658e1f7c4bdfc907d57a8ffc7d64998521527a08", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "name": "vping_ssh-vm_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "created": "2018-08-27T12:16:01Z", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:16:23,485 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-83a6ca6f-b3ff-4abd-926c-0ad91fa5fbba 2018-08-27 12:16:23,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.637859106064s 2018-08-27 12:16:23,486 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-83a6ca6f-b3ff-4abd-926c-0ad91fa5fbba 2018-08-27 12:16:23,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 12:16:23,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/bb83ae80-6f83-49b8-9a58-9e3aae7b480d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:25,188 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f85e8e15-f087-42b0-a4ac-cdea8b2a8371 Content-Length: 0 Date: Mon, 27 Aug 2018 12:16:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:16:25,189 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/bb83ae80-6f83-49b8-9a58-9e3aae7b480d.json used request id req-f85e8e15-f087-42b0-a4ac-cdea8b2a8371 2018-08-27 12:16:25,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.6985039711s 2018-08-27 12:16:25,189 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/bb83ae80-6f83-49b8-9a58-9e3aae7b480d.json used request id req-f85e8e15-f087-42b0-a4ac-cdea8b2a8371 2018-08-27 12:16:25,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:16:25,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:25,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3e066ea2-7195-4fdf-bb89-9e713294c0db Date: Mon, 27 Aug 2018 12:16:25 GMT RESP BODY: {"floatingips": []} 2018-08-27 12:16:25,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-3e066ea2-7195-4fdf-bb89-9e713294c0db 2018-08-27 12:16:25,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0436079502106s 2018-08-27 12:16:25,237 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-3e066ea2-7195-4fdf-bb89-9e713294c0db 2018-08-27 12:16:25,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 12:16:25,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:25,424 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:16: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-c8cb5fbf-d348-476e-ac2b-59ff25532545 x-compute-request-id: req-c8cb5fbf-d348-476e-ac2b-59ff25532545 Content-Type: application/json 2018-08-27 12:16:25,424 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1 used request id req-c8cb5fbf-d348-476e-ac2b-59ff25532545 2018-08-27 12:16:25,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.186295032501s 2018-08-27 12:16:25,425 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1 used request id req-c8cb5fbf-d348-476e-ac2b-59ff25532545 2018-08-27 12:16:25,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:16:25,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:26,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16: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-e1e53ffc-fa37-418c-91d3-c1bb55effd7c x-compute-request-id: req-e1e53ffc-fa37-418c-91d3-c1bb55effd7c Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:55:00", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:55:00", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/05f021ac-1c97-46d3-ab48-8ba593f082e1", "rel": "bookmark"}], "image": {"id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "links": [{"href": "http://172.30.9.28:8774/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:16:11.000000", "flavor": {"id": "7dc2b927-b456-493e-8ddc-08db67f25b02", "links": [{"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "bookmark"}]}, "id": "05f021ac-1c97-46d3-ab48-8ba593f082e1", "user_id": "f8f3124b432c489da834146574390b3a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:16:25Z", "hostId": "81cf0c67bf88066c658e1f7c4bdfc907d57a8ffc7d64998521527a08", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "name": "vping_ssh-vm_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "created": "2018-08-27T12:16:01Z", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:16:26,342 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e1e53ffc-fa37-418c-91d3-c1bb55effd7c 2018-08-27 12:16:26,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.917330026627s 2018-08-27 12:16:26,343 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e1e53ffc-fa37-418c-91d3-c1bb55effd7c 2018-08-27 12:16:26,344 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:16:28,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:16:28,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:28,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16: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-3080d542-dfa8-43cc-8664-2d2f2266eaa3 x-compute-request-id: req-3080d542-dfa8-43cc-8664-2d2f2266eaa3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 12:16:28,547 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3080d542-dfa8-43cc-8664-2d2f2266eaa3 2018-08-27 12:16:28,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.200003862381s 2018-08-27 12:16:28,547 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3080d542-dfa8-43cc-8664-2d2f2266eaa3 2018-08-27 12:16:28,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 12:16:28,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:28,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-5f68b00f-d8aa-4e1a-b5bb-8c15c8c468ce Date: Mon, 27 Aug 2018 12:16:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:15:21Z", "updated_at": "2018-08-27T12:15:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:21Z", "revision_number": 0, "id": "4458d14e-2b21-43e7-a2de-6427fc67e88b", "remote_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:21Z", "security_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:21Z", "revision_number": 0, "id": "50238247-67f7-4421-9326-2dfc4f48e263", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:21Z", "security_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:21Z", "revision_number": 0, "id": "84fe2a6b-8545-494d-80b0-0acf9f5eb9aa", "remote_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:21Z", "security_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:21Z", "revision_number": 0, "id": "cbf61fd1-b546-4fd8-a697-6e68b85f704f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:21Z", "security_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}], "revision_number": 1, "project_id": "dfb6d69f9216475e94b90f72978fe83d", "id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:15:37Z", "updated_at": "2018-08-27T12:15:38Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:38Z", "revision_number": 0, "id": "68cb23f3-1d2f-491d-8b8a-dc52e08e6fe5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:38Z", "security_group_id": "95cfe556-c2d8-44b0-8c62-55a33690bd0a", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:37Z", "revision_number": 0, "id": "7c4f92db-1088-4dca-8e28-8aaca1d446dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:37Z", "security_group_id": "95cfe556-c2d8-44b0-8c62-55a33690bd0a", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:37Z", "revision_number": 0, "id": "d1c19fc3-bba0-45d6-a3d8-ebffb45ebe9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:37Z", "security_group_id": "95cfe556-c2d8-44b0-8c62-55a33690bd0a", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T12:15:37Z", "revision_number": 0, "id": "da89f07b-ea9c-450b-be67-193e98ba996a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:37Z", "security_group_id": "95cfe556-c2d8-44b0-8c62-55a33690bd0a", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}], "revision_number": 3, "project_id": "dfb6d69f9216475e94b90f72978fe83d", "id": "95cfe556-c2d8-44b0-8c62-55a33690bd0a", "name": "vping_ssh-sg_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}]} 2018-08-27 12:16:28,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-5f68b00f-d8aa-4e1a-b5bb-8c15c8c468ce 2018-08-27 12:16:28,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0475029945374s 2018-08-27 12:16:28,599 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-5f68b00f-d8aa-4e1a-b5bb-8c15c8c468ce 2018-08-27 12:16:28,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-27 12:16:28,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/95cfe556-c2d8-44b0-8c62-55a33690bd0a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:28,761 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-478d5e3d-fbf5-4e5d-a6ef-fc6fcc27d309 Content-Length: 0 Date: Mon, 27 Aug 2018 12:16:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:16:28,761 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/95cfe556-c2d8-44b0-8c62-55a33690bd0a.json used request id req-478d5e3d-fbf5-4e5d-a6ef-fc6fcc27d309 2018-08-27 12:16:28,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.158298969269s 2018-08-27 12:16:28,761 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/95cfe556-c2d8-44b0-8c62-55a33690bd0a.json used request id req-478d5e3d-fbf5-4e5d-a6ef-fc6fcc27d309 2018-08-27 12:16:28,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-27 12:16:28,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_f065cc2b-c0af-4f3e-a186-47df9aa58de8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:28,802 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:16: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-36672969-e9a2-4233-94d1-1b4eb7de36dc x-compute-request-id: req-36672969-e9a2-4233-94d1-1b4eb7de36dc Content-Length: 0 Content-Type: application/json 2018-08-27 12:16:28,802 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_f065cc2b-c0af-4f3e-a186-47df9aa58de8 used request id req-36672969-e9a2-4233-94d1-1b4eb7de36dc 2018-08-27 12:16:28,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0401809215546s 2018-08-27 12:16:28,802 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_f065cc2b-c0af-4f3e-a186-47df9aa58de8 used request id req-36672969-e9a2-4233-94d1-1b4eb7de36dc 2018-08-27 12:16:28,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 12:16:28,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/6e51977a-1fb2-4965-8405-2ef3709d5fd6/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}06621dc3206952dbafedff219e75b7c984621ccd" -d '{"subnet_id": "87ca9ea7-7718-435b-b85f-8843f42e7b09"}' 2018-08-27 12:16:30,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5c511678-62d6-468d-8f65-5a8330e0f54d Date: Mon, 27 Aug 2018 12:16:30 GMT RESP BODY: {"network_id": "dca65487-6817-4c8d-87eb-ffcac960c658", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "subnet_id": "87ca9ea7-7718-435b-b85f-8843f42e7b09", "subnet_ids": ["87ca9ea7-7718-435b-b85f-8843f42e7b09"], "port_id": "82e72665-da7d-4767-bc54-95c1b9fadf88", "id": "6e51977a-1fb2-4965-8405-2ef3709d5fd6"} 2018-08-27 12:16:30,946 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/6e51977a-1fb2-4965-8405-2ef3709d5fd6/remove_router_interface.json used request id req-5c511678-62d6-468d-8f65-5a8330e0f54d 2018-08-27 12:16:30,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.14386105537s 2018-08-27 12:16:30,947 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/6e51977a-1fb2-4965-8405-2ef3709d5fd6/remove_router_interface.json used request id req-5c511678-62d6-468d-8f65-5a8330e0f54d returning object 6e51977a-1fb2-4965-8405-2ef3709d5fd6 2018-08-27 12:16:30,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 12:16:30,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:31,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-8f3e71c1-ace8-4d3f-bff1-4bfd8742118f Date: Mon, 27 Aug 2018 12:16:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:15:24Z", "admin_state_up": true, "updated_at": "2018-08-27T12:16:29Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "dfb6d69f9216475e94b90f72978fe83d", "id": "6e51977a-1fb2-4965-8405-2ef3709d5fd6", "name": "vping_ssh-router_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}]} 2018-08-27 12:16:31,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-8f3e71c1-ace8-4d3f-bff1-4bfd8742118f 2018-08-27 12:16:31,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.13850903511s 2018-08-27 12:16:31,087 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-8f3e71c1-ace8-4d3f-bff1-4bfd8742118f 2018-08-27 12:16:31,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 12:16:31,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/6e51977a-1fb2-4965-8405-2ef3709d5fd6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:35,127 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cc71600b-9c18-41cc-a6f1-4e12dae82c37 Content-Length: 0 Date: Mon, 27 Aug 2018 12:16:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:16:35,128 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/6e51977a-1fb2-4965-8405-2ef3709d5fd6.json used request id req-cc71600b-9c18-41cc-a6f1-4e12dae82c37 2018-08-27 12:16:35,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.03913092613s 2018-08-27 12:16:35,128 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/6e51977a-1fb2-4965-8405-2ef3709d5fd6.json used request id req-cc71600b-9c18-41cc-a6f1-4e12dae82c37 2018-08-27 12:16:35,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 12:16:35,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:35,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-b894a6bb-b67f-488b-9365-dfc8edd687e5 Date: Mon, 27 Aug 2018 12:16:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dca65487-6817-4c8d-87eb-ffcac960c658","tenant_id":"dfb6d69f9216475e94b90f72978fe83d","created_at":"2018-08-27T12:15:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T12:15:22Z","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":"dfb6d69f9216475e94b90f72978fe83d","id":"87ca9ea7-7718-435b-b85f-8843f42e7b09","subnetpool_id":null,"name":"vping_ssh-subnet_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}]} 2018-08-27 12:16:35,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b894a6bb-b67f-488b-9365-dfc8edd687e5 2018-08-27 12:16:35,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.041622877121s 2018-08-27 12:16:35,171 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b894a6bb-b67f-488b-9365-dfc8edd687e5 2018-08-27 12:16:35,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 12:16:35,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/87ca9ea7-7718-435b-b85f-8843f42e7b09.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:37,503 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4111f890-1774-4cdc-b0f8-e9ab9307260b Date: Mon, 27 Aug 2018 12:16:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:16:37,503 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/87ca9ea7-7718-435b-b85f-8843f42e7b09.json used request id req-4111f890-1774-4cdc-b0f8-e9ab9307260b 2018-08-27 12:16:37,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.33142900467s 2018-08-27 12:16:37,504 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/87ca9ea7-7718-435b-b85f-8843f42e7b09.json used request id req-4111f890-1774-4cdc-b0f8-e9ab9307260b 2018-08-27 12:16:37,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:16:37,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:37,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1236 X-Openstack-Request-Id: req-cfc90e4a-874d-4320-9efb-30dbcd539b48 Date: Mon, 27 Aug 2018 12:16:37 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"dca65487-6817-4c8d-87eb-ffcac960c658","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb6d69f9216475e94b90f72978fe83d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:16:37Z","qos_policy_id":null,"name":"vping_ssh-net_f065cc2b-c0af-4f3e-a186-47df9aa58de8","admin_state_up":true,"tenant_id":"dfb6d69f9216475e94b90f72978fe83d","created_at":"2018-08-27T12:15:21Z","mtu":1450}]} 2018-08-27 12:16:37,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-cfc90e4a-874d-4320-9efb-30dbcd539b48 2018-08-27 12:16:37,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.091744184494s 2018-08-27 12:16:37,597 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-cfc90e4a-874d-4320-9efb-30dbcd539b48 2018-08-27 12:16:37,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 12:16:37,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/dca65487-6817-4c8d-87eb-ffcac960c658.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:39,159 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0fca9603-6f3e-4bbc-b92d-c27cdc26753f Date: Mon, 27 Aug 2018 12:16:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:16:39,160 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/dca65487-6817-4c8d-87eb-ffcac960c658.json used request id req-0fca9603-6f3e-4bbc-b92d-c27cdc26753f 2018-08-27 12:16:39,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.56171798706s 2018-08-27 12:16:39,160 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/dca65487-6817-4c8d-87eb-ffcac960c658.json used request id req-0fca9603-6f3e-4bbc-b92d-c27cdc26753f 2018-08-27 12:16:39,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:16:39,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:39,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-f4170a4a-9da9-4c76-97c3-e77b892dad86 Date: Mon, 27 Aug 2018 12:16:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:15:35Z", "file": "/v2/images/907c5332-0d32-4272-987c-7b62d8ad3a5b/file", "owner": "dfb6d69f9216475e94b90f72978fe83d", "id": "907c5332-0d32-4272-987c-7b62d8ad3a5b", "size": 12716032, "self": "/v2/images/907c5332-0d32-4272-987c-7b62d8ad3a5b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/907c5332-0d32-4272-987c-7b62d8ad3a5b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/907c5332-0d32-4272-987c-7b62d8ad3a5b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:15:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:16:39,250 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f4170a4a-9da9-4c76-97c3-e77b892dad86 2018-08-27 12:16:39,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.085608959198s 2018-08-27 12:16:39,251 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f4170a4a-9da9-4c76-97c3-e77b892dad86 2018-08-27 12:16:39,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 12:16:39,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/907c5332-0d32-4272-987c-7b62d8ad3a5b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06621dc3206952dbafedff219e75b7c984621ccd" 2018-08-27 12:16:39,644 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c45f32f8-04a5-4f65-9e9f-92e648f3c35b Date: Mon, 27 Aug 2018 12:16: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 12:16:39,644 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/907c5332-0d32-4272-987c-7b62d8ad3a5b used request id req-c45f32f8-04a5-4f65-9e9f-92e648f3c35b 2018-08-27 12:16:39,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.391618967056s 2018-08-27 12:16:39,644 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/907c5332-0d32-4272-987c-7b62d8ad3a5b used request id req-c45f32f8-04a5-4f65-9e9f-92e648f3c35b 2018-08-27 12:16:39,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 12:16:39,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" 2018-08-27 12:16:39,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16: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-7a91938b-6b73-41ac-a78d-59029d6c728c x-compute-request-id: req-7a91938b-6b73-41ac-a78d-59029d6c728c Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02", "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": "7dc2b927-b456-493e-8ddc-08db67f25b02"}]} 2018-08-27 12:16:39,668 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-7a91938b-6b73-41ac-a78d-59029d6c728c 2018-08-27 12:16:39,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0235249996185s 2018-08-27 12:16:39,669 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-7a91938b-6b73-41ac-a78d-59029d6c728c 2018-08-27 12:16:39,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 12:16:39,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" 2018-08-27 12:16:39,705 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:16: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-bb4f955b-82f1-41ca-8b6c-d2bdaa1b12eb x-compute-request-id: req-bb4f955b-82f1-41ca-8b6c-d2bdaa1b12eb Content-Length: 0 Content-Type: application/json 2018-08-27 12:16:39,705 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02 used request id req-bb4f955b-82f1-41ca-8b6c-d2bdaa1b12eb 2018-08-27 12:16:39,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0356531143188s 2018-08-27 12:16:39,706 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/7dc2b927-b456-493e-8ddc-08db67f25b02 used request id req-bb4f955b-82f1-41ca-8b6c-d2bdaa1b12eb 2018-08-27 12:16:39,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:16:39,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" 2018-08-27 12:16:39,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95df0c17-bfd3-41dc-a4db-b3637247b0d8 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "links": {"self": "http://172.30.9.28:5000/v3/users/f8f3124b432c489da834146574390b3a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f8f3124b432c489da834146574390b3a", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:16:39,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-95df0c17-bfd3-41dc-a4db-b3637247b0d8 2018-08-27 12:16:39,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20098900795s 2018-08-27 12:16:39,908 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-95df0c17-bfd3-41dc-a4db-b3637247b0d8 2018-08-27 12:16:39,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:16:39,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/f8f3124b432c489da834146574390b3a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" 2018-08-27 12:16:40,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76235f8e-6632-4f57-8fc4-fa62dd6a60c1 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_f065cc2b-c0af-4f3e-a186-47df9aa58de8", "links": {"self": "http://172.30.9.28:5000/v3/users/f8f3124b432c489da834146574390b3a"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f8f3124b432c489da834146574390b3a", "description": null}} 2018-08-27 12:16:40,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/f8f3124b432c489da834146574390b3a used request id req-76235f8e-6632-4f57-8fc4-fa62dd6a60c1 2018-08-27 12:16:40,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206545114517s 2018-08-27 12:16:40,121 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/f8f3124b432c489da834146574390b3a used request id req-76235f8e-6632-4f57-8fc4-fa62dd6a60c1 2018-08-27 12:16:40,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 12:16:40,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/f8f3124b432c489da834146574390b3a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" 2018-08-27 12:16:40,406 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:16:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dae5e864-1761-4394-87f2-122ca365961a 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 12:16:40,407 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f8f3124b432c489da834146574390b3a used request id req-dae5e864-1761-4394-87f2-122ca365961a 2018-08-27 12:16:40,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.285427093506s 2018-08-27 12:16:40,407 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f8f3124b432c489da834146574390b3a used request id req-dae5e864-1761-4394-87f2-122ca365961a 2018-08-27 12:16:40,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:16:40,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" 2018-08-27 12:16:40,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f47d2e4-fcbb-482c-9f88-54cb3e257c4d Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.28:5000/v3/projects/dfb6d69f9216475e94b90f72978fe83d"}, "tags": [], "enabled": true, "id": "dfb6d69f9216475e94b90f72978fe83d", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_f065cc2b-c0af-4f3e-a186-47df9aa58de8"}]} 2018-08-27 12:16:40,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-2f47d2e4-fcbb-482c-9f88-54cb3e257c4d 2018-08-27 12:16:40,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.182834148407s 2018-08-27 12:16:40,596 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-2f47d2e4-fcbb-482c-9f88-54cb3e257c4d 2018-08-27 12:16:40,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 12:16:40,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/dfb6d69f9216475e94b90f72978fe83d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a4ddd2ce9af461ab0cd0bcc31777ac1b3f13c7c" 2018-08-27 12:16:40,869 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:16:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12f15985-855e-4a0d-9417-705ab3d0b6ee 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 12:16:40,869 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/dfb6d69f9216475e94b90f72978fe83d used request id req-12f15985-855e-4a0d-9417-705ab3d0b6ee 2018-08-27 12:16:40,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.268545866013s 2018-08-27 12:16:40,869 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/dfb6d69f9216475e94b90f72978fe83d used request id req-12f15985-855e-4a0d-9417-705ab3d0b6ee 2018-08-27 12:16:40,925 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-27 12:16:40,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:16:40,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:16:40,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:16:40,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:16:40,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:16:40,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:16:40,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:16:40,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:16:40,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:16:40,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:16:40,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:16:40,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:16:40,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:16:40,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:16:40,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:16:40,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:16:40,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:16:40,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:16:40,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:16:40,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:16:40,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:16:40,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:16:40,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:16:40,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4842cae6-a416-4a2e-bc75-153227436e84 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:16:40,976 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4842cae6-a416-4a2e-bc75-153227436e84 2018-08-27 12:16:40,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:16:41,379 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:16:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["iBOfV431T9S8_l-RIwrylA"], "issued_at": "2018-08-27T12:16:41.000000Z"}} 2018-08-27 12:16:41,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:16:41,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}b79db1427e905383020dc939fe32940668d8731a" 2018-08-27 12:16:41,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-57367329-0f49-4a09-bd92-7d895332cbe9 Date: Mon, 27 Aug 2018 12:16:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:16:41,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-57367329-0f49-4a09-bd92-7d895332cbe9 2018-08-27 12:16:41,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354056119919s 2018-08-27 12:16:41,736 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-57367329-0f49-4a09-bd92-7d895332cbe9 2018-08-27 12:16:41,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:16:41,745 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 12:16:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c8a9387-5b92-4709-87db-fd5b2f0bfdda 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 12:16:41,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-1c8a9387-5b92-4709-87db-fd5b2f0bfdda 2018-08-27 12:16:41,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:16:41,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b79db1427e905383020dc939fe32940668d8731a" 2018-08-27 12:16:41,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c605744e-4103-4957-a26c-5e8fc57704dc Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/1822875bebb84e26b6f0f5a37895742c"}, "tags": [], "enabled": true, "id": "1822875bebb84e26b6f0f5a37895742c", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 12:16:41,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-c605744e-4103-4957-a26c-5e8fc57704dc 2018-08-27 12:16:41,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.1921210289s 2018-08-27 12:16:41,938 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-c605744e-4103-4957-a26c-5e8fc57704dc 2018-08-27 12:16:41,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 12:16:41,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b79db1427e905383020dc939fe32940668d8731a" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_88529ac8-1faa-4ce9-9f1c-3e05499c9501"}}' 2018-08-27 12:16:42,167 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 12:16:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d4ec3d2-83c9-4fd1-a887-d1a81d8838a5 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.28:5000/v3/projects/608fc0a14719438a8b28a6b168159128"}, "tags": [], "enabled": true, "id": "608fc0a14719438a8b28a6b168159128", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_88529ac8-1faa-4ce9-9f1c-3e05499c9501"}} 2018-08-27 12:16:42,167 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-8d4ec3d2-83c9-4fd1-a887-d1a81d8838a5 2018-08-27 12:16:42,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.221898078918s 2018-08-27 12:16:42,168 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-8d4ec3d2-83c9-4fd1-a887-d1a81d8838a5 2018-08-27 12:16:42,168 - 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'608fc0a14719438a8b28a6b168159128', '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_88529ac8-1faa-4ce9-9f1c-3e05499c9501'}) 2018-08-27 12:16:42,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 12:16:42,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b79db1427e905383020dc939fe32940668d8731a" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "819c8ea5-06df-4927-91d1-1002cabe698d", "email": null, "name": "vping_userdata-user_88529ac8-1faa-4ce9-9f1c-3e05499c9501"}}' 2018-08-27 12:16:42,681 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 12:16:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1d3f6e8-cd78-452f-9be5-979049502a10 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "links": {"self": "http://172.30.9.28:5000/v3/users/e6d7ed5f0f54480295a86cf10fd89b65"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6d7ed5f0f54480295a86cf10fd89b65", "domain_id": "default", "password_expires_at": null}} 2018-08-27 12:16:42,681 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-e1d3f6e8-cd78-452f-9be5-979049502a10 2018-08-27 12:16:42,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.507146835327s 2018-08-27 12:16:42,682 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-e1d3f6e8-cd78-452f-9be5-979049502a10 2018-08-27 12:16:42,682 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e6d7ed5f0f54480295a86cf10fd89b65', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_88529ac8-1faa-4ce9-9f1c-3e05499c9501'}) 2018-08-27 12:16:42,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:16:42,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b79db1427e905383020dc939fe32940668d8731a" 2018-08-27 12:16:42,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4d69739-87df-4a66-99b7-47bd9ba853be Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:16:42,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b4d69739-87df-4a66-99b7-47bd9ba853be 2018-08-27 12:16:42,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192734956741s 2018-08-27 12:16:42,879 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b4d69739-87df-4a66-99b7-47bd9ba853be 2018-08-27 12:16:42,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:16:42,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b79db1427e905383020dc939fe32940668d8731a" 2018-08-27 12:16:43,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-379a2823-7e7d-466d-91f3-95a8388699b5 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:16:43,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-379a2823-7e7d-466d-91f3-95a8388699b5 2018-08-27 12:16:43,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180688142776s 2018-08-27 12:16:43,065 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-379a2823-7e7d-466d-91f3-95a8388699b5 2018-08-27 12:16:43,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:16:43,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b79db1427e905383020dc939fe32940668d8731a" 2018-08-27 12:16:43,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-523007d4-0968-4cb9-a089-85ad8a319398 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:16:43,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-523007d4-0968-4cb9-a089-85ad8a319398 2018-08-27 12:16:43,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.207082033157s 2018-08-27 12:16:43,277 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-523007d4-0968-4cb9-a089-85ad8a319398 2018-08-27 12:16:43,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:16:43,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b79db1427e905383020dc939fe32940668d8731a" 2018-08-27 12:16:43,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47ddfb5f-5ced-440d-b8e2-3feab0e5ea0b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 12:16:43,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-47ddfb5f-5ced-440d-b8e2-3feab0e5ea0b 2018-08-27 12:16:43,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.189185142517s 2018-08-27 12:16:43,471 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-47ddfb5f-5ced-440d-b8e2-3feab0e5ea0b 2018-08-27 12:16:43,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:16:43,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b79db1427e905383020dc939fe32940668d8731a" 2018-08-27 12:16:43,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-161477e0-1a41-4827-b32e-c934f95099ab Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "links": {"self": "http://172.30.9.28:5000/v3/users/e6d7ed5f0f54480295a86cf10fd89b65"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6d7ed5f0f54480295a86cf10fd89b65", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:16:43,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-161477e0-1a41-4827-b32e-c934f95099ab 2018-08-27 12:16:43,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198189020157s 2018-08-27 12:16:43,671 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-161477e0-1a41-4827-b32e-c934f95099ab 2018-08-27 12:16:43,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:16:43,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}b79db1427e905383020dc939fe32940668d8731a" 2018-08-27 12:16:43,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55571412-fefa-4571-a948-b5b46894b3af Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.28:5000/v3/projects/608fc0a14719438a8b28a6b168159128"}, "tags": [], "enabled": true, "id": "608fc0a14719438a8b28a6b168159128", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_88529ac8-1faa-4ce9-9f1c-3e05499c9501"}]} 2018-08-27 12:16:43,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-55571412-fefa-4571-a948-b5b46894b3af 2018-08-27 12:16:43,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.112572908401s 2018-08-27 12:16:43,796 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-55571412-fefa-4571-a948-b5b46894b3af 2018-08-27 12:16:43,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 12:16:43,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=e6d7ed5f0f54480295a86cf10fd89b65&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=608fc0a14719438a8b28a6b168159128" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b79db1427e905383020dc939fe32940668d8731a" 2018-08-27 12:16:43,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f4e5608-9ffd-4543-8b17-2a2d345c86e3 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=e6d7ed5f0f54480295a86cf10fd89b65&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=608fc0a14719438a8b28a6b168159128", "previous": null, "next": null}} 2018-08-27 12:16:43,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=e6d7ed5f0f54480295a86cf10fd89b65&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=608fc0a14719438a8b28a6b168159128 used request id req-4f4e5608-9ffd-4543-8b17-2a2d345c86e3 2018-08-27 12:16:43,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.193886995316s 2018-08-27 12:16:43,997 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=e6d7ed5f0f54480295a86cf10fd89b65&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=608fc0a14719438a8b28a6b168159128 used request id req-4f4e5608-9ffd-4543-8b17-2a2d345c86e3 2018-08-27 12:16:44,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 12:16:44,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/608fc0a14719438a8b28a6b168159128/users/e6d7ed5f0f54480295a86cf10fd89b65/roles/2d704632e4b7449aa0baeaa243e3aa0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b79db1427e905383020dc939fe32940668d8731a" 2018-08-27 12:16:44,270 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:16:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5cb6403e-317c-484e-bcaf-438435c5319f 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 12:16:44,270 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/608fc0a14719438a8b28a6b168159128/users/e6d7ed5f0f54480295a86cf10fd89b65/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-5cb6403e-317c-484e-bcaf-438435c5319f 2018-08-27 12:16:44,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.269630908966s 2018-08-27 12:16:44,271 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/608fc0a14719438a8b28a6b168159128/users/e6d7ed5f0f54480295a86cf10fd89b65/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-5cb6403e-317c-484e-bcaf-438435c5319f 2018-08-27 12:16:44,271 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_88529ac8-1faa-4ce9-9f1c-3e05499c9501', 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'608fc0a14719438a8b28a6b168159128', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '819c8ea5-06df-4927-91d1-1002cabe698d', 'username': u'vping_userdata-user_88529ac8-1faa-4ce9-9f1c-3e05499c9501', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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 12:16:44,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:16:44,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:16:44,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:16:44,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:16:44,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:16:44,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:16:44,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:16:44,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:16:44,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:16:44,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:16:44,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:16:44,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:16:44,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:16:44,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:16:44,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:16:44,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:16:44,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:16:44,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:16:44,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:16:44,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:16:44,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:16:44,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:16:44,276 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_88529ac8-1faa-4ce9-9f1c-3e05499c9501', 'password': '819c8ea5-06df-4927-91d1-1002cabe698d', 'project_name': 'vping_userdata-project_88529ac8-1faa-4ce9-9f1c-3e05499c9501', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '608fc0a14719438a8b28a6b168159128', 'project_domain_name': 'Default'} 2018-08-27 12:16:44,277 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-27 12:16:44,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:16:44,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04f28f56-6adb-419e-9ba2-f037114c0b89 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:16:44,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-04f28f56-6adb-419e-9ba2-f037114c0b89 2018-08-27 12:16:44,285 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:16:44,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:16:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "608fc0a14719438a8b28a6b168159128", "name": "vping_userdata-project_88529ac8-1faa-4ce9-9f1c-3e05499c9501"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/608fc0a14719438a8b28a6b168159128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/608fc0a14719438a8b28a6b168159128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/608fc0a14719438a8b28a6b168159128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_608fc0a14719438a8b28a6b168159128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_608fc0a14719438a8b28a6b168159128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/608fc0a14719438a8b28a6b168159128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/608fc0a14719438a8b28a6b168159128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/608fc0a14719438a8b28a6b168159128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/608fc0a14719438a8b28a6b168159128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/608fc0a14719438a8b28a6b168159128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/608fc0a14719438a8b28a6b168159128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/608fc0a14719438a8b28a6b168159128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/608fc0a14719438a8b28a6b168159128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/608fc0a14719438a8b28a6b168159128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "id": "e6d7ed5f0f54480295a86cf10fd89b65"}, "audit_ids": ["N2ZyWlEPT2G1AbFDpUxwRw"], "issued_at": "2018-08-27T12:16:44.000000Z"}} 2018-08-27 12:16:44,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 12:16:44,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" -d '{"network": {"name": "vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "admin_state_up": true}}' 2018-08-27 12:16:45,381 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-60955543-d098-41ac-a9c2-ab2d2e9c77a4 Date: Mon, 27 Aug 2018 12:16:45 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"01277c49-0f9f-4b9c-9815-218346dfebb8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"608fc0a14719438a8b28a6b168159128","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:16:45Z","is_default":false,"name":"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501","qos_policy_id":null,"admin_state_up":true,"tenant_id":"608fc0a14719438a8b28a6b168159128","created_at":"2018-08-27T12:16:45Z","mtu":1450}} 2018-08-27 12:16:45,381 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-60955543-d098-41ac-a9c2-ab2d2e9c77a4 2018-08-27 12:16:45,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.687178850174s 2018-08-27 12:16:45,382 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-60955543-d098-41ac-a9c2-ab2d2e9c77a4 2018-08-27 12:16:45,382 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T12:16:45Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'01277c49-0f9f-4b9c-9815-218346dfebb8', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501', u'admin_state_up': True, u'tenant_id': u'608fc0a14719438a8b28a6b168159128', u'created_at': u'2018-08-27T12:16:45Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'608fc0a14719438a8b28a6b168159128', u'l2_adjacency': True}) 2018-08-27 12:16:45,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:16:45,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:16:45,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-4945158c-0a99-4aad-95db-a4dc462e401b Date: Mon, 27 Aug 2018 12:16:45 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"01277c49-0f9f-4b9c-9815-218346dfebb8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"608fc0a14719438a8b28a6b168159128","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:16:45Z","qos_policy_id":null,"name":"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501","admin_state_up":true,"tenant_id":"608fc0a14719438a8b28a6b168159128","created_at":"2018-08-27T12:16:45Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 12:16:45,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4945158c-0a99-4aad-95db-a4dc462e401b 2018-08-27 12:16:45,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.335564136505s 2018-08-27 12:16:45,719 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4945158c-0a99-4aad-95db-a4dc462e401b 2018-08-27 12:16:45,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 12:16:45,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" -d '{"subnet": {"name": "vping_userdata-subnet_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "enable_dhcp": true, "network_id": "01277c49-0f9f-4b9c-9815-218346dfebb8", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 12:16:46,843 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7ab218d5-b38b-48cf-80a0-625126785fb0 Date: Mon, 27 Aug 2018 12:16:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"01277c49-0f9f-4b9c-9815-218346dfebb8","tenant_id":"608fc0a14719438a8b28a6b168159128","created_at":"2018-08-27T12:16:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T12:16:46Z","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":"608fc0a14719438a8b28a6b168159128","id":"67df0e4b-6745-4eb5-8d02-587d0caab5a3","subnetpool_id":null,"name":"vping_userdata-subnet_88529ac8-1faa-4ce9-9f1c-3e05499c9501"}} 2018-08-27 12:16:46,843 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-7ab218d5-b38b-48cf-80a0-625126785fb0 2018-08-27 12:16:46,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.1229429245s 2018-08-27 12:16:46,844 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-7ab218d5-b38b-48cf-80a0-625126785fb0 2018-08-27 12:16:46,844 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:16:46Z', 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'67df0e4b-6745-4eb5-8d02-587d0caab5a3', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_88529ac8-1faa-4ce9-9f1c-3e05499c9501', u'enable_dhcp': True, u'network_id': u'01277c49-0f9f-4b9c-9815-218346dfebb8', u'tenant_id': u'608fc0a14719438a8b28a6b168159128', u'created_at': u'2018-08-27T12:16:46Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'608fc0a14719438a8b28a6b168159128'}) 2018-08-27 12:16:46,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 12:16:46,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "vping_userdata-router_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "admin_state_up": true}}' 2018-08-27 12:16:53,755 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-8c5ecb1f-0b64-4c2b-95ff-c06c58a0f34e Date: Mon, 27 Aug 2018 12:16:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "608fc0a14719438a8b28a6b168159128", "created_at": "2018-08-27T12:16:47Z", "admin_state_up": true, "updated_at": "2018-08-27T12:16:49Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "608fc0a14719438a8b28a6b168159128", "id": "f792415a-6148-45d3-9596-1e622b0b3cc2", "name": "vping_userdata-router_88529ac8-1faa-4ce9-9f1c-3e05499c9501"}} 2018-08-27 12:16:53,755 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-8c5ecb1f-0b64-4c2b-95ff-c06c58a0f34e 2018-08-27 12:16:53,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.91003108025s 2018-08-27 12:16:53,755 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-8c5ecb1f-0b64-4c2b-95ff-c06c58a0f34e 2018-08-27 12:16:53,756 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:16:49Z', u'revision_number': 3, u'id': u'f792415a-6148-45d3-9596-1e622b0b3cc2', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-router_88529ac8-1faa-4ce9-9f1c-3e05499c9501', u'admin_state_up': True, u'tenant_id': u'608fc0a14719438a8b28a6b168159128', u'created_at': u'2018-08-27T12:16:47Z', u'flavor_id': None, u'routes': [], u'project_id': u'608fc0a14719438a8b28a6b168159128'}) 2018-08-27 12:16:53,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 12:16:53,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/f792415a-6148-45d3-9596-1e622b0b3cc2/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}1d069221920fb77d23d321361ec69961bfd851bb" -d '{"subnet_id": "67df0e4b-6745-4eb5-8d02-587d0caab5a3"}' 2018-08-27 12:16:56,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-889b65c9-4d99-4adc-bfa8-809a00afbadb Date: Mon, 27 Aug 2018 12:16:56 GMT RESP BODY: {"network_id": "01277c49-0f9f-4b9c-9815-218346dfebb8", "tenant_id": "608fc0a14719438a8b28a6b168159128", "subnet_id": "67df0e4b-6745-4eb5-8d02-587d0caab5a3", "subnet_ids": ["67df0e4b-6745-4eb5-8d02-587d0caab5a3"], "port_id": "8c1dddab-dd07-47b9-8feb-b52c34824066", "id": "f792415a-6148-45d3-9596-1e622b0b3cc2"} 2018-08-27 12:16:56,557 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f792415a-6148-45d3-9596-1e622b0b3cc2/add_router_interface.json used request id req-889b65c9-4d99-4adc-bfa8-809a00afbadb 2018-08-27 12:16:56,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.80027794838s 2018-08-27 12:16:56,557 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f792415a-6148-45d3-9596-1e622b0b3cc2/add_router_interface.json used request id req-889b65c9-4d99-4adc-bfa8-809a00afbadb returning object f792415a-6148-45d3-9596-1e622b0b3cc2 2018-08-27 12:16:56,558 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 12:16:56,706 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 12:16:56,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:16:56,714 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 12:16:56 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 12:16:56,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:16:56,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:16:57,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-cb7e2e32-a774-4bc0-a6f0-075820743dfe Date: Mon, 27 Aug 2018 12:16:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:16:57,025 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-cb7e2e32-a774-4bc0-a6f0-075820743dfe 2018-08-27 12:16:57,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.306022882462s 2018-08-27 12:16:57,025 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-cb7e2e32-a774-4bc0-a6f0-075820743dfe 2018-08-27 12:16:57,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 12:16:57,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_88529ac8-1faa-4ce9-9f1c-3e05499c9501"}' 2018-08-27 12:16:57,331 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/55575ea4-aabb-4788-bf4d-005dcd350a19 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-44b83497-c52e-4f2f-8a30-c586358e58ae Date: Mon, 27 Aug 2018 12:16:57 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:16:57Z", "file": "/v2/images/55575ea4-aabb-4788-bf4d-005dcd350a19/file", "owner": "608fc0a14719438a8b28a6b168159128", "id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "size": null, "self": "/v2/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "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_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "checksum": null, "created_at": "2018-08-27T12:16:57Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 12:16:57,332 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-44b83497-c52e-4f2f-8a30-c586358e58ae 2018-08-27 12:16:57,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.298701047897s 2018-08-27 12:16:57,332 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-44b83497-c52e-4f2f-8a30-c586358e58ae returning object 55575ea4-aabb-4788-bf4d-005dcd350a19 2018-08-27 12:16:57,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 12:16:57,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/55575ea4-aabb-4788-bf4d-005dcd350a19/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}1d069221920fb77d23d321361ec69961bfd851bb" -d '' 2018-08-27 12:16:58,224 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fc8fe150-34bd-4bc6-92c6-8fa585937ab1 Date: Mon, 27 Aug 2018 12:16: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 12:16:58,224 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/55575ea4-aabb-4788-bf4d-005dcd350a19/file used request id req-fc8fe150-34bd-4bc6-92c6-8fa585937ab1 2018-08-27 12:16:58,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.891115903854s 2018-08-27 12:16:58,224 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/55575ea4-aabb-4788-bf4d-005dcd350a19/file used request id req-fc8fe150-34bd-4bc6-92c6-8fa585937ab1 2018-08-27 12:16:58,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:16:58,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:16:58,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-1228979d-cad7-48ff-ad1f-bc052390ebdd Date: Mon, 27 Aug 2018 12:16:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:16:58Z", "file": "/v2/images/55575ea4-aabb-4788-bf4d-005dcd350a19/file", "owner": "608fc0a14719438a8b28a6b168159128", "id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "size": 12716032, "self": "/v2/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/55575ea4-aabb-4788-bf4d-005dcd350a19/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/55575ea4-aabb-4788-bf4d-005dcd350a19/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:16:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:16:58,663 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1228979d-cad7-48ff-ad1f-bc052390ebdd 2018-08-27 12:16:58,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.43492102623s 2018-08-27 12:16:58,664 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1228979d-cad7-48ff-ad1f-bc052390ebdd 2018-08-27 12:16:58,666 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/55575ea4-aabb-4788-bf4d-005dcd350a19/snap', u'metadata': Munch({})})], 'file': u'/v2/images/55575ea4-aabb-4788-bf4d-005dcd350a19/file', 'owner': u'608fc0a14719438a8b28a6b168159128', 'id': u'55575ea4-aabb-4788-bf4d-005dcd350a19', 'size': 12716032, u'self': u'/v2/images/55575ea4-aabb-4788-bf4d-005dcd350a19', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'608fc0a14719438a8b28a6b168159128', 'name': 'vping_userdata-project_88529ac8-1faa-4ce9-9f1c-3e05499c9501', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/55575ea4-aabb-4788-bf4d-005dcd350a19/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T12:16:58Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T12:16:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_88529ac8-1faa-4ce9-9f1c-3e05499c9501', '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/55575ea4-aabb-4788-bf4d-005dcd350a19', 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_88529ac8-1faa-4ce9-9f1c-3e05499c9501', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_88529ac8-1faa-4ce9-9f1c-3e05499c9501', 'created': u'2018-08-27T12:16:57Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T12:16: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/55575ea4-aabb-4788-bf4d-005dcd350a19', 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_88529ac8-1faa-4ce9-9f1c-3e05499c9501', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 12:16:58,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 12:16:58,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b79db1427e905383020dc939fe32940668d8731a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "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 12:16:58,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16: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-5ac06d5f-570c-4980-9b5c-b384b0d47933 x-compute-request-id: req-5ac06d5f-570c-4980-9b5c-b384b0d47933 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "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": "f0036a58-65c3-4084-ae46-8fadf8510ceb"}} 2018-08-27 12:16:58,971 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-5ac06d5f-570c-4980-9b5c-b384b0d47933 2018-08-27 12:16:58,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.303837060928s 2018-08-27 12:16:58,971 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-5ac06d5f-570c-4980-9b5c-b384b0d47933 2018-08-27 12:16:58,972 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_88529ac8-1faa-4ce9-9f1c-3e05499c9501', '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'd56eab07eebe4995963c4bcc663afcc8', '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'f0036a58-65c3-4084-ae46-8fadf8510ceb', 'swap': 0}) 2018-08-27 12:16:58,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 12:16:58,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb/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}b79db1427e905383020dc939fe32940668d8731a" -d '{"extra_specs": {}}' 2018-08-27 12:16:58,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16: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-0ada50be-987b-4fb9-bd3e-23f5d97b89e7 x-compute-request-id: req-0ada50be-987b-4fb9-bd3e-23f5d97b89e7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 12:16:58,998 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb/os-extra_specs used request id req-0ada50be-987b-4fb9-bd3e-23f5d97b89e7 2018-08-27 12:16:58,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.025062084198s 2018-08-27 12:16:58,998 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb/os-extra_specs used request id req-0ada50be-987b-4fb9-bd3e-23f5d97b89e7 2018-08-27 12:16:58,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:16:58,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:16:59,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-6b7416c3-bbf7-4d13-a7f6-a547faa1c806 Date: Mon, 27 Aug 2018 12:16:59 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"01277c49-0f9f-4b9c-9815-218346dfebb8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"608fc0a14719438a8b28a6b168159128","l2_adjacency":true,"status":"ACTIVE","subnets":["67df0e4b-6745-4eb5-8d02-587d0caab5a3"],"description":"","tags":[],"updated_at":"2018-08-27T12:16:46Z","qos_policy_id":null,"name":"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501","admin_state_up":true,"tenant_id":"608fc0a14719438a8b28a6b168159128","created_at":"2018-08-27T12:16:45Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 12:16:59,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6b7416c3-bbf7-4d13-a7f6-a547faa1c806 2018-08-27 12:16:59,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.363528966904s 2018-08-27 12:16:59,363 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6b7416c3-bbf7-4d13-a7f6-a547faa1c806 2018-08-27 12:16:59,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:16:59,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:16:59,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-32f01deb-239d-4cef-bbe1-2c467a7da96d Date: Mon, 27 Aug 2018 12:16:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:16:58Z", "file": "/v2/images/55575ea4-aabb-4788-bf4d-005dcd350a19/file", "owner": "608fc0a14719438a8b28a6b168159128", "id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "size": 12716032, "self": "/v2/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/55575ea4-aabb-4788-bf4d-005dcd350a19/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/55575ea4-aabb-4788-bf4d-005dcd350a19/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:16:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:16:59,407 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-32f01deb-239d-4cef-bbe1-2c467a7da96d 2018-08-27 12:16:59,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0395219326019s 2018-08-27 12:16:59,407 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-32f01deb-239d-4cef-bbe1-2c467a7da96d 2018-08-27 12:16:59,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 12:16:59,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:16:59,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:16: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-c907fd8c-ac93-4911-ae60-1b64d24f8695 x-compute-request-id: req-c907fd8c-ac93-4911-ae60-1b64d24f8695 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "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": "f0036a58-65c3-4084-ae46-8fadf8510ceb"}]} 2018-08-27 12:16:59,700 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c907fd8c-ac93-4911-ae60-1b64d24f8695 2018-08-27 12:16:59,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.290862083435s 2018-08-27 12:16:59,700 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c907fd8c-ac93-4911-ae60-1b64d24f8695 2018-08-27 12:16:59,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 12:16:59,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" -d '{"server": {"name": "vping_userdata-vm_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "imageRef": "55575ea4-aabb-4788-bf4d-005dcd350a19", "flavorRef": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "max_count": 1, "min_count": 1, "networks": [{"uuid": "01277c49-0f9f-4b9c-9815-218346dfebb8"}]}}' 2018-08-27 12:17:03,619 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:16: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-522ae107-75eb-4fce-ab61-7f1e6df45237 x-compute-request-id: req-522ae107-75eb-4fce-ab61-7f1e6df45237 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0ebdf234-a238-4a2e-b83b-c32e152baa2f", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "bookmark"}], "adminPass": "qa5mrAb9kESg"}} 2018-08-27 12:17:03,620 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-522ae107-75eb-4fce-ab61-7f1e6df45237 2018-08-27 12:17:03,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.91776704788s 2018-08-27 12:17:03,620 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-522ae107-75eb-4fce-ab61-7f1e6df45237 2018-08-27 12:17:03,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:17:03,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:04,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17: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-e4d232c6-99f4-4e7d-b48b-272fd83d74f8 x-compute-request-id: req-e4d232c6-99f4-4e7d-b48b-272fd83d74f8 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.28:8774/v2.1/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "0ebdf234-a238-4a2e-b83b-c32e152baa2f", "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "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-27T12:17:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:03Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:17:04,669 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e4d232c6-99f4-4e7d-b48b-272fd83d74f8 2018-08-27 12:17:04,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04786396027s 2018-08-27 12:17:04,669 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e4d232c6-99f4-4e7d-b48b-272fd83d74f8 2018-08-27 12:17:04,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:17:04,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:05,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-4282139f-1d19-47cb-a10f-8d4feebc720d Date: Mon, 27 Aug 2018 12:17:05 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"01277c49-0f9f-4b9c-9815-218346dfebb8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"608fc0a14719438a8b28a6b168159128","l2_adjacency":true,"status":"ACTIVE","subnets":["67df0e4b-6745-4eb5-8d02-587d0caab5a3"],"description":"","tags":[],"updated_at":"2018-08-27T12:16:46Z","qos_policy_id":null,"name":"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501","admin_state_up":true,"tenant_id":"608fc0a14719438a8b28a6b168159128","created_at":"2018-08-27T12:16:45Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 12:17:05,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4282139f-1d19-47cb-a10f-8d4feebc720d 2018-08-27 12:17:05,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.379245996475s 2018-08-27 12:17:05,056 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4282139f-1d19-47cb-a10f-8d4feebc720d 2018-08-27 12:17:05,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 12:17:05,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:05,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1ed112bb-1692-420f-a8f1-466cc1d01246 Date: Mon, 27 Aug 2018 12:17:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"01277c49-0f9f-4b9c-9815-218346dfebb8","tenant_id":"608fc0a14719438a8b28a6b168159128","created_at":"2018-08-27T12:16:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T12:16:46Z","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":"608fc0a14719438a8b28a6b168159128","id":"67df0e4b-6745-4eb5-8d02-587d0caab5a3","subnetpool_id":null,"name":"vping_userdata-subnet_88529ac8-1faa-4ce9-9f1c-3e05499c9501"}]} 2018-08-27 12:17:05,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-1ed112bb-1692-420f-a8f1-466cc1d01246 2018-08-27 12:17:05,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0412499904633s 2018-08-27 12:17:05,098 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-1ed112bb-1692-420f-a8f1-466cc1d01246 2018-08-27 12:17:05,099 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:17:07,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:17:07,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:07,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12: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-b26aac7b-e6fb-4860-9f01-b5734f3f8001 x-compute-request-id: req-b26aac7b-e6fb-4860-9f01-b5734f3f8001 Content-Encoding: gzip Content-Length: 645 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "0ebdf234-a238-4a2e-b83b-c32e152baa2f", "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "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-27T12:17:06Z", "hostId": "8e2853b7fd45820a0b4527e532e0f068e26714a2f2421890f3a68250", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:03Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:17:07,595 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b26aac7b-e6fb-4860-9f01-b5734f3f8001 2018-08-27 12:17:07,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.492981910706s 2018-08-27 12:17:07,595 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b26aac7b-e6fb-4860-9f01-b5734f3f8001 2018-08-27 12:17:07,599 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:17:09,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:17:09,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:11,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17: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-c2e953ee-27d7-4470-98de-872dbba26bde x-compute-request-id: req-c2e953ee-27d7-4470-98de-872dbba26bde 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.28:8774/v2.1/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "0ebdf234-a238-4a2e-b83b-c32e152baa2f", "security_groups": [{"name": "default"}], "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "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-27T12:17:06Z", "hostId": "8e2853b7fd45820a0b4527e532e0f068e26714a2f2421890f3a68250", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:03Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:17:11,091 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c2e953ee-27d7-4470-98de-872dbba26bde 2018-08-27 12:17:11,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.48956394196s 2018-08-27 12:17:11,092 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c2e953ee-27d7-4470-98de-872dbba26bde 2018-08-27 12:17:11,096 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:17:13,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:17:13,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:13,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12: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-df6a7b53-15b5-44fe-af8b-f244db6da2f9 x-compute-request-id: req-df6a7b53-15b5-44fe-af8b-f244db6da2f9 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:89:e7", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:17:11.000000", "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "0ebdf234-a238-4a2e-b83b-c32e152baa2f", "security_groups": [{"name": "default"}], "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:17:11Z", "hostId": "8e2853b7fd45820a0b4527e532e0f068e26714a2f2421890f3a68250", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:03Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:17:13,860 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-df6a7b53-15b5-44fe-af8b-f244db6da2f9 2018-08-27 12:17:13,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.761214971542s 2018-08-27 12:17:13,860 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-df6a7b53-15b5-44fe-af8b-f244db6da2f9 2018-08-27 12:17:13,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 12:17:13,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=0ebdf234-a238-4a2e-b83b-c32e152baa2f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:14,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-f705297e-1fff-4a2e-9717-5fbeb36b60e3 Date: Mon, 27 Aug 2018 12:17:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T12:17:10Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"67df0e4b-6745-4eb5-8d02-587d0caab5a3","ip_address":"192.168.120.28"}],"id":"1357e5a9-a315-4059-85e2-4d92f8c7dacd","security_groups":["788a6e25-25e1-4ca0-895f-ec2a2741b055"],"mac_address":"fa:16:3e:f7:89:e7","project_id":"608fc0a14719438a8b28a6b168159128","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"01277c49-0f9f-4b9c-9815-218346dfebb8","tenant_id":"608fc0a14719438a8b28a6b168159128","created_at":"2018-08-27T12:17:07Z","binding:vnic_type":"normal","device_id":"0ebdf234-a238-4a2e-b83b-c32e152baa2f","ip_allocation":"immediate"}]} 2018-08-27 12:17:14,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=0ebdf234-a238-4a2e-b83b-c32e152baa2f used request id req-f705297e-1fff-4a2e-9717-5fbeb36b60e3 2018-08-27 12:17:14,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.322075843811s 2018-08-27 12:17:14,187 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=0ebdf234-a238-4a2e-b83b-c32e152baa2f used request id req-f705297e-1fff-4a2e-9717-5fbeb36b60e3 2018-08-27 12:17:14,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:17:14,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=1357e5a9-a315-4059-85e2-4d92f8c7dacd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:14,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3c7743b7-bd41-42a8-a45c-f6368311b4d7 Date: Mon, 27 Aug 2018 12:17:14 GMT RESP BODY: {"floatingips": []} 2018-08-27 12:17:14,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=1357e5a9-a315-4059-85e2-4d92f8c7dacd used request id req-3c7743b7-bd41-42a8-a45c-f6368311b4d7 2018-08-27 12:17:14,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.295891046524s 2018-08-27 12:17:14,488 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=1357e5a9-a315-4059-85e2-4d92f8c7dacd used request id req-3c7743b7-bd41-42a8-a45c-f6368311b4d7 2018-08-27 12:17:14,489 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f7:89:e7', u'version': 4, u'addr': u'192.168.120.28', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'55575ea4-aabb-4788-bf4d-005dcd350a19'}), 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-27T12:17:11.000000', 'flavor': Munch({u'id': u'f0036a58-65c3-4084-ae46-8fadf8510ceb'}), 'az': u'nova', 'id': u'0ebdf234-a238-4a2e-b83b-c32e152baa2f', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e6d7ed5f0f54480295a86cf10fd89b65', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'608fc0a14719438a8b28a6b168159128', 'name': 'vping_userdata-project_88529ac8-1faa-4ce9-9f1c-3e05499c9501', '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-27T12:17:11.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T12:17:11Z', 'hostId': u'8e2853b7fd45820a0b4527e532e0f068e26714a2f2421890f3a68250', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.28', 'cloud': 'envvars', 'host_id': u'8e2853b7fd45820a0b4527e532e0f068e26714a2f2421890f3a68250', '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-27T12:17:11.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'608fc0a14719438a8b28a6b168159128', 'name': u'vping_userdata-vm_88529ac8-1faa-4ce9-9f1c-3e05499c9501', 'adminPass': u'qa5mrAb9kESg', 'tenant_id': u'608fc0a14719438a8b28a6b168159128', 'created_at': u'2018-08-27T12:17:03Z', 'created': u'2018-08-27T12:17:03Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 12:17:14,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:17:14,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:14,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-a68f6c92-96a5-4b56-b4c9-0b69a139cfd5 Date: Mon, 27 Aug 2018 12:17:14 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"01277c49-0f9f-4b9c-9815-218346dfebb8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"608fc0a14719438a8b28a6b168159128","l2_adjacency":true,"status":"ACTIVE","subnets":["67df0e4b-6745-4eb5-8d02-587d0caab5a3"],"description":"","tags":[],"updated_at":"2018-08-27T12:16:46Z","qos_policy_id":null,"name":"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501","admin_state_up":true,"tenant_id":"608fc0a14719438a8b28a6b168159128","created_at":"2018-08-27T12:16:45Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 12:17:14,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a68f6c92-96a5-4b56-b4c9-0b69a139cfd5 2018-08-27 12:17:14,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0916249752045s 2018-08-27 12:17:14,582 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a68f6c92-96a5-4b56-b4c9-0b69a139cfd5 2018-08-27 12:17:14,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:17:14,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:14,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-e9b367df-cf29-4b6c-a2c8-c06b13c67364 Date: Mon, 27 Aug 2018 12:17:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:16:58Z", "file": "/v2/images/55575ea4-aabb-4788-bf4d-005dcd350a19/file", "owner": "608fc0a14719438a8b28a6b168159128", "id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "size": 12716032, "self": "/v2/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/55575ea4-aabb-4788-bf4d-005dcd350a19/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/55575ea4-aabb-4788-bf4d-005dcd350a19/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:16:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:17:14,631 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e9b367df-cf29-4b6c-a2c8-c06b13c67364 2018-08-27 12:17:14,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0440349578857s 2018-08-27 12:17:14,631 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e9b367df-cf29-4b6c-a2c8-c06b13c67364 2018-08-27 12:17:14,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 12:17:14,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:14,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17: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-4c201f90-f578-4e04-a732-69c983a3be78 x-compute-request-id: req-4c201f90-f578-4e04-a732-69c983a3be78 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "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": "f0036a58-65c3-4084-ae46-8fadf8510ceb"}]} 2018-08-27 12:17:14,776 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-4c201f90-f578-4e04-a732-69c983a3be78 2018-08-27 12:17:14,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.143035173416s 2018-08-27 12:17:14,777 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-4c201f90-f578-4e04-a732-69c983a3be78 2018-08-27 12:17:14,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 12:17:14,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" -d '{"server": {"name": "vping_userdata-vm2_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "imageRef": "55575ea4-aabb-4788-bf4d-005dcd350a19", "flavorRef": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjI4IDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "01277c49-0f9f-4b9c-9815-218346dfebb8"}]}}' 2018-08-27 12:17:19,541 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:17: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-9d026613-6b66-4d1d-b04e-b281475aa419 x-compute-request-id: req-9d026613-6b66-4d1d-b04e-b281475aa419 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "56a2a17f-d9c0-42db-8603-ecc05ad485bd", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "bookmark"}], "adminPass": "sj6TQ2bxXHAz"}} 2018-08-27 12:17:19,541 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-9d026613-6b66-4d1d-b04e-b281475aa419 2018-08-27 12:17:19,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.76258206367s 2018-08-27 12:17:19,541 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-9d026613-6b66-4d1d-b04e-b281475aa419 2018-08-27 12:17:19,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:17:19,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:20,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17: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-89613b99-d783-4f4d-8c31-7017976360d8 x-compute-request-id: req-89613b99-d783-4f4d-8c31-7017976360d8 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "56a2a17f-d9c0-42db-8603-ecc05ad485bd", "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "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-27T12:17:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:19Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:89:e7", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:17:11.000000", "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "0ebdf234-a238-4a2e-b83b-c32e152baa2f", "security_groups": [{"name": "default"}], "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:17:11Z", "hostId": "8e2853b7fd45820a0b4527e532e0f068e26714a2f2421890f3a68250", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:03Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:17:20,745 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-89613b99-d783-4f4d-8c31-7017976360d8 2018-08-27 12:17:20,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.2034239769s 2018-08-27 12:17:20,746 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-89613b99-d783-4f4d-8c31-7017976360d8 2018-08-27 12:17:20,751 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:17:22,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:17:22,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:23,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17: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-80fdaa60-8696-48c8-99c9-9706835430b7 x-compute-request-id: req-80fdaa60-8696-48c8-99c9-9706835430b7 Content-Encoding: gzip Content-Length: 881 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "56a2a17f-d9c0-42db-8603-ecc05ad485bd", "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "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-27T12:17:22Z", "hostId": "aa639737d009470d94757c313a65947dbcf7006d8cc24aedd11a706e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:19Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:89:e7", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:17:11.000000", "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "0ebdf234-a238-4a2e-b83b-c32e152baa2f", "security_groups": [{"name": "default"}], "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:17:11Z", "hostId": "8e2853b7fd45820a0b4527e532e0f068e26714a2f2421890f3a68250", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:03Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:17:23,623 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-80fdaa60-8696-48c8-99c9-9706835430b7 2018-08-27 12:17:23,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.868903875351s 2018-08-27 12:17:23,623 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-80fdaa60-8696-48c8-99c9-9706835430b7 2018-08-27 12:17:23,628 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:17:25,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:17:25,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:26,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17: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-6e401f92-94a3-4e0a-9e92-f2054ac4e867 x-compute-request-id: req-6e401f92-94a3-4e0a-9e92-f2054ac4e867 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "56a2a17f-d9c0-42db-8603-ecc05ad485bd", "security_groups": [{"name": "default"}], "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "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-27T12:17:22Z", "hostId": "aa639737d009470d94757c313a65947dbcf7006d8cc24aedd11a706e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:19Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:89:e7", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:17:11.000000", "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "0ebdf234-a238-4a2e-b83b-c32e152baa2f", "security_groups": [{"name": "default"}], "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:17:11Z", "hostId": "8e2853b7fd45820a0b4527e532e0f068e26714a2f2421890f3a68250", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:03Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:17:26,365 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6e401f92-94a3-4e0a-9e92-f2054ac4e867 2018-08-27 12:17:26,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.734036207199s 2018-08-27 12:17:26,365 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6e401f92-94a3-4e0a-9e92-f2054ac4e867 2018-08-27 12:17:26,370 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:17:28,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:17:28,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:29,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17: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-2051801b-54b1-4e27-b72a-8ad98f4d43f3 x-compute-request-id: req-2051801b-54b1-4e27-b72a-8ad98f4d43f3 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:3d:03", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:17:27.000000", "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "56a2a17f-d9c0-42db-8603-ecc05ad485bd", "security_groups": [{"name": "default"}], "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:17:27Z", "hostId": "aa639737d009470d94757c313a65947dbcf7006d8cc24aedd11a706e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:19Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:89:e7", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:17:11.000000", "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "0ebdf234-a238-4a2e-b83b-c32e152baa2f", "security_groups": [{"name": "default"}], "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:17:11Z", "hostId": "8e2853b7fd45820a0b4527e532e0f068e26714a2f2421890f3a68250", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:03Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:17:29,446 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2051801b-54b1-4e27-b72a-8ad98f4d43f3 2018-08-27 12:17:29,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0736219883s 2018-08-27 12:17:29,447 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2051801b-54b1-4e27-b72a-8ad98f4d43f3 2018-08-27 12:17:29,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 12:17:29,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=56a2a17f-d9c0-42db-8603-ecc05ad485bd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:29,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-cd66c287-fb35-4ffd-a8dc-898cbdcf2861 Date: Mon, 27 Aug 2018 12:17:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T12:17:26Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"67df0e4b-6745-4eb5-8d02-587d0caab5a3","ip_address":"192.168.120.17"}],"id":"b153ea5b-5ccf-4aca-96b6-cac09ac035a2","security_groups":["788a6e25-25e1-4ca0-895f-ec2a2741b055"],"mac_address":"fa:16:3e:f0:3d:03","project_id":"608fc0a14719438a8b28a6b168159128","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"01277c49-0f9f-4b9c-9815-218346dfebb8","tenant_id":"608fc0a14719438a8b28a6b168159128","created_at":"2018-08-27T12:17:22Z","binding:vnic_type":"normal","device_id":"56a2a17f-d9c0-42db-8603-ecc05ad485bd","ip_allocation":"immediate"}]} 2018-08-27 12:17:29,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=56a2a17f-d9c0-42db-8603-ecc05ad485bd used request id req-cd66c287-fb35-4ffd-a8dc-898cbdcf2861 2018-08-27 12:17:29,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0476140975952s 2018-08-27 12:17:29,499 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=56a2a17f-d9c0-42db-8603-ecc05ad485bd used request id req-cd66c287-fb35-4ffd-a8dc-898cbdcf2861 2018-08-27 12:17:29,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:17:29,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=b153ea5b-5ccf-4aca-96b6-cac09ac035a2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:29,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d8dca810-5964-488a-80bc-a265bf3ce107 Date: Mon, 27 Aug 2018 12:17:29 GMT RESP BODY: {"floatingips": []} 2018-08-27 12:17:29,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=b153ea5b-5ccf-4aca-96b6-cac09ac035a2 used request id req-d8dca810-5964-488a-80bc-a265bf3ce107 2018-08-27 12:17:29,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.371484994888s 2018-08-27 12:17:29,877 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=b153ea5b-5ccf-4aca-96b6-cac09ac035a2 used request id req-d8dca810-5964-488a-80bc-a265bf3ce107 2018-08-27 12:17:29,877 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f0:3d:03', u'version': 4, u'addr': u'192.168.120.17', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'55575ea4-aabb-4788-bf4d-005dcd350a19'}), 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-27T12:17:27.000000', 'flavor': Munch({u'id': u'f0036a58-65c3-4084-ae46-8fadf8510ceb'}), 'az': u'nova', 'id': u'56a2a17f-d9c0-42db-8603-ecc05ad485bd', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e6d7ed5f0f54480295a86cf10fd89b65', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'608fc0a14719438a8b28a6b168159128', 'name': 'vping_userdata-project_88529ac8-1faa-4ce9-9f1c-3e05499c9501', '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-27T12:17:27.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T12:17:27Z', 'hostId': u'aa639737d009470d94757c313a65947dbcf7006d8cc24aedd11a706e', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.17', 'cloud': 'envvars', 'host_id': u'aa639737d009470d94757c313a65947dbcf7006d8cc24aedd11a706e', '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-27T12:17:27.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'608fc0a14719438a8b28a6b168159128', 'name': u'vping_userdata-vm2_88529ac8-1faa-4ce9-9f1c-3e05499c9501', 'adminPass': u'sj6TQ2bxXHAz', 'tenant_id': u'608fc0a14719438a8b28a6b168159128', 'created_at': u'2018-08-27T12:17:19Z', 'created': u'2018-08-27T12:17:19Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 12:17:29,878 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-27 12:17:30,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:17:30,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:31,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17: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-cbbdc236-aefb-4b30-b396-0f6ca309946b x-compute-request-id: req-cbbdc236-aefb-4b30-b396-0f6ca309946b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:3d:03", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:17:27.000000", "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "56a2a17f-d9c0-42db-8603-ecc05ad485bd", "security_groups": [{"name": "default"}], "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:17:27Z", "hostId": "aa639737d009470d94757c313a65947dbcf7006d8cc24aedd11a706e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:19Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:89:e7", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:17:11.000000", "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "0ebdf234-a238-4a2e-b83b-c32e152baa2f", "security_groups": [{"name": "default"}], "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:17:11Z", "hostId": "8e2853b7fd45820a0b4527e532e0f068e26714a2f2421890f3a68250", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:03Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:17:31,621 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cbbdc236-aefb-4b30-b396-0f6ca309946b 2018-08-27 12:17:31,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.741863012314s 2018-08-27 12:17:31,622 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cbbdc236-aefb-4b30-b396-0f6ca309946b 2018-08-27 12:17:31,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 12:17:31,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd/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}1d069221920fb77d23d321361ec69961bfd851bb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 12:17:31,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12: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-918b84f8-5b1d-44e7-959f-a0d7044cb936 x-compute-request-id: req-918b84f8-5b1d-44e7-959f-a0d7044cb936 Content-Encoding: gzip Content-Length: 7936 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 482001991 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.188387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.190750] pid_max: default: 32768 minimum: 301\n[ 0.192027] ACPI: Core revision 20150930\n[ 0.193737] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.195610] Security Framework initialized\n[ 0.196767] Yama: becoming mindful.\n[ 0.197809] AppArmor: AppArmor initialized\n[ 0.199019] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.200853] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.202642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.204308] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206254] Initializing cgroup subsys io\n[ 0.207417] Initializing cgroup subsys memory\n[ 0.208642] Initializing cgroup subsys devices\n[ 0.209875] Initializing cgroup subsys freezer\n[ 0.211125] Initializing cgroup subsys net_cls\n[ 0.212358] Initializing cgroup subsys perf_event\n[ 0.213650] Initializing cgroup subsys net_prio\n[ 0.214911] Initializing cgroup subsys hugetlb\n[ 0.216150] Initializing cgroup subsys pids\n[ 0.217382] CPU: Physical Processor ID: 0\n[ 0.219259] mce: CPU supports 10 MCE banks\n[ 0.220454] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.221870] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238674] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245370] ftrace: allocating 31920 entries in 125 pages\n[ 0.270929] smpboot: Max logical packages: 1\n[ 0.272155] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.274103] x2apic enabled\n[ 0.275286] Switched APIC routing to physical x2apic.\n[ 0.277794] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279375] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.282198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284750] KVM setup paravirtual spinlock\n[ 0.286386] x86: Booted up 1 node, 1 CPUs\n[ 0.287538] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.289483] devtmpfs: initialized\n[ 0.291494] evm: security.selinux\n[ 0.292486] evm: security.SMACK64\n[ 0.293480] evm: security.SMACK64EXEC\n[ 0.294538] evm: security.SMACK64TRANSMUTE\n[ 0.295689] evm: security.SMACK64MMAP\n[ 0.296744] evm: security.ima\n[ 0.297659] evm: security.capability\n[ 0.298780] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.301383] pinctrl core: initialized pinctrl subsystem\n[ 0.302908] RTC time: 12:17:28, date: 08/27/18\n[ 0.304244] NET: Registered protocol family 16\n[ 0.305602] cpuidle: using governor ladder\n[ 0.306768] cpuidle: using governor menu\n[ 0.307896] PCCT header not found.\n[ 0.308953] ACPI: bus type PCI registered\n[ 0.310101] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311853] PCI: Using configuration type 1 for base access\n[ 0.314078] ACPI: Added _OSI(Module Device)\n[ 0.315265] ACPI: Added _OSI(Processor Device)\n[ 0.316490] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.317764] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.319966] ACPI: Interpreter enabled\n[ 0.321039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.323659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.326272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.328889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.331504] ACPI: (supports S0 S5)\n[ 0.332507] ACPI: Using IOAPIC for interrupt routing\n[ 0.333840] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.337743] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.339350] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.341088] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.342764] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.345849] acpiphp: Slot [3] registered\n[ 0.346978] acpiphp: Slot [4] registered\n[ 0.348110] acpiphp: Slot [5] registered\n[ 0.349238] acpiphp: Slot [6] registered\n[ 0.350363] acpiphp: Slot [7] registered\n[ 0.351495] acpiphp: Slot [8] registered\n[ 0.352626] acpiphp: Slot [9] registered\n[ 0.353755] acpiphp: Slot [10] registered\n[ 0.354900] acpiphp: Slot [11] registered\n[ 0.356051] acpiphp: Slot [12] registered\n[ 0.357195] acpiphp: Slot [13] registered\n[ 0.358341] acpiphp: Slot [14] registered\n[ 0.359498] acpiphp: Slot [15] registered\n[ 0.374483] acpiphp: Slot [16] registered\n[ 0.375649] acpiphp: Slot [17] registered\n[ 0.376785] acpiphp: Slot [18] registered\n[ 0.377922] acpiphp: Slot [19] registered\n[ 0.379065] acpiphp: Slot [20] registered\n[ 0.380208] acpiphp: Slot [21] registered\n[ 0.381341] acpiphp: Slot [22] registered\n[ 0.382485] acpiphp: Slot [23] registered\n[ 0.383634] acpiphp: Slot [24] registered\n[ 0.384773] acpiphp: Slot [25] registered\n[ 0.385913] acpiphp: Slot [26] registered\n[ 0.387056] acpiphp: Slot [27] registered\n[ 0.388206] acpiphp: Slot [28] registered\n[ 0.389350] acpiphp: Slot [29] registered\n[ 0.390496] acpiphp: Slot [30] registered\n[ 0.391635] acpiphp: Slot [31] registered\n[ 0.392778] PCI host bridge to bus 0000:00\n[ 0.393915] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.395617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.397324] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.399367] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.401421] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.403496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.407617] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.409391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.411052] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.412825] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.417119] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.419139] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439736] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441789] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443771] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445772] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447821] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449583] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.451411] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452911] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.455124] vgaarb: loaded\n[ 0.455982] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457697] SCSI subsystem initialized\n[ 0.458987] ACPI: bus type USB registered\n[ 0.460168] usbcore: registered new interface driver usbfs\n[ 0.461623] usbcore: registered new interface driver hub\n[ 0.463051] usbcore: registered new device driver usb\n[ 0.464605] PCI: Using ACPI for IRQ routing\n[ 0.466175] NetLabel: Initializing\n[ 0.467197] NetLabel: domain hash size = 128\n[ 0.468407] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.469765] NetLabel: unlabeled traffic allowed by default\n[ 0.471403] clocksource: Switched to clocksource kvm-clock\n[ 0.481366] AppArmor: AppArmor Filesystem Enabled\n[ 0.482737] pnp: PnP ACPI init\n[ 0.484001] pnp: PnP ACPI: found 5 devices\n[ 0.490972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.493417] NET: Registered protocol family 2\n[ 0.494864] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.496717] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.498426] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.500141] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.501683] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503350] NET: Registered protocol family 1\n[ 0.504603] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.506161] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.507702] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.522317] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.536967] Trying to unpack rootfs image as initramfs...\n[ 0.599273] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.604273] Scanning for low memory corruption every 60 seconds\n[ 0.606522] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.608211] audit: initializing netlink subsys (disabled)\n[ 0.609717] audit: type=2000 audit(1535372248.462:1): initialized\n[ 0.611720] Initialise system trusted keyring\n[ 0.613136] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.614800] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.617594] zbud: loaded\n[ 0.618628] VFS: Disk quotas dquot_6.6.0\n[ 0.619821] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.622070] fuse init (API version 7.23)\n[ 0.623355] Key type big_key registered\n[ 0.624528] Allocating IMA MOK and blacklist keyrings.\n[ 0.626286] Key type asymmetric registered\n[ 0.627486] Asymmetric key parser 'x509' registered\n[ 0.628865] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.631031] io scheduler noop registered\n[ 0.632175] io scheduler deadline registered (default)\n[ 0.633601] io scheduler cfq registered\n[ 0.634834] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.636336] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.638168] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.640262] ACPI: Power Button [PWRF]\n[ 0.641548] GHES: HEST is not enabled!\n[ 0.655782] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.685242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.688364] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.712193] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.715462] Linux agpgart interface v0.103\n[ 0.719049] brd: module loaded\n[ 0.721359] loop: module loaded\n[ 0.726952] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729060] GPT:90111 != 2097151\n[ 0.730045] GPT:Alternate GPT header not at the end of the disk.\n[ 0.731618] GPT:90111 != 2097151\n[ 0.732617] GPT: Use GNU Parted to correct GPT errors.\n[ 0.733998] vda: vda1 vda15\n[ 0.735746] scsi host0: ata_piix\n[ 0.736878] scsi host1: ata_piix\n[ 0.737933] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.739730] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742058] libphy: Fixed MDIO Bus: probed\n[ 0.743266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744661] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747537] PPP generic driver version 2.4.2\n[ 0.748872] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750569] ehci-pci: EHCI PCI platform driver\n[ 0.751832] ehci-platform: EHCI generic platform driver\n[ 0.753262] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754896] ohci-pci: OHCI PCI platform driver\n[ 0.756174] ohci-platform: OHCI generic platform driver\n[ 0.757636] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.772389] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.773821] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.775930] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.777384] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.779036] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.780776] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.782803] usb usb1: Product: UHCI Host Controller\n[ 0.784128] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.785787] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.787180] hub 1-0:1.0: USB hub found\n[ 0.788293] hub 1-0:1.0: 2 ports detected\n[ 0.789606] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.792596] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.793967] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.795438] mousedev: PS/2 mouse device common for all mice\n[ 0.797221] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.799793] rtc_cmos 00:00: RTC can wake from S4\n[ 0.801401] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.803079] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.804791] i2c /dev entries driver\n[ 0.805887] device-mapper: uevent: version 1.0.3\n[ 0.807263] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.809590] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.811513] NET: Registered protocol family 10\n[ 0.813139] NET: Registered protocol family 17\n[ 0.814413] Key type dns_resolver registered\n[ 0.815779] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.817336] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.819794] registered taskstats version 1\n[ 0.820969] Loading compiled-in X.509 certificates\n[ 0.822821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.825397] zswap: loaded using pool lzo/zbud\n[ 0.827559] Key type trusted registered\n[ 0.829760] Key type encrypted registered\n[ 0.830909] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.832356] ima: No TPM chip found, activating TPM-bypass!\n[ 0.833812] evm: HMAC attrs: 0x1\n[ 0.835136] Magic number: 14:34:280\n[ 0.836226] tty tty17: hash matches\n[ 0.837345] rtc_cmos 00:00: setting system clock to 2018-08-27 12:17:28 UTC (1535372248)\n[ 0.839583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.841133] EDD information not available.\n[ 0.897085] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.899241] Write protecting the kernel read-only data: 14336k\n[ 0.902197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.904676] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\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.80\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.066109] 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.17...\nLease of 192.168.120.17 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.95. 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 12:17:31,883 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd/action used request id req-918b84f8-5b1d-44e7-959f-a0d7044cb936 2018-08-27 12:17:31,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.25856590271s 2018-08-27 12:17:31,884 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd/action used request id req-918b84f8-5b1d-44e7-959f-a0d7044cb936 2018-08-27 12:17:31,884 - 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 482001991 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.188387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.190750] pid_max: default: 32768 minimum: 301 [ 0.192027] ACPI: Core revision 20150930 [ 0.193737] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.195610] Security Framework initialized [ 0.196767] Yama: becoming mindful. [ 0.197809] AppArmor: AppArmor initialized [ 0.199019] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.200853] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.202642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.204308] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206254] Initializing cgroup subsys io [ 0.207417] Initializing cgroup subsys memory [ 0.208642] Initializing cgroup subsys devices [ 0.209875] Initializing cgroup subsys freezer [ 0.211125] Initializing cgroup subsys net_cls [ 0.212358] Initializing cgroup subsys perf_event [ 0.213650] Initializing cgroup subsys net_prio [ 0.214911] Initializing cgroup subsys hugetlb [ 0.216150] Initializing cgroup subsys pids [ 0.217382] CPU: Physical Processor ID: 0 [ 0.219259] mce: CPU supports 10 MCE banks [ 0.220454] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.221870] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.238674] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.245370] ftrace: allocating 31920 entries in 125 pages [ 0.270929] smpboot: Max logical packages: 1 [ 0.272155] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.274103] x2apic enabled [ 0.275286] Switched APIC routing to physical x2apic. [ 0.277794] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.279375] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.282198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.284750] KVM setup paravirtual spinlock [ 0.286386] x86: Booted up 1 node, 1 CPUs [ 0.287538] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.289483] devtmpfs: initialized [ 0.291494] evm: security.selinux [ 0.292486] evm: security.SMACK64 [ 0.293480] evm: security.SMACK64EXEC [ 0.294538] evm: security.SMACK64TRANSMUTE [ 0.295689] evm: security.SMACK64MMAP [ 0.296744] evm: security.ima [ 0.297659] evm: security.capability [ 0.298780] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.301383] pinctrl core: initialized pinctrl subsystem [ 0.302908] RTC time: 12:17:28, date: 08/27/18 [ 0.304244] NET: Registered protocol family 16 [ 0.305602] cpuidle: using governor ladder [ 0.306768] cpuidle: using governor menu [ 0.307896] PCCT header not found. [ 0.308953] ACPI: bus type PCI registered [ 0.310101] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311853] PCI: Using configuration type 1 for base access [ 0.314078] ACPI: Added _OSI(Module Device) [ 0.315265] ACPI: Added _OSI(Processor Device) [ 0.316490] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.317764] ACPI: Added _OSI(Processor Aggregator Device) [ 0.319966] ACPI: Interpreter enabled [ 0.321039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.323659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.326272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.328889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.331504] ACPI: (supports S0 S5) [ 0.332507] ACPI: Using IOAPIC for interrupt routing [ 0.333840] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.337743] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.339350] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.341088] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.342764] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.345849] acpiphp: Slot [3] registered [ 0.346978] acpiphp: Slot [4] registered [ 0.348110] acpiphp: Slot [5] registered [ 0.349238] acpiphp: Slot [6] registered [ 0.350363] acpiphp: Slot [7] registered [ 0.351495] acpiphp: Slot [8] registered [ 0.352626] acpiphp: Slot [9] registered [ 0.353755] acpiphp: Slot [10] registered [ 0.354900] acpiphp: Slot [11] registered [ 0.356051] acpiphp: Slot [12] registered [ 0.357195] acpiphp: Slot [13] registered [ 0.358341] acpiphp: Slot [14] registered [ 0.359498] acpiphp: Slot [15] registered [ 0.374483] acpiphp: Slot [16] registered [ 0.375649] acpiphp: Slot [17] registered [ 0.376785] acpiphp: Slot [18] registered [ 0.377922] acpiphp: Slot [19] registered [ 0.379065] acpiphp: Slot [20] registered [ 0.380208] acpiphp: Slot [21] registered [ 0.381341] acpiphp: Slot [22] registered [ 0.382485] acpiphp: Slot [23] registered [ 0.383634] acpiphp: Slot [24] registered [ 0.384773] acpiphp: Slot [25] registered [ 0.385913] acpiphp: Slot [26] registered [ 0.387056] acpiphp: Slot [27] registered [ 0.388206] acpiphp: Slot [28] registered [ 0.389350] acpiphp: Slot [29] registered [ 0.390496] acpiphp: Slot [30] registered [ 0.391635] acpiphp: Slot [31] registered [ 0.392778] PCI host bridge to bus 0000:00 [ 0.393915] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.395617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.397324] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.399367] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.401421] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.403496] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.407617] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.409391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.411052] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.412825] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.417119] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.419139] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.439736] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.441789] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.443771] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.445772] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.447821] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.449583] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.451411] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.452911] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.455124] vgaarb: loaded [ 0.455982] vgaarb: bridge control possible 0000:00:02.0 [ 0.457697] SCSI subsystem initialized [ 0.458987] ACPI: bus type USB registered [ 0.460168] usbcore: registered new interface driver usbfs [ 0.461623] usbcore: registered new interface driver hub [ 0.463051] usbcore: registered new device driver usb [ 0.464605] PCI: Using ACPI for IRQ routing [ 0.466175] NetLabel: Initializing [ 0.467197] NetLabel: domain hash size = 128 [ 0.468407] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.469765] NetLabel: unlabeled traffic allowed by default [ 0.471403] clocksource: Switched to clocksource kvm-clock [ 0.481366] AppArmor: AppArmor Filesystem Enabled [ 0.482737] pnp: PnP ACPI init [ 0.484001] pnp: PnP ACPI: found 5 devices [ 0.490972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.493417] NET: Registered protocol family 2 [ 0.494864] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.496717] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.498426] TCP: Hash tables configured (established 4096 bind 4096) [ 0.500141] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.501683] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.503350] NET: Registered protocol family 1 [ 0.504603] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.506161] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.507702] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.522317] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.536967] Trying to unpack rootfs image as initramfs... [ 0.599273] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.604273] Scanning for low memory corruption every 60 seconds [ 0.606522] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.608211] audit: initializing netlink subsys (disabled) [ 0.609717] audit: type=2000 audit(1535372248.462:1): initialized [ 0.611720] Initialise system trusted keyring [ 0.613136] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.614800] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.617594] zbud: loaded [ 0.618628] VFS: Disk quotas dquot_6.6.0 [ 0.619821] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.622070] fuse init (API version 7.23) [ 0.623355] Key type big_key registered [ 0.624528] Allocating IMA MOK and blacklist keyrings. [ 0.626286] Key type asymmetric registered [ 0.627486] Asymmetric key parser 'x509' registered [ 0.628865] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.631031] io scheduler noop registered [ 0.632175] io scheduler deadline registered (default) [ 0.633601] io scheduler cfq registered [ 0.634834] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.636336] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.638168] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.640262] ACPI: Power Button [PWRF] [ 0.641548] GHES: HEST is not enabled! [ 0.655782] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.685242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.688364] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.712193] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.715462] Linux agpgart interface v0.103 [ 0.719049] brd: module loaded [ 0.721359] loop: module loaded [ 0.726952] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.729060] GPT:90111 != 2097151 [ 0.730045] GPT:Alternate GPT header not at the end of the disk. [ 0.731618] GPT:90111 != 2097151 [ 0.732617] GPT: Use GNU Parted to correct GPT errors. [ 0.733998] vda: vda1 vda15 [ 0.735746] scsi host0: ata_piix [ 0.736878] scsi host1: ata_piix [ 0.737933] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.739730] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.742058] libphy: Fixed MDIO Bus: probed [ 0.743266] tun: Universal TUN/TAP device driver, 1.6 [ 0.744661] tun: (C) 1999-2004 Max Krasnyansky [ 0.747537] PPP generic driver version 2.4.2 [ 0.748872] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.750569] ehci-pci: EHCI PCI platform driver [ 0.751832] ehci-platform: EHCI generic platform driver [ 0.753262] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.754896] ohci-pci: OHCI PCI platform driver [ 0.756174] ohci-platform: OHCI generic platform driver [ 0.757636] uhci_hcd: USB Universal Host Controller Interface driver [ 0.772389] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.773821] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.775930] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.777384] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.779036] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.780776] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.782803] usb usb1: Product: UHCI Host Controller [ 0.784128] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.785787] usb usb1: SerialNumber: 0000:00:01.2 [ 0.787180] hub 1-0:1.0: USB hub found [ 0.788293] hub 1-0:1.0: 2 ports detected [ 0.789606] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.792596] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.793967] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.795438] mousedev: PS/2 mouse device common for all mice [ 0.797221] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.799793] rtc_cmos 00:00: RTC can wake from S4 [ 0.801401] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.803079] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.804791] i2c /dev entries driver [ 0.805887] device-mapper: uevent: version 1.0.3 [ 0.807263] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.809590] ledtrig-cpu: registered to indicate activity on CPUs [ 0.811513] NET: Registered protocol family 10 [ 0.813139] NET: Registered protocol family 17 [ 0.814413] Key type dns_resolver registered [ 0.815779] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.817336] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.819794] registered taskstats version 1 [ 0.820969] Loading compiled-in X.509 certificates [ 0.822821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.825397] zswap: loaded using pool lzo/zbud [ 0.827559] Key type trusted registered [ 0.829760] Key type encrypted registered [ 0.830909] AppArmor: AppArmor sha1 policy hashing enabled [ 0.832356] ima: No TPM chip found, activating TPM-bypass! [ 0.833812] evm: HMAC attrs: 0x1 [ 0.835136] Magic number: 14:34:280 [ 0.836226] tty tty17: hash matches [ 0.837345] rtc_cmos 00:00: setting system clock to 2018-08-27 12:17:28 UTC (1535372248) [ 0.839583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.841133] EDD information not available. [ 0.897085] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.899241] Write protecting the kernel read-only data: 14336k [ 0.902197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.904676] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 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.80 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.066109] 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.17... Lease of 192.168.120.17 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.95. 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 12:17:31,885 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.28. Waiting for response... 2018-08-27 12:17:32,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:17:32,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:33,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17: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-d873375a-2006-47f4-a1c6-04fcfa925599 x-compute-request-id: req-d873375a-2006-47f4-a1c6-04fcfa925599 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:3d:03", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:17:27.000000", "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "56a2a17f-d9c0-42db-8603-ecc05ad485bd", "security_groups": [{"name": "default"}], "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:17:27Z", "hostId": "aa639737d009470d94757c313a65947dbcf7006d8cc24aedd11a706e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:19Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:89:e7", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:17:11.000000", "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "0ebdf234-a238-4a2e-b83b-c32e152baa2f", "security_groups": [{"name": "default"}], "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:17:11Z", "hostId": "8e2853b7fd45820a0b4527e532e0f068e26714a2f2421890f3a68250", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:03Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:17:33,761 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d873375a-2006-47f4-a1c6-04fcfa925599 2018-08-27 12:17:33,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.87425494194s 2018-08-27 12:17:33,762 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d873375a-2006-47f4-a1c6-04fcfa925599 2018-08-27 12:17:33,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 12:17:33,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd/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}1d069221920fb77d23d321361ec69961bfd851bb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 12:17:33,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17: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-233c8dbd-84c0-4d9b-9ef3-3ea7eaa356e7 x-compute-request-id: req-233c8dbd-84c0-4d9b-9ef3-3ea7eaa356e7 Content-Encoding: gzip Content-Length: 9566 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 482001991 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.188387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.190750] pid_max: default: 32768 minimum: 301\n[ 0.192027] ACPI: Core revision 20150930\n[ 0.193737] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.195610] Security Framework initialized\n[ 0.196767] Yama: becoming mindful.\n[ 0.197809] AppArmor: AppArmor initialized\n[ 0.199019] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.200853] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.202642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.204308] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206254] Initializing cgroup subsys io\n[ 0.207417] Initializing cgroup subsys memory\n[ 0.208642] Initializing cgroup subsys devices\n[ 0.209875] Initializing cgroup subsys freezer\n[ 0.211125] Initializing cgroup subsys net_cls\n[ 0.212358] Initializing cgroup subsys perf_event\n[ 0.213650] Initializing cgroup subsys net_prio\n[ 0.214911] Initializing cgroup subsys hugetlb\n[ 0.216150] Initializing cgroup subsys pids\n[ 0.217382] CPU: Physical Processor ID: 0\n[ 0.219259] mce: CPU supports 10 MCE banks\n[ 0.220454] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.221870] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238674] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245370] ftrace: allocating 31920 entries in 125 pages\n[ 0.270929] smpboot: Max logical packages: 1\n[ 0.272155] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.274103] x2apic enabled\n[ 0.275286] Switched APIC routing to physical x2apic.\n[ 0.277794] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279375] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.282198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284750] KVM setup paravirtual spinlock\n[ 0.286386] x86: Booted up 1 node, 1 CPUs\n[ 0.287538] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.289483] devtmpfs: initialized\n[ 0.291494] evm: security.selinux\n[ 0.292486] evm: security.SMACK64\n[ 0.293480] evm: security.SMACK64EXEC\n[ 0.294538] evm: security.SMACK64TRANSMUTE\n[ 0.295689] evm: security.SMACK64MMAP\n[ 0.296744] evm: security.ima\n[ 0.297659] evm: security.capability\n[ 0.298780] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.301383] pinctrl core: initialized pinctrl subsystem\n[ 0.302908] RTC time: 12:17:28, date: 08/27/18\n[ 0.304244] NET: Registered protocol family 16\n[ 0.305602] cpuidle: using governor ladder\n[ 0.306768] cpuidle: using governor menu\n[ 0.307896] PCCT header not found.\n[ 0.308953] ACPI: bus type PCI registered\n[ 0.310101] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311853] PCI: Using configuration type 1 for base access\n[ 0.314078] ACPI: Added _OSI(Module Device)\n[ 0.315265] ACPI: Added _OSI(Processor Device)\n[ 0.316490] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.317764] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.319966] ACPI: Interpreter enabled\n[ 0.321039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.323659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.326272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.328889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.331504] ACPI: (supports S0 S5)\n[ 0.332507] ACPI: Using IOAPIC for interrupt routing\n[ 0.333840] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.337743] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.339350] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.341088] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.342764] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.345849] acpiphp: Slot [3] registered\n[ 0.346978] acpiphp: Slot [4] registered\n[ 0.348110] acpiphp: Slot [5] registered\n[ 0.349238] acpiphp: Slot [6] registered\n[ 0.350363] acpiphp: Slot [7] registered\n[ 0.351495] acpiphp: Slot [8] registered\n[ 0.352626] acpiphp: Slot [9] registered\n[ 0.353755] acpiphp: Slot [10] registered\n[ 0.354900] acpiphp: Slot [11] registered\n[ 0.356051] acpiphp: Slot [12] registered\n[ 0.357195] acpiphp: Slot [13] registered\n[ 0.358341] acpiphp: Slot [14] registered\n[ 0.359498] acpiphp: Slot [15] registered\n[ 0.374483] acpiphp: Slot [16] registered\n[ 0.375649] acpiphp: Slot [17] registered\n[ 0.376785] acpiphp: Slot [18] registered\n[ 0.377922] acpiphp: Slot [19] registered\n[ 0.379065] acpiphp: Slot [20] registered\n[ 0.380208] acpiphp: Slot [21] registered\n[ 0.381341] acpiphp: Slot [22] registered\n[ 0.382485] acpiphp: Slot [23] registered\n[ 0.383634] acpiphp: Slot [24] registered\n[ 0.384773] acpiphp: Slot [25] registered\n[ 0.385913] acpiphp: Slot [26] registered\n[ 0.387056] acpiphp: Slot [27] registered\n[ 0.388206] acpiphp: Slot [28] registered\n[ 0.389350] acpiphp: Slot [29] registered\n[ 0.390496] acpiphp: Slot [30] registered\n[ 0.391635] acpiphp: Slot [31] registered\n[ 0.392778] PCI host bridge to bus 0000:00\n[ 0.393915] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.395617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.397324] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.399367] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.401421] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.403496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.407617] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.409391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.411052] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.412825] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.417119] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.419139] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439736] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441789] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443771] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445772] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447821] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449583] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.451411] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452911] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.455124] vgaarb: loaded\n[ 0.455982] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457697] SCSI subsystem initialized\n[ 0.458987] ACPI: bus type USB registered\n[ 0.460168] usbcore: registered new interface driver usbfs\n[ 0.461623] usbcore: registered new interface driver hub\n[ 0.463051] usbcore: registered new device driver usb\n[ 0.464605] PCI: Using ACPI for IRQ routing\n[ 0.466175] NetLabel: Initializing\n[ 0.467197] NetLabel: domain hash size = 128\n[ 0.468407] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.469765] NetLabel: unlabeled traffic allowed by default\n[ 0.471403] clocksource: Switched to clocksource kvm-clock\n[ 0.481366] AppArmor: AppArmor Filesystem Enabled\n[ 0.482737] pnp: PnP ACPI init\n[ 0.484001] pnp: PnP ACPI: found 5 devices\n[ 0.490972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.493417] NET: Registered protocol family 2\n[ 0.494864] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.496717] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.498426] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.500141] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.501683] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503350] NET: Registered protocol family 1\n[ 0.504603] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.506161] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.507702] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.522317] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.536967] Trying to unpack rootfs image as initramfs...\n[ 0.599273] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.604273] Scanning for low memory corruption every 60 seconds\n[ 0.606522] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.608211] audit: initializing netlink subsys (disabled)\n[ 0.609717] audit: type=2000 audit(1535372248.462:1): initialized\n[ 0.611720] Initialise system trusted keyring\n[ 0.613136] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.614800] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.617594] zbud: loaded\n[ 0.618628] VFS: Disk quotas dquot_6.6.0\n[ 0.619821] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.622070] fuse init (API version 7.23)\n[ 0.623355] Key type big_key registered\n[ 0.624528] Allocating IMA MOK and blacklist keyrings.\n[ 0.626286] Key type asymmetric registered\n[ 0.627486] Asymmetric key parser 'x509' registered\n[ 0.628865] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.631031] io scheduler noop registered\n[ 0.632175] io scheduler deadline registered (default)\n[ 0.633601] io scheduler cfq registered\n[ 0.634834] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.636336] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.638168] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.640262] ACPI: Power Button [PWRF]\n[ 0.641548] GHES: HEST is not enabled!\n[ 0.655782] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.685242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.688364] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.712193] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.715462] Linux agpgart interface v0.103\n[ 0.719049] brd: module loaded\n[ 0.721359] loop: module loaded\n[ 0.726952] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729060] GPT:90111 != 2097151\n[ 0.730045] GPT:Alternate GPT header not at the end of the disk.\n[ 0.731618] GPT:90111 != 2097151\n[ 0.732617] GPT: Use GNU Parted to correct GPT errors.\n[ 0.733998] vda: vda1 vda15\n[ 0.735746] scsi host0: ata_piix\n[ 0.736878] scsi host1: ata_piix\n[ 0.737933] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.739730] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742058] libphy: Fixed MDIO Bus: probed\n[ 0.743266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744661] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747537] PPP generic driver version 2.4.2\n[ 0.748872] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750569] ehci-pci: EHCI PCI platform driver\n[ 0.751832] ehci-platform: EHCI generic platform driver\n[ 0.753262] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754896] ohci-pci: OHCI PCI platform driver\n[ 0.756174] ohci-platform: OHCI generic platform driver\n[ 0.757636] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.772389] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.773821] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.775930] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.777384] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.779036] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.780776] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.782803] usb usb1: Product: UHCI Host Controller\n[ 0.784128] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.785787] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.787180] hub 1-0:1.0: USB hub found\n[ 0.788293] hub 1-0:1.0: 2 ports detected\n[ 0.789606] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.792596] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.793967] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.795438] mousedev: PS/2 mouse device common for all mice\n[ 0.797221] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.799793] rtc_cmos 00:00: RTC can wake from S4\n[ 0.801401] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.803079] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.804791] i2c /dev entries driver\n[ 0.805887] device-mapper: uevent: version 1.0.3\n[ 0.807263] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.809590] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.811513] NET: Registered protocol family 10\n[ 0.813139] NET: Registered protocol family 17\n[ 0.814413] Key type dns_resolver registered\n[ 0.815779] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.817336] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.819794] registered taskstats version 1\n[ 0.820969] Loading compiled-in X.509 certificates\n[ 0.822821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.825397] zswap: loaded using pool lzo/zbud\n[ 0.827559] Key type trusted registered\n[ 0.829760] Key type encrypted registered\n[ 0.830909] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.832356] ima: No TPM chip found, activating TPM-bypass!\n[ 0.833812] evm: HMAC attrs: 0x1\n[ 0.835136] Magic number: 14:34:280\n[ 0.836226] tty tty17: hash matches\n[ 0.837345] rtc_cmos 00:00: setting system clock to 2018-08-27 12:17:28 UTC (1535372248)\n[ 0.839583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.841133] EDD information not available.\n[ 0.897085] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.899241] Write protecting the kernel read-only data: 14336k\n[ 0.902197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.904676] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\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.80\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.066109] 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.17...\nLease of 192.168.120.17 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.95. 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/dev/root resized successfully [took 0.10s]\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrxm8/ix6MUA74mALG0w5HXmujtjFR/xZPG2x1QmDj8ntQe355q9t6N3SdNhm5jk0NDU3zXGewwO5/IUg2fGsRGUTHrVe4LSHNkp6Ue7t0COg3bFXKC5PGFvWx68yTTukoVyYqNCbSTUrLuhse5pP3IY3blGVFzO/4RRgycpHKRSgIpreqx9ElzYteKmn5gK/QEh8WBqvCMRxMAEOnLQOzA87CjbuMhP4v4y/obcl/7ys1KMnS8hpyfdp3117qbDB26mJJ0jPQu0GMFjfmW/pBNGAryNjW0pksKyoJ4Zug8p4okueMYPyBhyxDt3Yv/UjEw3upyutJOsmgFPWkTu0P root@vping-userdata-vm2-88529ac8-1faa-4ce9-9f1c-3e05499c9501\nssh-dss AAAAB3NzaC1kc3MAAACBAMqGhUS17QESksPIPk7FjHFsUNaMqDTsWUwb0iAQxpbclL80HivKmhdxuFAAFwrIDrismvVjORJXwn3TX5ryODAcW94qiJy5MDKZfyvPbG3v/T854OAxPo2FCPV2Y9Rv6llbGN2XLJrJxZPANN9cd/TRh7EQmDGLvYPfo33Lfzt9AAAAFQCaDQo+cn/+oSJ4Q3gu5pQf7khP1QAAAIEAn/iP0IE9nUK+C0br5Tm70v3y5tbb9QiksF5XYLliW/dhKNUr+5RI9bTL3kQI5rPzotKSZ9xoGDkm9iPKgXpOzRs8K4X5xCH8XaUZZsqlzh3sVEgR5kNAmYDPb2Ip16BXFwbpK1HLA6mZqxiC6hAvnXZQbbI17KuVWgCecH14MwUAAACAMihl8aUDBoDrkhIJl699vg4cbO+/IKIE4fLiAwxTaVlILk01qnt+vzx9Dl2Gd097jgdm0TcsMrbB3Je51u7fYhMJ2Lvy0GD9jxPoSvk/6DGtc7vgSaUpE9KNb4dkRNHoOO/40Q7hNDM8J81j6JwDdOif5zKH2EMsCFepMTC7n1c= root@vping-userdata-vm2-88529ac8-1faa-4ce9-9f1c-3e05499c9501\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.17,24,fe80::f816:3eff:fef0:3d03/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.17 \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-88529ac8-1faa-4ce9-9f1c-3e05499c9501\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.07 ===\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-88529ac8-1faa-4ce9-9f1c-3e05499c9501 login: "} 2018-08-27 12:17:33,836 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd/action used request id req-233c8dbd-84c0-4d9b-9ef3-3ea7eaa356e7 2018-08-27 12:17:33,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0716860294342s 2018-08-27 12:17:33,837 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd/action used request id req-233c8dbd-84c0-4d9b-9ef3-3ea7eaa356e7 2018-08-27 12:17:33,837 - 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 482001991 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.188387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.190750] pid_max: default: 32768 minimum: 301 [ 0.192027] ACPI: Core revision 20150930 [ 0.193737] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.195610] Security Framework initialized [ 0.196767] Yama: becoming mindful. [ 0.197809] AppArmor: AppArmor initialized [ 0.199019] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.200853] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.202642] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.204308] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206254] Initializing cgroup subsys io [ 0.207417] Initializing cgroup subsys memory [ 0.208642] Initializing cgroup subsys devices [ 0.209875] Initializing cgroup subsys freezer [ 0.211125] Initializing cgroup subsys net_cls [ 0.212358] Initializing cgroup subsys perf_event [ 0.213650] Initializing cgroup subsys net_prio [ 0.214911] Initializing cgroup subsys hugetlb [ 0.216150] Initializing cgroup subsys pids [ 0.217382] CPU: Physical Processor ID: 0 [ 0.219259] mce: CPU supports 10 MCE banks [ 0.220454] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.221870] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.238674] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.245370] ftrace: allocating 31920 entries in 125 pages [ 0.270929] smpboot: Max logical packages: 1 [ 0.272155] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.274103] x2apic enabled [ 0.275286] Switched APIC routing to physical x2apic. [ 0.277794] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.279375] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.282198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.284750] KVM setup paravirtual spinlock [ 0.286386] x86: Booted up 1 node, 1 CPUs [ 0.287538] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.289483] devtmpfs: initialized [ 0.291494] evm: security.selinux [ 0.292486] evm: security.SMACK64 [ 0.293480] evm: security.SMACK64EXEC [ 0.294538] evm: security.SMACK64TRANSMUTE [ 0.295689] evm: security.SMACK64MMAP [ 0.296744] evm: security.ima [ 0.297659] evm: security.capability [ 0.298780] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.301383] pinctrl core: initialized pinctrl subsystem [ 0.302908] RTC time: 12:17:28, date: 08/27/18 [ 0.304244] NET: Registered protocol family 16 [ 0.305602] cpuidle: using governor ladder [ 0.306768] cpuidle: using governor menu [ 0.307896] PCCT header not found. [ 0.308953] ACPI: bus type PCI registered [ 0.310101] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311853] PCI: Using configuration type 1 for base access [ 0.314078] ACPI: Added _OSI(Module Device) [ 0.315265] ACPI: Added _OSI(Processor Device) [ 0.316490] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.317764] ACPI: Added _OSI(Processor Aggregator Device) [ 0.319966] ACPI: Interpreter enabled [ 0.321039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.323659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.326272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.328889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.331504] ACPI: (supports S0 S5) [ 0.332507] ACPI: Using IOAPIC for interrupt routing [ 0.333840] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.337743] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.339350] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.341088] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.342764] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.345849] acpiphp: Slot [3] registered [ 0.346978] acpiphp: Slot [4] registered [ 0.348110] acpiphp: Slot [5] registered [ 0.349238] acpiphp: Slot [6] registered [ 0.350363] acpiphp: Slot [7] registered [ 0.351495] acpiphp: Slot [8] registered [ 0.352626] acpiphp: Slot [9] registered [ 0.353755] acpiphp: Slot [10] registered [ 0.354900] acpiphp: Slot [11] registered [ 0.356051] acpiphp: Slot [12] registered [ 0.357195] acpiphp: Slot [13] registered [ 0.358341] acpiphp: Slot [14] registered [ 0.359498] acpiphp: Slot [15] registered [ 0.374483] acpiphp: Slot [16] registered [ 0.375649] acpiphp: Slot [17] registered [ 0.376785] acpiphp: Slot [18] registered [ 0.377922] acpiphp: Slot [19] registered [ 0.379065] acpiphp: Slot [20] registered [ 0.380208] acpiphp: Slot [21] registered [ 0.381341] acpiphp: Slot [22] registered [ 0.382485] acpiphp: Slot [23] registered [ 0.383634] acpiphp: Slot [24] registered [ 0.384773] acpiphp: Slot [25] registered [ 0.385913] acpiphp: Slot [26] registered [ 0.387056] acpiphp: Slot [27] registered [ 0.388206] acpiphp: Slot [28] registered [ 0.389350] acpiphp: Slot [29] registered [ 0.390496] acpiphp: Slot [30] registered [ 0.391635] acpiphp: Slot [31] registered [ 0.392778] PCI host bridge to bus 0000:00 [ 0.393915] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.395617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.397324] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.399367] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.401421] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.403496] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.407617] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.409391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.411052] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.412825] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.417119] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.419139] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.439736] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.441789] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.443771] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.445772] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.447821] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.449583] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.451411] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.452911] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.455124] vgaarb: loaded [ 0.455982] vgaarb: bridge control possible 0000:00:02.0 [ 0.457697] SCSI subsystem initialized [ 0.458987] ACPI: bus type USB registered [ 0.460168] usbcore: registered new interface driver usbfs [ 0.461623] usbcore: registered new interface driver hub [ 0.463051] usbcore: registered new device driver usb [ 0.464605] PCI: Using ACPI for IRQ routing [ 0.466175] NetLabel: Initializing [ 0.467197] NetLabel: domain hash size = 128 [ 0.468407] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.469765] NetLabel: unlabeled traffic allowed by default [ 0.471403] clocksource: Switched to clocksource kvm-clock [ 0.481366] AppArmor: AppArmor Filesystem Enabled [ 0.482737] pnp: PnP ACPI init [ 0.484001] pnp: PnP ACPI: found 5 devices [ 0.490972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.493417] NET: Registered protocol family 2 [ 0.494864] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.496717] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.498426] TCP: Hash tables configured (established 4096 bind 4096) [ 0.500141] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.501683] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.503350] NET: Registered protocol family 1 [ 0.504603] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.506161] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.507702] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.522317] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.536967] Trying to unpack rootfs image as initramfs... [ 0.599273] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.604273] Scanning for low memory corruption every 60 seconds [ 0.606522] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.608211] audit: initializing netlink subsys (disabled) [ 0.609717] audit: type=2000 audit(1535372248.462:1): initialized [ 0.611720] Initialise system trusted keyring [ 0.613136] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.614800] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.617594] zbud: loaded [ 0.618628] VFS: Disk quotas dquot_6.6.0 [ 0.619821] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.622070] fuse init (API version 7.23) [ 0.623355] Key type big_key registered [ 0.624528] Allocating IMA MOK and blacklist keyrings. [ 0.626286] Key type asymmetric registered [ 0.627486] Asymmetric key parser 'x509' registered [ 0.628865] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.631031] io scheduler noop registered [ 0.632175] io scheduler deadline registered (default) [ 0.633601] io scheduler cfq registered [ 0.634834] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.636336] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.638168] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.640262] ACPI: Power Button [PWRF] [ 0.641548] GHES: HEST is not enabled! [ 0.655782] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.685242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.688364] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.712193] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.715462] Linux agpgart interface v0.103 [ 0.719049] brd: module loaded [ 0.721359] loop: module loaded [ 0.726952] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.729060] GPT:90111 != 2097151 [ 0.730045] GPT:Alternate GPT header not at the end of the disk. [ 0.731618] GPT:90111 != 2097151 [ 0.732617] GPT: Use GNU Parted to correct GPT errors. [ 0.733998] vda: vda1 vda15 [ 0.735746] scsi host0: ata_piix [ 0.736878] scsi host1: ata_piix [ 0.737933] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.739730] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.742058] libphy: Fixed MDIO Bus: probed [ 0.743266] tun: Universal TUN/TAP device driver, 1.6 [ 0.744661] tun: (C) 1999-2004 Max Krasnyansky [ 0.747537] PPP generic driver version 2.4.2 [ 0.748872] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.750569] ehci-pci: EHCI PCI platform driver [ 0.751832] ehci-platform: EHCI generic platform driver [ 0.753262] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.754896] ohci-pci: OHCI PCI platform driver [ 0.756174] ohci-platform: OHCI generic platform driver [ 0.757636] uhci_hcd: USB Universal Host Controller Interface driver [ 0.772389] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.773821] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.775930] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.777384] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.779036] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.780776] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.782803] usb usb1: Product: UHCI Host Controller [ 0.784128] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.785787] usb usb1: SerialNumber: 0000:00:01.2 [ 0.787180] hub 1-0:1.0: USB hub found [ 0.788293] hub 1-0:1.0: 2 ports detected [ 0.789606] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.792596] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.793967] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.795438] mousedev: PS/2 mouse device common for all mice [ 0.797221] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.799793] rtc_cmos 00:00: RTC can wake from S4 [ 0.801401] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.803079] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.804791] i2c /dev entries driver [ 0.805887] device-mapper: uevent: version 1.0.3 [ 0.807263] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.809590] ledtrig-cpu: registered to indicate activity on CPUs [ 0.811513] NET: Registered protocol family 10 [ 0.813139] NET: Registered protocol family 17 [ 0.814413] Key type dns_resolver registered [ 0.815779] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.817336] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.819794] registered taskstats version 1 [ 0.820969] Loading compiled-in X.509 certificates [ 0.822821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.825397] zswap: loaded using pool lzo/zbud [ 0.827559] Key type trusted registered [ 0.829760] Key type encrypted registered [ 0.830909] AppArmor: AppArmor sha1 policy hashing enabled [ 0.832356] ima: No TPM chip found, activating TPM-bypass! [ 0.833812] evm: HMAC attrs: 0x1 [ 0.835136] Magic number: 14:34:280 [ 0.836226] tty tty17: hash matches [ 0.837345] rtc_cmos 00:00: setting system clock to 2018-08-27 12:17:28 UTC (1535372248) [ 0.839583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.841133] EDD information not available. [ 0.897085] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.899241] Write protecting the kernel read-only data: 14336k [ 0.902197] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.904676] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 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.80 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.066109] 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.17... Lease of 192.168.120.17 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.95. 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 /dev/root resized successfully [took 0.10s] === 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrxm8/ix6MUA74mALG0w5HXmujtjFR/xZPG2x1QmDj8ntQe355q9t6N3SdNhm5jk0NDU3zXGewwO5/IUg2fGsRGUTHrVe4LSHNkp6Ue7t0COg3bFXKC5PGFvWx68yTTukoVyYqNCbSTUrLuhse5pP3IY3blGVFzO/4RRgycpHKRSgIpreqx9ElzYteKmn5gK/QEh8WBqvCMRxMAEOnLQOzA87CjbuMhP4v4y/obcl/7ys1KMnS8hpyfdp3117qbDB26mJJ0jPQu0GMFjfmW/pBNGAryNjW0pksKyoJ4Zug8p4okueMYPyBhyxDt3Yv/UjEw3upyutJOsmgFPWkTu0P root@vping-userdata-vm2-88529ac8-1faa-4ce9-9f1c-3e05499c9501 ssh-dss AAAAB3NzaC1kc3MAAACBAMqGhUS17QESksPIPk7FjHFsUNaMqDTsWUwb0iAQxpbclL80HivKmhdxuFAAFwrIDrismvVjORJXwn3TX5ryODAcW94qiJy5MDKZfyvPbG3v/T854OAxPo2FCPV2Y9Rv6llbGN2XLJrJxZPANN9cd/TRh7EQmDGLvYPfo33Lfzt9AAAAFQCaDQo+cn/+oSJ4Q3gu5pQf7khP1QAAAIEAn/iP0IE9nUK+C0br5Tm70v3y5tbb9QiksF5XYLliW/dhKNUr+5RI9bTL3kQI5rPzotKSZ9xoGDkm9iPKgXpOzRs8K4X5xCH8XaUZZsqlzh3sVEgR5kNAmYDPb2Ip16BXFwbpK1HLA6mZqxiC6hAvnXZQbbI17KuVWgCecH14MwUAAACAMihl8aUDBoDrkhIJl699vg4cbO+/IKIE4fLiAwxTaVlILk01qnt+vzx9Dl2Gd097jgdm0TcsMrbB3Je51u7fYhMJ2Lvy0GD9jxPoSvk/6DGtc7vgSaUpE9KNb4dkRNHoOO/40Q7hNDM8J81j6JwDdOif5zKH2EMsCFepMTC7n1c= root@vping-userdata-vm2-88529ac8-1faa-4ce9-9f1c-3e05499c9501 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.17,24,fe80::f816:3eff:fef0:3d03/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.17 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-88529ac8-1faa-4ce9-9f1c-3e05499c9501 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.07 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-88529ac8-1faa-4ce9-9f1c-3e05499c9501 login: 2018-08-27 12:17:33,838 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-27 12:17:33,962 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 12:17:33,963 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:50 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-27 12:17:33,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 12:17:33,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:34,290 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:17: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-77479040-e452-45fb-bd60-3e3edf1143cd x-compute-request-id: req-77479040-e452-45fb-bd60-3e3edf1143cd Content-Type: application/json 2018-08-27 12:17:34,292 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f used request id req-77479040-e452-45fb-bd60-3e3edf1143cd 2018-08-27 12:17:34,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.32387304306s 2018-08-27 12:17:34,294 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f used request id req-77479040-e452-45fb-bd60-3e3edf1143cd 2018-08-27 12:17:34,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:17:34,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:34,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12: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-a3dbe372-515f-4f14-acd6-7f8fb695756a x-compute-request-id: req-a3dbe372-515f-4f14-acd6-7f8fb695756a Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:3d:03", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:17:27.000000", "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "56a2a17f-d9c0-42db-8603-ecc05ad485bd", "security_groups": [{"name": "default"}], "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:17:27Z", "hostId": "aa639737d009470d94757c313a65947dbcf7006d8cc24aedd11a706e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:19Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:89:e7", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ebdf234-a238-4a2e-b83b-c32e152baa2f", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:17:11.000000", "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "0ebdf234-a238-4a2e-b83b-c32e152baa2f", "security_groups": [{"name": "default"}], "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:17:34Z", "hostId": "8e2853b7fd45820a0b4527e532e0f068e26714a2f2421890f3a68250", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:03Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:17:34,947 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a3dbe372-515f-4f14-acd6-7f8fb695756a 2018-08-27 12:17:34,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.650780916214s 2018-08-27 12:17:34,948 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a3dbe372-515f-4f14-acd6-7f8fb695756a 2018-08-27 12:17:34,950 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:17:36,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:17:36,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:37,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17: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-e235319c-e237-4b05-a9a4-b6489c655793 x-compute-request-id: req-e235319c-e237-4b05-a9a4-b6489c655793 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:3d:03", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:17:27.000000", "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "56a2a17f-d9c0-42db-8603-ecc05ad485bd", "security_groups": [{"name": "default"}], "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:17:27Z", "hostId": "aa639737d009470d94757c313a65947dbcf7006d8cc24aedd11a706e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:19Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:17:37,660 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e235319c-e237-4b05-a9a4-b6489c655793 2018-08-27 12:17:37,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.708225011826s 2018-08-27 12:17:37,661 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e235319c-e237-4b05-a9a4-b6489c655793 2018-08-27 12:17:37,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 12:17:37,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:37,842 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:17: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-2498ac9c-5ee4-4255-a7c4-b32c8c4aafc6 x-compute-request-id: req-2498ac9c-5ee4-4255-a7c4-b32c8c4aafc6 Content-Type: application/json 2018-08-27 12:17:37,843 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd used request id req-2498ac9c-5ee4-4255-a7c4-b32c8c4aafc6 2018-08-27 12:17:37,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.17976808548s 2018-08-27 12:17:37,843 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd used request id req-2498ac9c-5ee4-4255-a7c4-b32c8c4aafc6 2018-08-27 12:17:37,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:17:37,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:38,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17: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-e3f6765f-55f5-4649-ae1d-176a1b100a0c x-compute-request-id: req-e3f6765f-55f5-4649-ae1d-176a1b100a0c Content-Encoding: gzip Content-Length: 726 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:3d:03", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56a2a17f-d9c0-42db-8603-ecc05ad485bd", "rel": "bookmark"}], "image": {"id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "links": [{"href": "http://172.30.9.28:8774/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:17:27.000000", "flavor": {"id": "f0036a58-65c3-4084-ae46-8fadf8510ceb", "links": [{"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "bookmark"}]}, "id": "56a2a17f-d9c0-42db-8603-ecc05ad485bd", "user_id": "e6d7ed5f0f54480295a86cf10fd89b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:17:37Z", "hostId": "aa639737d009470d94757c313a65947dbcf7006d8cc24aedd11a706e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "created": "2018-08-27T12:17:19Z", "tenant_id": "608fc0a14719438a8b28a6b168159128", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:17:38,852 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e3f6765f-55f5-4649-ae1d-176a1b100a0c 2018-08-27 12:17:38,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00898218155s 2018-08-27 12:17:38,853 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e3f6765f-55f5-4649-ae1d-176a1b100a0c 2018-08-27 12:17:38,855 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:17:40,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:17:40,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:40,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17: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-1dff909c-e0c6-4d15-8689-d478b1fd9176 x-compute-request-id: req-1dff909c-e0c6-4d15-8689-d478b1fd9176 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 12:17:40,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1dff909c-e0c6-4d15-8689-d478b1fd9176 2018-08-27 12:17:40,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0735068321228s 2018-08-27 12:17:40,932 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1dff909c-e0c6-4d15-8689-d478b1fd9176 2018-08-27 12:17:40,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 12:17:40,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/f792415a-6148-45d3-9596-1e622b0b3cc2/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}1d069221920fb77d23d321361ec69961bfd851bb" -d '{"subnet_id": "67df0e4b-6745-4eb5-8d02-587d0caab5a3"}' 2018-08-27 12:17:43,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-91ed4523-caf0-43c1-8fe1-23931bb2e5ce Date: Mon, 27 Aug 2018 12:17:43 GMT RESP BODY: {"network_id": "01277c49-0f9f-4b9c-9815-218346dfebb8", "tenant_id": "608fc0a14719438a8b28a6b168159128", "subnet_id": "67df0e4b-6745-4eb5-8d02-587d0caab5a3", "subnet_ids": ["67df0e4b-6745-4eb5-8d02-587d0caab5a3"], "port_id": "8c1dddab-dd07-47b9-8feb-b52c34824066", "id": "f792415a-6148-45d3-9596-1e622b0b3cc2"} 2018-08-27 12:17:43,150 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f792415a-6148-45d3-9596-1e622b0b3cc2/remove_router_interface.json used request id req-91ed4523-caf0-43c1-8fe1-23931bb2e5ce 2018-08-27 12:17:43,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.21734404564s 2018-08-27 12:17:43,151 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f792415a-6148-45d3-9596-1e622b0b3cc2/remove_router_interface.json used request id req-91ed4523-caf0-43c1-8fe1-23931bb2e5ce returning object f792415a-6148-45d3-9596-1e622b0b3cc2 2018-08-27 12:17:43,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 12:17:43,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:43,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-6653bcfe-00eb-4778-9e3a-a0fa05d81390 Date: Mon, 27 Aug 2018 12:17:43 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "608fc0a14719438a8b28a6b168159128", "created_at": "2018-08-27T12:16:47Z", "admin_state_up": true, "updated_at": "2018-08-27T12:17:41Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "608fc0a14719438a8b28a6b168159128", "id": "f792415a-6148-45d3-9596-1e622b0b3cc2", "name": "vping_userdata-router_88529ac8-1faa-4ce9-9f1c-3e05499c9501"}]} 2018-08-27 12:17:43,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-6653bcfe-00eb-4778-9e3a-a0fa05d81390 2018-08-27 12:17:43,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.129426956177s 2018-08-27 12:17:43,281 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-6653bcfe-00eb-4778-9e3a-a0fa05d81390 2018-08-27 12:17:43,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 12:17:43,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/f792415a-6148-45d3-9596-1e622b0b3cc2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:47,084 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-037007cb-e4f4-4cd7-a0fd-ace01dd51b54 Content-Length: 0 Date: Mon, 27 Aug 2018 12:17:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:17:47,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/f792415a-6148-45d3-9596-1e622b0b3cc2.json used request id req-037007cb-e4f4-4cd7-a0fd-ace01dd51b54 2018-08-27 12:17:47,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.80176901817s 2018-08-27 12:17:47,085 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/f792415a-6148-45d3-9596-1e622b0b3cc2.json used request id req-037007cb-e4f4-4cd7-a0fd-ace01dd51b54 2018-08-27 12:17:47,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 12:17:47,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:47,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-687558d0-172c-44d7-8c65-3b01319b96c5 Date: Mon, 27 Aug 2018 12:17:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"01277c49-0f9f-4b9c-9815-218346dfebb8","tenant_id":"608fc0a14719438a8b28a6b168159128","created_at":"2018-08-27T12:16:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T12:16:46Z","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":"608fc0a14719438a8b28a6b168159128","id":"67df0e4b-6745-4eb5-8d02-587d0caab5a3","subnetpool_id":null,"name":"vping_userdata-subnet_88529ac8-1faa-4ce9-9f1c-3e05499c9501"}]} 2018-08-27 12:17:47,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-687558d0-172c-44d7-8c65-3b01319b96c5 2018-08-27 12:17:47,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0465199947357s 2018-08-27 12:17:47,133 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-687558d0-172c-44d7-8c65-3b01319b96c5 2018-08-27 12:17:47,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 12:17:47,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/67df0e4b-6745-4eb5-8d02-587d0caab5a3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:49,568 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-58cfb3cc-5f24-4601-8aa0-f59d1520ac7f Date: Mon, 27 Aug 2018 12:17:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:17:49,569 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/67df0e4b-6745-4eb5-8d02-587d0caab5a3.json used request id req-58cfb3cc-5f24-4601-8aa0-f59d1520ac7f 2018-08-27 12:17:49,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.4347820282s 2018-08-27 12:17:49,569 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/67df0e4b-6745-4eb5-8d02-587d0caab5a3.json used request id req-58cfb3cc-5f24-4601-8aa0-f59d1520ac7f 2018-08-27 12:17:49,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:17:49,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:49,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-800742ad-450c-4b06-b44e-6651a604ef3b Date: Mon, 27 Aug 2018 12:17:49 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"01277c49-0f9f-4b9c-9815-218346dfebb8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"608fc0a14719438a8b28a6b168159128","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:17:49Z","qos_policy_id":null,"name":"vping_userdata-net_88529ac8-1faa-4ce9-9f1c-3e05499c9501","admin_state_up":true,"tenant_id":"608fc0a14719438a8b28a6b168159128","created_at":"2018-08-27T12:16:45Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 12:17:49,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-800742ad-450c-4b06-b44e-6651a604ef3b 2018-08-27 12:17:49,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107789993286s 2018-08-27 12:17:49,678 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-800742ad-450c-4b06-b44e-6651a604ef3b 2018-08-27 12:17:49,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 12:17:49,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/01277c49-0f9f-4b9c-9815-218346dfebb8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:51,295 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-610022f6-6cca-4a25-830e-e5f9e61bd2ca Date: Mon, 27 Aug 2018 12:17:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:17:51,295 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/01277c49-0f9f-4b9c-9815-218346dfebb8.json used request id req-610022f6-6cca-4a25-830e-e5f9e61bd2ca 2018-08-27 12:17:51,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.6157169342s 2018-08-27 12:17:51,295 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/01277c49-0f9f-4b9c-9815-218346dfebb8.json used request id req-610022f6-6cca-4a25-830e-e5f9e61bd2ca 2018-08-27 12:17:51,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:17:51,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:52,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-f679b87e-3cd0-4578-b0c1-eeea135a2b2e Date: Mon, 27 Aug 2018 12:17:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:16:58Z", "file": "/v2/images/55575ea4-aabb-4788-bf4d-005dcd350a19/file", "owner": "608fc0a14719438a8b28a6b168159128", "id": "55575ea4-aabb-4788-bf4d-005dcd350a19", "size": 12716032, "self": "/v2/images/55575ea4-aabb-4788-bf4d-005dcd350a19", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/55575ea4-aabb-4788-bf4d-005dcd350a19/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/55575ea4-aabb-4788-bf4d-005dcd350a19/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:16:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:17:52,063 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f679b87e-3cd0-4578-b0c1-eeea135a2b2e 2018-08-27 12:17:52,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.763291120529s 2018-08-27 12:17:52,064 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f679b87e-3cd0-4578-b0c1-eeea135a2b2e 2018-08-27 12:17:52,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 12:17:52,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/55575ea4-aabb-4788-bf4d-005dcd350a19 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d069221920fb77d23d321361ec69961bfd851bb" 2018-08-27 12:17:53,322 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a3dd5631-411d-4b8f-93f3-bd117a9bb558 Date: Mon, 27 Aug 2018 12:17:53 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 12:17:53,322 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/55575ea4-aabb-4788-bf4d-005dcd350a19 used request id req-a3dd5631-411d-4b8f-93f3-bd117a9bb558 2018-08-27 12:17:53,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.25712895393s 2018-08-27 12:17:53,323 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/55575ea4-aabb-4788-bf4d-005dcd350a19 used request id req-a3dd5631-411d-4b8f-93f3-bd117a9bb558 2018-08-27 12:17:53,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 12:17:53,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}b79db1427e905383020dc939fe32940668d8731a" 2018-08-27 12:17:53,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17: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-51137357-b1db-4b30-9ba2-58d1b5c00608 x-compute-request-id: req-51137357-b1db-4b30-9ba2-58d1b5c00608 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb", "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": "f0036a58-65c3-4084-ae46-8fadf8510ceb"}]} 2018-08-27 12:17:53,346 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-51137357-b1db-4b30-9ba2-58d1b5c00608 2018-08-27 12:17:53,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0225110054016s 2018-08-27 12:17:53,346 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-51137357-b1db-4b30-9ba2-58d1b5c00608 2018-08-27 12:17:53,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 12:17:53,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b79db1427e905383020dc939fe32940668d8731a" 2018-08-27 12:17:53,423 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:17: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-f6b642c6-475b-486c-8eb0-b9d3a7998091 x-compute-request-id: req-f6b642c6-475b-486c-8eb0-b9d3a7998091 Content-Length: 0 Content-Type: application/json 2018-08-27 12:17:53,423 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb used request id req-f6b642c6-475b-486c-8eb0-b9d3a7998091 2018-08-27 12:17:53,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0763750076294s 2018-08-27 12:17:53,423 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/f0036a58-65c3-4084-ae46-8fadf8510ceb used request id req-f6b642c6-475b-486c-8eb0-b9d3a7998091 2018-08-27 12:17:53,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:17:53,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b79db1427e905383020dc939fe32940668d8731a" 2018-08-27 12:17:53,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-688f5e53-65ab-435c-88cd-7e2e5dc6daff Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "links": {"self": "http://172.30.9.28:5000/v3/users/e6d7ed5f0f54480295a86cf10fd89b65"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6d7ed5f0f54480295a86cf10fd89b65", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:17:53,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-688f5e53-65ab-435c-88cd-7e2e5dc6daff 2018-08-27 12:17:53,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.196673870087s 2018-08-27 12:17:53,621 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-688f5e53-65ab-435c-88cd-7e2e5dc6daff 2018-08-27 12:17:53,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:17:53,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/e6d7ed5f0f54480295a86cf10fd89b65 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b79db1427e905383020dc939fe32940668d8731a" 2018-08-27 12:17:53,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6e1ff34-ea10-4af2-863b-c9999ee2093c Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_88529ac8-1faa-4ce9-9f1c-3e05499c9501", "links": {"self": "http://172.30.9.28:5000/v3/users/e6d7ed5f0f54480295a86cf10fd89b65"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e6d7ed5f0f54480295a86cf10fd89b65", "description": null}} 2018-08-27 12:17:53,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/e6d7ed5f0f54480295a86cf10fd89b65 used request id req-d6e1ff34-ea10-4af2-863b-c9999ee2093c 2018-08-27 12:17:53,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.225790977478s 2018-08-27 12:17:53,853 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/e6d7ed5f0f54480295a86cf10fd89b65 used request id req-d6e1ff34-ea10-4af2-863b-c9999ee2093c 2018-08-27 12:17:53,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 12:17:53,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/e6d7ed5f0f54480295a86cf10fd89b65 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b79db1427e905383020dc939fe32940668d8731a" 2018-08-27 12:17:54,233 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:17:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f15e0d00-b9a0-4b72-a579-8847e767c3c6 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 12:17:54,233 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e6d7ed5f0f54480295a86cf10fd89b65 used request id req-f15e0d00-b9a0-4b72-a579-8847e767c3c6 2018-08-27 12:17:54,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.379620790482s 2018-08-27 12:17:54,234 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e6d7ed5f0f54480295a86cf10fd89b65 used request id req-f15e0d00-b9a0-4b72-a579-8847e767c3c6 2018-08-27 12:17:54,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:17:54,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b79db1427e905383020dc939fe32940668d8731a" 2018-08-27 12:17:54,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dabfd4df-b2cc-4bc5-a21b-ceb1632046b9 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.28:5000/v3/projects/608fc0a14719438a8b28a6b168159128"}, "tags": [], "enabled": true, "id": "608fc0a14719438a8b28a6b168159128", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_88529ac8-1faa-4ce9-9f1c-3e05499c9501"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-27 12:17:54,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-dabfd4df-b2cc-4bc5-a21b-ceb1632046b9 2018-08-27 12:17:54,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.180728912354s 2018-08-27 12:17:54,422 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-dabfd4df-b2cc-4bc5-a21b-ceb1632046b9 2018-08-27 12:17:54,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 12:17:54,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/608fc0a14719438a8b28a6b168159128 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b79db1427e905383020dc939fe32940668d8731a" 2018-08-27 12:17:54,689 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:17:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-913c0606-32cd-43c1-a98f-4837475a49a1 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 12:17:54,689 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/608fc0a14719438a8b28a6b168159128 used request id req-913c0606-32cd-43c1-a98f-4837475a49a1 2018-08-27 12:17:54,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.261822938919s 2018-08-27 12:17:54,689 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/608fc0a14719438a8b28a6b168159128 used request id req-913c0606-32cd-43c1-a98f-4837475a49a1 2018-08-27 12:17:54,745 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-27 12:17:54,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:17:54,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:17:54,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:17:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:17:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:17:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:17:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:17:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:17:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:17:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:17:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:17:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:17:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:17:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:17:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:17:54,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:17:54,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:17:54,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:17:54,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:17:54,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:17:54,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:17:54,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:17:54,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:17:54,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2e12af1-16f6-4fb3-8b10-741862399d40 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:17:54,798 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b2e12af1-16f6-4fb3-8b10-741862399d40 2018-08-27 12:17:54,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:17:55,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:17:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["uXw5ieE_QlaNmaYdhEAf9w"], "issued_at": "2018-08-27T12:17:55.000000Z"}} 2018-08-27 12:17:55,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:17:55,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" 2018-08-27 12:17:55,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-4e34747f-9320-4144-b46f-6afd7af89e58 Date: Mon, 27 Aug 2018 12:17:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:17:55,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4e34747f-9320-4144-b46f-6afd7af89e58 2018-08-27 12:17:55,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.360482931137s 2018-08-27 12:17:55,552 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4e34747f-9320-4144-b46f-6afd7af89e58 2018-08-27 12:17:55,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:17:55,562 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 12:17:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8c5579f-1d40-43a8-911d-5ced86c5e98e 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 12:17:55,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-a8c5579f-1d40-43a8-911d-5ced86c5e98e 2018-08-27 12:17:55,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:17:55,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" 2018-08-27 12:17:55,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-171a78bc-3de6-497e-8d1f-26550b241a6f Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/1822875bebb84e26b6f0f5a37895742c"}, "tags": [], "enabled": true, "id": "1822875bebb84e26b6f0f5a37895742c", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 12:17:55,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-171a78bc-3de6-497e-8d1f-26550b241a6f 2018-08-27 12:17:55,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.189489126205s 2018-08-27 12:17:55,753 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-171a78bc-3de6-497e-8d1f-26550b241a6f 2018-08-27 12:17:55,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 12:17:55,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_60c89108-9699-443a-b5e9-49b976504207"}}' 2018-08-27 12:17:56,023 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 12:17:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b226280-0faf-46a2-a340-c2bdd452f8d8 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.28:5000/v3/projects/20aa2413095c4323ab08a498cb5d4fb4"}, "tags": [], "enabled": true, "id": "20aa2413095c4323ab08a498cb5d4fb4", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_60c89108-9699-443a-b5e9-49b976504207"}} 2018-08-27 12:17:56,023 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-1b226280-0faf-46a2-a340-c2bdd452f8d8 2018-08-27 12:17:56,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.263289928436s 2018-08-27 12:17:56,023 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-1b226280-0faf-46a2-a340-c2bdd452f8d8 2018-08-27 12:17:56,024 - 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'20aa2413095c4323ab08a498cb5d4fb4', '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_60c89108-9699-443a-b5e9-49b976504207'}) 2018-08-27 12:17:56,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 12:17:56,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "462a0322-8ce5-446b-8d7a-1bbacea61164", "email": null, "name": "cinder_test-user_60c89108-9699-443a-b5e9-49b976504207"}}' 2018-08-27 12:17:56,503 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 12:17:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffd4f413-5af9-4727-8914-181ffce74474 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_60c89108-9699-443a-b5e9-49b976504207", "links": {"self": "http://172.30.9.28:5000/v3/users/1b1196a3972c45e6a8d247e8e8c69f33"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1b1196a3972c45e6a8d247e8e8c69f33", "domain_id": "default", "password_expires_at": null}} 2018-08-27 12:17:56,503 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-ffd4f413-5af9-4727-8914-181ffce74474 2018-08-27 12:17:56,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.473230838776s 2018-08-27 12:17:56,504 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-ffd4f413-5af9-4727-8914-181ffce74474 2018-08-27 12:17:56,504 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1b1196a3972c45e6a8d247e8e8c69f33', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_60c89108-9699-443a-b5e9-49b976504207'}) 2018-08-27 12:17:56,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:17:56,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" 2018-08-27 12:17:56,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dc69593-07c9-438a-8ce9-a0affc821b15 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:17:56,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4dc69593-07c9-438a-8ce9-a0affc821b15 2018-08-27 12:17:56,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.19359588623s 2018-08-27 12:17:56,702 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4dc69593-07c9-438a-8ce9-a0affc821b15 2018-08-27 12:17:56,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:17:56,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" 2018-08-27 12:17:56,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f433fdb-13ae-4480-9b59-62aaaa0d47c8 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:17:56,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2f433fdb-13ae-4480-9b59-62aaaa0d47c8 2018-08-27 12:17:56,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.204134941101s 2018-08-27 12:17:56,911 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2f433fdb-13ae-4480-9b59-62aaaa0d47c8 2018-08-27 12:17:56,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:17:56,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" 2018-08-27 12:17:57,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bbf3b10-9d97-4a5d-9072-1dfdb1234764 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:17:57,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4bbf3b10-9d97-4a5d-9072-1dfdb1234764 2018-08-27 12:17:57,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.149801969528s 2018-08-27 12:17:57,066 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4bbf3b10-9d97-4a5d-9072-1dfdb1234764 2018-08-27 12:17:57,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:17:57,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" 2018-08-27 12:17:57,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c72d80a-7275-4e8d-a742-2520c4f6a7a9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 12:17:57,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-6c72d80a-7275-4e8d-a742-2520c4f6a7a9 2018-08-27 12:17:57,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.153496980667s 2018-08-27 12:17:57,225 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-6c72d80a-7275-4e8d-a742-2520c4f6a7a9 2018-08-27 12:17:57,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:17:57,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" 2018-08-27 12:17:57,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12922e24-82bb-46a8-9b12-61b11f28cd41 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder_test-user_60c89108-9699-443a-b5e9-49b976504207", "links": {"self": "http://172.30.9.28:5000/v3/users/1b1196a3972c45e6a8d247e8e8c69f33"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1b1196a3972c45e6a8d247e8e8c69f33", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:17:57,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-12922e24-82bb-46a8-9b12-61b11f28cd41 2018-08-27 12:17:57,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.194519996643s 2018-08-27 12:17:57,420 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-12922e24-82bb-46a8-9b12-61b11f28cd41 2018-08-27 12:17:57,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:17:57,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" 2018-08-27 12:17:57,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d5d8cb5-b15d-4bfd-ba45-57c03f593581 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.28:5000/v3/projects/20aa2413095c4323ab08a498cb5d4fb4"}, "tags": [], "enabled": true, "id": "20aa2413095c4323ab08a498cb5d4fb4", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_60c89108-9699-443a-b5e9-49b976504207"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 12:17:57,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-1d5d8cb5-b15d-4bfd-ba45-57c03f593581 2018-08-27 12:17:57,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.200257778168s 2018-08-27 12:17:57,633 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-1d5d8cb5-b15d-4bfd-ba45-57c03f593581 2018-08-27 12:17:57,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 12:17:57,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=1b1196a3972c45e6a8d247e8e8c69f33&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=20aa2413095c4323ab08a498cb5d4fb4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" 2018-08-27 12:17:57,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1566ed5-ad9b-4fba-aa29-fd1efe67651a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=1b1196a3972c45e6a8d247e8e8c69f33&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=20aa2413095c4323ab08a498cb5d4fb4", "previous": null, "next": null}} 2018-08-27 12:17:57,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=1b1196a3972c45e6a8d247e8e8c69f33&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=20aa2413095c4323ab08a498cb5d4fb4 used request id req-f1566ed5-ad9b-4fba-aa29-fd1efe67651a 2018-08-27 12:17:57,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.110103130341s 2018-08-27 12:17:57,751 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=1b1196a3972c45e6a8d247e8e8c69f33&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=20aa2413095c4323ab08a498cb5d4fb4 used request id req-f1566ed5-ad9b-4fba-aa29-fd1efe67651a 2018-08-27 12:17:57,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 12:17:57,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/20aa2413095c4323ab08a498cb5d4fb4/users/1b1196a3972c45e6a8d247e8e8c69f33/roles/2d704632e4b7449aa0baeaa243e3aa0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" 2018-08-27 12:17:57,937 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:17:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c65ccd7b-6d11-4ea8-9d73-7c815daba6be 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 12:17:57,938 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/20aa2413095c4323ab08a498cb5d4fb4/users/1b1196a3972c45e6a8d247e8e8c69f33/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-c65ccd7b-6d11-4ea8-9d73-7c815daba6be 2018-08-27 12:17:57,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.183830976486s 2018-08-27 12:17:57,938 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/20aa2413095c4323ab08a498cb5d4fb4/users/1b1196a3972c45e6a8d247e8e8c69f33/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-c65ccd7b-6d11-4ea8-9d73-7c815daba6be 2018-08-27 12:17:57,939 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_60c89108-9699-443a-b5e9-49b976504207', 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'20aa2413095c4323ab08a498cb5d4fb4', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '462a0322-8ce5-446b-8d7a-1bbacea61164', 'username': u'cinder_test-user_60c89108-9699-443a-b5e9-49b976504207', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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 12:17:57,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:17:57,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:17:57,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:17:57,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:17:57,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:17:57,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:17:57,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:17:57,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:17:57,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:17:57,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:17:57,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:17:57,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:17:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:17:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:17:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:17:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:17:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:17:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:17:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:17:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:17:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:17:57,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:17:57,944 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_60c89108-9699-443a-b5e9-49b976504207', 'password': '462a0322-8ce5-446b-8d7a-1bbacea61164', 'project_name': 'cinder_test-project_60c89108-9699-443a-b5e9-49b976504207', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '20aa2413095c4323ab08a498cb5d4fb4', 'project_domain_name': 'Default'} 2018-08-27 12:17:57,945 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-27 12:17:57,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:17:57,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:17:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-185af368-64e6-4d9b-9788-03debf058c10 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:17:57,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-185af368-64e6-4d9b-9788-03debf058c10 2018-08-27 12:17:57,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:17:58,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:17:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "20aa2413095c4323ab08a498cb5d4fb4", "name": "cinder_test-project_60c89108-9699-443a-b5e9-49b976504207"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/20aa2413095c4323ab08a498cb5d4fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/20aa2413095c4323ab08a498cb5d4fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/20aa2413095c4323ab08a498cb5d4fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_20aa2413095c4323ab08a498cb5d4fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_20aa2413095c4323ab08a498cb5d4fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/20aa2413095c4323ab08a498cb5d4fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/20aa2413095c4323ab08a498cb5d4fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/20aa2413095c4323ab08a498cb5d4fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/20aa2413095c4323ab08a498cb5d4fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/20aa2413095c4323ab08a498cb5d4fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/20aa2413095c4323ab08a498cb5d4fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/20aa2413095c4323ab08a498cb5d4fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/20aa2413095c4323ab08a498cb5d4fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_60c89108-9699-443a-b5e9-49b976504207", "id": "1b1196a3972c45e6a8d247e8e8c69f33"}, "audit_ids": ["JJT58TD0QM-ctTgGIcz6XQ"], "issued_at": "2018-08-27T12:17:58.000000Z"}} 2018-08-27 12:17:58,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 12:17:58,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -d '{"network": {"name": "cinder_test-net_60c89108-9699-443a-b5e9-49b976504207", "admin_state_up": true}}' 2018-08-27 12:17:59,171 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 630 X-Openstack-Request-Id: req-5b8ca57f-13b8-467e-80e5-895074758440 Date: Mon, 27 Aug 2018 12:17:59 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"dd0d8d82-7dbc-4a73-a493-fff8d5a790d5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"20aa2413095c4323ab08a498cb5d4fb4","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:17:59Z","is_default":false,"name":"cinder_test-net_60c89108-9699-443a-b5e9-49b976504207","qos_policy_id":null,"admin_state_up":true,"tenant_id":"20aa2413095c4323ab08a498cb5d4fb4","created_at":"2018-08-27T12:17:58Z","mtu":1450}} 2018-08-27 12:17:59,171 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5b8ca57f-13b8-467e-80e5-895074758440 2018-08-27 12:17:59,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.816356897354s 2018-08-27 12:17:59,172 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5b8ca57f-13b8-467e-80e5-895074758440 2018-08-27 12:17:59,172 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T12:17:59Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'dd0d8d82-7dbc-4a73-a493-fff8d5a790d5', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_60c89108-9699-443a-b5e9-49b976504207', u'admin_state_up': True, u'tenant_id': u'20aa2413095c4323ab08a498cb5d4fb4', u'created_at': u'2018-08-27T12:17:58Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'20aa2413095c4323ab08a498cb5d4fb4', u'l2_adjacency': True}) 2018-08-27 12:17:59,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:17:59,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:17:59,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1232 X-Openstack-Request-Id: req-f226984a-c21b-45be-a2d7-cbad3d075236 Date: Mon, 27 Aug 2018 12:17:59 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"dd0d8d82-7dbc-4a73-a493-fff8d5a790d5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"20aa2413095c4323ab08a498cb5d4fb4","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:17:59Z","qos_policy_id":null,"name":"cinder_test-net_60c89108-9699-443a-b5e9-49b976504207","admin_state_up":true,"tenant_id":"20aa2413095c4323ab08a498cb5d4fb4","created_at":"2018-08-27T12:17:58Z","mtu":1450}]} 2018-08-27 12:17:59,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f226984a-c21b-45be-a2d7-cbad3d075236 2018-08-27 12:17:59,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.476181030273s 2018-08-27 12:17:59,649 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f226984a-c21b-45be-a2d7-cbad3d075236 2018-08-27 12:17:59,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 12:17:59,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -d '{"subnet": {"name": "cinder_test-subnet_60c89108-9699-443a-b5e9-49b976504207", "enable_dhcp": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 12:18:00,573 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-256fb1e1-898d-49c1-83e1-c6342ac756b9 Date: Mon, 27 Aug 2018 12:18:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dd0d8d82-7dbc-4a73-a493-fff8d5a790d5","tenant_id":"20aa2413095c4323ab08a498cb5d4fb4","created_at":"2018-08-27T12:18:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T12:18:00Z","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":"20aa2413095c4323ab08a498cb5d4fb4","id":"3c40c5b1-ea33-4107-9376-de893f10ca54","subnetpool_id":null,"name":"cinder_test-subnet_60c89108-9699-443a-b5e9-49b976504207"}} 2018-08-27 12:18:00,573 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-256fb1e1-898d-49c1-83e1-c6342ac756b9 2018-08-27 12:18:00,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.922636985779s 2018-08-27 12:18:00,574 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-256fb1e1-898d-49c1-83e1-c6342ac756b9 2018-08-27 12:18:00,574 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:18:00Z', 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'3c40c5b1-ea33-4107-9376-de893f10ca54', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_60c89108-9699-443a-b5e9-49b976504207', u'enable_dhcp': True, u'network_id': u'dd0d8d82-7dbc-4a73-a493-fff8d5a790d5', u'tenant_id': u'20aa2413095c4323ab08a498cb5d4fb4', u'created_at': u'2018-08-27T12:18:00Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'20aa2413095c4323ab08a498cb5d4fb4'}) 2018-08-27 12:18:00,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 12:18:00,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "cinder_test-router_60c89108-9699-443a-b5e9-49b976504207", "admin_state_up": true}}' 2018-08-27 12:18:07,473 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 698 X-Openstack-Request-Id: req-c9517958-05d9-4e29-913b-afae92db9d93 Date: Mon, 27 Aug 2018 12:18:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:01Z", "admin_state_up": true, "updated_at": "2018-08-27T12:18:02Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "name": "cinder_test-router_60c89108-9699-443a-b5e9-49b976504207"}} 2018-08-27 12:18:07,473 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-c9517958-05d9-4e29-913b-afae92db9d93 2018-08-27 12:18:07,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.89802885056s 2018-08-27 12:18:07,473 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-c9517958-05d9-4e29-913b-afae92db9d93 2018-08-27 12:18:07,474 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:18:02Z', u'revision_number': 3, u'id': u'df0e7e26-5c5b-4071-915d-b2e7215ece02', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-router_60c89108-9699-443a-b5e9-49b976504207', u'admin_state_up': True, u'tenant_id': u'20aa2413095c4323ab08a498cb5d4fb4', u'created_at': u'2018-08-27T12:18:01Z', u'flavor_id': None, u'routes': [], u'project_id': u'20aa2413095c4323ab08a498cb5d4fb4'}) 2018-08-27 12:18:07,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 12:18:07,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/df0e7e26-5c5b-4071-915d-b2e7215ece02/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -d '{"subnet_id": "3c40c5b1-ea33-4107-9376-de893f10ca54"}' 2018-08-27 12:18:10,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9d04e691-08dd-4231-a538-f28b589c09cd Date: Mon, 27 Aug 2018 12:18:10 GMT RESP BODY: {"network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "subnet_id": "3c40c5b1-ea33-4107-9376-de893f10ca54", "subnet_ids": ["3c40c5b1-ea33-4107-9376-de893f10ca54"], "port_id": "90e5f3d8-eac5-4df7-81ff-489712839a70", "id": "df0e7e26-5c5b-4071-915d-b2e7215ece02"} 2018-08-27 12:18:10,469 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/df0e7e26-5c5b-4071-915d-b2e7215ece02/add_router_interface.json used request id req-9d04e691-08dd-4231-a538-f28b589c09cd 2018-08-27 12:18:10,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.99430799484s 2018-08-27 12:18:10,469 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/df0e7e26-5c5b-4071-915d-b2e7215ece02/add_router_interface.json used request id req-9d04e691-08dd-4231-a538-f28b589c09cd returning object df0e7e26-5c5b-4071-915d-b2e7215ece02 2018-08-27 12:18:10,470 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 12:18:10,602 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 12:18:10,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:18:10,609 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 12:18:10 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 12:18:10,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:18:10,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:11,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-22bbd00c-bf1b-49e7-b7b6-9a6b679dd8ca Date: Mon, 27 Aug 2018 12:18:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:18:11,046 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-22bbd00c-bf1b-49e7-b7b6-9a6b679dd8ca 2018-08-27 12:18:11,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.432492017746s 2018-08-27 12:18:11,047 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-22bbd00c-bf1b-49e7-b7b6-9a6b679dd8ca 2018-08-27 12:18:11,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 12:18:11,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_60c89108-9699-443a-b5e9-49b976504207", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_60c89108-9699-443a-b5e9-49b976504207"}' 2018-08-27 12:18:11,379 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/027f92b2-1b31-488e-9792-5e2366773bcb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f930824d-9cca-457a-af0d-3f59db29e220 Date: Mon, 27 Aug 2018 12:18:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:18:11Z", "file": "/v2/images/027f92b2-1b31-488e-9792-5e2366773bcb/file", "owner": "20aa2413095c4323ab08a498cb5d4fb4", "id": "027f92b2-1b31-488e-9792-5e2366773bcb", "size": null, "self": "/v2/images/027f92b2-1b31-488e-9792-5e2366773bcb", "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_60c89108-9699-443a-b5e9-49b976504207", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_60c89108-9699-443a-b5e9-49b976504207", "checksum": null, "created_at": "2018-08-27T12:18:11Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 12:18:11,379 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f930824d-9cca-457a-af0d-3f59db29e220 2018-08-27 12:18:11,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.324398994446s 2018-08-27 12:18:11,380 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f930824d-9cca-457a-af0d-3f59db29e220 returning object 027f92b2-1b31-488e-9792-5e2366773bcb 2018-08-27 12:18:11,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 12:18:11,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/027f92b2-1b31-488e-9792-5e2366773bcb/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -d '' 2018-08-27 12:18:12,300 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d710b2af-f893-46b2-9c44-59e5e8028fc9 Date: Mon, 27 Aug 2018 12:18: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 12:18:12,301 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/027f92b2-1b31-488e-9792-5e2366773bcb/file used request id req-d710b2af-f893-46b2-9c44-59e5e8028fc9 2018-08-27 12:18:12,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.920437097549s 2018-08-27 12:18:12,301 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/027f92b2-1b31-488e-9792-5e2366773bcb/file used request id req-d710b2af-f893-46b2-9c44-59e5e8028fc9 2018-08-27 12:18:12,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:18:12,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:12,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-8b8535a9-259a-491e-8ef9-21e89a24307d Date: Mon, 27 Aug 2018 12:18:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:18:12Z", "file": "/v2/images/027f92b2-1b31-488e-9792-5e2366773bcb/file", "owner": "20aa2413095c4323ab08a498cb5d4fb4", "id": "027f92b2-1b31-488e-9792-5e2366773bcb", "size": 12716032, "self": "/v2/images/027f92b2-1b31-488e-9792-5e2366773bcb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/027f92b2-1b31-488e-9792-5e2366773bcb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/027f92b2-1b31-488e-9792-5e2366773bcb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_60c89108-9699-443a-b5e9-49b976504207", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_60c89108-9699-443a-b5e9-49b976504207", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:18:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:18:12,619 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8b8535a9-259a-491e-8ef9-21e89a24307d 2018-08-27 12:18:12,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.314039945602s 2018-08-27 12:18:12,620 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8b8535a9-259a-491e-8ef9-21e89a24307d 2018-08-27 12:18:12,622 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/027f92b2-1b31-488e-9792-5e2366773bcb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/027f92b2-1b31-488e-9792-5e2366773bcb/file', 'owner': u'20aa2413095c4323ab08a498cb5d4fb4', 'id': u'027f92b2-1b31-488e-9792-5e2366773bcb', 'size': 12716032, u'self': u'/v2/images/027f92b2-1b31-488e-9792-5e2366773bcb', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'20aa2413095c4323ab08a498cb5d4fb4', 'name': 'cinder_test-project_60c89108-9699-443a-b5e9-49b976504207', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/027f92b2-1b31-488e-9792-5e2366773bcb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T12:18:12Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T12:18:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_60c89108-9699-443a-b5e9-49b976504207', '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/027f92b2-1b31-488e-9792-5e2366773bcb', 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_60c89108-9699-443a-b5e9-49b976504207', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_60c89108-9699-443a-b5e9-49b976504207', 'created': u'2018-08-27T12:18:11Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T12:18:11Z', 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/027f92b2-1b31-488e-9792-5e2366773bcb', 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_60c89108-9699-443a-b5e9-49b976504207', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 12:18:12,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 12:18:12,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_60c89108-9699-443a-b5e9-49b976504207", "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 12:18:12,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:18: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-26c0138a-d3c4-4c8c-9b24-4251388fd3f4 x-compute-request-id: req-26c0138a-d3c4-4c8c-9b24-4251388fd3f4 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_60c89108-9699-443a-b5e9-49b976504207", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "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": "e69e75a7-36f1-45f0-8177-65eb43fc89c0"}} 2018-08-27 12:18:12,954 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-26c0138a-d3c4-4c8c-9b24-4251388fd3f4 2018-08-27 12:18:12,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.330971956253s 2018-08-27 12:18:12,954 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-26c0138a-d3c4-4c8c-9b24-4251388fd3f4 2018-08-27 12:18:12,955 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_60c89108-9699-443a-b5e9-49b976504207', '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'd56eab07eebe4995963c4bcc663afcc8', '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'e69e75a7-36f1-45f0-8177-65eb43fc89c0', 'swap': 0}) 2018-08-27 12:18:12,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 12:18:12,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0/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}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" -d '{"extra_specs": {}}' 2018-08-27 12:18:12,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:18: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-25662221-e226-43c4-a232-3075e8df3b5f x-compute-request-id: req-25662221-e226-43c4-a232-3075e8df3b5f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 12:18:12,976 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0/os-extra_specs used request id req-25662221-e226-43c4-a232-3075e8df3b5f 2018-08-27 12:18:12,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0203220844269s 2018-08-27 12:18:12,976 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0/os-extra_specs used request id req-25662221-e226-43c4-a232-3075e8df3b5f 2018-08-27 12:18:12,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 12:18:12,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -d '{"keypair": {"name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207"}}' 2018-08-27 12:18:13,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12: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-47918bf8-d001-470d-a09c-47ec8f154abe x-compute-request-id: req-47918bf8-d001-470d-a09c-47ec8f154abe Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLNMs/VU5FeS6i7rP9C7OfMHnlUxSOB22Z/OnldRSK0h9ruVDuUJtEeiFhoXQUmGASG9fHvapgVEqKjQ5/fNGhS5hxAv+/cZkf7/n+6dnxpG+VoJVbyJwKGSQSHG+H3lcQvo4+SbgeExsDzzl/4ykU8FOxs1N0mYy0CZcKUWZ7cjlaTe26ZcYLmsVzNKA60EkhJnPFNR0618p1FZaA8fsoeB7QC5J4l//2S3YYCfQK1wmHeAm/c80KoWwWk/jwci1d4m6WAjt1GodXZMVXiKV9SFXHu34l+oXyfH4J9OiM7ljd6bP/KNIAAplw9iFYIsmQQXUJjkjjcd7Ww8any5a3 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAyzTLP1VORXkuou6z/QuznzB55VMUjgdtmfzp5XUUitIfa7lQ\n7lCbRHohYaF0FJhgEhvXx72qYFRKio0Of3zRoUuYcQL/v3GZH+/5/unZ8aRvlaCV\nW8icChkkEhxvh95XEL6OPkm4HhMbA885f+MpFPBTsbNTdJmMtAmXClFme3I5Wk3t\numXGC5rFczSgOtBJISZzxTUdOtfKdRWWgPH7KHge0AuSeJf/9kt2GAn0CtcJh3gJ\nv3PNCqFsFpP48HItXeJulgI7dRqHV2TFV4ilfUhVx7t+JfqF8nx+CfTojO5Y3emz\n/yjSAAKZcPYhWCLJkEF1CY5I43He1sPGp8uWtwIDAQABAoIBAQCCnTurSNzXwQ3e\nAsrEcxoQz6r6YY2LwXCMk0mQiNIcbPVvW52OoVc8C7ibNZkUh+Dwot7u75Ws92E2\nb3aLMaLZJ2sj8QaMeqsvISQy2wOQ0945cg+vAGJ0BzbtQUPbNGoIREPP+7iR9Dvg\nFfninxPP9q4FQbv57ZzIOIXSRwI1g84W15Cssr9shzZUn/JZHGENXbYToIIjFP97\nRJ/TmtvcmUIcS9xGNCqEVH2o3/nkZQwhEHPymiM5GRk8Mot4WqNcB6Gh7VICpgKg\nUXSg+niLeDjPuI3NaRPnWJvrbskye7gC9m9UKHHZfE3EDWLJMobA/u6eI0/2m0M0\n1sS5t34ZAoGBAP8a9y2UeTlb/ZTxBVJLV5aS/O3ZRsZaYi4xv8S+w6jTdT5odnnx\nGdaPs2Br+EX4HNX1r3Zuf7WJQOllVIAuXi2/ZEUJ1+Aajl/a7dZLv0DKMwlV8r91\n7Tyg4eaVnXUZrzC48J2oXaIzpT04YGWV3uhAFXP7QqNq4aSKecDFNf49AoGBAMvr\nO7Kyo00IQGFNj6Cge3lHm6ACPiVc1vNm1Mt3n04fuE/LoXcmbpTj8PzECJJde5Xa\nxDx922bDHJDhdyPzu96RR/lxh5Mcm+ke1ukZllkilQU4eXJwGk7NyY9wPcb6nzDn\nTjCefklREgz3fEujT/SqbPJo08YhS0u1W2/J5cwDAoGAdFkWFuG6kCCWfRGX/bqD\nDhen58rK7rhWQv9JmS/wCNW4iWgXcPI3eJY9l2Jm73KDpEnTZs5qzJ72zfv7GCMN\nrQu3bY1Zucoi2TD+fFg7uA8AS+e5OP1N3/L4VLQ0Bi5aqnwOsbkSS2IGoO9Pd8Vs\nzrw7jJQyBlo+406MzRCk2XkCgYBwMELv1YgyYU/KOLnETYag+tyL86/tLl60GucH\n6hAjEyB8BjQXMXW1RJLY/aEZpYTQtUMxZKzIpJ+atfCuPvIlSRioC+Xi8eJ1Jxpl\ntEYbVANYk/F9HF/c6yrxV3clec0LQrap2QjxnUCpEZ+4nWjn2ruFwlaAsuCSDnz3\ny8Q5sQKBgDlgEul58LlZK5e9I1WgUMZt997D2JElJKVLpe7YnHPGoU0r3KSYQqSV\nykfeL+95V10fqtx0acCulqtb7rYXy9FwIhm5jJ2mUWy6ZluLEfJfTGzm80XsQKdc\nWDMQMi1WZOLQnIlP+a/e5xroJYYCwLNwepUmgortrTM6uKZmXbBb\n-----END RSA PRIVATE KEY-----\n", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207", "fingerprint": "05:b5:c1:75:73:e2:ca:f6:13:7e:e4:34:e0:7f:20:dd"}} 2018-08-27 12:18:13,391 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-47918bf8-d001-470d-a09c-47ec8f154abe 2018-08-27 12:18:13,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.413793087006s 2018-08-27 12:18:13,391 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-47918bf8-d001-470d-a09c-47ec8f154abe 2018-08-27 12:18:13,392 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLNMs/VU5FeS6i7rP9C7OfMHnlUxSOB22Z/OnldRSK0h9ruVDuUJtEeiFhoXQUmGASG9fHvapgVEqKjQ5/fNGhS5hxAv+/cZkf7/n+6dnxpG+VoJVbyJwKGSQSHG+H3lcQvo4+SbgeExsDzzl/4ykU8FOxs1N0mYy0CZcKUWZ7cjlaTe26ZcYLmsVzNKA60EkhJnPFNR0618p1FZaA8fsoeB7QC5J4l//2S3YYCfQK1wmHeAm/c80KoWwWk/jwci1d4m6WAjt1GodXZMVXiKV9SFXHu34l+oXyfH4J9OiM7ljd6bP/KNIAAplw9iFYIsmQQXUJjkjjcd7Ww8any5a3 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAyzTLP1VORXkuou6z/QuznzB55VMUjgdtmfzp5XUUitIfa7lQ\n7lCbRHohYaF0FJhgEhvXx72qYFRKio0Of3zRoUuYcQL/v3GZH+/5/unZ8aRvlaCV\nW8icChkkEhxvh95XEL6OPkm4HhMbA885f+MpFPBTsbNTdJmMtAmXClFme3I5Wk3t\numXGC5rFczSgOtBJISZzxTUdOtfKdRWWgPH7KHge0AuSeJf/9kt2GAn0CtcJh3gJ\nv3PNCqFsFpP48HItXeJulgI7dRqHV2TFV4ilfUhVx7t+JfqF8nx+CfTojO5Y3emz\n/yjSAAKZcPYhWCLJkEF1CY5I43He1sPGp8uWtwIDAQABAoIBAQCCnTurSNzXwQ3e\nAsrEcxoQz6r6YY2LwXCMk0mQiNIcbPVvW52OoVc8C7ibNZkUh+Dwot7u75Ws92E2\nb3aLMaLZJ2sj8QaMeqsvISQy2wOQ0945cg+vAGJ0BzbtQUPbNGoIREPP+7iR9Dvg\nFfninxPP9q4FQbv57ZzIOIXSRwI1g84W15Cssr9shzZUn/JZHGENXbYToIIjFP97\nRJ/TmtvcmUIcS9xGNCqEVH2o3/nkZQwhEHPymiM5GRk8Mot4WqNcB6Gh7VICpgKg\nUXSg+niLeDjPuI3NaRPnWJvrbskye7gC9m9UKHHZfE3EDWLJMobA/u6eI0/2m0M0\n1sS5t34ZAoGBAP8a9y2UeTlb/ZTxBVJLV5aS/O3ZRsZaYi4xv8S+w6jTdT5odnnx\nGdaPs2Br+EX4HNX1r3Zuf7WJQOllVIAuXi2/ZEUJ1+Aajl/a7dZLv0DKMwlV8r91\n7Tyg4eaVnXUZrzC48J2oXaIzpT04YGWV3uhAFXP7QqNq4aSKecDFNf49AoGBAMvr\nO7Kyo00IQGFNj6Cge3lHm6ACPiVc1vNm1Mt3n04fuE/LoXcmbpTj8PzECJJde5Xa\nxDx922bDHJDhdyPzu96RR/lxh5Mcm+ke1ukZllkilQU4eXJwGk7NyY9wPcb6nzDn\nTjCefklREgz3fEujT/SqbPJo08YhS0u1W2/J5cwDAoGAdFkWFuG6kCCWfRGX/bqD\nDhen58rK7rhWQv9JmS/wCNW4iWgXcPI3eJY9l2Jm73KDpEnTZs5qzJ72zfv7GCMN\nrQu3bY1Zucoi2TD+fFg7uA8AS+e5OP1N3/L4VLQ0Bi5aqnwOsbkSS2IGoO9Pd8Vs\nzrw7jJQyBlo+406MzRCk2XkCgYBwMELv1YgyYU/KOLnETYag+tyL86/tLl60GucH\n6hAjEyB8BjQXMXW1RJLY/aEZpYTQtUMxZKzIpJ+atfCuPvIlSRioC+Xi8eJ1Jxpl\ntEYbVANYk/F9HF/c6yrxV3clec0LQrap2QjxnUCpEZ+4nWjn2ruFwlaAsuCSDnz3\ny8Q5sQKBgDlgEul58LlZK5e9I1WgUMZt997D2JElJKVLpe7YnHPGoU0r3KSYQqSV\nykfeL+95V10fqtx0acCulqtb7rYXy9FwIhm5jJ2mUWy6ZluLEfJfTGzm80XsQKdc\nWDMQMi1WZOLQnIlP+a/e5xroJYYCwLNwepUmgortrTM6uKZmXbBb\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'1b1196a3972c45e6a8d247e8e8c69f33', 'name': u'cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207', 'created_at': '2018-08-27T12:18:13.392193', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'20aa2413095c4323ab08a498cb5d4fb4', 'name': 'cinder_test-project_60c89108-9699-443a-b5e9-49b976504207', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'05:b5:c1:75:73:e2:ca:f6:13:7e:e4:34:e0:7f:20:dd', 'type': 'ssh', 'id': u'cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207'}) 2018-08-27 12:18:13,392 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAyzTLP1VORXkuou6z/QuznzB55VMUjgdtmfzp5XUUitIfa7lQ 7lCbRHohYaF0FJhgEhvXx72qYFRKio0Of3zRoUuYcQL/v3GZH+/5/unZ8aRvlaCV W8icChkkEhxvh95XEL6OPkm4HhMbA885f+MpFPBTsbNTdJmMtAmXClFme3I5Wk3t umXGC5rFczSgOtBJISZzxTUdOtfKdRWWgPH7KHge0AuSeJf/9kt2GAn0CtcJh3gJ v3PNCqFsFpP48HItXeJulgI7dRqHV2TFV4ilfUhVx7t+JfqF8nx+CfTojO5Y3emz /yjSAAKZcPYhWCLJkEF1CY5I43He1sPGp8uWtwIDAQABAoIBAQCCnTurSNzXwQ3e AsrEcxoQz6r6YY2LwXCMk0mQiNIcbPVvW52OoVc8C7ibNZkUh+Dwot7u75Ws92E2 b3aLMaLZJ2sj8QaMeqsvISQy2wOQ0945cg+vAGJ0BzbtQUPbNGoIREPP+7iR9Dvg FfninxPP9q4FQbv57ZzIOIXSRwI1g84W15Cssr9shzZUn/JZHGENXbYToIIjFP97 RJ/TmtvcmUIcS9xGNCqEVH2o3/nkZQwhEHPymiM5GRk8Mot4WqNcB6Gh7VICpgKg UXSg+niLeDjPuI3NaRPnWJvrbskye7gC9m9UKHHZfE3EDWLJMobA/u6eI0/2m0M0 1sS5t34ZAoGBAP8a9y2UeTlb/ZTxBVJLV5aS/O3ZRsZaYi4xv8S+w6jTdT5odnnx GdaPs2Br+EX4HNX1r3Zuf7WJQOllVIAuXi2/ZEUJ1+Aajl/a7dZLv0DKMwlV8r91 7Tyg4eaVnXUZrzC48J2oXaIzpT04YGWV3uhAFXP7QqNq4aSKecDFNf49AoGBAMvr O7Kyo00IQGFNj6Cge3lHm6ACPiVc1vNm1Mt3n04fuE/LoXcmbpTj8PzECJJde5Xa xDx922bDHJDhdyPzu96RR/lxh5Mcm+ke1ukZllkilQU4eXJwGk7NyY9wPcb6nzDn TjCefklREgz3fEujT/SqbPJo08YhS0u1W2/J5cwDAoGAdFkWFuG6kCCWfRGX/bqD Dhen58rK7rhWQv9JmS/wCNW4iWgXcPI3eJY9l2Jm73KDpEnTZs5qzJ72zfv7GCMN rQu3bY1Zucoi2TD+fFg7uA8AS+e5OP1N3/L4VLQ0Bi5aqnwOsbkSS2IGoO9Pd8Vs zrw7jJQyBlo+406MzRCk2XkCgYBwMELv1YgyYU/KOLnETYag+tyL86/tLl60GucH 6hAjEyB8BjQXMXW1RJLY/aEZpYTQtUMxZKzIpJ+atfCuPvIlSRioC+Xi8eJ1Jxpl tEYbVANYk/F9HF/c6yrxV3clec0LQrap2QjxnUCpEZ+4nWjn2ruFwlaAsuCSDnz3 y8Q5sQKBgDlgEul58LlZK5e9I1WgUMZt997D2JElJKVLpe7YnHPGoU0r3KSYQqSV ykfeL+95V10fqtx0acCulqtb7rYXy9FwIhm5jJ2mUWy6ZluLEfJfTGzm80XsQKdc WDMQMi1WZOLQnIlP+a/e5xroJYYCwLNwepUmgortrTM6uKZmXbBb -----END RSA PRIVATE KEY----- 2018-08-27 12:18:13,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-27 12:18:13,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -d '{"security_group": {"name": "cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-27 12:18:13,867 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-10e15ee4-a4a3-410d-8932-ddac98fe4fef Date: Mon, 27 Aug 2018 12:18:13 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:13Z", "updated_at": "2018-08-27T12:18:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:18:13Z", "revision_number": 0, "id": "3a27aa5d-7c06-4025-9f38-1d79cc00ba6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:18:13Z", "security_group_id": "cf69b043-90ef-4f1c-b241-51e0211738d2", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv6", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:18:13Z", "revision_number": 0, "id": "d534a095-4799-48ff-83f3-5c9cde975513", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:18:13Z", "security_group_id": "cf69b043-90ef-4f1c-b241-51e0211738d2", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv4", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}], "revision_number": 1, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "id": "cf69b043-90ef-4f1c-b241-51e0211738d2", "name": "cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207"}} 2018-08-27 12:18:13,868 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-10e15ee4-a4a3-410d-8932-ddac98fe4fef 2018-08-27 12:18:13,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.472362041473s 2018-08-27 12:18:13,868 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-10e15ee4-a4a3-410d-8932-ddac98fe4fef 2018-08-27 12:18:13,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 12:18:13,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:14,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-aef39d73-a160-45cd-aac1-f3d93e530d50 Date: Mon, 27 Aug 2018 12:18:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:17:58Z", "updated_at": "2018-08-27T12:17:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:17:58Z", "revision_number": 0, "id": "3b09ea11-f21a-407c-90c7-afdc4b03f79d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:17:58Z", "security_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv4", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:17:58Z", "revision_number": 0, "id": "53587f8e-66bb-47c5-aacc-5d33a94fe831", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:17:58Z", "security_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv6", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:17:58Z", "revision_number": 0, "id": "ef9c79ce-ed3f-4a10-8779-1ca5b14c91eb", "remote_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "remote_ip_prefix": null, "created_at": "2018-08-27T12:17:58Z", "security_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv4", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:17:58Z", "revision_number": 0, "id": "f598b39b-f95a-475c-964c-060a46bbcc06", "remote_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "remote_ip_prefix": null, "created_at": "2018-08-27T12:17:58Z", "security_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv6", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}], "revision_number": 1, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "id": "78477c04-8987-443a-80e7-709db8b4bffc", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:13Z", "updated_at": "2018-08-27T12:18:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:18:13Z", "revision_number": 0, "id": "3a27aa5d-7c06-4025-9f38-1d79cc00ba6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:18:13Z", "security_group_id": "cf69b043-90ef-4f1c-b241-51e0211738d2", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv6", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:18:13Z", "revision_number": 0, "id": "d534a095-4799-48ff-83f3-5c9cde975513", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:18:13Z", "security_group_id": "cf69b043-90ef-4f1c-b241-51e0211738d2", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv4", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}], "revision_number": 1, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "id": "cf69b043-90ef-4f1c-b241-51e0211738d2", "name": "cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207"}]} 2018-08-27 12:18:14,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-aef39d73-a160-45cd-aac1-f3d93e530d50 2018-08-27 12:18:14,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.325373888016s 2018-08-27 12:18:14,199 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-aef39d73-a160-45cd-aac1-f3d93e530d50 2018-08-27 12:18:14,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 12:18:14,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -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": "cf69b043-90ef-4f1c-b241-51e0211738d2"}}' 2018-08-27 12:18:14,598 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-f60be9ca-7f21-424a-af44-fb5a2b59421d Date: Mon, 27 Aug 2018 12:18:14 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-27T12:18:14Z", "security_group_id": "cf69b043-90ef-4f1c-b241-51e0211738d2", "port_range_min": 22, "revision_number": 0, "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:14Z", "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "id": "5fa1000b-0d3d-4ec8-a2cb-3200e6712fb9"}} 2018-08-27 12:18:14,598 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-f60be9ca-7f21-424a-af44-fb5a2b59421d 2018-08-27 12:18:14,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.395267963409s 2018-08-27 12:18:14,598 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-f60be9ca-7f21-424a-af44-fb5a2b59421d 2018-08-27 12:18:14,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 12:18:14,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:14,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-aa27d2c8-84f7-47e4-a619-e5a731d85db8 Date: Mon, 27 Aug 2018 12:18:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:17:58Z", "updated_at": "2018-08-27T12:17:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:17:58Z", "revision_number": 0, "id": "3b09ea11-f21a-407c-90c7-afdc4b03f79d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:17:58Z", "security_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv4", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:17:58Z", "revision_number": 0, "id": "53587f8e-66bb-47c5-aacc-5d33a94fe831", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:17:58Z", "security_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv6", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:17:58Z", "revision_number": 0, "id": "ef9c79ce-ed3f-4a10-8779-1ca5b14c91eb", "remote_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "remote_ip_prefix": null, "created_at": "2018-08-27T12:17:58Z", "security_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv4", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:17:58Z", "revision_number": 0, "id": "f598b39b-f95a-475c-964c-060a46bbcc06", "remote_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "remote_ip_prefix": null, "created_at": "2018-08-27T12:17:58Z", "security_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv6", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}], "revision_number": 1, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "id": "78477c04-8987-443a-80e7-709db8b4bffc", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:13Z", "updated_at": "2018-08-27T12:18:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:18:13Z", "revision_number": 0, "id": "3a27aa5d-7c06-4025-9f38-1d79cc00ba6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:18:13Z", "security_group_id": "cf69b043-90ef-4f1c-b241-51e0211738d2", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv6", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T12:18:14Z", "revision_number": 0, "id": "5fa1000b-0d3d-4ec8-a2cb-3200e6712fb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:18:14Z", "security_group_id": "cf69b043-90ef-4f1c-b241-51e0211738d2", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:18:13Z", "revision_number": 0, "id": "d534a095-4799-48ff-83f3-5c9cde975513", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:18:13Z", "security_group_id": "cf69b043-90ef-4f1c-b241-51e0211738d2", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv4", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}], "revision_number": 2, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "id": "cf69b043-90ef-4f1c-b241-51e0211738d2", "name": "cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207"}]} 2018-08-27 12:18:14,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-aa27d2c8-84f7-47e4-a619-e5a731d85db8 2018-08-27 12:18:14,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.046746969223s 2018-08-27 12:18:14,649 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-aa27d2c8-84f7-47e4-a619-e5a731d85db8 2018-08-27 12:18:14,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 12:18:14,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -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": "cf69b043-90ef-4f1c-b241-51e0211738d2"}}' 2018-08-27 12:18:15,155 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-c96c2237-5583-438d-93dc-5e90a0485048 Date: Mon, 27 Aug 2018 12:18:15 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-27T12:18:15Z", "security_group_id": "cf69b043-90ef-4f1c-b241-51e0211738d2", "port_range_min": null, "revision_number": 0, "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:15Z", "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "id": "813d555b-094b-4b97-9163-8e68a9b63521"}} 2018-08-27 12:18:15,155 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-c96c2237-5583-438d-93dc-5e90a0485048 2018-08-27 12:18:15,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.503220081329s 2018-08-27 12:18:15,155 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-c96c2237-5583-438d-93dc-5e90a0485048 2018-08-27 12:18:15,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:18:15,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:15,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-62b63d33-fc00-4ba1-a6ea-e2b49db0b475 Date: Mon, 27 Aug 2018 12:18:15 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"dd0d8d82-7dbc-4a73-a493-fff8d5a790d5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"20aa2413095c4323ab08a498cb5d4fb4","l2_adjacency":true,"status":"ACTIVE","subnets":["3c40c5b1-ea33-4107-9376-de893f10ca54"],"description":"","tags":[],"updated_at":"2018-08-27T12:18:00Z","qos_policy_id":null,"name":"cinder_test-net_60c89108-9699-443a-b5e9-49b976504207","admin_state_up":true,"tenant_id":"20aa2413095c4323ab08a498cb5d4fb4","created_at":"2018-08-27T12:17:58Z","mtu":1450}]} 2018-08-27 12:18:15,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-62b63d33-fc00-4ba1-a6ea-e2b49db0b475 2018-08-27 12:18:15,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.445146083832s 2018-08-27 12:18:15,602 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-62b63d33-fc00-4ba1-a6ea-e2b49db0b475 2018-08-27 12:18:15,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:18:15,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:15,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-6d3e3c8f-1b81-4d49-bf17-e2da92b2ec2d Date: Mon, 27 Aug 2018 12:18:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:18:12Z", "file": "/v2/images/027f92b2-1b31-488e-9792-5e2366773bcb/file", "owner": "20aa2413095c4323ab08a498cb5d4fb4", "id": "027f92b2-1b31-488e-9792-5e2366773bcb", "size": 12716032, "self": "/v2/images/027f92b2-1b31-488e-9792-5e2366773bcb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/027f92b2-1b31-488e-9792-5e2366773bcb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/027f92b2-1b31-488e-9792-5e2366773bcb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_60c89108-9699-443a-b5e9-49b976504207", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_60c89108-9699-443a-b5e9-49b976504207", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:18:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:18:15,887 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6d3e3c8f-1b81-4d49-bf17-e2da92b2ec2d 2018-08-27 12:18:15,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.280954122543s 2018-08-27 12:18:15,888 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6d3e3c8f-1b81-4d49-bf17-e2da92b2ec2d 2018-08-27 12:18:15,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 12:18:15,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:15,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12: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-799efa2c-7123-442f-8959-d22ca68eba5b x-compute-request-id: req-799efa2c-7123-442f-8959-d22ca68eba5b Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_60c89108-9699-443a-b5e9-49b976504207", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "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": "e69e75a7-36f1-45f0-8177-65eb43fc89c0"}]} 2018-08-27 12:18:15,914 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-799efa2c-7123-442f-8959-d22ca68eba5b 2018-08-27 12:18:15,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0246291160583s 2018-08-27 12:18:15,915 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-799efa2c-7123-442f-8959-d22ca68eba5b 2018-08-27 12:18:15,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 12:18:15,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -d '{"server": {"name": "cinder_test-vm2_60c89108-9699-443a-b5e9-49b976504207", "imageRef": "027f92b2-1b31-488e-9792-5e2366773bcb", "key_name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207", "flavorRef": "e69e75a7-36f1-45f0-8177-65eb43fc89c0", "max_count": 1, "min_count": 1, "networks": [{"uuid": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5"}], "security_groups": [{"name": "cf69b043-90ef-4f1c-b241-51e0211738d2"}]}}' 2018-08-27 12:18:19,881 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12: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 x-openstack-request-id: req-b41c174d-8e31-4072-9251-fb52241a752e x-compute-request-id: req-b41c174d-8e31-4072-9251-fb52241a752e Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "cf69b043-90ef-4f1c-b241-51e0211738d2"}], "OS-DCF:diskConfig": "MANUAL", "id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "bookmark"}], "adminPass": "KwoP4RDH4pWb"}} 2018-08-27 12:18:19,881 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-b41c174d-8e31-4072-9251-fb52241a752e 2018-08-27 12:18:19,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.96529889107s 2018-08-27 12:18:19,882 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-b41c174d-8e31-4072-9251-fb52241a752e 2018-08-27 12:18:19,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:18:19,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:20,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:18: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-e47d6563-703c-491c-83a7-cac748362cae x-compute-request-id: req-e47d6563-703c-491c-83a7-cac748362cae Content-Encoding: gzip Content-Length: 606 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "bookmark"}], "image": {"id": "027f92b2-1b31-488e-9792-5e2366773bcb", "links": [{"href": "http://172.30.9.28:8774/images/027f92b2-1b31-488e-9792-5e2366773bcb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e69e75a7-36f1-45f0-8177-65eb43fc89c0", "links": [{"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "bookmark"}]}, "id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "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-27T12:18:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207", "name": "cinder_test-vm2_60c89108-9699-443a-b5e9-49b976504207", "created": "2018-08-27T12:18:19Z", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:18:20,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e47d6563-703c-491c-83a7-cac748362cae 2018-08-27 12:18:20,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.309307098389s 2018-08-27 12:18:20,193 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e47d6563-703c-491c-83a7-cac748362cae 2018-08-27 12:18:20,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:18:20,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:20,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-6cbafa9e-e2c6-44fd-a7ab-30d8c145aacd Date: Mon, 27 Aug 2018 12:18:20 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"dd0d8d82-7dbc-4a73-a493-fff8d5a790d5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"20aa2413095c4323ab08a498cb5d4fb4","l2_adjacency":true,"status":"ACTIVE","subnets":["3c40c5b1-ea33-4107-9376-de893f10ca54"],"description":"","tags":[],"updated_at":"2018-08-27T12:18:00Z","qos_policy_id":null,"name":"cinder_test-net_60c89108-9699-443a-b5e9-49b976504207","admin_state_up":true,"tenant_id":"20aa2413095c4323ab08a498cb5d4fb4","created_at":"2018-08-27T12:17:58Z","mtu":1450}]} 2018-08-27 12:18:20,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6cbafa9e-e2c6-44fd-a7ab-30d8c145aacd 2018-08-27 12:18:20,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.096492767334s 2018-08-27 12:18:20,297 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6cbafa9e-e2c6-44fd-a7ab-30d8c145aacd 2018-08-27 12:18:20,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 12:18:20,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:20,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4fb771c6-8407-4439-81de-4e4e2c5c84e3 Date: Mon, 27 Aug 2018 12:18:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dd0d8d82-7dbc-4a73-a493-fff8d5a790d5","tenant_id":"20aa2413095c4323ab08a498cb5d4fb4","created_at":"2018-08-27T12:18:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T12:18:00Z","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":"20aa2413095c4323ab08a498cb5d4fb4","id":"3c40c5b1-ea33-4107-9376-de893f10ca54","subnetpool_id":null,"name":"cinder_test-subnet_60c89108-9699-443a-b5e9-49b976504207"}]} 2018-08-27 12:18:20,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4fb771c6-8407-4439-81de-4e4e2c5c84e3 2018-08-27 12:18:20,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.048082113266s 2018-08-27 12:18:20,346 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4fb771c6-8407-4439-81de-4e4e2c5c84e3 2018-08-27 12:18:20,347 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:18:22,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:18:22,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:22,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:18: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-6467d2f6-37e6-4693-b97f-e264e858ff46 x-compute-request-id: req-6467d2f6-37e6-4693-b97f-e264e858ff46 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "bookmark"}], "image": {"id": "027f92b2-1b31-488e-9792-5e2366773bcb", "links": [{"href": "http://172.30.9.28:8774/images/027f92b2-1b31-488e-9792-5e2366773bcb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e69e75a7-36f1-45f0-8177-65eb43fc89c0", "links": [{"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "bookmark"}]}, "id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "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-27T12:18:22Z", "hostId": "0e865cd094c1da5f3e007c065b141fb615abbe7015b5d3e0dcb255f6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207", "name": "cinder_test-vm2_60c89108-9699-443a-b5e9-49b976504207", "created": "2018-08-27T12:18:19Z", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:18:22,788 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6467d2f6-37e6-4693-b97f-e264e858ff46 2018-08-27 12:18:22,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.438510894775s 2018-08-27 12:18:22,789 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6467d2f6-37e6-4693-b97f-e264e858ff46 2018-08-27 12:18:22,792 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:18:24,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:18:24,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:26,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12: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-dc2feace-b9cc-4fc3-8d58-cc7223a219d8 x-compute-request-id: req-dc2feace-b9cc-4fc3-8d58-cc7223a219d8 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.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "bookmark"}], "image": {"id": "027f92b2-1b31-488e-9792-5e2366773bcb", "links": [{"href": "http://172.30.9.28:8774/images/027f92b2-1b31-488e-9792-5e2366773bcb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e69e75a7-36f1-45f0-8177-65eb43fc89c0", "links": [{"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "bookmark"}]}, "id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "security_groups": [{"name": "cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207"}], "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "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-27T12:18:22Z", "hostId": "0e865cd094c1da5f3e007c065b141fb615abbe7015b5d3e0dcb255f6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207", "name": "cinder_test-vm2_60c89108-9699-443a-b5e9-49b976504207", "created": "2018-08-27T12:18:19Z", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:18:26,107 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dc2feace-b9cc-4fc3-8d58-cc7223a219d8 2018-08-27 12:18:26,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.31168293953s 2018-08-27 12:18:26,107 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dc2feace-b9cc-4fc3-8d58-cc7223a219d8 2018-08-27 12:18:26,111 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:18:28,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:18:28,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:28,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:18: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-27db9bcb-73ca-4b3d-8929-1b60d449bbb2 x-compute-request-id: req-27db9bcb-73ca-4b3d-8929-1b60d449bbb2 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_60c89108-9699-443a-b5e9-49b976504207": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:cb:c6", "version": 4, "addr": "192.168.120.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "bookmark"}], "image": {"id": "027f92b2-1b31-488e-9792-5e2366773bcb", "links": [{"href": "http://172.30.9.28:8774/images/027f92b2-1b31-488e-9792-5e2366773bcb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:18:27.000000", "flavor": {"id": "e69e75a7-36f1-45f0-8177-65eb43fc89c0", "links": [{"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "bookmark"}]}, "id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "security_groups": [{"name": "cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207"}], "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:18:27Z", "hostId": "0e865cd094c1da5f3e007c065b141fb615abbe7015b5d3e0dcb255f6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207", "name": "cinder_test-vm2_60c89108-9699-443a-b5e9-49b976504207", "created": "2018-08-27T12:18:19Z", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:18:28,870 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-27db9bcb-73ca-4b3d-8929-1b60d449bbb2 2018-08-27 12:18:28,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.756078958511s 2018-08-27 12:18:28,870 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-27db9bcb-73ca-4b3d-8929-1b60d449bbb2 2018-08-27 12:18:28,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 12:18:28,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=3c6fa9c1-3e41-4c5a-873f-5010fbaf955a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:29,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-b2c17d1c-f41e-4617-9bdf-7e7394d82d10 Date: Mon, 27 Aug 2018 12:18:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T12:18:26Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3c40c5b1-ea33-4107-9376-de893f10ca54","ip_address":"192.168.120.19"}],"id":"0c61298d-dad5-4568-a153-c43c64a8aa10","security_groups":["cf69b043-90ef-4f1c-b241-51e0211738d2"],"mac_address":"fa:16:3e:f1:cb:c6","project_id":"20aa2413095c4323ab08a498cb5d4fb4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dd0d8d82-7dbc-4a73-a493-fff8d5a790d5","tenant_id":"20aa2413095c4323ab08a498cb5d4fb4","created_at":"2018-08-27T12:18:23Z","binding:vnic_type":"normal","device_id":"3c6fa9c1-3e41-4c5a-873f-5010fbaf955a","ip_allocation":"immediate"}]} 2018-08-27 12:18:29,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=3c6fa9c1-3e41-4c5a-873f-5010fbaf955a used request id req-b2c17d1c-f41e-4617-9bdf-7e7394d82d10 2018-08-27 12:18:29,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.309567928314s 2018-08-27 12:18:29,183 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=3c6fa9c1-3e41-4c5a-873f-5010fbaf955a used request id req-b2c17d1c-f41e-4617-9bdf-7e7394d82d10 2018-08-27 12:18:29,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:18:29,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0c61298d-dad5-4568-a153-c43c64a8aa10" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:29,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6d395364-1b6f-4b7f-88af-00609e34a2e1 Date: Mon, 27 Aug 2018 12:18:29 GMT RESP BODY: {"floatingips": []} 2018-08-27 12:18:29,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0c61298d-dad5-4568-a153-c43c64a8aa10 used request id req-6d395364-1b6f-4b7f-88af-00609e34a2e1 2018-08-27 12:18:29,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0684809684753s 2018-08-27 12:18:29,258 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0c61298d-dad5-4568-a153-c43c64a8aa10 used request id req-6d395364-1b6f-4b7f-88af-00609e34a2e1 2018-08-27 12:18:29,258 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_60c89108-9699-443a-b5e9-49b976504207': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f1:cb:c6', 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'027f92b2-1b31-488e-9792-5e2366773bcb'}), 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-27T12:18:27.000000', 'flavor': Munch({u'id': u'e69e75a7-36f1-45f0-8177-65eb43fc89c0'}), 'az': u'nova', 'id': u'3c6fa9c1-3e41-4c5a-873f-5010fbaf955a', 'security_groups': [Munch({u'name': u'cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'1b1196a3972c45e6a8d247e8e8c69f33', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'20aa2413095c4323ab08a498cb5d4fb4', 'name': 'cinder_test-project_60c89108-9699-443a-b5e9-49b976504207', '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-27T12:18:27.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T12:18:27Z', 'hostId': u'0e865cd094c1da5f3e007c065b141fb615abbe7015b5d3e0dcb255f6', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207', 'public_v6': '', 'private_v4': u'192.168.120.19', 'cloud': 'envvars', 'host_id': u'0e865cd094c1da5f3e007c065b141fb615abbe7015b5d3e0dcb255f6', '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-27T12:18:27.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'20aa2413095c4323ab08a498cb5d4fb4', 'name': u'cinder_test-vm2_60c89108-9699-443a-b5e9-49b976504207', 'adminPass': u'KwoP4RDH4pWb', 'tenant_id': u'20aa2413095c4323ab08a498cb5d4fb4', 'created_at': u'2018-08-27T12:18:19Z', 'created': u'2018-08-27T12:18:19Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 12:18:29,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:18:29,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:29,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-44cf3b24-e85b-498c-8a2b-5dff1428e8ef Date: Mon, 27 Aug 2018 12:18:29 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"dd0d8d82-7dbc-4a73-a493-fff8d5a790d5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"20aa2413095c4323ab08a498cb5d4fb4","l2_adjacency":true,"status":"ACTIVE","subnets":["3c40c5b1-ea33-4107-9376-de893f10ca54"],"description":"","tags":[],"updated_at":"2018-08-27T12:18:00Z","qos_policy_id":null,"name":"cinder_test-net_60c89108-9699-443a-b5e9-49b976504207","admin_state_up":true,"tenant_id":"20aa2413095c4323ab08a498cb5d4fb4","created_at":"2018-08-27T12:17:58Z","mtu":1450}]} 2018-08-27 12:18:29,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-44cf3b24-e85b-498c-8a2b-5dff1428e8ef 2018-08-27 12:18:29,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.487909078598s 2018-08-27 12:18:29,750 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-44cf3b24-e85b-498c-8a2b-5dff1428e8ef 2018-08-27 12:18:29,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 12:18:29,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=3c6fa9c1-3e41-4c5a-873f-5010fbaf955a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:29,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-b029cdac-0e56-47e8-baa9-7f0b24f9990a Date: Mon, 27 Aug 2018 12:18:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T12:18:26Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3c40c5b1-ea33-4107-9376-de893f10ca54","ip_address":"192.168.120.19"}],"id":"0c61298d-dad5-4568-a153-c43c64a8aa10","security_groups":["cf69b043-90ef-4f1c-b241-51e0211738d2"],"mac_address":"fa:16:3e:f1:cb:c6","project_id":"20aa2413095c4323ab08a498cb5d4fb4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dd0d8d82-7dbc-4a73-a493-fff8d5a790d5","tenant_id":"20aa2413095c4323ab08a498cb5d4fb4","created_at":"2018-08-27T12:18:23Z","binding:vnic_type":"normal","device_id":"3c6fa9c1-3e41-4c5a-873f-5010fbaf955a","ip_allocation":"immediate"}]} 2018-08-27 12:18:29,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=3c6fa9c1-3e41-4c5a-873f-5010fbaf955a used request id req-b029cdac-0e56-47e8-baa9-7f0b24f9990a 2018-08-27 12:18:29,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0477950572968s 2018-08-27 12:18:29,799 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=3c6fa9c1-3e41-4c5a-873f-5010fbaf955a used request id req-b029cdac-0e56-47e8-baa9-7f0b24f9990a 2018-08-27 12:18:29,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-27 12:18:29,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -d '{"floatingip": {"floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "fixed_ip_address": "192.168.120.19", "port_id": "0c61298d-dad5-4568-a153-c43c64a8aa10"}}' 2018-08-27 12:18:32,862 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-4c183250-0822-4c28-8573-df5db9c77462 Date: Mon, 27 Aug 2018 12:18:32 GMT RESP BODY: {"floatingip": {"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "DOWN", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:30Z", "updated_at": "2018-08-27T12:18:30Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:cb:c6", "device_id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a"}, "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "0c61298d-dad5-4568-a153-c43c64a8aa10", "id": "2b71b485-a1b5-4e5b-9997-f9bb2705b8f7", "qos_policy_id": null}} 2018-08-27 12:18:32,862 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4c183250-0822-4c28-8573-df5db9c77462 2018-08-27 12:18:32,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 3.06206703186s 2018-08-27 12:18:32,863 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4c183250-0822-4c28-8573-df5db9c77462 2018-08-27 12:18:32,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:18:32,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:32,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-2c830d83-2979-4570-b821-fbddf8915490 Date: Mon, 27 Aug 2018 12:18:32 GMT RESP BODY: {"floatingips": [{"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "DOWN", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:30Z", "updated_at": "2018-08-27T12:18:30Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:cb:c6", "device_id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a"}, "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "0c61298d-dad5-4568-a153-c43c64a8aa10", "id": "2b71b485-a1b5-4e5b-9997-f9bb2705b8f7", "qos_policy_id": null}]} 2018-08-27 12:18:32,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2c830d83-2979-4570-b821-fbddf8915490 2018-08-27 12:18:32,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0610318183899s 2018-08-27 12:18:32,932 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2c830d83-2979-4570-b821-fbddf8915490 2018-08-27 12:18:32,936 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:18:33,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:18:33,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:33,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-c9b4c0f1-3b44-4b79-ad2d-33b6cc751747 Date: Mon, 27 Aug 2018 12:18:33 GMT RESP BODY: {"floatingips": [{"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "DOWN", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:30Z", "updated_at": "2018-08-27T12:18:30Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:cb:c6", "device_id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a"}, "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "0c61298d-dad5-4568-a153-c43c64a8aa10", "id": "2b71b485-a1b5-4e5b-9997-f9bb2705b8f7", "qos_policy_id": null}]} 2018-08-27 12:18:33,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c9b4c0f1-3b44-4b79-ad2d-33b6cc751747 2018-08-27 12:18:33,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0728230476379s 2018-08-27 12:18:33,115 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c9b4c0f1-3b44-4b79-ad2d-33b6cc751747 2018-08-27 12:18:33,118 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:18:33,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:18:33,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:33,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-748e56e3-9158-4da4-9456-b91a4a484ffd Date: Mon, 27 Aug 2018 12:18:33 GMT RESP BODY: {"floatingips": [{"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "DOWN", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:30Z", "updated_at": "2018-08-27T12:18:30Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:cb:c6", "device_id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a"}, "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "0c61298d-dad5-4568-a153-c43c64a8aa10", "id": "2b71b485-a1b5-4e5b-9997-f9bb2705b8f7", "qos_policy_id": null}]} 2018-08-27 12:18:33,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-748e56e3-9158-4da4-9456-b91a4a484ffd 2018-08-27 12:18:33,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0595262050629s 2018-08-27 12:18:33,283 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-748e56e3-9158-4da4-9456-b91a4a484ffd 2018-08-27 12:18:33,286 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:18:33,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:18:33,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:33,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-a824be3d-41f8-4361-828e-4f693fff59d1 Date: Mon, 27 Aug 2018 12:18:33 GMT RESP BODY: {"floatingips": [{"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "DOWN", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:30Z", "updated_at": "2018-08-27T12:18:30Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:cb:c6", "device_id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a"}, "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "0c61298d-dad5-4568-a153-c43c64a8aa10", "id": "2b71b485-a1b5-4e5b-9997-f9bb2705b8f7", "qos_policy_id": null}]} 2018-08-27 12:18:33,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-a824be3d-41f8-4361-828e-4f693fff59d1 2018-08-27 12:18:33,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0579340457916s 2018-08-27 12:18:33,450 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-a824be3d-41f8-4361-828e-4f693fff59d1 2018-08-27 12:18:33,454 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:18:33,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:18:33,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:33,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-e66efa7c-387b-40f7-8bea-e89ba7f9dc53 Date: Mon, 27 Aug 2018 12:18:33 GMT RESP BODY: {"floatingips": [{"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "DOWN", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:30Z", "updated_at": "2018-08-27T12:18:30Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:cb:c6", "device_id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a"}, "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "0c61298d-dad5-4568-a153-c43c64a8aa10", "id": "2b71b485-a1b5-4e5b-9997-f9bb2705b8f7", "qos_policy_id": null}]} 2018-08-27 12:18:33,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-e66efa7c-387b-40f7-8bea-e89ba7f9dc53 2018-08-27 12:18:33,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.322146177292s 2018-08-27 12:18:33,884 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-e66efa7c-387b-40f7-8bea-e89ba7f9dc53 2018-08-27 12:18:33,888 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:18:33,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:18:33,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:34,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-75278484-22e1-480b-b2b0-dbafdf7f0d53 Date: Mon, 27 Aug 2018 12:18:34 GMT RESP BODY: {"floatingips": [{"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:30Z", "updated_at": "2018-08-27T12:18:34Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:cb:c6", "device_id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a"}, "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "0c61298d-dad5-4568-a153-c43c64a8aa10", "id": "2b71b485-a1b5-4e5b-9997-f9bb2705b8f7", "qos_policy_id": null}]} 2018-08-27 12:18:34,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-75278484-22e1-480b-b2b0-dbafdf7f0d53 2018-08-27 12:18:34,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.323446989059s 2018-08-27 12:18:34,317 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-75278484-22e1-480b-b2b0-dbafdf7f0d53 2018-08-27 12:18:34,321 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'df0e7e26-5c5b-4071-915d-b2e7215ece02', 'updated_at': u'2018-08-27T12:18:34Z', 'fixed_ip_address': u'192.168.120.19', 'floating_ip_address': u'172.30.9.204', 'revision_number': 1, 'port_id': u'0c61298d-dad5-4568-a153-c43c64a8aa10', 'id': u'2b71b485-a1b5-4e5b-9997-f9bb2705b8f7', 'network': u'9e7da560-d286-4d69-b2d6-e7b51586033c', 'port': u'0c61298d-dad5-4568-a153-c43c64a8aa10', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'20aa2413095c4323ab08a498cb5d4fb4', 'name': 'cinder_test-project_60c89108-9699-443a-b5e9-49b976504207', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'20aa2413095c4323ab08a498cb5d4fb4', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'dd0d8d82-7dbc-4a73-a493-fff8d5a790d5', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:f1:cb:c6', u'device_id': u'3c6fa9c1-3e41-4c5a-873f-5010fbaf955a'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'20aa2413095c4323ab08a498cb5d4fb4', 'created_at': u'2018-08-27T12:18:30Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'dd0d8d82-7dbc-4a73-a493-fff8d5a790d5', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:f1:cb:c6', u'device_id': u'3c6fa9c1-3e41-4c5a-873f-5010fbaf955a'}), 'router': u'df0e7e26-5c5b-4071-915d-b2e7215ece02'}) 2018-08-27 12:18:34,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 12:18:34,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 12:18:34,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:18: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-bf0a4aa2-9fca-478b-ae21-ab53cecb5493 x-compute-request-id: req-bf0a4aa2-9fca-478b-ae21-ab53cecb5493 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 515693389 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.194294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.196728] pid_max: default: 32768 minimum: 301\n[ 0.198076] ACPI: Core revision 20150930\n[ 0.199793] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.201689] Security Framework initialized\n[ 0.202885] Yama: becoming mindful.\n[ 0.203932] AppArmor: AppArmor initialized\n[ 0.205170] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207079] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.208886] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210660] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212629] Initializing cgroup subsys io\n[ 0.213833] Initializing cgroup subsys memory\n[ 0.215108] Initializing cgroup subsys devices\n[ 0.216365] Initializing cgroup subsys freezer\n[ 0.217642] Initializing cgroup subsys net_cls\n[ 0.218922] Initializing cgroup subsys perf_event\n[ 0.220232] Initializing cgroup subsys net_prio\n[ 0.221539] Initializing cgroup subsys hugetlb\n[ 0.222810] Initializing cgroup subsys pids\n[ 0.224052] CPU: Physical Processor ID: 0\n[ 0.225949] mce: CPU supports 10 MCE banks\n[ 0.227168] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228606] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.243430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250154] ftrace: allocating 31920 entries in 125 pages\n[ 0.275260] smpboot: Max logical packages: 1\n[ 0.276527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.278535] x2apic enabled\n[ 0.279725] Switched APIC routing to physical x2apic.\n[ 0.282317] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.283901] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.286749] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289374] KVM setup paravirtual spinlock\n[ 0.291010] x86: Booted up 1 node, 1 CPUs\n[ 0.292165] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294122] devtmpfs: initialized\n[ 0.296138] evm: security.selinux\n[ 0.297143] evm: security.SMACK64\n[ 0.298139] evm: security.SMACK64EXEC\n[ 0.299209] evm: security.SMACK64TRANSMUTE\n[ 0.300362] evm: security.SMACK64MMAP\n[ 0.301427] evm: security.ima\n[ 0.302342] evm: security.capability\n[ 0.303455] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306086] pinctrl core: initialized pinctrl subsystem\n[ 0.307595] RTC time: 12:18:27, date: 08/27/18\n[ 0.308941] NET: Registered protocol family 16\n[ 0.310311] cpuidle: using governor ladder\n[ 0.311493] cpuidle: using governor menu\n[ 0.312619] PCCT header not found.\n[ 0.313731] ACPI: bus type PCI registered\n[ 0.314914] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316710] PCI: Using configuration type 1 for base access\n[ 0.318969] ACPI: Added _OSI(Module Device)\n[ 0.320194] ACPI: Added _OSI(Processor Device)\n[ 0.321455] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322771] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325032] ACPI: Interpreter enabled\n[ 0.326142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334190] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.336871] ACPI: (supports S0 S5)\n[ 0.337901] ACPI: Using IOAPIC for interrupt routing\n[ 0.339279] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344885] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346694] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348432] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351615] acpiphp: Slot [3] registered\n[ 0.352780] acpiphp: Slot [4] registered\n[ 0.353946] acpiphp: Slot [5] registered\n[ 0.355108] acpiphp: Slot [6] registered\n[ 0.356275] acpiphp: Slot [7] registered\n[ 0.357438] acpiphp: Slot [8] registered\n[ 0.358597] acpiphp: Slot [9] registered\n[ 0.359756] acpiphp: Slot [10] registered\n[ 0.360934] acpiphp: Slot [11] registered\n[ 0.362108] acpiphp: Slot [12] registered\n[ 0.363284] acpiphp: Slot [13] registered\n[ 0.364465] acpiphp: Slot [14] registered\n[ 0.365646] acpiphp: Slot [15] registered\n[ 0.381013] acpiphp: Slot [16] registered\n[ 0.382205] acpiphp: Slot [17] registered\n[ 0.383388] acpiphp: Slot [18] registered\n[ 0.384567] acpiphp: Slot [19] registered\n[ 0.385755] acpiphp: Slot [20] registered\n[ 0.386940] acpiphp: Slot [21] registered\n[ 0.388118] acpiphp: Slot [22] registered\n[ 0.389295] acpiphp: Slot [23] registered\n[ 0.390474] acpiphp: Slot [24] registered\n[ 0.391654] acpiphp: Slot [25] registered\n[ 0.392829] acpiphp: Slot [26] registered\n[ 0.394007] acpiphp: Slot [27] registered\n[ 0.395191] acpiphp: Slot [28] registered\n[ 0.396371] acpiphp: Slot [29] registered\n[ 0.397547] acpiphp: Slot [30] registered\n[ 0.398741] acpiphp: Slot [31] registered\n[ 0.399923] PCI host bridge to bus 0000:00\n[ 0.401106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.402866] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.404634] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.406753] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.408876] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.411051] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.415138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.417008] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.418727] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.420577] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.424829] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.426944] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.448232] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.450331] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.452352] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.454357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.456490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.458266] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.460112] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.461638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.463882] vgaarb: loaded\n[ 0.464761] vgaarb: bridge control possible 0000:00:02.0\n[ 0.466501] SCSI subsystem initialized\n[ 0.467810] ACPI: bus type USB registered\n[ 0.469008] usbcore: registered new interface driver usbfs\n[ 0.470495] usbcore: registered new interface driver hub\n[ 0.471947] usbcore: registered new device driver usb\n[ 0.473517] PCI: Using ACPI for IRQ routing\n[ 0.475119] NetLabel: Initializing\n[ 0.476157] NetLabel: domain hash size = 128\n[ 0.477395] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.478784] NetLabel: unlabeled traffic allowed by default\n[ 0.480463] clocksource: Switched to clocksource kvm-clock\n[ 0.490453] AppArmor: AppArmor Filesystem Enabled\n[ 0.491802] pnp: PnP ACPI init\n[ 0.493033] pnp: PnP ACPI: found 5 devices\n[ 0.499828] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.502120] NET: Registered protocol family 2\n[ 0.503507] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.505262] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.506893] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.508529] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510007] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511577] NET: Registered protocol family 1\n[ 0.512775] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.514264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.515738] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.530306] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.547414] Trying to unpack rootfs image as initramfs...\n[ 0.609952] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.612565] Scanning for low memory corruption every 60 seconds\n[ 0.614509] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.616110] audit: initializing netlink subsys (disabled)\n[ 0.617600] audit: type=2000 audit(1535372307.980:1): initialized\n[ 0.619467] Initialise system trusted keyring\n[ 0.620819] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.622408] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.625143] zbud: loaded\n[ 0.626144] VFS: Disk quotas dquot_6.6.0\n[ 0.627276] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.629414] fuse init (API version 7.23)\n[ 0.630644] Key type big_key registered\n[ 0.631749] Allocating IMA MOK and blacklist keyrings.\n[ 0.633442] Key type asymmetric registered\n[ 0.634586] Asymmetric key parser 'x509' registered\n[ 0.635898] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637966] io scheduler noop registered\n[ 0.639055] io scheduler deadline registered (default)\n[ 0.640416] io scheduler cfq registered\n[ 0.641602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643025] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646823] ACPI: Power Button [PWRF]\n[ 0.648045] GHES: HEST is not enabled!\n[ 0.662175] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691646] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694648] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721845] Linux agpgart interface v0.103\n[ 0.725142] brd: module loaded\n[ 0.727301] loop: module loaded\n[ 0.732335] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734277] GPT:90111 != 2097151\n[ 0.735194] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736645] GPT:90111 != 2097151\n[ 0.737564] GPT: Use GNU Parted to correct GPT errors.\n[ 0.738844] vda: vda1 vda15\n[ 0.740510] scsi host0: ata_piix\n[ 0.741560] scsi host1: ata_piix\n[ 0.742530] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.744138] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.746083] libphy: Fixed MDIO Bus: probed\n[ 0.747182] tun: Universal TUN/TAP device driver, 1.6\n[ 0.748449] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.751333] PPP generic driver version 2.4.2\n[ 0.752561] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.754143] ehci-pci: EHCI PCI platform driver\n[ 0.755306] ehci-platform: EHCI generic platform driver\n[ 0.756633] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.758152] ohci-pci: OHCI PCI platform driver\n[ 0.759315] ohci-platform: OHCI generic platform driver\n[ 0.760641] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.775245] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.776616] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.778585] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.779964] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.781506] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.783136] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.785057] usb usb1: Product: UHCI Host Controller\n[ 0.786311] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.787823] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.789127] hub 1-0:1.0: USB hub found\n[ 0.790183] hub 1-0:1.0: 2 ports detected\n[ 0.791490] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.794343] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.795626] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.796995] mousedev: PS/2 mouse device common for all mice\n[ 0.798689] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.801138] rtc_cmos 00:00: RTC can wake from S4\n[ 0.802654] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.804240] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.805820] i2c /dev entries driver\n[ 0.806856] device-mapper: uevent: version 1.0.3\n[ 0.808146] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.810336] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.812155] NET: Registered protocol family 10\n[ 0.813718] NET: Registered protocol family 17\n[ 0.814949] Key type dns_resolver registered\n[ 0.816247] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.817769] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.820203] registered taskstats version 1\n[ 0.821368] Loading compiled-in X.509 certificates\n[ 0.823204] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.825784] zswap: loaded using pool lzo/zbud\n[ 0.827822] Key type trusted registered\n[ 0.829996] Key type encrypted registered\n[ 0.831172] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.832603] ima: No TPM chip found, activating TPM-bypass!\n[ 0.834039] evm: HMAC attrs: 0x1\n[ 0.835312] Magic number: 14:584:330\n[ 0.836405] tty tty51: hash matches\n[ 0.837532] rtc_cmos 00:00: setting system clock to 2018-08-27 12:18:28 UTC (1535372308)\n[ 0.839811] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.841335] EDD information not available.\n[ 0.905978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908156] Write protecting the kernel read-only data: 14336k\n[ 0.911131] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.913600] 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\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... [ 1.070458] 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.19...\nLease of 192.168.120.19 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 1.05. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDAffmSUofNbnL0CbdTMppp7kndlK5XukAY8s5bk/5ZiDT0CpVACjAs0OfbQJG1nXqPyq7xLOoN9Ao1tkpXgfScxK9txMyLAsWUhj0ygWPEmJvvhC20w7yHYzI0hbu2dgEiKFCiNSCIac0095YK9VnwmvG7qQ9IyBneHsyNXyFaVvxhkg8ZZ4GUZJOTPOqw/KKTToYra+wAuIDDNRR5PoTuYULhSv1AHmA40jO0WTLemo7vq8L1Jvf+3VvQgGvDXPa5pY2q9k/18K9YjCIBMBm/z5CbpBNmV8ZFBJlhe9CD1q8DoE36FezBT6aA2qc5QY87u1o7cFauhBtm77rxFMwD root@cinder-test-vm2-60c89108-9699-443a-b5e9-49b976504207\nssh-dss AAAAB3NzaC1kc3MAAACBAP9UOkoPDQgogyn5HwbOlykFl9bya6vDXYLBKo89D0DARuPLjppUrdgX7BAFeAxI3RJtNIE/Sug6VS6V+yK7Dh3KuH1fplo5eGJIVkGoDOXlUT3oJwKPGs2jtM8eXta4DCwbB0dSIvLQCl5Iot51nYSAiUhqpcfKJ3aAlnQYbWYnAAAAFQDV272sFh5bvOfCoeqAOHi7/5O63QAAAIAutjP6/cJC7pFUxmgM3WHLG9AC7ugvEo+urLgjCAJhT2cr9Xu32Juxpr5E+pQE5mzC8Y8FMvaz4rp456phxal6fQyfUTQ1jYqb5TTkly05RU00b15qW/1D7lTFHBZCQ6lsLbIM/u2K0G1B+Zb+wUvArVFWP2zOOpxOehrZnDUI7gAAAIEA5Y7lr/UvzC1P6uo9s4TYJfGQHAiPp8jTRISzD5R13KlnpqSk37rulj0xsDTwwwdC/BUzwCXXx8WP8zL1HuBwG6rQGemVhpyS2X9O/wOIKiMqOT7VSqg4dhkW4Ezdu5ECB8jpYnMJVCE2Knvh20MRFOlX8QAZOIUMk0GcqejWJMc= root@cinder-test-vm2-60c89108-9699-443a-b5e9-49b976504207\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.19,24,fe80::f816:3eff:fef1:cbc6/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.19 \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-60c89108-9699-443a-b5e9-49b976504207\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.85 ===\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-60c89108-9699-443a-b5e9-49b976504207 login: "} 2018-08-27 12:18:34,432 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a/action used request id req-bf0a4aa2-9fca-478b-ae21-ab53cecb5493 2018-08-27 12:18:34,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.110682010651s 2018-08-27 12:18:34,433 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a/action used request id req-bf0a4aa2-9fca-478b-ae21-ab53cecb5493 2018-08-27 12:18:34,433 - 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 515693389 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.194294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.196728] pid_max: default: 32768 minimum: 301 [ 0.198076] ACPI: Core revision 20150930 [ 0.199793] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.201689] Security Framework initialized [ 0.202885] Yama: becoming mindful. [ 0.203932] AppArmor: AppArmor initialized [ 0.205170] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.207079] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.208886] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.210660] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.212629] Initializing cgroup subsys io [ 0.213833] Initializing cgroup subsys memory [ 0.215108] Initializing cgroup subsys devices [ 0.216365] Initializing cgroup subsys freezer [ 0.217642] Initializing cgroup subsys net_cls [ 0.218922] Initializing cgroup subsys perf_event [ 0.220232] Initializing cgroup subsys net_prio [ 0.221539] Initializing cgroup subsys hugetlb [ 0.222810] Initializing cgroup subsys pids [ 0.224052] CPU: Physical Processor ID: 0 [ 0.225949] mce: CPU supports 10 MCE banks [ 0.227168] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.228606] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.243430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.250154] ftrace: allocating 31920 entries in 125 pages [ 0.275260] smpboot: Max logical packages: 1 [ 0.276527] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.278535] x2apic enabled [ 0.279725] Switched APIC routing to physical x2apic. [ 0.282317] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.283901] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.286749] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.289374] KVM setup paravirtual spinlock [ 0.291010] x86: Booted up 1 node, 1 CPUs [ 0.292165] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.294122] devtmpfs: initialized [ 0.296138] evm: security.selinux [ 0.297143] evm: security.SMACK64 [ 0.298139] evm: security.SMACK64EXEC [ 0.299209] evm: security.SMACK64TRANSMUTE [ 0.300362] evm: security.SMACK64MMAP [ 0.301427] evm: security.ima [ 0.302342] evm: security.capability [ 0.303455] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.306086] pinctrl core: initialized pinctrl subsystem [ 0.307595] RTC time: 12:18:27, date: 08/27/18 [ 0.308941] NET: Registered protocol family 16 [ 0.310311] cpuidle: using governor ladder [ 0.311493] cpuidle: using governor menu [ 0.312619] PCCT header not found. [ 0.313731] ACPI: bus type PCI registered [ 0.314914] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.316710] PCI: Using configuration type 1 for base access [ 0.318969] ACPI: Added _OSI(Module Device) [ 0.320194] ACPI: Added _OSI(Processor Device) [ 0.321455] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.322771] ACPI: Added _OSI(Processor Aggregator Device) [ 0.325032] ACPI: Interpreter enabled [ 0.326142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.328822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.331502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.334190] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.336871] ACPI: (supports S0 S5) [ 0.337901] ACPI: Using IOAPIC for interrupt routing [ 0.339279] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.343226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.344885] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.346694] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.348432] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.351615] acpiphp: Slot [3] registered [ 0.352780] acpiphp: Slot [4] registered [ 0.353946] acpiphp: Slot [5] registered [ 0.355108] acpiphp: Slot [6] registered [ 0.356275] acpiphp: Slot [7] registered [ 0.357438] acpiphp: Slot [8] registered [ 0.358597] acpiphp: Slot [9] registered [ 0.359756] acpiphp: Slot [10] registered [ 0.360934] acpiphp: Slot [11] registered [ 0.362108] acpiphp: Slot [12] registered [ 0.363284] acpiphp: Slot [13] registered [ 0.364465] acpiphp: Slot [14] registered [ 0.365646] acpiphp: Slot [15] registered [ 0.381013] acpiphp: Slot [16] registered [ 0.382205] acpiphp: Slot [17] registered [ 0.383388] acpiphp: Slot [18] registered [ 0.384567] acpiphp: Slot [19] registered [ 0.385755] acpiphp: Slot [20] registered [ 0.386940] acpiphp: Slot [21] registered [ 0.388118] acpiphp: Slot [22] registered [ 0.389295] acpiphp: Slot [23] registered [ 0.390474] acpiphp: Slot [24] registered [ 0.391654] acpiphp: Slot [25] registered [ 0.392829] acpiphp: Slot [26] registered [ 0.394007] acpiphp: Slot [27] registered [ 0.395191] acpiphp: Slot [28] registered [ 0.396371] acpiphp: Slot [29] registered [ 0.397547] acpiphp: Slot [30] registered [ 0.398741] acpiphp: Slot [31] registered [ 0.399923] PCI host bridge to bus 0000:00 [ 0.401106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.402866] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.404634] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.406753] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.408876] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.411051] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.415138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.417008] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.418727] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.420577] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.424829] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.426944] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.448232] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.450331] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.452352] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.454357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.456490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.458266] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.460112] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.461638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.463882] vgaarb: loaded [ 0.464761] vgaarb: bridge control possible 0000:00:02.0 [ 0.466501] SCSI subsystem initialized [ 0.467810] ACPI: bus type USB registered [ 0.469008] usbcore: registered new interface driver usbfs [ 0.470495] usbcore: registered new interface driver hub [ 0.471947] usbcore: registered new device driver usb [ 0.473517] PCI: Using ACPI for IRQ routing [ 0.475119] NetLabel: Initializing [ 0.476157] NetLabel: domain hash size = 128 [ 0.477395] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.478784] NetLabel: unlabeled traffic allowed by default [ 0.480463] clocksource: Switched to clocksource kvm-clock [ 0.490453] AppArmor: AppArmor Filesystem Enabled [ 0.491802] pnp: PnP ACPI init [ 0.493033] pnp: PnP ACPI: found 5 devices [ 0.499828] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.502120] NET: Registered protocol family 2 [ 0.503507] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.505262] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.506893] TCP: Hash tables configured (established 4096 bind 4096) [ 0.508529] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.510007] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.511577] NET: Registered protocol family 1 [ 0.512775] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.514264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.515738] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.530306] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.547414] Trying to unpack rootfs image as initramfs... [ 0.609952] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.612565] Scanning for low memory corruption every 60 seconds [ 0.614509] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.616110] audit: initializing netlink subsys (disabled) [ 0.617600] audit: type=2000 audit(1535372307.980:1): initialized [ 0.619467] Initialise system trusted keyring [ 0.620819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.622408] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.625143] zbud: loaded [ 0.626144] VFS: Disk quotas dquot_6.6.0 [ 0.627276] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.629414] fuse init (API version 7.23) [ 0.630644] Key type big_key registered [ 0.631749] Allocating IMA MOK and blacklist keyrings. [ 0.633442] Key type asymmetric registered [ 0.634586] Asymmetric key parser 'x509' registered [ 0.635898] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.637966] io scheduler noop registered [ 0.639055] io scheduler deadline registered (default) [ 0.640416] io scheduler cfq registered [ 0.641602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.643025] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.644792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.646823] ACPI: Power Button [PWRF] [ 0.648045] GHES: HEST is not enabled! [ 0.662175] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.691646] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.694648] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.718914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.721845] Linux agpgart interface v0.103 [ 0.725142] brd: module loaded [ 0.727301] loop: module loaded [ 0.732335] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.734277] GPT:90111 != 2097151 [ 0.735194] GPT:Alternate GPT header not at the end of the disk. [ 0.736645] GPT:90111 != 2097151 [ 0.737564] GPT: Use GNU Parted to correct GPT errors. [ 0.738844] vda: vda1 vda15 [ 0.740510] scsi host0: ata_piix [ 0.741560] scsi host1: ata_piix [ 0.742530] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.744138] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.746083] libphy: Fixed MDIO Bus: probed [ 0.747182] tun: Universal TUN/TAP device driver, 1.6 [ 0.748449] tun: (C) 1999-2004 Max Krasnyansky [ 0.751333] PPP generic driver version 2.4.2 [ 0.752561] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.754143] ehci-pci: EHCI PCI platform driver [ 0.755306] ehci-platform: EHCI generic platform driver [ 0.756633] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.758152] ohci-pci: OHCI PCI platform driver [ 0.759315] ohci-platform: OHCI generic platform driver [ 0.760641] uhci_hcd: USB Universal Host Controller Interface driver [ 0.775245] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.776616] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.778585] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.779964] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.781506] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.783136] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.785057] usb usb1: Product: UHCI Host Controller [ 0.786311] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.787823] usb usb1: SerialNumber: 0000:00:01.2 [ 0.789127] hub 1-0:1.0: USB hub found [ 0.790183] hub 1-0:1.0: 2 ports detected [ 0.791490] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.794343] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.795626] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.796995] mousedev: PS/2 mouse device common for all mice [ 0.798689] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.801138] rtc_cmos 00:00: RTC can wake from S4 [ 0.802654] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.804240] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.805820] i2c /dev entries driver [ 0.806856] device-mapper: uevent: version 1.0.3 [ 0.808146] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.810336] ledtrig-cpu: registered to indicate activity on CPUs [ 0.812155] NET: Registered protocol family 10 [ 0.813718] NET: Registered protocol family 17 [ 0.814949] Key type dns_resolver registered [ 0.816247] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.817769] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.820203] registered taskstats version 1 [ 0.821368] Loading compiled-in X.509 certificates [ 0.823204] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.825784] zswap: loaded using pool lzo/zbud [ 0.827822] Key type trusted registered [ 0.829996] Key type encrypted registered [ 0.831172] AppArmor: AppArmor sha1 policy hashing enabled [ 0.832603] ima: No TPM chip found, activating TPM-bypass! [ 0.834039] evm: HMAC attrs: 0x1 [ 0.835312] Magic number: 14:584:330 [ 0.836405] tty tty51: hash matches [ 0.837532] rtc_cmos 00:00: setting system clock to 2018-08-27 12:18:28 UTC (1535372308) [ 0.839811] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.841335] EDD information not available. [ 0.905978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.908156] Write protecting the kernel read-only data: 14336k [ 0.911131] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.913600] 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 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... [ 1.070458] 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.19... Lease of 192.168.120.19 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 1.05. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDAffmSUofNbnL0CbdTMppp7kndlK5XukAY8s5bk/5ZiDT0CpVACjAs0OfbQJG1nXqPyq7xLOoN9Ao1tkpXgfScxK9txMyLAsWUhj0ygWPEmJvvhC20w7yHYzI0hbu2dgEiKFCiNSCIac0095YK9VnwmvG7qQ9IyBneHsyNXyFaVvxhkg8ZZ4GUZJOTPOqw/KKTToYra+wAuIDDNRR5PoTuYULhSv1AHmA40jO0WTLemo7vq8L1Jvf+3VvQgGvDXPa5pY2q9k/18K9YjCIBMBm/z5CbpBNmV8ZFBJlhe9CD1q8DoE36FezBT6aA2qc5QY87u1o7cFauhBtm77rxFMwD root@cinder-test-vm2-60c89108-9699-443a-b5e9-49b976504207 ssh-dss AAAAB3NzaC1kc3MAAACBAP9UOkoPDQgogyn5HwbOlykFl9bya6vDXYLBKo89D0DARuPLjppUrdgX7BAFeAxI3RJtNIE/Sug6VS6V+yK7Dh3KuH1fplo5eGJIVkGoDOXlUT3oJwKPGs2jtM8eXta4DCwbB0dSIvLQCl5Iot51nYSAiUhqpcfKJ3aAlnQYbWYnAAAAFQDV272sFh5bvOfCoeqAOHi7/5O63QAAAIAutjP6/cJC7pFUxmgM3WHLG9AC7ugvEo+urLgjCAJhT2cr9Xu32Juxpr5E+pQE5mzC8Y8FMvaz4rp456phxal6fQyfUTQ1jYqb5TTkly05RU00b15qW/1D7lTFHBZCQ6lsLbIM/u2K0G1B+Zb+wUvArVFWP2zOOpxOehrZnDUI7gAAAIEA5Y7lr/UvzC1P6uo9s4TYJfGQHAiPp8jTRISzD5R13KlnpqSk37rulj0xsDTwwwdC/BUzwCXXx8WP8zL1HuBwG6rQGemVhpyS2X9O/wOIKiMqOT7VSqg4dhkW4Ezdu5ECB8jpYnMJVCE2Knvh20MRFOlX8QAZOIUMk0GcqejWJMc= root@cinder-test-vm2-60c89108-9699-443a-b5e9-49b976504207 -----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.19,24,fe80::f816:3eff:fef1:cbc6/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.19 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-60c89108-9699-443a-b5e9-49b976504207 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.85 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-60c89108-9699-443a-b5e9-49b976504207 login: 2018-08-27 12:18:34,942 - paramiko.transport - DEBUG - starting thread (client mode): 0xef33de50L 2018-08-27 12:18:34,943 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 12:18:35,002 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-27 12:18:35,003 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-27 12:18:35,004 - 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 12:18:35,004 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 12:18:35,004 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-27 12:18:35,005 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 12:18:35,005 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 12:18:35,005 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 12:18:35,059 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 12:18:35,060 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 12:18:35,075 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.204: afe2da4fd1f0a0dee16c79b062dc2316 2018-08-27 12:18:35,076 - paramiko.transport - DEBUG - Trying discovered key 05b5c17573e2caf6137ee434e07f20dd in /tmp/tmpFCHDFK 2018-08-27 12:18:35,099 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 12:18:35,105 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-27 12:18:35,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-27 12:18:35,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -d '{"volume": {"display_name": "cinder_test-volume_60c89108-9699-443a-b5e9-49b976504207", "size": "2"}}' 2018-08-27 12:18:36,311 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:18:35 GMT Server: Apache x-compute-request-id: req-a1cf9e51-a488-4062-9916-75b916918655 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a1cf9e51-a488-4062-9916-75b916918655 Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "self"}, {"href": "http://172.30.9.28:8776/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T12:18:36.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_60c89108-9699-443a-b5e9-49b976504207", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "168d120b-14f7-45cf-b49b-d4735e182c43", "size": 2}} 2018-08-27 12:18:36,311 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes used request id req-a1cf9e51-a488-4062-9916-75b916918655 2018-08-27 12:18:36,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.19976496696s 2018-08-27 12:18:36,311 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes used request id req-a1cf9e51-a488-4062-9916-75b916918655 2018-08-27 12:18:36,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 12:18:36,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:37,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:18:36 GMT Server: Apache x-compute-request-id: req-9b342005-c367-449c-b806-6f609c80c4ae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9b342005-c367-449c-b806-6f609c80c4ae Content-Encoding: gzip Content-Length: 448 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "self"}, {"href": "http://172.30.9.28:8776/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T12:18:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "updated_at": "2018-08-27T12:18:36.000000", "volume_type": null, "name": "cinder_test-volume_60c89108-9699-443a-b5e9-49b976504207", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "168d120b-14f7-45cf-b49b-d4735e182c43", "size": 2}]} 2018-08-27 12:18:37,310 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-9b342005-c367-449c-b806-6f609c80c4ae 2018-08-27 12:18:37,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.997400045395s 2018-08-27 12:18:37,310 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-9b342005-c367-449c-b806-6f609c80c4ae 2018-08-27 12:18:37,312 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:18:39,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 12:18:39,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:40,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:18:39 GMT Server: Apache x-compute-request-id: req-8aaa0744-fdda-489a-90a5-ba6975b9e5a3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8aaa0744-fdda-489a-90a5-ba6975b9e5a3 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "self"}, {"href": "http://172.30.9.28:8776/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T12:18:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "updated_at": "2018-08-27T12:18:38.000000", "volume_type": null, "name": "cinder_test-volume_60c89108-9699-443a-b5e9-49b976504207", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "168d120b-14f7-45cf-b49b-d4735e182c43", "size": 2}]} 2018-08-27 12:18:40,322 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-8aaa0744-fdda-489a-90a5-ba6975b9e5a3 2018-08-27 12:18:40,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.00759410858s 2018-08-27 12:18:40,323 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-8aaa0744-fdda-489a-90a5-ba6975b9e5a3 2018-08-27 12:18:40,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:18:40,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:40,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-acf20883-b5f2-4e94-b7f6-34e5c34ef2fe Date: Mon, 27 Aug 2018 12:18:40 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"dd0d8d82-7dbc-4a73-a493-fff8d5a790d5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"20aa2413095c4323ab08a498cb5d4fb4","l2_adjacency":true,"status":"ACTIVE","subnets":["3c40c5b1-ea33-4107-9376-de893f10ca54"],"description":"","tags":[],"updated_at":"2018-08-27T12:18:00Z","qos_policy_id":null,"name":"cinder_test-net_60c89108-9699-443a-b5e9-49b976504207","admin_state_up":true,"tenant_id":"20aa2413095c4323ab08a498cb5d4fb4","created_at":"2018-08-27T12:17:58Z","mtu":1450}]} 2018-08-27 12:18:40,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-acf20883-b5f2-4e94-b7f6-34e5c34ef2fe 2018-08-27 12:18:40,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260304927826s 2018-08-27 12:18:40,586 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-acf20883-b5f2-4e94-b7f6-34e5c34ef2fe 2018-08-27 12:18:40,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:18:40,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:40,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-ef776a9b-6916-4b41-ba75-e1aa0bd92df8 Date: Mon, 27 Aug 2018 12:18:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:18:12Z", "file": "/v2/images/027f92b2-1b31-488e-9792-5e2366773bcb/file", "owner": "20aa2413095c4323ab08a498cb5d4fb4", "id": "027f92b2-1b31-488e-9792-5e2366773bcb", "size": 12716032, "self": "/v2/images/027f92b2-1b31-488e-9792-5e2366773bcb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/027f92b2-1b31-488e-9792-5e2366773bcb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/027f92b2-1b31-488e-9792-5e2366773bcb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_60c89108-9699-443a-b5e9-49b976504207", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_60c89108-9699-443a-b5e9-49b976504207", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:18:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:18:40,906 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ef776a9b-6916-4b41-ba75-e1aa0bd92df8 2018-08-27 12:18:40,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.314553976059s 2018-08-27 12:18:40,906 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ef776a9b-6916-4b41-ba75-e1aa0bd92df8 2018-08-27 12:18:40,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 12:18:40,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:40,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:18: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-b30c82ea-e5e0-499f-b2f2-c23c61c5a33c x-compute-request-id: req-b30c82ea-e5e0-499f-b2f2-c23c61c5a33c Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_60c89108-9699-443a-b5e9-49b976504207", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "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": "e69e75a7-36f1-45f0-8177-65eb43fc89c0"}]} 2018-08-27 12:18:40,936 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-b30c82ea-e5e0-499f-b2f2-c23c61c5a33c 2018-08-27 12:18:40,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0285670757294s 2018-08-27 12:18:40,937 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-b30c82ea-e5e0-499f-b2f2-c23c61c5a33c 2018-08-27 12:18:40,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 12:18:40,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -d '{"server": {"name": "cinder_test-vm_60c89108-9699-443a-b5e9-49b976504207", "imageRef": "027f92b2-1b31-488e-9792-5e2366773bcb", "key_name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207", "flavorRef": "e69e75a7-36f1-45f0-8177-65eb43fc89c0", "max_count": 1, "min_count": 1, "networks": [{"uuid": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5"}], "security_groups": [{"name": "cf69b043-90ef-4f1c-b241-51e0211738d2"}]}}' 2018-08-27 12:18:44,856 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:18: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-777321c8-ebc4-4c34-abac-b64b3479fe01 x-compute-request-id: req-777321c8-ebc4-4c34-abac-b64b3479fe01 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "cf69b043-90ef-4f1c-b241-51e0211738d2"}], "OS-DCF:diskConfig": "MANUAL", "id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "rel": "bookmark"}], "adminPass": "8R7jPywupXNM"}} 2018-08-27 12:18:44,856 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-777321c8-ebc4-4c34-abac-b64b3479fe01 2018-08-27 12:18:44,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.91811704636s 2018-08-27 12:18:44,857 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-777321c8-ebc4-4c34-abac-b64b3479fe01 2018-08-27 12:18:44,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:18:44,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:46,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12: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-46461319-bf34-4f35-a090-6cc081cf2589 x-compute-request-id: req-46461319-bf34-4f35-a090-6cc081cf2589 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "rel": "bookmark"}], "image": {"id": "027f92b2-1b31-488e-9792-5e2366773bcb", "links": [{"href": "http://172.30.9.28:8774/images/027f92b2-1b31-488e-9792-5e2366773bcb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e69e75a7-36f1-45f0-8177-65eb43fc89c0", "links": [{"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "bookmark"}]}, "id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "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-27T12:18:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207", "name": "cinder_test-vm_60c89108-9699-443a-b5e9-49b976504207", "created": "2018-08-27T12:18:44Z", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_60c89108-9699-443a-b5e9-49b976504207": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:cb:c6", "version": 4, "addr": "192.168.120.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:cb:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "bookmark"}], "image": {"id": "027f92b2-1b31-488e-9792-5e2366773bcb", "links": [{"href": "http://172.30.9.28:8774/images/027f92b2-1b31-488e-9792-5e2366773bcb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:18:27.000000", "flavor": {"id": "e69e75a7-36f1-45f0-8177-65eb43fc89c0", "links": [{"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "bookmark"}]}, "id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "security_groups": [{"name": "cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207"}], "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:18:27Z", "hostId": "0e865cd094c1da5f3e007c065b141fb615abbe7015b5d3e0dcb255f6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207", "name": "cinder_test-vm2_60c89108-9699-443a-b5e9-49b976504207", "created": "2018-08-27T12:18:19Z", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:18:46,027 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-46461319-bf34-4f35-a090-6cc081cf2589 2018-08-27 12:18:46,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.16997289658s 2018-08-27 12:18:46,028 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-46461319-bf34-4f35-a090-6cc081cf2589 2018-08-27 12:18:46,034 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:18:48,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:18:48,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:49,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:18: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-95542ddf-8ff2-4c8e-acc4-30a74187c9c4 x-compute-request-id: req-95542ddf-8ff2-4c8e-acc4-30a74187c9c4 Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "rel": "bookmark"}], "image": {"id": "027f92b2-1b31-488e-9792-5e2366773bcb", "links": [{"href": "http://172.30.9.28:8774/images/027f92b2-1b31-488e-9792-5e2366773bcb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e69e75a7-36f1-45f0-8177-65eb43fc89c0", "links": [{"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "bookmark"}]}, "id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "security_groups": [{"name": "cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207"}], "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "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-27T12:18:47Z", "hostId": "b0d2feb0ff425a9abcb5960c20098c0b38ea1f0e5e4f52fd3724263f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207", "name": "cinder_test-vm_60c89108-9699-443a-b5e9-49b976504207", "created": "2018-08-27T12:18:44Z", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_60c89108-9699-443a-b5e9-49b976504207": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:cb:c6", "version": 4, "addr": "192.168.120.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:cb:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "bookmark"}], "image": {"id": "027f92b2-1b31-488e-9792-5e2366773bcb", "links": [{"href": "http://172.30.9.28:8774/images/027f92b2-1b31-488e-9792-5e2366773bcb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:18:27.000000", "flavor": {"id": "e69e75a7-36f1-45f0-8177-65eb43fc89c0", "links": [{"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "bookmark"}]}, "id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "security_groups": [{"name": "cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207"}], "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:18:27Z", "hostId": "0e865cd094c1da5f3e007c065b141fb615abbe7015b5d3e0dcb255f6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207", "name": "cinder_test-vm2_60c89108-9699-443a-b5e9-49b976504207", "created": "2018-08-27T12:18:19Z", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:18:49,117 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-95542ddf-8ff2-4c8e-acc4-30a74187c9c4 2018-08-27 12:18:49,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08089208603s 2018-08-27 12:18:49,117 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-95542ddf-8ff2-4c8e-acc4-30a74187c9c4 2018-08-27 12:18:49,122 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:18:51,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:18:51,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:52,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:18: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-bdf2ff07-0bad-4e1f-ac43-14d16101e6b4 x-compute-request-id: req-bdf2ff07-0bad-4e1f-ac43-14d16101e6b4 Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "rel": "bookmark"}], "image": {"id": "027f92b2-1b31-488e-9792-5e2366773bcb", "links": [{"href": "http://172.30.9.28:8774/images/027f92b2-1b31-488e-9792-5e2366773bcb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e69e75a7-36f1-45f0-8177-65eb43fc89c0", "links": [{"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "bookmark"}]}, "id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "security_groups": [{"name": "cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207"}], "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "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-27T12:18:47Z", "hostId": "b0d2feb0ff425a9abcb5960c20098c0b38ea1f0e5e4f52fd3724263f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207", "name": "cinder_test-vm_60c89108-9699-443a-b5e9-49b976504207", "created": "2018-08-27T12:18:44Z", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_60c89108-9699-443a-b5e9-49b976504207": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:cb:c6", "version": 4, "addr": "192.168.120.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:cb:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "bookmark"}], "image": {"id": "027f92b2-1b31-488e-9792-5e2366773bcb", "links": [{"href": "http://172.30.9.28:8774/images/027f92b2-1b31-488e-9792-5e2366773bcb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:18:27.000000", "flavor": {"id": "e69e75a7-36f1-45f0-8177-65eb43fc89c0", "links": [{"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "bookmark"}]}, "id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "security_groups": [{"name": "cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207"}], "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:18:27Z", "hostId": "0e865cd094c1da5f3e007c065b141fb615abbe7015b5d3e0dcb255f6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207", "name": "cinder_test-vm2_60c89108-9699-443a-b5e9-49b976504207", "created": "2018-08-27T12:18:19Z", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:18:52,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bdf2ff07-0bad-4e1f-ac43-14d16101e6b4 2018-08-27 12:18:52,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.985812902451s 2018-08-27 12:18:52,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bdf2ff07-0bad-4e1f-ac43-14d16101e6b4 2018-08-27 12:18:52,115 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:18:54,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:18:54,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:54,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12: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-3e599712-13f2-4d0c-9c02-74d1e2f9ec13 x-compute-request-id: req-3e599712-13f2-4d0c-9c02-74d1e2f9ec13 Content-Encoding: gzip Content-Length: 884 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_60c89108-9699-443a-b5e9-49b976504207": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d9:8b", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "rel": "bookmark"}], "image": {"id": "027f92b2-1b31-488e-9792-5e2366773bcb", "links": [{"href": "http://172.30.9.28:8774/images/027f92b2-1b31-488e-9792-5e2366773bcb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:18:53.000000", "flavor": {"id": "e69e75a7-36f1-45f0-8177-65eb43fc89c0", "links": [{"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "bookmark"}]}, "id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "security_groups": [{"name": "cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207"}], "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:18:53Z", "hostId": "b0d2feb0ff425a9abcb5960c20098c0b38ea1f0e5e4f52fd3724263f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207", "name": "cinder_test-vm_60c89108-9699-443a-b5e9-49b976504207", "created": "2018-08-27T12:18:44Z", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_60c89108-9699-443a-b5e9-49b976504207": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:cb:c6", "version": 4, "addr": "192.168.120.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:cb:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "bookmark"}], "image": {"id": "027f92b2-1b31-488e-9792-5e2366773bcb", "links": [{"href": "http://172.30.9.28:8774/images/027f92b2-1b31-488e-9792-5e2366773bcb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:18:27.000000", "flavor": {"id": "e69e75a7-36f1-45f0-8177-65eb43fc89c0", "links": [{"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "bookmark"}]}, "id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "security_groups": [{"name": "cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207"}], "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:18:27Z", "hostId": "0e865cd094c1da5f3e007c065b141fb615abbe7015b5d3e0dcb255f6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207", "name": "cinder_test-vm2_60c89108-9699-443a-b5e9-49b976504207", "created": "2018-08-27T12:18:19Z", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:18:54,994 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3e599712-13f2-4d0c-9c02-74d1e2f9ec13 2018-08-27 12:18:54,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.876410961151s 2018-08-27 12:18:54,994 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3e599712-13f2-4d0c-9c02-74d1e2f9ec13 2018-08-27 12:18:54,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 12:18:55,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:55,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-c03ffd0b-77c6-406d-bc04-6dedaee61656 Date: Mon, 27 Aug 2018 12:18:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T12:18:52Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3c40c5b1-ea33-4107-9376-de893f10ca54","ip_address":"192.168.120.9"}],"id":"b18f59b2-1d3b-4adc-a10b-d6ef8ba7a831","security_groups":["cf69b043-90ef-4f1c-b241-51e0211738d2"],"mac_address":"fa:16:3e:b1:d9:8b","project_id":"20aa2413095c4323ab08a498cb5d4fb4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dd0d8d82-7dbc-4a73-a493-fff8d5a790d5","tenant_id":"20aa2413095c4323ab08a498cb5d4fb4","created_at":"2018-08-27T12:18:48Z","binding:vnic_type":"normal","device_id":"0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f","ip_allocation":"immediate"}]} 2018-08-27 12:18:55,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f used request id req-c03ffd0b-77c6-406d-bc04-6dedaee61656 2018-08-27 12:18:55,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0497000217438s 2018-08-27 12:18:55,049 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f used request id req-c03ffd0b-77c6-406d-bc04-6dedaee61656 2018-08-27 12:18:55,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:18:55,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=b18f59b2-1d3b-4adc-a10b-d6ef8ba7a831" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:55,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b177bf61-645a-4910-b1a9-1384bc865c1e Date: Mon, 27 Aug 2018 12:18:55 GMT RESP BODY: {"floatingips": []} 2018-08-27 12:18:55,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=b18f59b2-1d3b-4adc-a10b-d6ef8ba7a831 used request id req-b177bf61-645a-4910-b1a9-1384bc865c1e 2018-08-27 12:18:55,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0459799766541s 2018-08-27 12:18:55,101 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=b18f59b2-1d3b-4adc-a10b-d6ef8ba7a831 used request id req-b177bf61-645a-4910-b1a9-1384bc865c1e 2018-08-27 12:18:55,101 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_60c89108-9699-443a-b5e9-49b976504207': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b1:d9:8b', 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'027f92b2-1b31-488e-9792-5e2366773bcb'}), 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-27T12:18:53.000000', 'flavor': Munch({u'id': u'e69e75a7-36f1-45f0-8177-65eb43fc89c0'}), 'az': u'nova', 'id': u'0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f', 'security_groups': [Munch({u'name': u'cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'1b1196a3972c45e6a8d247e8e8c69f33', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'20aa2413095c4323ab08a498cb5d4fb4', 'name': 'cinder_test-project_60c89108-9699-443a-b5e9-49b976504207', '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-27T12:18:53.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T12:18:53Z', 'hostId': u'b0d2feb0ff425a9abcb5960c20098c0b38ea1f0e5e4f52fd3724263f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'b0d2feb0ff425a9abcb5960c20098c0b38ea1f0e5e4f52fd3724263f', '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-27T12:18:53.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'20aa2413095c4323ab08a498cb5d4fb4', 'name': u'cinder_test-vm_60c89108-9699-443a-b5e9-49b976504207', 'adminPass': u'8R7jPywupXNM', 'tenant_id': u'20aa2413095c4323ab08a498cb5d4fb4', 'created_at': u'2018-08-27T12:18:44Z', 'created': u'2018-08-27T12:18:44Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 12:18:55,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:18:55,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:55,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-3d362d0e-9c4c-45a5-8fe0-6186079e0d52 Date: Mon, 27 Aug 2018 12:18:55 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"dd0d8d82-7dbc-4a73-a493-fff8d5a790d5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"20aa2413095c4323ab08a498cb5d4fb4","l2_adjacency":true,"status":"ACTIVE","subnets":["3c40c5b1-ea33-4107-9376-de893f10ca54"],"description":"","tags":[],"updated_at":"2018-08-27T12:18:00Z","qos_policy_id":null,"name":"cinder_test-net_60c89108-9699-443a-b5e9-49b976504207","admin_state_up":true,"tenant_id":"20aa2413095c4323ab08a498cb5d4fb4","created_at":"2018-08-27T12:17:58Z","mtu":1450}]} 2018-08-27 12:18:55,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3d362d0e-9c4c-45a5-8fe0-6186079e0d52 2018-08-27 12:18:55,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.360723972321s 2018-08-27 12:18:55,466 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3d362d0e-9c4c-45a5-8fe0-6186079e0d52 2018-08-27 12:18:55,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 12:18:55,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:55,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-8963ae6f-1fd9-4a28-9a80-c5f3a50f9541 Date: Mon, 27 Aug 2018 12:18:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T12:18:52Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3c40c5b1-ea33-4107-9376-de893f10ca54","ip_address":"192.168.120.9"}],"id":"b18f59b2-1d3b-4adc-a10b-d6ef8ba7a831","security_groups":["cf69b043-90ef-4f1c-b241-51e0211738d2"],"mac_address":"fa:16:3e:b1:d9:8b","project_id":"20aa2413095c4323ab08a498cb5d4fb4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dd0d8d82-7dbc-4a73-a493-fff8d5a790d5","tenant_id":"20aa2413095c4323ab08a498cb5d4fb4","created_at":"2018-08-27T12:18:48Z","binding:vnic_type":"normal","device_id":"0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f","ip_allocation":"immediate"}]} 2018-08-27 12:18:55,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f used request id req-8963ae6f-1fd9-4a28-9a80-c5f3a50f9541 2018-08-27 12:18:55,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0482218265533s 2018-08-27 12:18:55,516 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f used request id req-8963ae6f-1fd9-4a28-9a80-c5f3a50f9541 2018-08-27 12:18:55,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-27 12:18:55,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -d '{"floatingip": {"floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "fixed_ip_address": "192.168.120.9", "port_id": "b18f59b2-1d3b-4adc-a10b-d6ef8ba7a831"}}' 2018-08-27 12:18:58,221 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-758e1b21-7de9-4c9f-a7eb-22ef501b2e0f Date: Mon, 27 Aug 2018 12:18:58 GMT RESP BODY: {"floatingip": {"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "DOWN", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:56Z", "updated_at": "2018-08-27T12:18:56Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:b1:d9:8b", "device_id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "b18f59b2-1d3b-4adc-a10b-d6ef8ba7a831", "id": "6150591b-863e-4b63-9a16-96eff6112b66", "qos_policy_id": null}} 2018-08-27 12:18:58,221 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-758e1b21-7de9-4c9f-a7eb-22ef501b2e0f 2018-08-27 12:18:58,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.70463418961s 2018-08-27 12:18:58,221 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-758e1b21-7de9-4c9f-a7eb-22ef501b2e0f 2018-08-27 12:18:58,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:18:58,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:58,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-f1fbce8d-ce2f-46cc-b9db-4a1752ab2c3f Date: Mon, 27 Aug 2018 12:18:58 GMT RESP BODY: {"floatingips": [{"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:30Z", "updated_at": "2018-08-27T12:18:34Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:cb:c6", "device_id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a"}, "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.204", "revision_number": 3, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "0c61298d-dad5-4568-a153-c43c64a8aa10", "id": "2b71b485-a1b5-4e5b-9997-f9bb2705b8f7", "qos_policy_id": null}, {"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "DOWN", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:56Z", "updated_at": "2018-08-27T12:18:56Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:b1:d9:8b", "device_id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "b18f59b2-1d3b-4adc-a10b-d6ef8ba7a831", "id": "6150591b-863e-4b63-9a16-96eff6112b66", "qos_policy_id": null}]} 2018-08-27 12:18:58,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f1fbce8d-ce2f-46cc-b9db-4a1752ab2c3f 2018-08-27 12:18:58,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0914521217346s 2018-08-27 12:18:58,321 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f1fbce8d-ce2f-46cc-b9db-4a1752ab2c3f 2018-08-27 12:18:58,329 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:18:58,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:18:58,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:58,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-584b4096-d7b0-42d8-9293-dbecc26254f2 Date: Mon, 27 Aug 2018 12:18:58 GMT RESP BODY: {"floatingips": [{"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:30Z", "updated_at": "2018-08-27T12:18:34Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:cb:c6", "device_id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a"}, "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.204", "revision_number": 3, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "0c61298d-dad5-4568-a153-c43c64a8aa10", "id": "2b71b485-a1b5-4e5b-9997-f9bb2705b8f7", "qos_policy_id": null}, {"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "DOWN", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:56Z", "updated_at": "2018-08-27T12:18:56Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:b1:d9:8b", "device_id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "b18f59b2-1d3b-4adc-a10b-d6ef8ba7a831", "id": "6150591b-863e-4b63-9a16-96eff6112b66", "qos_policy_id": null}]} 2018-08-27 12:18:58,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-584b4096-d7b0-42d8-9293-dbecc26254f2 2018-08-27 12:18:58,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0607759952545s 2018-08-27 12:18:58,495 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-584b4096-d7b0-42d8-9293-dbecc26254f2 2018-08-27 12:18:58,501 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:18:58,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:18:58,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:58,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-7b493f4d-dd96-4649-a101-d7de4c4bd8ed Date: Mon, 27 Aug 2018 12:18:58 GMT RESP BODY: {"floatingips": [{"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:30Z", "updated_at": "2018-08-27T12:18:34Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:cb:c6", "device_id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a"}, "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.204", "revision_number": 3, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "0c61298d-dad5-4568-a153-c43c64a8aa10", "id": "2b71b485-a1b5-4e5b-9997-f9bb2705b8f7", "qos_policy_id": null}, {"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "DOWN", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:56Z", "updated_at": "2018-08-27T12:18:56Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:b1:d9:8b", "device_id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "b18f59b2-1d3b-4adc-a10b-d6ef8ba7a831", "id": "6150591b-863e-4b63-9a16-96eff6112b66", "qos_policy_id": null}]} 2018-08-27 12:18:58,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-7b493f4d-dd96-4649-a101-d7de4c4bd8ed 2018-08-27 12:18:58,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.250180959702s 2018-08-27 12:18:58,857 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-7b493f4d-dd96-4649-a101-d7de4c4bd8ed 2018-08-27 12:18:58,863 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:18:58,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:18:58,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:59,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-b80c87d0-1744-4937-9d4e-dc7b23852167 Date: Mon, 27 Aug 2018 12:18:59 GMT RESP BODY: {"floatingips": [{"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:30Z", "updated_at": "2018-08-27T12:18:34Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:cb:c6", "device_id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a"}, "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.204", "revision_number": 3, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "0c61298d-dad5-4568-a153-c43c64a8aa10", "id": "2b71b485-a1b5-4e5b-9997-f9bb2705b8f7", "qos_policy_id": null}, {"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "DOWN", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:56Z", "updated_at": "2018-08-27T12:18:56Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:b1:d9:8b", "device_id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "b18f59b2-1d3b-4adc-a10b-d6ef8ba7a831", "id": "6150591b-863e-4b63-9a16-96eff6112b66", "qos_policy_id": null}]} 2018-08-27 12:18:59,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-b80c87d0-1744-4937-9d4e-dc7b23852167 2018-08-27 12:18:59,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0567581653595s 2018-08-27 12:18:59,026 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-b80c87d0-1744-4937-9d4e-dc7b23852167 2018-08-27 12:18:59,031 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:18:59,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:18:59,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:59,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-97968db1-8a78-41d3-93ed-4d5edf04824b Date: Mon, 27 Aug 2018 12:18:59 GMT RESP BODY: {"floatingips": [{"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:30Z", "updated_at": "2018-08-27T12:18:34Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:cb:c6", "device_id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a"}, "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.204", "revision_number": 3, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "0c61298d-dad5-4568-a153-c43c64a8aa10", "id": "2b71b485-a1b5-4e5b-9997-f9bb2705b8f7", "qos_policy_id": null}, {"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "DOWN", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:56Z", "updated_at": "2018-08-27T12:18:56Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:b1:d9:8b", "device_id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "b18f59b2-1d3b-4adc-a10b-d6ef8ba7a831", "id": "6150591b-863e-4b63-9a16-96eff6112b66", "qos_policy_id": null}]} 2018-08-27 12:18:59,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-97968db1-8a78-41d3-93ed-4d5edf04824b 2018-08-27 12:18:59,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0597038269043s 2018-08-27 12:18:59,196 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-97968db1-8a78-41d3-93ed-4d5edf04824b 2018-08-27 12:18:59,202 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:18:59,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:18:59,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:59,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-d1eb98de-4b69-49d5-a0e8-77fc92027608 Date: Mon, 27 Aug 2018 12:18:59 GMT RESP BODY: {"floatingips": [{"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:30Z", "updated_at": "2018-08-27T12:18:34Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:cb:c6", "device_id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a"}, "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.204", "revision_number": 3, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "0c61298d-dad5-4568-a153-c43c64a8aa10", "id": "2b71b485-a1b5-4e5b-9997-f9bb2705b8f7", "qos_policy_id": null}, {"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "DOWN", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:56Z", "updated_at": "2018-08-27T12:18:56Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:b1:d9:8b", "device_id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "b18f59b2-1d3b-4adc-a10b-d6ef8ba7a831", "id": "6150591b-863e-4b63-9a16-96eff6112b66", "qos_policy_id": null}]} 2018-08-27 12:18:59,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-d1eb98de-4b69-49d5-a0e8-77fc92027608 2018-08-27 12:18:59,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0688021183014s 2018-08-27 12:18:59,377 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-d1eb98de-4b69-49d5-a0e8-77fc92027608 2018-08-27 12:18:59,383 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:18:59,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:18:59,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:59,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-6eb74ce9-44cd-4f41-bf0a-07e4801880fd Date: Mon, 27 Aug 2018 12:18:59 GMT RESP BODY: {"floatingips": [{"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:30Z", "updated_at": "2018-08-27T12:18:34Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:cb:c6", "device_id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a"}, "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.204", "revision_number": 3, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "0c61298d-dad5-4568-a153-c43c64a8aa10", "id": "2b71b485-a1b5-4e5b-9997-f9bb2705b8f7", "qos_policy_id": null}, {"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "DOWN", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:56Z", "updated_at": "2018-08-27T12:18:56Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:b1:d9:8b", "device_id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "b18f59b2-1d3b-4adc-a10b-d6ef8ba7a831", "id": "6150591b-863e-4b63-9a16-96eff6112b66", "qos_policy_id": null}]} 2018-08-27 12:18:59,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-6eb74ce9-44cd-4f41-bf0a-07e4801880fd 2018-08-27 12:18:59,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0632209777832s 2018-08-27 12:18:59,552 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-6eb74ce9-44cd-4f41-bf0a-07e4801880fd 2018-08-27 12:18:59,558 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 12:18:59,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:18:59,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:18:59,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1640 X-Openstack-Request-Id: req-4c902cfc-6fbe-4213-af4b-7aff8ac35fc2 Date: Mon, 27 Aug 2018 12:18:59 GMT RESP BODY: {"floatingips": [{"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:30Z", "updated_at": "2018-08-27T12:18:34Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:cb:c6", "device_id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a"}, "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.204", "revision_number": 3, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "0c61298d-dad5-4568-a153-c43c64a8aa10", "id": "2b71b485-a1b5-4e5b-9997-f9bb2705b8f7", "qos_policy_id": null}, {"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:56Z", "updated_at": "2018-08-27T12:18:59Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:b1:d9:8b", "device_id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "b18f59b2-1d3b-4adc-a10b-d6ef8ba7a831", "id": "6150591b-863e-4b63-9a16-96eff6112b66", "qos_policy_id": null}]} 2018-08-27 12:18:59,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4c902cfc-6fbe-4213-af4b-7aff8ac35fc2 2018-08-27 12:18:59,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0612170696259s 2018-08-27 12:18:59,725 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4c902cfc-6fbe-4213-af4b-7aff8ac35fc2 2018-08-27 12:18:59,732 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'df0e7e26-5c5b-4071-915d-b2e7215ece02', 'updated_at': u'2018-08-27T12:18:59Z', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.203', 'revision_number': 1, 'port_id': u'b18f59b2-1d3b-4adc-a10b-d6ef8ba7a831', 'id': u'6150591b-863e-4b63-9a16-96eff6112b66', 'network': u'9e7da560-d286-4d69-b2d6-e7b51586033c', 'port': u'b18f59b2-1d3b-4adc-a10b-d6ef8ba7a831', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'20aa2413095c4323ab08a498cb5d4fb4', 'name': 'cinder_test-project_60c89108-9699-443a-b5e9-49b976504207', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'20aa2413095c4323ab08a498cb5d4fb4', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'dd0d8d82-7dbc-4a73-a493-fff8d5a790d5', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:b1:d9:8b', u'device_id': u'0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'20aa2413095c4323ab08a498cb5d4fb4', 'created_at': u'2018-08-27T12:18:56Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'dd0d8d82-7dbc-4a73-a493-fff8d5a790d5', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:b1:d9:8b', u'device_id': u'0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f'}), 'router': u'df0e7e26-5c5b-4071-915d-b2e7215ece02'}) 2018-08-27 12:18:59,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 12:18:59,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 12:18:59,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:18: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-62df2f5a-3b46-4ef9-8122-442f25938811 x-compute-request-id: req-62df2f5a-3b46-4ef9-8122-442f25938811 Content-Encoding: gzip Content-Length: 9613 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 498905176 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.185912] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188121] pid_max: default: 32768 minimum: 301\n[ 0.189322] ACPI: Core revision 20150930\n[ 0.190957] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.192697] Security Framework initialized\n[ 0.193785] Yama: becoming mindful.\n[ 0.194776] AppArmor: AppArmor initialized\n[ 0.195910] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.197658] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.199335] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200955] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202804] Initializing cgroup subsys io\n[ 0.203894] Initializing cgroup subsys memory\n[ 0.205055] Initializing cgroup subsys devices\n[ 0.206680] Initializing cgroup subsys freezer\n[ 0.207842] Initializing cgroup subsys net_cls\n[ 0.209018] Initializing cgroup subsys perf_event\n[ 0.210242] Initializing cgroup subsys net_prio\n[ 0.211418] Initializing cgroup subsys hugetlb\n[ 0.212582] Initializing cgroup subsys pids\n[ 0.213736] CPU: Physical Processor ID: 0\n[ 0.215514] mce: CPU supports 10 MCE banks\n[ 0.216653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.217977] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232730] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239250] ftrace: allocating 31920 entries in 125 pages\n[ 0.264771] smpboot: Max logical packages: 1\n[ 0.265932] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267760] x2apic enabled\n[ 0.268885] Switched APIC routing to physical x2apic.\n[ 0.271317] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.272792] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.277844] KVM setup paravirtual spinlock\n[ 0.279418] x86: Booted up 1 node, 1 CPUs\n[ 0.280508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282370] devtmpfs: initialized\n[ 0.284307] evm: security.selinux\n[ 0.285240] evm: security.SMACK64\n[ 0.286178] evm: security.SMACK64EXEC\n[ 0.287178] evm: security.SMACK64TRANSMUTE\n[ 0.288255] evm: security.SMACK64MMAP\n[ 0.289244] evm: security.ima\n[ 0.290106] evm: security.capability\n[ 0.291166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.293621] pinctrl core: initialized pinctrl subsystem\n[ 0.295059] RTC time: 12:18:53, date: 08/27/18\n[ 0.296325] NET: Registered protocol family 16\n[ 0.297599] cpuidle: using governor ladder\n[ 0.298706] cpuidle: using governor menu\n[ 0.299761] PCCT header not found.\n[ 0.300767] ACPI: bus type PCI registered\n[ 0.301833] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.303471] PCI: Using configuration type 1 for base access\n[ 0.305849] ACPI: Added _OSI(Module Device)\n[ 0.307154] ACPI: Added _OSI(Processor Device)\n[ 0.308306] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309514] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.311631] ACPI: Interpreter enabled\n[ 0.312643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.317588] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.322535] ACPI: (supports S0 S5)\n[ 0.323480] ACPI: Using IOAPIC for interrupt routing\n[ 0.324728] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.328483] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330015] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.331679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.333287] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.336268] acpiphp: Slot [3] registered\n[ 0.337359] acpiphp: Slot [4] registered\n[ 0.338444] acpiphp: Slot [5] registered\n[ 0.339533] acpiphp: Slot [6] registered\n[ 0.340607] acpiphp: Slot [7] registered\n[ 0.341688] acpiphp: Slot [8] registered\n[ 0.342776] acpiphp: Slot [9] registered\n[ 0.343843] acpiphp: Slot [10] registered\n[ 0.344942] acpiphp: Slot [11] registered\n[ 0.346034] acpiphp: Slot [12] registered\n[ 0.347135] acpiphp: Slot [13] registered\n[ 0.348229] acpiphp: Slot [14] registered\n[ 0.349330] acpiphp: Slot [15] registered\n[ 0.364592] acpiphp: Slot [16] registered\n[ 0.365681] acpiphp: Slot [17] registered\n[ 0.366760] acpiphp: Slot [18] registered\n[ 0.367837] acpiphp: Slot [19] registered\n[ 0.368931] acpiphp: Slot [20] registered\n[ 0.370016] acpiphp: Slot [21] registered\n[ 0.371096] acpiphp: Slot [22] registered\n[ 0.372181] acpiphp: Slot [23] registered\n[ 0.373271] acpiphp: Slot [24] registered\n[ 0.374355] acpiphp: Slot [25] registered\n[ 0.375440] acpiphp: Slot [26] registered\n[ 0.376525] acpiphp: Slot [27] registered\n[ 0.377613] acpiphp: Slot [28] registered\n[ 0.378693] acpiphp: Slot [29] registered\n[ 0.379785] acpiphp: Slot [30] registered\n[ 0.380874] acpiphp: Slot [31] registered\n[ 0.381979] PCI host bridge to bus 0000:00\n[ 0.383071] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384672] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386267] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388207] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390142] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392107] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396043] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397730] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.399278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400950] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.405362] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.407695] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428086] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430046] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433811] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435660] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437448] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439186] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440592] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442671] vgaarb: loaded\n[ 0.443486] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445115] SCSI subsystem initialized\n[ 0.446366] ACPI: bus type USB registered\n[ 0.447489] usbcore: registered new interface driver usbfs\n[ 0.448868] usbcore: registered new interface driver hub\n[ 0.450219] usbcore: registered new device driver usb\n[ 0.451683] PCI: Using ACPI for IRQ routing\n[ 0.453167] NetLabel: Initializing\n[ 0.454141] NetLabel: domain hash size = 128\n[ 0.455303] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.457051] NetLabel: unlabeled traffic allowed by default\n[ 0.458625] clocksource: Switched to clocksource kvm-clock\n[ 0.468645] AppArmor: AppArmor Filesystem Enabled\n[ 0.469936] pnp: PnP ACPI init\n[ 0.471139] pnp: PnP ACPI: found 5 devices\n[ 0.477943] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480227] NET: Registered protocol family 2\n[ 0.481597] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.483356] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484955] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486569] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488024] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489616] NET: Registered protocol family 1\n[ 0.490817] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492312] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493752] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508703] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.523303] Trying to unpack rootfs image as initramfs...\n[ 0.586107] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.591434] Scanning for low memory corruption every 60 seconds\n[ 0.593578] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595167] audit: initializing netlink subsys (disabled)\n[ 0.596593] audit: type=2000 audit(1535372334.387:1): initialized\n[ 0.598438] Initialise system trusted keyring\n[ 0.599826] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.601383] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.604077] zbud: loaded\n[ 0.605065] VFS: Disk quotas dquot_6.6.0\n[ 0.606324] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.608515] fuse init (API version 7.23)\n[ 0.609726] Key type big_key registered\n[ 0.610838] Allocating IMA MOK and blacklist keyrings.\n[ 0.612470] Key type asymmetric registered\n[ 0.613647] Asymmetric key parser 'x509' registered\n[ 0.615125] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.617182] io scheduler noop registered\n[ 0.618275] io scheduler deadline registered (default)\n[ 0.619646] io scheduler cfq registered\n[ 0.620827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.622223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.623963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.625928] ACPI: Power Button [PWRF]\n[ 0.627145] GHES: HEST is not enabled!\n[ 0.641095] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671986] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674886] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699854] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702896] Linux agpgart interface v0.103\n[ 0.706560] brd: module loaded\n[ 0.708765] loop: module loaded\n[ 0.714122] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716101] GPT:90111 != 2097151\n[ 0.717023] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718483] GPT:90111 != 2097151\n[ 0.719407] GPT: Use GNU Parted to correct GPT errors.\n[ 0.720706] vda: vda1 vda15\n[ 0.722371] scsi host0: ata_piix\n[ 0.723435] scsi host1: ata_piix\n[ 0.724414] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726037] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728015] libphy: Fixed MDIO Bus: probed\n[ 0.729138] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730700] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.733637] PPP generic driver version 2.4.2\n[ 0.734857] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.736435] ehci-pci: EHCI PCI platform driver\n[ 0.737601] ehci-platform: EHCI generic platform driver\n[ 0.739081] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.740667] ohci-pci: OHCI PCI platform driver\n[ 0.741897] ohci-platform: OHCI generic platform driver\n[ 0.743274] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.759506] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.761527] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764486] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766194] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768159] usb usb1: Product: UHCI Host Controller\n[ 0.769434] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.770965] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.772281] hub 1-0:1.0: USB hub found\n[ 0.773435] hub 1-0:1.0: 2 ports detected\n[ 0.774721] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.777589] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.778877] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.780620] mousedev: PS/2 mouse device common for all mice\n[ 0.782320] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.784776] rtc_cmos 00:00: RTC can wake from S4\n[ 0.786305] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.787893] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.789490] i2c /dev entries driver\n[ 0.790529] device-mapper: uevent: version 1.0.3\n[ 0.791830] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.794045] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.795894] NET: Registered protocol family 10\n[ 0.797427] NET: Registered protocol family 17\n[ 0.798607] Key type dns_resolver registered\n[ 0.799882] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.801538] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.804727] registered taskstats version 1\n[ 0.806056] Loading compiled-in X.509 certificates\n[ 0.808117] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.810661] zswap: loaded using pool lzo/zbud\n[ 0.812735] Key type trusted registered\n[ 0.814866] Key type encrypted registered\n[ 0.815991] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.817381] ima: No TPM chip found, activating TPM-bypass!\n[ 0.818799] evm: HMAC attrs: 0x1\n[ 0.820080] Magic number: 14:584:330\n[ 0.821151] tty tty51: hash matches\n[ 0.822228] rtc_cmos 00:00: setting system clock to 2018-08-27 12:18:54 UTC (1535372334)\n[ 0.824423] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.825926] EDD information not available.\n[ 0.888324] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.890433] Write protecting the kernel read-only data: 14336k\n[ 0.893361] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.895806] 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.80\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.059920] 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.9...\nLease of 192.168.120.9 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.94. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDcK9CLsjNb6d4x2YTkQ4ID6AcD9H5obUwcN+O9XTWW+GRrewIPfGpSuL6E1UqG/1gcUuaJhzTRYbMaZPK3A5MhpzVC61lCKJ0msm6NoMW0Fbn2oqR2PAMt1Qm2je0TB6kXYaDQTgZ5LQXWUuT7r15NrWOThA5HYkt181G6DuH1M7My8eutIS0Zo79wK1nGVPv9CdjCkPO8zf7qyQ5Pq5iiWCKshUiLro3VyJ2p7bH3MBL4pyTw61+FDsYgILjnKkDZzYptRAc8XYWg7ZuTJU5SRfM/KQzMTOgRHTKf2+hQzNUQzGLZKM2KE2a0dUE8/DCw5z1CWgWMCzJ3Y6WXN2FH root@cinder-test-vm-60c89108-9699-443a-b5e9-49b976504207\nssh-dss AAAAB3NzaC1kc3MAAACBAJt6cy4o+rNaWEL900EMxJwzHGyZT9R6M9pMFaHWjsU5sSE6zJrju6J/Fs6oaJ7WTuzxIUEJPXKXwvo0LiJccMjjhsEyjDeCOV+Obhc2aTwzv/QfS1f/4yN2jGNcEQJDWG580PLtU6NV+SN72oXKyfexen/ztlhF3H5i9fyw5EifAAAAFQDFSXOptCDmylS0AC5TFvTa3oZ0qQAAAIBDoSEP3EXQ/mnl+CECH7MlNFIrBJxLHD5eeYHT0ulsUM5QvO7hQ+3MVFEaLawfgT2NpzxKjGrrsGMMdcvJuHpQRLLMG4KQL2zNvHYHl4xJGfuwT12grwCTU4JUyCLfXf1tM84DkLhcvF3Mhlpm76Qw2j9wTAQE/Re+7SYg4pkVfAAAAIB6VoizmJ+zUZtHDVL1eqYQ9gEptBwwIFYZrbkuNoW0ymv16R6SuW2rNf9/Nr2+Pi7WJzeUtHKiledWT6wu5PC7myvCB46N2mNv8W/4rr7wKkYpTiMNxQYYX6xAeXfUdbZuZYl626najO2s3fuKpEgfw3iwYG7FZi7lxGi2caTGhQ== root@cinder-test-vm-60c89108-9699-443a-b5e9-49b976504207\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.9,24,fe80::f816:3eff:feb1:d98b/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \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-60c89108-9699-443a-b5e9-49b976504207\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.98 ===\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-60c89108-9699-443a-b5e9-49b976504207 login: "} 2018-08-27 12:18:59,838 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f/action used request id req-62df2f5a-3b46-4ef9-8122-442f25938811 2018-08-27 12:18:59,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.10595202446s 2018-08-27 12:18:59,839 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f/action used request id req-62df2f5a-3b46-4ef9-8122-442f25938811 2018-08-27 12:18:59,840 - 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 498905176 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.185912] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.188121] pid_max: default: 32768 minimum: 301 [ 0.189322] ACPI: Core revision 20150930 [ 0.190957] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.192697] Security Framework initialized [ 0.193785] Yama: becoming mindful. [ 0.194776] AppArmor: AppArmor initialized [ 0.195910] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.197658] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.199335] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200955] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202804] Initializing cgroup subsys io [ 0.203894] Initializing cgroup subsys memory [ 0.205055] Initializing cgroup subsys devices [ 0.206680] Initializing cgroup subsys freezer [ 0.207842] Initializing cgroup subsys net_cls [ 0.209018] Initializing cgroup subsys perf_event [ 0.210242] Initializing cgroup subsys net_prio [ 0.211418] Initializing cgroup subsys hugetlb [ 0.212582] Initializing cgroup subsys pids [ 0.213736] CPU: Physical Processor ID: 0 [ 0.215514] mce: CPU supports 10 MCE banks [ 0.216653] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.217977] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.232730] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.239250] ftrace: allocating 31920 entries in 125 pages [ 0.264771] smpboot: Max logical packages: 1 [ 0.265932] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.267760] x2apic enabled [ 0.268885] Switched APIC routing to physical x2apic. [ 0.271317] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.272792] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.275446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.277844] KVM setup paravirtual spinlock [ 0.279418] x86: Booted up 1 node, 1 CPUs [ 0.280508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.282370] devtmpfs: initialized [ 0.284307] evm: security.selinux [ 0.285240] evm: security.SMACK64 [ 0.286178] evm: security.SMACK64EXEC [ 0.287178] evm: security.SMACK64TRANSMUTE [ 0.288255] evm: security.SMACK64MMAP [ 0.289244] evm: security.ima [ 0.290106] evm: security.capability [ 0.291166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.293621] pinctrl core: initialized pinctrl subsystem [ 0.295059] RTC time: 12:18:53, date: 08/27/18 [ 0.296325] NET: Registered protocol family 16 [ 0.297599] cpuidle: using governor ladder [ 0.298706] cpuidle: using governor menu [ 0.299761] PCCT header not found. [ 0.300767] ACPI: bus type PCI registered [ 0.301833] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.303471] PCI: Using configuration type 1 for base access [ 0.305849] ACPI: Added _OSI(Module Device) [ 0.307154] ACPI: Added _OSI(Processor Device) [ 0.308306] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.309514] ACPI: Added _OSI(Processor Aggregator Device) [ 0.311631] ACPI: Interpreter enabled [ 0.312643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.315118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.317588] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.320073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.322535] ACPI: (supports S0 S5) [ 0.323480] ACPI: Using IOAPIC for interrupt routing [ 0.324728] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.328483] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.330015] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.331679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.333287] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.336268] acpiphp: Slot [3] registered [ 0.337359] acpiphp: Slot [4] registered [ 0.338444] acpiphp: Slot [5] registered [ 0.339533] acpiphp: Slot [6] registered [ 0.340607] acpiphp: Slot [7] registered [ 0.341688] acpiphp: Slot [8] registered [ 0.342776] acpiphp: Slot [9] registered [ 0.343843] acpiphp: Slot [10] registered [ 0.344942] acpiphp: Slot [11] registered [ 0.346034] acpiphp: Slot [12] registered [ 0.347135] acpiphp: Slot [13] registered [ 0.348229] acpiphp: Slot [14] registered [ 0.349330] acpiphp: Slot [15] registered [ 0.364592] acpiphp: Slot [16] registered [ 0.365681] acpiphp: Slot [17] registered [ 0.366760] acpiphp: Slot [18] registered [ 0.367837] acpiphp: Slot [19] registered [ 0.368931] acpiphp: Slot [20] registered [ 0.370016] acpiphp: Slot [21] registered [ 0.371096] acpiphp: Slot [22] registered [ 0.372181] acpiphp: Slot [23] registered [ 0.373271] acpiphp: Slot [24] registered [ 0.374355] acpiphp: Slot [25] registered [ 0.375440] acpiphp: Slot [26] registered [ 0.376525] acpiphp: Slot [27] registered [ 0.377613] acpiphp: Slot [28] registered [ 0.378693] acpiphp: Slot [29] registered [ 0.379785] acpiphp: Slot [30] registered [ 0.380874] acpiphp: Slot [31] registered [ 0.381979] PCI host bridge to bus 0000:00 [ 0.383071] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384672] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386267] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388207] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390142] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392107] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396043] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.397730] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.399278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.400950] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.405362] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.407695] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.428086] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.430046] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.431924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.433811] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.435660] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.437448] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.439186] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.440592] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.442671] vgaarb: loaded [ 0.443486] vgaarb: bridge control possible 0000:00:02.0 [ 0.445115] SCSI subsystem initialized [ 0.446366] ACPI: bus type USB registered [ 0.447489] usbcore: registered new interface driver usbfs [ 0.448868] usbcore: registered new interface driver hub [ 0.450219] usbcore: registered new device driver usb [ 0.451683] PCI: Using ACPI for IRQ routing [ 0.453167] NetLabel: Initializing [ 0.454141] NetLabel: domain hash size = 128 [ 0.455303] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.457051] NetLabel: unlabeled traffic allowed by default [ 0.458625] clocksource: Switched to clocksource kvm-clock [ 0.468645] AppArmor: AppArmor Filesystem Enabled [ 0.469936] pnp: PnP ACPI init [ 0.471139] pnp: PnP ACPI: found 5 devices [ 0.477943] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.480227] NET: Registered protocol family 2 [ 0.481597] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.483356] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.484955] TCP: Hash tables configured (established 4096 bind 4096) [ 0.486569] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.488024] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.489616] NET: Registered protocol family 1 [ 0.490817] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.492312] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.493752] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.508703] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.523303] Trying to unpack rootfs image as initramfs... [ 0.586107] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.591434] Scanning for low memory corruption every 60 seconds [ 0.593578] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.595167] audit: initializing netlink subsys (disabled) [ 0.596593] audit: type=2000 audit(1535372334.387:1): initialized [ 0.598438] Initialise system trusted keyring [ 0.599826] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.601383] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.604077] zbud: loaded [ 0.605065] VFS: Disk quotas dquot_6.6.0 [ 0.606324] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.608515] fuse init (API version 7.23) [ 0.609726] Key type big_key registered [ 0.610838] Allocating IMA MOK and blacklist keyrings. [ 0.612470] Key type asymmetric registered [ 0.613647] Asymmetric key parser 'x509' registered [ 0.615125] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.617182] io scheduler noop registered [ 0.618275] io scheduler deadline registered (default) [ 0.619646] io scheduler cfq registered [ 0.620827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.622223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.623963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.625928] ACPI: Power Button [PWRF] [ 0.627145] GHES: HEST is not enabled! [ 0.641095] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.671986] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.674886] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.699854] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.702896] Linux agpgart interface v0.103 [ 0.706560] brd: module loaded [ 0.708765] loop: module loaded [ 0.714122] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.716101] GPT:90111 != 2097151 [ 0.717023] GPT:Alternate GPT header not at the end of the disk. [ 0.718483] GPT:90111 != 2097151 [ 0.719407] GPT: Use GNU Parted to correct GPT errors. [ 0.720706] vda: vda1 vda15 [ 0.722371] scsi host0: ata_piix [ 0.723435] scsi host1: ata_piix [ 0.724414] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.726037] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.728015] libphy: Fixed MDIO Bus: probed [ 0.729138] tun: Universal TUN/TAP device driver, 1.6 [ 0.730700] tun: (C) 1999-2004 Max Krasnyansky [ 0.733637] PPP generic driver version 2.4.2 [ 0.734857] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.736435] ehci-pci: EHCI PCI platform driver [ 0.737601] ehci-platform: EHCI generic platform driver [ 0.739081] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.740667] ohci-pci: OHCI PCI platform driver [ 0.741897] ohci-platform: OHCI generic platform driver [ 0.743274] uhci_hcd: USB Universal Host Controller Interface driver [ 0.758125] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.759506] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.761527] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.762921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.764486] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.766194] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.768159] usb usb1: Product: UHCI Host Controller [ 0.769434] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.770965] usb usb1: SerialNumber: 0000:00:01.2 [ 0.772281] hub 1-0:1.0: USB hub found [ 0.773435] hub 1-0:1.0: 2 ports detected [ 0.774721] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.777589] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.778877] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.780620] mousedev: PS/2 mouse device common for all mice [ 0.782320] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.784776] rtc_cmos 00:00: RTC can wake from S4 [ 0.786305] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.787893] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.789490] i2c /dev entries driver [ 0.790529] device-mapper: uevent: version 1.0.3 [ 0.791830] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.794045] ledtrig-cpu: registered to indicate activity on CPUs [ 0.795894] NET: Registered protocol family 10 [ 0.797427] NET: Registered protocol family 17 [ 0.798607] Key type dns_resolver registered [ 0.799882] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.801538] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.804727] registered taskstats version 1 [ 0.806056] Loading compiled-in X.509 certificates [ 0.808117] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.810661] zswap: loaded using pool lzo/zbud [ 0.812735] Key type trusted registered [ 0.814866] Key type encrypted registered [ 0.815991] AppArmor: AppArmor sha1 policy hashing enabled [ 0.817381] ima: No TPM chip found, activating TPM-bypass! [ 0.818799] evm: HMAC attrs: 0x1 [ 0.820080] Magic number: 14:584:330 [ 0.821151] tty tty51: hash matches [ 0.822228] rtc_cmos 00:00: setting system clock to 2018-08-27 12:18:54 UTC (1535372334) [ 0.824423] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.825926] EDD information not available. [ 0.888324] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.890433] Write protecting the kernel read-only data: 14336k [ 0.893361] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.895806] 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.80 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.059920] 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.9... Lease of 192.168.120.9 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.94. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDcK9CLsjNb6d4x2YTkQ4ID6AcD9H5obUwcN+O9XTWW+GRrewIPfGpSuL6E1UqG/1gcUuaJhzTRYbMaZPK3A5MhpzVC61lCKJ0msm6NoMW0Fbn2oqR2PAMt1Qm2je0TB6kXYaDQTgZ5LQXWUuT7r15NrWOThA5HYkt181G6DuH1M7My8eutIS0Zo79wK1nGVPv9CdjCkPO8zf7qyQ5Pq5iiWCKshUiLro3VyJ2p7bH3MBL4pyTw61+FDsYgILjnKkDZzYptRAc8XYWg7ZuTJU5SRfM/KQzMTOgRHTKf2+hQzNUQzGLZKM2KE2a0dUE8/DCw5z1CWgWMCzJ3Y6WXN2FH root@cinder-test-vm-60c89108-9699-443a-b5e9-49b976504207 ssh-dss AAAAB3NzaC1kc3MAAACBAJt6cy4o+rNaWEL900EMxJwzHGyZT9R6M9pMFaHWjsU5sSE6zJrju6J/Fs6oaJ7WTuzxIUEJPXKXwvo0LiJccMjjhsEyjDeCOV+Obhc2aTwzv/QfS1f/4yN2jGNcEQJDWG580PLtU6NV+SN72oXKyfexen/ztlhF3H5i9fyw5EifAAAAFQDFSXOptCDmylS0AC5TFvTa3oZ0qQAAAIBDoSEP3EXQ/mnl+CECH7MlNFIrBJxLHD5eeYHT0ulsUM5QvO7hQ+3MVFEaLawfgT2NpzxKjGrrsGMMdcvJuHpQRLLMG4KQL2zNvHYHl4xJGfuwT12grwCTU4JUyCLfXf1tM84DkLhcvF3Mhlpm76Qw2j9wTAQE/Re+7SYg4pkVfAAAAIB6VoizmJ+zUZtHDVL1eqYQ9gEptBwwIFYZrbkuNoW0ymv16R6SuW2rNf9/Nr2+Pi7WJzeUtHKiledWT6wu5PC7myvCB46N2mNv8W/4rr7wKkYpTiMNxQYYX6xAeXfUdbZuZYl626najO2s3fuKpEgfw3iwYG7FZi7lxGi2caTGhQ== root@cinder-test-vm-60c89108-9699-443a-b5e9-49b976504207 -----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.9,24,fe80::f816:3eff:feb1:d98b/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 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-60c89108-9699-443a-b5e9-49b976504207 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.98 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-60c89108-9699-443a-b5e9-49b976504207 login: 2018-08-27 12:18:59,844 - paramiko.transport - DEBUG - starting thread (client mode): 0xef33da50L 2018-08-27 12:18:59,844 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 12:18:59,844 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-27 12:18:59,845 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-27 12:18:59,846 - 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 12:18:59,846 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 12:18:59,846 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-27 12:18:59,846 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 12:18:59,847 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 12:18:59,847 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 12:18:59,865 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 12:18:59,866 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 12:18:59,876 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: a28c27dbaab1181c147413ae1232a1b1 2018-08-27 12:18:59,877 - paramiko.transport - DEBUG - Trying discovered key 05b5c17573e2caf6137ee434e07f20dd in /tmp/tmpFCHDFK 2018-08-27 12:18:59,903 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 12:18:59,909 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-27 12:18:59,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-27 12:18:59,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -d '{"volumeAttachment": {"volumeId": "168d120b-14f7-45cf-b49b-d4735e182c43"}}' 2018-08-27 12:19:02,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:18: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-6179d38c-7c7d-445d-a310-26b256ab5f11 x-compute-request-id: req-6179d38c-7c7d-445d-a310-26b256ab5f11 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "id": "168d120b-14f7-45cf-b49b-d4735e182c43", "volumeId": "168d120b-14f7-45cf-b49b-d4735e182c43"}} 2018-08-27 12:19:02,967 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f/os-volume_attachments used request id req-6179d38c-7c7d-445d-a310-26b256ab5f11 2018-08-27 12:19:02,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 3.02539515495s 2018-08-27 12:19:02,967 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f/os-volume_attachments used request id req-6179d38c-7c7d-445d-a310-26b256ab5f11 2018-08-27 12:19:02,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 12:19:02,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:03,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:02 GMT Server: Apache x-compute-request-id: req-005a66ef-b3f9-4ee0-8d59-d017d467aded OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-005a66ef-b3f9-4ee0-8d59-d017d467aded Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "self"}, {"href": "http://172.30.9.28:8776/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T12:18:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "updated_at": "2018-08-27T12:19:02.000000", "volume_type": null, "name": "cinder_test-volume_60c89108-9699-443a-b5e9-49b976504207", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "168d120b-14f7-45cf-b49b-d4735e182c43", "size": 2}]} 2018-08-27 12:19:03,996 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-005a66ef-b3f9-4ee0-8d59-d017d467aded 2018-08-27 12:19:03,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.0286719799s 2018-08-27 12:19:03,997 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-005a66ef-b3f9-4ee0-8d59-d017d467aded 2018-08-27 12:19:03,999 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:19:06,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 12:19:06,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:06,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:06 GMT Server: Apache x-compute-request-id: req-dc27af9a-1bee-44a9-8195-dc50017417d5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dc27af9a-1bee-44a9-8195-dc50017417d5 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "self"}, {"href": "http://172.30.9.28:8776/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T12:18:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "updated_at": "2018-08-27T12:19:06.000000", "volume_type": null, "name": "cinder_test-volume_60c89108-9699-443a-b5e9-49b976504207", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "168d120b-14f7-45cf-b49b-d4735e182c43", "size": 2}]} 2018-08-27 12:19:06,983 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-dc27af9a-1bee-44a9-8195-dc50017417d5 2018-08-27 12:19:06,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.982136011124s 2018-08-27 12:19:06,984 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-dc27af9a-1bee-44a9-8195-dc50017417d5 2018-08-27 12:19:06,985 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:19:08,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 12:19:08,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:09,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:09 GMT Server: Apache x-compute-request-id: req-0baaffc8-d907-4575-9c0f-849b475d8934 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0baaffc8-d907-4575-9c0f-849b475d8934 Content-Encoding: gzip Content-Length: 565 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "attachments": [{"server_id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "attachment_id": "ec302002-2f27-42a8-8a20-c5528b3e5018", "attached_at": "2018-08-27T12:19:06.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "168d120b-14f7-45cf-b49b-d4735e182c43", "device": "/dev/vdb", "id": "168d120b-14f7-45cf-b49b-d4735e182c43"}], "links": [{"href": "http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "self"}, {"href": "http://172.30.9.28:8776/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T12:18:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "updated_at": "2018-08-27T12:19:07.000000", "volume_type": null, "name": "cinder_test-volume_60c89108-9699-443a-b5e9-49b976504207", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "168d120b-14f7-45cf-b49b-d4735e182c43", "size": 2}]} 2018-08-27 12:19:09,926 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-0baaffc8-d907-4575-9c0f-849b475d8934 2018-08-27 12:19:09,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.938642978668s 2018-08-27 12:19:09,927 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-0baaffc8-d907-4575-9c0f-849b475d8934 2018-08-27 12:19:09,929 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-27 12:19:09,930 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-27 12:19:09,931 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-27 12:19:09,932 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-27 12:19:10,000 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-27 12:19:10,000 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-27 12:19:10,002 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-27 12:19:10,002 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-27 12:19:10,039 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-27 12:19:10,039 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-27 12:19:10,067 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-27 12:19:10,284 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-27 12:19:10,284 - 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: f887a6ad-f244-4992-8fa8-a66a7edbcf8d 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 12:19:10,285 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-08-27 12:19:10,286 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-08-27 12:19:10,286 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-27 12:19:10,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-27 12:19:10,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f/os-volume_attachments/168d120b-14f7-45cf-b49b-d4735e182c43 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:11,019 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12: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 x-openstack-request-id: req-b3f6afed-1c2e-4ea6-85bd-e393b1872a98 x-compute-request-id: req-b3f6afed-1c2e-4ea6-85bd-e393b1872a98 Content-Length: 0 Content-Type: application/json 2018-08-27 12:19:11,019 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f/os-volume_attachments/168d120b-14f7-45cf-b49b-d4735e182c43 used request id req-b3f6afed-1c2e-4ea6-85bd-e393b1872a98 2018-08-27 12:19:11,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.732861042023s 2018-08-27 12:19:11,020 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f/os-volume_attachments/168d120b-14f7-45cf-b49b-d4735e182c43 used request id req-b3f6afed-1c2e-4ea6-85bd-e393b1872a98 2018-08-27 12:19:11,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 12:19:11,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:11,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:11 GMT Server: Apache x-compute-request-id: req-7693086a-6e35-4436-b6d4-38cf1f5b941f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7693086a-6e35-4436-b6d4-38cf1f5b941f Content-Encoding: gzip Content-Length: 567 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "attachments": [{"server_id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "attachment_id": "ec302002-2f27-42a8-8a20-c5528b3e5018", "attached_at": "2018-08-27T12:19:06.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "168d120b-14f7-45cf-b49b-d4735e182c43", "device": "/dev/vdb", "id": "168d120b-14f7-45cf-b49b-d4735e182c43"}], "links": [{"href": "http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "self"}, {"href": "http://172.30.9.28:8776/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T12:18:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "updated_at": "2018-08-27T12:19:10.000000", "volume_type": null, "name": "cinder_test-volume_60c89108-9699-443a-b5e9-49b976504207", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "168d120b-14f7-45cf-b49b-d4735e182c43", "size": 2}]} 2018-08-27 12:19:11,921 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-7693086a-6e35-4436-b6d4-38cf1f5b941f 2018-08-27 12:19:11,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.900902986526s 2018-08-27 12:19:11,922 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-7693086a-6e35-4436-b6d4-38cf1f5b941f 2018-08-27 12:19:11,923 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:19:13,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 12:19:13,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:14,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:13 GMT Server: Apache x-compute-request-id: req-70cc5d7f-6764-4d25-b538-2e2fa840bf89 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-70cc5d7f-6764-4d25-b538-2e2fa840bf89 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "self"}, {"href": "http://172.30.9.28:8776/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T12:18:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "updated_at": "2018-08-27T12:19:12.000000", "volume_type": null, "name": "cinder_test-volume_60c89108-9699-443a-b5e9-49b976504207", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "168d120b-14f7-45cf-b49b-d4735e182c43", "size": 2}]} 2018-08-27 12:19:14,869 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-70cc5d7f-6764-4d25-b538-2e2fa840bf89 2018-08-27 12:19:14,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.943780899048s 2018-08-27 12:19:14,870 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-70cc5d7f-6764-4d25-b538-2e2fa840bf89 2018-08-27 12:19:14,871 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-08-27 12:19:14,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-27 12:19:14,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -d '{"volumeAttachment": {"volumeId": "168d120b-14f7-45cf-b49b-d4735e182c43"}}' 2018-08-27 12:19:16,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19: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-c2337096-3fb4-46e2-b667-06f0c0b6b9db x-compute-request-id: req-c2337096-3fb4-46e2-b667-06f0c0b6b9db Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "id": "168d120b-14f7-45cf-b49b-d4735e182c43", "volumeId": "168d120b-14f7-45cf-b49b-d4735e182c43"}} 2018-08-27 12:19:16,846 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a/os-volume_attachments used request id req-c2337096-3fb4-46e2-b667-06f0c0b6b9db 2018-08-27 12:19:16,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.97456216812s 2018-08-27 12:19:16,847 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a/os-volume_attachments used request id req-c2337096-3fb4-46e2-b667-06f0c0b6b9db 2018-08-27 12:19:16,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 12:19:16,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:16,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:16 GMT Server: Apache x-compute-request-id: req-cfe9c2aa-f8ec-4ee4-8cf2-e98a0d656112 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cfe9c2aa-f8ec-4ee4-8cf2-e98a0d656112 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "self"}, {"href": "http://172.30.9.28:8776/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T12:18:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "updated_at": "2018-08-27T12:19:16.000000", "volume_type": null, "name": "cinder_test-volume_60c89108-9699-443a-b5e9-49b976504207", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "168d120b-14f7-45cf-b49b-d4735e182c43", "size": 2}]} 2018-08-27 12:19:16,902 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-cfe9c2aa-f8ec-4ee4-8cf2-e98a0d656112 2018-08-27 12:19:16,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0549890995026s 2018-08-27 12:19:16,903 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-cfe9c2aa-f8ec-4ee4-8cf2-e98a0d656112 2018-08-27 12:19:16,904 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:19:18,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 12:19:18,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:18,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:18 GMT Server: Apache x-compute-request-id: req-fcf94d23-aa8d-44e1-802f-644b434ee3b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fcf94d23-aa8d-44e1-802f-644b434ee3b8 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "self"}, {"href": "http://172.30.9.28:8776/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T12:18:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "updated_at": "2018-08-27T12:19:16.000000", "volume_type": null, "name": "cinder_test-volume_60c89108-9699-443a-b5e9-49b976504207", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "168d120b-14f7-45cf-b49b-d4735e182c43", "size": 2}]} 2018-08-27 12:19:18,962 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-fcf94d23-aa8d-44e1-802f-644b434ee3b8 2018-08-27 12:19:18,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0556030273438s 2018-08-27 12:19:18,963 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-fcf94d23-aa8d-44e1-802f-644b434ee3b8 2018-08-27 12:19:18,964 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:19:20,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 12:19:20,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:21,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:20 GMT Server: Apache x-compute-request-id: req-2f317f92-7bdb-4ec2-9e0f-79c9aaeabaa1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2f317f92-7bdb-4ec2-9e0f-79c9aaeabaa1 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "self"}, {"href": "http://172.30.9.28:8776/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T12:18:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "updated_at": "2018-08-27T12:19:20.000000", "volume_type": null, "name": "cinder_test-volume_60c89108-9699-443a-b5e9-49b976504207", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "168d120b-14f7-45cf-b49b-d4735e182c43", "size": 2}]} 2018-08-27 12:19:21,020 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-2f317f92-7bdb-4ec2-9e0f-79c9aaeabaa1 2018-08-27 12:19:21,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0535068511963s 2018-08-27 12:19:21,021 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-2f317f92-7bdb-4ec2-9e0f-79c9aaeabaa1 2018-08-27 12:19:21,022 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:19:23,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 12:19:23,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:23,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:23 GMT Server: Apache x-compute-request-id: req-1b0c8880-5adc-4f9e-805c-c327e6bec935 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1b0c8880-5adc-4f9e-805c-c327e6bec935 Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "attachments": [{"server_id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "attachment_id": "c47f9ccf-bc90-4c75-a2b3-bbf8dd33a74b", "attached_at": "2018-08-27T12:19:20.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "168d120b-14f7-45cf-b49b-d4735e182c43", "device": "/dev/vdb", "id": "168d120b-14f7-45cf-b49b-d4735e182c43"}], "links": [{"href": "http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "self"}, {"href": "http://172.30.9.28:8776/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T12:18:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "updated_at": "2018-08-27T12:19:21.000000", "volume_type": null, "name": "cinder_test-volume_60c89108-9699-443a-b5e9-49b976504207", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "168d120b-14f7-45cf-b49b-d4735e182c43", "size": 2}]} 2018-08-27 12:19:23,090 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-1b0c8880-5adc-4f9e-805c-c327e6bec935 2018-08-27 12:19:23,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0650651454926s 2018-08-27 12:19:23,090 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-1b0c8880-5adc-4f9e-805c-c327e6bec935 2018-08-27 12:19:23,092 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-27 12:19:23,095 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-27 12:19:23,095 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-27 12:19:23,097 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-27 12:19:23,167 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-27 12:19:23,167 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-27 12:19:23,168 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-27 12:19:23,168 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-27 12:19:23,207 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-27 12:19:23,207 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-27 12:19:23,233 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-27 12:19:23,256 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-27 12:19:23,256 - 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 12:19:23,257 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-08-27 12:19:23,257 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-08-27 12:19:23,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-27 12:19:23,258 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-27 12:19:23,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a/os-volume_attachments/168d120b-14f7-45cf-b49b-d4735e182c43 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:25,104 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:19: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 x-openstack-request-id: req-ec60d5af-ae4b-4bea-bd9d-5025b61f987b x-compute-request-id: req-ec60d5af-ae4b-4bea-bd9d-5025b61f987b Content-Length: 0 Content-Type: application/json 2018-08-27 12:19:25,104 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a/os-volume_attachments/168d120b-14f7-45cf-b49b-d4735e182c43 used request id req-ec60d5af-ae4b-4bea-bd9d-5025b61f987b 2018-08-27 12:19:25,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.84599399567s 2018-08-27 12:19:25,105 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a/os-volume_attachments/168d120b-14f7-45cf-b49b-d4735e182c43 used request id req-ec60d5af-ae4b-4bea-bd9d-5025b61f987b 2018-08-27 12:19:25,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 12:19:25,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:25,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:25 GMT Server: Apache x-compute-request-id: req-3607aea3-e0d8-4ac2-befa-8fbfb168ec27 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3607aea3-e0d8-4ac2-befa-8fbfb168ec27 Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "attachments": [{"server_id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "attachment_id": "c47f9ccf-bc90-4c75-a2b3-bbf8dd33a74b", "attached_at": "2018-08-27T12:19:20.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "168d120b-14f7-45cf-b49b-d4735e182c43", "device": "/dev/vdb", "id": "168d120b-14f7-45cf-b49b-d4735e182c43"}], "links": [{"href": "http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "self"}, {"href": "http://172.30.9.28:8776/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T12:18:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "updated_at": "2018-08-27T12:19:24.000000", "volume_type": null, "name": "cinder_test-volume_60c89108-9699-443a-b5e9-49b976504207", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "168d120b-14f7-45cf-b49b-d4735e182c43", "size": 2}]} 2018-08-27 12:19:25,159 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-3607aea3-e0d8-4ac2-befa-8fbfb168ec27 2018-08-27 12:19:25,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0536320209503s 2018-08-27 12:19:25,159 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-3607aea3-e0d8-4ac2-befa-8fbfb168ec27 2018-08-27 12:19:25,161 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:19:27,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 12:19:27,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:27,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:27 GMT Server: Apache x-compute-request-id: req-3150c818-09a1-4388-9999-3f02798d1171 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3150c818-09a1-4388-9999-3f02798d1171 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "self"}, {"href": "http://172.30.9.28:8776/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T12:18:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "updated_at": "2018-08-27T12:19:25.000000", "volume_type": null, "name": "cinder_test-volume_60c89108-9699-443a-b5e9-49b976504207", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "168d120b-14f7-45cf-b49b-d4735e182c43", "size": 2}]} 2018-08-27 12:19:27,221 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-3150c818-09a1-4388-9999-3f02798d1171 2018-08-27 12:19:27,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0583188533783s 2018-08-27 12:19:27,222 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-3150c818-09a1-4388-9999-3f02798d1171 2018-08-27 12:19:27,347 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 12:19:27,347 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:29 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-27 12:19:27,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 12:19:27,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:27,597 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:19: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-3a7a0bac-774a-4970-b2ef-1ce9a33ffae6 x-compute-request-id: req-3a7a0bac-774a-4970-b2ef-1ce9a33ffae6 Content-Type: application/json 2018-08-27 12:19:27,597 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a used request id req-3a7a0bac-774a-4970-b2ef-1ce9a33ffae6 2018-08-27 12:19:27,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.24485206604s 2018-08-27 12:19:27,598 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a used request id req-3a7a0bac-774a-4970-b2ef-1ce9a33ffae6 2018-08-27 12:19:27,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:19:27,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:28,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19: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-206d4e4f-37bc-4a0c-81b1-4f888d1de108 x-compute-request-id: req-206d4e4f-37bc-4a0c-81b1-4f888d1de108 Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_60c89108-9699-443a-b5e9-49b976504207": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d9:8b", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d9:8b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "rel": "bookmark"}], "image": {"id": "027f92b2-1b31-488e-9792-5e2366773bcb", "links": [{"href": "http://172.30.9.28:8774/images/027f92b2-1b31-488e-9792-5e2366773bcb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:18:53.000000", "flavor": {"id": "e69e75a7-36f1-45f0-8177-65eb43fc89c0", "links": [{"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "bookmark"}]}, "id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "security_groups": [{"name": "cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207"}], "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:18:53Z", "hostId": "b0d2feb0ff425a9abcb5960c20098c0b38ea1f0e5e4f52fd3724263f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207", "name": "cinder_test-vm_60c89108-9699-443a-b5e9-49b976504207", "created": "2018-08-27T12:18:44Z", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_60c89108-9699-443a-b5e9-49b976504207": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:cb:c6", "version": 4, "addr": "192.168.120.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:cb:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "rel": "bookmark"}], "image": {"id": "027f92b2-1b31-488e-9792-5e2366773bcb", "links": [{"href": "http://172.30.9.28:8774/images/027f92b2-1b31-488e-9792-5e2366773bcb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:18:27.000000", "flavor": {"id": "e69e75a7-36f1-45f0-8177-65eb43fc89c0", "links": [{"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "bookmark"}]}, "id": "3c6fa9c1-3e41-4c5a-873f-5010fbaf955a", "security_groups": [{"name": "cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207"}], "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:19:27Z", "hostId": "0e865cd094c1da5f3e007c065b141fb615abbe7015b5d3e0dcb255f6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207", "name": "cinder_test-vm2_60c89108-9699-443a-b5e9-49b976504207", "created": "2018-08-27T12:18:19Z", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:19:28,351 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-206d4e4f-37bc-4a0c-81b1-4f888d1de108 2018-08-27 12:19:28,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.752249002457s 2018-08-27 12:19:28,351 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-206d4e4f-37bc-4a0c-81b1-4f888d1de108 2018-08-27 12:19:28,354 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:19:30,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:19:30,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:31,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12: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-310d6731-70e0-4bec-b9dc-39b0155ed107 x-compute-request-id: req-310d6731-70e0-4bec-b9dc-39b0155ed107 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_60c89108-9699-443a-b5e9-49b976504207": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d9:8b", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d9:8b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "rel": "bookmark"}], "image": {"id": "027f92b2-1b31-488e-9792-5e2366773bcb", "links": [{"href": "http://172.30.9.28:8774/images/027f92b2-1b31-488e-9792-5e2366773bcb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:18:53.000000", "flavor": {"id": "e69e75a7-36f1-45f0-8177-65eb43fc89c0", "links": [{"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "bookmark"}]}, "id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "security_groups": [{"name": "cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207"}], "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:18:53Z", "hostId": "b0d2feb0ff425a9abcb5960c20098c0b38ea1f0e5e4f52fd3724263f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207", "name": "cinder_test-vm_60c89108-9699-443a-b5e9-49b976504207", "created": "2018-08-27T12:18:44Z", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:19:31,371 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-310d6731-70e0-4bec-b9dc-39b0155ed107 2018-08-27 12:19:31,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01489305496s 2018-08-27 12:19:31,372 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-310d6731-70e0-4bec-b9dc-39b0155ed107 2018-08-27 12:19:31,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 12:19:31,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/2b71b485-a1b5-4e5b-9997-f9bb2705b8f7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:32,391 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-637ddcf2-6868-4525-ae73-350a761fe725 Content-Length: 0 Date: Mon, 27 Aug 2018 12:19:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:19:32,391 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/2b71b485-a1b5-4e5b-9997-f9bb2705b8f7.json used request id req-637ddcf2-6868-4525-ae73-350a761fe725 2018-08-27 12:19:32,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.01498484612s 2018-08-27 12:19:32,392 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/2b71b485-a1b5-4e5b-9997-f9bb2705b8f7.json used request id req-637ddcf2-6868-4525-ae73-350a761fe725 2018-08-27 12:19:32,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:19:32,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:32,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-cc332a03-15e8-4574-9d02-08861b2eed0c Date: Mon, 27 Aug 2018 12:19:32 GMT RESP BODY: {"floatingips": [{"router_id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:56Z", "updated_at": "2018-08-27T12:19:00Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:b1:d9:8b", "device_id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.203", "revision_number": 3, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_id": "b18f59b2-1d3b-4adc-a10b-d6ef8ba7a831", "id": "6150591b-863e-4b63-9a16-96eff6112b66", "qos_policy_id": null}]} 2018-08-27 12:19:32,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-cc332a03-15e8-4574-9d02-08861b2eed0c 2018-08-27 12:19:32,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0586340427399s 2018-08-27 12:19:32,456 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-cc332a03-15e8-4574-9d02-08861b2eed0c 2018-08-27 12:19:32,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 12:19:32,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:32,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:32 GMT Server: Apache x-compute-request-id: req-be5a6356-7701-4bd9-9500-60cada68fb07 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-be5a6356-7701-4bd9-9500-60cada68fb07 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "self"}, {"href": "http://172.30.9.28:8776/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T12:18:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "updated_at": "2018-08-27T12:19:25.000000", "volume_type": null, "name": "cinder_test-volume_60c89108-9699-443a-b5e9-49b976504207", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "168d120b-14f7-45cf-b49b-d4735e182c43", "size": 2}]} 2018-08-27 12:19:32,513 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-be5a6356-7701-4bd9-9500-60cada68fb07 2018-08-27 12:19:32,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0537350177765s 2018-08-27 12:19:32,514 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-be5a6356-7701-4bd9-9500-60cada68fb07 2018-08-27 12:19:32,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-27 12:19:32,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:32,617 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:19:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2d5863fc-e6cb-4375-8a52-77645582102d 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 12:19:32,617 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43 used request id req-2d5863fc-e6cb-4375-8a52-77645582102d 2018-08-27 12:19:32,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.101641893387s 2018-08-27 12:19:32,617 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43 used request id req-2d5863fc-e6cb-4375-8a52-77645582102d 2018-08-27 12:19:32,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 12:19:32,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:32,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:32 GMT Server: Apache x-compute-request-id: req-b59bddae-a682-4b55-bf7b-4c1bc7ab3dd3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b59bddae-a682-4b55-bf7b-4c1bc7ab3dd3 Content-Encoding: gzip Content-Length: 456 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "self"}, {"href": "http://172.30.9.28:8776/20aa2413095c4323ab08a498cb5d4fb4/volumes/168d120b-14f7-45cf-b49b-d4735e182c43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-27T12:18:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "updated_at": "2018-08-27T12:19:32.000000", "volume_type": null, "name": "cinder_test-volume_60c89108-9699-443a-b5e9-49b976504207", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "168d120b-14f7-45cf-b49b-d4735e182c43", "size": 2}]} 2018-08-27 12:19:32,668 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-b59bddae-a682-4b55-bf7b-4c1bc7ab3dd3 2018-08-27 12:19:32,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0505309104919s 2018-08-27 12:19:32,669 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-b59bddae-a682-4b55-bf7b-4c1bc7ab3dd3 2018-08-27 12:19:32,670 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:19:34,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 12:19:34,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:35,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:34 GMT Server: Apache x-compute-request-id: req-4d3164c4-de99-438f-a26f-f11a6db140b1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4d3164c4-de99-438f-a26f-f11a6db140b1 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-27 12:19:35,674 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-4d3164c4-de99-438f-a26f-f11a6db140b1 2018-08-27 12:19:35,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.00205087662s 2018-08-27 12:19:35,675 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/20aa2413095c4323ab08a498cb5d4fb4/volumes/detail used request id req-4d3164c4-de99-438f-a26f-f11a6db140b1 2018-08-27 12:19:35,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 12:19:35,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/6150591b-863e-4b63-9a16-96eff6112b66.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:37,255 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-55bb7305-1678-4ee3-ad7f-a582b5be18f6 Content-Length: 0 Date: Mon, 27 Aug 2018 12:19:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:19:37,255 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/6150591b-863e-4b63-9a16-96eff6112b66.json used request id req-55bb7305-1678-4ee3-ad7f-a582b5be18f6 2018-08-27 12:19:37,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.5769610405s 2018-08-27 12:19:37,255 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/6150591b-863e-4b63-9a16-96eff6112b66.json used request id req-55bb7305-1678-4ee3-ad7f-a582b5be18f6 2018-08-27 12:19:37,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 12:19:37,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:37,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a73e2fec-e194-43e4-9ab8-bd8d2f203263 Date: Mon, 27 Aug 2018 12:19:37 GMT RESP BODY: {"floatingips": []} 2018-08-27 12:19:37,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-a73e2fec-e194-43e4-9ab8-bd8d2f203263 2018-08-27 12:19:37,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.300258874893s 2018-08-27 12:19:37,561 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-a73e2fec-e194-43e4-9ab8-bd8d2f203263 2018-08-27 12:19:37,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 12:19:37,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:37,753 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12: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 x-openstack-request-id: req-ed3062df-b81d-4185-b325-5cf9b5923531 x-compute-request-id: req-ed3062df-b81d-4185-b325-5cf9b5923531 Content-Type: application/json 2018-08-27 12:19:37,753 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f used request id req-ed3062df-b81d-4185-b325-5cf9b5923531 2018-08-27 12:19:37,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.191829919815s 2018-08-27 12:19:37,754 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f used request id req-ed3062df-b81d-4185-b325-5cf9b5923531 2018-08-27 12:19:37,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:19:37,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:38,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12: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-92f24df3-4a4e-419d-a7c6-b3645999d232 x-compute-request-id: req-92f24df3-4a4e-419d-a7c6-b3645999d232 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_60c89108-9699-443a-b5e9-49b976504207": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d9:8b", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d9:8b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "rel": "bookmark"}], "image": {"id": "027f92b2-1b31-488e-9792-5e2366773bcb", "links": [{"href": "http://172.30.9.28:8774/images/027f92b2-1b31-488e-9792-5e2366773bcb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T12:18:53.000000", "flavor": {"id": "e69e75a7-36f1-45f0-8177-65eb43fc89c0", "links": [{"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "bookmark"}]}, "id": "0c68c5d3-e19c-4fe0-a318-8f5f498cbf8f", "security_groups": [{"name": "cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207"}], "user_id": "1b1196a3972c45e6a8d247e8e8c69f33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T12:19:37Z", "hostId": "b0d2feb0ff425a9abcb5960c20098c0b38ea1f0e5e4f52fd3724263f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207", "name": "cinder_test-vm_60c89108-9699-443a-b5e9-49b976504207", "created": "2018-08-27T12:18:44Z", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 12:19:38,467 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-92f24df3-4a4e-419d-a7c6-b3645999d232 2018-08-27 12:19:38,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.712739944458s 2018-08-27 12:19:38,467 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-92f24df3-4a4e-419d-a7c6-b3645999d232 2018-08-27 12:19:38,470 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 12:19:40,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 12:19:40,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:40,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12: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 x-openstack-request-id: req-7fafa8d9-001d-4b0a-ba83-7c5bd7077859 x-compute-request-id: req-7fafa8d9-001d-4b0a-ba83-7c5bd7077859 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 12:19:40,542 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7fafa8d9-001d-4b0a-ba83-7c5bd7077859 2018-08-27 12:19:40,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0696840286255s 2018-08-27 12:19:40,543 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7fafa8d9-001d-4b0a-ba83-7c5bd7077859 2018-08-27 12:19:40,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 12:19:40,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:40,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-2d961056-4a07-48ff-8a5b-187b1437ed31 Date: Mon, 27 Aug 2018 12:19:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:17:58Z", "updated_at": "2018-08-27T12:17:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:17:58Z", "revision_number": 0, "id": "3b09ea11-f21a-407c-90c7-afdc4b03f79d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:17:58Z", "security_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv4", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:17:58Z", "revision_number": 0, "id": "53587f8e-66bb-47c5-aacc-5d33a94fe831", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:17:58Z", "security_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv6", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:17:58Z", "revision_number": 0, "id": "ef9c79ce-ed3f-4a10-8779-1ca5b14c91eb", "remote_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "remote_ip_prefix": null, "created_at": "2018-08-27T12:17:58Z", "security_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv4", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:17:58Z", "revision_number": 0, "id": "f598b39b-f95a-475c-964c-060a46bbcc06", "remote_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "remote_ip_prefix": null, "created_at": "2018-08-27T12:17:58Z", "security_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv6", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}], "revision_number": 1, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "id": "78477c04-8987-443a-80e7-709db8b4bffc", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:13Z", "updated_at": "2018-08-27T12:18:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:18:13Z", "revision_number": 0, "id": "3a27aa5d-7c06-4025-9f38-1d79cc00ba6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:18:13Z", "security_group_id": "cf69b043-90ef-4f1c-b241-51e0211738d2", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv6", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T12:18:14Z", "revision_number": 0, "id": "5fa1000b-0d3d-4ec8-a2cb-3200e6712fb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:18:14Z", "security_group_id": "cf69b043-90ef-4f1c-b241-51e0211738d2", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:18:15Z", "revision_number": 0, "id": "813d555b-094b-4b97-9163-8e68a9b63521", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:18:15Z", "security_group_id": "cf69b043-90ef-4f1c-b241-51e0211738d2", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv4", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:18:13Z", "revision_number": 0, "id": "d534a095-4799-48ff-83f3-5c9cde975513", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:18:13Z", "security_group_id": "cf69b043-90ef-4f1c-b241-51e0211738d2", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv4", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}], "revision_number": 3, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "id": "cf69b043-90ef-4f1c-b241-51e0211738d2", "name": "cinder_test-sg_60c89108-9699-443a-b5e9-49b976504207"}]} 2018-08-27 12:19:40,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-2d961056-4a07-48ff-8a5b-187b1437ed31 2018-08-27 12:19:40,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0455279350281s 2018-08-27 12:19:40,592 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-2d961056-4a07-48ff-8a5b-187b1437ed31 2018-08-27 12:19:40,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-27 12:19:40,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/cf69b043-90ef-4f1c-b241-51e0211738d2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:40,760 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c39e5683-2cce-4f36-b542-2498a7338aaa Content-Length: 0 Date: Mon, 27 Aug 2018 12:19:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:19:40,760 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/cf69b043-90ef-4f1c-b241-51e0211738d2.json used request id req-c39e5683-2cce-4f36-b542-2498a7338aaa 2018-08-27 12:19:40,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.164047002792s 2018-08-27 12:19:40,760 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/cf69b043-90ef-4f1c-b241-51e0211738d2.json used request id req-c39e5683-2cce-4f36-b542-2498a7338aaa 2018-08-27 12:19:40,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-27 12:19:40,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:40,814 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12: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 x-openstack-request-id: req-91cae1b5-a5a5-4ffa-9abd-8cfbd2e9ee47 x-compute-request-id: req-91cae1b5-a5a5-4ffa-9abd-8cfbd2e9ee47 Content-Length: 0 Content-Type: application/json 2018-08-27 12:19:40,814 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207 used request id req-91cae1b5-a5a5-4ffa-9abd-8cfbd2e9ee47 2018-08-27 12:19:40,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.053563117981s 2018-08-27 12:19:40,815 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cinder_test-kp_60c89108-9699-443a-b5e9-49b976504207 used request id req-91cae1b5-a5a5-4ffa-9abd-8cfbd2e9ee47 2018-08-27 12:19:40,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 12:19:40,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/df0e7e26-5c5b-4071-915d-b2e7215ece02/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}d488bc224ff52d5fa53579ebe3a600c2747570d0" -d '{"subnet_id": "3c40c5b1-ea33-4107-9376-de893f10ca54"}' 2018-08-27 12:19:43,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c1cc2bf0-8852-4f7f-9910-48e5cdeb3d4c Date: Mon, 27 Aug 2018 12:19:43 GMT RESP BODY: {"network_id": "dd0d8d82-7dbc-4a73-a493-fff8d5a790d5", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "subnet_id": "3c40c5b1-ea33-4107-9376-de893f10ca54", "subnet_ids": ["3c40c5b1-ea33-4107-9376-de893f10ca54"], "port_id": "90e5f3d8-eac5-4df7-81ff-489712839a70", "id": "df0e7e26-5c5b-4071-915d-b2e7215ece02"} 2018-08-27 12:19:43,217 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/df0e7e26-5c5b-4071-915d-b2e7215ece02/remove_router_interface.json used request id req-c1cc2bf0-8852-4f7f-9910-48e5cdeb3d4c 2018-08-27 12:19:43,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.40162706375s 2018-08-27 12:19:43,217 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/df0e7e26-5c5b-4071-915d-b2e7215ece02/remove_router_interface.json used request id req-c1cc2bf0-8852-4f7f-9910-48e5cdeb3d4c returning object df0e7e26-5c5b-4071-915d-b2e7215ece02 2018-08-27 12:19:43,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 12:19:43,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:43,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-4aff089c-18b0-4bff-8e4d-7e5494cd7ef4 Date: Mon, 27 Aug 2018 12:19:43 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:18:01Z", "admin_state_up": true, "updated_at": "2018-08-27T12:19:41Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "id": "df0e7e26-5c5b-4071-915d-b2e7215ece02", "name": "cinder_test-router_60c89108-9699-443a-b5e9-49b976504207"}]} 2018-08-27 12:19:43,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-4aff089c-18b0-4bff-8e4d-7e5494cd7ef4 2018-08-27 12:19:43,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.323170900345s 2018-08-27 12:19:43,541 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-4aff089c-18b0-4bff-8e4d-7e5494cd7ef4 2018-08-27 12:19:43,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 12:19:43,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/df0e7e26-5c5b-4071-915d-b2e7215ece02.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:47,079 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f314b7c3-4c14-4245-9e81-bd239576d4b6 Content-Length: 0 Date: Mon, 27 Aug 2018 12:19:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:19:47,080 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/df0e7e26-5c5b-4071-915d-b2e7215ece02.json used request id req-f314b7c3-4c14-4245-9e81-bd239576d4b6 2018-08-27 12:19:47,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.53682613373s 2018-08-27 12:19:47,080 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/df0e7e26-5c5b-4071-915d-b2e7215ece02.json used request id req-f314b7c3-4c14-4245-9e81-bd239576d4b6 2018-08-27 12:19:47,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 12:19:47,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:47,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d3fbae4c-39de-4b21-8c3e-436c0e38d3cc Date: Mon, 27 Aug 2018 12:19:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dd0d8d82-7dbc-4a73-a493-fff8d5a790d5","tenant_id":"20aa2413095c4323ab08a498cb5d4fb4","created_at":"2018-08-27T12:18:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T12:18:00Z","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":"20aa2413095c4323ab08a498cb5d4fb4","id":"3c40c5b1-ea33-4107-9376-de893f10ca54","subnetpool_id":null,"name":"cinder_test-subnet_60c89108-9699-443a-b5e9-49b976504207"}]} 2018-08-27 12:19:47,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-d3fbae4c-39de-4b21-8c3e-436c0e38d3cc 2018-08-27 12:19:47,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0580899715424s 2018-08-27 12:19:47,139 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-d3fbae4c-39de-4b21-8c3e-436c0e38d3cc 2018-08-27 12:19:47,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 12:19:47,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/3c40c5b1-ea33-4107-9376-de893f10ca54.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:49,909 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-42dd70fb-a2e5-43c6-8d88-7b33ee9966e1 Date: Mon, 27 Aug 2018 12:19:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:19:49,909 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/3c40c5b1-ea33-4107-9376-de893f10ca54.json used request id req-42dd70fb-a2e5-43c6-8d88-7b33ee9966e1 2018-08-27 12:19:49,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.76873898506s 2018-08-27 12:19:49,909 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/3c40c5b1-ea33-4107-9376-de893f10ca54.json used request id req-42dd70fb-a2e5-43c6-8d88-7b33ee9966e1 2018-08-27 12:19:49,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:19:49,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:50,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1238 X-Openstack-Request-Id: req-03a39a59-80c8-40ed-b60e-74a4c7c31100 Date: Mon, 27 Aug 2018 12:19:50 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"dd0d8d82-7dbc-4a73-a493-fff8d5a790d5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"20aa2413095c4323ab08a498cb5d4fb4","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:19:49Z","qos_policy_id":null,"name":"cinder_test-net_60c89108-9699-443a-b5e9-49b976504207","admin_state_up":true,"tenant_id":"20aa2413095c4323ab08a498cb5d4fb4","created_at":"2018-08-27T12:17:58Z","mtu":1450}]} 2018-08-27 12:19:50,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-03a39a59-80c8-40ed-b60e-74a4c7c31100 2018-08-27 12:19:50,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112064838409s 2018-08-27 12:19:50,022 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-03a39a59-80c8-40ed-b60e-74a4c7c31100 2018-08-27 12:19:50,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 12:19:50,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/dd0d8d82-7dbc-4a73-a493-fff8d5a790d5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:51,364 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-58b5f9b9-6cb7-4b73-b8ad-a16a51abd12e Date: Mon, 27 Aug 2018 12:19:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:19:51,364 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/dd0d8d82-7dbc-4a73-a493-fff8d5a790d5.json used request id req-58b5f9b9-6cb7-4b73-b8ad-a16a51abd12e 2018-08-27 12:19:51,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.34017896652s 2018-08-27 12:19:51,365 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/dd0d8d82-7dbc-4a73-a493-fff8d5a790d5.json used request id req-58b5f9b9-6cb7-4b73-b8ad-a16a51abd12e 2018-08-27 12:19:51,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:19:51,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:51,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-a1128e2c-9973-450b-9844-44eed759b807 Date: Mon, 27 Aug 2018 12:19:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:18:12Z", "file": "/v2/images/027f92b2-1b31-488e-9792-5e2366773bcb/file", "owner": "20aa2413095c4323ab08a498cb5d4fb4", "id": "027f92b2-1b31-488e-9792-5e2366773bcb", "size": 12716032, "self": "/v2/images/027f92b2-1b31-488e-9792-5e2366773bcb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/027f92b2-1b31-488e-9792-5e2366773bcb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/027f92b2-1b31-488e-9792-5e2366773bcb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_60c89108-9699-443a-b5e9-49b976504207", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_60c89108-9699-443a-b5e9-49b976504207", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:18:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:19:51,679 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a1128e2c-9973-450b-9844-44eed759b807 2018-08-27 12:19:51,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.310461997986s 2018-08-27 12:19:51,680 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a1128e2c-9973-450b-9844-44eed759b807 2018-08-27 12:19:51,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 12:19:51,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/027f92b2-1b31-488e-9792-5e2366773bcb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d488bc224ff52d5fa53579ebe3a600c2747570d0" 2018-08-27 12:19:53,298 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5c51d19c-0e1f-4d7a-b435-866dd91d9929 Date: Mon, 27 Aug 2018 12:19:53 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 12:19:53,299 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/027f92b2-1b31-488e-9792-5e2366773bcb used request id req-5c51d19c-0e1f-4d7a-b435-866dd91d9929 2018-08-27 12:19:53,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.61693286896s 2018-08-27 12:19:53,299 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/027f92b2-1b31-488e-9792-5e2366773bcb used request id req-5c51d19c-0e1f-4d7a-b435-866dd91d9929 2018-08-27 12:19:53,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 12:19:53,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" 2018-08-27 12:19:53,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19: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-4f1644b4-b039-4914-8e73-70503c81e84b x-compute-request-id: req-4f1644b4-b039-4914-8e73-70503c81e84b Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_60c89108-9699-443a-b5e9-49b976504207", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0", "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": "e69e75a7-36f1-45f0-8177-65eb43fc89c0"}]} 2018-08-27 12:19:53,323 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-4f1644b4-b039-4914-8e73-70503c81e84b 2018-08-27 12:19:53,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.023756980896s 2018-08-27 12:19:53,324 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-4f1644b4-b039-4914-8e73-70503c81e84b 2018-08-27 12:19:53,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 12:19:53,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" 2018-08-27 12:19:53,351 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:19: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-8cda919f-943f-4623-8e3c-c2ba891823b0 x-compute-request-id: req-8cda919f-943f-4623-8e3c-c2ba891823b0 Content-Length: 0 Content-Type: application/json 2018-08-27 12:19:53,352 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0 used request id req-8cda919f-943f-4623-8e3c-c2ba891823b0 2018-08-27 12:19:53,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0257768630981s 2018-08-27 12:19:53,352 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e69e75a7-36f1-45f0-8177-65eb43fc89c0 used request id req-8cda919f-943f-4623-8e3c-c2ba891823b0 2018-08-27 12:19:53,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:19:53,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" 2018-08-27 12:19:53,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16a8e6d7-aeeb-4c16-bc5c-d5648ae7995d Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder_test-user_60c89108-9699-443a-b5e9-49b976504207", "links": {"self": "http://172.30.9.28:5000/v3/users/1b1196a3972c45e6a8d247e8e8c69f33"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1b1196a3972c45e6a8d247e8e8c69f33", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:19:53,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-16a8e6d7-aeeb-4c16-bc5c-d5648ae7995d 2018-08-27 12:19:53,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.194905996323s 2018-08-27 12:19:53,548 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-16a8e6d7-aeeb-4c16-bc5c-d5648ae7995d 2018-08-27 12:19:53,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:19:53,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/1b1196a3972c45e6a8d247e8e8c69f33 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" 2018-08-27 12:19:53,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52c4df15-309b-433d-917f-22871885ea8e Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_60c89108-9699-443a-b5e9-49b976504207", "links": {"self": "http://172.30.9.28:5000/v3/users/1b1196a3972c45e6a8d247e8e8c69f33"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "1b1196a3972c45e6a8d247e8e8c69f33", "description": null}} 2018-08-27 12:19:53,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/1b1196a3972c45e6a8d247e8e8c69f33 used request id req-52c4df15-309b-433d-917f-22871885ea8e 2018-08-27 12:19:53,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204143047333s 2018-08-27 12:19:53,759 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/1b1196a3972c45e6a8d247e8e8c69f33 used request id req-52c4df15-309b-433d-917f-22871885ea8e 2018-08-27 12:19:53,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 12:19:53,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/1b1196a3972c45e6a8d247e8e8c69f33 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" 2018-08-27 12:19:54,108 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:19:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fa1f9d2-5e01-406c-b650-8c10f3b8a36f 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 12:19:54,108 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/1b1196a3972c45e6a8d247e8e8c69f33 used request id req-0fa1f9d2-5e01-406c-b650-8c10f3b8a36f 2018-08-27 12:19:54,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.348129987717s 2018-08-27 12:19:54,108 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/1b1196a3972c45e6a8d247e8e8c69f33 used request id req-0fa1f9d2-5e01-406c-b650-8c10f3b8a36f 2018-08-27 12:19:54,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:19:54,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" 2018-08-27 12:19:54,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9d829b5-304b-4300-b29b-f9ee5fd8d410 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.28:5000/v3/projects/20aa2413095c4323ab08a498cb5d4fb4"}, "tags": [], "enabled": true, "id": "20aa2413095c4323ab08a498cb5d4fb4", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_60c89108-9699-443a-b5e9-49b976504207"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-27 12:19:54,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-e9d829b5-304b-4300-b29b-f9ee5fd8d410 2018-08-27 12:19:54,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186323165894s 2018-08-27 12:19:54,301 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-e9d829b5-304b-4300-b29b-f9ee5fd8d410 2018-08-27 12:19:54,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 12:19:54,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/20aa2413095c4323ab08a498cb5d4fb4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3b4601b5b31f4a6c0651d3c35e978ae3ecdd037" 2018-08-27 12:19:54,581 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:19:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6b72f81-d59a-4642-8629-6d40749ec05a 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 12:19:54,581 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/20aa2413095c4323ab08a498cb5d4fb4 used request id req-e6b72f81-d59a-4642-8629-6d40749ec05a 2018-08-27 12:19:54,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.276478052139s 2018-08-27 12:19:54,582 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/20aa2413095c4323ab08a498cb5d4fb4 used request id req-e6b72f81-d59a-4642-8629-6d40749ec05a 2018-08-27 12:19:54,635 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-27 12:19:55,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:19:55,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:19:55,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:19:55,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:19:55,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:19:55,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:19:55,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:19:55,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:19:55,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:19:55,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:19:55,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:19:55,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:19:55,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:19:55,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:19:55,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:19:55,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:19:55,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:19:55,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:19:55,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:19:55,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:19:55,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:19:55,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:19:55,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:19:55,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-398e58b7-f2e4-4c55-a38d-aabcd19923ec 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:19:55,455 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-398e58b7-f2e4-4c55-a38d-aabcd19923ec 2018-08-27 12:19:55,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:19:55,847 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:19:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["_ElsjQnkSa-BcBNvzlA8Yw"], "issued_at": "2018-08-27T12:19:55.000000Z"}} 2018-08-27 12:19:55,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:19:55,856 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 12:19:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95c87928-3846-42a1-b44b-df18e147e461 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 12:19:55,856 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-95c87928-3846-42a1-b44b-df18e147e461 2018-08-27 12:19:55,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:19:55,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:19:56,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-940f2fc8-26ee-4910-87cd-f52944e834e6 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/1822875bebb84e26b6f0f5a37895742c"}, "tags": [], "enabled": true, "id": "1822875bebb84e26b6f0f5a37895742c", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 12:19:56,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-940f2fc8-26ee-4910-87cd-f52944e834e6 2018-08-27 12:19:56,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.199746847153s 2018-08-27 12:19:56,057 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-940f2fc8-26ee-4910-87cd-f52944e834e6 2018-08-27 12:19:56,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 12:19:56,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}7ccca22be18a3fac7be3a898dab992fcab567991" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}}' 2018-08-27 12:19:56,287 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 12:19:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3adadfe0-5fda-4350-9e9f-4c2e90bc502a Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}} 2018-08-27 12:19:56,287 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-3adadfe0-5fda-4350-9e9f-4c2e90bc502a 2018-08-27 12:19:56,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.223630905151s 2018-08-27 12:19:56,288 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-3adadfe0-5fda-4350-9e9f-4c2e90bc502a 2018-08-27 12:19:56,288 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: api_check', u'tags': [], 'enabled': True, 'id': u'8d05b3e984ab471bb88ddd5a5acd4c31', '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'api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de'}) 2018-08-27 12:19:56,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 12:19:56,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}7ccca22be18a3fac7be3a898dab992fcab567991" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "fcd79223-b090-441b-acb5-c310c1482bb9", "email": null, "name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de"}}' 2018-08-27 12:19:56,721 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 12:19:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eaadf364-08ec-4530-8025-b2519804f08a Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}} 2018-08-27 12:19:56,721 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-eaadf364-08ec-4530-8025-b2519804f08a 2018-08-27 12:19:56,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.427319049835s 2018-08-27 12:19:56,722 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-eaadf364-08ec-4530-8025-b2519804f08a 2018-08-27 12:19:56,722 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e43fb8d6d84d4cbbb61381b3ce933393', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de'}) 2018-08-27 12:19:56,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:19:56,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:19:56,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f8096ef-2ece-4a8f-ab42-ffdfcf4f759f Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:19:56,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5f8096ef-2ece-4a8f-ab42-ffdfcf4f759f 2018-08-27 12:19:56,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197483062744s 2018-08-27 12:19:56,924 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5f8096ef-2ece-4a8f-ab42-ffdfcf4f759f 2018-08-27 12:19:56,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:19:56,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:19:57,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9d1e428-bdfa-4a34-9312-047ef613490f Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:19:57,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f9d1e428-bdfa-4a34-9312-047ef613490f 2018-08-27 12:19:57,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100822925568s 2018-08-27 12:19:57,030 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f9d1e428-bdfa-4a34-9312-047ef613490f 2018-08-27 12:19:57,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:19:57,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:19:57,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb731059-c6f5-46c1-9911-368f1f7f475a Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:19:57,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-eb731059-c6f5-46c1-9911-368f1f7f475a 2018-08-27 12:19:57,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193482875824s 2018-08-27 12:19:57,229 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-eb731059-c6f5-46c1-9911-368f1f7f475a 2018-08-27 12:19:57,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:19:57,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:19:57,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f5179dc-bb80-46f3-a19a-15805ac12a3a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 12:19:57,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-3f5179dc-bb80-46f3-a19a-15805ac12a3a 2018-08-27 12:19:57,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.156761884689s 2018-08-27 12:19:57,391 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-3f5179dc-bb80-46f3-a19a-15805ac12a3a 2018-08-27 12:19:57,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:19:57,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:19:57,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec98a13c-bb6c-4e0b-b225-7e6281d14794 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:19:57,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ec98a13c-bb6c-4e0b-b225-7e6281d14794 2018-08-27 12:19:57,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.197521924973s 2018-08-27 12:19:57,590 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ec98a13c-bb6c-4e0b-b225-7e6281d14794 2018-08-27 12:19:57,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:19:57,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:19:57,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6a59d26-da35-4578-824c-6b802b6f5590 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 12:19:57,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-c6a59d26-da35-4578-824c-6b802b6f5590 2018-08-27 12:19:57,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.214848041534s 2018-08-27 12:19:57,816 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-c6a59d26-da35-4578-824c-6b802b6f5590 2018-08-27 12:19:57,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 12:19:57,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=e43fb8d6d84d4cbbb61381b3ce933393&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=8d05b3e984ab471bb88ddd5a5acd4c31" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:19:58,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88ef5b7f-2cba-46cd-8903-da4b9e801b2c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=e43fb8d6d84d4cbbb61381b3ce933393&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=8d05b3e984ab471bb88ddd5a5acd4c31", "previous": null, "next": null}} 2018-08-27 12:19:58,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=e43fb8d6d84d4cbbb61381b3ce933393&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=8d05b3e984ab471bb88ddd5a5acd4c31 used request id req-88ef5b7f-2cba-46cd-8903-da4b9e801b2c 2018-08-27 12:19:58,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.195149898529s 2018-08-27 12:19:58,019 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=e43fb8d6d84d4cbbb61381b3ce933393&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=8d05b3e984ab471bb88ddd5a5acd4c31 used request id req-88ef5b7f-2cba-46cd-8903-da4b9e801b2c 2018-08-27 12:19:58,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 12:19:58,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31/users/e43fb8d6d84d4cbbb61381b3ce933393/roles/2d704632e4b7449aa0baeaa243e3aa0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:19:58,298 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:19:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de0c5887-acef-442e-b648-6de1dda62942 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 12:19:58,298 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31/users/e43fb8d6d84d4cbbb61381b3ce933393/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-de0c5887-acef-442e-b648-6de1dda62942 2018-08-27 12:19:58,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.275387048721s 2018-08-27 12:19:58,299 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31/users/e43fb8d6d84d4cbbb61381b3ce933393/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-de0c5887-acef-442e-b648-6de1dda62942 2018-08-27 12:19:58,299 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de', 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'8d05b3e984ab471bb88ddd5a5acd4c31', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'fcd79223-b090-441b-acb5-c310c1482bb9', 'username': u'api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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 12:19:58,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:19:58,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:19:58,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:19:58,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:19:58,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:19:58,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:19:58,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:19:58,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:19:58,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:19:58,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:19:58,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:19:58,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:19:58,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:19:58,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:19:58,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:19:58,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:19:58,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:19:58,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:19:58,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:19:58,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:19:58,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:19:58,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:19:58,305 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de', 'password': 'fcd79223-b090-441b-acb5-c310c1482bb9', 'project_name': 'api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '8d05b3e984ab471bb88ddd5a5acd4c31', 'project_domain_name': 'Default'} 2018-08-27 12:19:58,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:19:58,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:19:58,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbebae35-3205-48e3-a12a-2a1a75a051c6 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:19:58,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-dbebae35-3205-48e3-a12a-2a1a75a051c6 2018-08-27 12:19:58,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199908971786s 2018-08-27 12:19:58,509 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-dbebae35-3205-48e3-a12a-2a1a75a051c6 2018-08-27 12:19:58,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:19:58,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:19:58,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2376053c-a674-4e54-853f-ee21f4c6c020 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:19:58,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2376053c-a674-4e54-853f-ee21f4c6c020 2018-08-27 12:19:58,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.20401597023s 2018-08-27 12:19:58,719 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2376053c-a674-4e54-853f-ee21f4c6c020 2018-08-27 12:19:58,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:19:58,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:19:58,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b90c243-99fb-49ad-a42e-215f254b2d97 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 12:19:58,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-1b90c243-99fb-49ad-a42e-215f254b2d97 2018-08-27 12:19:58,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0989511013031s 2018-08-27 12:19:58,823 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-1b90c243-99fb-49ad-a42e-215f254b2d97 2018-08-27 12:19:58,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:19:58,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:19:59,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cf13376-10c7-4c5e-8857-c7df393ea2bf Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:19:59,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-1cf13376-10c7-4c5e-8857-c7df393ea2bf 2018-08-27 12:19:59,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.211677074432s 2018-08-27 12:19:59,037 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-1cf13376-10c7-4c5e-8857-c7df393ea2bf 2018-08-27 12:19:59,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:19:59,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:19:59,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b5319e6-80e8-4256-ac59-9e0044fd1ec1 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 12:19:59,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-7b5319e6-80e8-4256-ac59-9e0044fd1ec1 2018-08-27 12:19:59,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.112330913544s 2018-08-27 12:19:59,160 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-7b5319e6-80e8-4256-ac59-9e0044fd1ec1 2018-08-27 12:19:59,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 12:19:59,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=e43fb8d6d84d4cbbb61381b3ce933393&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=8d05b3e984ab471bb88ddd5a5acd4c31" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:19:59,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1ba2885-39fe-49b0-b6ba-c0923e832df5 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=e43fb8d6d84d4cbbb61381b3ce933393&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=8d05b3e984ab471bb88ddd5a5acd4c31", "previous": null, "next": null}} 2018-08-27 12:19:59,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=e43fb8d6d84d4cbbb61381b3ce933393&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=8d05b3e984ab471bb88ddd5a5acd4c31 used request id req-d1ba2885-39fe-49b0-b6ba-c0923e832df5 2018-08-27 12:19:59,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.186367988586s 2018-08-27 12:19:59,354 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=e43fb8d6d84d4cbbb61381b3ce933393&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=8d05b3e984ab471bb88ddd5a5acd4c31 used request id req-d1ba2885-39fe-49b0-b6ba-c0923e832df5 2018-08-27 12:19:59,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 12:19:59,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31/users/e43fb8d6d84d4cbbb61381b3ce933393/roles/6b26747647ee4eed8251bc5366eb3a92 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:19:59,530 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:19:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4026a51e-1c47-417b-afc1-d0289dec68dc 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 12:19:59,530 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31/users/e43fb8d6d84d4cbbb61381b3ce933393/roles/6b26747647ee4eed8251bc5366eb3a92 used request id req-4026a51e-1c47-417b-afc1-d0289dec68dc 2018-08-27 12:19:59,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.172428846359s 2018-08-27 12:19:59,530 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31/users/e43fb8d6d84d4cbbb61381b3ce933393/roles/6b26747647ee4eed8251bc5366eb3a92 used request id req-4026a51e-1c47-417b-afc1-d0289dec68dc 2018-08-27 12:19:59,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:19:59,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:19:59,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3296514c-1940-456e-86f0-e9ade3f99de4 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:19:59,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3296514c-1940-456e-86f0-e9ade3f99de4 2018-08-27 12:19:59,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109225988388s 2018-08-27 12:19:59,643 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3296514c-1940-456e-86f0-e9ade3f99de4 2018-08-27 12:19:59,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-27 12:19:59,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7ccca22be18a3fac7be3a898dab992fcab567991" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-27 12:19:59,856 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 12:19:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f49e01fd-d814-416d-9034-1da6887b5f1d Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}} 2018-08-27 12:19:59,856 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-f49e01fd-d814-416d-9034-1da6887b5f1d 2018-08-27 12:19:59,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.207791090012s 2018-08-27 12:19:59,857 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-f49e01fd-d814-416d-9034-1da6887b5f1d 2018-08-27 12:19:59,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:19:59,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:20:00,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c66bdc69-be15-4c0f-b9d0-70e7a7800f9c Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:20:00,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c66bdc69-be15-4c0f-b9d0-70e7a7800f9c 2018-08-27 12:20:00,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.207474946976s 2018-08-27 12:20:00,068 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c66bdc69-be15-4c0f-b9d0-70e7a7800f9c 2018-08-27 12:20:00,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:20:00,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:20:00,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0909ce3-d8aa-4458-a5af-d3661c125dd6 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 12:20:00,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-b0909ce3-d8aa-4458-a5af-d3661c125dd6 2018-08-27 12:20:00,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.189576864243s 2018-08-27 12:20:00,263 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-b0909ce3-d8aa-4458-a5af-d3661c125dd6 2018-08-27 12:20:00,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:20:00,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:20:00,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a351f615-11f5-44cb-ad2a-32cb814157f6 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:20:00,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a351f615-11f5-44cb-ad2a-32cb814157f6 2018-08-27 12:20:00,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.208568096161s 2018-08-27 12:20:00,473 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a351f615-11f5-44cb-ad2a-32cb814157f6 2018-08-27 12:20:00,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:20:00,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:20:00,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e197ba8c-1147-408f-ac8f-3460dc43fa99 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-27 12:20:00,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-e197ba8c-1147-408f-ac8f-3460dc43fa99 2018-08-27 12:20:00,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.202478885651s 2018-08-27 12:20:00,687 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-e197ba8c-1147-408f-ac8f-3460dc43fa99 2018-08-27 12:20:00,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 12:20:00,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=e43fb8d6d84d4cbbb61381b3ce933393&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=8d05b3e984ab471bb88ddd5a5acd4c31" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:20:00,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a9c4ac0-c53e-4c1e-b981-51416535706a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=e43fb8d6d84d4cbbb61381b3ce933393&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=8d05b3e984ab471bb88ddd5a5acd4c31", "previous": null, "next": null}} 2018-08-27 12:20:00,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=e43fb8d6d84d4cbbb61381b3ce933393&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=8d05b3e984ab471bb88ddd5a5acd4c31 used request id req-2a9c4ac0-c53e-4c1e-b981-51416535706a 2018-08-27 12:20:00,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.197122097015s 2018-08-27 12:20:00,892 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=e43fb8d6d84d4cbbb61381b3ce933393&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=8d05b3e984ab471bb88ddd5a5acd4c31 used request id req-2a9c4ac0-c53e-4c1e-b981-51416535706a 2018-08-27 12:20:00,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 12:20:00,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31/users/e43fb8d6d84d4cbbb61381b3ce933393/roles/7b28244ddeaf43af86cd31e8e289ae52 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7ccca22be18a3fac7be3a898dab992fcab567991" 2018-08-27 12:20:01,165 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:20:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b15ba578-a847-4e62-80f2-185f5cfdf8d7 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 12:20:01,165 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31/users/e43fb8d6d84d4cbbb61381b3ce933393/roles/7b28244ddeaf43af86cd31e8e289ae52 used request id req-b15ba578-a847-4e62-80f2-185f5cfdf8d7 2018-08-27 12:20:01,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.269989013672s 2018-08-27 12:20:01,165 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31/users/e43fb8d6d84d4cbbb61381b3ce933393/roles/7b28244ddeaf43af86cd31e8e289ae52 used request id req-b15ba578-a847-4e62-80f2-185f5cfdf8d7 2018-08-27 12:20:01,165 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-27 12:20:01,166 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-27 12:20:01,166 - openstack_tests - INFO - OS Credentials = > 2018-08-27 12:20:01,167 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-27 12:20:01,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:20:01,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "7b28244ddeaf43af86cd31e8e289ae52", "name": "heat_stack_owner"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:20:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/8d05b3e984ab471bb88ddd5a5acd4c31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/8d05b3e984ab471bb88ddd5a5acd4c31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/8d05b3e984ab471bb88ddd5a5acd4c31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_8d05b3e984ab471bb88ddd5a5acd4c31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_8d05b3e984ab471bb88ddd5a5acd4c31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/8d05b3e984ab471bb88ddd5a5acd4c31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/8d05b3e984ab471bb88ddd5a5acd4c31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/8d05b3e984ab471bb88ddd5a5acd4c31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/8d05b3e984ab471bb88ddd5a5acd4c31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/8d05b3e984ab471bb88ddd5a5acd4c31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/8d05b3e984ab471bb88ddd5a5acd4c31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/8d05b3e984ab471bb88ddd5a5acd4c31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/8d05b3e984ab471bb88ddd5a5acd4c31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/8d05b3e984ab471bb88ddd5a5acd4c31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "id": "e43fb8d6d84d4cbbb61381b3ce933393"}, "audit_ids": ["z5-t00OMSWyZjIn1qcGzgQ"], "issued_at": "2018-08-27T12:20:01.000000Z"}} 2018-08-27 12:20:01,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}777ce14a0895b8e89336ca75c1574ce88d3cb4aa" 2018-08-27 12:20:02,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-b8fec8a1-111b-4bc6-9501-1ce8e60f1667 Date: Mon, 27 Aug 2018 12:20:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:20:02,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-b8fec8a1-111b-4bc6-9501-1ce8e60f1667 2018-08-27 12:20:02,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9e7da560-d286-4d69-b2d6-e7b51586033c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}777ce14a0895b8e89336ca75c1574ce88d3cb4aa" 2018-08-27 12:20:02,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-18500d26-e6c9-4927-964e-96dd79159a92 Date: Mon, 27 Aug 2018 12:20:02 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-27T12:07:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"be54de9c-847e-4a09-971c-0568167e3798","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9e7da560-d286-4d69-b2d6-e7b51586033c","tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:18Z","ip_version":4}]} 2018-08-27 12:20:02,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9e7da560-d286-4d69-b2d6-e7b51586033c used request id req-18500d26-e6c9-4927-964e-96dd79159a92 2018-08-27 12:20:02,444 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-27 12:20:02,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:20:02,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:20:02,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:20:02,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:20:02,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:20:02,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:20:02,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:20:02,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:20:02,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:20:02,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:20:02,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:20:02,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:20:02,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:20:02,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:20:02,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:20:02,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:20:02,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:20:02,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:20:02,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:20:02,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:20:02,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:20:02,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:20:02,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-27 12:20:02,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:20:02,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d27f5bc8-910e-46a6-87b1-e20c5255bf9e 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:20:02,456 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d27f5bc8-910e-46a6-87b1-e20c5255bf9e 2018-08-27 12:20:02,457 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:20:02,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:20:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["yOuppuN0QmyQDI_o6VHY6A"], "issued_at": "2018-08-27T12:20:02.000000Z"}} 2018-08-27 12:20:02,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c9b659c513ff579d09b5fc7c7b50b448e012a040" 2018-08-27 12:20:03,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20: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-2bc79610-c79b-4cdb-b8ce-380c46d879bc x-compute-request-id: req-2bc79610-c79b-4cdb-b8ce-380c46d879bc 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.28: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 12:20:03,110 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/ used request id req-2bc79610-c79b-4cdb-b8ce-380c46d879bc 2018-08-27 12:20:03,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.660212039948s 2018-08-27 12:20:03,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/ used request id req-2bc79610-c79b-4cdb-b8ce-380c46d879bc 2018-08-27 12:20:03,111 - 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.28: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 12:20:03,111 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-27 12:20:03,112 - xtesting.ci.run_tests - INFO - Skipping test case 'api_check'... 2018-08-27 12:20:03,112 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-27 12:20:03,169 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-27 12:20:03,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:20:03,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:20:03,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:20:03,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:20:03,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:20:03,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:20:03,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:20:03,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:20:03,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:20:03,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:20:03,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:20:03,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:20:03,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:20:03,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:20:03,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:20:03,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:20:03,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:20:03,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:20:03,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:20:03,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:20:03,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:20:03,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:20:03,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:20:03,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fd9c81d-349c-4ee1-ac4b-91ed726fab30 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:20:03,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4fd9c81d-349c-4ee1-ac4b-91ed726fab30 2018-08-27 12:20:03,234 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:20:03,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:20:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["jn0hnOMySvyUt7S08QQzcw"], "issued_at": "2018-08-27T12:20:03.000000Z"}} 2018-08-27 12:20:03,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:20:03,642 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 12:20:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13f66b0a-fcbb-4e5c-9916-5ca5f1134744 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 12:20:03,643 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-13f66b0a-fcbb-4e5c-9916-5ca5f1134744 2018-08-27 12:20:03,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:20:03,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:03,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae1be6c1-5277-438a-ab4c-03aca2acb0af Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/1822875bebb84e26b6f0f5a37895742c"}, "tags": [], "enabled": true, "id": "1822875bebb84e26b6f0f5a37895742c", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 12:20:03,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-ae1be6c1-5277-438a-ab4c-03aca2acb0af 2018-08-27 12:20:03,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.203506946564s 2018-08-27 12:20:03,847 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-ae1be6c1-5277-438a-ab4c-03aca2acb0af 2018-08-27 12:20:03,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 12:20:03,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}32dd1e99e48fa016f945edfed7c543df6e1be307" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}}' 2018-08-27 12:20:04,096 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 12:20:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9aecaca1-f163-4c8b-9d59-43fd6ff5ce3a Content-Length: 382 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}} 2018-08-27 12:20:04,096 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-9aecaca1-f163-4c8b-9d59-43fd6ff5ce3a 2018-08-27 12:20:04,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.241662979126s 2018-08-27 12:20:04,096 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-9aecaca1-f163-4c8b-9d59-43fd6ff5ce3a 2018-08-27 12:20:04,097 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: snaps_health_check', u'tags': [], 'enabled': True, 'id': u'31763e08ea2f4a638b9662d681f6dfc1', '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_health_check-project_587c92e8-a13d-4558-a381-057b1022e583'}) 2018-08-27 12:20:04,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 12:20:04,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}32dd1e99e48fa016f945edfed7c543df6e1be307" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "a0413e26-b2ce-443e-8e5d-00ce1faa9115", "email": null, "name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583"}}' 2018-08-27 12:20:04,583 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 12:20:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a423ed76-ba6f-40b2-a46f-3997f8d6287b Content-Length: 333 Content-Type: application/json RESP BODY: {"user": {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}} 2018-08-27 12:20:04,583 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-a423ed76-ba6f-40b2-a46f-3997f8d6287b 2018-08-27 12:20:04,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.479867935181s 2018-08-27 12:20:04,583 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-a423ed76-ba6f-40b2-a46f-3997f8d6287b 2018-08-27 12:20:04,584 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ac8e2e89c78f422f877b435ba39795b3', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583'}) 2018-08-27 12:20:04,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:20:04,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:04,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e6e12f5-4a6d-4040-8992-2b04658bb471 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:20:04,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6e6e12f5-4a6d-4040-8992-2b04658bb471 2018-08-27 12:20:04,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.206647872925s 2018-08-27 12:20:04,794 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6e6e12f5-4a6d-4040-8992-2b04658bb471 2018-08-27 12:20:04,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:20:04,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:04,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-899a5b81-dc03-4fa5-a5a0-55f1bded4dd6 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:20:04,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-899a5b81-dc03-4fa5-a5a0-55f1bded4dd6 2018-08-27 12:20:04,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194290876389s 2018-08-27 12:20:04,994 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-899a5b81-dc03-4fa5-a5a0-55f1bded4dd6 2018-08-27 12:20:04,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:20:05,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:05,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bce0788-5ae2-4085-a5e9-dfd966ea042b Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:20:05,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6bce0788-5ae2-4085-a5e9-dfd966ea042b 2018-08-27 12:20:05,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.141846895218s 2018-08-27 12:20:05,141 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6bce0788-5ae2-4085-a5e9-dfd966ea042b 2018-08-27 12:20:05,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:20:05,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:05,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aab858c2-dadd-4e5e-9453-c93a1c32db7a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 12:20:05,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-aab858c2-dadd-4e5e-9453-c93a1c32db7a 2018-08-27 12:20:05,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.192745923996s 2018-08-27 12:20:05,339 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-aab858c2-dadd-4e5e-9453-c93a1c32db7a 2018-08-27 12:20:05,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:20:05,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:05,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99792fc4-fc71-4a2f-b06d-8f7aaf65a389 Content-Encoding: gzip Content-Length: 906 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:20:05,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-99792fc4-fc71-4a2f-b06d-8f7aaf65a389 2018-08-27 12:20:05,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.13004899025s 2018-08-27 12:20:05,471 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-99792fc4-fc71-4a2f-b06d-8f7aaf65a389 2018-08-27 12:20:05,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:20:05,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:05,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-760fc1fd-8e7c-44bd-8a32-43c2f57b57e4 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "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.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}]} 2018-08-27 12:20:05,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-760fc1fd-8e7c-44bd-8a32-43c2f57b57e4 2018-08-27 12:20:05,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.189074039459s 2018-08-27 12:20:05,672 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-760fc1fd-8e7c-44bd-8a32-43c2f57b57e4 2018-08-27 12:20:05,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 12:20:05,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=ac8e2e89c78f422f877b435ba39795b3&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=31763e08ea2f4a638b9662d681f6dfc1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:05,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eef0a3c-eec3-44a8-aa00-1d86d3cdc051 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=ac8e2e89c78f422f877b435ba39795b3&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=31763e08ea2f4a638b9662d681f6dfc1", "previous": null, "next": null}} 2018-08-27 12:20:05,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=ac8e2e89c78f422f877b435ba39795b3&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=31763e08ea2f4a638b9662d681f6dfc1 used request id req-1eef0a3c-eec3-44a8-aa00-1d86d3cdc051 2018-08-27 12:20:05,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.119482040405s 2018-08-27 12:20:05,802 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=ac8e2e89c78f422f877b435ba39795b3&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=31763e08ea2f4a638b9662d681f6dfc1 used request id req-1eef0a3c-eec3-44a8-aa00-1d86d3cdc051 2018-08-27 12:20:05,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 12:20:05,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1/users/ac8e2e89c78f422f877b435ba39795b3/roles/2d704632e4b7449aa0baeaa243e3aa0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:06,081 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:20:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01412cec-8086-4f2a-b901-895ba983f491 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 12:20:06,081 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1/users/ac8e2e89c78f422f877b435ba39795b3/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-01412cec-8086-4f2a-b901-895ba983f491 2018-08-27 12:20:06,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.275856018066s 2018-08-27 12:20:06,082 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1/users/ac8e2e89c78f422f877b435ba39795b3/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-01412cec-8086-4f2a-b901-895ba983f491 2018-08-27 12:20:06,083 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583', 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'31763e08ea2f4a638b9662d681f6dfc1', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'a0413e26-b2ce-443e-8e5d-00ce1faa9115', 'username': u'snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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 12:20:06,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:20:06,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:20:06,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:20:06,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:20:06,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:20:06,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:20:06,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:20:06,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:20:06,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:20:06,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:20:06,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:20:06,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:20:06,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:20:06,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:20:06,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:20:06,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:20:06,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:20:06,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:20:06,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:20:06,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:20:06,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:20:06,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:20:06,091 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583', 'password': 'a0413e26-b2ce-443e-8e5d-00ce1faa9115', 'project_name': 'snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '31763e08ea2f4a638b9662d681f6dfc1', 'project_domain_name': 'Default'} 2018-08-27 12:20:06,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:20:06,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:06,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8477ac96-a17c-4d56-9b98-696fb605f4c5 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:20:06,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8477ac96-a17c-4d56-9b98-696fb605f4c5 2018-08-27 12:20:06,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.183717012405s 2018-08-27 12:20:06,279 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8477ac96-a17c-4d56-9b98-696fb605f4c5 2018-08-27 12:20:06,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:20:06,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:06,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b028969-3725-4a83-abd6-ee084ce59dbe Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:20:06,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6b028969-3725-4a83-abd6-ee084ce59dbe 2018-08-27 12:20:06,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198544025421s 2018-08-27 12:20:06,483 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6b028969-3725-4a83-abd6-ee084ce59dbe 2018-08-27 12:20:06,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:20:06,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:06,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d04ee366-6bd5-42b2-b610-4f5320ac9326 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 12:20:06,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-d04ee366-6bd5-42b2-b610-4f5320ac9326 2018-08-27 12:20:06,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.145915031433s 2018-08-27 12:20:06,634 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-d04ee366-6bd5-42b2-b610-4f5320ac9326 2018-08-27 12:20:06,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:20:06,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:06,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33a1ef2d-1fe8-46c8-934d-a4b52df0a125 Content-Encoding: gzip Content-Length: 906 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:20:06,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-33a1ef2d-1fe8-46c8-934d-a4b52df0a125 2018-08-27 12:20:06,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.135504007339s 2018-08-27 12:20:06,771 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-33a1ef2d-1fe8-46c8-934d-a4b52df0a125 2018-08-27 12:20:06,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:20:06,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:06,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27634f86-8c15-4828-b53b-52ff3be10c41 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "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.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}]} 2018-08-27 12:20:06,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-27634f86-8c15-4828-b53b-52ff3be10c41 2018-08-27 12:20:06,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.112541913986s 2018-08-27 12:20:06,895 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-27634f86-8c15-4828-b53b-52ff3be10c41 2018-08-27 12:20:06,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 12:20:06,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=ac8e2e89c78f422f877b435ba39795b3&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=31763e08ea2f4a638b9662d681f6dfc1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:07,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ec5832e-f10c-4c00-b774-c7cce431f7f0 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=ac8e2e89c78f422f877b435ba39795b3&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=31763e08ea2f4a638b9662d681f6dfc1", "previous": null, "next": null}} 2018-08-27 12:20:07,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=ac8e2e89c78f422f877b435ba39795b3&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=31763e08ea2f4a638b9662d681f6dfc1 used request id req-7ec5832e-f10c-4c00-b774-c7cce431f7f0 2018-08-27 12:20:07,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.187237024307s 2018-08-27 12:20:07,092 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=ac8e2e89c78f422f877b435ba39795b3&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=31763e08ea2f4a638b9662d681f6dfc1 used request id req-7ec5832e-f10c-4c00-b774-c7cce431f7f0 2018-08-27 12:20:07,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 12:20:07,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1/users/ac8e2e89c78f422f877b435ba39795b3/roles/6b26747647ee4eed8251bc5366eb3a92 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:07,319 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:20:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d230c3fa-188c-41a3-bfd4-56b2c96a49e4 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 12:20:07,320 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1/users/ac8e2e89c78f422f877b435ba39795b3/roles/6b26747647ee4eed8251bc5366eb3a92 used request id req-d230c3fa-188c-41a3-bfd4-56b2c96a49e4 2018-08-27 12:20:07,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.224594116211s 2018-08-27 12:20:07,320 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1/users/ac8e2e89c78f422f877b435ba39795b3/roles/6b26747647ee4eed8251bc5366eb3a92 used request id req-d230c3fa-188c-41a3-bfd4-56b2c96a49e4 2018-08-27 12:20:07,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:20:07,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:07,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4f5444d-aa59-47b0-942a-69e966483245 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:20:07,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d4f5444d-aa59-47b0-942a-69e966483245 2018-08-27 12:20:07,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10852098465s 2018-08-27 12:20:07,432 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d4f5444d-aa59-47b0-942a-69e966483245 2018-08-27 12:20:07,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:20:07,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:07,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e512000-386d-4b45-8fa6-23fbbbc58aa1 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:20:07,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3e512000-386d-4b45-8fa6-23fbbbc58aa1 2018-08-27 12:20:07,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193959951401s 2018-08-27 12:20:07,631 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3e512000-386d-4b45-8fa6-23fbbbc58aa1 2018-08-27 12:20:07,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:20:07,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:07,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff624703-4949-4614-bfbe-5db7f2b14a5c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 12:20:07,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-ff624703-4949-4614-bfbe-5db7f2b14a5c 2018-08-27 12:20:07,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.193166971207s 2018-08-27 12:20:07,830 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-ff624703-4949-4614-bfbe-5db7f2b14a5c 2018-08-27 12:20:07,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:20:07,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:07,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-268dc08f-fffb-4050-b19c-d9372c631748 Content-Encoding: gzip Content-Length: 906 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:20:07,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-268dc08f-fffb-4050-b19c-d9372c631748 2018-08-27 12:20:07,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.133512973785s 2018-08-27 12:20:07,965 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-268dc08f-fffb-4050-b19c-d9372c631748 2018-08-27 12:20:07,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:20:07,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:08,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ab4ac9b-f3f1-49b1-b71e-ba378855946a Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "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.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}]} 2018-08-27 12:20:08,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-0ab4ac9b-f3f1-49b1-b71e-ba378855946a 2018-08-27 12:20:08,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.182801008224s 2018-08-27 12:20:08,160 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-0ab4ac9b-f3f1-49b1-b71e-ba378855946a 2018-08-27 12:20:08,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 12:20:08,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=ac8e2e89c78f422f877b435ba39795b3&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=31763e08ea2f4a638b9662d681f6dfc1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:08,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-295883d0-6689-45ec-91e3-31203ee4ef90 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=ac8e2e89c78f422f877b435ba39795b3&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=31763e08ea2f4a638b9662d681f6dfc1", "previous": null, "next": null}} 2018-08-27 12:20:08,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=ac8e2e89c78f422f877b435ba39795b3&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=31763e08ea2f4a638b9662d681f6dfc1 used request id req-295883d0-6689-45ec-91e3-31203ee4ef90 2018-08-27 12:20:08,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.108241081238s 2018-08-27 12:20:08,275 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=ac8e2e89c78f422f877b435ba39795b3&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=31763e08ea2f4a638b9662d681f6dfc1 used request id req-295883d0-6689-45ec-91e3-31203ee4ef90 2018-08-27 12:20:08,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 12:20:08,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1/users/ac8e2e89c78f422f877b435ba39795b3/roles/7b28244ddeaf43af86cd31e8e289ae52 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32dd1e99e48fa016f945edfed7c543df6e1be307" 2018-08-27 12:20:08,566 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:20:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-830c5dd8-8fdb-461f-9517-3ca901b947b6 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 12:20:08,566 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1/users/ac8e2e89c78f422f877b435ba39795b3/roles/7b28244ddeaf43af86cd31e8e289ae52 used request id req-830c5dd8-8fdb-461f-9517-3ca901b947b6 2018-08-27 12:20:08,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.287481069565s 2018-08-27 12:20:08,567 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1/users/ac8e2e89c78f422f877b435ba39795b3/roles/7b28244ddeaf43af86cd31e8e289ae52 used request id req-830c5dd8-8fdb-461f-9517-3ca901b947b6 2018-08-27 12:20:08,567 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-27 12:20:08,567 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-27 12:20:08,568 - openstack_tests - INFO - OS Credentials = > 2018-08-27 12:20:08,568 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-27 12:20:08,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:20:08,980 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "7b28244ddeaf43af86cd31e8e289ae52", "name": "heat_stack_owner"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:20:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31763e08ea2f4a638b9662d681f6dfc1", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/31763e08ea2f4a638b9662d681f6dfc1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/31763e08ea2f4a638b9662d681f6dfc1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/31763e08ea2f4a638b9662d681f6dfc1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_31763e08ea2f4a638b9662d681f6dfc1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_31763e08ea2f4a638b9662d681f6dfc1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/31763e08ea2f4a638b9662d681f6dfc1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/31763e08ea2f4a638b9662d681f6dfc1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/31763e08ea2f4a638b9662d681f6dfc1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/31763e08ea2f4a638b9662d681f6dfc1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/31763e08ea2f4a638b9662d681f6dfc1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/31763e08ea2f4a638b9662d681f6dfc1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/31763e08ea2f4a638b9662d681f6dfc1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/31763e08ea2f4a638b9662d681f6dfc1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/31763e08ea2f4a638b9662d681f6dfc1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "id": "ac8e2e89c78f422f877b435ba39795b3"}, "audit_ids": ["WewDaeE1R6WqwPJFPnGxuw"], "issued_at": "2018-08-27T12:20:08.000000Z"}} 2018-08-27 12:20:08,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d430ddf6445ac65599d6270df9948388585209f" 2018-08-27 12:20:09,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-ad8028ad-4191-4798-be39-1003c9b51a3a Date: Mon, 27 Aug 2018 12:20:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:20:09,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-ad8028ad-4191-4798-be39-1003c9b51a3a 2018-08-27 12:20:09,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9e7da560-d286-4d69-b2d6-e7b51586033c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d430ddf6445ac65599d6270df9948388585209f" 2018-08-27 12:20:09,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-70b263f3-3895-451b-a166-e0b1b6ca1797 Date: Mon, 27 Aug 2018 12:20:09 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-27T12:07:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"be54de9c-847e-4a09-971c-0568167e3798","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9e7da560-d286-4d69-b2d6-e7b51586033c","tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:18Z","ip_version":4}]} 2018-08-27 12:20:09,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9e7da560-d286-4d69-b2d6-e7b51586033c used request id req-70b263f3-3895-451b-a166-e0b1b6ca1797 2018-08-27 12:20:09,674 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-27 12:20:09,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:20:09,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:20:09,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:20:09,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:20:09,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:20:09,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:20:09,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:20:09,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:20:09,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:20:09,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:20:09,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:20:09,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:20:09,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:20:09,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:20:09,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:20:09,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:20:09,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:20:09,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:20:09,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:20:09,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:20:09,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:20:09,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:20:09,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-27 12:20:09,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:20:09,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ddf5794-b54f-4968-b86f-594748e9606c 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:20:09,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6ddf5794-b54f-4968-b86f-594748e9606c 2018-08-27 12:20:09,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:20:10,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:20:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["I3wQb03uQxK1PDcGcxA_3w"], "issued_at": "2018-08-27T12:20:10.000000Z"}} 2018-08-27 12:20:10,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d0b5aeb6f0813202bc81db54886dfe684fd6c998" 2018-08-27 12:20:10,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20: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-d7db125b-8ad4-4787-bb5b-94a3c4cc5b9c x-compute-request-id: req-d7db125b-8ad4-4787-bb5b-94a3c4cc5b9c 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.28: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 12:20:10,274 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/ used request id req-d7db125b-8ad4-4787-bb5b-94a3c4cc5b9c 2018-08-27 12:20:10,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.593373775482s 2018-08-27 12:20:10,274 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/ used request id req-d7db125b-8ad4-4787-bb5b-94a3c4cc5b9c 2018-08-27 12:20:10,274 - 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.28: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 12:20:10,275 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-27 12:20:10,275 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_health_check'... 2018-08-27 12:20:10,275 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:00 | SKIP | +----------------------------+------------------+------------------+----------------+ 2018-08-27 12:20:10,282 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | tenantnetwork1 | functest | healthcheck | 00:14 | PASS | | tenantnetwork2 | functest | healthcheck | 00:15 | PASS | | vmready1 | functest | healthcheck | 00:19 | PASS | | vmready2 | functest | healthcheck | 00:17 | PASS | | singlevm1 | functest | healthcheck | 00:49 | PASS | | singlevm2 | functest | healthcheck | 00:43 | PASS | | vping_ssh | functest | healthcheck | 00:59 | PASS | | vping_userdata | functest | healthcheck | 00:50 | PASS | | cinder_test | functest | healthcheck | 01:29 | PASS | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-27 12:20:10,295 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-27 12:20:10,302 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-27 12:20:10,307 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-27 12:20:10,334 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-27 12:20:36,429 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-252 | | 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-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-27 12:20:36,432 - 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.28,192.30.9.7 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.28:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=9CX0NhLDf1Xm1gQO1b1C5wWp0 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=d56eab07eebe4995963c4bcc663afcc8 export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-08-27 12:20:36,432 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-27 12:20:36,433 - 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 12:20:36,460 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-08-27 12:20:37,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:20:37,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 12:20:37,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:20:37,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:20:37,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:20:37,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:20:37,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:20:37,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:20:37,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:20:37,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:20:37,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:20:37,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:20:37,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:20:37,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:20:37,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:20:37,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:20:37,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:20:37,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:20:37,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:20:37,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:20:37,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:20:37,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:20:37,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:20:37,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 12:20:37,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 12:20:37,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:20:37,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:20:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2cacd10-2ecf-403f-ae7a-616ffcd2f586 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:20:37,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c2cacd10-2ecf-403f-ae7a-616ffcd2f586 2018-08-27 12:20:37,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:20:37,801 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:20:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["JwpmjB3PTICZ_LpKUzDeXQ"], "issued_at": "2018-08-27T12:20:37.000000Z"}} 2018-08-27 12:20:37,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:20:37,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:20:38,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-45971dfa-7077-42ee-9fbb-3fcc9d88e1cd Date: Mon, 27 Aug 2018 12:20:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:20:38,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-45971dfa-7077-42ee-9fbb-3fcc9d88e1cd 2018-08-27 12:20:38,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.505774021149s 2018-08-27 12:20:38,310 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-45971dfa-7077-42ee-9fbb-3fcc9d88e1cd 2018-08-27 12:20:38,311 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-27 12:20:47,573 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 18c7e876-52d6-4d11-b960-990ed9b9be72 | 2018-08-27T12:20:47.192509 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 18c7e876-52d6-4d11-b960-990ed9b9be72 ~/.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 12:20:51,671 - 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 12:20:51,672 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-27 12:21:00,620 - 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=56c425ef-c7bd-4a41-8efe-c79dd06a23d8) as the default verifier for the future CLI operations. 2018-08-27 12:21:03,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-27 12:21:03,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:21:04,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-663a0adb-943e-4aae-a7b2-96cb013197b6 Date: Mon, 27 Aug 2018 12:21:04 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": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"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": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"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": "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": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "segment", "updated": "2016-02-24T17:00:00-00:00", "name": "Segment", "links": [], "description": "Segments extension."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"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": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"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": "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": "l3-ha", "updated": "2014-04-26T00:00:00-00:00", "name": "HA Router extension", "links": [], "description": "Adds HA capability to routers."}, {"alias": "filter-validation", "updated": "2018-03-21T10:00:00-00:00", "name": "Filter parameters validation", "links": [], "description": "Provides validation on filter parameters."}, {"alias": "subnet-segmentid-writable", "updated": "2018-03-12T00:00:00-00:00", "name": "Subnet SegmentID (writable)", "links": [], "description": "Provides a writable segment_id attribute for a subnet resource."}, {"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": "l2_adjacency", "updated": "2016-04-12T16:00:00-00:00", "name": "L2 Adjacency", "links": [], "description": "Display L2 Adjacency for Neutron Networks."}, {"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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}, {"alias": "l3-flavors", "updated": "2016-05-17T00:00:00-00:00", "name": "Router Flavor Extension", "links": [], "description": "Flavor support for routers."}, {"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": "standard-attr-segment", "updated": "2018-04-09T10:00:00-00:00", "name": "Standard Attribute Segment Extension", "links": [], "description": "Add standard attributes to Segment resource"}, {"alias": "segments-peer-subnet-host-routes", "updated": "2018-06-12T10:00:00-00:00", "name": "Segments peer-subnet host routes", "links": [], "description": "Add host routes to subnets on a routed network (segments)"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 agents"}, {"alias": "fip-port-details", "updated": "2018-04-09T10:00:00-00:00", "name": "Floating IP Port Details Extension", "links": [], "description": "Add port_details attribute to Floating IP resource"}, {"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Router Availability Zone", "links": [], "description": "Availability zone support for router."}, {"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": "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": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}, {"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": "ip_allocation", "updated": "2016-06-10T23:00:00-00:00", "name": "IP Allocation", "links": [], "description": "IP allocation extension."}, {"alias": "qos-fip", "updated": "2017-07-20T00:00:00-00:00", "name": "Floating IP QoS", "links": [], "description": "The floating IP Quality of Service extension"}, {"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"}]} 2018-08-27 12:21:04,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-663a0adb-943e-4aae-a7b2-96cb013197b6 2018-08-27 12:21:04,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.38715004921s 2018-08-27 12:21:04,326 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-663a0adb-943e-4aae-a7b2-96cb013197b6 2018-08-27 12:21:04,336 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-08-27 12:21:04,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 12:21:04,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" -d '{"network": {"shared": true, "name": "tempest_smoke-net_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "admin_state_up": true}}' 2018-08-27 12:21:04,848 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-be704295-2381-43e8-ab38-2c83068e9839 Date: Mon, 27 Aug 2018 12:21:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5724bd83-feda-4dca-8079-e39bb7eedbef","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":true,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:21:04Z","is_default":false,"qos_policy_id":null,"name":"tempest_smoke-net_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:21:04Z","mtu":1450}} 2018-08-27 12:21:04,848 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-be704295-2381-43e8-ab38-2c83068e9839 2018-08-27 12:21:04,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.512017011642s 2018-08-27 12:21:04,849 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-be704295-2381-43e8-ab38-2c83068e9839 2018-08-27 12:21:04,849 - 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-27T12:21:04Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'5724bd83-feda-4dca-8079-e39bb7eedbef', u'provider:segmentation_id': 86, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'tempest_smoke-net_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171', u'created_at': u'2018-08-27T12:21:04Z', u'mtu': 1450, u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'd56eab07eebe4995963c4bcc663afcc8', u'l2_adjacency': True}) 2018-08-27 12:21:04,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:21:04,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:21:05,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1432 X-Openstack-Request-Id: req-123af686-9e06-4008-aed8-53ecaa42a0bb Date: Mon, 27 Aug 2018 12:21:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"5724bd83-feda-4dca-8079-e39bb7eedbef","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":true,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:21:04Z","qos_policy_id":null,"name":"tempest_smoke-net_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:21:04Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:21:05,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-123af686-9e06-4008-aed8-53ecaa42a0bb 2018-08-27 12:21:05,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.355497837067s 2018-08-27 12:21:05,206 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-123af686-9e06-4008-aed8-53ecaa42a0bb 2018-08-27 12:21:05,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 12:21:05,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" -d '{"subnet": {"name": "tempest_smoke-subnet_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "enable_dhcp": true, "network_id": "5724bd83-feda-4dca-8079-e39bb7eedbef", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 12:21:06,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-947c8200-b7ef-42ff-acce-298ef51d1933 Date: Mon, 27 Aug 2018 12:21:06 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-27T12:21:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"a8143110-1488-49b4-8f22-94731869dc6f","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d56eab07eebe4995963c4bcc663afcc8","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tempest_smoke-subnet_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171","enable_dhcp":true,"segment_id":null,"network_id":"5724bd83-feda-4dca-8079-e39bb7eedbef","tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:21:05Z","ip_version":4}} 2018-08-27 12:21:06,142 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-947c8200-b7ef-42ff-acce-298ef51d1933 2018-08-27 12:21:06,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.934329986572s 2018-08-27 12:21:06,142 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-947c8200-b7ef-42ff-acce-298ef51d1933 2018-08-27 12:21:06,143 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:21:05Z', 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'a8143110-1488-49b4-8f22-94731869dc6f', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'5724bd83-feda-4dca-8079-e39bb7eedbef', u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'created_at': u'2018-08-27T12:21:05Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd56eab07eebe4995963c4bcc663afcc8'}) 2018-08-27 12:21:06,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 12:21:06,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "tempest_smoke-router_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "admin_state_up": true}}' 2018-08-27 12:21:13,090 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 712 X-Openstack-Request-Id: req-049a365d-e74b-489c-b703-c26c80340747 Date: Mon, 27 Aug 2018 12:21:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:21:07Z", "admin_state_up": true, "updated_at": "2018-08-27T12:21:08Z", "project_id": "d56eab07eebe4995963c4bcc663afcc8", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "81797e83-d57a-4404-abf8-e087806c910e", "name": "tempest_smoke-router_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171"}} 2018-08-27 12:21:13,090 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-049a365d-e74b-489c-b703-c26c80340747 2018-08-27 12:21:13,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.94711279869s 2018-08-27 12:21:13,091 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-049a365d-e74b-489c-b703-c26c80340747 2018-08-27 12:21:13,091 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:21:08Z', u'revision_number': 3, u'ha': True, u'id': u'81797e83-d57a-4404-abf8-e087806c910e', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.207'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-router_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171', u'admin_state_up': True, u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'created_at': u'2018-08-27T12:21:07Z', u'flavor_id': None, u'routes': [], u'project_id': u'd56eab07eebe4995963c4bcc663afcc8'}) 2018-08-27 12:21:13,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 12:21:13,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/81797e83-d57a-4404-abf8-e087806c910e/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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" -d '{"subnet_id": "a8143110-1488-49b4-8f22-94731869dc6f"}' 2018-08-27 12:21:16,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2c585611-aab9-442f-be57-2dd23e7f165c Date: Mon, 27 Aug 2018 12:21:16 GMT RESP BODY: {"network_id": "5724bd83-feda-4dca-8079-e39bb7eedbef", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "subnet_id": "a8143110-1488-49b4-8f22-94731869dc6f", "subnet_ids": ["a8143110-1488-49b4-8f22-94731869dc6f"], "port_id": "9bef2267-76f7-4f38-b2f2-3acd7ec980ef", "id": "81797e83-d57a-4404-abf8-e087806c910e"} 2018-08-27 12:21:16,094 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/81797e83-d57a-4404-abf8-e087806c910e/add_router_interface.json used request id req-2c585611-aab9-442f-be57-2dd23e7f165c 2018-08-27 12:21:16,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.00217080116s 2018-08-27 12:21:16,094 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/81797e83-d57a-4404-abf8-e087806c910e/add_router_interface.json used request id req-2c585611-aab9-442f-be57-2dd23e7f165c returning object 81797e83-d57a-4404-abf8-e087806c910e 2018-08-27 12:21:16,095 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 12:21:16,227 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 12:21:16,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:21:16,233 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 12:21:16 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 12:21:16,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:21:16,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:21:16,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ab812532-b51b-412b-b031-90538ec69d16 Date: Mon, 27 Aug 2018 12:21:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:21:16,531 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ab812532-b51b-412b-b031-90538ec69d16 2018-08-27 12:21:16,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.294877052307s 2018-08-27 12:21:16,531 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ab812532-b51b-412b-b031-90538ec69d16 2018-08-27 12:21:16,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 12:21:16,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171"}' 2018-08-27 12:21:16,869 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/e94cb9eb-052b-462c-a485-ef7a11dc425f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-292230ae-b87f-4718-b05b-e2174dcb797d Date: Mon, 27 Aug 2018 12:21:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:21:16Z", "file": "/v2/images/e94cb9eb-052b-462c-a485-ef7a11dc425f/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "e94cb9eb-052b-462c-a485-ef7a11dc425f", "size": null, "self": "/v2/images/e94cb9eb-052b-462c-a485-ef7a11dc425f", "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_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "checksum": null, "created_at": "2018-08-27T12:21:16Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 12:21:16,870 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-292230ae-b87f-4718-b05b-e2174dcb797d 2018-08-27 12:21:16,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.33077287674s 2018-08-27 12:21:16,870 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-292230ae-b87f-4718-b05b-e2174dcb797d returning object e94cb9eb-052b-462c-a485-ef7a11dc425f 2018-08-27 12:21:16,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 12:21:16,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/e94cb9eb-052b-462c-a485-ef7a11dc425f/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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" -d '' 2018-08-27 12:21:17,709 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d4777f5f-482d-4427-974c-47715fae3b06 Date: Mon, 27 Aug 2018 12:21:17 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 12:21:17,709 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/e94cb9eb-052b-462c-a485-ef7a11dc425f/file used request id req-d4777f5f-482d-4427-974c-47715fae3b06 2018-08-27 12:21:17,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.838814020157s 2018-08-27 12:21:17,710 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/e94cb9eb-052b-462c-a485-ef7a11dc425f/file used request id req-d4777f5f-482d-4427-974c-47715fae3b06 2018-08-27 12:21:17,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:21:17,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:21:18,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-c23a2200-dada-4305-97b0-4244448809cb Date: Mon, 27 Aug 2018 12:21:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:21:17Z", "file": "/v2/images/e94cb9eb-052b-462c-a485-ef7a11dc425f/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "e94cb9eb-052b-462c-a485-ef7a11dc425f", "size": 12716032, "self": "/v2/images/e94cb9eb-052b-462c-a485-ef7a11dc425f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/e94cb9eb-052b-462c-a485-ef7a11dc425f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/e94cb9eb-052b-462c-a485-ef7a11dc425f/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:21:16Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:21:18,021 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c23a2200-dada-4305-97b0-4244448809cb 2018-08-27 12:21:18,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.307537078857s 2018-08-27 12:21:18,022 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c23a2200-dada-4305-97b0-4244448809cb 2018-08-27 12:21:18,024 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/e94cb9eb-052b-462c-a485-ef7a11dc425f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e94cb9eb-052b-462c-a485-ef7a11dc425f/file', 'owner': u'd56eab07eebe4995963c4bcc663afcc8', 'id': u'e94cb9eb-052b-462c-a485-ef7a11dc425f', 'size': 12716032, u'self': u'/v2/images/e94cb9eb-052b-462c-a485-ef7a11dc425f', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd56eab07eebe4995963c4bcc663afcc8', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/e94cb9eb-052b-462c-a485-ef7a11dc425f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T12:21:17Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T12:21:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171', '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/e94cb9eb-052b-462c-a485-ef7a11dc425f', 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_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171', 'created': u'2018-08-27T12:21:16Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T12:21:16Z', 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/e94cb9eb-052b-462c-a485-ef7a11dc425f', 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_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 12:21:18,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 12:21:18,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "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 12:21:18,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:21: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-bd87993b-af31-43c0-8d9b-dc61ea401ea7 x-compute-request-id: req-bd87993b-af31-43c0-8d9b-dc61ea401ea7 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/86e839ed-fcd4-445b-898d-b9dd53dea65c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/86e839ed-fcd4-445b-898d-b9dd53dea65c", "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": "86e839ed-fcd4-445b-898d-b9dd53dea65c"}} 2018-08-27 12:21:18,362 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-bd87993b-af31-43c0-8d9b-dc61ea401ea7 2018-08-27 12:21:18,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.336987018585s 2018-08-27 12:21:18,362 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-bd87993b-af31-43c0-8d9b-dc61ea401ea7 2018-08-27 12:21:18,363 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171', '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'd56eab07eebe4995963c4bcc663afcc8', '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'86e839ed-fcd4-445b-898d-b9dd53dea65c', 'swap': 0}) 2018-08-27 12:21:18,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 12:21:18,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/86e839ed-fcd4-445b-898d-b9dd53dea65c/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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" -d '{"extra_specs": {}}' 2018-08-27 12:21:18,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:21: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-b3a08f9b-cc14-45a6-80bc-b9895e9573db x-compute-request-id: req-b3a08f9b-cc14-45a6-80bc-b9895e9573db Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 12:21:18,394 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/86e839ed-fcd4-445b-898d-b9dd53dea65c/os-extra_specs used request id req-b3a08f9b-cc14-45a6-80bc-b9895e9573db 2018-08-27 12:21:18,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0303149223328s 2018-08-27 12:21:18,394 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/86e839ed-fcd4-445b-898d-b9dd53dea65c/os-extra_specs used request id req-b3a08f9b-cc14-45a6-80bc-b9895e9573db 2018-08-27 12:21:18,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:21:18,406 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 12:21:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25518fe9-0d2a-45b9-aa05-554920051961 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 12:21:18,406 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-25518fe9-0d2a-45b9-aa05-554920051961 2018-08-27 12:21:18,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:21:18,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:21:18,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be80dad2-6bbe-4ec9-964b-0e1899083668 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:21:18,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-be80dad2-6bbe-4ec9-964b-0e1899083668 2018-08-27 12:21:18,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193020820618s 2018-08-27 12:21:18,603 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-be80dad2-6bbe-4ec9-964b-0e1899083668 2018-08-27 12:21:18,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:21:18,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:21:18,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d76b2cde-9813-4acb-a840-2e02dca33519 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:21:18,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d76b2cde-9813-4acb-a840-2e02dca33519 2018-08-27 12:21:18,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.200847864151s 2018-08-27 12:21:18,809 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d76b2cde-9813-4acb-a840-2e02dca33519 2018-08-27 12:21:18,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-27 12:21:18,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:21:18,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:21: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-f0fed9e7-1360-42db-b6e9-f9551714091c x-compute-request-id: req-f0fed9e7-1360-42db-b6e9-f9551714091c Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 203}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 2717, "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-0.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.5", "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 12:21:18,859 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-f0fed9e7-1360-42db-b6e9-f9551714091c 2018-08-27 12:21:18,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0369520187378s 2018-08-27 12:21:18,860 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-f0fed9e7-1360-42db-b6e9-f9551714091c 2018-08-27 12:21:18,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:21:18,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:21:19,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-d86daf69-9833-4a87-87e4-a8e31346b1f5 Date: Mon, 27 Aug 2018 12:21:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:21:17Z", "file": "/v2/images/e94cb9eb-052b-462c-a485-ef7a11dc425f/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "e94cb9eb-052b-462c-a485-ef7a11dc425f", "size": 12716032, "self": "/v2/images/e94cb9eb-052b-462c-a485-ef7a11dc425f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/e94cb9eb-052b-462c-a485-ef7a11dc425f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/e94cb9eb-052b-462c-a485-ef7a11dc425f/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:21:16Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:21:19,159 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d86daf69-9833-4a87-87e4-a8e31346b1f5 2018-08-27 12:21:19,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.295955181122s 2018-08-27 12:21:19,160 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d86daf69-9833-4a87-87e4-a8e31346b1f5 2018-08-27 12:21:19,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 12:21:19,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171"}' 2018-08-27 12:21:19,231 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/fd7f1979-ba38-495a-9385-659ddea7816c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b2ef316c-2e0d-4ae0-b09c-0efce5b7ecb7 Date: Mon, 27 Aug 2018 12:21:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:21:19Z", "file": "/v2/images/fd7f1979-ba38-495a-9385-659ddea7816c/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "fd7f1979-ba38-495a-9385-659ddea7816c", "size": null, "self": "/v2/images/fd7f1979-ba38-495a-9385-659ddea7816c", "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_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "checksum": null, "created_at": "2018-08-27T12:21:19Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 12:21:19,231 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-b2ef316c-2e0d-4ae0-b09c-0efce5b7ecb7 2018-08-27 12:21:19,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0624721050262s 2018-08-27 12:21:19,232 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-b2ef316c-2e0d-4ae0-b09c-0efce5b7ecb7 returning object fd7f1979-ba38-495a-9385-659ddea7816c 2018-08-27 12:21:19,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 12:21:19,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/fd7f1979-ba38-495a-9385-659ddea7816c/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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" -d '' 2018-08-27 12:21:20,374 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-819bb373-6704-4d0e-b7a0-278d3563559c Date: Mon, 27 Aug 2018 12:21:20 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 12:21:20,374 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/fd7f1979-ba38-495a-9385-659ddea7816c/file used request id req-819bb373-6704-4d0e-b7a0-278d3563559c 2018-08-27 12:21:20,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.14222288132s 2018-08-27 12:21:20,375 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/fd7f1979-ba38-495a-9385-659ddea7816c/file used request id req-819bb373-6704-4d0e-b7a0-278d3563559c 2018-08-27 12:21:20,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:21:20,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:21:20,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-6125ff60-d025-410b-ba0d-e13b828c9b77 Date: Mon, 27 Aug 2018 12:21:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:21:20Z", "file": "/v2/images/fd7f1979-ba38-495a-9385-659ddea7816c/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "fd7f1979-ba38-495a-9385-659ddea7816c", "size": 12716032, "self": "/v2/images/fd7f1979-ba38-495a-9385-659ddea7816c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/fd7f1979-ba38-495a-9385-659ddea7816c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/fd7f1979-ba38-495a-9385-659ddea7816c/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:21:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:21:17Z", "file": "/v2/images/e94cb9eb-052b-462c-a485-ef7a11dc425f/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "e94cb9eb-052b-462c-a485-ef7a11dc425f", "size": 12716032, "self": "/v2/images/e94cb9eb-052b-462c-a485-ef7a11dc425f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/e94cb9eb-052b-462c-a485-ef7a11dc425f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/e94cb9eb-052b-462c-a485-ef7a11dc425f/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:21:16Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:21:20,406 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6125ff60-d025-410b-ba0d-e13b828c9b77 2018-08-27 12:21:20,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0268549919128s 2018-08-27 12:21:20,406 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6125ff60-d025-410b-ba0d-e13b828c9b77 2018-08-27 12:21:20,408 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/fd7f1979-ba38-495a-9385-659ddea7816c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fd7f1979-ba38-495a-9385-659ddea7816c/file', 'owner': u'd56eab07eebe4995963c4bcc663afcc8', 'id': u'fd7f1979-ba38-495a-9385-659ddea7816c', 'size': 12716032, u'self': u'/v2/images/fd7f1979-ba38-495a-9385-659ddea7816c', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd56eab07eebe4995963c4bcc663afcc8', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/fd7f1979-ba38-495a-9385-659ddea7816c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T12:21:20Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T12:21:20Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171', '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/fd7f1979-ba38-495a-9385-659ddea7816c', 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_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_alt_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171', 'created': u'2018-08-27T12:21:19Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T12:21:19Z', 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/fd7f1979-ba38-495a-9385-659ddea7816c', 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_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 12:21:20,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 12:21:20,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "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 12:21:20,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:21: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-0de69a48-3a5f-4cd4-86b6-27cc6ee7ba1e x-compute-request-id: req-0de69a48-3a5f-4cd4-86b6-27cc6ee7ba1e Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5f6e5e13-fd3d-4704-b660-57fed87f9896", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5f6e5e13-fd3d-4704-b660-57fed87f9896", "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": "5f6e5e13-fd3d-4704-b660-57fed87f9896"}} 2018-08-27 12:21:20,440 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-0de69a48-3a5f-4cd4-86b6-27cc6ee7ba1e 2018-08-27 12:21:20,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0309629440308s 2018-08-27 12:21:20,440 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-0de69a48-3a5f-4cd4-86b6-27cc6ee7ba1e 2018-08-27 12:21:20,441 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171', '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'd56eab07eebe4995963c4bcc663afcc8', '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'5f6e5e13-fd3d-4704-b660-57fed87f9896', 'swap': 0}) 2018-08-27 12:21:20,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 12:21:20,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/5f6e5e13-fd3d-4704-b660-57fed87f9896/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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" -d '{"extra_specs": {}}' 2018-08-27 12:21:20,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:21: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-070f1c16-90db-4628-bf30-3d2f3b680a15 x-compute-request-id: req-070f1c16-90db-4628-bf30-3d2f3b680a15 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 12:21:20,462 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/5f6e5e13-fd3d-4704-b660-57fed87f9896/os-extra_specs used request id req-070f1c16-90db-4628-bf30-3d2f3b680a15 2018-08-27 12:21:20,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0203368663788s 2018-08-27 12:21:20,462 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/5f6e5e13-fd3d-4704-b660-57fed87f9896/os-extra_specs used request id req-070f1c16-90db-4628-bf30-3d2f3b680a15 2018-08-27 12:21:20,463 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171', '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'd56eab07eebe4995963c4bcc663afcc8', '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'5f6e5e13-fd3d-4704-b660-57fed87f9896', 'swap': 0}) 2018-08-27 12:21:24,313 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-27 12:21:24,313 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-27 12:21:24,314 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-27 12:21:24,317 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-27 12:21:24,320 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-27 12:21:28,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-56c425ef-c7bd-4a41-8efe-c79dd06a23d8/repo; stestr list '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-08-27 12:21:28,262 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-27 12:21:28,263 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-27 12:21:28,264 - 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 12:21:37,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:21:37.001 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-27 12:21:39,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:21:39.830 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.290s] 2018-08-27 12:21:39,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:21:39.888 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.058s] 2018-08-27 12:21:42,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:21:42.770 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.790s] 2018-08-27 12:21:48,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:21:48.698 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.310s] 2018-08-27 12:21:49,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:21:49.493 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [8.236s] 2018-08-27 12:21:53,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:21:53.007 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [4.307s] 2018-08-27 12:21:53,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:21:53.038 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.213s] 2018-08-27 12:21:58,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:21:58.805 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [16.951s] 2018-08-27 12:22:06,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:22:06.931 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.986s] 2018-08-27 12:22:06,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:22:06.940 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-08-27 12:22:07,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:22:07.420 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [5.709s] 2018-08-27 12:22:14,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:22:14.547 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.989s] 2018-08-27 12:22:17,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:22:17.514 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 12:22:25,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:22:25.058 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [1.079s] 2018-08-27 12:22:26,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:22:26.531 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.176s] 2018-08-27 12:22:34,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:22:34.276 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.791s] 2018-08-27 12:22:34,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:22:34.810 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.063s] 2018-08-27 12:22:34,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:22:34.812 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-27 12:22:35,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:22:35.988 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.713s] 2018-08-27 12:22:37,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:22:37.252 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.265s] 2018-08-27 12:22:39,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:22:39.174 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [4.710s] 2018-08-27 12:22:44,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:22:44.942 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-08-27 12:22:45,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:22:45.957 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.075s] 2018-08-27 12:22:45,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:22:45.958 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-08-27 12:22:48,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:22:48.235 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.269s] 2018-08-27 12:22:53,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:22:53.113 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.878s] 2018-08-27 12:23:00,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:00.884 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.771s] 2018-08-27 12:23:01,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:01.953 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.998s] 2018-08-27 12:23:02,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:02.182 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.230s] 2018-08-27 12:23:02,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:02.356 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.173s] 2018-08-27 12:23:02,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:02.411 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.054s] 2018-08-27 12:23:02,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:02.683 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.272s] 2018-08-27 12:23:02,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:02.935 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.252s] 2018-08-27 12:23:13,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:13.694 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.230s] 2018-08-27 12:23:17,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:17.396 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.699s] 2018-08-27 12:23:17,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:17.642 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.249s] 2018-08-27 12:23:22,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:22.382 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [8.047s] 2018-08-27 12:23:22,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:22.758 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.376s] 2018-08-27 12:23:23,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:23.334 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.575s] 2018-08-27 12:23:23,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:23.668 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.334s] 2018-08-27 12:23:23,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:23.757 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.089s] 2018-08-27 12:23:24,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:24.066 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.309s] 2018-08-27 12:23:26,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:26.520 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.237s] 2018-08-27 12:23:26,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:26.539 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.019s] 2018-08-27 12:23:34,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:34.021 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.093s] 2018-08-27 12:23:34,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:34.023 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-27 12:23:46,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:46.578 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.151s] 2018-08-27 12:23:46,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:46.670 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.091s] 2018-08-27 12:23:46,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:46.774 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.104s] 2018-08-27 12:23:46,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:46.894 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.119s] 2018-08-27 12:23:52,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:52.405 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-27 12:23:55,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:55.053 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.148s] 2018-08-27 12:23:55,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:55.236 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.183s] 2018-08-27 12:23:55,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:55.390 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.154s] 2018-08-27 12:23:55,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:55.397 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-08-27 12:23:57,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:57.261 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [24.570s] 2018-08-27 12:23:57,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:23:57.518 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.671s] 2018-08-27 12:24:04,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:24:04.150 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.039s] 2018-08-27 12:24:05,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:24:05.984 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [6.170s] 2018-08-27 12:24:14,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:24:14.149 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [16.889s] 2018-08-27 12:24:29,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:24:29.471 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [15.320s] 2018-08-27 12:24:30,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:24:30.204 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [5.035s] 2018-08-27 12:24:34,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:24:34.766 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-08-27 12:24:34,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:24:34.862 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.096s] 2018-08-27 12:24:39,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:24:39.118 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [8.912s] 2018-08-27 12:24:39,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:24:39.385 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-27 12:24:41,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:24:41.422 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [11.950s] 2018-08-27 12:24:43,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:24:43.664 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.182s] 2018-08-27 12:24:52,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:24:52.815 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.213s] 2018-08-27 12:24:56,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:24:56.094 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.503s] 2018-08-27 12:25:00,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:00.664 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.568s] 2018-08-27 12:25:03,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:03.705 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.710s] 2018-08-27 12:25:07,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:07.960 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.384s] 2018-08-27 12:25:09,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:09.713 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.050s] 2018-08-27 12:25:11,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:11.366 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.647s] 2018-08-27 12:25:14,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:14.222 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.854s] 2018-08-27 12:25:15,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:15.099 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.137s] 2018-08-27 12:25:16,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:16.884 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.661s] 2018-08-27 12:25:16,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:16.968 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.869s] 2018-08-27 12:25:17,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:17.061 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.093s] 2018-08-27 12:25:17,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:17.108 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.048s] 2018-08-27 12:25:22,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:22.029 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-08-27 12:25:27,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:27.742 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.081s] 2018-08-27 12:25:27,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:27.862 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.153s] 2018-08-27 12:25:31,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:31.063 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.198s] 2018-08-27 12:25:31,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:31.287 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.228s] 2018-08-27 12:25:34,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:34.360 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.617s] 2018-08-27 12:25:36,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:36.468 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.108s] 2018-08-27 12:25:36,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:36.687 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.219s] 2018-08-27 12:25:36,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:36.755 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.068s] 2018-08-27 12:25:58,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:25:58.238 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [19.357s] 2018-08-27 12:26:08,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:26:08.476 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [23.866s] 2018-08-27 12:26:10,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:26:10.538 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.198s] 2018-08-27 12:26:24,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:26:24.272 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [15.795s] 2018-08-27 12:26:25,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:26:25.510 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.970s] 2018-08-27 12:26:39,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:26:39.246 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [14.972s] 2018-08-27 12:26:51,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:26:51.822 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [12.577s] 2018-08-27 12:27:11,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:27:11.572 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-08-27 12:27:19,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:27:19.229 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.886s] 2018-08-27 12:27:19,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:27:19.384 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.156s] 2018-08-27 12:27:30,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:27:30.389 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.285s] 2018-08-27 12:27:32,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:27:32.790 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.399s] 2018-08-27 12:27:35,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 12:27:35.191 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.401s] 2018-08-27 12:27:38,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 0de03fc3-e107-42c9-955a-10146915a058 2018-08-27 12:27:38,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0de03fc3-e107-42c9-955a-10146915a058']'. 2018-08-27 12:27:39,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-27 12:27:39,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-27 12:27:39,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 12:27:39,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0de03fc3-e107-42c9-955a-10146915a058 | 2018-08-27 12:27:39,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-27 12:27:39,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-27 12:21:30 | 2018-08-27 12:27:39,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-27 12:27:38 | 2018-08-27 12:27:39,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:06:08 | 2018-08-27 12:27:39,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-27 12:27:39,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-27 12:27:39,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-27 12:27:39,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 56c425ef-c7bd-4a41-8efe-c79dd06a23d8) | 2018-08-27 12:27:39,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-27 12:27:39,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 18c7e876-52d6-4d11-b960-990ed9b9be72) | 2018-08-27 12:27:39,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 106 | 2018-08-27 12:27:39,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 358.407 | 2018-08-27 12:27:39,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 101 | 2018-08-27 12:27:39,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 5 | 2018-08-27 12:27:39,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-27 12:27:39,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-27 12:27:39,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-27 12:27:39,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 12:27:39,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-27 12:27:39,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-27 12:27:39,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 100.0% 2018-08-27 12:27:39,615 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 12:27:39,616 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 06:35 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-27 12:27:39,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 12:27:39,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/fd7f1979-ba38-495a-9385-659ddea7816c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:27:40,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b393cdaf-a63c-418c-b6c5-47f67f69c1c4 Date: Mon, 27 Aug 2018 12:27:40 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 12:27:40,285 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/fd7f1979-ba38-495a-9385-659ddea7816c used request id req-b393cdaf-a63c-418c-b6c5-47f67f69c1c4 2018-08-27 12:27:40,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.661769866943s 2018-08-27 12:27:40,286 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/fd7f1979-ba38-495a-9385-659ddea7816c used request id req-b393cdaf-a63c-418c-b6c5-47f67f69c1c4 2018-08-27 12:27:40,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 12:27:40,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:27:40,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:27: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-40d15cd2-112e-4a43-9a73-f20fc60c984a x-compute-request-id: req-40d15cd2-112e-4a43-9a73-f20fc60c984a Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5f6e5e13-fd3d-4704-b660-57fed87f9896", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5f6e5e13-fd3d-4704-b660-57fed87f9896", "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": "5f6e5e13-fd3d-4704-b660-57fed87f9896"}, {"name": "tempest_smoke-flavor_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/86e839ed-fcd4-445b-898d-b9dd53dea65c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/86e839ed-fcd4-445b-898d-b9dd53dea65c", "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": "86e839ed-fcd4-445b-898d-b9dd53dea65c"}]} 2018-08-27 12:27:40,577 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-40d15cd2-112e-4a43-9a73-f20fc60c984a 2018-08-27 12:27:40,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.291181087494s 2018-08-27 12:27:40,578 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-40d15cd2-112e-4a43-9a73-f20fc60c984a 2018-08-27 12:27:40,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 12:27:40,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/5f6e5e13-fd3d-4704-b660-57fed87f9896 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:27:40,628 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:27: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-c13b46b5-63c1-497f-965c-08886426b0a8 x-compute-request-id: req-c13b46b5-63c1-497f-965c-08886426b0a8 Content-Length: 0 Content-Type: application/json 2018-08-27 12:27:40,628 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/5f6e5e13-fd3d-4704-b660-57fed87f9896 used request id req-c13b46b5-63c1-497f-965c-08886426b0a8 2018-08-27 12:27:40,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0472149848938s 2018-08-27 12:27:40,628 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/5f6e5e13-fd3d-4704-b660-57fed87f9896 used request id req-c13b46b5-63c1-497f-965c-08886426b0a8 2018-08-27 12:27:40,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 12:27:40,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/81797e83-d57a-4404-abf8-e087806c910e/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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" -d '{"subnet_id": "a8143110-1488-49b4-8f22-94731869dc6f"}' 2018-08-27 12:27:43,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6058a02e-7bd2-41d2-b4ee-1b00afb93309 Date: Mon, 27 Aug 2018 12:27:43 GMT RESP BODY: {"network_id": "5724bd83-feda-4dca-8079-e39bb7eedbef", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "subnet_id": "a8143110-1488-49b4-8f22-94731869dc6f", "subnet_ids": ["a8143110-1488-49b4-8f22-94731869dc6f"], "port_id": "9bef2267-76f7-4f38-b2f2-3acd7ec980ef", "id": "81797e83-d57a-4404-abf8-e087806c910e"} 2018-08-27 12:27:43,295 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/81797e83-d57a-4404-abf8-e087806c910e/remove_router_interface.json used request id req-6058a02e-7bd2-41d2-b4ee-1b00afb93309 2018-08-27 12:27:43,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.6660630703s 2018-08-27 12:27:43,295 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/81797e83-d57a-4404-abf8-e087806c910e/remove_router_interface.json used request id req-6058a02e-7bd2-41d2-b4ee-1b00afb93309 returning object 81797e83-d57a-4404-abf8-e087806c910e 2018-08-27 12:27:43,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 12:27:43,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:27:43,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-b46d215c-bd73-4a18-8f64-14e2289625a1 Date: Mon, 27 Aug 2018 12:27:43 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:21:07Z", "admin_state_up": true, "updated_at": "2018-08-27T12:27:41Z", "project_id": "d56eab07eebe4995963c4bcc663afcc8", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "81797e83-d57a-4404-abf8-e087806c910e", "name": "tempest_smoke-router_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171"}]} 2018-08-27 12:27:43,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-b46d215c-bd73-4a18-8f64-14e2289625a1 2018-08-27 12:27:43,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.396640062332s 2018-08-27 12:27:43,693 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-b46d215c-bd73-4a18-8f64-14e2289625a1 2018-08-27 12:27:43,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 12:27:43,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/81797e83-d57a-4404-abf8-e087806c910e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:27:48,038 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-27b3f49e-4892-4940-8795-0b909640e559 Content-Length: 0 Date: Mon, 27 Aug 2018 12:27:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:27:48,038 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/81797e83-d57a-4404-abf8-e087806c910e.json used request id req-27b3f49e-4892-4940-8795-0b909640e559 2018-08-27 12:27:48,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.34521102905s 2018-08-27 12:27:48,039 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/81797e83-d57a-4404-abf8-e087806c910e.json used request id req-27b3f49e-4892-4940-8795-0b909640e559 2018-08-27 12:27:48,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 12:27:48,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:27:48,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1331 X-Openstack-Request-Id: req-f3056361-2072-42ff-b18c-100b9e6d69ad Date: Mon, 27 Aug 2018 12:27:48 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-27T12:21:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"a8143110-1488-49b4-8f22-94731869dc6f","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d56eab07eebe4995963c4bcc663afcc8","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tempest_smoke-subnet_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171","enable_dhcp":true,"segment_id":null,"network_id":"5724bd83-feda-4dca-8079-e39bb7eedbef","tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:21:05Z","ip_version":4},{"updated_at":"2018-08-27T12:07:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"be54de9c-847e-4a09-971c-0568167e3798","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9e7da560-d286-4d69-b2d6-e7b51586033c","tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:18Z","ip_version":4}]} 2018-08-27 12:27:48,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-f3056361-2072-42ff-b18c-100b9e6d69ad 2018-08-27 12:27:48,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.131776094437s 2018-08-27 12:27:48,171 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-f3056361-2072-42ff-b18c-100b9e6d69ad 2018-08-27 12:27:48,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 12:27:48,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/a8143110-1488-49b4-8f22-94731869dc6f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:27:50,513 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a4e3fe6c-0817-405c-8405-a825e1336af3 Date: Mon, 27 Aug 2018 12:27:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:27:50,513 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/a8143110-1488-49b4-8f22-94731869dc6f.json used request id req-a4e3fe6c-0817-405c-8405-a825e1336af3 2018-08-27 12:27:50,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.34091305733s 2018-08-27 12:27:50,514 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/a8143110-1488-49b4-8f22-94731869dc6f.json used request id req-a4e3fe6c-0817-405c-8405-a825e1336af3 2018-08-27 12:27:50,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:27:50,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:27:50,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1438 X-Openstack-Request-Id: req-0df29ab0-ca77-49a4-b1fc-7cff80f5389d Date: Mon, 27 Aug 2018 12:27:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5724bd83-feda-4dca-8079-e39bb7eedbef","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":true,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:27:50Z","qos_policy_id":null,"name":"tempest_smoke-net_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:21:04Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:27:50,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0df29ab0-ca77-49a4-b1fc-7cff80f5389d 2018-08-27 12:27:50,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.376040935516s 2018-08-27 12:27:50,891 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0df29ab0-ca77-49a4-b1fc-7cff80f5389d 2018-08-27 12:27:50,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 12:27:50,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/5724bd83-feda-4dca-8079-e39bb7eedbef.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:27:51,906 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3f4e627e-eacb-489f-9b41-889ad2553bac Date: Mon, 27 Aug 2018 12:27:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:27:51,906 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/5724bd83-feda-4dca-8079-e39bb7eedbef.json used request id req-3f4e627e-eacb-489f-9b41-889ad2553bac 2018-08-27 12:27:51,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.0145509243s 2018-08-27 12:27:51,907 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/5724bd83-feda-4dca-8079-e39bb7eedbef.json used request id req-3f4e627e-eacb-489f-9b41-889ad2553bac 2018-08-27 12:27:51,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:27:51,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:27:52,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-e4df60be-bb27-45da-ab2a-3ed5c5af19f7 Date: Mon, 27 Aug 2018 12:27:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:21:17Z", "file": "/v2/images/e94cb9eb-052b-462c-a485-ef7a11dc425f/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "e94cb9eb-052b-462c-a485-ef7a11dc425f", "size": 12716032, "self": "/v2/images/e94cb9eb-052b-462c-a485-ef7a11dc425f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/e94cb9eb-052b-462c-a485-ef7a11dc425f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/e94cb9eb-052b-462c-a485-ef7a11dc425f/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:21:16Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:27:52,214 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e4df60be-bb27-45da-ab2a-3ed5c5af19f7 2018-08-27 12:27:52,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.303365945816s 2018-08-27 12:27:52,215 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e4df60be-bb27-45da-ab2a-3ed5c5af19f7 2018-08-27 12:27:52,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 12:27:52,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/e94cb9eb-052b-462c-a485-ef7a11dc425f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:27:53,463 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ee82c5dd-22e6-4e82-bca6-8fa7e3ac30e2 Date: Mon, 27 Aug 2018 12:27:53 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 12:27:53,463 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/e94cb9eb-052b-462c-a485-ef7a11dc425f used request id req-ee82c5dd-22e6-4e82-bca6-8fa7e3ac30e2 2018-08-27 12:27:53,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.24631810188s 2018-08-27 12:27:53,463 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/e94cb9eb-052b-462c-a485-ef7a11dc425f used request id req-ee82c5dd-22e6-4e82-bca6-8fa7e3ac30e2 2018-08-27 12:27:53,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 12:27:53,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:27:53,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:27: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-a542c431-ba85-477c-b12b-b2cf02c3294c x-compute-request-id: req-a542c431-ba85-477c-b12b-b2cf02c3294c Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_88b62f87-3c0c-4eb5-9e0e-d0d6aec50171", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/86e839ed-fcd4-445b-898d-b9dd53dea65c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/86e839ed-fcd4-445b-898d-b9dd53dea65c", "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": "86e839ed-fcd4-445b-898d-b9dd53dea65c"}]} 2018-08-27 12:27:53,487 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-a542c431-ba85-477c-b12b-b2cf02c3294c 2018-08-27 12:27:53,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.022784948349s 2018-08-27 12:27:53,487 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-a542c431-ba85-477c-b12b-b2cf02c3294c 2018-08-27 12:27:53,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 12:27:53,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/86e839ed-fcd4-445b-898d-b9dd53dea65c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4c0cc103fc76f9dd4b79a93d04a28b4c8975402" 2018-08-27 12:27:53,518 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:27: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-dcf8e661-26dc-4af1-b2ff-015919687630 x-compute-request-id: req-dcf8e661-26dc-4af1-b2ff-015919687630 Content-Length: 0 Content-Type: application/json 2018-08-27 12:27:53,518 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/86e839ed-fcd4-445b-898d-b9dd53dea65c used request id req-dcf8e661-26dc-4af1-b2ff-015919687630 2018-08-27 12:27:53,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0306260585785s 2018-08-27 12:27:53,519 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/86e839ed-fcd4-445b-898d-b9dd53dea65c used request id req-dcf8e661-26dc-4af1-b2ff-015919687630 2018-08-27 12:27:53,548 - xtesting.ci.run_tests - INFO - Loading test case 'neutron-tempest-plugin-api'... 2018-08-27 12:27:53,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:27:53,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 12:27:53,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:27:53,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:27:53,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:27:53,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:27:53,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:27:53,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:27:53,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:27:53,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:27:53,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:27:53,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:27:53,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:27:53,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:27:53,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:27:53,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:27:53,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:27:53,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:27:53,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:27:53,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:27:53,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:27:53,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:27:53,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:27:53,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 12:27:53,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 12:27:53,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:27:53,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:27:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e5f9eb0-8212-426d-863e-c3ab7784a69a 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:27:53,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2e5f9eb0-8212-426d-863e-c3ab7784a69a 2018-08-27 12:27:53,582 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:27:53,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:27:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["v3Daob3lQZ6gU9WurO-PfQ"], "issued_at": "2018-08-27T12:27:53.000000Z"}} 2018-08-27 12:27:53,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:27:53,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:27:54,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-a408c6c2-58b7-43a3-a5c2-2f8a261fc1b7 Date: Mon, 27 Aug 2018 12:27:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:27:54,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a408c6c2-58b7-43a3-a5c2-2f8a261fc1b7 2018-08-27 12:27:54,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.360036849976s 2018-08-27 12:27:54,358 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a408c6c2-58b7-43a3-a5c2-2f8a261fc1b7 2018-08-27 12:27:54,358 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-27 12:27:57,226 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-27 12:28:00,011 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 71b149df-7739-4790-8ccd-03333cce6bfe | 2018-08-27T12:27:59.690607 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 71b149df-7739-4790-8ccd-03333cce6bfe ~/.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 12:28:03,890 - 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 12:28:03,891 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-27 12:28:06,900 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-27 12:28:10,320 - 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=e1bb39c5-c801-444c-b756-f300bcf3e8c5) as the default verifier for the future CLI operations. 2018-08-27 12:28:13,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-27 12:28:13,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:28:14,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-8d1791bb-a8d3-4667-b735-e7092337ee87 Date: Mon, 27 Aug 2018 12:28:14 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": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"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": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"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": "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": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "segment", "updated": "2016-02-24T17:00:00-00:00", "name": "Segment", "links": [], "description": "Segments extension."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"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": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"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": "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": "l3-ha", "updated": "2014-04-26T00:00:00-00:00", "name": "HA Router extension", "links": [], "description": "Adds HA capability to routers."}, {"alias": "filter-validation", "updated": "2018-03-21T10:00:00-00:00", "name": "Filter parameters validation", "links": [], "description": "Provides validation on filter parameters."}, {"alias": "subnet-segmentid-writable", "updated": "2018-03-12T00:00:00-00:00", "name": "Subnet SegmentID (writable)", "links": [], "description": "Provides a writable segment_id attribute for a subnet resource."}, {"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": "l2_adjacency", "updated": "2016-04-12T16:00:00-00:00", "name": "L2 Adjacency", "links": [], "description": "Display L2 Adjacency for Neutron Networks."}, {"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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}, {"alias": "l3-flavors", "updated": "2016-05-17T00:00:00-00:00", "name": "Router Flavor Extension", "links": [], "description": "Flavor support for routers."}, {"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": "standard-attr-segment", "updated": "2018-04-09T10:00:00-00:00", "name": "Standard Attribute Segment Extension", "links": [], "description": "Add standard attributes to Segment resource"}, {"alias": "segments-peer-subnet-host-routes", "updated": "2018-06-12T10:00:00-00:00", "name": "Segments peer-subnet host routes", "links": [], "description": "Add host routes to subnets on a routed network (segments)"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 agents"}, {"alias": "fip-port-details", "updated": "2018-04-09T10:00:00-00:00", "name": "Floating IP Port Details Extension", "links": [], "description": "Add port_details attribute to Floating IP resource"}, {"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Router Availability Zone", "links": [], "description": "Availability zone support for router."}, {"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": "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": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}, {"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": "ip_allocation", "updated": "2016-06-10T23:00:00-00:00", "name": "IP Allocation", "links": [], "description": "IP allocation extension."}, {"alias": "qos-fip", "updated": "2017-07-20T00:00:00-00:00", "name": "Floating IP QoS", "links": [], "description": "The floating IP Quality of Service extension"}, {"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"}]} 2018-08-27 12:28:14,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-8d1791bb-a8d3-4667-b735-e7092337ee87 2018-08-27 12:28:14,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.282258987427s 2018-08-27 12:28:14,034 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-8d1791bb-a8d3-4667-b735-e7092337ee87 2018-08-27 12:28:14,041 - xtesting.ci.run_tests - INFO - Running test case 'neutron-tempest-plugin-api'... 2018-08-27 12:28:14,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 12:28:14,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" -d '{"network": {"shared": true, "name": "neutron-tempest-plugin-api-net_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "admin_state_up": true}}' 2018-08-27 12:28:14,525 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 739 X-Openstack-Request-Id: req-b2e2e9c3-ecc8-4492-874a-3f2a51fb8d82 Date: Mon, 27 Aug 2018 12:28:14 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b015db34-5223-4845-ae25-2e1ecf7c05d1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":true,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:28:14Z","is_default":false,"qos_policy_id":null,"name":"neutron-tempest-plugin-api-net_8b1cfde6-1c5f-44f7-b232-2ee061892e8e","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:28:14Z","mtu":1450}} 2018-08-27 12:28:14,525 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b2e2e9c3-ecc8-4492-874a-3f2a51fb8d82 2018-08-27 12:28:14,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.483731031418s 2018-08-27 12:28:14,525 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b2e2e9c3-ecc8-4492-874a-3f2a51fb8d82 2018-08-27 12:28:14,526 - 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-27T12:28:14Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'b015db34-5223-4845-ae25-2e1ecf7c05d1', u'provider:segmentation_id': 68, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'neutron-tempest-plugin-api-net_8b1cfde6-1c5f-44f7-b232-2ee061892e8e', u'created_at': u'2018-08-27T12:28:14Z', u'mtu': 1450, u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'd56eab07eebe4995963c4bcc663afcc8', u'l2_adjacency': True}) 2018-08-27 12:28:14,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:28:14,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:28:14,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1445 X-Openstack-Request-Id: req-28db6f54-7250-4d25-84c2-7f6cf9959f27 Date: Mon, 27 Aug 2018 12:28:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:07:18Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b015db34-5223-4845-ae25-2e1ecf7c05d1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":true,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:28:14Z","qos_policy_id":null,"name":"neutron-tempest-plugin-api-net_8b1cfde6-1c5f-44f7-b232-2ee061892e8e","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:28:14Z","provider:network_type":"vxlan"}]} 2018-08-27 12:28:14,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-28db6f54-7250-4d25-84c2-7f6cf9959f27 2018-08-27 12:28:14,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354954004288s 2018-08-27 12:28:14,882 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-28db6f54-7250-4d25-84c2-7f6cf9959f27 2018-08-27 12:28:14,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 12:28:14,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" -d '{"subnet": {"name": "neutron-tempest-plugin-api-subnet_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "enable_dhcp": true, "network_id": "b015db34-5223-4845-ae25-2e1ecf7c05d1", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 12:28:15,682 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 712 X-Openstack-Request-Id: req-282ed7d9-ec07-4fc4-8b6b-cac6b67c0b37 Date: Mon, 27 Aug 2018 12:28:15 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-27T12:28:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"df214d32-cecc-40ca-ba85-adf3548fbb4c","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d56eab07eebe4995963c4bcc663afcc8","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"neutron-tempest-plugin-api-subnet_8b1cfde6-1c5f-44f7-b232-2ee061892e8e","enable_dhcp":true,"segment_id":null,"network_id":"b015db34-5223-4845-ae25-2e1ecf7c05d1","tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:28:15Z","ip_version":4}} 2018-08-27 12:28:15,683 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-282ed7d9-ec07-4fc4-8b6b-cac6b67c0b37 2018-08-27 12:28:15,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.799375772476s 2018-08-27 12:28:15,683 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-282ed7d9-ec07-4fc4-8b6b-cac6b67c0b37 2018-08-27 12:28:15,684 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:28:15Z', 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'df214d32-cecc-40ca-ba85-adf3548fbb4c', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron-tempest-plugin-api-subnet_8b1cfde6-1c5f-44f7-b232-2ee061892e8e', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'b015db34-5223-4845-ae25-2e1ecf7c05d1', u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'created_at': u'2018-08-27T12:28:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd56eab07eebe4995963c4bcc663afcc8'}) 2018-08-27 12:28:15,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 12:28:15,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "neutron-tempest-plugin-api-router_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "admin_state_up": true}}' 2018-08-27 12:28:22,307 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-90328711-e899-4dcc-9f54-1c2cd459781f Date: Mon, 27 Aug 2018 12:28:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:28:16Z", "admin_state_up": true, "updated_at": "2018-08-27T12:28:17Z", "project_id": "d56eab07eebe4995963c4bcc663afcc8", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "de7c4c5b-304b-4d50-9749-32fb193f81ac", "name": "neutron-tempest-plugin-api-router_8b1cfde6-1c5f-44f7-b232-2ee061892e8e"}} 2018-08-27 12:28:22,308 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-90328711-e899-4dcc-9f54-1c2cd459781f 2018-08-27 12:28:22,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.62345790863s 2018-08-27 12:28:22,308 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-90328711-e899-4dcc-9f54-1c2cd459781f 2018-08-27 12:28:22,309 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:28:17Z', u'revision_number': 3, u'ha': True, u'id': u'de7c4c5b-304b-4d50-9749-32fb193f81ac', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron-tempest-plugin-api-router_8b1cfde6-1c5f-44f7-b232-2ee061892e8e', u'admin_state_up': True, u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'created_at': u'2018-08-27T12:28:16Z', u'flavor_id': None, u'routes': [], u'project_id': u'd56eab07eebe4995963c4bcc663afcc8'}) 2018-08-27 12:28:22,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 12:28:22,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/de7c4c5b-304b-4d50-9749-32fb193f81ac/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}70ee68069402975c1b68934136806a3552f05a54" -d '{"subnet_id": "df214d32-cecc-40ca-ba85-adf3548fbb4c"}' 2018-08-27 12:28:25,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5eec8f7e-88c6-4eeb-a57a-5ea5790e0086 Date: Mon, 27 Aug 2018 12:28:25 GMT RESP BODY: {"network_id": "b015db34-5223-4845-ae25-2e1ecf7c05d1", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "subnet_id": "df214d32-cecc-40ca-ba85-adf3548fbb4c", "subnet_ids": ["df214d32-cecc-40ca-ba85-adf3548fbb4c"], "port_id": "5fa2b896-9d61-4916-81b1-4708d82815a9", "id": "de7c4c5b-304b-4d50-9749-32fb193f81ac"} 2018-08-27 12:28:25,464 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/de7c4c5b-304b-4d50-9749-32fb193f81ac/add_router_interface.json used request id req-5eec8f7e-88c6-4eeb-a57a-5ea5790e0086 2018-08-27 12:28:25,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.15438818932s 2018-08-27 12:28:25,464 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/de7c4c5b-304b-4d50-9749-32fb193f81ac/add_router_interface.json used request id req-5eec8f7e-88c6-4eeb-a57a-5ea5790e0086 returning object de7c4c5b-304b-4d50-9749-32fb193f81ac 2018-08-27 12:28:25,465 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 12:28:25,596 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 12:28:25,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:28:25,602 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 12:28:25 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 12:28:25,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:28:25,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:28:25,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c2b2705c-0e7c-4045-b900-17c668e317e5 Date: Mon, 27 Aug 2018 12:28:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:28:25,902 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c2b2705c-0e7c-4045-b900-17c668e317e5 2018-08-27 12:28:25,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.295150995255s 2018-08-27 12:28:25,903 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c2b2705c-0e7c-4045-b900-17c668e317e5 2018-08-27 12:28:25,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 12:28:25,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_8b1cfde6-1c5f-44f7-b232-2ee061892e8e"}' 2018-08-27 12:28:26,219 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 968 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f438e775-c1ec-40be-9073-7795021ffe22 Date: Mon, 27 Aug 2018 12:28:26 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:28:26Z", "file": "/v2/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "1a028468-7eeb-422f-8f58-78f4b1eea0d4", "size": null, "self": "/v2/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4", "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_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "checksum": null, "created_at": "2018-08-27T12:28:26Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 12:28:26,220 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f438e775-c1ec-40be-9073-7795021ffe22 2018-08-27 12:28:26,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.308360099792s 2018-08-27 12:28:26,220 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f438e775-c1ec-40be-9073-7795021ffe22 returning object 1a028468-7eeb-422f-8f58-78f4b1eea0d4 2018-08-27 12:28:26,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 12:28:26,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4/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}70ee68069402975c1b68934136806a3552f05a54" -d '' 2018-08-27 12:28:27,459 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9ea4b7a7-7c00-4c5e-9565-14be8af6343a Date: Mon, 27 Aug 2018 12:28: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 12:28:27,459 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4/file used request id req-9ea4b7a7-7c00-4c5e-9565-14be8af6343a 2018-08-27 12:28:27,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.23898911476s 2018-08-27 12:28:27,460 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4/file used request id req-9ea4b7a7-7c00-4c5e-9565-14be8af6343a 2018-08-27 12:28:27,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:28:27,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:28:27,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-566e8e6d-5bf6-465c-8e6a-50a14ab7894d Date: Mon, 27 Aug 2018 12:28:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:28:27Z", "file": "/v2/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "1a028468-7eeb-422f-8f58-78f4b1eea0d4", "size": 12716032, "self": "/v2/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:28:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:28:27,837 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-566e8e6d-5bf6-465c-8e6a-50a14ab7894d 2018-08-27 12:28:27,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.373228788376s 2018-08-27 12:28:27,837 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-566e8e6d-5bf6-465c-8e6a-50a14ab7894d 2018-08-27 12:28:27,839 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4/file', 'owner': u'd56eab07eebe4995963c4bcc663afcc8', 'id': u'1a028468-7eeb-422f-8f58-78f4b1eea0d4', 'size': 12716032, u'self': u'/v2/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd56eab07eebe4995963c4bcc663afcc8', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T12:28:27Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T12:28:27Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_8b1cfde6-1c5f-44f7-b232-2ee061892e8e', '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/1a028468-7eeb-422f-8f58-78f4b1eea0d4', 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_8b1cfde6-1c5f-44f7-b232-2ee061892e8e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_8b1cfde6-1c5f-44f7-b232-2ee061892e8e', 'created': u'2018-08-27T12:28:26Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T12:28: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/1a028468-7eeb-422f-8f58-78f4b1eea0d4', 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_8b1cfde6-1c5f-44f7-b232-2ee061892e8e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 12:28:27,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 12:28:27,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron-tempest-plugin-api-flavor_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "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 12:28:28,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:28: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-9779bb62-2141-425f-987a-eaf66bf23cd5 x-compute-request-id: req-9779bb62-2141-425f-987a-eaf66bf23cd5 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/48050135-bb7d-413f-988b-a2a14c81f044", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/48050135-bb7d-413f-988b-a2a14c81f044", "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": "48050135-bb7d-413f-988b-a2a14c81f044"}} 2018-08-27 12:28:28,287 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9779bb62-2141-425f-987a-eaf66bf23cd5 2018-08-27 12:28:28,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.447073221207s 2018-08-27 12:28:28,288 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9779bb62-2141-425f-987a-eaf66bf23cd5 2018-08-27 12:28:28,289 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_8b1cfde6-1c5f-44f7-b232-2ee061892e8e', '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'd56eab07eebe4995963c4bcc663afcc8', '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'48050135-bb7d-413f-988b-a2a14c81f044', 'swap': 0}) 2018-08-27 12:28:28,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 12:28:28,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/48050135-bb7d-413f-988b-a2a14c81f044/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}70ee68069402975c1b68934136806a3552f05a54" -d '{"extra_specs": {}}' 2018-08-27 12:28:28,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:28: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-a56d0e92-fd16-4cca-a07f-d40225bc2e42 x-compute-request-id: req-a56d0e92-fd16-4cca-a07f-d40225bc2e42 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 12:28:28,310 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/48050135-bb7d-413f-988b-a2a14c81f044/os-extra_specs used request id req-a56d0e92-fd16-4cca-a07f-d40225bc2e42 2018-08-27 12:28:28,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020956993103s 2018-08-27 12:28:28,311 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/48050135-bb7d-413f-988b-a2a14c81f044/os-extra_specs used request id req-a56d0e92-fd16-4cca-a07f-d40225bc2e42 2018-08-27 12:28:28,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:28:28,321 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 12:28:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d9aef3f-64f0-4b30-9145-c68c8aac95e4 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 12:28:28,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-1d9aef3f-64f0-4b30-9145-c68c8aac95e4 2018-08-27 12:28:28,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:28:28,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:28:28,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47c3f105-dffa-41cd-8ad1-cfff8256f32f Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:28:28,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-47c3f105-dffa-41cd-8ad1-cfff8256f32f 2018-08-27 12:28:28,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192690849304s 2018-08-27 12:28:28,517 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-47c3f105-dffa-41cd-8ad1-cfff8256f32f 2018-08-27 12:28:28,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:28:28,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:28:28,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-802830b6-1682-403b-869b-8f6cb63459b9 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:28:28,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-802830b6-1682-403b-869b-8f6cb63459b9 2018-08-27 12:28:28,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.201623916626s 2018-08-27 12:28:28,724 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-802830b6-1682-403b-869b-8f6cb63459b9 2018-08-27 12:28:28,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-27 12:28:28,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:28:28,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:28: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-d91a3b38-67b5-4f30-8cef-a409ae5e0e93 x-compute-request-id: req-d91a3b38-67b5-4f30-8cef-a409ae5e0e93 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 203}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.5", "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 12:28:28,778 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-d91a3b38-67b5-4f30-8cef-a409ae5e0e93 2018-08-27 12:28:28,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0419640541077s 2018-08-27 12:28:28,778 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-d91a3b38-67b5-4f30-8cef-a409ae5e0e93 2018-08-27 12:28:28,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:28:28,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:28:29,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-0b6a4d97-f9c6-48d0-9dd7-b2fad967cdb3 Date: Mon, 27 Aug 2018 12:28:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:28:27Z", "file": "/v2/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "1a028468-7eeb-422f-8f58-78f4b1eea0d4", "size": 12716032, "self": "/v2/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:28:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:28:29,065 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0b6a4d97-f9c6-48d0-9dd7-b2fad967cdb3 2018-08-27 12:28:29,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.283623933792s 2018-08-27 12:28:29,066 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0b6a4d97-f9c6-48d0-9dd7-b2fad967cdb3 2018-08-27 12:28:29,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 12:28:29,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_alt_8b1cfde6-1c5f-44f7-b232-2ee061892e8e"}' 2018-08-27 12:28:29,434 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 976 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/157935bc-c4e8-404b-a525-1db33be44f97 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-31c2bf5c-820d-4894-8ef5-176a4ea8b312 Date: Mon, 27 Aug 2018 12:28:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:28:29Z", "file": "/v2/images/157935bc-c4e8-404b-a525-1db33be44f97/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "157935bc-c4e8-404b-a525-1db33be44f97", "size": null, "self": "/v2/images/157935bc-c4e8-404b-a525-1db33be44f97", "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_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "checksum": null, "created_at": "2018-08-27T12:28:29Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 12:28:29,434 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-31c2bf5c-820d-4894-8ef5-176a4ea8b312 2018-08-27 12:28:29,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.359528064728s 2018-08-27 12:28:29,435 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-31c2bf5c-820d-4894-8ef5-176a4ea8b312 returning object 157935bc-c4e8-404b-a525-1db33be44f97 2018-08-27 12:28:29,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 12:28:29,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/157935bc-c4e8-404b-a525-1db33be44f97/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}70ee68069402975c1b68934136806a3552f05a54" -d '' 2018-08-27 12:28:30,178 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e3f48a93-0690-49a9-b60c-f1326d805c18 Date: Mon, 27 Aug 2018 12:28:30 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 12:28:30,178 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/157935bc-c4e8-404b-a525-1db33be44f97/file used request id req-e3f48a93-0690-49a9-b60c-f1326d805c18 2018-08-27 12:28:30,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.742530107498s 2018-08-27 12:28:30,178 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/157935bc-c4e8-404b-a525-1db33be44f97/file used request id req-e3f48a93-0690-49a9-b60c-f1326d805c18 2018-08-27 12:28:30,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:28:30,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:28:30,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2797 Content-Type: application/json X-Openstack-Request-Id: req-d8dee7df-b2c6-4f5b-8197-adac192a1559 Date: Mon, 27 Aug 2018 12:28:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:28:30Z", "file": "/v2/images/157935bc-c4e8-404b-a525-1db33be44f97/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "157935bc-c4e8-404b-a525-1db33be44f97", "size": 12716032, "self": "/v2/images/157935bc-c4e8-404b-a525-1db33be44f97", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/157935bc-c4e8-404b-a525-1db33be44f97/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/157935bc-c4e8-404b-a525-1db33be44f97/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:28:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:28:27Z", "file": "/v2/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "1a028468-7eeb-422f-8f58-78f4b1eea0d4", "size": 12716032, "self": "/v2/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:28:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:28:30,460 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d8dee7df-b2c6-4f5b-8197-adac192a1559 2018-08-27 12:28:30,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.27761220932s 2018-08-27 12:28:30,461 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d8dee7df-b2c6-4f5b-8197-adac192a1559 2018-08-27 12:28:30,463 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/157935bc-c4e8-404b-a525-1db33be44f97/snap', u'metadata': Munch({})})], 'file': u'/v2/images/157935bc-c4e8-404b-a525-1db33be44f97/file', 'owner': u'd56eab07eebe4995963c4bcc663afcc8', 'id': u'157935bc-c4e8-404b-a525-1db33be44f97', 'size': 12716032, u'self': u'/v2/images/157935bc-c4e8-404b-a525-1db33be44f97', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd56eab07eebe4995963c4bcc663afcc8', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/157935bc-c4e8-404b-a525-1db33be44f97/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T12:28:30Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T12:28:30Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_8b1cfde6-1c5f-44f7-b232-2ee061892e8e', '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/157935bc-c4e8-404b-a525-1db33be44f97', 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_8b1cfde6-1c5f-44f7-b232-2ee061892e8e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_alt_8b1cfde6-1c5f-44f7-b232-2ee061892e8e', 'created': u'2018-08-27T12:28:29Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T12:28: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/157935bc-c4e8-404b-a525-1db33be44f97', 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_8b1cfde6-1c5f-44f7-b232-2ee061892e8e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 12:28:30,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 12:28:30,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron-tempest-plugin-api-flavor_alt_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "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 12:28:30,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:28: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-05d588d0-cad6-487f-bbdb-cd6b43d8b110 x-compute-request-id: req-05d588d0-cad6-487f-bbdb-cd6b43d8b110 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_alt_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d745e522-33fb-4931-95d7-b92578fa975a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d745e522-33fb-4931-95d7-b92578fa975a", "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": "d745e522-33fb-4931-95d7-b92578fa975a"}} 2018-08-27 12:28:30,504 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-05d588d0-cad6-487f-bbdb-cd6b43d8b110 2018-08-27 12:28:30,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0399279594421s 2018-08-27 12:28:30,504 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-05d588d0-cad6-487f-bbdb-cd6b43d8b110 2018-08-27 12:28:30,505 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_8b1cfde6-1c5f-44f7-b232-2ee061892e8e', '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'd56eab07eebe4995963c4bcc663afcc8', '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'd745e522-33fb-4931-95d7-b92578fa975a', 'swap': 0}) 2018-08-27 12:28:30,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 12:28:30,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/d745e522-33fb-4931-95d7-b92578fa975a/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}70ee68069402975c1b68934136806a3552f05a54" -d '{"extra_specs": {}}' 2018-08-27 12:28:30,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:28: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-6170058e-03af-484d-a868-f4112cb0eece x-compute-request-id: req-6170058e-03af-484d-a868-f4112cb0eece Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 12:28:30,526 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/d745e522-33fb-4931-95d7-b92578fa975a/os-extra_specs used request id req-6170058e-03af-484d-a868-f4112cb0eece 2018-08-27 12:28:30,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0203328132629s 2018-08-27 12:28:30,527 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/d745e522-33fb-4931-95d7-b92578fa975a/os-extra_specs used request id req-6170058e-03af-484d-a868-f4112cb0eece 2018-08-27 12:28:30,527 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_8b1cfde6-1c5f-44f7-b232-2ee061892e8e', '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'd56eab07eebe4995963c4bcc663afcc8', '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'd745e522-33fb-4931-95d7-b92578fa975a', 'swap': 0}) 2018-08-27 12:28:34,443 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-27 12:28:34,443 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-27 12:28:34,444 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-27 12:28:34,447 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-27 12:28:34,450 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-27 12:28:38,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e1bb39c5-c801-444c-b756-f300bcf3e8c5/repo; stestr list '^neutron_tempest_plugin\.api' >/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt 2>/dev/null) 2018-08-27 12:28:38,097 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-27 12:28:38,099 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-27 12:28:38,100 - 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 12:43:47,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: e0a350a1-ee92-42cc-acee-239a29992d6b 2018-08-27 12:43:47,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e0a350a1-ee92-42cc-acee-239a29992d6b']'. 2018-08-27 12:43:48,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-27 12:43:48,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-27 12:43:48,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 12:43:48,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e0a350a1-ee92-42cc-acee-239a29992d6b | 2018-08-27 12:43:48,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-27 12:43:48,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-27 12:28:40 | 2018-08-27 12:43:48,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-27 12:43:47 | 2018-08-27 12:43:48,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:07 | 2018-08-27 12:43:48,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-27 12:43:48,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-27 12:43:48,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-27 12:43:48,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e1bb39c5-c801-444c-b756-f300bcf3e8c5) | 2018-08-27 12:43:48,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-27 12:43:48,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 71b149df-7739-4790-8ccd-03333cce6bfe) | 2018-08-27 12:43:48,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 547 | 2018-08-27 12:43:48,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 893.635 | 2018-08-27 12:43:48,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 473 | 2018-08-27 12:43:48,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 74 | 2018-08-27 12:43:48,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-27 12:43:48,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-27 12:43:48,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-27 12:43:48,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 12:43:48,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-27 12:43:48,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-27 12:43:49,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron-tempest-plugin-api success_rate is 100.0% 2018-08-27 12:43:49,278 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 12:43:49,278 - xtesting.ci.run_tests - INFO - Test result: +------------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------------+------------------+------------------+----------------+ | neutron-tempest-plugin-api | functest | 15:35 | PASS | +------------------------------------+------------------+------------------+----------------+ 2018-08-27 12:43:49,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 12:43:49,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/157935bc-c4e8-404b-a525-1db33be44f97 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:43:50,233 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-06d54582-665c-48a4-bb65-c2d92689a4f3 Date: Mon, 27 Aug 2018 12:43: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 12:43:50,233 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/157935bc-c4e8-404b-a525-1db33be44f97 used request id req-06d54582-665c-48a4-bb65-c2d92689a4f3 2018-08-27 12:43:50,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.952616930008s 2018-08-27 12:43:50,233 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/157935bc-c4e8-404b-a525-1db33be44f97 used request id req-06d54582-665c-48a4-bb65-c2d92689a4f3 2018-08-27 12:43:50,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 12:43:50,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:43:50,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:43: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-bfe70628-417c-4b70-bb2c-222707a6c7a2 x-compute-request-id: req-bfe70628-417c-4b70-bb2c-222707a6c7a2 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/48050135-bb7d-413f-988b-a2a14c81f044", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/48050135-bb7d-413f-988b-a2a14c81f044", "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": "48050135-bb7d-413f-988b-a2a14c81f044"}, {"name": "neutron-tempest-plugin-api-flavor_alt_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d745e522-33fb-4931-95d7-b92578fa975a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d745e522-33fb-4931-95d7-b92578fa975a", "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": "d745e522-33fb-4931-95d7-b92578fa975a"}]} 2018-08-27 12:43:50,528 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-bfe70628-417c-4b70-bb2c-222707a6c7a2 2018-08-27 12:43:50,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.293673992157s 2018-08-27 12:43:50,528 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-bfe70628-417c-4b70-bb2c-222707a6c7a2 2018-08-27 12:43:50,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 12:43:50,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/d745e522-33fb-4931-95d7-b92578fa975a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:43:50,580 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:43: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-9a3152e8-a5ba-430a-9965-b960f09fd5bf x-compute-request-id: req-9a3152e8-a5ba-430a-9965-b960f09fd5bf Content-Length: 0 Content-Type: application/json 2018-08-27 12:43:50,580 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/d745e522-33fb-4931-95d7-b92578fa975a used request id req-9a3152e8-a5ba-430a-9965-b960f09fd5bf 2018-08-27 12:43:50,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0496890544891s 2018-08-27 12:43:50,580 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/d745e522-33fb-4931-95d7-b92578fa975a used request id req-9a3152e8-a5ba-430a-9965-b960f09fd5bf 2018-08-27 12:43:50,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 12:43:50,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/de7c4c5b-304b-4d50-9749-32fb193f81ac/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}70ee68069402975c1b68934136806a3552f05a54" -d '{"subnet_id": "df214d32-cecc-40ca-ba85-adf3548fbb4c"}' 2018-08-27 12:43:53,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d6f72a38-553f-4247-ba55-de134cf748e7 Date: Mon, 27 Aug 2018 12:43:53 GMT RESP BODY: {"network_id": "b015db34-5223-4845-ae25-2e1ecf7c05d1", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "subnet_id": "df214d32-cecc-40ca-ba85-adf3548fbb4c", "subnet_ids": ["df214d32-cecc-40ca-ba85-adf3548fbb4c"], "port_id": "5fa2b896-9d61-4916-81b1-4708d82815a9", "id": "de7c4c5b-304b-4d50-9749-32fb193f81ac"} 2018-08-27 12:43:53,369 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/de7c4c5b-304b-4d50-9749-32fb193f81ac/remove_router_interface.json used request id req-d6f72a38-553f-4247-ba55-de134cf748e7 2018-08-27 12:43:53,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.78889799118s 2018-08-27 12:43:53,370 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/de7c4c5b-304b-4d50-9749-32fb193f81ac/remove_router_interface.json used request id req-d6f72a38-553f-4247-ba55-de134cf748e7 returning object de7c4c5b-304b-4d50-9749-32fb193f81ac 2018-08-27 12:43:53,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 12:43:53,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:43:53,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1728 X-Openstack-Request-Id: req-f31bacc1-9530-4598-9337-37513b22af81 Date: Mon, 27 Aug 2018 12:43:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "68bb65ee0f824b149892348054c9f68c", "created_at": "2018-08-27T12:29:58Z", "admin_state_up": true, "updated_at": "2018-08-27T12:30:00Z", "project_id": "68bb65ee0f824b149892348054c9f68c", "flavor_id": null, "revision_number": 5, "routes": [], "ha": true, "id": "5f2b3f59-4937-4a1e-9745-c0a1bd534e52", "name": "tempest-pretest-check-751874663"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8a5a8b4d5f5940fc96cabc268dee3f41", "created_at": "2018-08-27T12:31:16Z", "admin_state_up": false, "updated_at": "2018-08-27T12:31:16Z", "project_id": "8a5a8b4d5f5940fc96cabc268dee3f41", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "be90db42-f7d9-481e-ae84-541ea8075bc9", "name": "tempest-router-1267563662"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:28:16Z", "admin_state_up": true, "updated_at": "2018-08-27T12:43:51Z", "project_id": "d56eab07eebe4995963c4bcc663afcc8", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "de7c4c5b-304b-4d50-9749-32fb193f81ac", "name": "neutron-tempest-plugin-api-router_8b1cfde6-1c5f-44f7-b232-2ee061892e8e"}]} 2018-08-27 12:43:53,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f31bacc1-9530-4598-9337-37513b22af81 2018-08-27 12:43:53,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.390567064285s 2018-08-27 12:43:53,761 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f31bacc1-9530-4598-9337-37513b22af81 2018-08-27 12:43:53,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 12:43:53,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/de7c4c5b-304b-4d50-9749-32fb193f81ac.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:43:58,219 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2041550b-d1a2-4698-ae80-aa5d21e730bd Content-Length: 0 Date: Mon, 27 Aug 2018 12:43:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:43:58,219 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/de7c4c5b-304b-4d50-9749-32fb193f81ac.json used request id req-2041550b-d1a2-4698-ae80-aa5d21e730bd 2018-08-27 12:43:58,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.45617294312s 2018-08-27 12:43:58,220 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/de7c4c5b-304b-4d50-9749-32fb193f81ac.json used request id req-2041550b-d1a2-4698-ae80-aa5d21e730bd 2018-08-27 12:43:58,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 12:43:58,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:43:58,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1942 X-Openstack-Request-Id: req-563d7c02-dfb7-4474-9e9b-fcb3ed21a338 Date: Mon, 27 Aug 2018 12:43:58 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-27T12:07:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"be54de9c-847e-4a09-971c-0568167e3798","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9e7da560-d286-4d69-b2d6-e7b51586033c","tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:18Z","ip_version":4},{"updated_at":"2018-08-27T12:28:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"df214d32-cecc-40ca-ba85-adf3548fbb4c","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d56eab07eebe4995963c4bcc663afcc8","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"neutron-tempest-plugin-api-subnet_8b1cfde6-1c5f-44f7-b232-2ee061892e8e","enable_dhcp":true,"segment_id":null,"network_id":"b015db34-5223-4845-ae25-2e1ecf7c05d1","tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:28:15Z","ip_version":4},{"updated_at":"2018-08-27T12:29:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f8ab667c-7552-4e4b-9adc-256be45daf9b","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant 68bb65ee0f824b149892348054c9f68c","enable_dhcp":false,"segment_id":null,"network_id":"2a625653-7048-4f01-b5b8-ce0af00e6fa0","tenant_id":"","created_at":"2018-08-27T12:29:57Z","ip_version":4}]} 2018-08-27 12:43:58,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-563d7c02-dfb7-4474-9e9b-fcb3ed21a338 2018-08-27 12:43:58,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.331943035126s 2018-08-27 12:43:58,553 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-563d7c02-dfb7-4474-9e9b-fcb3ed21a338 2018-08-27 12:43:58,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 12:43:58,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/df214d32-cecc-40ca-ba85-adf3548fbb4c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:44:01,017 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7a88edad-7860-4fce-ba09-10ab20ed5510 Date: Mon, 27 Aug 2018 12:44:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:44:01,017 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/df214d32-cecc-40ca-ba85-adf3548fbb4c.json used request id req-7a88edad-7860-4fce-ba09-10ab20ed5510 2018-08-27 12:44:01,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.46302390099s 2018-08-27 12:44:01,018 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/df214d32-cecc-40ca-ba85-adf3548fbb4c.json used request id req-7a88edad-7860-4fce-ba09-10ab20ed5510 2018-08-27 12:44:01,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:44:01,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:44:01,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2123 X-Openstack-Request-Id: req-07ac4925-1f1f-4746-a969-09fc41b46a37 Date: Mon, 27 Aug 2018 12:44:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2a625653-7048-4f01-b5b8-ce0af00e6fa0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f8ab667c-7552-4e4b-9adc-256be45daf9b"],"description":"","tags":[],"updated_at":"2018-08-27T12:29:57Z","qos_policy_id":null,"name":"HA network tenant 68bb65ee0f824b149892348054c9f68c","admin_state_up":true,"tenant_id":"","created_at":"2018-08-27T12:29:57Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b015db34-5223-4845-ae25-2e1ecf7c05d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":true,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:44:00Z","qos_policy_id":null,"name":"neutron-tempest-plugin-api-net_8b1cfde6-1c5f-44f7-b232-2ee061892e8e","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T12:28:14Z","provider:network_type":"vxlan"}]} 2018-08-27 12:44:01,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-07ac4925-1f1f-4746-a969-09fc41b46a37 2018-08-27 12:44:01,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.373790979385s 2018-08-27 12:44:01,393 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-07ac4925-1f1f-4746-a969-09fc41b46a37 2018-08-27 12:44:01,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 12:44:01,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/b015db34-5223-4845-ae25-2e1ecf7c05d1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:44:02,625 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3550cfab-3ca4-433f-9b16-194324ffd3e1 Date: Mon, 27 Aug 2018 12:44:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 12:44:02,625 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/b015db34-5223-4845-ae25-2e1ecf7c05d1.json used request id req-3550cfab-3ca4-433f-9b16-194324ffd3e1 2018-08-27 12:44:02,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.23146796227s 2018-08-27 12:44:02,626 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/b015db34-5223-4845-ae25-2e1ecf7c05d1.json used request id req-3550cfab-3ca4-433f-9b16-194324ffd3e1 2018-08-27 12:44:02,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:44:02,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:44:03,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-5250cb6d-2fd8-4508-906c-a7728719e62e Date: Mon, 27 Aug 2018 12:44:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:28:27Z", "file": "/v2/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "1a028468-7eeb-422f-8f58-78f4b1eea0d4", "size": 12716032, "self": "/v2/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:28:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:44:03,019 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5250cb6d-2fd8-4508-906c-a7728719e62e 2018-08-27 12:44:03,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.389135837555s 2018-08-27 12:44:03,019 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5250cb6d-2fd8-4508-906c-a7728719e62e 2018-08-27 12:44:03,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 12:44:03,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:44:04,291 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c3788641-af33-42a9-a28b-8e3a16ef7a31 Date: Mon, 27 Aug 2018 12:44: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 12:44:04,291 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4 used request id req-c3788641-af33-42a9-a28b-8e3a16ef7a31 2018-08-27 12:44:04,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.27026486397s 2018-08-27 12:44:04,292 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/1a028468-7eeb-422f-8f58-78f4b1eea0d4 used request id req-c3788641-af33-42a9-a28b-8e3a16ef7a31 2018-08-27 12:44:04,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 12:44:04,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:44:04,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44: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-6b748c44-e85c-4d1b-96ad-c04bc97e30c5 x-compute-request-id: req-6b748c44-e85c-4d1b-96ad-c04bc97e30c5 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_8b1cfde6-1c5f-44f7-b232-2ee061892e8e", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/48050135-bb7d-413f-988b-a2a14c81f044", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/48050135-bb7d-413f-988b-a2a14c81f044", "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": "48050135-bb7d-413f-988b-a2a14c81f044"}]} 2018-08-27 12:44:04,318 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-6b748c44-e85c-4d1b-96ad-c04bc97e30c5 2018-08-27 12:44:04,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0259878635406s 2018-08-27 12:44:04,319 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-6b748c44-e85c-4d1b-96ad-c04bc97e30c5 2018-08-27 12:44:04,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 12:44:04,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/48050135-bb7d-413f-988b-a2a14c81f044 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}70ee68069402975c1b68934136806a3552f05a54" 2018-08-27 12:44:04,352 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 12:44: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-c5495702-5434-4e97-a63d-7bdc172d065a x-compute-request-id: req-c5495702-5434-4e97-a63d-7bdc172d065a Content-Length: 0 Content-Type: application/json 2018-08-27 12:44:04,352 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/48050135-bb7d-413f-988b-a2a14c81f044 used request id req-c5495702-5434-4e97-a63d-7bdc172d065a 2018-08-27 12:44:04,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0321400165558s 2018-08-27 12:44:04,353 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/48050135-bb7d-413f-988b-a2a14c81f044 used request id req-c5495702-5434-4e97-a63d-7bdc172d065a 2018-08-27 12:44:04,408 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-27 12:44:04,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:44:04,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 12:44:04,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:44:04,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:44:04,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:44:04,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:44:04,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:44:04,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:44:04,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:44:04,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:44:04,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:44:04,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:44:04,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:44:04,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:44:04,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:44:04,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:44:04,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:44:04,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:44:04,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:44:04,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:44:04,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:44:04,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:44:04,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:44:04,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 12:44:04,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 12:44:04,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:44:04,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46872251-59f4-409b-8fe1-e68b10661867 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:44:04,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-46872251-59f4-409b-8fe1-e68b10661867 2018-08-27 12:44:04,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:44:04,947 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:44:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["SlQVtsnURmypqsBWjqSyVA"], "issued_at": "2018-08-27T12:44:04.000000Z"}} 2018-08-27 12:44:04,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:44:04,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 12:44:05,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-023a5ddb-2149-4925-a771-1427719ca2d5 Date: Mon, 27 Aug 2018 12:44:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:44:05,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-023a5ddb-2149-4925-a771-1427719ca2d5 2018-08-27 12:44:05,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.551280021667s 2018-08-27 12:44:05,502 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-023a5ddb-2149-4925-a771-1427719ca2d5 2018-08-27 12:44:05,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:44:05,511 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 12:44:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30063ee1-004f-4e35-92af-43776ddbe09e 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 12:44:05,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-30063ee1-004f-4e35-92af-43776ddbe09e 2018-08-27 12:44:05,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:44:05,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 12:44:05,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cab7e002-08de-4767-bb9a-8dacb43eb259 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/1822875bebb84e26b6f0f5a37895742c"}, "tags": [], "enabled": true, "id": "1822875bebb84e26b6f0f5a37895742c", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 12:44:05,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-cab7e002-08de-4767-bb9a-8dacb43eb259 2018-08-27 12:44:05,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.197513103485s 2018-08-27 12:44:05,710 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-cab7e002-08de-4767-bb9a-8dacb43eb259 2018-08-27 12:44:05,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 12:44:05,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee"}}' 2018-08-27 12:44:05,929 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 12:44:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2819bf91-ffee-4250-86c7-9746bc269ef4 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.28:5000/v3/projects/0a5cbece877b45d8ae9edf4f3421d54b"}, "tags": [], "enabled": true, "id": "0a5cbece877b45d8ae9edf4f3421d54b", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee"}} 2018-08-27 12:44:05,929 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-2819bf91-ffee-4250-86c7-9746bc269ef4 2018-08-27 12:44:05,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.212343931198s 2018-08-27 12:44:05,930 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-2819bf91-ffee-4250-86c7-9746bc269ef4 2018-08-27 12:44:05,930 - 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'0a5cbece877b45d8ae9edf4f3421d54b', '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_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee'}) 2018-08-27 12:44:05,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 12:44:05,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "6ace3bd7-fb54-46e6-a794-5ead6eb93d3b", "email": null, "name": "rally_sanity-user_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee"}}' 2018-08-27 12:44:06,407 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 12:44:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bef1c0b3-de68-4245-b864-a23d0893ff62 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "links": {"self": "http://172.30.9.28:5000/v3/users/c3df4e5848b34d63bc5912a0cd3806d1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c3df4e5848b34d63bc5912a0cd3806d1", "domain_id": "default", "password_expires_at": null}} 2018-08-27 12:44:06,408 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-bef1c0b3-de68-4245-b864-a23d0893ff62 2018-08-27 12:44:06,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.471339941025s 2018-08-27 12:44:06,408 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-bef1c0b3-de68-4245-b864-a23d0893ff62 2018-08-27 12:44:06,409 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c3df4e5848b34d63bc5912a0cd3806d1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee'}) 2018-08-27 12:44:06,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:44:06,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 12:44:06,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-168eb0b4-0ef4-4c1f-9a2d-0750908bb937 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:44:06,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-168eb0b4-0ef4-4c1f-9a2d-0750908bb937 2018-08-27 12:44:06,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.189961194992s 2018-08-27 12:44:06,603 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-168eb0b4-0ef4-4c1f-9a2d-0750908bb937 2018-08-27 12:44:06,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:44:06,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 12:44:06,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fc867e1-1e82-47fe-812e-74b06ac6812c Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:44:06,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1fc867e1-1e82-47fe-812e-74b06ac6812c 2018-08-27 12:44:06,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181438207626s 2018-08-27 12:44:06,789 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1fc867e1-1e82-47fe-812e-74b06ac6812c 2018-08-27 12:44:06,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:44:06,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 12:44:06,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18ce7318-3bbe-4f55-9937-cdf7d6a43fc8 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:44:06,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-18ce7318-3bbe-4f55-9937-cdf7d6a43fc8 2018-08-27 12:44:06,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.201708078384s 2018-08-27 12:44:06,996 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-18ce7318-3bbe-4f55-9937-cdf7d6a43fc8 2018-08-27 12:44:07,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:44:07,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 12:44:07,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fe40339-c252-447d-9ec8-d559e8be510e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 12:44:07,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-4fe40339-c252-447d-9ec8-d559e8be510e 2018-08-27 12:44:07,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.191526174545s 2018-08-27 12:44:07,193 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-4fe40339-c252-447d-9ec8-d559e8be510e 2018-08-27 12:44:07,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:44:07,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 12:44:07,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf554b14-8f90-4391-bcad-5298bc7020cb Content-Encoding: gzip Content-Length: 972 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "links": {"self": "http://172.30.9.28:5000/v3/users/c3df4e5848b34d63bc5912a0cd3806d1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c3df4e5848b34d63bc5912a0cd3806d1", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:44:07,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-bf554b14-8f90-4391-bcad-5298bc7020cb 2018-08-27 12:44:07,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.210480928421s 2018-08-27 12:44:07,405 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-bf554b14-8f90-4391-bcad-5298bc7020cb 2018-08-27 12:44:07,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:44:07,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 12:44:07,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a8e95f2-bc4a-48b7-b736-daee5bf7d924 Content-Encoding: gzip Content-Length: 533 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a5cbece877b45d8ae9edf4f3421d54b"}, "tags": [], "enabled": true, "id": "0a5cbece877b45d8ae9edf4f3421d54b", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "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.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}]} 2018-08-27 12:44:07,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-7a8e95f2-bc4a-48b7-b736-daee5bf7d924 2018-08-27 12:44:07,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.197638034821s 2018-08-27 12:44:07,615 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-7a8e95f2-bc4a-48b7-b736-daee5bf7d924 2018-08-27 12:44:07,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 12:44:07,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=c3df4e5848b34d63bc5912a0cd3806d1&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=0a5cbece877b45d8ae9edf4f3421d54b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 12:44:07,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5a8cbc8-fd88-445c-b41b-8da1948113a4 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=c3df4e5848b34d63bc5912a0cd3806d1&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=0a5cbece877b45d8ae9edf4f3421d54b", "previous": null, "next": null}} 2018-08-27 12:44:07,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=c3df4e5848b34d63bc5912a0cd3806d1&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=0a5cbece877b45d8ae9edf4f3421d54b used request id req-f5a8cbc8-fd88-445c-b41b-8da1948113a4 2018-08-27 12:44:07,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.188389062881s 2018-08-27 12:44:07,812 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=c3df4e5848b34d63bc5912a0cd3806d1&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=0a5cbece877b45d8ae9edf4f3421d54b used request id req-f5a8cbc8-fd88-445c-b41b-8da1948113a4 2018-08-27 12:44:07,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 12:44:07,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/0a5cbece877b45d8ae9edf4f3421d54b/users/c3df4e5848b34d63bc5912a0cd3806d1/roles/2d704632e4b7449aa0baeaa243e3aa0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 12:44:07,962 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:44:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54294d25-4d23-43cf-8338-d627fa37e82c 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 12:44:07,962 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/0a5cbece877b45d8ae9edf4f3421d54b/users/c3df4e5848b34d63bc5912a0cd3806d1/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-54294d25-4d23-43cf-8338-d627fa37e82c 2018-08-27 12:44:07,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.146867036819s 2018-08-27 12:44:07,963 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/0a5cbece877b45d8ae9edf4f3421d54b/users/c3df4e5848b34d63bc5912a0cd3806d1/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-54294d25-4d23-43cf-8338-d627fa37e82c 2018-08-27 12:44:07,963 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', 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'0a5cbece877b45d8ae9edf4f3421d54b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '6ace3bd7-fb54-46e6-a794-5ead6eb93d3b', 'username': u'rally_sanity-user_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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 12:44:07,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 12:44:07,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 12:44:07,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 12:44:07,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 12:44:07,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 12:44:07,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 12:44:07,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 12:44:07,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 12:44:07,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 12:44:07,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 12:44:07,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 12:44:07,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 12:44:07,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 12:44:07,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 12:44:07,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 12:44:07,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 12:44:07,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 12:44:07,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 12:44:07,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 12:44:07,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 12:44:07,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 12:44:07,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 12:44:07,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 12:44:07,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 12:44:07,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 12:44:07,969 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', 'password': '6ace3bd7-fb54-46e6-a794-5ead6eb93d3b', 'project_name': 'rally_sanity-project_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '0a5cbece877b45d8ae9edf4f3421d54b', 'project_domain_name': 'Default'} 2018-08-27 12:44:07,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:44:07,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 12:44:08,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5757e24-8d19-40c4-b2e3-88d55eb4c0c6 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:44:08,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c5757e24-8d19-40c4-b2e3-88d55eb4c0c6 2018-08-27 12:44:08,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.190056085587s 2018-08-27 12:44:08,163 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c5757e24-8d19-40c4-b2e3-88d55eb4c0c6 2018-08-27 12:44:08,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 12:44:08,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 12:44:08,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df7dd7af-3daa-4bcd-98c4-89e419326d0e Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 12:44:08,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-df7dd7af-3daa-4bcd-98c4-89e419326d0e 2018-08-27 12:44:08,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.207096099854s 2018-08-27 12:44:08,376 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-df7dd7af-3daa-4bcd-98c4-89e419326d0e 2018-08-27 12:44:08,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 12:44:08,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 12:44:08,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14bb5a3d-91ec-440d-a4ec-339aff6a3caf Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 12:44:08,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-14bb5a3d-91ec-440d-a4ec-339aff6a3caf 2018-08-27 12:44:08,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.183970928192s 2018-08-27 12:44:08,565 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-14bb5a3d-91ec-440d-a4ec-339aff6a3caf 2018-08-27 12:44:08,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 12:44:08,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 12:44:08,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9d15a34-fb0a-46cd-a720-9c3cc506dbaa Content-Encoding: gzip Content-Length: 972 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "links": {"self": "http://172.30.9.28:5000/v3/users/c3df4e5848b34d63bc5912a0cd3806d1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c3df4e5848b34d63bc5912a0cd3806d1", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 12:44:08,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a9d15a34-fb0a-46cd-a720-9c3cc506dbaa 2018-08-27 12:44:08,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.222026824951s 2018-08-27 12:44:08,788 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a9d15a34-fb0a-46cd-a720-9c3cc506dbaa 2018-08-27 12:44:08,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 12:44:08,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 12:44:08,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b185875-7d52-439f-abc7-2744502d5891 Content-Encoding: gzip Content-Length: 533 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a5cbece877b45d8ae9edf4f3421d54b"}, "tags": [], "enabled": true, "id": "0a5cbece877b45d8ae9edf4f3421d54b", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "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.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}]} 2018-08-27 12:44:08,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-1b185875-7d52-439f-abc7-2744502d5891 2018-08-27 12:44:08,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10880112648s 2018-08-27 12:44:08,909 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-1b185875-7d52-439f-abc7-2744502d5891 2018-08-27 12:44:08,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 12:44:08,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=c3df4e5848b34d63bc5912a0cd3806d1&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=0a5cbece877b45d8ae9edf4f3421d54b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 12:44:09,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcbe8ba2-792e-4549-84f8-9862020500f2 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=c3df4e5848b34d63bc5912a0cd3806d1&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=0a5cbece877b45d8ae9edf4f3421d54b", "previous": null, "next": null}} 2018-08-27 12:44:09,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=c3df4e5848b34d63bc5912a0cd3806d1&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=0a5cbece877b45d8ae9edf4f3421d54b used request id req-fcbe8ba2-792e-4549-84f8-9862020500f2 2018-08-27 12:44:09,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.183322906494s 2018-08-27 12:44:09,100 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=c3df4e5848b34d63bc5912a0cd3806d1&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=0a5cbece877b45d8ae9edf4f3421d54b used request id req-fcbe8ba2-792e-4549-84f8-9862020500f2 2018-08-27 12:44:09,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 12:44:09,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/0a5cbece877b45d8ae9edf4f3421d54b/users/c3df4e5848b34d63bc5912a0cd3806d1/roles/6b26747647ee4eed8251bc5366eb3a92 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 12:44:09,351 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 12:44:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-933287a9-6b83-48ac-b72b-967cb94d7449 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 12:44:09,351 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/0a5cbece877b45d8ae9edf4f3421d54b/users/c3df4e5848b34d63bc5912a0cd3806d1/roles/6b26747647ee4eed8251bc5366eb3a92 used request id req-933287a9-6b83-48ac-b72b-967cb94d7449 2018-08-27 12:44:09,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.247895002365s 2018-08-27 12:44:09,351 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/0a5cbece877b45d8ae9edf4f3421d54b/users/c3df4e5848b34d63bc5912a0cd3806d1/roles/6b26747647ee4eed8251bc5366eb3a92 used request id req-933287a9-6b83-48ac-b72b-967cb94d7449 2018-08-27 12:44:09,352 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-27 12:44:09,720 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause='status' 2018-08-27 12:44:09,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:44:09,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7833ee1f-0f7b-4679-b0f4-b7323b01e242 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 12:44:09,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7833ee1f-0f7b-4679-b0f4-b7323b01e242 2018-08-27 12:44:09,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 12:44:10,133 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T13:44:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a5cbece877b45d8ae9edf4f3421d54b", "name": "rally_sanity-project_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a5cbece877b45d8ae9edf4f3421d54b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/0a5cbece877b45d8ae9edf4f3421d54b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/0a5cbece877b45d8ae9edf4f3421d54b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0a5cbece877b45d8ae9edf4f3421d54b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_0a5cbece877b45d8ae9edf4f3421d54b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a5cbece877b45d8ae9edf4f3421d54b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/0a5cbece877b45d8ae9edf4f3421d54b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/0a5cbece877b45d8ae9edf4f3421d54b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/0a5cbece877b45d8ae9edf4f3421d54b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/0a5cbece877b45d8ae9edf4f3421d54b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/0a5cbece877b45d8ae9edf4f3421d54b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0a5cbece877b45d8ae9edf4f3421d54b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/0a5cbece877b45d8ae9edf4f3421d54b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/0a5cbece877b45d8ae9edf4f3421d54b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "id": "c3df4e5848b34d63bc5912a0cd3806d1"}, "audit_ids": ["V0oOEuxOQaKABfoF6GpIxA"], "issued_at": "2018-08-27T12:44:10.000000Z"}} 2018-08-27 12:44:10,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 12:44:10,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2a9db6dcfce4cf1ad98ae918c1674ef262ac3746" -d '{"network": {"shared": true, "name": "rally_sanity-net_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "admin_state_up": true}}' 2018-08-27 12:44:10,729 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-4086cf18-bba1-448f-a566-af675e02a9da Date: Mon, 27 Aug 2018 12:44:10 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8b437100-4a9a-4a45-8807-1a43c95cb6da","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":true,"project_id":"0a5cbece877b45d8ae9edf4f3421d54b","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:44:10Z","is_default":false,"qos_policy_id":null,"name":"rally_sanity-net_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee","admin_state_up":true,"tenant_id":"0a5cbece877b45d8ae9edf4f3421d54b","created_at":"2018-08-27T12:44:10Z","mtu":1450}} 2018-08-27 12:44:10,729 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4086cf18-bba1-448f-a566-af675e02a9da 2018-08-27 12:44:10,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.592295885086s 2018-08-27 12:44:10,729 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4086cf18-bba1-448f-a566-af675e02a9da 2018-08-27 12:44:10,730 - 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-27T12:44:10Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8b437100-4a9a-4a45-8807-1a43c95cb6da', u'provider:segmentation_id': 100, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'rally_sanity-net_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', u'created_at': u'2018-08-27T12:44:10Z', u'mtu': 1450, u'tenant_id': u'0a5cbece877b45d8ae9edf4f3421d54b', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'0a5cbece877b45d8ae9edf4f3421d54b', u'l2_adjacency': True}) 2018-08-27 12:44:10,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 12:44:10,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2a9db6dcfce4cf1ad98ae918c1674ef262ac3746" 2018-08-27 12:44:11,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2104 X-Openstack-Request-Id: req-77ba0c6a-e65b-4230-a552-1d36406d9114 Date: Mon, 27 Aug 2018 12:44:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2a625653-7048-4f01-b5b8-ce0af00e6fa0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f8ab667c-7552-4e4b-9adc-256be45daf9b"],"description":"","tags":[],"updated_at":"2018-08-27T12:29:57Z","qos_policy_id":null,"name":"HA network tenant 68bb65ee0f824b149892348054c9f68c","admin_state_up":true,"tenant_id":"","created_at":"2018-08-27T12:29:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8b437100-4a9a-4a45-8807-1a43c95cb6da","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":true,"project_id":"0a5cbece877b45d8ae9edf4f3421d54b","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T12:44:10Z","qos_policy_id":null,"name":"rally_sanity-net_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee","admin_state_up":true,"tenant_id":"0a5cbece877b45d8ae9edf4f3421d54b","created_at":"2018-08-27T12:44:10Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 12:44:11,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-77ba0c6a-e65b-4230-a552-1d36406d9114 2018-08-27 12:44:11,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.339252948761s 2018-08-27 12:44:11,070 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-77ba0c6a-e65b-4230-a552-1d36406d9114 2018-08-27 12:44:11,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 12:44:11,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2a9db6dcfce4cf1ad98ae918c1674ef262ac3746" -d '{"subnet": {"name": "rally_sanity-subnet_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "enable_dhcp": true, "network_id": "8b437100-4a9a-4a45-8807-1a43c95cb6da", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 12:44:11,836 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 698 X-Openstack-Request-Id: req-94bf0182-0df0-4c82-9c7b-c549d5706c1d Date: Mon, 27 Aug 2018 12:44:11 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-27T12:44:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cb7be457-ed54-4735-8b09-f62de3428580","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"0a5cbece877b45d8ae9edf4f3421d54b","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"rally_sanity-subnet_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee","enable_dhcp":true,"segment_id":null,"network_id":"8b437100-4a9a-4a45-8807-1a43c95cb6da","tenant_id":"0a5cbece877b45d8ae9edf4f3421d54b","created_at":"2018-08-27T12:44:11Z","ip_version":4}} 2018-08-27 12:44:11,836 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-94bf0182-0df0-4c82-9c7b-c549d5706c1d 2018-08-27 12:44:11,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.764695167542s 2018-08-27 12:44:11,837 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-94bf0182-0df0-4c82-9c7b-c549d5706c1d 2018-08-27 12:44:11,837 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:44:11Z', 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'cb7be457-ed54-4735-8b09-f62de3428580', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'8b437100-4a9a-4a45-8807-1a43c95cb6da', u'tenant_id': u'0a5cbece877b45d8ae9edf4f3421d54b', u'created_at': u'2018-08-27T12:44:11Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0a5cbece877b45d8ae9edf4f3421d54b'}) 2018-08-27 12:44:11,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 12:44:11,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2a9db6dcfce4cf1ad98ae918c1674ef262ac3746" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "rally_sanity-router_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "admin_state_up": true}}' 2018-08-27 12:44:18,481 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 711 X-Openstack-Request-Id: req-bf2e3ed7-b788-4a0d-8696-06711d0f9c0a Date: Mon, 27 Aug 2018 12:44:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.210"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "0a5cbece877b45d8ae9edf4f3421d54b", "created_at": "2018-08-27T12:44:12Z", "admin_state_up": true, "updated_at": "2018-08-27T12:44:14Z", "project_id": "0a5cbece877b45d8ae9edf4f3421d54b", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "7dbfb605-3573-4a9a-857b-b98844caaeb6", "name": "rally_sanity-router_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee"}} 2018-08-27 12:44:18,481 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-bf2e3ed7-b788-4a0d-8696-06711d0f9c0a 2018-08-27 12:44:18,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.64336109161s 2018-08-27 12:44:18,482 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-bf2e3ed7-b788-4a0d-8696-06711d0f9c0a 2018-08-27 12:44:18,482 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T12:44:14Z', u'revision_number': 3, u'ha': True, u'id': u'7dbfb605-3573-4a9a-857b-b98844caaeb6', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.210'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-router_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', u'admin_state_up': True, u'tenant_id': u'0a5cbece877b45d8ae9edf4f3421d54b', u'created_at': u'2018-08-27T12:44:12Z', u'flavor_id': None, u'routes': [], u'project_id': u'0a5cbece877b45d8ae9edf4f3421d54b'}) 2018-08-27 12:44:18,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 12:44:18,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/7dbfb605-3573-4a9a-857b-b98844caaeb6/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}2a9db6dcfce4cf1ad98ae918c1674ef262ac3746" -d '{"subnet_id": "cb7be457-ed54-4735-8b09-f62de3428580"}' 2018-08-27 12:44:21,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4322c6f2-a5cc-4073-ad39-b1bf854d2325 Date: Mon, 27 Aug 2018 12:44:21 GMT RESP BODY: {"network_id": "8b437100-4a9a-4a45-8807-1a43c95cb6da", "tenant_id": "0a5cbece877b45d8ae9edf4f3421d54b", "subnet_id": "cb7be457-ed54-4735-8b09-f62de3428580", "subnet_ids": ["cb7be457-ed54-4735-8b09-f62de3428580"], "port_id": "150911f1-b2e3-49e5-8330-91acd49e05a7", "id": "7dbfb605-3573-4a9a-857b-b98844caaeb6"} 2018-08-27 12:44:21,332 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/7dbfb605-3573-4a9a-857b-b98844caaeb6/add_router_interface.json used request id req-4322c6f2-a5cc-4073-ad39-b1bf854d2325 2018-08-27 12:44:21,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.84868001938s 2018-08-27 12:44:21,332 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/7dbfb605-3573-4a9a-857b-b98844caaeb6/add_router_interface.json used request id req-4322c6f2-a5cc-4073-ad39-b1bf854d2325 returning object 7dbfb605-3573-4a9a-857b-b98844caaeb6 2018-08-27 12:44:21,332 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 12:44:21,464 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 12:44:21,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 12:44:21,470 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 12:44:21 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 12:44:21,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:44:21,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2a9db6dcfce4cf1ad98ae918c1674ef262ac3746" 2018-08-27 12:44:21,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-7eff8b93-d796-4f08-8930-4eecf3981098 Date: Mon, 27 Aug 2018 12:44:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:44:21,804 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7eff8b93-d796-4f08-8930-4eecf3981098 2018-08-27 12:44:21,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.331248044968s 2018-08-27 12:44:21,804 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7eff8b93-d796-4f08-8930-4eecf3981098 2018-08-27 12:44:21,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 12:44:21,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2a9db6dcfce4cf1ad98ae918c1674ef262ac3746" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee"}' 2018-08-27 12:44:22,151 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 940 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/0fa67750-779b-4814-833d-f58362136ef9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-30af3a89-40d8-4a8b-a613-36da7599592d Date: Mon, 27 Aug 2018 12:44:22 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:44:22Z", "file": "/v2/images/0fa67750-779b-4814-833d-f58362136ef9/file", "owner": "0a5cbece877b45d8ae9edf4f3421d54b", "id": "0fa67750-779b-4814-833d-f58362136ef9", "size": null, "self": "/v2/images/0fa67750-779b-4814-833d-f58362136ef9", "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_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "checksum": null, "created_at": "2018-08-27T12:44:22Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 12:44:22,151 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-30af3a89-40d8-4a8b-a613-36da7599592d 2018-08-27 12:44:22,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.338903188705s 2018-08-27 12:44:22,152 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-30af3a89-40d8-4a8b-a613-36da7599592d returning object 0fa67750-779b-4814-833d-f58362136ef9 2018-08-27 12:44:22,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 12:44:22,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/0fa67750-779b-4814-833d-f58362136ef9/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}2a9db6dcfce4cf1ad98ae918c1674ef262ac3746" -d '' 2018-08-27 12:44:23,000 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8d7e457a-dd87-468e-b634-1b092007751c Date: Mon, 27 Aug 2018 12:44:23 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 12:44:23,000 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/0fa67750-779b-4814-833d-f58362136ef9/file used request id req-8d7e457a-dd87-468e-b634-1b092007751c 2018-08-27 12:44:23,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.847981929779s 2018-08-27 12:44:23,001 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/0fa67750-779b-4814-833d-f58362136ef9/file used request id req-8d7e457a-dd87-468e-b634-1b092007751c 2018-08-27 12:44:23,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 12:44:23,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2a9db6dcfce4cf1ad98ae918c1674ef262ac3746" 2018-08-27 12:44:23,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-eb959232-4698-49cf-96b1-cadda0dfad95 Date: Mon, 27 Aug 2018 12:44:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:44:22Z", "file": "/v2/images/0fa67750-779b-4814-833d-f58362136ef9/file", "owner": "0a5cbece877b45d8ae9edf4f3421d54b", "id": "0fa67750-779b-4814-833d-f58362136ef9", "size": 12716032, "self": "/v2/images/0fa67750-779b-4814-833d-f58362136ef9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/0fa67750-779b-4814-833d-f58362136ef9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/0fa67750-779b-4814-833d-f58362136ef9/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:44:22Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 12:44:23,290 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-eb959232-4698-49cf-96b1-cadda0dfad95 2018-08-27 12:44:23,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.284577846527s 2018-08-27 12:44:23,291 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-eb959232-4698-49cf-96b1-cadda0dfad95 2018-08-27 12:44:23,293 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/0fa67750-779b-4814-833d-f58362136ef9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0fa67750-779b-4814-833d-f58362136ef9/file', 'owner': u'0a5cbece877b45d8ae9edf4f3421d54b', 'id': u'0fa67750-779b-4814-833d-f58362136ef9', 'size': 12716032, u'self': u'/v2/images/0fa67750-779b-4814-833d-f58362136ef9', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0a5cbece877b45d8ae9edf4f3421d54b', 'name': 'rally_sanity-project_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/0fa67750-779b-4814-833d-f58362136ef9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T12:44:22Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T12:44:22Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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/0fa67750-779b-4814-833d-f58362136ef9', 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_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', 'created': u'2018-08-27T12:44:22Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T12:44:22Z', 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/0fa67750-779b-4814-833d-f58362136ef9', 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_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 12:44:23,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 12:44:23,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "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 12:44:24,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44: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-982e4879-fa60-4a44-813c-fe6cc02e3029 x-compute-request-id: req-982e4879-fa60-4a44-813c-fe6cc02e3029 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/2f62a4d4-013f-4675-b4f6-d53c88a8e642", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/2f62a4d4-013f-4675-b4f6-d53c88a8e642", "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": "2f62a4d4-013f-4675-b4f6-d53c88a8e642"}} 2018-08-27 12:44:24,106 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-982e4879-fa60-4a44-813c-fe6cc02e3029 2018-08-27 12:44:24,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.81143283844s 2018-08-27 12:44:24,106 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-982e4879-fa60-4a44-813c-fe6cc02e3029 2018-08-27 12:44:24,107 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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'd56eab07eebe4995963c4bcc663afcc8', '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'2f62a4d4-013f-4675-b4f6-d53c88a8e642', 'swap': 0}) 2018-08-27 12:44:24,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 12:44:24,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/2f62a4d4-013f-4675-b4f6-d53c88a8e642/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}88c66ce275014fad95cb5bde63fa2007c4df881f" -d '{"extra_specs": {}}' 2018-08-27 12:44:24,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44: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-232dbb0d-f4c0-49b9-af62-ba0f4ef9372b x-compute-request-id: req-232dbb0d-f4c0-49b9-af62-ba0f4ef9372b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 12:44:24,129 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/2f62a4d4-013f-4675-b4f6-d53c88a8e642/os-extra_specs used request id req-232dbb0d-f4c0-49b9-af62-ba0f4ef9372b 2018-08-27 12:44:24,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0216629505157s 2018-08-27 12:44:24,130 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/2f62a4d4-013f-4675-b4f6-d53c88a8e642/os-extra_specs used request id req-232dbb0d-f4c0-49b9-af62-ba0f4ef9372b 2018-08-27 12:44:24,130 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-27 12:44:27,142 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-27 12:44:30,085 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 087a4402-1a85-4441-878c-1b884426709d | 2018-08-27T12:44:29.688486 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 087a4402-1a85-4441-878c-1b884426709d ~/.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 12:44:33,862 - 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 12:44:33,862 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-27 12:44:33,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-27 12:44:33,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2a9db6dcfce4cf1ad98ae918c1674ef262ac3746" 2018-08-27 12:44:34,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44: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-aa5524aa-569d-4be3-9d79-d282ae5e7555 x-compute-request-id: req-aa5524aa-569d-4be3-9d79-d282ae5e7555 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 203}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.5", "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 12:44:34,159 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-aa5524aa-569d-4be3-9d79-d282ae5e7555 2018-08-27 12:44:34,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.295874118805s 2018-08-27 12:44:34,159 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-aa5524aa-569d-4be3-9d79-d282ae5e7555 2018-08-27 12:44:34,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 12:44:34,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "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 12:44:34,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44: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-01cf5348-758e-4b11-8835-e24a3440d35a x-compute-request-id: req-01cf5348-758e-4b11-8835-e24a3440d35a Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fd44cdfa-87e5-4f01-9ec6-53aaa658dfa6", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fd44cdfa-87e5-4f01-9ec6-53aaa658dfa6", "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": "fd44cdfa-87e5-4f01-9ec6-53aaa658dfa6"}} 2018-08-27 12:44:34,216 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-01cf5348-758e-4b11-8835-e24a3440d35a 2018-08-27 12:44:34,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.056104183197s 2018-08-27 12:44:34,216 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-01cf5348-758e-4b11-8835-e24a3440d35a 2018-08-27 12:44:34,217 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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'd56eab07eebe4995963c4bcc663afcc8', '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'fd44cdfa-87e5-4f01-9ec6-53aaa658dfa6', 'swap': 0}) 2018-08-27 12:44:34,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 12:44:34,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/fd44cdfa-87e5-4f01-9ec6-53aaa658dfa6/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}88c66ce275014fad95cb5bde63fa2007c4df881f" -d '{"extra_specs": {}}' 2018-08-27 12:44:34,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 12:44: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-67e445fa-82ec-448b-9b95-adba23af625c x-compute-request-id: req-67e445fa-82ec-448b-9b95-adba23af625c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 12:44:34,233 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/fd44cdfa-87e5-4f01-9ec6-53aaa658dfa6/os-extra_specs used request id req-67e445fa-82ec-448b-9b95-adba23af625c 2018-08-27 12:44:34,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0159521102905s 2018-08-27 12:44:34,233 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/fd44cdfa-87e5-4f01-9ec6-53aaa658dfa6/os-extra_specs used request id req-67e445fa-82ec-448b-9b95-adba23af625c 2018-08-27 12:44:34,233 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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'd56eab07eebe4995963c4bcc663afcc8', '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'fd44cdfa-87e5-4f01-9ec6-53aaa658dfa6', 'swap': 0}) 2018-08-27 12:44:34,233 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-27 12:44:34,233 - 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 12:44:34,234 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-27 12:44:34,240 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-27 12:44:34,241 - 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': '8b437100-4a9a-4a45-8807-1a43c95cb6da', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', 'flavor_name': 'rally_sanity-flavor_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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 12:45:59,741 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 888798e3-f6ff-41f9-abd4-857d7b441ed1 2018-08-27 12:45:59,741 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-27 12:45:59,742 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '888798e3-f6ff-41f9-abd4-857d7b441ed1'] 2018-08-27 12:46:00,710 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 888798e3-f6ff-41f9-abd4-857d7b441ed1 -------------------------------------------------------------------------------- Task 888798e3-f6ff-41f9-abd4-857d7b441ed1: 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 888798e3-f6ff-41f9-abd4-857d7b441ed1 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.578 | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 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.578579 Full duration: 9.903173 -------------------------------------------------------------------------------- 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 888798e3-f6ff-41f9-abd4-857d7b441ed1 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 | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 100.0% | 1 | | total | 1.56 | 1.56 | 1.56 | 1.56 | 1.56 | 1.56 | 100.0% | 1 | | -> duration | 1.56 | 1.56 | 1.56 | 1.56 | 1.56 | 1.56 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.56018 Full duration: 10.900063 -------------------------------------------------------------------------------- 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 888798e3-f6ff-41f9-abd4-857d7b441ed1 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.967 | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 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.410616 Full duration: 10.757746 -------------------------------------------------------------------------------- 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 888798e3-f6ff-41f9-abd4-857d7b441ed1 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.631 | 1.631 | 1.631 | 1.631 | 1.631 | 1.631 | 100.0% | 1 | | total | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 100.0% | 1 | | -> duration | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.08762 Full duration: 11.696855 -------------------------------------------------------------------------------- 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 888798e3-f6ff-41f9-abd4-857d7b441ed1 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.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | total | 1.252 | 1.252 | 1.252 | 1.252 | 1.252 | 1.252 | 100.0% | 1 | | -> duration | 1.252 | 1.252 | 1.252 | 1.252 | 1.252 | 1.252 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.252272 Full duration: 10.9082 -------------------------------------------------------------------------------- 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 888798e3-f6ff-41f9-abd4-857d7b441ed1 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.318 | 0.318 | 0.318 | 0.318 | 0.318 | 0.318 | 100.0% | 1 | | total | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> duration | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.810001 Full duration: 10.403508 HINTS: * To plot HTML graphics with this data, run: rally task report 888798e3-f6ff-41f9-abd4-857d7b441ed1 --out output.html * To generate a JUnit report, run: rally task export 888798e3-f6ff-41f9-abd4-857d7b441ed1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 888798e3-f6ff-41f9-abd4-857d7b441ed1 --json --out output.json 2018-08-27 12:46:00,710 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '888798e3-f6ff-41f9-abd4-857d7b441ed1', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-27 12:46:03,404 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 888798e3-f6ff-41f9-abd4-857d7b441ed1 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-27 12:46:03.265 766 INFO rally.api [-] Building 'json' report for the following task(s): '888798e3-f6ff-41f9-abd4-857d7b441ed1'. 2018-08-27 12:46:03.270 766 INFO rally.api [-] The report has been successfully built. 2018-08-27 12:46:03,405 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '888798e3-f6ff-41f9-abd4-857d7b441ed1', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-27 12:46:06,090 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 888798e3-f6ff-41f9-abd4-857d7b441ed1 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-27 12:46:05.933 769 INFO rally.api [-] Building 'html' report for the following task(s): '888798e3-f6ff-41f9-abd4-857d7b441ed1'. 2018-08-27 12:46:05.956 769 INFO rally.api [-] The report has been successfully built. 2018-08-27 12:46:06,098 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-27 12:46:06,098 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-27 12:46:06,099 - 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 12:46:06,099 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-27 12:46:06,112 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-27 12:46:06,113 - 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': '8b437100-4a9a-4a45-8807-1a43c95cb6da', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', 'flavor_name': 'rally_sanity-flavor_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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 12:48:02,432 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : fae24c02-6940-45c1-a28c-ff6ca06f13e6 2018-08-27 12:48:02,432 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'fae24c02-6940-45c1-a28c-ff6ca06f13e6'] 2018-08-27 12:48:03,417 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid fae24c02-6940-45c1-a28c-ff6ca06f13e6 -------------------------------------------------------------------------------- Task fae24c02-6940-45c1-a28c-ff6ca06f13e6: 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 fae24c02-6940-45c1-a28c-ff6ca06f13e6 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.259 | 4.259 | 4.259 | 4.259 | 4.259 | 4.259 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | -> glance_v2.upload_data | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | glance_v2.delete_image | 1.125 | 1.125 | 1.125 | 1.125 | 1.125 | 1.125 | 100.0% | 1 | | total | 5.385 | 5.385 | 5.385 | 5.385 | 5.385 | 5.385 | 100.0% | 1 | | -> duration | 5.385 | 5.385 | 5.385 | 5.385 | 5.385 | 5.385 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.385119 Full duration: 16.980953 -------------------------------------------------------------------------------- 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 fae24c02-6940-45c1-a28c-ff6ca06f13e6 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.338 | 4.338 | 4.338 | 4.338 | 4.338 | 4.338 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | -> glance_v2.upload_data | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | glance_v2.list_images | 0.425 | 0.425 | 0.425 | 0.425 | 0.425 | 0.425 | 100.0% | 1 | | total | 4.763 | 4.763 | 4.763 | 4.763 | 4.763 | 4.763 | 100.0% | 1 | | -> duration | 4.763 | 4.763 | 4.763 | 4.763 | 4.763 | 4.763 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.763168 Full duration: 19.544404 -------------------------------------------------------------------------------- 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 fae24c02-6940-45c1-a28c-ff6ca06f13e6 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.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | total | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> duration | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.58135 Full duration: 10.977168 -------------------------------------------------------------------------------- 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": "8b437100-4a9a-4a45-8807-1a43c95cb6da" } ], "flavor": { "name": "rally_sanity-flavor_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task fae24c02-6940-45c1-a28c-ff6ca06f13e6 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.402 | 4.402 | 4.402 | 4.402 | 4.402 | 4.402 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | -> glance_v2.upload_data | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | nova.boot_servers | 19.217 | 19.217 | 19.217 | 19.217 | 19.217 | 19.217 | 100.0% | 1 | | total | 23.62 | 23.62 | 23.62 | 23.62 | 23.62 | 23.62 | 100.0% | 1 | | -> duration | 22.62 | 22.62 | 22.62 | 22.62 | 22.62 | 22.62 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 22.620405 Full duration: 47.242353 HINTS: * To plot HTML graphics with this data, run: rally task report fae24c02-6940-45c1-a28c-ff6ca06f13e6 --out output.html * To generate a JUnit report, run: rally task export fae24c02-6940-45c1-a28c-ff6ca06f13e6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report fae24c02-6940-45c1-a28c-ff6ca06f13e6 --json --out output.json 2018-08-27 12:48:03,417 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'fae24c02-6940-45c1-a28c-ff6ca06f13e6', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-27 12:48:05,918 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid fae24c02-6940-45c1-a28c-ff6ca06f13e6 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-27 12:48:05.815 1322 INFO rally.api [-] Building 'json' report for the following task(s): 'fae24c02-6940-45c1-a28c-ff6ca06f13e6'. 2018-08-27 12:48:05.820 1322 INFO rally.api [-] The report has been successfully built. 2018-08-27 12:48:05,918 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'fae24c02-6940-45c1-a28c-ff6ca06f13e6', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-27 12:48:08,568 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid fae24c02-6940-45c1-a28c-ff6ca06f13e6 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-27 12:48:08.413 1325 INFO rally.api [-] Building 'html' report for the following task(s): 'fae24c02-6940-45c1-a28c-ff6ca06f13e6'. 2018-08-27 12:48:08.434 1325 INFO rally.api [-] The report has been successfully built. 2018-08-27 12:48:08,575 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-27 12:48:08,575 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-27 12:48:08,576 - 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 12:48:08,576 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-27 12:48:08,589 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-27 12:48:08,590 - 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': '8b437100-4a9a-4a45-8807-1a43c95cb6da', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', 'flavor_name': 'rally_sanity-flavor_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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 12:52:05,923 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d5db42c9-b060-4151-a66d-864a0b9b8773 2018-08-27 12:52:05,924 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd5db42c9-b060-4151-a66d-864a0b9b8773'] 2018-08-27 12:52:06,918 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d5db42c9-b060-4151-a66d-864a0b9b8773 -------------------------------------------------------------------------------- Task d5db42c9-b060-4151-a66d-864a0b9b8773: 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 d5db42c9-b060-4151-a66d-864a0b9b8773 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.441 | 3.441 | 3.441 | 3.441 | 3.441 | 3.441 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.958 | 2.958 | 2.958 | 2.958 | 2.958 | 2.958 | 100.0% | 1 | | total | 6.399 | 6.399 | 6.399 | 6.399 | 6.399 | 6.399 | 100.0% | 1 | | -> duration | 6.399 | 6.399 | 6.399 | 6.399 | 6.399 | 6.399 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.399172 Full duration: 26.021319 -------------------------------------------------------------------------------- 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 d5db42c9-b060-4151-a66d-864a0b9b8773 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.64 | 4.64 | 4.64 | 4.64 | 4.64 | 4.64 | 100.0% | 1 | | cinder_v2.delete_volume | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | total | 5.312 | 5.312 | 5.312 | 5.312 | 5.312 | 5.312 | 100.0% | 1 | | -> duration | 5.312 | 5.312 | 5.312 | 5.312 | 5.312 | 5.312 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.311707 Full duration: 18.706878 -------------------------------------------------------------------------------- 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_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d5db42c9-b060-4151-a66d-864a0b9b8773 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.91 | 9.91 | 9.91 | 9.91 | 9.91 | 9.91 | 100.0% | 1 | | cinder_v2.delete_volume | 0.391 | 0.391 | 0.391 | 0.391 | 0.391 | 0.391 | 100.0% | 1 | | total | 10.302 | 10.302 | 10.302 | 10.302 | 10.302 | 10.302 | 100.0% | 1 | | -> duration | 10.302 | 10.302 | 10.302 | 10.302 | 10.302 | 10.302 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.301954 Full duration: 24.952509 -------------------------------------------------------------------------------- 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 d5db42c9-b060-4151-a66d-864a0b9b8773 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.61 | 3.61 | 3.61 | 3.61 | 3.61 | 3.61 | 100.0% | 1 | | cinder_v2.delete_volume | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | total | 4.26 | 4.26 | 4.26 | 4.26 | 4.26 | 4.26 | 100.0% | 1 | | -> duration | 4.26 | 4.26 | 4.26 | 4.26 | 4.26 | 4.26 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.260435 Full duration: 18.022552 -------------------------------------------------------------------------------- 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 d5db42c9-b060-4151-a66d-864a0b9b8773 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.539 | 3.539 | 3.539 | 3.539 | 3.539 | 3.539 | 100.0% | 1 | | cinder_v2.extend_volume | 2.766 | 2.766 | 2.766 | 2.766 | 2.766 | 2.766 | 100.0% | 1 | | cinder_v2.delete_volume | 2.712 | 2.712 | 2.712 | 2.712 | 2.712 | 2.712 | 100.0% | 1 | | total | 9.018 | 9.018 | 9.018 | 9.018 | 9.018 | 9.018 | 100.0% | 1 | | -> duration | 9.018 | 9.018 | 9.018 | 9.018 | 9.018 | 9.018 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.018082 Full duration: 22.178586 -------------------------------------------------------------------------------- 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 d5db42c9-b060-4151-a66d-864a0b9b8773 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.508 | 3.508 | 3.508 | 3.508 | 3.508 | 3.508 | 100.0% | 1 | | cinder_v2.delete_volume | 3.039 | 3.039 | 3.039 | 3.039 | 3.039 | 3.039 | 100.0% | 1 | | total | 6.547 | 6.547 | 6.547 | 6.547 | 6.547 | 6.547 | 100.0% | 1 | | -> duration | 6.547 | 6.547 | 6.547 | 6.547 | 6.547 | 6.547 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.547233 Full duration: 26.613088 -------------------------------------------------------------------------------- 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 d5db42c9-b060-4151-a66d-864a0b9b8773 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.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | cinder_v2.list_qos | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 100.0% | 1 | | total | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 100.0% | 1 | | -> duration | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.045745 Full duration: 16.575928 -------------------------------------------------------------------------------- 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 d5db42c9-b060-4151-a66d-864a0b9b8773 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.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | cinder_v2.set_qos | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 100.0% | 1 | | total | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 100.0% | 1 | | -> duration | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.063767 Full duration: 16.517682 -------------------------------------------------------------------------------- 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 d5db42c9-b060-4151-a66d-864a0b9b8773 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.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | cinder_v2.list_types | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | total | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | -> duration | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.137517 Full duration: 16.885738 -------------------------------------------------------------------------------- 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 d5db42c9-b060-4151-a66d-864a0b9b8773 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.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 100.0% | 1 | | total | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 100.0% | 1 | | -> duration | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.08133 Full duration: 16.536442 HINTS: * To plot HTML graphics with this data, run: rally task report d5db42c9-b060-4151-a66d-864a0b9b8773 --out output.html * To generate a JUnit report, run: rally task export d5db42c9-b060-4151-a66d-864a0b9b8773 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d5db42c9-b060-4151-a66d-864a0b9b8773 --json --out output.json 2018-08-27 12:52:06,919 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd5db42c9-b060-4151-a66d-864a0b9b8773', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-27 12:52:09,641 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d5db42c9-b060-4151-a66d-864a0b9b8773 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-27 12:52:09.496 3114 INFO rally.api [-] Building 'json' report for the following task(s): 'd5db42c9-b060-4151-a66d-864a0b9b8773'. 2018-08-27 12:52:09.505 3114 INFO rally.api [-] The report has been successfully built. 2018-08-27 12:52:09,642 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd5db42c9-b060-4151-a66d-864a0b9b8773', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-27 12:52:12,430 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d5db42c9-b060-4151-a66d-864a0b9b8773 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-27 12:52:12.267 3117 INFO rally.api [-] Building 'html' report for the following task(s): 'd5db42c9-b060-4151-a66d-864a0b9b8773'. 2018-08-27 12:52:12.294 3117 INFO rally.api [-] The report has been successfully built. 2018-08-27 12:52:12,444 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-27 12:52:12,445 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-08-27 12:52:12,445 - 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 12:52:12,445 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-27 12:52:12,458 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-27 12:52:12,459 - 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': '8b437100-4a9a-4a45-8807-1a43c95cb6da', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', 'flavor_name': 'rally_sanity-flavor_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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 12:54:48,567 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ec16f029-3eb3-4f81-8190-d45d83410bf4 2018-08-27 12:54:48,568 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'ec16f029-3eb3-4f81-8190-d45d83410bf4'] 2018-08-27 12:54:49,597 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid ec16f029-3eb3-4f81-8190-d45d83410bf4 -------------------------------------------------------------------------------- Task ec16f029-3eb3-4f81-8190-d45d83410bf4: 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 ec16f029-3eb3-4f81-8190-d45d83410bf4 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.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | total | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> duration | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.889289 Full duration: 10.763114 -------------------------------------------------------------------------------- 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 ec16f029-3eb3-4f81-8190-d45d83410bf4 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.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | total | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> duration | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.728036 Full duration: 10.42407 -------------------------------------------------------------------------------- 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 ec16f029-3eb3-4f81-8190-d45d83410bf4 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.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | total | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> duration | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.831279 Full duration: 10.314483 -------------------------------------------------------------------------------- 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 ec16f029-3eb3-4f81-8190-d45d83410bf4 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.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.335 | 0.335 | 0.335 | 0.335 | 0.335 | 0.335 | 100.0% | 1 | | total | 1.082 | 1.082 | 1.082 | 1.082 | 1.082 | 1.082 | 100.0% | 1 | | -> duration | 1.082 | 1.082 | 1.082 | 1.082 | 1.082 | 1.082 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.082388 Full duration: 10.998828 -------------------------------------------------------------------------------- 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 ec16f029-3eb3-4f81-8190-d45d83410bf4 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.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | total | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> duration | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.70886 Full duration: 10.193437 -------------------------------------------------------------------------------- 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 ec16f029-3eb3-4f81-8190-d45d83410bf4 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.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 100.0% | 1 | | total | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 100.0% | 1 | | -> duration | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.027512 Full duration: 11.238642 -------------------------------------------------------------------------------- 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 ec16f029-3eb3-4f81-8190-d45d83410bf4 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.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | total | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | -> duration | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.674213 Full duration: 10.267158 -------------------------------------------------------------------------------- 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 ec16f029-3eb3-4f81-8190-d45d83410bf4 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.52 | 1.52 | 1.52 | 1.52 | 1.52 | 1.52 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.431 | 0.431 | 0.431 | 0.431 | 0.431 | 0.431 | 100.0% | 1 | | total | 1.951 | 1.951 | 1.951 | 1.951 | 1.951 | 1.951 | 100.0% | 1 | | -> duration | 1.951 | 1.951 | 1.951 | 1.951 | 1.951 | 1.951 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.951238 Full duration: 12.222162 -------------------------------------------------------------------------------- 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 ec16f029-3eb3-4f81-8190-d45d83410bf4 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.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | total | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | -> duration | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.711895 Full duration: 10.358153 -------------------------------------------------------------------------------- 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 ec16f029-3eb3-4f81-8190-d45d83410bf4 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 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | gnocchi.delete_metric | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 100.0% | 1 | | total | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 100.0% | 1 | | -> duration | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.274293 Full duration: 11.391448 -------------------------------------------------------------------------------- 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 ec16f029-3eb3-4f81-8190-d45d83410bf4 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.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | gnocchi.delete_resource | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | total | 1.096 | 1.096 | 1.096 | 1.096 | 1.096 | 1.096 | 100.0% | 1 | | -> duration | 1.096 | 1.096 | 1.096 | 1.096 | 1.096 | 1.096 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.096069 Full duration: 11.216579 HINTS: * To plot HTML graphics with this data, run: rally task report ec16f029-3eb3-4f81-8190-d45d83410bf4 --out output.html * To generate a JUnit report, run: rally task export ec16f029-3eb3-4f81-8190-d45d83410bf4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ec16f029-3eb3-4f81-8190-d45d83410bf4 --json --out output.json 2018-08-27 12:54:49,597 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'ec16f029-3eb3-4f81-8190-d45d83410bf4', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.json'] 2018-08-27 12:54:52,207 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid ec16f029-3eb3-4f81-8190-d45d83410bf4 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.json 2018-08-27 12:54:52.061 4252 INFO rally.api [-] Building 'json' report for the following task(s): 'ec16f029-3eb3-4f81-8190-d45d83410bf4'. 2018-08-27 12:54:52.070 4252 INFO rally.api [-] The report has been successfully built. 2018-08-27 12:54:52,208 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'ec16f029-3eb3-4f81-8190-d45d83410bf4', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-08-27 12:54:54,907 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid ec16f029-3eb3-4f81-8190-d45d83410bf4 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.html 2018-08-27 12:54:54.753 4255 INFO rally.api [-] Building 'html' report for the following task(s): 'ec16f029-3eb3-4f81-8190-d45d83410bf4'. 2018-08-27 12:54:54.781 4255 INFO rally.api [-] The report has been successfully built. 2018-08-27 12:54:54,920 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-08-27 12:54:54,921 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-27 12:54:54,921 - 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 12:54:54,921 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-27 12:54:54,934 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-27 12:54:54,935 - 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': '8b437100-4a9a-4a45-8807-1a43c95cb6da', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', 'flavor_name': 'rally_sanity-flavor_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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 12:57:23,386 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8f3f0724-9380-47fd-b5b1-fc80f2fecce3 2018-08-27 12:57:23,386 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '8f3f0724-9380-47fd-b5b1-fc80f2fecce3'] 2018-08-27 12:57:24,359 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 8f3f0724-9380-47fd-b5b1-fc80f2fecce3 -------------------------------------------------------------------------------- Task 8f3f0724-9380-47fd-b5b1-fc80f2fecce3: 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 8f3f0724-9380-47fd-b5b1-fc80f2fecce3 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.284 | 8.284 | 8.284 | 8.284 | 8.284 | 8.284 | 100.0% | 1 | | heat.update_stack | 5.843 | 5.843 | 5.843 | 5.843 | 5.843 | 5.843 | 100.0% | 1 | | heat.delete_stack | 5.851 | 5.851 | 5.851 | 5.851 | 5.851 | 5.851 | 100.0% | 1 | | total | 19.978 | 19.978 | 19.978 | 19.978 | 19.978 | 19.978 | 100.0% | 1 | | -> duration | 15.978 | 15.978 | 15.978 | 15.978 | 15.978 | 15.978 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.977572 Full duration: 36.457224 -------------------------------------------------------------------------------- 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 8f3f0724-9380-47fd-b5b1-fc80f2fecce3 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.961 | 6.961 | 6.961 | 6.961 | 6.961 | 6.961 | 100.0% | 1 | | heat.check_stack | 2.358 | 2.358 | 2.358 | 2.358 | 2.358 | 2.358 | 100.0% | 1 | | heat.delete_stack | 2.942 | 2.942 | 2.942 | 2.942 | 2.942 | 2.942 | 100.0% | 1 | | total | 12.261 | 12.261 | 12.261 | 12.261 | 12.261 | 12.261 | 100.0% | 1 | | -> duration | 10.261 | 10.261 | 10.261 | 10.261 | 10.261 | 10.261 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.261019 Full duration: 28.266161 -------------------------------------------------------------------------------- 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 8f3f0724-9380-47fd-b5b1-fc80f2fecce3 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.937 | 6.937 | 6.937 | 6.937 | 6.937 | 6.937 | 100.0% | 1 | | heat.suspend_stack | 2.472 | 2.472 | 2.472 | 2.472 | 2.472 | 2.472 | 100.0% | 1 | | heat.resume_stack | 1.123 | 1.123 | 1.123 | 1.123 | 1.123 | 1.123 | 100.0% | 1 | | heat.delete_stack | 3.343 | 3.343 | 3.343 | 3.343 | 3.343 | 3.343 | 100.0% | 1 | | total | 13.875 | 13.875 | 13.875 | 13.875 | 13.875 | 13.875 | 100.0% | 1 | | -> duration | 11.875 | 11.875 | 11.875 | 11.875 | 11.875 | 11.875 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.875279 Full duration: 29.519326 -------------------------------------------------------------------------------- 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 8f3f0724-9380-47fd-b5b1-fc80f2fecce3 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.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | total | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> duration | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.73041 Full duration: 15.615782 HINTS: * To plot HTML graphics with this data, run: rally task report 8f3f0724-9380-47fd-b5b1-fc80f2fecce3 --out output.html * To generate a JUnit report, run: rally task export 8f3f0724-9380-47fd-b5b1-fc80f2fecce3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8f3f0724-9380-47fd-b5b1-fc80f2fecce3 --json --out output.json 2018-08-27 12:57:24,359 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '8f3f0724-9380-47fd-b5b1-fc80f2fecce3', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-27 12:57:27,071 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 8f3f0724-9380-47fd-b5b1-fc80f2fecce3 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-27 12:57:26.931 5168 INFO rally.api [-] Building 'json' report for the following task(s): '8f3f0724-9380-47fd-b5b1-fc80f2fecce3'. 2018-08-27 12:57:26.936 5168 INFO rally.api [-] The report has been successfully built. 2018-08-27 12:57:27,072 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '8f3f0724-9380-47fd-b5b1-fc80f2fecce3', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-27 12:57:29,804 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 8f3f0724-9380-47fd-b5b1-fc80f2fecce3 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-27 12:57:29.648 5171 INFO rally.api [-] Building 'html' report for the following task(s): '8f3f0724-9380-47fd-b5b1-fc80f2fecce3'. 2018-08-27 12:57:29.670 5171 INFO rally.api [-] The report has been successfully built. 2018-08-27 12:57:29,810 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-27 12:57:29,811 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-27 12:57:29,811 - 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 12:57:29,812 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-27 12:57:29,824 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-27 12:57:29,825 - 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': '8b437100-4a9a-4a45-8807-1a43c95cb6da', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', 'flavor_name': 'rally_sanity-flavor_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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 13:01:47,467 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 05310071-f46b-4628-b8ec-87e0bf38485d 2018-08-27 13:01:47,467 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '05310071-f46b-4628-b8ec-87e0bf38485d'] 2018-08-27 13:01:48,463 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 05310071-f46b-4628-b8ec-87e0bf38485d -------------------------------------------------------------------------------- Task 05310071-f46b-4628-b8ec-87e0bf38485d: 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 05310071-f46b-4628-b8ec-87e0bf38485d 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.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | keystone_v3.add_role | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 100.0% | 1 | | keystone_v3.revoke_role | 0.236 | 0.236 | 0.236 | 0.236 | 0.236 | 0.236 | 100.0% | 1 | | total | 1.306 | 1.306 | 1.306 | 1.306 | 1.306 | 1.306 | 100.0% | 1 | | -> duration | 1.306 | 1.306 | 1.306 | 1.306 | 1.306 | 1.306 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.305514 Full duration: 19.964374 -------------------------------------------------------------------------------- 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 05310071-f46b-4628-b8ec-87e0bf38485d 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.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | keystone_v3.add_role | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 100.0% | 1 | | keystone_v3.list_roles | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 100.0% | 1 | | total | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 100.0% | 1 | | -> duration | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.038308 Full duration: 19.641245 -------------------------------------------------------------------------------- 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 05310071-f46b-4628-b8ec-87e0bf38485d 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 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | keystone_v3.list_projects | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 100.0% | 1 | | total | 1.15 | 1.15 | 1.15 | 1.15 | 1.15 | 1.15 | 100.0% | 1 | | -> duration | 1.15 | 1.15 | 1.15 | 1.15 | 1.15 | 1.15 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.14982 Full duration: 20.072268 -------------------------------------------------------------------------------- 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 05310071-f46b-4628-b8ec-87e0bf38485d 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.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | keystone_v3.delete_role | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 100.0% | 1 | | total | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 100.0% | 1 | | -> duration | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.019778 Full duration: 17.270082 -------------------------------------------------------------------------------- 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 05310071-f46b-4628-b8ec-87e0bf38485d 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.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | keystone_v3.delete_service | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 100.0% | 1 | | total | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | -> duration | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.00639 Full duration: 17.176608 -------------------------------------------------------------------------------- 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 05310071-f46b-4628-b8ec-87e0bf38485d 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.073 | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 100.0% | 1 | | keystone_v3.create_user | 1.195 | 1.195 | 1.195 | 1.195 | 1.195 | 1.195 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 100.0% | 1 | | -> keystone_v3.add_role | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 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.198 | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 100.0% | 1 | | keystone_v3.get_user | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | keystone_v3.get_role | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 100.0% | 1 | | keystone_v3.list_services | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 100.0% | 1 | | keystone_v3.get_services | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | total | 3.593 | 3.593 | 3.593 | 3.593 | 3.593 | 3.593 | 100.0% | 1 | | -> duration | 3.593 | 3.593 | 3.593 | 3.593 | 3.593 | 3.593 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.592832 Full duration: 27.460369 -------------------------------------------------------------------------------- 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 05310071-f46b-4628-b8ec-87e0bf38485d 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.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 100.0% | 1 | | keystone_v3.update_project | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 100.0% | 1 | | keystone_v3.delete_project | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 100.0% | 1 | | total | 1.659 | 1.659 | 1.659 | 1.659 | 1.659 | 1.659 | 100.0% | 1 | | -> duration | 1.659 | 1.659 | 1.659 | 1.659 | 1.659 | 1.659 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.659428 Full duration: 18.029867 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 05310071-f46b-4628-b8ec-87e0bf38485d 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.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 100.0% | 1 | | total | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 100.0% | 1 | | -> duration | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.399709 Full duration: 20.628845 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 05310071-f46b-4628-b8ec-87e0bf38485d 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.249 | 1.249 | 1.249 | 1.249 | 1.249 | 1.249 | 100.0% | 1 | | total | 1.249 | 1.249 | 1.249 | 1.249 | 1.249 | 1.249 | 100.0% | 1 | | -> duration | 1.249 | 1.249 | 1.249 | 1.249 | 1.249 | 1.249 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.249102 Full duration: 19.886325 -------------------------------------------------------------------------------- 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 05310071-f46b-4628-b8ec-87e0bf38485d 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.045 | 1.045 | 1.045 | 1.045 | 1.045 | 1.045 | 100.0% | 1 | | keystone_v3.list_users | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 100.0% | 1 | | total | 1.487 | 1.487 | 1.487 | 1.487 | 1.487 | 1.487 | 100.0% | 1 | | -> duration | 1.487 | 1.487 | 1.487 | 1.487 | 1.487 | 1.487 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.486931 Full duration: 20.129609 -------------------------------------------------------------------------------- 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 05310071-f46b-4628-b8ec-87e0bf38485d 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.193 | 1.193 | 1.193 | 1.193 | 1.193 | 1.193 | 100.0% | 1 | | keystone_v3.create_users | 8.62 | 8.62 | 8.62 | 8.62 | 8.62 | 8.62 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 8.62 | 8.62 | 8.62 | 8.62 | 8.62 | 8.62 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 1.634 | 1.634 | 1.634 | 1.634 | 1.634 | 1.634 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.984 | 1.984 | 1.984 | 1.984 | 1.984 | 1.984 | 100.0% | 1 | | total | 11.532 | 11.532 | 11.532 | 11.532 | 11.532 | 11.532 | 100.0% | 1 | | -> duration | 11.532 | 11.532 | 11.532 | 11.532 | 11.532 | 11.532 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.532498 Full duration: 32.805511 HINTS: * To plot HTML graphics with this data, run: rally task report 05310071-f46b-4628-b8ec-87e0bf38485d --out output.html * To generate a JUnit report, run: rally task export 05310071-f46b-4628-b8ec-87e0bf38485d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 05310071-f46b-4628-b8ec-87e0bf38485d --json --out output.json 2018-08-27 13:01:48,463 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '05310071-f46b-4628-b8ec-87e0bf38485d', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-27 13:01:51,199 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 05310071-f46b-4628-b8ec-87e0bf38485d --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-27 13:01:51.052 7086 INFO rally.api [-] Building 'json' report for the following task(s): '05310071-f46b-4628-b8ec-87e0bf38485d'. 2018-08-27 13:01:51.062 7086 INFO rally.api [-] The report has been successfully built. 2018-08-27 13:01:51,199 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '05310071-f46b-4628-b8ec-87e0bf38485d', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-27 13:01:53,918 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 05310071-f46b-4628-b8ec-87e0bf38485d --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-27 13:01:53.752 7089 INFO rally.api [-] Building 'html' report for the following task(s): '05310071-f46b-4628-b8ec-87e0bf38485d'. 2018-08-27 13:01:53.782 7089 INFO rally.api [-] The report has been successfully built. 2018-08-27 13:01:53,935 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-27 13:01:53,935 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-27 13:01:53,935 - 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 13:01:53,936 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-27 13:01:53,948 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-27 13:01:53,949 - 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': '8b437100-4a9a-4a45-8807-1a43c95cb6da', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', 'flavor_name': 'rally_sanity-flavor_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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 13:10:21,360 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 92d48555-3983-42e8-8eee-7a67d0772d2a 2018-08-27 13:10:21,360 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '92d48555-3983-42e8-8eee-7a67d0772d2a'] 2018-08-27 13:10:22,432 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 92d48555-3983-42e8-8eee-7a67d0772d2a -------------------------------------------------------------------------------- Task 92d48555-3983-42e8-8eee-7a67d0772d2a: 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 92d48555-3983-42e8-8eee-7a67d0772d2a 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.256 | 1.256 | 1.256 | 1.256 | 1.256 | 1.256 | 100.0% | 1 | | neutron.delete_network | 1.18 | 1.18 | 1.18 | 1.18 | 1.18 | 1.18 | 100.0% | 1 | | total | 2.436 | 2.436 | 2.436 | 2.436 | 2.436 | 2.436 | 100.0% | 1 | | -> duration | 2.436 | 2.436 | 2.436 | 2.436 | 2.436 | 2.436 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.435971 Full duration: 20.124412 -------------------------------------------------------------------------------- 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 92d48555-3983-42e8-8eee-7a67d0772d2a 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.955 | 1.955 | 1.955 | 1.955 | 1.955 | 1.955 | 100.0% | 1 | | neutron.delete_port | 1.14 | 1.14 | 1.14 | 1.14 | 1.14 | 1.14 | 100.0% | 1 | | total | 3.095 | 3.095 | 3.095 | 3.095 | 3.095 | 3.095 | 100.0% | 1 | | -> duration | 3.095 | 3.095 | 3.095 | 3.095 | 3.095 | 3.095 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.095358 Full duration: 48.958944 -------------------------------------------------------------------------------- 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 92d48555-3983-42e8-8eee-7a67d0772d2a 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.009 | 1.009 | 1.009 | 1.009 | 1.009 | 1.009 | 100.0% | 1 | | neutron.create_subnet | 1.052 | 1.052 | 1.052 | 1.052 | 1.052 | 1.052 | 100.0% | 1 | | neutron.create_router | 3.954 | 3.954 | 3.954 | 3.954 | 3.954 | 3.954 | 100.0% | 1 | | neutron.add_interface_router | 2.953 | 2.953 | 2.953 | 2.953 | 2.953 | 2.953 | 100.0% | 1 | | neutron.remove_interface_router | 4.527 | 4.527 | 4.527 | 4.527 | 4.527 | 4.527 | 100.0% | 1 | | neutron.delete_router | 2.594 | 2.594 | 2.594 | 2.594 | 2.594 | 2.594 | 100.0% | 1 | | total | 16.088 | 16.088 | 16.088 | 16.088 | 16.088 | 16.088 | 100.0% | 1 | | -> duration | 16.088 | 16.088 | 16.088 | 16.088 | 16.088 | 16.088 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.088319 Full duration: 68.251115 -------------------------------------------------------------------------------- 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 92d48555-3983-42e8-8eee-7a67d0772d2a 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.57 | 1.57 | 1.57 | 1.57 | 1.57 | 1.57 | 100.0% | 1 | | neutron.delete_subnet | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | total | 2.333 | 2.333 | 2.333 | 2.333 | 2.333 | 2.333 | 100.0% | 1 | | -> duration | 2.333 | 2.333 | 2.333 | 2.333 | 2.333 | 2.333 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.333454 Full duration: 48.955557 -------------------------------------------------------------------------------- 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 92d48555-3983-42e8-8eee-7a67d0772d2a 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.988 | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 100.0% | 1 | | neutron.list_networks | 0.372 | 0.372 | 0.372 | 0.372 | 0.372 | 0.372 | 100.0% | 1 | | total | 1.36 | 1.36 | 1.36 | 1.36 | 1.36 | 1.36 | 100.0% | 1 | | -> duration | 1.36 | 1.36 | 1.36 | 1.36 | 1.36 | 1.36 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.360395 Full duration: 21.719071 -------------------------------------------------------------------------------- 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 92d48555-3983-42e8-8eee-7a67d0772d2a 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.651 | 1.651 | 1.651 | 1.651 | 1.651 | 1.651 | 100.0% | 1 | | neutron.list_ports | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | total | 1.988 | 1.988 | 1.988 | 1.988 | 1.988 | 1.988 | 100.0% | 1 | | -> duration | 1.988 | 1.988 | 1.988 | 1.988 | 1.988 | 1.988 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.988407 Full duration: 52.861463 -------------------------------------------------------------------------------- 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 92d48555-3983-42e8-8eee-7a67d0772d2a 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.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | neutron.create_subnet | 1.282 | 1.282 | 1.282 | 1.282 | 1.282 | 1.282 | 100.0% | 1 | | neutron.create_router | 3.953 | 3.953 | 3.953 | 3.953 | 3.953 | 3.953 | 100.0% | 1 | | neutron.add_interface_router | 3.258 | 3.258 | 3.258 | 3.258 | 3.258 | 3.258 | 100.0% | 1 | | neutron.list_routers | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 100.0% | 1 | | total | 9.754 | 9.754 | 9.754 | 9.754 | 9.754 | 9.754 | 100.0% | 1 | | -> duration | 9.754 | 9.754 | 9.754 | 9.754 | 9.754 | 9.754 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.753938 Full duration: 70.567378 -------------------------------------------------------------------------------- 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 92d48555-3983-42e8-8eee-7a67d0772d2a 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.188 | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 100.0% | 1 | | neutron.create_subnet | 1.269 | 1.269 | 1.269 | 1.269 | 1.269 | 1.269 | 100.0% | 1 | | neutron.list_subnets | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | total | 2.809 | 2.809 | 2.809 | 2.809 | 2.809 | 2.809 | 100.0% | 1 | | -> duration | 2.809 | 2.809 | 2.809 | 2.809 | 2.809 | 2.809 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.80949 Full duration: 57.690313 -------------------------------------------------------------------------------- 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 92d48555-3983-42e8-8eee-7a67d0772d2a 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.967 | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 100.0% | 1 | | neutron.delete_security_group | 0.405 | 0.405 | 0.405 | 0.405 | 0.405 | 0.405 | 100.0% | 1 | | total | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 100.0% | 1 | | -> duration | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.371728 Full duration: 19.941939 -------------------------------------------------------------------------------- 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 92d48555-3983-42e8-8eee-7a67d0772d2a 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.953 | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 100.0% | 1 | | neutron.create_security_group_rule | 0.424 | 0.424 | 0.424 | 0.424 | 0.424 | 0.424 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | neutron.delete_security_group | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | total | 2.933 | 2.933 | 2.933 | 2.933 | 2.933 | 2.933 | 100.0% | 1 | | -> duration | 2.933 | 2.933 | 2.933 | 2.933 | 2.933 | 2.933 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.932576 Full duration: 21.943487 -------------------------------------------------------------------------------- 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 92d48555-3983-42e8-8eee-7a67d0772d2a 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.032 | 1.032 | 1.032 | 1.032 | 1.032 | 1.032 | 100.0% | 1 | | neutron.create_router | 4.751 | 4.751 | 4.751 | 4.751 | 4.751 | 4.751 | 100.0% | 1 | | neutron.add_gateway_router | 3.259 | 3.259 | 3.259 | 3.259 | 3.259 | 3.259 | 100.0% | 1 | | neutron.remove_gateway_router | 3.298 | 3.298 | 3.298 | 3.298 | 3.298 | 3.298 | 100.0% | 1 | | total | 12.34 | 12.34 | 12.34 | 12.34 | 12.34 | 12.34 | 100.0% | 1 | | -> duration | 12.34 | 12.34 | 12.34 | 12.34 | 12.34 | 12.34 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.340438 Full duration: 45.206465 HINTS: * To plot HTML graphics with this data, run: rally task report 92d48555-3983-42e8-8eee-7a67d0772d2a --out output.html * To generate a JUnit report, run: rally task export 92d48555-3983-42e8-8eee-7a67d0772d2a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 92d48555-3983-42e8-8eee-7a67d0772d2a --json --out output.json 2018-08-27 13:10:22,433 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '92d48555-3983-42e8-8eee-7a67d0772d2a', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-27 13:10:25,052 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 92d48555-3983-42e8-8eee-7a67d0772d2a --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-27 13:10:24.903 10384 INFO rally.api [-] Building 'json' report for the following task(s): '92d48555-3983-42e8-8eee-7a67d0772d2a'. 2018-08-27 13:10:24.915 10384 INFO rally.api [-] The report has been successfully built. 2018-08-27 13:10:25,053 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '92d48555-3983-42e8-8eee-7a67d0772d2a', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-27 13:10:27,676 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 92d48555-3983-42e8-8eee-7a67d0772d2a --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-27 13:10:27.509 10387 INFO rally.api [-] Building 'html' report for the following task(s): '92d48555-3983-42e8-8eee-7a67d0772d2a'. 2018-08-27 13:10:27.540 10387 INFO rally.api [-] The report has been successfully built. 2018-08-27 13:10:27,693 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-27 13:10:27,693 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-27 13:10:27,694 - 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 13:10:27,694 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-27 13:10:27,705 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-27 13:10:27,705 - 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': '8b437100-4a9a-4a45-8807-1a43c95cb6da', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', 'flavor_name': 'rally_sanity-flavor_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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 13:11:40,603 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d36f880b-bce1-48d6-88e9-62d91295a6d2 2018-08-27 13:11:40,604 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd36f880b-bce1-48d6-88e9-62d91295a6d2'] 2018-08-27 13:11:41,595 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d36f880b-bce1-48d6-88e9-62d91295a6d2 -------------------------------------------------------------------------------- Task d36f880b-bce1-48d6-88e9-62d91295a6d2: 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_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee" }, "image": { "name": "rally_sanity-img_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee" }, "nics": [ { "net-id": "8b437100-4a9a-4a45-8807-1a43c95cb6da" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d36f880b-bce1-48d6-88e9-62d91295a6d2 has 1 error(s) -------------------------------------------------------------------------------- GetResourceErrorStatus: Resource has ERROR status. Fault: {u'message': u'No valid host was found. ', u'code': 500, u'created': u'2018-08-27T13:11:27Z'} 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 717, in run server = self._boot_server(image, flavor, **kwargs) 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 88, in _boot_server check_interval=CONF.openstack.nova_server_boot_poll_interval File "/usr/lib/python2.7/site-packages/rally/task/utils.py", line 214, in wait_for_status resource = update_resource(resource) File "/usr/lib/python2.7/site-packages/rally/task/utils.py", line 89, in _get_from_manager fault=getattr(res, "fault", "n/a")) GetResourceErrorStatus: Resource has ERROR status. Fault: {u'message': u'No valid host was found. ', u'code': 500, u'created': u'2018-08-27T13:11:27Z'} -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.2 | 7.2 | 7.2 | 7.2 | 7.2 | 7.2 | 0.0% | 1 | | total | 7.2 | 7.2 | 7.2 | 7.2 | 7.2 | 7.2 | 0.0% | 1 | | -> duration | 6.2 | 6.2 | 6.2 | 6.2 | 6.2 | 6.2 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.200261 Full duration: 25.555393 HINTS: * To plot HTML graphics with this data, run: rally task report d36f880b-bce1-48d6-88e9-62d91295a6d2 --out output.html * To generate a JUnit report, run: rally task export d36f880b-bce1-48d6-88e9-62d91295a6d2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d36f880b-bce1-48d6-88e9-62d91295a6d2 --json --out output.json At least one workload did not pass SLA criteria. 2018-08-27 13:11:41,595 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd36f880b-bce1-48d6-88e9-62d91295a6d2', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-27 13:11:44,155 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d36f880b-bce1-48d6-88e9-62d91295a6d2 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-27 13:11:44.054 10622 INFO rally.api [-] Building 'json' report for the following task(s): 'd36f880b-bce1-48d6-88e9-62d91295a6d2'. 2018-08-27 13:11:44.056 10622 INFO rally.api [-] The report has been successfully built. 2018-08-27 13:11:44,155 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd36f880b-bce1-48d6-88e9-62d91295a6d2', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-27 13:11:46,774 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d36f880b-bce1-48d6-88e9-62d91295a6d2 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-27 13:11:46.624 10625 INFO rally.api [-] Building 'html' report for the following task(s): 'd36f880b-bce1-48d6-88e9-62d91295a6d2'. 2018-08-27 13:11:46.642 10625 INFO rally.api [-] The report has been successfully built. 2018-08-27 13:11:46,777 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-08-27 13:11:46,777 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-27 13:11:46,777 - 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 13:11:46,778 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-27 13:11:46,791 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-27 13:11:46,792 - 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': '8b437100-4a9a-4a45-8807-1a43c95cb6da', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', 'flavor_name': 'rally_sanity-flavor_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee', '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 13:12:58,313 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 23d43d41-ddcc-49c2-a49e-e1ab8ca6942b 2018-08-27 13:12:58,314 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '23d43d41-ddcc-49c2-a49e-e1ab8ca6942b'] 2018-08-27 13:12:59,329 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 23d43d41-ddcc-49c2-a49e-e1ab8ca6942b -------------------------------------------------------------------------------- Task 23d43d41-ddcc-49c2-a49e-e1ab8ca6942b: 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 23d43d41-ddcc-49c2-a49e-e1ab8ca6942b 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 | | quotas.delete_quotas | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 100.0% | 1 | | total | 1.156 | 1.156 | 1.156 | 1.156 | 1.156 | 1.156 | 100.0% | 1 | | -> duration | 1.156 | 1.156 | 1.156 | 1.156 | 1.156 | 1.156 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.155956 Full duration: 11.833881 -------------------------------------------------------------------------------- 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 23d43d41-ddcc-49c2-a49e-e1ab8ca6942b 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.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | total | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | -> duration | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.861915 Full duration: 12.569503 -------------------------------------------------------------------------------- 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 23d43d41-ddcc-49c2-a49e-e1ab8ca6942b 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.456 | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 100.0% | 1 | | total | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 100.0% | 1 | | -> duration | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.889932 Full duration: 12.793545 -------------------------------------------------------------------------------- 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 23d43d41-ddcc-49c2-a49e-e1ab8ca6942b 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.665 | 1.665 | 1.665 | 1.665 | 1.665 | 1.665 | 100.0% | 1 | | total | 1.665 | 1.665 | 1.665 | 1.665 | 1.665 | 1.665 | 100.0% | 1 | | -> duration | 1.665 | 1.665 | 1.665 | 1.665 | 1.665 | 1.665 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.664743 Full duration: 12.598571 HINTS: * To plot HTML graphics with this data, run: rally task report 23d43d41-ddcc-49c2-a49e-e1ab8ca6942b --out output.html * To generate a JUnit report, run: rally task export 23d43d41-ddcc-49c2-a49e-e1ab8ca6942b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 23d43d41-ddcc-49c2-a49e-e1ab8ca6942b --json --out output.json 2018-08-27 13:12:59,329 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '23d43d41-ddcc-49c2-a49e-e1ab8ca6942b', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-27 13:13:01,921 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 23d43d41-ddcc-49c2-a49e-e1ab8ca6942b --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-27 13:13:01.786 11138 INFO rally.api [-] Building 'json' report for the following task(s): '23d43d41-ddcc-49c2-a49e-e1ab8ca6942b'. 2018-08-27 13:13:01.790 11138 INFO rally.api [-] The report has been successfully built. 2018-08-27 13:13:01,922 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '23d43d41-ddcc-49c2-a49e-e1ab8ca6942b', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-27 13:13:04,527 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 23d43d41-ddcc-49c2-a49e-e1ab8ca6942b --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-27 13:13:04.407 11141 INFO rally.api [-] Building 'html' report for the following task(s): '23d43d41-ddcc-49c2-a49e-e1ab8ca6942b'. 2018-08-27 13:13:04.427 11141 INFO rally.api [-] The report has been successfully built. 2018-08-27 13:13:04,529 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-27 13:13:04,531 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 01:04 | 6 | 100.00% | | glance | 01:34 | 4 | 100.00% | | cinder | 03:23 | 10 | 100.00% | | gnocchi | 01:59 | 11 | 100.00% | | heat | 01:49 | 4 | 100.00% | | keystone | 03:53 | 11 | 100.00% | | neutron | 07:56 | 11 | 100.00% | | nova | 00:25 | 1 | 0.00% | | quotas | 00:49 | 4 | 100.00% | | | | | | | TOTAL: | 00:22:56 | 62 | 98.39% | +----------------+------------+----------------+-----------+ 2018-08-27 13:13:04,531 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.39% in 8/9 modules 2018-08-27 13:13:04,654 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 13:13:04,655 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 28:55 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-27 13:13:04,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 13:13:04,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 13:13:04,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:13: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-18a6c2d0-1fb1-4f2d-b3b5-32e827a0d112 x-compute-request-id: req-18a6c2d0-1fb1-4f2d-b3b5-32e827a0d112 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/2f62a4d4-013f-4675-b4f6-d53c88a8e642", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/2f62a4d4-013f-4675-b4f6-d53c88a8e642", "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": "2f62a4d4-013f-4675-b4f6-d53c88a8e642"}, {"name": "rally_sanity-flavor_alt_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fd44cdfa-87e5-4f01-9ec6-53aaa658dfa6", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fd44cdfa-87e5-4f01-9ec6-53aaa658dfa6", "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": "fd44cdfa-87e5-4f01-9ec6-53aaa658dfa6"}]} 2018-08-27 13:13:04,961 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-18a6c2d0-1fb1-4f2d-b3b5-32e827a0d112 2018-08-27 13:13:04,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.300558805466s 2018-08-27 13:13:04,962 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-18a6c2d0-1fb1-4f2d-b3b5-32e827a0d112 2018-08-27 13:13:04,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 13:13:04,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/fd44cdfa-87e5-4f01-9ec6-53aaa658dfa6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 13:13:04,994 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 13:13: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-9d943309-7720-47a9-98e3-e30f81bb3bc1 x-compute-request-id: req-9d943309-7720-47a9-98e3-e30f81bb3bc1 Content-Length: 0 Content-Type: application/json 2018-08-27 13:13:04,994 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/fd44cdfa-87e5-4f01-9ec6-53aaa658dfa6 used request id req-9d943309-7720-47a9-98e3-e30f81bb3bc1 2018-08-27 13:13:04,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0298659801483s 2018-08-27 13:13:04,995 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/fd44cdfa-87e5-4f01-9ec6-53aaa658dfa6 used request id req-9d943309-7720-47a9-98e3-e30f81bb3bc1 2018-08-27 13:13:04,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 13:13:04,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/7dbfb605-3573-4a9a-857b-b98844caaeb6/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}2a9db6dcfce4cf1ad98ae918c1674ef262ac3746" -d '{"subnet_id": "cb7be457-ed54-4735-8b09-f62de3428580"}' 2018-08-27 13:13:07,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-391b42e1-e7c9-4203-ab80-9560242fef42 Date: Mon, 27 Aug 2018 13:13:07 GMT RESP BODY: {"network_id": "8b437100-4a9a-4a45-8807-1a43c95cb6da", "tenant_id": "0a5cbece877b45d8ae9edf4f3421d54b", "subnet_id": "cb7be457-ed54-4735-8b09-f62de3428580", "subnet_ids": ["cb7be457-ed54-4735-8b09-f62de3428580"], "port_id": "150911f1-b2e3-49e5-8330-91acd49e05a7", "id": "7dbfb605-3573-4a9a-857b-b98844caaeb6"} 2018-08-27 13:13:07,599 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/7dbfb605-3573-4a9a-857b-b98844caaeb6/remove_router_interface.json used request id req-391b42e1-e7c9-4203-ab80-9560242fef42 2018-08-27 13:13:07,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.60386800766s 2018-08-27 13:13:07,600 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/7dbfb605-3573-4a9a-857b-b98844caaeb6/remove_router_interface.json used request id req-391b42e1-e7c9-4203-ab80-9560242fef42 returning object 7dbfb605-3573-4a9a-857b-b98844caaeb6 2018-08-27 13:13:07,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 13:13:07,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2a9db6dcfce4cf1ad98ae918c1674ef262ac3746" 2018-08-27 13:13:08,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1714 X-Openstack-Request-Id: req-c4d4e2c0-c968-48af-9b8c-4d7c7115319d Date: Mon, 27 Aug 2018 13:13:08 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "68bb65ee0f824b149892348054c9f68c", "created_at": "2018-08-27T12:29:58Z", "admin_state_up": true, "updated_at": "2018-08-27T12:30:00Z", "project_id": "68bb65ee0f824b149892348054c9f68c", "flavor_id": null, "revision_number": 5, "routes": [], "ha": true, "id": "5f2b3f59-4937-4a1e-9745-c0a1bd534e52", "name": "tempest-pretest-check-751874663"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.210"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0a5cbece877b45d8ae9edf4f3421d54b", "created_at": "2018-08-27T12:44:12Z", "admin_state_up": true, "updated_at": "2018-08-27T13:13:06Z", "project_id": "0a5cbece877b45d8ae9edf4f3421d54b", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "7dbfb605-3573-4a9a-857b-b98844caaeb6", "name": "rally_sanity-router_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8a5a8b4d5f5940fc96cabc268dee3f41", "created_at": "2018-08-27T12:31:16Z", "admin_state_up": false, "updated_at": "2018-08-27T12:31:16Z", "project_id": "8a5a8b4d5f5940fc96cabc268dee3f41", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "be90db42-f7d9-481e-ae84-541ea8075bc9", "name": "tempest-router-1267563662"}]} 2018-08-27 13:13:08,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-c4d4e2c0-c968-48af-9b8c-4d7c7115319d 2018-08-27 13:13:08,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.498985052109s 2018-08-27 13:13:08,099 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-c4d4e2c0-c968-48af-9b8c-4d7c7115319d 2018-08-27 13:13:08,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 13:13:08,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/7dbfb605-3573-4a9a-857b-b98844caaeb6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a9db6dcfce4cf1ad98ae918c1674ef262ac3746" 2018-08-27 13:13:12,754 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f2244d80-5d14-44e2-af63-ebc933433615 Content-Length: 0 Date: Mon, 27 Aug 2018 13:13:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 13:13:12,754 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/7dbfb605-3573-4a9a-857b-b98844caaeb6.json used request id req-f2244d80-5d14-44e2-af63-ebc933433615 2018-08-27 13:13:12,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.65367603302s 2018-08-27 13:13:12,754 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/7dbfb605-3573-4a9a-857b-b98844caaeb6.json used request id req-f2244d80-5d14-44e2-af63-ebc933433615 2018-08-27 13:13:12,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 13:13:12,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2a9db6dcfce4cf1ad98ae918c1674ef262ac3746" 2018-08-27 13:13:12,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1928 X-Openstack-Request-Id: req-ec41b43b-1361-4087-b387-cd618c5a717d Date: Mon, 27 Aug 2018 13:13:12 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-27T12:07:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"be54de9c-847e-4a09-971c-0568167e3798","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9e7da560-d286-4d69-b2d6-e7b51586033c","tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:18Z","ip_version":4},{"updated_at":"2018-08-27T12:44:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cb7be457-ed54-4735-8b09-f62de3428580","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"0a5cbece877b45d8ae9edf4f3421d54b","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"rally_sanity-subnet_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee","enable_dhcp":true,"segment_id":null,"network_id":"8b437100-4a9a-4a45-8807-1a43c95cb6da","tenant_id":"0a5cbece877b45d8ae9edf4f3421d54b","created_at":"2018-08-27T12:44:11Z","ip_version":4},{"updated_at":"2018-08-27T12:29:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f8ab667c-7552-4e4b-9adc-256be45daf9b","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant 68bb65ee0f824b149892348054c9f68c","enable_dhcp":false,"segment_id":null,"network_id":"2a625653-7048-4f01-b5b8-ce0af00e6fa0","tenant_id":"","created_at":"2018-08-27T12:29:57Z","ip_version":4}]} 2018-08-27 13:13:12,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-ec41b43b-1361-4087-b387-cd618c5a717d 2018-08-27 13:13:12,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0423619747162s 2018-08-27 13:13:12,797 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-ec41b43b-1361-4087-b387-cd618c5a717d 2018-08-27 13:13:12,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 13:13:12,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/cb7be457-ed54-4735-8b09-f62de3428580.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a9db6dcfce4cf1ad98ae918c1674ef262ac3746" 2018-08-27 13:13:15,252 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-33e7fb83-7e21-4e28-a5e0-cad47d5941ef Date: Mon, 27 Aug 2018 13:13:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 13:13:15,252 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/cb7be457-ed54-4735-8b09-f62de3428580.json used request id req-33e7fb83-7e21-4e28-a5e0-cad47d5941ef 2018-08-27 13:13:15,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.45327782631s 2018-08-27 13:13:15,253 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/cb7be457-ed54-4735-8b09-f62de3428580.json used request id req-33e7fb83-7e21-4e28-a5e0-cad47d5941ef 2018-08-27 13:13:15,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 13:13:15,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2a9db6dcfce4cf1ad98ae918c1674ef262ac3746" 2018-08-27 13:13:15,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2110 X-Openstack-Request-Id: req-ff2251ba-3bb2-4b3f-a722-4208856cf14b Date: Mon, 27 Aug 2018 13:13:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2a625653-7048-4f01-b5b8-ce0af00e6fa0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f8ab667c-7552-4e4b-9adc-256be45daf9b"],"description":"","tags":[],"updated_at":"2018-08-27T12:29:57Z","qos_policy_id":null,"name":"HA network tenant 68bb65ee0f824b149892348054c9f68c","admin_state_up":true,"tenant_id":"","created_at":"2018-08-27T12:29:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8b437100-4a9a-4a45-8807-1a43c95cb6da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":true,"project_id":"0a5cbece877b45d8ae9edf4f3421d54b","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T13:13:14Z","qos_policy_id":null,"name":"rally_sanity-net_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee","admin_state_up":true,"tenant_id":"0a5cbece877b45d8ae9edf4f3421d54b","created_at":"2018-08-27T12:44:10Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 13:13:15,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ff2251ba-3bb2-4b3f-a722-4208856cf14b 2018-08-27 13:13:15,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.547809123993s 2018-08-27 13:13:15,802 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ff2251ba-3bb2-4b3f-a722-4208856cf14b 2018-08-27 13:13:15,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 13:13:15,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/8b437100-4a9a-4a45-8807-1a43c95cb6da.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a9db6dcfce4cf1ad98ae918c1674ef262ac3746" 2018-08-27 13:13:17,362 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c1a358d6-fb2c-4254-b069-829ea6a9a147 Date: Mon, 27 Aug 2018 13:13:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 13:13:17,363 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/8b437100-4a9a-4a45-8807-1a43c95cb6da.json used request id req-c1a358d6-fb2c-4254-b069-829ea6a9a147 2018-08-27 13:13:17,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.55939912796s 2018-08-27 13:13:17,363 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/8b437100-4a9a-4a45-8807-1a43c95cb6da.json used request id req-c1a358d6-fb2c-4254-b069-829ea6a9a147 2018-08-27 13:13:17,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 13:13:17,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2a9db6dcfce4cf1ad98ae918c1674ef262ac3746" 2018-08-27 13:13:17,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-f27f2d6f-4ed7-4f5e-b231-2c980d828c05 Date: Mon, 27 Aug 2018 13:13:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T12:44:22Z", "file": "/v2/images/0fa67750-779b-4814-833d-f58362136ef9/file", "owner": "0a5cbece877b45d8ae9edf4f3421d54b", "id": "0fa67750-779b-4814-833d-f58362136ef9", "size": 12716032, "self": "/v2/images/0fa67750-779b-4814-833d-f58362136ef9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/0fa67750-779b-4814-833d-f58362136ef9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/0fa67750-779b-4814-833d-f58362136ef9/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T12:44:22Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 13:13:17,658 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f27f2d6f-4ed7-4f5e-b231-2c980d828c05 2018-08-27 13:13:17,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.291228055954s 2018-08-27 13:13:17,659 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f27f2d6f-4ed7-4f5e-b231-2c980d828c05 2018-08-27 13:13:17,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 13:13:17,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/0fa67750-779b-4814-833d-f58362136ef9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a9db6dcfce4cf1ad98ae918c1674ef262ac3746" 2018-08-27 13:13:18,738 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-455cb928-8dba-406d-ad90-a0e392e794d8 Date: Mon, 27 Aug 2018 13: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 13:13:18,738 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/0fa67750-779b-4814-833d-f58362136ef9 used request id req-455cb928-8dba-406d-ad90-a0e392e794d8 2018-08-27 13:13:18,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.0771510601s 2018-08-27 13:13:18,738 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/0fa67750-779b-4814-833d-f58362136ef9 used request id req-455cb928-8dba-406d-ad90-a0e392e794d8 2018-08-27 13:13:18,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 13:13:18,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 13:13:18,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13: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-15c6726d-7c94-41c6-a6aa-940b236f2bcd x-compute-request-id: req-15c6726d-7c94-41c6-a6aa-940b236f2bcd Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/2f62a4d4-013f-4675-b4f6-d53c88a8e642", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/2f62a4d4-013f-4675-b4f6-d53c88a8e642", "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": "2f62a4d4-013f-4675-b4f6-d53c88a8e642"}]} 2018-08-27 13:13:18,771 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-15c6726d-7c94-41c6-a6aa-940b236f2bcd 2018-08-27 13:13:18,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0310428142548s 2018-08-27 13:13:18,771 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-15c6726d-7c94-41c6-a6aa-940b236f2bcd 2018-08-27 13:13:18,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 13:13:18,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/2f62a4d4-013f-4675-b4f6-d53c88a8e642 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 13:13:18,820 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 13: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-f4c91e09-95fb-4976-ac07-5b559bf1902e x-compute-request-id: req-f4c91e09-95fb-4976-ac07-5b559bf1902e Content-Length: 0 Content-Type: application/json 2018-08-27 13:13:18,820 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/2f62a4d4-013f-4675-b4f6-d53c88a8e642 used request id req-f4c91e09-95fb-4976-ac07-5b559bf1902e 2018-08-27 13:13:18,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0472509860992s 2018-08-27 13:13:18,820 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/2f62a4d4-013f-4675-b4f6-d53c88a8e642 used request id req-f4c91e09-95fb-4976-ac07-5b559bf1902e 2018-08-27 13:13:18,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 13:13:18,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 13:13:19,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:13:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d336edb-7ab8-45f0-aadc-e0694804b811 Content-Encoding: gzip Content-Length: 972 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "links": {"self": "http://172.30.9.28:5000/v3/users/c3df4e5848b34d63bc5912a0cd3806d1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c3df4e5848b34d63bc5912a0cd3806d1", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 13:13:19,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9d336edb-7ab8-45f0-aadc-e0694804b811 2018-08-27 13:13:19,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.210904836655s 2018-08-27 13:13:19,033 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9d336edb-7ab8-45f0-aadc-e0694804b811 2018-08-27 13:13:19,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 13:13:19,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/c3df4e5848b34d63bc5912a0cd3806d1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 13:13:19,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87b6844c-1b90-4117-9be4-59cc9444eab9 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee", "links": {"self": "http://172.30.9.28:5000/v3/users/c3df4e5848b34d63bc5912a0cd3806d1"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c3df4e5848b34d63bc5912a0cd3806d1", "description": null}} 2018-08-27 13:13:19,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/c3df4e5848b34d63bc5912a0cd3806d1 used request id req-87b6844c-1b90-4117-9be4-59cc9444eab9 2018-08-27 13:13:19,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.2182970047s 2018-08-27 13:13:19,258 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/c3df4e5848b34d63bc5912a0cd3806d1 used request id req-87b6844c-1b90-4117-9be4-59cc9444eab9 2018-08-27 13:13:19,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 13:13:19,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/c3df4e5848b34d63bc5912a0cd3806d1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 13:13:19,570 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 13:13:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3eb4c188-0e29-4235-9d21-3bcf0f1f78f2 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 13:13:19,570 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c3df4e5848b34d63bc5912a0cd3806d1 used request id req-3eb4c188-0e29-4235-9d21-3bcf0f1f78f2 2018-08-27 13:13:19,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.31131696701s 2018-08-27 13:13:19,571 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c3df4e5848b34d63bc5912a0cd3806d1 used request id req-3eb4c188-0e29-4235-9d21-3bcf0f1f78f2 2018-08-27 13:13:19,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 13:13:19,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 13:13:19,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53310894-3bff-4bbf-b9ef-41c9eeab7d29 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a5cbece877b45d8ae9edf4f3421d54b"}, "tags": [], "enabled": true, "id": "0a5cbece877b45d8ae9edf4f3421d54b", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_1456fd0f-e9b0-4d7a-90a1-f5935fe309ee"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-27 13:13:19,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-53310894-3bff-4bbf-b9ef-41c9eeab7d29 2018-08-27 13:13:19,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.191080093384s 2018-08-27 13:13:19,768 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-53310894-3bff-4bbf-b9ef-41c9eeab7d29 2018-08-27 13:13:19,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 13:13:19,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/0a5cbece877b45d8ae9edf4f3421d54b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88c66ce275014fad95cb5bde63fa2007c4df881f" 2018-08-27 13:13:20,062 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 13:13:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d84610c-6599-4ba5-bef5-8e0449e80d69 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 13:13:20,062 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/0a5cbece877b45d8ae9edf4f3421d54b used request id req-2d84610c-6599-4ba5-bef5-8e0449e80d69 2018-08-27 13:13:20,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.288686037064s 2018-08-27 13:13:20,062 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/0a5cbece877b45d8ae9edf4f3421d54b used request id req-2d84610c-6599-4ba5-bef5-8e0449e80d69 2018-08-27 13:13:20,062 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-08-27 13:13:20,124 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-08-27 13:13:20,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 13:13:20,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 13:13:20,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 13:13:20,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 13:13:20,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 13:13:20,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 13:13:20,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 13:13:20,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 13:13:20,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 13:13:20,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 13:13:20,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 13:13:20,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 13:13:20,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 13:13:20,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 13:13:20,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 13:13:20,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 13:13:20,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 13:13:20,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 13:13:20,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 13:13:20,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 13:13:20,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 13:13:20,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 13:13:20,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 13:13:20,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 13:13:20,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 13:13:20,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 13:13:20,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2b1fdb1-bba0-484f-9753-c877e5bd37b7 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 13:13:20,182 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e2b1fdb1-bba0-484f-9753-c877e5bd37b7 2018-08-27 13:13:20,182 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 13:13:20,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T14:13:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["R-aoFWhzQC-PTzj3ZAoa0A"], "issued_at": "2018-08-27T13:13:20.000000Z"}} 2018-08-27 13:13:20,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 13:13:20,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:13:20,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-f5c079dd-b789-4b6b-8dc6-4f07adec364e Date: Mon, 27 Aug 2018 13:13:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 13:13:20,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f5c079dd-b789-4b6b-8dc6-4f07adec364e 2018-08-27 13:13:20,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.345476865768s 2018-08-27 13:13:20,923 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f5c079dd-b789-4b6b-8dc6-4f07adec364e 2018-08-27 13:13:20,923 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-27 13:13:23,789 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-27 13:13:26,621 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 4fad201c-cab1-4d77-9db8-1bf17a79c3ec | 2018-08-27T13:13:26.230711 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 4fad201c-cab1-4d77-9db8-1bf17a79c3ec ~/.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 13:13:30,495 - 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 13:13:30,495 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-27 13:13:33,180 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-27 13:13:36,676 - 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=9d3486a9-e4d7-4316-b857-b30e1f5aea8b) as the default verifier for the future CLI operations. 2018-08-27 13:13:40,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-27 13:13:40,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:13:40,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-79788eb3-bfbc-4fae-867e-cd1c9ba071b1 Date: Mon, 27 Aug 2018 13:13: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": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"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": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"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": "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": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "segment", "updated": "2016-02-24T17:00:00-00:00", "name": "Segment", "links": [], "description": "Segments extension."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"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": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"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": "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": "l3-ha", "updated": "2014-04-26T00:00:00-00:00", "name": "HA Router extension", "links": [], "description": "Adds HA capability to routers."}, {"alias": "filter-validation", "updated": "2018-03-21T10:00:00-00:00", "name": "Filter parameters validation", "links": [], "description": "Provides validation on filter parameters."}, {"alias": "subnet-segmentid-writable", "updated": "2018-03-12T00:00:00-00:00", "name": "Subnet SegmentID (writable)", "links": [], "description": "Provides a writable segment_id attribute for a subnet resource."}, {"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": "l2_adjacency", "updated": "2016-04-12T16:00:00-00:00", "name": "L2 Adjacency", "links": [], "description": "Display L2 Adjacency for Neutron Networks."}, {"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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}, {"alias": "l3-flavors", "updated": "2016-05-17T00:00:00-00:00", "name": "Router Flavor Extension", "links": [], "description": "Flavor support for routers."}, {"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": "standard-attr-segment", "updated": "2018-04-09T10:00:00-00:00", "name": "Standard Attribute Segment Extension", "links": [], "description": "Add standard attributes to Segment resource"}, {"alias": "segments-peer-subnet-host-routes", "updated": "2018-06-12T10:00:00-00:00", "name": "Segments peer-subnet host routes", "links": [], "description": "Add host routes to subnets on a routed network (segments)"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 agents"}, {"alias": "fip-port-details", "updated": "2018-04-09T10:00:00-00:00", "name": "Floating IP Port Details Extension", "links": [], "description": "Add port_details attribute to Floating IP resource"}, {"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Router Availability Zone", "links": [], "description": "Availability zone support for router."}, {"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": "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": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}, {"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": "ip_allocation", "updated": "2016-06-10T23:00:00-00:00", "name": "IP Allocation", "links": [], "description": "IP allocation extension."}, {"alias": "qos-fip", "updated": "2017-07-20T00:00:00-00:00", "name": "Floating IP QoS", "links": [], "description": "The floating IP Quality of Service extension"}, {"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"}]} 2018-08-27 13:13:40,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-79788eb3-bfbc-4fae-867e-cd1c9ba071b1 2018-08-27 13:13:40,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.683419942856s 2018-08-27 13:13:40,732 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-79788eb3-bfbc-4fae-867e-cd1c9ba071b1 2018-08-27 13:13:40,742 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-08-27 13:13:40,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 13:13:40,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" -d '{"network": {"shared": true, "name": "refstack_defcore-net_74441976-5350-4bd9-aa44-ed98f9b1ce43", "admin_state_up": true}}' 2018-08-27 13:13:41,945 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2fa86fd6-48b8-4b68-b143-31e084fea05f Date: Mon, 27 Aug 2018 13:13:41 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4883be63-b8ce-4280-a0bf-5865453da9c7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":true,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T13:13:41Z","is_default":false,"qos_policy_id":null,"name":"refstack_defcore-net_74441976-5350-4bd9-aa44-ed98f9b1ce43","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T13:13:41Z","mtu":1450}} 2018-08-27 13:13:41,945 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-2fa86fd6-48b8-4b68-b143-31e084fea05f 2018-08-27 13:13:41,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.20255422592s 2018-08-27 13:13:41,946 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-2fa86fd6-48b8-4b68-b143-31e084fea05f 2018-08-27 13:13:41,946 - 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-27T13:13:41Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4883be63-b8ce-4280-a0bf-5865453da9c7', u'provider:segmentation_id': 80, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'refstack_defcore-net_74441976-5350-4bd9-aa44-ed98f9b1ce43', u'created_at': u'2018-08-27T13:13:41Z', u'mtu': 1450, u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'd56eab07eebe4995963c4bcc663afcc8', u'l2_adjacency': True}) 2018-08-27 13:13:41,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 13:13:41,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:13:42,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2107 X-Openstack-Request-Id: req-12191bbd-1492-4ae5-8cee-be07614e7973 Date: Mon, 27 Aug 2018 13:13:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2a625653-7048-4f01-b5b8-ce0af00e6fa0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f8ab667c-7552-4e4b-9adc-256be45daf9b"],"description":"","tags":[],"updated_at":"2018-08-27T12:29:57Z","qos_policy_id":null,"name":"HA network tenant 68bb65ee0f824b149892348054c9f68c","admin_state_up":true,"tenant_id":"","created_at":"2018-08-27T12:29:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"4883be63-b8ce-4280-a0bf-5865453da9c7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":true,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T13:13:41Z","qos_policy_id":null,"name":"refstack_defcore-net_74441976-5350-4bd9-aa44-ed98f9b1ce43","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T13:13:41Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 13:13:42,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-12191bbd-1492-4ae5-8cee-be07614e7973 2018-08-27 13:13:42,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.34793806076s 2018-08-27 13:13:42,296 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-12191bbd-1492-4ae5-8cee-be07614e7973 2018-08-27 13:13:42,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 13:13:42,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" -d '{"subnet": {"name": "refstack_defcore-subnet_74441976-5350-4bd9-aa44-ed98f9b1ce43", "enable_dhcp": true, "network_id": "4883be63-b8ce-4280-a0bf-5865453da9c7", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 13:13:43,490 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 702 X-Openstack-Request-Id: req-5dc4781a-7f9e-4b8d-9271-abc686272438 Date: Mon, 27 Aug 2018 13:13:43 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-27T13:13:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f8dfa3eb-4ecd-4fd9-ab6d-df8faad84e41","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d56eab07eebe4995963c4bcc663afcc8","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"refstack_defcore-subnet_74441976-5350-4bd9-aa44-ed98f9b1ce43","enable_dhcp":true,"segment_id":null,"network_id":"4883be63-b8ce-4280-a0bf-5865453da9c7","tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T13:13:43Z","ip_version":4}} 2018-08-27 13:13:43,490 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5dc4781a-7f9e-4b8d-9271-abc686272438 2018-08-27 13:13:43,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.19195389748s 2018-08-27 13:13:43,491 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5dc4781a-7f9e-4b8d-9271-abc686272438 2018-08-27 13:13:43,491 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T13:13:43Z', 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'f8dfa3eb-4ecd-4fd9-ab6d-df8faad84e41', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_74441976-5350-4bd9-aa44-ed98f9b1ce43', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'4883be63-b8ce-4280-a0bf-5865453da9c7', u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'created_at': u'2018-08-27T13:13:43Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd56eab07eebe4995963c4bcc663afcc8'}) 2018-08-27 13:13:43,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 13:13:43,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "refstack_defcore-router_74441976-5350-4bd9-aa44-ed98f9b1ce43", "admin_state_up": true}}' 2018-08-27 13:13:50,240 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-0ff910b3-7595-4c17-b0f2-0b1bba82dfaa Date: Mon, 27 Aug 2018 13:13:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T13:13:44Z", "admin_state_up": true, "updated_at": "2018-08-27T13:13:45Z", "project_id": "d56eab07eebe4995963c4bcc663afcc8", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "a2428b8b-11d4-4207-aafb-bb608051b7b7", "name": "refstack_defcore-router_74441976-5350-4bd9-aa44-ed98f9b1ce43"}} 2018-08-27 13:13:50,241 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-0ff910b3-7595-4c17-b0f2-0b1bba82dfaa 2018-08-27 13:13:50,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.74903202057s 2018-08-27 13:13:50,241 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-0ff910b3-7595-4c17-b0f2-0b1bba82dfaa 2018-08-27 13:13:50,242 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T13:13:45Z', u'revision_number': 3, u'ha': True, u'id': u'a2428b8b-11d4-4207-aafb-bb608051b7b7', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.206'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-router_74441976-5350-4bd9-aa44-ed98f9b1ce43', u'admin_state_up': True, u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'created_at': u'2018-08-27T13:13:44Z', u'flavor_id': None, u'routes': [], u'project_id': u'd56eab07eebe4995963c4bcc663afcc8'}) 2018-08-27 13:13:50,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 13:13:50,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/a2428b8b-11d4-4207-aafb-bb608051b7b7/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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" -d '{"subnet_id": "f8dfa3eb-4ecd-4fd9-ab6d-df8faad84e41"}' 2018-08-27 13:13:53,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-22b35a14-2d04-47fb-8a52-ef0508ee469a Date: Mon, 27 Aug 2018 13:13:53 GMT RESP BODY: {"network_id": "4883be63-b8ce-4280-a0bf-5865453da9c7", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "subnet_id": "f8dfa3eb-4ecd-4fd9-ab6d-df8faad84e41", "subnet_ids": ["f8dfa3eb-4ecd-4fd9-ab6d-df8faad84e41"], "port_id": "5c9350e2-bfd7-447f-bb2f-fed60f26e8b7", "id": "a2428b8b-11d4-4207-aafb-bb608051b7b7"} 2018-08-27 13:13:53,694 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a2428b8b-11d4-4207-aafb-bb608051b7b7/add_router_interface.json used request id req-22b35a14-2d04-47fb-8a52-ef0508ee469a 2018-08-27 13:13:53,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.45157003403s 2018-08-27 13:13:53,694 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a2428b8b-11d4-4207-aafb-bb608051b7b7/add_router_interface.json used request id req-22b35a14-2d04-47fb-8a52-ef0508ee469a returning object a2428b8b-11d4-4207-aafb-bb608051b7b7 2018-08-27 13:13:53,695 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 13:13:53,826 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 13:13:53,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 13:13:53,833 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 13:13:53 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 13:13:53,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 13:13:53,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:13:54,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-24b94f53-d646-4ef1-bea0-a74306f226cd Date: Mon, 27 Aug 2018 13:13:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 13:13:54,553 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-24b94f53-d646-4ef1-bea0-a74306f226cd 2018-08-27 13:13:54,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.715131044388s 2018-08-27 13:13:54,553 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-24b94f53-d646-4ef1-bea0-a74306f226cd 2018-08-27 13:13:54,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 13:13:54,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_74441976-5350-4bd9-aa44-ed98f9b1ce43", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_74441976-5350-4bd9-aa44-ed98f9b1ce43"}' 2018-08-27 13:13:55,336 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 948 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/80f0807f-7c01-4e4f-82cc-733123492dfb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-744bab0f-4989-4e2b-a3b7-76b50eb2950c Date: Mon, 27 Aug 2018 13:13:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:13:55Z", "file": "/v2/images/80f0807f-7c01-4e4f-82cc-733123492dfb/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "80f0807f-7c01-4e4f-82cc-733123492dfb", "size": null, "self": "/v2/images/80f0807f-7c01-4e4f-82cc-733123492dfb", "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_74441976-5350-4bd9-aa44-ed98f9b1ce43", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_74441976-5350-4bd9-aa44-ed98f9b1ce43", "checksum": null, "created_at": "2018-08-27T13:13:55Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 13:13:55,336 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-744bab0f-4989-4e2b-a3b7-76b50eb2950c 2018-08-27 13:13:55,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.774827003479s 2018-08-27 13:13:55,337 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-744bab0f-4989-4e2b-a3b7-76b50eb2950c returning object 80f0807f-7c01-4e4f-82cc-733123492dfb 2018-08-27 13:13:55,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 13:13:55,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/80f0807f-7c01-4e4f-82cc-733123492dfb/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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" -d '' 2018-08-27 13:13:56,537 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d2bd5128-96eb-4ef2-889b-5b0414b5ca00 Date: Mon, 27 Aug 2018 13:13:56 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 13:13:56,538 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/80f0807f-7c01-4e4f-82cc-733123492dfb/file used request id req-d2bd5128-96eb-4ef2-889b-5b0414b5ca00 2018-08-27 13:13:56,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.20066905022s 2018-08-27 13:13:56,539 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/80f0807f-7c01-4e4f-82cc-733123492dfb/file used request id req-d2bd5128-96eb-4ef2-889b-5b0414b5ca00 2018-08-27 13:13:56,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 13:13:56,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:13:56,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-af280d85-86b4-431a-83a9-6c59981f7bd5 Date: Mon, 27 Aug 2018 13:13:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:13:56Z", "file": "/v2/images/80f0807f-7c01-4e4f-82cc-733123492dfb/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "80f0807f-7c01-4e4f-82cc-733123492dfb", "size": 12716032, "self": "/v2/images/80f0807f-7c01-4e4f-82cc-733123492dfb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/80f0807f-7c01-4e4f-82cc-733123492dfb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/80f0807f-7c01-4e4f-82cc-733123492dfb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_74441976-5350-4bd9-aa44-ed98f9b1ce43", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_74441976-5350-4bd9-aa44-ed98f9b1ce43", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T13:13:55Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 13:13:56,833 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-af280d85-86b4-431a-83a9-6c59981f7bd5 2018-08-27 13:13:56,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.286938905716s 2018-08-27 13:13:56,834 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-af280d85-86b4-431a-83a9-6c59981f7bd5 2018-08-27 13:13:56,837 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/80f0807f-7c01-4e4f-82cc-733123492dfb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/80f0807f-7c01-4e4f-82cc-733123492dfb/file', 'owner': u'd56eab07eebe4995963c4bcc663afcc8', 'id': u'80f0807f-7c01-4e4f-82cc-733123492dfb', 'size': 12716032, u'self': u'/v2/images/80f0807f-7c01-4e4f-82cc-733123492dfb', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd56eab07eebe4995963c4bcc663afcc8', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/80f0807f-7c01-4e4f-82cc-733123492dfb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T13:13:56Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T13:13:56Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_74441976-5350-4bd9-aa44-ed98f9b1ce43', '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/80f0807f-7c01-4e4f-82cc-733123492dfb', 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_74441976-5350-4bd9-aa44-ed98f9b1ce43', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_74441976-5350-4bd9-aa44-ed98f9b1ce43', 'created': u'2018-08-27T13:13:55Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T13:13:55Z', 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/80f0807f-7c01-4e4f-82cc-733123492dfb', 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_74441976-5350-4bd9-aa44-ed98f9b1ce43', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 13:13:56,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 13:13:56,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_74441976-5350-4bd9-aa44-ed98f9b1ce43", "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 13:13:57,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:13: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-458999b1-5efc-481a-b7df-bbd77fd25765 x-compute-request-id: req-458999b1-5efc-481a-b7df-bbd77fd25765 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_74441976-5350-4bd9-aa44-ed98f9b1ce43", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/501489e9-9e84-46c8-9580-e0f3635bbd6f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/501489e9-9e84-46c8-9580-e0f3635bbd6f", "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": "501489e9-9e84-46c8-9580-e0f3635bbd6f"}} 2018-08-27 13:13:57,104 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-458999b1-5efc-481a-b7df-bbd77fd25765 2018-08-27 13:13:57,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.265822172165s 2018-08-27 13:13:57,104 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-458999b1-5efc-481a-b7df-bbd77fd25765 2018-08-27 13:13:57,105 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_74441976-5350-4bd9-aa44-ed98f9b1ce43', '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'd56eab07eebe4995963c4bcc663afcc8', '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'501489e9-9e84-46c8-9580-e0f3635bbd6f', 'swap': 0}) 2018-08-27 13:13:57,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 13:13:57,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/501489e9-9e84-46c8-9580-e0f3635bbd6f/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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" -d '{"extra_specs": {}}' 2018-08-27 13:13:57,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:13: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-1d2544b3-9c69-4d15-8142-0ed07f108a30 x-compute-request-id: req-1d2544b3-9c69-4d15-8142-0ed07f108a30 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 13:13:57,126 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/501489e9-9e84-46c8-9580-e0f3635bbd6f/os-extra_specs used request id req-1d2544b3-9c69-4d15-8142-0ed07f108a30 2018-08-27 13:13:57,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0203130245209s 2018-08-27 13:13:57,127 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/501489e9-9e84-46c8-9580-e0f3635bbd6f/os-extra_specs used request id req-1d2544b3-9c69-4d15-8142-0ed07f108a30 2018-08-27 13:13:57,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 13:13:57,136 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 13:13:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2eefeb23-ef3b-4f66-80ca-7fc222b7ad1e 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 13:13:57,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-2eefeb23-ef3b-4f66-80ca-7fc222b7ad1e 2018-08-27 13:13:57,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 13:13:57,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:13:57,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:13:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97689628-4788-4529-ba11-3f6977ff2ffd Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 13:13:57,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-97689628-4788-4529-ba11-3f6977ff2ffd 2018-08-27 13:13:57,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181748867035s 2018-08-27 13:13:57,322 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-97689628-4788-4529-ba11-3f6977ff2ffd 2018-08-27 13:13:57,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 13:13:57,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:13:57,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:13:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6252ee74-97b7-46d3-8e2e-03f5cd40a13a Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 13:13:57,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6252ee74-97b7-46d3-8e2e-03f5cd40a13a 2018-08-27 13:13:57,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.184508085251s 2018-08-27 13:13:57,512 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6252ee74-97b7-46d3-8e2e-03f5cd40a13a 2018-08-27 13:13:57,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-27 13:13:57,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:13:57,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:13: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-577a2008-798f-40bf-bfcc-c03b147356d6 x-compute-request-id: req-577a2008-798f-40bf-bfcc-c03b147356d6 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 203}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.5", "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 13:13:57,562 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-577a2008-798f-40bf-bfcc-c03b147356d6 2018-08-27 13:13:57,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0390260219574s 2018-08-27 13:13:57,563 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-577a2008-798f-40bf-bfcc-c03b147356d6 2018-08-27 13:13:57,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 13:13:57,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:13:57,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-e916399a-27ba-4d43-939d-ecb574c6d971 Date: Mon, 27 Aug 2018 13:13:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:13:56Z", "file": "/v2/images/80f0807f-7c01-4e4f-82cc-733123492dfb/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "80f0807f-7c01-4e4f-82cc-733123492dfb", "size": 12716032, "self": "/v2/images/80f0807f-7c01-4e4f-82cc-733123492dfb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/80f0807f-7c01-4e4f-82cc-733123492dfb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/80f0807f-7c01-4e4f-82cc-733123492dfb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_74441976-5350-4bd9-aa44-ed98f9b1ce43", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_74441976-5350-4bd9-aa44-ed98f9b1ce43", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T13:13:55Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 13:13:57,595 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e916399a-27ba-4d43-939d-ecb574c6d971 2018-08-27 13:13:57,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0278959274292s 2018-08-27 13:13:57,595 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e916399a-27ba-4d43-939d-ecb574c6d971 2018-08-27 13:13:57,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 13:13:57,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_74441976-5350-4bd9-aa44-ed98f9b1ce43", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_74441976-5350-4bd9-aa44-ed98f9b1ce43"}' 2018-08-27 13:13:57,969 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 956 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/4a2dba1b-fbe2-4f24-80de-b034397f547c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8170b8f2-4c4a-4853-9475-951a7cbeec1b Date: Mon, 27 Aug 2018 13:13:57 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:13:57Z", "file": "/v2/images/4a2dba1b-fbe2-4f24-80de-b034397f547c/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "4a2dba1b-fbe2-4f24-80de-b034397f547c", "size": null, "self": "/v2/images/4a2dba1b-fbe2-4f24-80de-b034397f547c", "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_74441976-5350-4bd9-aa44-ed98f9b1ce43", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_74441976-5350-4bd9-aa44-ed98f9b1ce43", "checksum": null, "created_at": "2018-08-27T13:13:57Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 13:13:57,969 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-8170b8f2-4c4a-4853-9475-951a7cbeec1b 2018-08-27 13:13:57,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.367392063141s 2018-08-27 13:13:57,970 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-8170b8f2-4c4a-4853-9475-951a7cbeec1b returning object 4a2dba1b-fbe2-4f24-80de-b034397f547c 2018-08-27 13:13:57,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 13:13:57,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/4a2dba1b-fbe2-4f24-80de-b034397f547c/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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" -d '' 2018-08-27 13:13:58,961 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fa3ef19a-10e3-47ad-99a1-2e9552e11660 Date: Mon, 27 Aug 2018 13:13: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 13:13:58,961 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/4a2dba1b-fbe2-4f24-80de-b034397f547c/file used request id req-fa3ef19a-10e3-47ad-99a1-2e9552e11660 2018-08-27 13:13:58,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.991096019745s 2018-08-27 13:13:58,962 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/4a2dba1b-fbe2-4f24-80de-b034397f547c/file used request id req-fa3ef19a-10e3-47ad-99a1-2e9552e11660 2018-08-27 13:13:58,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 13:13:58,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:13:59,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2757 Content-Type: application/json X-Openstack-Request-Id: req-952f28ae-d3f1-4445-9309-95857268c8c5 Date: Mon, 27 Aug 2018 13:13:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:13:58Z", "file": "/v2/images/4a2dba1b-fbe2-4f24-80de-b034397f547c/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "4a2dba1b-fbe2-4f24-80de-b034397f547c", "size": 12716032, "self": "/v2/images/4a2dba1b-fbe2-4f24-80de-b034397f547c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/4a2dba1b-fbe2-4f24-80de-b034397f547c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/4a2dba1b-fbe2-4f24-80de-b034397f547c/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_74441976-5350-4bd9-aa44-ed98f9b1ce43", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_74441976-5350-4bd9-aa44-ed98f9b1ce43", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T13:13:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:13:56Z", "file": "/v2/images/80f0807f-7c01-4e4f-82cc-733123492dfb/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "80f0807f-7c01-4e4f-82cc-733123492dfb", "size": 12716032, "self": "/v2/images/80f0807f-7c01-4e4f-82cc-733123492dfb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/80f0807f-7c01-4e4f-82cc-733123492dfb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/80f0807f-7c01-4e4f-82cc-733123492dfb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_74441976-5350-4bd9-aa44-ed98f9b1ce43", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_74441976-5350-4bd9-aa44-ed98f9b1ce43", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T13:13:55Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 13:13:59,664 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-952f28ae-d3f1-4445-9309-95857268c8c5 2018-08-27 13:13:59,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.698052883148s 2018-08-27 13:13:59,665 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-952f28ae-d3f1-4445-9309-95857268c8c5 2018-08-27 13:13:59,667 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/4a2dba1b-fbe2-4f24-80de-b034397f547c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4a2dba1b-fbe2-4f24-80de-b034397f547c/file', 'owner': u'd56eab07eebe4995963c4bcc663afcc8', 'id': u'4a2dba1b-fbe2-4f24-80de-b034397f547c', 'size': 12716032, u'self': u'/v2/images/4a2dba1b-fbe2-4f24-80de-b034397f547c', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd56eab07eebe4995963c4bcc663afcc8', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/4a2dba1b-fbe2-4f24-80de-b034397f547c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T13:13:58Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T13:13:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_74441976-5350-4bd9-aa44-ed98f9b1ce43', '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/4a2dba1b-fbe2-4f24-80de-b034397f547c', 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_74441976-5350-4bd9-aa44-ed98f9b1ce43', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_74441976-5350-4bd9-aa44-ed98f9b1ce43', 'created': u'2018-08-27T13:13:57Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T13:13: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/4a2dba1b-fbe2-4f24-80de-b034397f547c', 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_74441976-5350-4bd9-aa44-ed98f9b1ce43', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 13:13:59,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 13:13:59,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_74441976-5350-4bd9-aa44-ed98f9b1ce43", "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 13:13:59,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:13: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-23d1f43f-09bc-487e-8aff-50f3eb46efcb x-compute-request-id: req-23d1f43f-09bc-487e-8aff-50f3eb46efcb Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_alt_74441976-5350-4bd9-aa44-ed98f9b1ce43", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c7be43a6-dc93-44a2-a0a4-f198495b117a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c7be43a6-dc93-44a2-a0a4-f198495b117a", "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": "c7be43a6-dc93-44a2-a0a4-f198495b117a"}} 2018-08-27 13:13:59,722 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-23d1f43f-09bc-487e-8aff-50f3eb46efcb 2018-08-27 13:13:59,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0542659759521s 2018-08-27 13:13:59,722 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-23d1f43f-09bc-487e-8aff-50f3eb46efcb 2018-08-27 13:13:59,723 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_74441976-5350-4bd9-aa44-ed98f9b1ce43', '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'd56eab07eebe4995963c4bcc663afcc8', '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'c7be43a6-dc93-44a2-a0a4-f198495b117a', 'swap': 0}) 2018-08-27 13:13:59,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 13:13:59,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/c7be43a6-dc93-44a2-a0a4-f198495b117a/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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" -d '{"extra_specs": {}}' 2018-08-27 13:13:59,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:13: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-9ecf4647-5279-417f-8bf8-041e0c9aa18c x-compute-request-id: req-9ecf4647-5279-417f-8bf8-041e0c9aa18c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 13:13:59,743 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/c7be43a6-dc93-44a2-a0a4-f198495b117a/os-extra_specs used request id req-9ecf4647-5279-417f-8bf8-041e0c9aa18c 2018-08-27 13:13:59,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0195391178131s 2018-08-27 13:13:59,743 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/c7be43a6-dc93-44a2-a0a4-f198495b117a/os-extra_specs used request id req-9ecf4647-5279-417f-8bf8-041e0c9aa18c 2018-08-27 13:13:59,743 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_74441976-5350-4bd9-aa44-ed98f9b1ce43', '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'd56eab07eebe4995963c4bcc663afcc8', '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'c7be43a6-dc93-44a2-a0a4-f198495b117a', 'swap': 0}) 2018-08-27 13:14:03,663 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-27 13:14:03,664 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-27 13:14:03,664 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-27 13:14:03,666 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-27 13:14:08,128 - 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 13:14:08,128 - 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 13:14:08,128 - 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 13:14:08,128 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_atction.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-08-27 13:14:08,128 - 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 13:14:08,128 - 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 13:14:08,128 - 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 13:14:08,128 - 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 13:14:08,128 - 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 13:14:08,129 - 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 13:14:08,129 - 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 13:14:08,129 - 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 13:14:08,129 - 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 13:14:08,129 - 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 13:14:08,129 - 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 13:14:08,129 - 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 13:14:08,129 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields: not found. skipping it 2018-08-27 13:14:08,129 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload: not found. skipping it 2018-08-27 13:14:08,129 - 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 13:14:08,129 - 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 13:14:08,129 - 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 13:14:08,129 - 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 13:14:08,130 - 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 13:14:08,130 - 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 13:14:08,130 - 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 13:14:08,130 - 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 13:14:08,130 - 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 13:14:08,130 - 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 13:14:08,130 - 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 13:14:08,130 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list: not found. skipping it 2018-08-27 13:14:08,130 - 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 13:14:08,130 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_external_network_visibility: not found. skipping it 2018-08-27 13:14:08,130 - 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 13:14:08,130 - 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 13:14:08,130 - 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 13:14:08,130 - 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 13:14:08,130 - 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 13:14:08,131 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources: not found. skipping it 2018-08-27 13:14:08,131 - 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 13:14:08,131 - 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 13:14:08,131 - 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 13:14:08,131 - 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 13:14:08,131 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields: not found. skipping it 2018-08-27 13:14:08,131 - 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 13:14:08,131 - 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 13:14:08,131 - 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 13:14:08,131 - 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 13:14:08,131 - 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 13:14:08,131 - 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 13:14:08,131 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets: not found. skipping it 2018-08-27 13:14:08,131 - 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 13:14:08,132 - 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 13:14:08,132 - 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 13:14:08,132 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks: not found. skipping it 2018-08-27 13:14:08,132 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-08-27 13:14:08,132 - 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 13:14:08,132 - 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 13:14:08,132 - 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 13:14:08,132 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions: not found. skipping it 2018-08-27 13:14:08,132 - 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 13:14:08,132 - 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 13:14:08,132 - 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 13:14:08,132 - 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 13:14:08,132 - 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 13:14:08,133 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet: not found. skipping it 2018-08-27 13:14:08,133 - 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 13:14:08,133 - 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 13:14:08,133 - 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 13:14:08,133 - 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 13:14:08,133 - 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 13:14:08,133 - 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 13:14:08,133 - 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 13:14:08,133 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses: not found. skipping it 2018-08-27 13:14:08,133 - 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 13:14:08,133 - 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 13:14:08,133 - 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 13:14:08,133 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network: not found. skipping it 2018-08-27 13:14:08,133 - 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 13:14:08,134 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields: not found. skipping it 2018-08-27 13:14:08,134 - 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 13:14:08,134 - 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 13:14:08,134 - 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 13:14:08,134 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_media_types: not found. skipping it 2018-08-27 13:14:08,134 - 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 13:14:08,134 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields: not found. skipping it 2018-08-27 13:14:08,134 - 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 13:14:08,134 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_routers.RoutersTest.test_update_extra_route: not found. skipping it 2018-08-27 13:14:08,134 - 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 13:14:08,134 - 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 13:14:08,134 - 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 13:14:08,134 - 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 13:14:08,134 - 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 13:14:08,135 - 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 13:14:08,135 - 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 13:14:08,135 - 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 13:14:08,135 - 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 13:14:08,135 - 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 13:14:08,135 - 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 13:14:08,135 - 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 13:14:08,135 - 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 13:14:08,136 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-27 13:14:08,136 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-27 13:14:08,136 - 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 13:14:21,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:21.738 11183 INFO opnfv-tempest [-] {14} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-08-27 13:14:22,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:22.221 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.396s] 2018-08-27 13:14:22,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:22.274 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.054s] 2018-08-27 13:14:22,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:22.299 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 13:14:22,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:22.300 11183 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.282s] 2018-08-27 13:14:22,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:22.620 11183 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.321s] 2018-08-27 13:14:23,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:23.168 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [1.220s] 2018-08-27 13:14:25,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:25.584 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [2.416s] 2018-08-27 13:14:26,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:26.459 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [2.068s] 2018-08-27 13:14:26,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:26.762 11183 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [4.141s] 2018-08-27 13:14:26,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:26.819 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.360s] 2018-08-27 13:14:27,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:27.103 11183 INFO opnfv-tempest [-] {5} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [5.151s] 2018-08-27 13:14:27,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:27.451 11183 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.689s] 2018-08-27 13:14:27,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:27.612 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.793s] 2018-08-27 13:14:27,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:27.808 11183 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.357s] 2018-08-27 13:14:28,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:28.005 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.392s] 2018-08-27 13:14:28,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:28.353 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.346s] 2018-08-27 13:14:28,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:28.697 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.343s] 2018-08-27 13:14:28,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:28.708 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2018-08-27 13:14:29,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:29.556 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.340s] 2018-08-27 13:14:29,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:29.922 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [1.214s] 2018-08-27 13:14:29,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:29.931 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-08-27 13:14:30,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:30.724 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.792s] 2018-08-27 13:14:30,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:30.783 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [3.937s] 2018-08-27 13:14:30,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:30.797 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [9.147s] 2018-08-27 13:14:31,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:31.057 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.333s] 2018-08-27 13:14:31,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:31.101 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.043s] 2018-08-27 13:14:31,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:31.542 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.440s] 2018-08-27 13:14:31,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:31.589 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.048s] 2018-08-27 13:14:32,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:32.024 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.435s] 2018-08-27 13:14:32,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:32.421 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.396s] 2018-08-27 13:14:32,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:32.752 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.194s] 2018-08-27 13:14:32,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:32.763 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.342s] 2018-08-27 13:14:33,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:33.192 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.428s] 2018-08-27 13:14:33,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:33.594 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.401s] 2018-08-27 13:14:33,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:33.949 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.354s] 2018-08-27 13:14:33,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:33.973 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.184s] 2018-08-27 13:14:34,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:34.089 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [3.304s] 2018-08-27 13:14:34,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:34.186 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.213s] 2018-08-27 13:14:34,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:34.466 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.279s] 2018-08-27 13:14:35,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:35.177 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.424s] 2018-08-27 13:14:37,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:37.956 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.778s] 2018-08-27 13:14:39,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:39.055 11183 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [1.366s] 2018-08-27 13:14:40,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:40.679 11183 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [1.624s] 2018-08-27 13:14:42,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:42.516 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [4.559s] 2018-08-27 13:14:43,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:43.216 11183 INFO opnfv-tempest [-] {4} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.506s] 2018-08-27 13:14:43,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:43.675 11183 INFO opnfv-tempest [-] {4} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.460s] 2018-08-27 13:14:43,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:43.873 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [6.521s] 2018-08-27 13:14:47,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:47.010 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [3.136s] 2018-08-27 13:14:47,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:47.387 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-08-27 13:14:48,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:48.947 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [8.989s] 2018-08-27 13:14:50,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:50.557 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [8.039s] 2018-08-27 13:14:53,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:53.270 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.713s] 2018-08-27 13:14:53,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:53.439 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.871s] 2018-08-27 13:14:54,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:54.051 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.783s] 2018-08-27 13:14:54,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:54.070 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.019s] 2018-08-27 13:14:54,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:54.088 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.017s] 2018-08-27 13:14:54,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:54.160 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.072s] 2018-08-27 13:14:54,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:54.193 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.754s] 2018-08-27 13:14:54,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:54.939 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.745s] 2018-08-27 13:14:56,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:56.339 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.400s] 2018-08-27 13:14:58,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:58.431 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON ... fail 2018-08-27 13:14:58,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:58.461 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [36.871s] 2018-08-27 13:14:58,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:58.835 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [9.888s] 2018-08-27 13:14:59,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:59.049 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [2.710s] 2018-08-27 13:14:59,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:14:59.732 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [11.112s] 2018-08-27 13:15:01,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:01.641 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [2.591s] 2018-08-27 13:15:08,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:08.130 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [9.294s] 2018-08-27 13:15:08,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:08.821 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [38.015s] 2018-08-27 13:15:10,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:10.667 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [21.375s] 2018-08-27 13:15:11,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:11.995 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [16.072s] 2018-08-27 13:15:12,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:12.265 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.601s] 2018-08-27 13:15:12,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:12.343 11183 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.354s] 2018-08-27 13:15:12,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:12.346 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.418s] 2018-08-27 13:15:12,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:12.519 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [12.785s] 2018-08-27 13:15:12,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:12.649 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.302s] 2018-08-27 13:15:13,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:13.020 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.370s] 2018-08-27 13:15:13,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:13.447 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.317s] 2018-08-27 13:15:14,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:14.243 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.222s] 2018-08-27 13:15:14,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:14.878 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.633s] 2018-08-27 13:15:15,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:15.711 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.718s] 2018-08-27 13:15:16,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:16.286 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [1.407s] 2018-08-27 13:15:16,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:16.477 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.191s] 2018-08-27 13:15:16,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:16.843 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.366s] 2018-08-27 13:15:16,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:16.911 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.067s] 2018-08-27 13:15:16,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:16.971 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [1.259s] 2018-08-27 13:15:17,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:17.165 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.254s] 2018-08-27 13:15:17,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:17.527 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.555s] 2018-08-27 13:15:17,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:17.573 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.408s] 2018-08-27 13:15:17,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:17.917 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.341s] 2018-08-27 13:15:18,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:18.003 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.086s] 2018-08-27 13:15:18,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:18.079 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.552s] 2018-08-27 13:15:18,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:18.287 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.283s] 2018-08-27 13:15:18,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:18.651 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.361s] 2018-08-27 13:15:18,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:18.652 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.571s] 2018-08-27 13:15:18,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:18.734 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.082s] 2018-08-27 13:15:18,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:18.816 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.082s] 2018-08-27 13:15:18,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:18.901 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.085s] 2018-08-27 13:15:18,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:18.975 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.073s] 2018-08-27 13:15:19,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:19.075 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.099s] 2018-08-27 13:15:19,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:19.257 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.181s] 2018-08-27 13:15:20,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:20.371 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.434s] 2018-08-27 13:15:20,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:20.670 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.299s] 2018-08-27 13:15:20,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:20.716 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.046s] 2018-08-27 13:15:21,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:21.011 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [7.563s] 2018-08-27 13:15:21,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:21.017 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.301s] 2018-08-27 13:15:21,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:21.319 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.301s] 2018-08-27 13:15:22,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:22.235 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [7.125s] 2018-08-27 13:15:22,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:22.310 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.074s] 2018-08-27 13:15:22,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:22.439 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [1.119s] 2018-08-27 13:15:22,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:22.805 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.495s] 2018-08-27 13:15:22,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:22.939 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.132s] 2018-08-27 13:15:22,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:22.940 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-27 13:15:23,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:23.168 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.729s] 2018-08-27 13:15:23,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:23.212 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.042s] 2018-08-27 13:15:23,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:23.252 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.039s] 2018-08-27 13:15:23,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:23.307 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.055s] 2018-08-27 13:15:23,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:23.753 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [1.962s] 2018-08-27 13:15:23,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:23.824 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-08-27 13:15:25,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:25.670 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [1.845s] 2018-08-27 13:15:25,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:25.799 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.128s] 2018-08-27 13:15:25,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:25.800 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-27 13:15:27,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:27.328 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.316s] 2018-08-27 13:15:28,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:28.517 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [16.519s] 2018-08-27 13:15:31,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:31.233 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [6.969s] 2018-08-27 13:15:33,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:33.123 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.794s] 2018-08-27 13:15:37,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:37.161 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.228s] 2018-08-27 13:15:37,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:37.172 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 13:15:37,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:37.321 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.149s] 2018-08-27 13:15:37,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:37.332 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-08-27 13:15:37,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:37.355 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.023s] 2018-08-27 13:15:37,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:37.379 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.023s] 2018-08-27 13:15:37,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:37.450 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.070s] 2018-08-27 13:15:37,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:37.526 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.076s] 2018-08-27 13:15:38,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:38.742 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [1.214s] 2018-08-27 13:15:38,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:38.756 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-08-27 13:15:38,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:38.855 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.099s] 2018-08-27 13:15:40,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:40.803 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [9.570s] 2018-08-27 13:15:42,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:42.002 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [8.877s] 2018-08-27 13:15:44,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:44.220 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.416s] 2018-08-27 13:15:44,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:44.399 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.179s] 2018-08-27 13:15:44,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:44.467 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.068s] 2018-08-27 13:15:45,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:45.945 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [17.425s] 2018-08-27 13:15:47,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:47.492 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.491s] 2018-08-27 13:15:47,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:47.849 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.356s] 2018-08-27 13:15:48,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:48.205 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.356s] 2018-08-27 13:15:48,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:48.377 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.557s] 2018-08-27 13:15:48,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:48.427 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.222s] 2018-08-27 13:15:48,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:48.677 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.249s] 2018-08-27 13:15:48,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:48.681 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.058s] 2018-08-27 13:15:48,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:48.731 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.054s] 2018-08-27 13:15:48,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:48.886 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.508s] 2018-08-27 13:15:49,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:49.054 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.322s] 2018-08-27 13:15:49,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:49.367 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [40.541s] 2018-08-27 13:15:49,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:49.472 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.418s] 2018-08-27 13:15:49,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:49.584 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.111s] 2018-08-27 13:15:49,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:49.951 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.367s] 2018-08-27 13:15:51,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:51.831 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.613s] 2018-08-27 13:15:52,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:52.674 11183 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [2.032s] 2018-08-27 13:15:53,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:53.545 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.861s] 2018-08-27 13:15:53,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:53.866 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.034s] 2018-08-27 13:15:54,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:54.600 11183 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.925s] 2018-08-27 13:15:57,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:15:57.332 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [7.379s] 2018-08-27 13:16:00,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:00.948 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [7.080s] 2018-08-27 13:16:01,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:01.871 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.925s] 2018-08-27 13:16:03,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:03.132 11183 INFO opnfv-tempest [-] {8} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.398s] 2018-08-27 13:16:03,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:03.317 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.444s] 2018-08-27 13:16:04,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:04.058 11183 INFO opnfv-tempest [-] {6} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.416s] 2018-08-27 13:16:04,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:04.576 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.258s] 2018-08-27 13:16:06,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:06.932 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.352s] 2018-08-27 13:16:06,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:06.976 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2018-08-27 13:16:08,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:08.273 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [18.905s] 2018-08-27 13:16:09,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:09.867 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [25.398s] 2018-08-27 13:16:10,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:10.159 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.293s] 2018-08-27 13:16:10,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:10.434 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.274s] 2018-08-27 13:16:12,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:12.782 11183 INFO opnfv-tempest [-] {15} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [94.988s] 2018-08-27 13:16:35,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:35.004 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [25.756s] 2018-08-27 13:16:39,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:39.642 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [12.506s] 2018-08-27 13:16:41,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:41.327 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [33.051s] 2018-08-27 13:16:46,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:46.466 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-08-27 13:16:49,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:49.884 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.241s] 2018-08-27 13:16:51,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:51.844 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [16.839s] 2018-08-27 13:16:52,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:52.793 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.490s] 2018-08-27 13:16:54,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:54.090 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.295s] 2018-08-27 13:16:56,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:16:56.279 11183 INFO opnfv-tempest [-] {15} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [43.487s] 2018-08-27 13:17:08,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:17:08.896 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [17.051s] 2018-08-27 13:17:15,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:17:15.019 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [25.130s] 2018-08-27 13:17:18,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:17:18.805 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [24.712s] 2018-08-27 13:17:19,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:17:19.958 11183 INFO opnfv-tempest [-] {15} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.651s] 2018-08-27 13:17:22,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:17:22.892 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [13.995s] 2018-08-27 13:17:35,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:17:35.821 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [20.801s] 2018-08-27 13:18:03,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:18:03.660 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [40.764s] 2018-08-27 13:18:13,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:18:13.204 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [9.714s] 2018-08-27 13:18:13,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:18:13.535 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.332s] 2018-08-27 13:18:13,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:18:13.547 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [9.891s] 2018-08-27 13:18:14,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:18:14.212 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.676s] 2018-08-27 13:18:16,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:18:16.098 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.885s] 2018-08-27 13:18:21,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:18:21.828 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [5.728s] 2018-08-27 13:18:21,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:18:21.873 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.046s] 2018-08-27 13:18:22,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-27 13:18:22.180 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.307s] 2018-08-27 13:18:49,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 1021dba6-99f4-4b3b-95f9-75c76c5192cc 2018-08-27 13:18:49,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1021dba6-99f4-4b3b-95f9-75c76c5192cc']'. 2018-08-27 13:18:50,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-27 13:18:50,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-27 13:18:50,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 13:18:50,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1021dba6-99f4-4b3b-95f9-75c76c5192cc | 2018-08-27 13:18:50,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-27 13:18:50,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-27 13:14:10 | 2018-08-27 13:18:50,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-27 13:18:49 | 2018-08-27 13:18:50,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:39 | 2018-08-27 13:18:50,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-27 13:18:50,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-27 13:18:50,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9d3486a9-e4d7-4316-b857-b30e1f5aea8b) | 2018-08-27 13:18:50,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-27 13:18:50,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4fad201c-cab1-4d77-9db8-1bf17a79c3ec) | 2018-08-27 13:18:50,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 217 | 2018-08-27 13:18:50,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 243.179 | 2018-08-27 13:18:50,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 199 | 2018-08-27 13:18:50,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-08-27 13:18:50,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-27 13:18:50,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-27 13:18:50,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 18 | 2018-08-27 13:18:50,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 13:18:50,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-27 13:18:50,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-27 13:18:50,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 91.7050691244% 2018-08-27 13:18:50,731 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 13:18:50,732 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:10 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-08-27 13:18:50,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 13:18:50,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/4a2dba1b-fbe2-4f24-80de-b034397f547c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:18:52,157 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-36b7d93a-8c56-44a4-a303-0b01dd391139 Date: Mon, 27 Aug 2018 13:18: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 13:18:52,157 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/4a2dba1b-fbe2-4f24-80de-b034397f547c used request id req-36b7d93a-8c56-44a4-a303-0b01dd391139 2018-08-27 13:18:52,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.41946411133s 2018-08-27 13:18:52,158 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/4a2dba1b-fbe2-4f24-80de-b034397f547c used request id req-36b7d93a-8c56-44a4-a303-0b01dd391139 2018-08-27 13:18:52,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 13:18:52,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:18:52,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13: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-9106b6ac-7824-4d77-b2d3-eaf0530566fc x-compute-request-id: req-9106b6ac-7824-4d77-b2d3-eaf0530566fc Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_74441976-5350-4bd9-aa44-ed98f9b1ce43", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/501489e9-9e84-46c8-9580-e0f3635bbd6f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/501489e9-9e84-46c8-9580-e0f3635bbd6f", "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": "501489e9-9e84-46c8-9580-e0f3635bbd6f"}, {"name": "refstack_defcore-flavor_alt_74441976-5350-4bd9-aa44-ed98f9b1ce43", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c7be43a6-dc93-44a2-a0a4-f198495b117a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c7be43a6-dc93-44a2-a0a4-f198495b117a", "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": "c7be43a6-dc93-44a2-a0a4-f198495b117a"}]} 2018-08-27 13:18:52,180 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-9106b6ac-7824-4d77-b2d3-eaf0530566fc 2018-08-27 13:18:52,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0214531421661s 2018-08-27 13:18:52,180 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-9106b6ac-7824-4d77-b2d3-eaf0530566fc 2018-08-27 13:18:52,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 13:18:52,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/c7be43a6-dc93-44a2-a0a4-f198495b117a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:18:52,221 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 13: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 x-openstack-request-id: req-ecdeaaf5-7f6a-4f15-b4a8-c27f169ce197 x-compute-request-id: req-ecdeaaf5-7f6a-4f15-b4a8-c27f169ce197 Content-Length: 0 Content-Type: application/json 2018-08-27 13:18:52,221 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/c7be43a6-dc93-44a2-a0a4-f198495b117a used request id req-ecdeaaf5-7f6a-4f15-b4a8-c27f169ce197 2018-08-27 13:18:52,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0394611358643s 2018-08-27 13:18:52,221 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/c7be43a6-dc93-44a2-a0a4-f198495b117a used request id req-ecdeaaf5-7f6a-4f15-b4a8-c27f169ce197 2018-08-27 13:18:52,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 13:18:52,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/a2428b8b-11d4-4207-aafb-bb608051b7b7/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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" -d '{"subnet_id": "f8dfa3eb-4ecd-4fd9-ab6d-df8faad84e41"}' 2018-08-27 13:18:54,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-02cb781e-a30b-495a-b887-85f0fe721064 Date: Mon, 27 Aug 2018 13:18:54 GMT RESP BODY: {"network_id": "4883be63-b8ce-4280-a0bf-5865453da9c7", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "subnet_id": "f8dfa3eb-4ecd-4fd9-ab6d-df8faad84e41", "subnet_ids": ["f8dfa3eb-4ecd-4fd9-ab6d-df8faad84e41"], "port_id": "5c9350e2-bfd7-447f-bb2f-fed60f26e8b7", "id": "a2428b8b-11d4-4207-aafb-bb608051b7b7"} 2018-08-27 13:18:54,783 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a2428b8b-11d4-4207-aafb-bb608051b7b7/remove_router_interface.json used request id req-02cb781e-a30b-495a-b887-85f0fe721064 2018-08-27 13:18:54,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.56150197983s 2018-08-27 13:18:54,783 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a2428b8b-11d4-4207-aafb-bb608051b7b7/remove_router_interface.json used request id req-02cb781e-a30b-495a-b887-85f0fe721064 returning object a2428b8b-11d4-4207-aafb-bb608051b7b7 2018-08-27 13:18:54,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 13:18:54,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:18:55,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1718 X-Openstack-Request-Id: req-7cd9240a-f3b2-4a03-94b5-f95040854679 Date: Mon, 27 Aug 2018 13:18:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "68bb65ee0f824b149892348054c9f68c", "created_at": "2018-08-27T12:29:58Z", "admin_state_up": true, "updated_at": "2018-08-27T12:30:00Z", "project_id": "68bb65ee0f824b149892348054c9f68c", "flavor_id": null, "revision_number": 5, "routes": [], "ha": true, "id": "5f2b3f59-4937-4a1e-9745-c0a1bd534e52", "name": "tempest-pretest-check-751874663"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T13:13:44Z", "admin_state_up": true, "updated_at": "2018-08-27T13:18:53Z", "project_id": "d56eab07eebe4995963c4bcc663afcc8", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "a2428b8b-11d4-4207-aafb-bb608051b7b7", "name": "refstack_defcore-router_74441976-5350-4bd9-aa44-ed98f9b1ce43"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8a5a8b4d5f5940fc96cabc268dee3f41", "created_at": "2018-08-27T12:31:16Z", "admin_state_up": false, "updated_at": "2018-08-27T12:31:16Z", "project_id": "8a5a8b4d5f5940fc96cabc268dee3f41", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "be90db42-f7d9-481e-ae84-541ea8075bc9", "name": "tempest-router-1267563662"}]} 2018-08-27 13:18:55,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-7cd9240a-f3b2-4a03-94b5-f95040854679 2018-08-27 13:18:55,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.447381973267s 2018-08-27 13:18:55,232 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-7cd9240a-f3b2-4a03-94b5-f95040854679 2018-08-27 13:18:55,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 13:18:55,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/a2428b8b-11d4-4207-aafb-bb608051b7b7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:18:59,839 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dfdeb9d1-d4f0-4ef9-bb7b-98f8bf377609 Content-Length: 0 Date: Mon, 27 Aug 2018 13:18:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 13:18:59,839 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/a2428b8b-11d4-4207-aafb-bb608051b7b7.json used request id req-dfdeb9d1-d4f0-4ef9-bb7b-98f8bf377609 2018-08-27 13:18:59,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.60513401031s 2018-08-27 13:18:59,839 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/a2428b8b-11d4-4207-aafb-bb608051b7b7.json used request id req-dfdeb9d1-d4f0-4ef9-bb7b-98f8bf377609 2018-08-27 13:18:59,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 13:18:59,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:19:00,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1932 X-Openstack-Request-Id: req-390e4af0-4cda-40ef-9f72-df0eea25931d Date: Mon, 27 Aug 2018 13:19:00 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-27T12:07:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"be54de9c-847e-4a09-971c-0568167e3798","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9e7da560-d286-4d69-b2d6-e7b51586033c","tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:18Z","ip_version":4},{"updated_at":"2018-08-27T12:29:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f8ab667c-7552-4e4b-9adc-256be45daf9b","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant 68bb65ee0f824b149892348054c9f68c","enable_dhcp":false,"segment_id":null,"network_id":"2a625653-7048-4f01-b5b8-ce0af00e6fa0","tenant_id":"","created_at":"2018-08-27T12:29:57Z","ip_version":4},{"updated_at":"2018-08-27T13:13:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f8dfa3eb-4ecd-4fd9-ab6d-df8faad84e41","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d56eab07eebe4995963c4bcc663afcc8","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"refstack_defcore-subnet_74441976-5350-4bd9-aa44-ed98f9b1ce43","enable_dhcp":true,"segment_id":null,"network_id":"4883be63-b8ce-4280-a0bf-5865453da9c7","tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T13:13:43Z","ip_version":4}]} 2018-08-27 13:19:00,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-390e4af0-4cda-40ef-9f72-df0eea25931d 2018-08-27 13:19:00,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.321265935898s 2018-08-27 13:19:00,162 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-390e4af0-4cda-40ef-9f72-df0eea25931d 2018-08-27 13:19:00,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 13:19:00,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/f8dfa3eb-4ecd-4fd9-ab6d-df8faad84e41.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:19:02,251 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c7adcd54-294e-4e63-98b1-46fea05debee Date: Mon, 27 Aug 2018 13:19:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 13:19:02,252 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/f8dfa3eb-4ecd-4fd9-ab6d-df8faad84e41.json used request id req-c7adcd54-294e-4e63-98b1-46fea05debee 2018-08-27 13:19:02,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.08788585663s 2018-08-27 13:19:02,252 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/f8dfa3eb-4ecd-4fd9-ab6d-df8faad84e41.json used request id req-c7adcd54-294e-4e63-98b1-46fea05debee 2018-08-27 13:19:02,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 13:19:02,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:19:02,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2113 X-Openstack-Request-Id: req-37fc489e-1b3c-4588-8cb4-f15521a8e849 Date: Mon, 27 Aug 2018 13:19:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2a625653-7048-4f01-b5b8-ce0af00e6fa0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f8ab667c-7552-4e4b-9adc-256be45daf9b"],"description":"","tags":[],"updated_at":"2018-08-27T12:29:57Z","qos_policy_id":null,"name":"HA network tenant 68bb65ee0f824b149892348054c9f68c","admin_state_up":true,"tenant_id":"","created_at":"2018-08-27T12:29:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4883be63-b8ce-4280-a0bf-5865453da9c7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":true,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T13:19:02Z","qos_policy_id":null,"name":"refstack_defcore-net_74441976-5350-4bd9-aa44-ed98f9b1ce43","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T13:13:41Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 13:19:02,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-37fc489e-1b3c-4588-8cb4-f15521a8e849 2018-08-27 13:19:02,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.513833999634s 2018-08-27 13:19:02,767 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-37fc489e-1b3c-4588-8cb4-f15521a8e849 2018-08-27 13:19:02,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 13:19:02,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/4883be63-b8ce-4280-a0bf-5865453da9c7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:19:03,878 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0b38ac1d-78ed-4aa3-a7de-c7e204824000 Date: Mon, 27 Aug 2018 13:19:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 13:19:03,878 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/4883be63-b8ce-4280-a0bf-5865453da9c7.json used request id req-0b38ac1d-78ed-4aa3-a7de-c7e204824000 2018-08-27 13:19:03,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.11016893387s 2018-08-27 13:19:03,879 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/4883be63-b8ce-4280-a0bf-5865453da9c7.json used request id req-0b38ac1d-78ed-4aa3-a7de-c7e204824000 2018-08-27 13:19:03,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 13:19:03,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:19:04,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-30f9dee3-1e7e-4e34-a0e9-b462cdb9b77f Date: Mon, 27 Aug 2018 13:19:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:13:56Z", "file": "/v2/images/80f0807f-7c01-4e4f-82cc-733123492dfb/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "80f0807f-7c01-4e4f-82cc-733123492dfb", "size": 12716032, "self": "/v2/images/80f0807f-7c01-4e4f-82cc-733123492dfb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/80f0807f-7c01-4e4f-82cc-733123492dfb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/80f0807f-7c01-4e4f-82cc-733123492dfb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_74441976-5350-4bd9-aa44-ed98f9b1ce43", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_74441976-5350-4bd9-aa44-ed98f9b1ce43", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T13:13:55Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 13:19:04,161 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-30f9dee3-1e7e-4e34-a0e9-b462cdb9b77f 2018-08-27 13:19:04,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.27846288681s 2018-08-27 13:19:04,162 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-30f9dee3-1e7e-4e34-a0e9-b462cdb9b77f 2018-08-27 13:19:04,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 13:19:04,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/80f0807f-7c01-4e4f-82cc-733123492dfb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:19:04,761 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cddc0b91-f3e1-4c57-960a-76052e7396e1 Date: Mon, 27 Aug 2018 13:19: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 13:19:04,761 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/80f0807f-7c01-4e4f-82cc-733123492dfb used request id req-cddc0b91-f3e1-4c57-960a-76052e7396e1 2018-08-27 13:19:04,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.598126888275s 2018-08-27 13:19:04,762 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/80f0807f-7c01-4e4f-82cc-733123492dfb used request id req-cddc0b91-f3e1-4c57-960a-76052e7396e1 2018-08-27 13:19:04,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 13:19:04,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:19:05,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13: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-c55c7634-819c-4406-9c8f-e647dddb8a98 x-compute-request-id: req-c55c7634-819c-4406-9c8f-e647dddb8a98 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_74441976-5350-4bd9-aa44-ed98f9b1ce43", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/501489e9-9e84-46c8-9580-e0f3635bbd6f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/501489e9-9e84-46c8-9580-e0f3635bbd6f", "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": "501489e9-9e84-46c8-9580-e0f3635bbd6f"}]} 2018-08-27 13:19:05,050 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c55c7634-819c-4406-9c8f-e647dddb8a98 2018-08-27 13:19:05,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.288003921509s 2018-08-27 13:19:05,051 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c55c7634-819c-4406-9c8f-e647dddb8a98 2018-08-27 13:19:05,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 13:19:05,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/501489e9-9e84-46c8-9580-e0f3635bbd6f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6fed6b83c514558da3e7cdeba2b7af58d826fe7" 2018-08-27 13:19:05,102 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 13:19: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-aa951586-edae-4629-bec9-c9d42afd7858 x-compute-request-id: req-aa951586-edae-4629-bec9-c9d42afd7858 Content-Length: 0 Content-Type: application/json 2018-08-27 13:19:05,103 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/501489e9-9e84-46c8-9580-e0f3635bbd6f used request id req-aa951586-edae-4629-bec9-c9d42afd7858 2018-08-27 13:19:05,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.050274848938s 2018-08-27 13:19:05,103 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/501489e9-9e84-46c8-9580-e0f3635bbd6f used request id req-aa951586-edae-4629-bec9-c9d42afd7858 2018-08-27 13:19:05,103 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-08-27 13:19:05,165 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-27 13:19:05,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 13:19:05,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 13:19:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 13:19:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 13:19:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 13:19:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 13:19:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 13:19:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 13:19:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 13:19:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 13:19:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 13:19:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 13:19:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 13:19:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 13:19:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 13:19:05,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 13:19:05,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 13:19:05,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 13:19:05,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 13:19:05,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 13:19:05,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 13:19:05,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 13:19:05,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 13:19:05,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 13:19:05,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 13:19:05,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 13:19:05,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f63ec92d-6359-4a8e-b42e-e4574039929c 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 13:19:05,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f63ec92d-6359-4a8e-b42e-e4574039929c 2018-08-27 13:19:05,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 13:19:05,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T14:19:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["O2D218qmTbqt8-topVhJCA"], "issued_at": "2018-08-27T13:19:05.000000Z"}} 2018-08-27 13:19:05,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 13:19:05,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:19:05,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-612eb857-86d3-4867-ac33-61140be8eac2 Date: Mon, 27 Aug 2018 13:19:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 13:19:05,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-612eb857-86d3-4867-ac33-61140be8eac2 2018-08-27 13:19:05,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.353777170181s 2018-08-27 13:19:05,974 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-612eb857-86d3-4867-ac33-61140be8eac2 2018-08-27 13:19:05,975 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-27 13:19:08,875 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-27 13:19:11,584 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | cc972ddf-8377-4529-942e-28246a8f35ad | 2018-08-27T13:19:11.178169 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: cc972ddf-8377-4529-942e-28246a8f35ad ~/.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 13:19:15,481 - 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 13:19:15,481 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-27 13:19:18,301 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-27 13:19:21,967 - 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=b563f93a-65c2-4708-ac26-c050a22efdc0) as the default verifier for the future CLI operations. 2018-08-27 13:19:25,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-27 13:19:25,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:19:25,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-a5f0e8aa-498f-40a5-b7f6-77798eacdd19 Date: Mon, 27 Aug 2018 13:19:25 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": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"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": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"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": "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": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "segment", "updated": "2016-02-24T17:00:00-00:00", "name": "Segment", "links": [], "description": "Segments extension."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"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": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"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": "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": "l3-ha", "updated": "2014-04-26T00:00:00-00:00", "name": "HA Router extension", "links": [], "description": "Adds HA capability to routers."}, {"alias": "filter-validation", "updated": "2018-03-21T10:00:00-00:00", "name": "Filter parameters validation", "links": [], "description": "Provides validation on filter parameters."}, {"alias": "subnet-segmentid-writable", "updated": "2018-03-12T00:00:00-00:00", "name": "Subnet SegmentID (writable)", "links": [], "description": "Provides a writable segment_id attribute for a subnet resource."}, {"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": "l2_adjacency", "updated": "2016-04-12T16:00:00-00:00", "name": "L2 Adjacency", "links": [], "description": "Display L2 Adjacency for Neutron Networks."}, {"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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}, {"alias": "l3-flavors", "updated": "2016-05-17T00:00:00-00:00", "name": "Router Flavor Extension", "links": [], "description": "Flavor support for routers."}, {"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": "standard-attr-segment", "updated": "2018-04-09T10:00:00-00:00", "name": "Standard Attribute Segment Extension", "links": [], "description": "Add standard attributes to Segment resource"}, {"alias": "segments-peer-subnet-host-routes", "updated": "2018-06-12T10:00:00-00:00", "name": "Segments peer-subnet host routes", "links": [], "description": "Add host routes to subnets on a routed network (segments)"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 agents"}, {"alias": "fip-port-details", "updated": "2018-04-09T10:00:00-00:00", "name": "Floating IP Port Details Extension", "links": [], "description": "Add port_details attribute to Floating IP resource"}, {"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Router Availability Zone", "links": [], "description": "Availability zone support for router."}, {"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": "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": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}, {"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": "ip_allocation", "updated": "2016-06-10T23:00:00-00:00", "name": "IP Allocation", "links": [], "description": "IP allocation extension."}, {"alias": "qos-fip", "updated": "2017-07-20T00:00:00-00:00", "name": "Floating IP QoS", "links": [], "description": "The floating IP Quality of Service extension"}, {"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"}]} 2018-08-27 13:19:25,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-a5f0e8aa-498f-40a5-b7f6-77798eacdd19 2018-08-27 13:19:25,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.288269042969s 2018-08-27 13:19:25,704 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-a5f0e8aa-498f-40a5-b7f6-77798eacdd19 2018-08-27 13:19:25,714 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-27 13:19:25,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 13:19:25,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" -d '{"network": {"shared": true, "name": "patrole-net_47fff2ba-2968-4188-ac6f-ef5b5df46967", "admin_state_up": true}}' 2018-08-27 13:19:26,232 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-a9855b9f-4967-4ed6-b871-4a699f8785a8 Date: Mon, 27 Aug 2018 13:19:26 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e214c353-9736-4b30-9ef7-a723e9ec113e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":95,"ipv4_address_scope":null,"shared":true,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T13:19:26Z","is_default":false,"qos_policy_id":null,"name":"patrole-net_47fff2ba-2968-4188-ac6f-ef5b5df46967","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T13:19:26Z","mtu":1450}} 2018-08-27 13:19:26,232 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a9855b9f-4967-4ed6-b871-4a699f8785a8 2018-08-27 13:19:26,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.518354892731s 2018-08-27 13:19:26,233 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a9855b9f-4967-4ed6-b871-4a699f8785a8 2018-08-27 13:19:26,233 - 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-27T13:19:26Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e214c353-9736-4b30-9ef7-a723e9ec113e', u'provider:segmentation_id': 95, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'patrole-net_47fff2ba-2968-4188-ac6f-ef5b5df46967', u'created_at': u'2018-08-27T13:19:26Z', u'mtu': 1450, u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'd56eab07eebe4995963c4bcc663afcc8', u'l2_adjacency': True}) 2018-08-27 13:19:26,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 13:19:26,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:19:26,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2098 X-Openstack-Request-Id: req-b685e9fc-7cca-4932-aba6-5db48a5178ca Date: Mon, 27 Aug 2018 13:19:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2a625653-7048-4f01-b5b8-ce0af00e6fa0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f8ab667c-7552-4e4b-9adc-256be45daf9b"],"description":"","tags":[],"updated_at":"2018-08-27T12:29:57Z","qos_policy_id":null,"name":"HA network tenant 68bb65ee0f824b149892348054c9f68c","admin_state_up":true,"tenant_id":"","created_at":"2018-08-27T12:29:57Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e214c353-9736-4b30-9ef7-a723e9ec113e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":95,"ipv4_address_scope":null,"shared":true,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T13:19:26Z","qos_policy_id":null,"name":"patrole-net_47fff2ba-2968-4188-ac6f-ef5b5df46967","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T13:19:26Z","provider:network_type":"vxlan"}]} 2018-08-27 13:19:26,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b685e9fc-7cca-4932-aba6-5db48a5178ca 2018-08-27 13:19:26,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.356856107712s 2018-08-27 13:19:26,591 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b685e9fc-7cca-4932-aba6-5db48a5178ca 2018-08-27 13:19:26,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 13:19:26,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" -d '{"subnet": {"name": "patrole-subnet_47fff2ba-2968-4188-ac6f-ef5b5df46967", "enable_dhcp": true, "network_id": "e214c353-9736-4b30-9ef7-a723e9ec113e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 13:19:27,430 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 693 X-Openstack-Request-Id: req-66c49cf2-e0d1-4905-be47-efc040889522 Date: Mon, 27 Aug 2018 13:19:27 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-27T13:19:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"c84e893c-0ed0-4a35-8946-cb416cb519a1","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d56eab07eebe4995963c4bcc663afcc8","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"patrole-subnet_47fff2ba-2968-4188-ac6f-ef5b5df46967","enable_dhcp":true,"segment_id":null,"network_id":"e214c353-9736-4b30-9ef7-a723e9ec113e","tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T13:19:26Z","ip_version":4}} 2018-08-27 13:19:27,430 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-66c49cf2-e0d1-4905-be47-efc040889522 2018-08-27 13:19:27,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.837292194366s 2018-08-27 13:19:27,431 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-66c49cf2-e0d1-4905-be47-efc040889522 2018-08-27 13:19:27,431 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T13:19:26Z', 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'c84e893c-0ed0-4a35-8946-cb416cb519a1', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_47fff2ba-2968-4188-ac6f-ef5b5df46967', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'e214c353-9736-4b30-9ef7-a723e9ec113e', u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'created_at': u'2018-08-27T13:19:26Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd56eab07eebe4995963c4bcc663afcc8'}) 2018-08-27 13:19:27,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 13:19:27,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "patrole-router_47fff2ba-2968-4188-ac6f-ef5b5df46967", "admin_state_up": true}}' 2018-08-27 13:19:34,373 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-c2257e24-892b-4770-9056-1baa8deab90b Date: Mon, 27 Aug 2018 13:19:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T13:19:28Z", "admin_state_up": true, "updated_at": "2018-08-27T13:19:29Z", "project_id": "d56eab07eebe4995963c4bcc663afcc8", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "35d690dd-d574-4bdc-8f96-b9b630f0a71f", "name": "patrole-router_47fff2ba-2968-4188-ac6f-ef5b5df46967"}} 2018-08-27 13:19:34,373 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-c2257e24-892b-4770-9056-1baa8deab90b 2018-08-27 13:19:34,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.94111084938s 2018-08-27 13:19:34,373 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-c2257e24-892b-4770-9056-1baa8deab90b 2018-08-27 13:19:34,374 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T13:19:29Z', u'revision_number': 3, u'ha': True, u'id': u'35d690dd-d574-4bdc-8f96-b9b630f0a71f', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.208'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-router_47fff2ba-2968-4188-ac6f-ef5b5df46967', u'admin_state_up': True, u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'created_at': u'2018-08-27T13:19:28Z', u'flavor_id': None, u'routes': [], u'project_id': u'd56eab07eebe4995963c4bcc663afcc8'}) 2018-08-27 13:19:34,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 13:19:34,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/35d690dd-d574-4bdc-8f96-b9b630f0a71f/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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" -d '{"subnet_id": "c84e893c-0ed0-4a35-8946-cb416cb519a1"}' 2018-08-27 13:19:37,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-830e7836-46e1-420f-a80c-e68d01bca98f Date: Mon, 27 Aug 2018 13:19:37 GMT RESP BODY: {"network_id": "e214c353-9736-4b30-9ef7-a723e9ec113e", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "subnet_id": "c84e893c-0ed0-4a35-8946-cb416cb519a1", "subnet_ids": ["c84e893c-0ed0-4a35-8946-cb416cb519a1"], "port_id": "c5a3df9e-b0b4-4a75-a86e-b3f8f1fa5915", "id": "35d690dd-d574-4bdc-8f96-b9b630f0a71f"} 2018-08-27 13:19:37,147 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/35d690dd-d574-4bdc-8f96-b9b630f0a71f/add_router_interface.json used request id req-830e7836-46e1-420f-a80c-e68d01bca98f 2018-08-27 13:19:37,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.77199006081s 2018-08-27 13:19:37,147 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/35d690dd-d574-4bdc-8f96-b9b630f0a71f/add_router_interface.json used request id req-830e7836-46e1-420f-a80c-e68d01bca98f returning object 35d690dd-d574-4bdc-8f96-b9b630f0a71f 2018-08-27 13:19:37,147 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 13:19:37,280 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 13:19:37,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 13:19:37,287 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 13:19:37 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 13:19:37,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 13:19:37,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:19:37,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5f563817-0267-445c-8638-6809ac5d1541 Date: Mon, 27 Aug 2018 13:19:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 13:19:37,593 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5f563817-0267-445c-8638-6809ac5d1541 2018-08-27 13:19:37,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301376104355s 2018-08-27 13:19:37,593 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5f563817-0267-445c-8638-6809ac5d1541 2018-08-27 13:19:37,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 13:19:37,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_47fff2ba-2968-4188-ac6f-ef5b5df46967", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_47fff2ba-2968-4188-ac6f-ef5b5df46967"}' 2018-08-27 13:19:37,957 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 930 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/b621e661-09c5-4afa-8813-5ce717880e46 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ffb60141-740b-47d0-b067-c4430e14931b Date: Mon, 27 Aug 2018 13:19:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:19:37Z", "file": "/v2/images/b621e661-09c5-4afa-8813-5ce717880e46/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "b621e661-09c5-4afa-8813-5ce717880e46", "size": null, "self": "/v2/images/b621e661-09c5-4afa-8813-5ce717880e46", "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_47fff2ba-2968-4188-ac6f-ef5b5df46967", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_47fff2ba-2968-4188-ac6f-ef5b5df46967", "checksum": null, "created_at": "2018-08-27T13:19:37Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 13:19:37,958 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ffb60141-740b-47d0-b067-c4430e14931b 2018-08-27 13:19:37,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.357208013535s 2018-08-27 13:19:37,958 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ffb60141-740b-47d0-b067-c4430e14931b returning object b621e661-09c5-4afa-8813-5ce717880e46 2018-08-27 13:19:37,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 13:19:37,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/b621e661-09c5-4afa-8813-5ce717880e46/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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" -d '' 2018-08-27 13:19:39,392 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0f1fb05c-6ae4-4083-ae87-ee075e2d5a8a Date: Mon, 27 Aug 2018 13:19: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 13:19:39,392 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/b621e661-09c5-4afa-8813-5ce717880e46/file used request id req-0f1fb05c-6ae4-4083-ae87-ee075e2d5a8a 2018-08-27 13:19:39,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.43370985985s 2018-08-27 13:19:39,393 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/b621e661-09c5-4afa-8813-5ce717880e46/file used request id req-0f1fb05c-6ae4-4083-ae87-ee075e2d5a8a 2018-08-27 13:19:39,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 13:19:39,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:19:39,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-7170b0ee-d0e6-471c-a262-b7655dbd269e Date: Mon, 27 Aug 2018 13:19:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:19:39Z", "file": "/v2/images/b621e661-09c5-4afa-8813-5ce717880e46/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "b621e661-09c5-4afa-8813-5ce717880e46", "size": 12716032, "self": "/v2/images/b621e661-09c5-4afa-8813-5ce717880e46", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b621e661-09c5-4afa-8813-5ce717880e46/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b621e661-09c5-4afa-8813-5ce717880e46/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_47fff2ba-2968-4188-ac6f-ef5b5df46967", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_47fff2ba-2968-4188-ac6f-ef5b5df46967", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T13:19:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 13:19:39,706 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7170b0ee-d0e6-471c-a262-b7655dbd269e 2018-08-27 13:19:39,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.309314966202s 2018-08-27 13:19:39,706 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7170b0ee-d0e6-471c-a262-b7655dbd269e 2018-08-27 13:19:39,708 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b621e661-09c5-4afa-8813-5ce717880e46/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b621e661-09c5-4afa-8813-5ce717880e46/file', 'owner': u'd56eab07eebe4995963c4bcc663afcc8', 'id': u'b621e661-09c5-4afa-8813-5ce717880e46', 'size': 12716032, u'self': u'/v2/images/b621e661-09c5-4afa-8813-5ce717880e46', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd56eab07eebe4995963c4bcc663afcc8', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b621e661-09c5-4afa-8813-5ce717880e46/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T13:19:39Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T13:19:39Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_47fff2ba-2968-4188-ac6f-ef5b5df46967', '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/b621e661-09c5-4afa-8813-5ce717880e46', 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_47fff2ba-2968-4188-ac6f-ef5b5df46967', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_47fff2ba-2968-4188-ac6f-ef5b5df46967', 'created': u'2018-08-27T13:19:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T13:19:37Z', 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/b621e661-09c5-4afa-8813-5ce717880e46', 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_47fff2ba-2968-4188-ac6f-ef5b5df46967', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 13:19:39,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 13:19:39,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_47fff2ba-2968-4188-ac6f-ef5b5df46967", "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 13:19:40,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:19: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-9c8e0710-a064-4719-bc98-0b60ba0b2bf8 x-compute-request-id: req-9c8e0710-a064-4719-bc98-0b60ba0b2bf8 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_47fff2ba-2968-4188-ac6f-ef5b5df46967", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b5b6ff2b-6124-4480-b6f7-ecf47637065d", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b5b6ff2b-6124-4480-b6f7-ecf47637065d", "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": "b5b6ff2b-6124-4480-b6f7-ecf47637065d"}} 2018-08-27 13:19:40,052 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9c8e0710-a064-4719-bc98-0b60ba0b2bf8 2018-08-27 13:19:40,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.342982053757s 2018-08-27 13:19:40,052 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9c8e0710-a064-4719-bc98-0b60ba0b2bf8 2018-08-27 13:19:40,053 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_47fff2ba-2968-4188-ac6f-ef5b5df46967', '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'd56eab07eebe4995963c4bcc663afcc8', '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'b5b6ff2b-6124-4480-b6f7-ecf47637065d', 'swap': 0}) 2018-08-27 13:19:40,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 13:19:40,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/b5b6ff2b-6124-4480-b6f7-ecf47637065d/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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" -d '{"extra_specs": {}}' 2018-08-27 13:19:40,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13: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 x-openstack-request-id: req-b48f3361-446f-49c4-b56d-168f9ddfed0c x-compute-request-id: req-b48f3361-446f-49c4-b56d-168f9ddfed0c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 13:19:40,076 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/b5b6ff2b-6124-4480-b6f7-ecf47637065d/os-extra_specs used request id req-b48f3361-446f-49c4-b56d-168f9ddfed0c 2018-08-27 13:19:40,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0218629837036s 2018-08-27 13:19:40,076 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/b5b6ff2b-6124-4480-b6f7-ecf47637065d/os-extra_specs used request id req-b48f3361-446f-49c4-b56d-168f9ddfed0c 2018-08-27 13:19:40,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 13:19:40,087 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 13:19:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15287700-07b4-425b-b47c-3802c0c6ef7b 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 13:19:40,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-15287700-07b4-425b-b47c-3802c0c6ef7b 2018-08-27 13:19:40,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 13:19:40,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:19:40,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63fc01c7-954c-4347-9042-14a1320e39ec Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 13:19:40,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-63fc01c7-954c-4347-9042-14a1320e39ec 2018-08-27 13:19:40,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202913999557s 2018-08-27 13:19:40,294 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-63fc01c7-954c-4347-9042-14a1320e39ec 2018-08-27 13:19:40,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 13:19:40,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:19:40,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c3cf574-47af-4704-a506-3e2b4ff4cec2 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 13:19:40,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7c3cf574-47af-4704-a506-3e2b4ff4cec2 2018-08-27 13:19:40,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192239999771s 2018-08-27 13:19:40,491 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7c3cf574-47af-4704-a506-3e2b4ff4cec2 2018-08-27 13:19:40,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-27 13:19:40,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:19:40,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13: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-166a3538-028b-4628-9739-1e104d595b95 x-compute-request-id: req-166a3538-028b-4628-9739-1e104d595b95 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 203}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.5", "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 13:19:40,539 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-166a3538-028b-4628-9739-1e104d595b95 2018-08-27 13:19:40,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0417320728302s 2018-08-27 13:19:40,540 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-166a3538-028b-4628-9739-1e104d595b95 2018-08-27 13:19:40,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 13:19:40,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:19:40,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-88879ca2-eedf-4e3f-aa31-b3a0e40296a7 Date: Mon, 27 Aug 2018 13:19:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:19:39Z", "file": "/v2/images/b621e661-09c5-4afa-8813-5ce717880e46/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "b621e661-09c5-4afa-8813-5ce717880e46", "size": 12716032, "self": "/v2/images/b621e661-09c5-4afa-8813-5ce717880e46", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b621e661-09c5-4afa-8813-5ce717880e46/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b621e661-09c5-4afa-8813-5ce717880e46/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_47fff2ba-2968-4188-ac6f-ef5b5df46967", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_47fff2ba-2968-4188-ac6f-ef5b5df46967", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T13:19:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 13:19:40,568 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-88879ca2-eedf-4e3f-aa31-b3a0e40296a7 2018-08-27 13:19:40,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0243220329285s 2018-08-27 13:19:40,569 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-88879ca2-eedf-4e3f-aa31-b3a0e40296a7 2018-08-27 13:19:40,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 13:19:40,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_47fff2ba-2968-4188-ac6f-ef5b5df46967", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_47fff2ba-2968-4188-ac6f-ef5b5df46967"}' 2018-08-27 13:19:40,908 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 938 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/6cec3e44-492d-407f-b487-a8a2b561b12e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-be8596b9-f270-49f6-8dce-7fbcd14b4044 Date: Mon, 27 Aug 2018 13:19:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:19:40Z", "file": "/v2/images/6cec3e44-492d-407f-b487-a8a2b561b12e/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "6cec3e44-492d-407f-b487-a8a2b561b12e", "size": null, "self": "/v2/images/6cec3e44-492d-407f-b487-a8a2b561b12e", "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_47fff2ba-2968-4188-ac6f-ef5b5df46967", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_47fff2ba-2968-4188-ac6f-ef5b5df46967", "checksum": null, "created_at": "2018-08-27T13:19:40Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 13:19:40,908 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-be8596b9-f270-49f6-8dce-7fbcd14b4044 2018-08-27 13:19:40,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.331903934479s 2018-08-27 13:19:40,909 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-be8596b9-f270-49f6-8dce-7fbcd14b4044 returning object 6cec3e44-492d-407f-b487-a8a2b561b12e 2018-08-27 13:19:40,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 13:19:40,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/6cec3e44-492d-407f-b487-a8a2b561b12e/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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" -d '' 2018-08-27 13:19:42,428 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7e936140-ec13-4303-b3a0-befdba20a820 Date: Mon, 27 Aug 2018 13:19: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 13:19:42,428 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/6cec3e44-492d-407f-b487-a8a2b561b12e/file used request id req-7e936140-ec13-4303-b3a0-befdba20a820 2018-08-27 13:19:42,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.51857590675s 2018-08-27 13:19:42,428 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/6cec3e44-492d-407f-b487-a8a2b561b12e/file used request id req-7e936140-ec13-4303-b3a0-befdba20a820 2018-08-27 13:19:42,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 13:19:42,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:19:42,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2721 Content-Type: application/json X-Openstack-Request-Id: req-eab02864-3d8a-4e38-9e28-a843475299b9 Date: Mon, 27 Aug 2018 13:19:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:19:42Z", "file": "/v2/images/6cec3e44-492d-407f-b487-a8a2b561b12e/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "6cec3e44-492d-407f-b487-a8a2b561b12e", "size": 12716032, "self": "/v2/images/6cec3e44-492d-407f-b487-a8a2b561b12e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/6cec3e44-492d-407f-b487-a8a2b561b12e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/6cec3e44-492d-407f-b487-a8a2b561b12e/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_47fff2ba-2968-4188-ac6f-ef5b5df46967", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_47fff2ba-2968-4188-ac6f-ef5b5df46967", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T13:19:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:19:39Z", "file": "/v2/images/b621e661-09c5-4afa-8813-5ce717880e46/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "b621e661-09c5-4afa-8813-5ce717880e46", "size": 12716032, "self": "/v2/images/b621e661-09c5-4afa-8813-5ce717880e46", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b621e661-09c5-4afa-8813-5ce717880e46/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b621e661-09c5-4afa-8813-5ce717880e46/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_47fff2ba-2968-4188-ac6f-ef5b5df46967", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_47fff2ba-2968-4188-ac6f-ef5b5df46967", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T13:19:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 13:19:42,850 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-eab02864-3d8a-4e38-9e28-a843475299b9 2018-08-27 13:19:42,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.417490005493s 2018-08-27 13:19:42,850 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-eab02864-3d8a-4e38-9e28-a843475299b9 2018-08-27 13:19:42,853 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/6cec3e44-492d-407f-b487-a8a2b561b12e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6cec3e44-492d-407f-b487-a8a2b561b12e/file', 'owner': u'd56eab07eebe4995963c4bcc663afcc8', 'id': u'6cec3e44-492d-407f-b487-a8a2b561b12e', 'size': 12716032, u'self': u'/v2/images/6cec3e44-492d-407f-b487-a8a2b561b12e', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd56eab07eebe4995963c4bcc663afcc8', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/6cec3e44-492d-407f-b487-a8a2b561b12e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T13:19:42Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T13:19:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_47fff2ba-2968-4188-ac6f-ef5b5df46967', '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/6cec3e44-492d-407f-b487-a8a2b561b12e', 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_47fff2ba-2968-4188-ac6f-ef5b5df46967', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_47fff2ba-2968-4188-ac6f-ef5b5df46967', 'created': u'2018-08-27T13:19:40Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T13:19:40Z', 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/6cec3e44-492d-407f-b487-a8a2b561b12e', 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_47fff2ba-2968-4188-ac6f-ef5b5df46967', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 13:19:42,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 13:19:42,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_47fff2ba-2968-4188-ac6f-ef5b5df46967", "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 13:19:42,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:19: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-c52c9fe7-1971-4645-8505-badd77158144 x-compute-request-id: req-c52c9fe7-1971-4645-8505-badd77158144 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_47fff2ba-2968-4188-ac6f-ef5b5df46967", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/2686a341-a9b6-41b0-b0f3-7cdbc1cac04e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/2686a341-a9b6-41b0-b0f3-7cdbc1cac04e", "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": "2686a341-a9b6-41b0-b0f3-7cdbc1cac04e"}} 2018-08-27 13:19:42,895 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c52c9fe7-1971-4645-8505-badd77158144 2018-08-27 13:19:42,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0410349369049s 2018-08-27 13:19:42,895 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c52c9fe7-1971-4645-8505-badd77158144 2018-08-27 13:19:42,896 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_47fff2ba-2968-4188-ac6f-ef5b5df46967', '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'd56eab07eebe4995963c4bcc663afcc8', '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'2686a341-a9b6-41b0-b0f3-7cdbc1cac04e', 'swap': 0}) 2018-08-27 13:19:42,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 13:19:42,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/2686a341-a9b6-41b0-b0f3-7cdbc1cac04e/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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" -d '{"extra_specs": {}}' 2018-08-27 13:19:42,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:19: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-13b67a6d-b6d7-4750-a7b4-ecf7928c2005 x-compute-request-id: req-13b67a6d-b6d7-4750-a7b4-ecf7928c2005 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 13:19:42,917 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/2686a341-a9b6-41b0-b0f3-7cdbc1cac04e/os-extra_specs used request id req-13b67a6d-b6d7-4750-a7b4-ecf7928c2005 2018-08-27 13:19:42,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206742286682s 2018-08-27 13:19:42,918 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/2686a341-a9b6-41b0-b0f3-7cdbc1cac04e/os-extra_specs used request id req-13b67a6d-b6d7-4750-a7b4-ecf7928c2005 2018-08-27 13:19:42,918 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_47fff2ba-2968-4188-ac6f-ef5b5df46967', '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'd56eab07eebe4995963c4bcc663afcc8', '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'2686a341-a9b6-41b0-b0f3-7cdbc1cac04e', 'swap': 0}) 2018-08-27 13:19:46,814 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-27 13:19:46,814 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-27 13:19:46,815 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-27 13:19:46,818 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-27 13:19:46,834 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-27 13:19:50,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b563f93a-65c2-4708-ac26-c050a22efdc0/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 13:19:50,584 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-27 13:19:50,585 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-27 13:19:50,586 - 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 13:22:36,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: f7aad0a3-d7ba-4fb2-9241-b3270c4e4541 2018-08-27 13:22:36,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'f7aad0a3-d7ba-4fb2-9241-b3270c4e4541']'. 2018-08-27 13:22:37,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-27 13:22:37,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-27 13:22:37,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 13:22:37,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | f7aad0a3-d7ba-4fb2-9241-b3270c4e4541 | 2018-08-27 13:22:37,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-27 13:22:37,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-27 13:19:53 | 2018-08-27 13:22:37,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-27 13:22:36 | 2018-08-27 13:22:37,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:43 | 2018-08-27 13:22:37,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-27 13:22:37,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-27 13:22:37,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b563f93a-65c2-4708-ac26-c050a22efdc0) | 2018-08-27 13:22:37,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-27 13:22:37,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: cc972ddf-8377-4529-942e-28246a8f35ad) | 2018-08-27 13:22:37,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-08-27 13:22:37,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 128.991 | 2018-08-27 13:22:37,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 127 | 2018-08-27 13:22:37,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-08-27 13:22:37,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-27 13:22:37,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-27 13:22:37,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-27 13:22:37,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 13:22:37,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-27 13:22:37,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-27 13:22:37,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-27 13:22:37,914 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 13:22:37,914 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:12 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-27 13:22:37,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 13:22:37,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/6cec3e44-492d-407f-b487-a8a2b561b12e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:22:39,277 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-63dff643-07d7-433d-8557-81fa6e8923d5 Date: Mon, 27 Aug 2018 13:22: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 13:22:39,277 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/6cec3e44-492d-407f-b487-a8a2b561b12e used request id req-63dff643-07d7-433d-8557-81fa6e8923d5 2018-08-27 13:22:39,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.35830283165s 2018-08-27 13:22:39,278 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/6cec3e44-492d-407f-b487-a8a2b561b12e used request id req-63dff643-07d7-433d-8557-81fa6e8923d5 2018-08-27 13:22:39,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 13:22:39,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:22:39,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:22: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-84b7820d-e5eb-4c23-ae67-aec2bb8ec7d1 x-compute-request-id: req-84b7820d-e5eb-4c23-ae67-aec2bb8ec7d1 Content-Encoding: gzip Content-Length: 361 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_alt_47fff2ba-2968-4188-ac6f-ef5b5df46967", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/2686a341-a9b6-41b0-b0f3-7cdbc1cac04e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/2686a341-a9b6-41b0-b0f3-7cdbc1cac04e", "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": "2686a341-a9b6-41b0-b0f3-7cdbc1cac04e"}, {"name": "patrole-flavor_47fff2ba-2968-4188-ac6f-ef5b5df46967", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b5b6ff2b-6124-4480-b6f7-ecf47637065d", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b5b6ff2b-6124-4480-b6f7-ecf47637065d", "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": "b5b6ff2b-6124-4480-b6f7-ecf47637065d"}]} 2018-08-27 13:22:39,307 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-84b7820d-e5eb-4c23-ae67-aec2bb8ec7d1 2018-08-27 13:22:39,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0291469097137s 2018-08-27 13:22:39,308 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-84b7820d-e5eb-4c23-ae67-aec2bb8ec7d1 2018-08-27 13:22:39,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 13:22:39,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/2686a341-a9b6-41b0-b0f3-7cdbc1cac04e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:22:39,347 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 13:22: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-4741ce2a-e3d4-4e63-9664-4feefadf230b x-compute-request-id: req-4741ce2a-e3d4-4e63-9664-4feefadf230b Content-Length: 0 Content-Type: application/json 2018-08-27 13:22:39,347 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/2686a341-a9b6-41b0-b0f3-7cdbc1cac04e used request id req-4741ce2a-e3d4-4e63-9664-4feefadf230b 2018-08-27 13:22:39,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0375759601593s 2018-08-27 13:22:39,348 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/2686a341-a9b6-41b0-b0f3-7cdbc1cac04e used request id req-4741ce2a-e3d4-4e63-9664-4feefadf230b 2018-08-27 13:22:39,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 13:22:39,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/35d690dd-d574-4bdc-8f96-b9b630f0a71f/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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" -d '{"subnet_id": "c84e893c-0ed0-4a35-8946-cb416cb519a1"}' 2018-08-27 13:22:42,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d2655a40-a6c7-456d-8f88-9ee0dc289ead Date: Mon, 27 Aug 2018 13:22:42 GMT RESP BODY: {"network_id": "e214c353-9736-4b30-9ef7-a723e9ec113e", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "subnet_id": "c84e893c-0ed0-4a35-8946-cb416cb519a1", "subnet_ids": ["c84e893c-0ed0-4a35-8946-cb416cb519a1"], "port_id": "c5a3df9e-b0b4-4a75-a86e-b3f8f1fa5915", "id": "35d690dd-d574-4bdc-8f96-b9b630f0a71f"} 2018-08-27 13:22:42,211 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/35d690dd-d574-4bdc-8f96-b9b630f0a71f/remove_router_interface.json used request id req-d2655a40-a6c7-456d-8f88-9ee0dc289ead 2018-08-27 13:22:42,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.86311197281s 2018-08-27 13:22:42,212 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/35d690dd-d574-4bdc-8f96-b9b630f0a71f/remove_router_interface.json used request id req-d2655a40-a6c7-456d-8f88-9ee0dc289ead returning object 35d690dd-d574-4bdc-8f96-b9b630f0a71f 2018-08-27 13:22:42,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 13:22:42,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:22:42,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1709 X-Openstack-Request-Id: req-305ed688-2529-4a38-a068-6d2cb409f42f Date: Mon, 27 Aug 2018 13:22:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T13:19:28Z", "admin_state_up": true, "updated_at": "2018-08-27T13:22:40Z", "project_id": "d56eab07eebe4995963c4bcc663afcc8", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "35d690dd-d574-4bdc-8f96-b9b630f0a71f", "name": "patrole-router_47fff2ba-2968-4188-ac6f-ef5b5df46967"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "68bb65ee0f824b149892348054c9f68c", "created_at": "2018-08-27T12:29:58Z", "admin_state_up": true, "updated_at": "2018-08-27T12:30:00Z", "project_id": "68bb65ee0f824b149892348054c9f68c", "flavor_id": null, "revision_number": 5, "routes": [], "ha": true, "id": "5f2b3f59-4937-4a1e-9745-c0a1bd534e52", "name": "tempest-pretest-check-751874663"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8a5a8b4d5f5940fc96cabc268dee3f41", "created_at": "2018-08-27T12:31:16Z", "admin_state_up": false, "updated_at": "2018-08-27T12:31:16Z", "project_id": "8a5a8b4d5f5940fc96cabc268dee3f41", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "be90db42-f7d9-481e-ae84-541ea8075bc9", "name": "tempest-router-1267563662"}]} 2018-08-27 13:22:42,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-305ed688-2529-4a38-a068-6d2cb409f42f 2018-08-27 13:22:42,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.410259008408s 2018-08-27 13:22:42,623 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-305ed688-2529-4a38-a068-6d2cb409f42f 2018-08-27 13:22:42,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 13:22:42,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/35d690dd-d574-4bdc-8f96-b9b630f0a71f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:22:46,843 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9be3d07e-fe8b-4b23-b27f-94757ea0eb1c Content-Length: 0 Date: Mon, 27 Aug 2018 13:22:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 13:22:46,843 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/35d690dd-d574-4bdc-8f96-b9b630f0a71f.json used request id req-9be3d07e-fe8b-4b23-b27f-94757ea0eb1c 2018-08-27 13:22:46,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.21835589409s 2018-08-27 13:22:46,843 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/35d690dd-d574-4bdc-8f96-b9b630f0a71f.json used request id req-9be3d07e-fe8b-4b23-b27f-94757ea0eb1c 2018-08-27 13:22:46,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 13:22:46,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:22:47,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1923 X-Openstack-Request-Id: req-b9d60547-f3f0-4e60-94c6-4bba451f12f8 Date: Mon, 27 Aug 2018 13:22:47 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-27T12:07:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"be54de9c-847e-4a09-971c-0568167e3798","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9e7da560-d286-4d69-b2d6-e7b51586033c","tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:18Z","ip_version":4},{"updated_at":"2018-08-27T13:19:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"c84e893c-0ed0-4a35-8946-cb416cb519a1","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d56eab07eebe4995963c4bcc663afcc8","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"patrole-subnet_47fff2ba-2968-4188-ac6f-ef5b5df46967","enable_dhcp":true,"segment_id":null,"network_id":"e214c353-9736-4b30-9ef7-a723e9ec113e","tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T13:19:26Z","ip_version":4},{"updated_at":"2018-08-27T12:29:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f8ab667c-7552-4e4b-9adc-256be45daf9b","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant 68bb65ee0f824b149892348054c9f68c","enable_dhcp":false,"segment_id":null,"network_id":"2a625653-7048-4f01-b5b8-ce0af00e6fa0","tenant_id":"","created_at":"2018-08-27T12:29:57Z","ip_version":4}]} 2018-08-27 13:22:47,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b9d60547-f3f0-4e60-94c6-4bba451f12f8 2018-08-27 13:22:47,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.321079015732s 2018-08-27 13:22:47,165 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b9d60547-f3f0-4e60-94c6-4bba451f12f8 2018-08-27 13:22:47,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 13:22:47,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/c84e893c-0ed0-4a35-8946-cb416cb519a1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:22:49,483 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-169514ca-3339-4578-ad6e-d8d56a475d15 Date: Mon, 27 Aug 2018 13:22:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 13:22:49,483 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/c84e893c-0ed0-4a35-8946-cb416cb519a1.json used request id req-169514ca-3339-4578-ad6e-d8d56a475d15 2018-08-27 13:22:49,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.31583690643s 2018-08-27 13:22:49,483 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/c84e893c-0ed0-4a35-8946-cb416cb519a1.json used request id req-169514ca-3339-4578-ad6e-d8d56a475d15 2018-08-27 13:22:49,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 13:22:49,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:22:49,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2104 X-Openstack-Request-Id: req-8125ab31-0026-48d9-a137-72aa92608a24 Date: Mon, 27 Aug 2018 13:22:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2a625653-7048-4f01-b5b8-ce0af00e6fa0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f8ab667c-7552-4e4b-9adc-256be45daf9b"],"description":"","tags":[],"updated_at":"2018-08-27T12:29:57Z","qos_policy_id":null,"name":"HA network tenant 68bb65ee0f824b149892348054c9f68c","admin_state_up":true,"tenant_id":"","created_at":"2018-08-27T12:29:57Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e214c353-9736-4b30-9ef7-a723e9ec113e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":95,"ipv4_address_scope":null,"shared":true,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T13:22:49Z","qos_policy_id":null,"name":"patrole-net_47fff2ba-2968-4188-ac6f-ef5b5df46967","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T13:19:26Z","provider:network_type":"vxlan"}]} 2018-08-27 13:22:49,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8125ab31-0026-48d9-a137-72aa92608a24 2018-08-27 13:22:49,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.371741056442s 2018-08-27 13:22:49,856 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8125ab31-0026-48d9-a137-72aa92608a24 2018-08-27 13:22:49,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 13:22:49,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/e214c353-9736-4b30-9ef7-a723e9ec113e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:22:50,925 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5cfdf7f3-fafa-49f9-beac-86e4ebb88db8 Date: Mon, 27 Aug 2018 13:22:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 13:22:50,925 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/e214c353-9736-4b30-9ef7-a723e9ec113e.json used request id req-5cfdf7f3-fafa-49f9-beac-86e4ebb88db8 2018-08-27 13:22:50,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.0682849884s 2018-08-27 13:22:50,925 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/e214c353-9736-4b30-9ef7-a723e9ec113e.json used request id req-5cfdf7f3-fafa-49f9-beac-86e4ebb88db8 2018-08-27 13:22:50,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 13:22:50,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:22:51,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-b5b074a4-f100-4d94-b9fd-7ca5d5852955 Date: Mon, 27 Aug 2018 13:22:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:19:39Z", "file": "/v2/images/b621e661-09c5-4afa-8813-5ce717880e46/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "b621e661-09c5-4afa-8813-5ce717880e46", "size": 12716032, "self": "/v2/images/b621e661-09c5-4afa-8813-5ce717880e46", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b621e661-09c5-4afa-8813-5ce717880e46/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b621e661-09c5-4afa-8813-5ce717880e46/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_47fff2ba-2968-4188-ac6f-ef5b5df46967", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_47fff2ba-2968-4188-ac6f-ef5b5df46967", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T13:19:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 13:22:51,195 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b5b074a4-f100-4d94-b9fd-7ca5d5852955 2018-08-27 13:22:51,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.266036987305s 2018-08-27 13:22:51,196 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b5b074a4-f100-4d94-b9fd-7ca5d5852955 2018-08-27 13:22:51,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 13:22:51,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/b621e661-09c5-4afa-8813-5ce717880e46 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:22:52,241 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-af706e9b-cf6e-4b89-8ce9-8a41ae0a7aef Date: Mon, 27 Aug 2018 13:22: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 13:22:52,242 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/b621e661-09c5-4afa-8813-5ce717880e46 used request id req-af706e9b-cf6e-4b89-8ce9-8a41ae0a7aef 2018-08-27 13:22:52,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.04452300072s 2018-08-27 13:22:52,242 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/b621e661-09c5-4afa-8813-5ce717880e46 used request id req-af706e9b-cf6e-4b89-8ce9-8a41ae0a7aef 2018-08-27 13:22:52,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 13:22:52,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:22:52,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:22: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-158cb76c-5fab-4171-ac25-c6859c227bb6 x-compute-request-id: req-158cb76c-5fab-4171-ac25-c6859c227bb6 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_47fff2ba-2968-4188-ac6f-ef5b5df46967", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b5b6ff2b-6124-4480-b6f7-ecf47637065d", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b5b6ff2b-6124-4480-b6f7-ecf47637065d", "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": "b5b6ff2b-6124-4480-b6f7-ecf47637065d"}]} 2018-08-27 13:22:52,265 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-158cb76c-5fab-4171-ac25-c6859c227bb6 2018-08-27 13:22:52,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0222508907318s 2018-08-27 13:22:52,265 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-158cb76c-5fab-4171-ac25-c6859c227bb6 2018-08-27 13:22:52,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 13:22:52,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/b5b6ff2b-6124-4480-b6f7-ecf47637065d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9277d6b85cc5eafdf6c4b7c45cd1400b91b1e876" 2018-08-27 13:22:52,311 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 13:22: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-8484c875-d4bc-4c86-b328-8f28af10784d x-compute-request-id: req-8484c875-d4bc-4c86-b328-8f28af10784d Content-Length: 0 Content-Type: application/json 2018-08-27 13:22:52,311 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/b5b6ff2b-6124-4480-b6f7-ecf47637065d used request id req-8484c875-d4bc-4c86-b328-8f28af10784d 2018-08-27 13:22:52,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0443570613861s 2018-08-27 13:22:52,311 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/b5b6ff2b-6124-4480-b6f7-ecf47637065d used request id req-8484c875-d4bc-4c86-b328-8f28af10784d 2018-08-27 13:22:52,372 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-08-27 13:22:52,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 13:22:52,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 13:22:52,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 13:22:52,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 13:22:52,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 13:22:52,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 13:22:52,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 13:22:52,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 13:22:52,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 13:22:52,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 13:22:52,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 13:22:52,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 13:22:52,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 13:22:52,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 13:22:52,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 13:22:52,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 13:22:52,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 13:22:52,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 13:22:52,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 13:22:52,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 13:22:52,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 13:22:52,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 13:22:52,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 13:22:52,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 13:22:52,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 13:22:52,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 13:22:52,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:22:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cf73290-298d-4475-8af6-2113eae2025b 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 13:22:52,426 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7cf73290-298d-4475-8af6-2113eae2025b 2018-08-27 13:22:52,427 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 13:22:52,836 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T14:22:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["ddSUOtnuTgW70z2COsiuGQ"], "issued_at": "2018-08-27T13:22:52.000000Z"}} 2018-08-27 13:22:52,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 13:22:52,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:22:53,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-41e1d7ab-4f9e-4cfa-8d6b-cb83f44ddacd Date: Mon, 27 Aug 2018 13:22:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 13:22:53,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-41e1d7ab-4f9e-4cfa-8d6b-cb83f44ddacd 2018-08-27 13:22:53,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.3629322052s 2018-08-27 13:22:53,202 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-41e1d7ab-4f9e-4cfa-8d6b-cb83f44ddacd 2018-08-27 13:22:53,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 13:22:53,210 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 13:22:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-355a5315-c7d3-4610-bbf1-a01f1418e080 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 13:22:53,211 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-355a5315-c7d3-4610-bbf1-a01f1418e080 2018-08-27 13:22:53,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 13:22:53,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:22:53,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:22:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf03e004-b344-45b3-9495-13f45461c094 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/1822875bebb84e26b6f0f5a37895742c"}, "tags": [], "enabled": true, "id": "1822875bebb84e26b6f0f5a37895742c", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 13:22:53,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-bf03e004-b344-45b3-9495-13f45461c094 2018-08-27 13:22:53,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.193259954453s 2018-08-27 13:22:53,405 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-bf03e004-b344-45b3-9495-13f45461c094 2018-08-27 13:22:53,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 13:22:53,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" -d '{"project": {"description": "Created by OPNFV Functest: vmtp", "enabled": true, "domain_id": "default", "name": "vmtp-project_b105f36a-508a-4f4c-a38d-e4bc86739d19"}}' 2018-08-27 13:22:53,642 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 13:22:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d07dcbea-89b8-45ff-a20d-04d7dfc9860d 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.28:5000/v3/projects/03ce2c30859f4d15992cde7b9e1c8128"}, "tags": [], "enabled": true, "id": "03ce2c30859f4d15992cde7b9e1c8128", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_b105f36a-508a-4f4c-a38d-e4bc86739d19"}} 2018-08-27 13:22:53,642 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-d07dcbea-89b8-45ff-a20d-04d7dfc9860d 2018-08-27 13:22:53,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.22968506813s 2018-08-27 13:22:53,642 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-d07dcbea-89b8-45ff-a20d-04d7dfc9860d 2018-08-27 13:22:53,643 - 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'03ce2c30859f4d15992cde7b9e1c8128', '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_b105f36a-508a-4f4c-a38d-e4bc86739d19'}) 2018-08-27 13:22:53,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 13:22:53,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "81c7541e-8361-46b1-b8de-20cfb9d330b7", "email": null, "name": "vmtp-user_b105f36a-508a-4f4c-a38d-e4bc86739d19"}}' 2018-08-27 13:22:54,097 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 13:22:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d1d660b-4e8b-4e37-8eed-a74d852822a6 Content-Length: 319 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_b105f36a-508a-4f4c-a38d-e4bc86739d19", "links": {"self": "http://172.30.9.28:5000/v3/users/f7dcf5b3249642d7a844a7f95fc342b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f7dcf5b3249642d7a844a7f95fc342b3", "domain_id": "default", "password_expires_at": null}} 2018-08-27 13:22:54,097 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-8d1d660b-4e8b-4e37-8eed-a74d852822a6 2018-08-27 13:22:54,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.4491751194s 2018-08-27 13:22:54,098 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-8d1d660b-4e8b-4e37-8eed-a74d852822a6 2018-08-27 13:22:54,098 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f7dcf5b3249642d7a844a7f95fc342b3', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmtp-user_b105f36a-508a-4f4c-a38d-e4bc86739d19'}) 2018-08-27 13:22:54,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 13:22:54,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:22:54,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba2b7725-5672-4aa5-a2d1-99e241188f3d Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 13:22:54,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ba2b7725-5672-4aa5-a2d1-99e241188f3d 2018-08-27 13:22:54,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193690776825s 2018-08-27 13:22:54,296 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ba2b7725-5672-4aa5-a2d1-99e241188f3d 2018-08-27 13:22:54,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 13:22:54,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:22:54,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-373044f3-cf85-41b9-b10c-73136f792ad9 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 13:22:54,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-373044f3-cf85-41b9-b10c-73136f792ad9 2018-08-27 13:22:54,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198220968246s 2018-08-27 13:22:54,499 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-373044f3-cf85-41b9-b10c-73136f792ad9 2018-08-27 13:22:54,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 13:22:54,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:22:54,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbeba059-12b7-4010-874a-83192c9a7f46 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 13:22:54,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cbeba059-12b7-4010-874a-83192c9a7f46 2018-08-27 13:22:54,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177508115768s 2018-08-27 13:22:54,682 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cbeba059-12b7-4010-874a-83192c9a7f46 2018-08-27 13:22:54,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 13:22:54,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:22:54,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fc7afd4-876d-4ceb-b162-8928a2029957 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 13:22:54,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-7fc7afd4-876d-4ceb-b162-8928a2029957 2018-08-27 13:22:54,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.197313070297s 2018-08-27 13:22:54,885 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-7fc7afd4-876d-4ceb-b162-8928a2029957 2018-08-27 13:22:54,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 13:22:54,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:22:55,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e01f5725-1176-406b-920b-8f2f6d94606e Content-Encoding: gzip Content-Length: 963 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}, {"name": "vmtp-user_b105f36a-508a-4f4c-a38d-e4bc86739d19", "links": {"self": "http://172.30.9.28:5000/v3/users/f7dcf5b3249642d7a844a7f95fc342b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f7dcf5b3249642d7a844a7f95fc342b3", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 13:22:55,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-e01f5725-1176-406b-920b-8f2f6d94606e 2018-08-27 13:22:55,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.216128110886s 2018-08-27 13:22:55,102 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-e01f5725-1176-406b-920b-8f2f6d94606e 2018-08-27 13:22:55,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 13:22:55,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:22:55,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1643ae75-3f16-4c02-9525-d578997785d5 Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "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.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.28:5000/v3/projects/03ce2c30859f4d15992cde7b9e1c8128"}, "tags": [], "enabled": true, "id": "03ce2c30859f4d15992cde7b9e1c8128", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_b105f36a-508a-4f4c-a38d-e4bc86739d19"}]} 2018-08-27 13:22:55,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-1643ae75-3f16-4c02-9525-d578997785d5 2018-08-27 13:22:55,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.192943096161s 2018-08-27 13:22:55,307 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-1643ae75-3f16-4c02-9525-d578997785d5 2018-08-27 13:22:55,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 13:22:55,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=f7dcf5b3249642d7a844a7f95fc342b3&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=03ce2c30859f4d15992cde7b9e1c8128" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:22:55,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9317f948-8934-48f5-93ac-121dadca313e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=f7dcf5b3249642d7a844a7f95fc342b3&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=03ce2c30859f4d15992cde7b9e1c8128", "previous": null, "next": null}} 2018-08-27 13:22:55,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=f7dcf5b3249642d7a844a7f95fc342b3&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=03ce2c30859f4d15992cde7b9e1c8128 used request id req-9317f948-8934-48f5-93ac-121dadca313e 2018-08-27 13:22:55,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.19489979744s 2018-08-27 13:22:55,510 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=f7dcf5b3249642d7a844a7f95fc342b3&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=03ce2c30859f4d15992cde7b9e1c8128 used request id req-9317f948-8934-48f5-93ac-121dadca313e 2018-08-27 13:22:55,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 13:22:55,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/03ce2c30859f4d15992cde7b9e1c8128/users/f7dcf5b3249642d7a844a7f95fc342b3/roles/2d704632e4b7449aa0baeaa243e3aa0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:22:55,705 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 13:22:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd90ee1e-6d77-4123-ac4f-13032305fc98 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 13:22:55,705 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/03ce2c30859f4d15992cde7b9e1c8128/users/f7dcf5b3249642d7a844a7f95fc342b3/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-cd90ee1e-6d77-4123-ac4f-13032305fc98 2018-08-27 13:22:55,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.191559076309s 2018-08-27 13:22:55,705 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/03ce2c30859f4d15992cde7b9e1c8128/users/f7dcf5b3249642d7a844a7f95fc342b3/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-cd90ee1e-6d77-4123-ac4f-13032305fc98 2018-08-27 13:22:55,706 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmtp-project_b105f36a-508a-4f4c-a38d-e4bc86739d19', 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'03ce2c30859f4d15992cde7b9e1c8128', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '81c7541e-8361-46b1-b8de-20cfb9d330b7', 'username': u'vmtp-user_b105f36a-508a-4f4c-a38d-e4bc86739d19', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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 13:22:55,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 13:22:55,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 13:22:55,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 13:22:55,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 13:22:55,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 13:22:55,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 13:22:55,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 13:22:55,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 13:22:55,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 13:22:55,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 13:22:55,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 13:22:55,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 13:22:55,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 13:22:55,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 13:22:55,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 13:22:55,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 13:22:55,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 13:22:55,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 13:22:55,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 13:22:55,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 13:22:55,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 13:22:55,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 13:22:55,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 13:22:55,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 13:22:55,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 13:22:55,712 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmtp-user_b105f36a-508a-4f4c-a38d-e4bc86739d19', 'password': '81c7541e-8361-46b1-b8de-20cfb9d330b7', 'project_name': 'vmtp-project_b105f36a-508a-4f4c-a38d-e4bc86739d19', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '03ce2c30859f4d15992cde7b9e1c8128', 'project_domain_name': 'Default'} 2018-08-27 13:22:55,716 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-08-27 13:22:55,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 13:22:55,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b67b61e3-403e-48b1-b5b9-704321d18808 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 13:22:55,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b67b61e3-403e-48b1-b5b9-704321d18808 2018-08-27 13:22:55,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 13:22:56,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T14:22:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03ce2c30859f4d15992cde7b9e1c8128", "name": "vmtp-project_b105f36a-508a-4f4c-a38d-e4bc86739d19"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/03ce2c30859f4d15992cde7b9e1c8128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/03ce2c30859f4d15992cde7b9e1c8128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/03ce2c30859f4d15992cde7b9e1c8128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_03ce2c30859f4d15992cde7b9e1c8128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_03ce2c30859f4d15992cde7b9e1c8128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/03ce2c30859f4d15992cde7b9e1c8128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/03ce2c30859f4d15992cde7b9e1c8128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/03ce2c30859f4d15992cde7b9e1c8128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/03ce2c30859f4d15992cde7b9e1c8128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/03ce2c30859f4d15992cde7b9e1c8128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/03ce2c30859f4d15992cde7b9e1c8128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/03ce2c30859f4d15992cde7b9e1c8128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/03ce2c30859f4d15992cde7b9e1c8128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/03ce2c30859f4d15992cde7b9e1c8128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmtp-user_b105f36a-508a-4f4c-a38d-e4bc86739d19", "id": "f7dcf5b3249642d7a844a7f95fc342b3"}, "audit_ids": ["pCuzmngCRpWXGaivnMyf6A"], "issued_at": "2018-08-27T13:22:56.000000Z"}} 2018-08-27 13:22:56,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 13:22:56,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a6c8e8e359fe38e2464219dd079a10e175718f8c" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "vmtp-router_b105f36a-508a-4f4c-a38d-e4bc86739d19", "admin_state_up": true}}' 2018-08-27 13:23:02,852 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-4a2454f1-9fb4-4e78-8c02-1ae8dba70e7c Date: Mon, 27 Aug 2018 13:23:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "03ce2c30859f4d15992cde7b9e1c8128", "created_at": "2018-08-27T13:22:57Z", "admin_state_up": true, "updated_at": "2018-08-27T13:22:58Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "03ce2c30859f4d15992cde7b9e1c8128", "id": "c28dc8e6-71ca-4ae0-bc93-ce1a1bb85923", "name": "vmtp-router_b105f36a-508a-4f4c-a38d-e4bc86739d19"}} 2018-08-27 13:23:02,852 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-4a2454f1-9fb4-4e78-8c02-1ae8dba70e7c 2018-08-27 13:23:02,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.72147607803s 2018-08-27 13:23:02,852 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-4a2454f1-9fb4-4e78-8c02-1ae8dba70e7c 2018-08-27 13:23:02,853 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T13:22:58Z', u'revision_number': 3, u'id': u'c28dc8e6-71ca-4ae0-bc93-ce1a1bb85923', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmtp-router_b105f36a-508a-4f4c-a38d-e4bc86739d19', u'admin_state_up': True, u'tenant_id': u'03ce2c30859f4d15992cde7b9e1c8128', u'created_at': u'2018-08-27T13:22:57Z', u'flavor_id': None, u'routes': [], u'project_id': u'03ce2c30859f4d15992cde7b9e1c8128'}) 2018-08-27 13:23:02,853 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-27 13:23:04,341 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-27 13:23:04,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 13:23:04,348 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 13:23:04 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 13:23:04,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 13:23:04,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6c8e8e359fe38e2464219dd079a10e175718f8c" 2018-08-27 13:23:04,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-15dfa5df-6a27-4501-b114-9a837dc98e1d Date: Mon, 27 Aug 2018 13:23:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 13:23:04,649 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-15dfa5df-6a27-4501-b114-9a837dc98e1d 2018-08-27 13:23:04,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.299348115921s 2018-08-27 13:23:04,649 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-15dfa5df-6a27-4501-b114-9a837dc98e1d 2018-08-27 13:23:04,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 13:23:04,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a6c8e8e359fe38e2464219dd079a10e175718f8c" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/vmtp-img_b105f36a-508a-4f4c-a38d-e4bc86739d19", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_b105f36a-508a-4f4c-a38d-e4bc86739d19"}' 2018-08-27 13:23:05,400 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 925 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/9c604b50-b7c3-49db-9b26-8a7da05b15de Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a72978b0-dbf0-42a9-9e29-7c92739535d3 Date: Mon, 27 Aug 2018 13:23:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:23:05Z", "file": "/v2/images/9c604b50-b7c3-49db-9b26-8a7da05b15de/file", "owner": "03ce2c30859f4d15992cde7b9e1c8128", "id": "9c604b50-b7c3-49db-9b26-8a7da05b15de", "size": null, "self": "/v2/images/9c604b50-b7c3-49db-9b26-8a7da05b15de", "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_b105f36a-508a-4f4c-a38d-e4bc86739d19", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_b105f36a-508a-4f4c-a38d-e4bc86739d19", "checksum": null, "created_at": "2018-08-27T13:23:05Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 13:23:05,400 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a72978b0-dbf0-42a9-9e29-7c92739535d3 2018-08-27 13:23:05,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.743244886398s 2018-08-27 13:23:05,401 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a72978b0-dbf0-42a9-9e29-7c92739535d3 returning object 9c604b50-b7c3-49db-9b26-8a7da05b15de 2018-08-27 13:23:05,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 13:23:05,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/9c604b50-b7c3-49db-9b26-8a7da05b15de/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}a6c8e8e359fe38e2464219dd079a10e175718f8c" -d '' 2018-08-27 13:23:10,307 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cae31260-be92-451c-b193-0d1efbb0bcd2 Date: Mon, 27 Aug 2018 13:23: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 13:23:10,307 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/9c604b50-b7c3-49db-9b26-8a7da05b15de/file used request id req-cae31260-be92-451c-b193-0d1efbb0bcd2 2018-08-27 13:23:10,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.90464186668s 2018-08-27 13:23:10,307 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/9c604b50-b7c3-49db-9b26-8a7da05b15de/file used request id req-cae31260-be92-451c-b193-0d1efbb0bcd2 2018-08-27 13:23:10,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 13:23:10,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6c8e8e359fe38e2464219dd079a10e175718f8c" 2018-08-27 13:23:10,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-d101a1c9-930d-435d-afd2-a96ca22e43f4 Date: Mon, 27 Aug 2018 13:23:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:23:10Z", "file": "/v2/images/9c604b50-b7c3-49db-9b26-8a7da05b15de/file", "owner": "03ce2c30859f4d15992cde7b9e1c8128", "id": "9c604b50-b7c3-49db-9b26-8a7da05b15de", "size": 263193088, "self": "/v2/images/9c604b50-b7c3-49db-9b26-8a7da05b15de", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/9c604b50-b7c3-49db-9b26-8a7da05b15de/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/9c604b50-b7c3-49db-9b26-8a7da05b15de/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_b105f36a-508a-4f4c-a38d-e4bc86739d19", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_b105f36a-508a-4f4c-a38d-e4bc86739d19", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T13:23:05Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 13:23:10,622 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d101a1c9-930d-435d-afd2-a96ca22e43f4 2018-08-27 13:23:10,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.310267925262s 2018-08-27 13:23:10,622 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d101a1c9-930d-435d-afd2-a96ca22e43f4 2018-08-27 13:23:10,624 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/9c604b50-b7c3-49db-9b26-8a7da05b15de/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9c604b50-b7c3-49db-9b26-8a7da05b15de/file', 'owner': u'03ce2c30859f4d15992cde7b9e1c8128', 'id': u'9c604b50-b7c3-49db-9b26-8a7da05b15de', 'size': 263193088, u'self': u'/v2/images/9c604b50-b7c3-49db-9b26-8a7da05b15de', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'03ce2c30859f4d15992cde7b9e1c8128', 'name': 'vmtp-project_b105f36a-508a-4f4c-a38d-e4bc86739d19', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/9c604b50-b7c3-49db-9b26-8a7da05b15de/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T13:23:10Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T13:23:10Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_b105f36a-508a-4f4c-a38d-e4bc86739d19', '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/9c604b50-b7c3-49db-9b26-8a7da05b15de', 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_b105f36a-508a-4f4c-a38d-e4bc86739d19', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'vmtp-img_b105f36a-508a-4f4c-a38d-e4bc86739d19', 'created': u'2018-08-27T13:23:05Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-27T13:23:05Z', 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/9c604b50-b7c3-49db-9b26-8a7da05b15de', 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_b105f36a-508a-4f4c-a38d-e4bc86739d19', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-27 13:23:10,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 13:23:10,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_b105f36a-508a-4f4c-a38d-e4bc86739d19", "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 13:23:11,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:23: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-6226acda-c5e0-413f-aaa0-f50c1aa54e5d x-compute-request-id: req-6226acda-c5e0-413f-aaa0-f50c1aa54e5d Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_b105f36a-508a-4f4c-a38d-e4bc86739d19", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/823452bd-7a69-495f-9a91-1d02320d79b7", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/823452bd-7a69-495f-9a91-1d02320d79b7", "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": "823452bd-7a69-495f-9a91-1d02320d79b7"}} 2018-08-27 13:23:11,059 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6226acda-c5e0-413f-aaa0-f50c1aa54e5d 2018-08-27 13:23:11,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.433495044708s 2018-08-27 13:23:11,059 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6226acda-c5e0-413f-aaa0-f50c1aa54e5d 2018-08-27 13:23:11,060 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_b105f36a-508a-4f4c-a38d-e4bc86739d19', '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'd56eab07eebe4995963c4bcc663afcc8', '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'823452bd-7a69-495f-9a91-1d02320d79b7', 'swap': 0}) 2018-08-27 13:23:11,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 13:23:11,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/823452bd-7a69-495f-9a91-1d02320d79b7/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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" -d '{"extra_specs": {}}' 2018-08-27 13:23:11,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13: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-c815f5a9-6998-443b-a0e1-512e0b9bf835 x-compute-request-id: req-c815f5a9-6998-443b-a0e1-512e0b9bf835 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 13:23:11,096 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/823452bd-7a69-495f-9a91-1d02320d79b7/os-extra_specs used request id req-c815f5a9-6998-443b-a0e1-512e0b9bf835 2018-08-27 13:23:11,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0348320007324s 2018-08-27 13:23:11,096 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/823452bd-7a69-495f-9a91-1d02320d79b7/os-extra_specs used request id req-c815f5a9-6998-443b-a0e1-512e0b9bf835 2018-08-27 13:23:11,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 13:23:11,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:23:11,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc5bc0b9-3f6d-4f53-853b-cb17f45d8a9e Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 13:23:11,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-dc5bc0b9-3f6d-4f53-853b-cb17f45d8a9e 2018-08-27 13:23:11,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.211611032486s 2018-08-27 13:23:11,312 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-dc5bc0b9-3f6d-4f53-853b-cb17f45d8a9e 2018-08-27 13:23:11,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 13:23:11,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:23:11,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce456f1b-b922-444b-8481-d9af489dc62e Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 13:23:11,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ce456f1b-b922-444b-8481-d9af489dc62e 2018-08-27 13:23:11,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181771993637s 2018-08-27 13:23:11,499 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ce456f1b-b922-444b-8481-d9af489dc62e 2018-08-27 13:23:11,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 13:23:11,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:23:11,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bcb9f31-82a0-4046-a156-17744c9459d1 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 13:23:11,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-7bcb9f31-82a0-4046-a156-17744c9459d1 2018-08-27 13:23:11,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.193898916245s 2018-08-27 13:23:11,698 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-7bcb9f31-82a0-4046-a156-17744c9459d1 2018-08-27 13:23:11,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 13:23:11,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:23:11,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f925b520-b8f8-48f3-be53-7c4b477d7dc4 Content-Encoding: gzip Content-Length: 963 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}, {"name": "vmtp-user_b105f36a-508a-4f4c-a38d-e4bc86739d19", "links": {"self": "http://172.30.9.28:5000/v3/users/f7dcf5b3249642d7a844a7f95fc342b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f7dcf5b3249642d7a844a7f95fc342b3", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 13:23:11,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f925b520-b8f8-48f3-be53-7c4b477d7dc4 2018-08-27 13:23:11,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.222364902496s 2018-08-27 13:23:11,922 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f925b520-b8f8-48f3-be53-7c4b477d7dc4 2018-08-27 13:23:11,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 13:23:11,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:23:12,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3f250d1-57a6-4708-859f-f524a123db67 Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "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.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.28:5000/v3/projects/03ce2c30859f4d15992cde7b9e1c8128"}, "tags": [], "enabled": true, "id": "03ce2c30859f4d15992cde7b9e1c8128", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_b105f36a-508a-4f4c-a38d-e4bc86739d19"}]} 2018-08-27 13:23:12,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-f3f250d1-57a6-4708-859f-f524a123db67 2018-08-27 13:23:12,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.18657708168s 2018-08-27 13:23:12,121 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-f3f250d1-57a6-4708-859f-f524a123db67 2018-08-27 13:23:12,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 13:23:12,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=f7dcf5b3249642d7a844a7f95fc342b3&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=03ce2c30859f4d15992cde7b9e1c8128" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:23:12,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:23:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8de9c89-8c65-4edf-8644-586bf181c1d0 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=f7dcf5b3249642d7a844a7f95fc342b3&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=03ce2c30859f4d15992cde7b9e1c8128", "previous": null, "next": null}} 2018-08-27 13:23:12,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=f7dcf5b3249642d7a844a7f95fc342b3&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=03ce2c30859f4d15992cde7b9e1c8128 used request id req-e8de9c89-8c65-4edf-8644-586bf181c1d0 2018-08-27 13:23:12,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.202996015549s 2018-08-27 13:23:12,332 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=f7dcf5b3249642d7a844a7f95fc342b3&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=03ce2c30859f4d15992cde7b9e1c8128 used request id req-e8de9c89-8c65-4edf-8644-586bf181c1d0 2018-08-27 13:23:12,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 13:23:12,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/03ce2c30859f4d15992cde7b9e1c8128/users/f7dcf5b3249642d7a844a7f95fc342b3/roles/6b26747647ee4eed8251bc5366eb3a92 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:23:12,572 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 13:23:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c631ab0-a2df-4926-95e7-06a75c9e978c 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 13:23:12,573 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/03ce2c30859f4d15992cde7b9e1c8128/users/f7dcf5b3249642d7a844a7f95fc342b3/roles/6b26747647ee4eed8251bc5366eb3a92 used request id req-9c631ab0-a2df-4926-95e7-06a75c9e978c 2018-08-27 13:23:12,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.237262964249s 2018-08-27 13:23:12,573 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/03ce2c30859f4d15992cde7b9e1c8128/users/f7dcf5b3249642d7a844a7f95fc342b3/roles/6b26747647ee4eed8251bc5366eb3a92 used request id req-9c631ab0-a2df-4926-95e7-06a75c9e978c 2018-08-27 13:23:12,573 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_b105f36a-508a-4f4c-a38d-e4bc86739d19' 2018-08-27 13:23:12,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 13:23:12,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a6c8e8e359fe38e2464219dd079a10e175718f8c" -d '{"keypair": {"name": "vmtp_b105f36a-508a-4f4c-a38d-e4bc86739d19"}}' 2018-08-27 13:23:13,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13: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,Accept-Encoding x-openstack-request-id: req-5dcbabd4-f5fa-4c6c-9f9b-622a2bdd4653 x-compute-request-id: req-5dcbabd4-f5fa-4c6c-9f9b-622a2bdd4653 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcvSTnCp8BYbqgZ5V/TYIVPSowPtSEnM7j0UHuwAp1g5D0MsTmv/v6KiikA+SndwnNcwV1Y63/Ye0u3aazzjLILxQpH+YkF7ucde75wtFwz+8CET1G5Eim7ots1nxicRD9ABUSara/XBGG5vlhOWkV//wQMZAK1d8GDaPjvxp3U0hlDbI9u+1i8I3euvlnm8n3ViHfbp6gFMNJVGl8dwBmack4dn3/Nwi0sq+GBAq0lz4DubfgCmzzpXOszA5h+TThjqbH8OvguTEcolYBSmpHV+bFR3O0SaEhFJafQmIs0EN2bjwJN/gVZnjaVn5ToKkoh6falB64bKMPi1cTyrth Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA3L0k5wqfAWG6oGeVf02CFT0qMD7UhJzO49FB7sAKdYOQ9DLE\n5r/7+ioopAPkp3cJzXMFdWOt/2HtLt2ms84yyC8UKR/mJBe7nHXu+cLRcM/vAhE9\nRuRIpu6LbNZ8YnEQ/QAVEmq2v1wRhub5YTlpFf/8EDGQCtXfBg2j478ad1NIZQ2y\nPbvtYvCN3rr5Z5vJ91Yh326eoBTDSVRpfHcAZmnJOHZ9/zcItLKvhgQKtJc+A7m3\n4Aps86VzrMwOYfk04Y6mx/Dr4LkxHKJWAUpqR1fmxUdztEmhIRSWn0JiLNBDdm48\nCTf4FWZ42lZ+U6CpKIen2pQeuGyjD4tXE8q7YQIDAQABAoIBAQCWpAosFmZ+9ef8\nEdTHZOjSf8Rr2mUD/1N9y8/4FFzO57Ojw4X2h6x5hA3qKLIBy04IRGfEPft/np/T\n7PYYHS8wyFg03I0dsoiZdS5aiqaOG4lb2tH7sE0YhxDlfNa0A795OXYn9GW04Csh\n6jzkKd7aYbDuiDRqAJzML8DZ6xAvv4Qh5iyCvchJ5U7ccSup9fth2VZ6n2zZ+j7Y\nUghdOguLJigwobYLZVE4QobbZvfrB89WneIR1FOgGX4NalQqkk/vuVGActUu4nB9\nA/DY+0xqPJhl2PU7iaGkS0MfaY7g4W4JWgSJ3fT7VdTut7Jf5BftADHa8sA37Vay\nFEh2PO5xAoGBAP5vyG3xNXAJliEo3/47bBxOT3YnCtGd6ZC8nfDmYMdX9Py+lkGr\nl52yPHNNS6PCb0EaxKNqCGqGKBt/1JPvPujXSdBHsLZTTPl/fI3+cNpVN7+Lolv6\nbVwMYbi8XEViB4eUxct6Rt3xYiw/Ar/uHLkn8tWEAVGxvHrC1rSuMpOtAoGBAN4Y\nWytwzqlm2jeVNkVACeSlCzmgazjSKX+c0giEZdCIJESHmjHMwratBHSdD4vTJs0M\n35O//359dtpKiLZgrAHhqBamUvZyyq6MKZO2bIarie6xl5zNmNvcApMvnKr4cob3\nL2RWrGBh4C4bWWpiS79R+tJgnv9bogKbBoFmyF0FAoGBAOCkw1rGl/7GiAXY+AOY\nZXiMb74K9JNkkB6ZWf2i+hmnAAfTIgjzPpceEh9fRIRenCnoP2tkp++daXX2JDNF\nDc84ndRGJ7Ci1ZiHxen8l5k9mk4FNCFvdvTJfdJEhFdCGRHM+eIQoNc+UwZrz7qz\nuiqEKfP4a828VoQw2K6ICuG1AoGAMYnJPCVLU2nHnsI/eq7QBhnyKQZpJCFsdDRs\nfM3bT+ot/MMqV5VOkSSCa+hkgVG1w+LtM62NtY8SpZoeaF+jvj+xGGw88Q+luc01\nsObtyhQVDhK6uJT7VX77bA0gqtoD4arc/Up/5HewY1hiV2JZdvE4OximHls4BdDC\nYLamVmkCgYBT7cTkUzUlEpTGyhtho7iuv54DkIGZqMnt8IKiFx4x/RxNte0BFjuz\nYc7Kh8dQczibNhEaefChhfnYCILOkoVSuCg3k9sSnipcjPCZ9oEDPksMM/4EVSHs\nh1sULh8DiGaTvvRix/zSzxSaBtTkuRcOgcNPoUayijiZgIbgAyVX5g==\n-----END RSA PRIVATE KEY-----\n", "user_id": "f7dcf5b3249642d7a844a7f95fc342b3", "name": "vmtp_b105f36a-508a-4f4c-a38d-e4bc86739d19", "fingerprint": "0f:c0:26:4a:1e:12:57:bc:01:42:61:92:6c:a4:4c:21"}} 2018-08-27 13:23:13,067 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-5dcbabd4-f5fa-4c6c-9f9b-622a2bdd4653 2018-08-27 13:23:13,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.493593215942s 2018-08-27 13:23:13,068 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-5dcbabd4-f5fa-4c6c-9f9b-622a2bdd4653 2018-08-27 13:23:13,070 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcvSTnCp8BYbqgZ5V/TYIVPSowPtSEnM7j0UHuwAp1g5D0MsTmv/v6KiikA+SndwnNcwV1Y63/Ye0u3aazzjLILxQpH+YkF7ucde75wtFwz+8CET1G5Eim7ots1nxicRD9ABUSara/XBGG5vlhOWkV//wQMZAK1d8GDaPjvxp3U0hlDbI9u+1i8I3euvlnm8n3ViHfbp6gFMNJVGl8dwBmack4dn3/Nwi0sq+GBAq0lz4DubfgCmzzpXOszA5h+TThjqbH8OvguTEcolYBSmpHV+bFR3O0SaEhFJafQmIs0EN2bjwJN/gVZnjaVn5ToKkoh6falB64bKMPi1cTyrth Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA3L0k5wqfAWG6oGeVf02CFT0qMD7UhJzO49FB7sAKdYOQ9DLE\n5r/7+ioopAPkp3cJzXMFdWOt/2HtLt2ms84yyC8UKR/mJBe7nHXu+cLRcM/vAhE9\nRuRIpu6LbNZ8YnEQ/QAVEmq2v1wRhub5YTlpFf/8EDGQCtXfBg2j478ad1NIZQ2y\nPbvtYvCN3rr5Z5vJ91Yh326eoBTDSVRpfHcAZmnJOHZ9/zcItLKvhgQKtJc+A7m3\n4Aps86VzrMwOYfk04Y6mx/Dr4LkxHKJWAUpqR1fmxUdztEmhIRSWn0JiLNBDdm48\nCTf4FWZ42lZ+U6CpKIen2pQeuGyjD4tXE8q7YQIDAQABAoIBAQCWpAosFmZ+9ef8\nEdTHZOjSf8Rr2mUD/1N9y8/4FFzO57Ojw4X2h6x5hA3qKLIBy04IRGfEPft/np/T\n7PYYHS8wyFg03I0dsoiZdS5aiqaOG4lb2tH7sE0YhxDlfNa0A795OXYn9GW04Csh\n6jzkKd7aYbDuiDRqAJzML8DZ6xAvv4Qh5iyCvchJ5U7ccSup9fth2VZ6n2zZ+j7Y\nUghdOguLJigwobYLZVE4QobbZvfrB89WneIR1FOgGX4NalQqkk/vuVGActUu4nB9\nA/DY+0xqPJhl2PU7iaGkS0MfaY7g4W4JWgSJ3fT7VdTut7Jf5BftADHa8sA37Vay\nFEh2PO5xAoGBAP5vyG3xNXAJliEo3/47bBxOT3YnCtGd6ZC8nfDmYMdX9Py+lkGr\nl52yPHNNS6PCb0EaxKNqCGqGKBt/1JPvPujXSdBHsLZTTPl/fI3+cNpVN7+Lolv6\nbVwMYbi8XEViB4eUxct6Rt3xYiw/Ar/uHLkn8tWEAVGxvHrC1rSuMpOtAoGBAN4Y\nWytwzqlm2jeVNkVACeSlCzmgazjSKX+c0giEZdCIJESHmjHMwratBHSdD4vTJs0M\n35O//359dtpKiLZgrAHhqBamUvZyyq6MKZO2bIarie6xl5zNmNvcApMvnKr4cob3\nL2RWrGBh4C4bWWpiS79R+tJgnv9bogKbBoFmyF0FAoGBAOCkw1rGl/7GiAXY+AOY\nZXiMb74K9JNkkB6ZWf2i+hmnAAfTIgjzPpceEh9fRIRenCnoP2tkp++daXX2JDNF\nDc84ndRGJ7Ci1ZiHxen8l5k9mk4FNCFvdvTJfdJEhFdCGRHM+eIQoNc+UwZrz7qz\nuiqEKfP4a828VoQw2K6ICuG1AoGAMYnJPCVLU2nHnsI/eq7QBhnyKQZpJCFsdDRs\nfM3bT+ot/MMqV5VOkSSCa+hkgVG1w+LtM62NtY8SpZoeaF+jvj+xGGw88Q+luc01\nsObtyhQVDhK6uJT7VX77bA0gqtoD4arc/Up/5HewY1hiV2JZdvE4OximHls4BdDC\nYLamVmkCgYBT7cTkUzUlEpTGyhtho7iuv54DkIGZqMnt8IKiFx4x/RxNte0BFjuz\nYc7Kh8dQczibNhEaefChhfnYCILOkoVSuCg3k9sSnipcjPCZ9oEDPksMM/4EVSHs\nh1sULh8DiGaTvvRix/zSzxSaBtTkuRcOgcNPoUayijiZgIbgAyVX5g==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'f7dcf5b3249642d7a844a7f95fc342b3', 'name': u'vmtp_b105f36a-508a-4f4c-a38d-e4bc86739d19', 'created_at': '2018-08-27T13:23:13.070172', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'03ce2c30859f4d15992cde7b9e1c8128', 'name': 'vmtp-project_b105f36a-508a-4f4c-a38d-e4bc86739d19', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'0f:c0:26:4a:1e:12:57:bc:01:42:61:92:6c:a4:4c:21', 'type': 'ssh', 'id': u'vmtp_b105f36a-508a-4f4c-a38d-e4bc86739d19'}) 2018-08-27 13:23:13,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-27 13:23:13,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/vmtp_b105f36a-508a-4f4c-a38d-e4bc86739d19 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6c8e8e359fe38e2464219dd079a10e175718f8c" 2018-08-27 13:23:13,109 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 13:23: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-ee69b492-0a80-436b-9e7a-9f8bf30e4615 x-compute-request-id: req-ee69b492-0a80-436b-9e7a-9f8bf30e4615 Content-Length: 0 Content-Type: application/json 2018-08-27 13:23:13,109 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vmtp_b105f36a-508a-4f4c-a38d-e4bc86739d19 used request id req-ee69b492-0a80-436b-9e7a-9f8bf30e4615 2018-08-27 13:23:13,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0379781723022s 2018-08-27 13:23:13,110 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vmtp_b105f36a-508a-4f4c-a38d-e4bc86739d19 used request id req-ee69b492-0a80-436b-9e7a-9f8bf30e4615 2018-08-27 13:23:13,957 - 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 13:37:57,389 - 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 13:23:14,822 INFO Using http://172.30.9.28:5000/v3 2018-08-27 13:23:14,822 INFO VM public key: /tmp/tmpM3B3SJ 2018-08-27 13:23:14,822 INFO VM private key: /tmp/tmpHg8dd7 2018-08-27 13:23:16,958 INFO Found image vmtp-img_b105f36a-508a-4f4c-a38d-e4bc86739d19 to launch VM, will continue 2018-08-27 13:23:18,216 INFO Using external router: vmtp-router_b105f36a-508a-4f4c-a38d-e4bc86739d19 2018-08-27 13:23:18,217 INFO Using external network: external. 2018-08-27 13:23:19,586 INFO Created internal network: pns-internal-net_b105f36a-508a-4f4c-a38d-e4bc86739d19. 2018-08-27 13:23:20,843 INFO Created internal network: pns-internal-net2_b105f36a-508a-4f4c-a38d-e4bc86739d19. 2018-08-27 13:23:24,239 DEBUG Ext router associated to pns-internal-net_b105f36a-508a-4f4c-a38d-e4bc86739d19 2018-08-27 13:23:27,223 DEBUG Ext router associated to pns-internal-net2_b105f36a-508a-4f4c-a38d-e4bc86739d19 2018-08-27 13:23:27,619 INFO OpenStack agent: Open vSwitch agent 2018-08-27 13:23:27,620 INFO OpenStack network type: vxlan 2018-08-27 13:23:29,408 INFO [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] Creating server VM... 2018-08-27 13:23:29,408 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-27 13:23:34,744 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 1 of 90... 2018-08-27 13:23:37,397 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 2 of 90... 2018-08-27 13:23:40,593 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 3 of 90... 2018-08-27 13:23:43,341 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 4 of 90... 2018-08-27 13:23:46,137 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 5 of 90... 2018-08-27 13:23:48,651 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 6 of 90... 2018-08-27 13:23:51,447 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 7 of 90... 2018-08-27 13:23:54,170 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 8 of 90... 2018-08-27 13:23:57,143 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 9 of 90... 2018-08-27 13:23:59,760 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 10 of 90... 2018-08-27 13:24:02,724 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 11 of 90... 2018-08-27 13:24:05,684 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 12 of 90... 2018-08-27 13:24:08,370 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 13 of 90... 2018-08-27 13:24:10,969 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 14 of 90... 2018-08-27 13:24:14,283 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 15 of 90... 2018-08-27 13:24:16,962 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 16 of 90... 2018-08-27 13:24:19,754 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 17 of 90... 2018-08-27 13:24:22,417 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 18 of 90... 2018-08-27 13:24:25,012 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 19 of 90... 2018-08-27 13:24:27,713 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 20 of 90... 2018-08-27 13:24:30,439 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 21 of 90... 2018-08-27 13:24:33,399 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 22 of 90... 2018-08-27 13:24:36,072 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 23 of 90... 2018-08-27 13:24:39,040 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 24 of 90... 2018-08-27 13:24:41,656 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 25 of 90... 2018-08-27 13:24:44,370 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 26 of 90... 2018-08-27 13:24:46,983 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 27 of 90... 2018-08-27 13:24:49,674 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 28 of 90... 2018-08-27 13:24:52,364 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 29 of 90... 2018-08-27 13:24:54,786 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 30 of 90... 2018-08-27 13:24:57,383 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 31 of 90... 2018-08-27 13:25:00,074 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 32 of 90... 2018-08-27 13:25:02,784 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 33 of 90... 2018-08-27 13:25:05,482 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 34 of 90... 2018-08-27 13:25:08,169 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 35 of 90... 2018-08-27 13:25:10,889 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 36 of 90... 2018-08-27 13:25:13,576 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 37 of 90... 2018-08-27 13:25:16,199 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 38 of 90... 2018-08-27 13:25:21,983 INFO [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] Internal network IP: 192.168.1.5 2018-08-27 13:25:21,983 INFO [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] SSH IP: 172.30.9.206 2018-08-27 13:25:21,983 INFO [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] Setup SSH for ubuntu@172.30.9.206 2018-08-27 13:25:38,384 INFO [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] Installing nuttcp-8.1.4... 2018-08-27 13:25:38,428 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] Copying nuttcp-8.1.4 to target... 2018-08-27 13:25:38,641 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] Starting nuttcp-8.1.4 server... 2018-08-27 13:25:38,683 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] 2018-08-27 13:25:38,728 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] Creating client VM... 2018-08-27 13:25:38,729 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-27 13:25:42,520 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 1 of 90... 2018-08-27 13:25:44,885 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 2 of 90... 2018-08-27 13:25:47,594 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 3 of 90... 2018-08-27 13:25:50,586 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 4 of 90... 2018-08-27 13:25:53,543 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] VM status=BUILD, retrying 5 of 90... 2018-08-27 13:25:59,257 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] Internal network IP: 192.168.1.16 2018-08-27 13:25:59,257 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] SSH IP: 172.30.9.207 2018-08-27 13:25:59,257 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] Setup SSH for ubuntu@172.30.9.207 2018-08-27 13:26:14,588 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] Installing nuttcp-8.1.4... 2018-08-27 13:26:14,634 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] Copying nuttcp-8.1.4 to target... 2018-08-27 13:26:14,796 INFO ============================================================ 2018-08-27 13:26:14,796 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2018-08-27 13:26:23,842 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] PING 192.168.1.5 (192.168.1.5) 64(92) bytes of data. 72 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=46.8 ms 72 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.131 ms 72 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.138 ms 72 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.221 ms 72 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.213 ms 72 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.110 ms 72 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.119 ms 72 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.137 ms 72 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.106 ms 72 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.121 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.106/4.816/46.864/14.016 ms 2018-08-27 13:26:32,911 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] PING 192.168.1.5 (192.168.1.5) 391(419) bytes of data. 399 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=0.141 ms 399 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.142 ms 399 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.137 ms 399 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.174 ms 399 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.138 ms 399 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.183 ms 399 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.146 ms 399 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.150 ms 399 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.177 ms 399 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.161 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8996ms rtt min/avg/max/mdev = 0.137/0.154/0.183/0.023 ms 2018-08-27 13:26:41,956 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] PING 192.168.1.5 (192.168.1.5) 1500(1528) bytes of data. 1508 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=0.385 ms 1508 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.171 ms 1508 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.241 ms 1508 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.223 ms 1508 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.299 ms 1508 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.175 ms 1508 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.158 ms 1508 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.208 ms 1508 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.272 ms 1508 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.218 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.158/0.235/0.385/0.065 ms 2018-08-27 13:26:41,957 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] Measuring TCP Throughput (packet size=65536)... 2018-08-27 13:26:41,957 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:26:52,082 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=21129.6875 real_seconds=10.00 rate_Mbps=17721.0105 tx_cpu=36 rx_cpu=49 retrans=0 cwnd=3137 rtt_ms=0.33 2018-08-27 13:26:52,084 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:27:02,184 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=17449.6343 real_seconds=10.00 rate_Mbps=14634.4366 tx_cpu=30 rx_cpu=42 retrans=0 cwnd=3137 rtt_ms=0.35 2018-08-27 13:27:02,185 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:27:12,285 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=17610.0879 real_seconds=10.00 rate_Mbps=14769.0908 tx_cpu=30 rx_cpu=44 retrans=0 cwnd=3137 rtt_ms=0.15 2018-08-27 13:27:12,285 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] Measuring UDP Throughput (packet size=128)... 2018-08-27 13:27:12,286 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:27:15,613 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=16.8229 real_seconds=1.00 rate_Mbps=140.6669 tx_cpu=11 rx_cpu=27 drop=0 pkt=137813 data_loss=0.00000 2018-08-27 13:27:15,615 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] pkt-size=128 throughput=1<144042/5000000<10000000 Kbps loss-rate=0 2018-08-27 13:27:15,615 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R432126K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:27:18,969 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=17.6122 real_seconds=1.00 rate_Mbps=147.3013 tx_cpu=12 rx_cpu=29 drop=0 pkt=144279 data_loss=0.00000 2018-08-27 13:27:18,969 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] pkt-size=128 throughput=1<150836/432126<432126 Kbps loss-rate=0 2018-08-27 13:27:18,970 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R291481K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:27:22,297 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=19.0603 real_seconds=1.00 rate_Mbps=159.4692 tx_cpu=13 rx_cpu=30 drop=0 pkt=156142 data_loss=0.00000 2018-08-27 13:27:22,297 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] pkt-size=128 throughput=1<163296/291481<291481 Kbps loss-rate=0 2018-08-27 13:27:22,298 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R227388K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:27:25,626 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=18.7231 real_seconds=1.00 rate_Mbps=156.6995 tx_cpu=12 rx_cpu=32 drop=0 pkt=153380 data_loss=0.00000 2018-08-27 13:27:25,626 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] pkt-size=128 throughput=1<160460/227388<227388 Kbps loss-rate=0 2018-08-27 13:27:25,627 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R193924K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:27:28,953 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=18.2230 real_seconds=1.00 rate_Mbps=152.5607 tx_cpu=13 rx_cpu=29 drop=0 pkt=149283 data_loss=0.00000 2018-08-27 13:27:28,953 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] pkt-size=128 throughput=1<156222/193924<193924 Kbps loss-rate=0 2018-08-27 13:27:28,954 DEBUG undershot, min=156222 kbps=175073 max=193924 2018-08-27 13:27:28,954 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R175073K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:27:32,305 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=18.3831 real_seconds=1.00 rate_Mbps=153.7562 tx_cpu=13 rx_cpu=29 drop=0 pkt=150594 data_loss=0.00000 2018-08-27 13:27:32,306 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] pkt-size=128 throughput=156222<157446/175073<193924 Kbps loss-rate=0 2018-08-27 13:27:32,306 DEBUG undershot, min=157446 kbps=175685 max=193924 2018-08-27 13:27:32,306 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R175685K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:27:35,658 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=17.0713 real_seconds=1.00 rate_Mbps=142.8742 tx_cpu=16 rx_cpu=29 drop=0 pkt=139848 data_loss=0.00000 2018-08-27 13:27:35,658 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] pkt-size=128 throughput=157446<146303/175685<193924 Kbps loss-rate=0 2018-08-27 13:27:35,659 DEBUG undershot, min=175685 kbps=184804 max=193924 2018-08-27 13:27:35,659 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R184804K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:27:39,011 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=18.3247 real_seconds=1.00 rate_Mbps=153.3735 tx_cpu=12 rx_cpu=29 drop=0 pkt=150116 data_loss=0.00000 2018-08-27 13:27:39,012 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] pkt-size=128 throughput=175685<157054/184804<193924 Kbps loss-rate=0 2018-08-27 13:27:39,012 DEBUG undershot, min=184804 kbps=189364 max=193924 2018-08-27 13:27:39,013 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] Measuring UDP Throughput (packet size=1024)... 2018-08-27 13:27:39,013 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:27:42,364 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=142.1719 real_seconds=1.00 rate_Mbps=1191.3625 tx_cpu=22 rx_cpu=29 drop=0 pkt=145584 data_loss=0.00000 2018-08-27 13:27:42,364 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] pkt-size=1024 throughput=1<1219955/5000000<10000000 Kbps loss-rate=0 2018-08-27 13:27:42,364 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3109977K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:27:45,693 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=147.9922 real_seconds=1.00 rate_Mbps=1239.0830 tx_cpu=22 rx_cpu=29 drop=0 pkt=151544 data_loss=0.00000 2018-08-27 13:27:45,693 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] pkt-size=1024 throughput=1<1268820/3109977<3109977 Kbps loss-rate=0 2018-08-27 13:27:45,693 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2189398K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:27:49,019 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=146.5684 real_seconds=1.00 rate_Mbps=1227.8714 tx_cpu=18 rx_cpu=28 drop=0 pkt=150086 data_loss=0.00000 2018-08-27 13:27:49,020 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] pkt-size=1024 throughput=1<1257340/2189398<2189398 Kbps loss-rate=0 2018-08-27 13:27:49,020 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1723369K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:27:52,348 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=135.0615 real_seconds=1.00 rate_Mbps=1131.5095 tx_cpu=24 rx_cpu=29 drop=0 pkt=138303 data_loss=0.00000 2018-08-27 13:27:52,349 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] pkt-size=1024 throughput=1<1158665/1723369<1723369 Kbps loss-rate=0 2018-08-27 13:27:52,349 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1441017K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:27:55,701 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=151.4697 real_seconds=1.00 rate_Mbps=1269.5740 tx_cpu=20 rx_cpu=33 drop=172 pkt=155277 data_loss=0.11079 2018-08-27 13:27:55,701 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] pkt-size=1024 throughput=1<1300043/1441017<1441017 Kbps loss-rate=0 2018-08-27 13:27:55,702 DEBUG undershot, min=1300043 kbps=1370530 max=1441017 2018-08-27 13:27:55,702 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1370530K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:27:59,029 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=145.2178 real_seconds=1.00 rate_Mbps=1216.3371 tx_cpu=19 rx_cpu=32 drop=0 pkt=148703 data_loss=0.00000 2018-08-27 13:27:59,030 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] pkt-size=1024 throughput=1300043<1245529/1370530<1441017 Kbps loss-rate=0 2018-08-27 13:27:59,030 DEBUG undershot, min=1370530 kbps=1405773 max=1441017 2018-08-27 13:27:59,030 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] Measuring UDP Throughput (packet size=8192)... 2018-08-27 13:27:59,031 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:28:02,381 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=596.0000 real_seconds=1.00 rate_Mbps=5000.0404 tx_cpu=99 rx_cpu=21 drop=6 pkt=76294 data_loss=0.00787 2018-08-27 13:28:02,381 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] pkt-size=8192 throughput=1<5120041/5000000<10000000 Kbps loss-rate=0 2018-08-27 13:28:02,381 DEBUG undershot, min=5120041 kbps=7560020 max=10000000 2018-08-27 13:28:02,382 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7560020K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:28:05,708 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=814.6172 real_seconds=1.00 rate_Mbps=6829.6865 tx_cpu=35 rx_cpu=27 drop=30 pkt=104301 data_loss=0.02877 2018-08-27 13:28:05,709 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] pkt-size=8192 throughput=5120041<6993598/7560020<10000000 Kbps loss-rate=0 2018-08-27 13:28:05,709 DEBUG undershot, min=6993598 kbps=8496799 max=10000000 2018-08-27 13:28:05,709 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8496799K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:28:09,061 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=816.1406 real_seconds=1.00 rate_Mbps=6836.2823 tx_cpu=23 rx_cpu=27 drop=0 pkt=104466 data_loss=0.00000 2018-08-27 13:28:09,061 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] pkt-size=8192 throughput=6993598<7000353/8496799<10000000 Kbps loss-rate=0 2018-08-27 13:28:09,062 DEBUG undershot, min=7000353 kbps=8500176 max=10000000 2018-08-27 13:28:09,062 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8500176K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:28:12,414 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=801.4766 real_seconds=1.00 rate_Mbps=6714.7517 tx_cpu=28 rx_cpu=27 drop=134 pkt=102723 data_loss=0.13044 2018-08-27 13:28:12,415 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] pkt-size=8192 throughput=7000353<6875905/8500176<10000000 Kbps loss-rate=0 2018-08-27 13:28:12,415 DEBUG undershot, min=8500176 kbps=9250088 max=10000000 2018-08-27 13:28:12,415 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9250088K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:28:15,740 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] megabytes=827.4766 real_seconds=1.00 rate_Mbps=6928.7177 tx_cpu=35 rx_cpu=28 drop=42 pkt=105959 data_loss=0.03963 2018-08-27 13:28:15,740 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] pkt-size=8192 throughput=8500176<7095006/9250088<10000000 Kbps loss-rate=0 2018-08-27 13:28:15,751 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.5', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.33, 'throughput_kbps': 18146314, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.35, 'throughput_kbps': 14985663, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.15, 'throughput_kbps': 15123548, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 157054, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1245529, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.04, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 7095006, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '4.816', 'rtt_max_ms': '46.864', 'rtt_min_ms': '0.106', 'rtt_stddev': '14.016', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.154', 'rtt_max_ms': '0.183', 'rtt_min_ms': '0.137', 'rtt_stddev': '0.023', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.235', 'rtt_max_ms': '0.385', 'rtt_min_ms': '0.158', 'rtt_stddev': '0.065', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2018-08-27 13:28:15,753 INFO Deleting floating ip 29775fbd-0479-4170-b027-13a243aca19c 2018-08-27 13:28:17,476 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] Floating IP 172.30.9.207 deleted 2018-08-27 13:28:17,934 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d191] Instance deleted 2018-08-27 13:28:17,967 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] Creating client VM... 2018-08-27 13:28:17,967 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-27 13:28:22,370 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] VM status=BUILD, retrying 1 of 90... 2018-08-27 13:28:25,076 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] VM status=BUILD, retrying 2 of 90... 2018-08-27 13:28:28,051 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] VM status=BUILD, retrying 3 of 90... 2018-08-27 13:28:30,792 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] VM status=BUILD, retrying 4 of 90... 2018-08-27 13:28:33,639 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] VM status=BUILD, retrying 5 of 90... 2018-08-27 13:28:39,936 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] Internal network IP: 192.168.2.16 2018-08-27 13:28:39,936 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] SSH IP: 172.30.9.203 2018-08-27 13:28:39,936 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] Setup SSH for ubuntu@172.30.9.203 2018-08-27 13:28:55,204 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] Installing nuttcp-8.1.4... 2018-08-27 13:28:55,250 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] Copying nuttcp-8.1.4 to target... 2018-08-27 13:28:55,364 INFO ============================================================ 2018-08-27 13:28:55,364 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2018-08-27 13:29:04,414 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] PING 192.168.1.5 (192.168.1.5) 64(92) bytes of data. 72 bytes from 192.168.1.5: icmp_seq=1 ttl=63 time=1.04 ms 72 bytes from 192.168.1.5: icmp_seq=2 ttl=63 time=0.719 ms 72 bytes from 192.168.1.5: icmp_seq=3 ttl=63 time=0.282 ms 72 bytes from 192.168.1.5: icmp_seq=4 ttl=63 time=0.305 ms 72 bytes from 192.168.1.5: icmp_seq=5 ttl=63 time=0.441 ms 72 bytes from 192.168.1.5: icmp_seq=6 ttl=63 time=0.337 ms 72 bytes from 192.168.1.5: icmp_seq=7 ttl=63 time=0.628 ms 72 bytes from 192.168.1.5: icmp_seq=8 ttl=63 time=0.466 ms 72 bytes from 192.168.1.5: icmp_seq=9 ttl=63 time=0.314 ms 72 bytes from 192.168.1.5: icmp_seq=10 ttl=63 time=0.373 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.282/0.491/1.047/0.230 ms 2018-08-27 13:29:13,460 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] PING 192.168.1.5 (192.168.1.5) 391(419) bytes of data. 399 bytes from 192.168.1.5: icmp_seq=1 ttl=63 time=0.232 ms 399 bytes from 192.168.1.5: icmp_seq=2 ttl=63 time=0.376 ms 399 bytes from 192.168.1.5: icmp_seq=3 ttl=63 time=0.372 ms 399 bytes from 192.168.1.5: icmp_seq=4 ttl=63 time=0.561 ms 399 bytes from 192.168.1.5: icmp_seq=5 ttl=63 time=0.273 ms 399 bytes from 192.168.1.5: icmp_seq=6 ttl=63 time=0.280 ms 399 bytes from 192.168.1.5: icmp_seq=7 ttl=63 time=0.253 ms 399 bytes from 192.168.1.5: icmp_seq=8 ttl=63 time=0.331 ms 399 bytes from 192.168.1.5: icmp_seq=9 ttl=63 time=0.281 ms 399 bytes from 192.168.1.5: icmp_seq=10 ttl=63 time=0.241 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.232/0.320/0.561/0.093 ms 2018-08-27 13:29:22,512 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] PING 192.168.1.5 (192.168.1.5) 1500(1528) bytes of data. 1508 bytes from 192.168.1.5: icmp_seq=1 ttl=63 time=1.40 ms 1508 bytes from 192.168.1.5: icmp_seq=2 ttl=63 time=0.298 ms 1508 bytes from 192.168.1.5: icmp_seq=3 ttl=63 time=0.468 ms 1508 bytes from 192.168.1.5: icmp_seq=4 ttl=63 time=0.613 ms 1508 bytes from 192.168.1.5: icmp_seq=5 ttl=63 time=0.818 ms 1508 bytes from 192.168.1.5: icmp_seq=6 ttl=63 time=0.428 ms 1508 bytes from 192.168.1.5: icmp_seq=7 ttl=63 time=0.604 ms 1508 bytes from 192.168.1.5: icmp_seq=8 ttl=63 time=0.418 ms 1508 bytes from 192.168.1.5: icmp_seq=9 ttl=63 time=0.558 ms 1508 bytes from 192.168.1.5: icmp_seq=10 ttl=63 time=0.432 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.298/0.604/1.403/0.298 ms 2018-08-27 13:29:22,513 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] Measuring TCP Throughput (packet size=65536)... 2018-08-27 13:29:22,513 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:29:32,631 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=2882.1676 real_seconds=10.02 rate_Mbps=2413.7417 tx_cpu=5 rx_cpu=13 retrans=4327 cwnd=425 rtt_ms=0.50 2018-08-27 13:29:32,632 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:29:42,735 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=2234.3357 real_seconds=10.01 rate_Mbps=1872.9358 tx_cpu=4 rx_cpu=7 retrans=32 cwnd=338 rtt_ms=0.32 2018-08-27 13:29:42,735 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:29:52,841 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=2208.3125 real_seconds=10.01 rate_Mbps=1850.9753 tx_cpu=4 rx_cpu=7 retrans=11 cwnd=337 rtt_ms=0.73 2018-08-27 13:29:52,842 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] Measuring UDP Throughput (packet size=128)... 2018-08-27 13:29:52,842 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:29:56,171 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=17.1539 real_seconds=1.01 rate_Mbps=143.0132 tx_cpu=14 rx_cpu=19 drop=57034 pkt=197559 data_loss=28.86951 2018-08-27 13:29:56,171 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=128 throughput=1<146445/5000000<10000000 Kbps loss-rate=28 2018-08-27 13:29:56,172 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R439335K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:29:59,501 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=17.1017 real_seconds=1.01 rate_Mbps=142.5320 tx_cpu=19 rx_cpu=19 drop=75822 pkt=215919 data_loss=35.11589 2018-08-27 13:29:59,501 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=128 throughput=1<145952/439335<439335 Kbps loss-rate=35 2018-08-27 13:29:59,502 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R292643K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:30:02,855 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=18.0303 real_seconds=1.01 rate_Mbps=150.3313 tx_cpu=23 rx_cpu=19 drop=39082 pkt=186787 data_loss=20.92355 2018-08-27 13:30:02,855 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=128 throughput=1<153939/292643<292643 Kbps loss-rate=20 2018-08-27 13:30:02,856 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R223291K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:30:06,184 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=18.3710 real_seconds=1.01 rate_Mbps=151.9467 tx_cpu=20 rx_cpu=21 drop=54464 pkt=204959 data_loss=26.57298 2018-08-27 13:30:06,184 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=128 throughput=1<155593/223291<223291 Kbps loss-rate=26 2018-08-27 13:30:06,184 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R189442K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:30:09,538 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=17.6268 real_seconds=1.00 rate_Mbps=147.6570 tx_cpu=35 rx_cpu=20 drop=38686 pkt=183085 data_loss=21.13006 2018-08-27 13:30:09,538 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=128 throughput=1<151200/189442<189442 Kbps loss-rate=21 2018-08-27 13:30:09,538 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R170321K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:30:12,891 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=17.6310 real_seconds=1.01 rate_Mbps=147.0160 tx_cpu=78 rx_cpu=22 drop=21896 pkt=166329 data_loss=13.16404 2018-08-27 13:30:12,892 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=128 throughput=1<150544/170321<170321 Kbps loss-rate=13 2018-08-27 13:30:12,892 DEBUG overshot, min=1 kbps=150544 max=170321 2018-08-27 13:30:12,892 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R150544K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:30:16,219 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=17.3123 real_seconds=1.00 rate_Mbps=144.8023 tx_cpu=79 rx_cpu=20 drop=5193 pkt=147015 data_loss=3.53222 2018-08-27 13:30:16,220 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=128 throughput=1<148277/150544<170321 Kbps loss-rate=3 2018-08-27 13:30:16,220 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] Measuring UDP Throughput (packet size=1024)... 2018-08-27 13:30:16,220 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:30:19,574 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=140.6318 real_seconds=1.00 rate_Mbps=1177.5351 tx_cpu=30 rx_cpu=20 drop=52068 pkt=196075 data_loss=26.55517 2018-08-27 13:30:19,575 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=1024 throughput=1<1205795/5000000<10000000 Kbps loss-rate=26 2018-08-27 13:30:19,575 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3102897K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:30:22,929 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=141.1680 real_seconds=1.00 rate_Mbps=1182.3028 tx_cpu=35 rx_cpu=21 drop=45680 pkt=190236 data_loss=24.01224 2018-08-27 13:30:22,929 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=1024 throughput=1<1210678/3102897<3102897 Kbps loss-rate=24 2018-08-27 13:30:22,929 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2156787K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:30:26,259 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=145.8438 real_seconds=1.01 rate_Mbps=1217.0971 tx_cpu=32 rx_cpu=20 drop=46237 pkt=195581 data_loss=23.64083 2018-08-27 13:30:26,259 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=1024 throughput=1<1246307/2156787<2156787 Kbps loss-rate=23 2018-08-27 13:30:26,260 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1701547K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:30:29,613 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=150.4053 real_seconds=1.01 rate_Mbps=1254.9917 tx_cpu=55 rx_cpu=22 drop=35795 pkt=189810 data_loss=18.85831 2018-08-27 13:30:29,614 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=1024 throughput=1<1285111/1701547<1701547 Kbps loss-rate=18 2018-08-27 13:30:29,614 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1493329K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:30:32,940 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=145.2627 real_seconds=1.00 rate_Mbps=1214.5813 tx_cpu=87 rx_cpu=25 drop=33542 pkt=182291 data_loss=18.40027 2018-08-27 13:30:32,941 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=1024 throughput=1<1243731/1493329<1493329 Kbps loss-rate=18 2018-08-27 13:30:32,941 DEBUG overshot, min=1 kbps=1243731 max=1493329 2018-08-27 13:30:32,941 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1243731K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:30:36,271 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=145.5693 real_seconds=1.00 rate_Mbps=1220.5334 tx_cpu=81 rx_cpu=23 drop=2760 pkt=151823 data_loss=1.81790 2018-08-27 13:30:36,271 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=1024 throughput=1<1249826/1243731<1493329 Kbps loss-rate=1 2018-08-27 13:30:36,271 DEBUG undershot, min=1249826 kbps=1371577 max=1493329 2018-08-27 13:30:36,272 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1371577K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:30:39,624 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=142.4941 real_seconds=1.01 rate_Mbps=1185.6267 tx_cpu=59 rx_cpu=22 drop=21482 pkt=167396 data_loss=12.83309 2018-08-27 13:30:39,625 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=1024 throughput=1249826<1214081/1371577<1493329 Kbps loss-rate=12 2018-08-27 13:30:39,625 DEBUG overshot, min=1249826 kbps=1214081 max=1371577 2018-08-27 13:30:39,625 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1214081K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:30:42,978 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=141.9395 real_seconds=1.00 rate_Mbps=1186.5181 tx_cpu=95 rx_cpu=23 drop=2857 pkt=148203 data_loss=1.92773 2018-08-27 13:30:42,979 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=1024 throughput=1249826<1214994/1214081<1371577 Kbps loss-rate=1 2018-08-27 13:30:42,979 DEBUG undershot, min=1310701 kbps=1341139 max=1371577 2018-08-27 13:30:42,979 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] Measuring UDP Throughput (packet size=8192)... 2018-08-27 13:30:42,979 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:30:46,332 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=193.9766 real_seconds=1.00 rate_Mbps=1625.5970 tx_cpu=98 rx_cpu=11 drop=51465 pkt=76294 data_loss=67.45615 2018-08-27 13:30:46,333 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=8192 throughput=1<1664611/5000000<10000000 Kbps loss-rate=67 2018-08-27 13:30:46,333 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3332305K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:30:49,686 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=191.4062 real_seconds=1.00 rate_Mbps=1604.4704 tx_cpu=99 rx_cpu=10 drop=26347 pkt=50847 data_loss=51.81625 2018-08-27 13:30:49,686 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=8192 throughput=1<1642977/3332305<3332305 Kbps loss-rate=51 2018-08-27 13:30:49,686 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2487641K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:30:53,014 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=187.1719 real_seconds=1.00 rate_Mbps=1564.1957 tx_cpu=99 rx_cpu=10 drop=14001 pkt=37959 data_loss=36.88453 2018-08-27 13:30:53,015 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=8192 throughput=1<1601736/2487641<2487641 Kbps loss-rate=36 2018-08-27 13:30:53,015 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2044688K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:30:56,344 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=190.7578 real_seconds=1.00 rate_Mbps=1594.3397 tx_cpu=99 rx_cpu=9 drop=6783 pkt=31200 data_loss=21.74039 2018-08-27 13:30:56,345 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=8192 throughput=1<1632603/2044688<2044688 Kbps loss-rate=21 2018-08-27 13:30:56,345 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1838645K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:30:59,674 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=195.6016 real_seconds=1.00 rate_Mbps=1635.3562 tx_cpu=99 rx_cpu=10 drop=3019 pkt=28056 data_loss=10.76060 2018-08-27 13:30:59,675 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=8192 throughput=1<1674604/1838645<1838645 Kbps loss-rate=10 2018-08-27 13:30:59,675 DEBUG overshot, min=1 kbps=1674604 max=1838645 2018-08-27 13:30:59,675 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1674604K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:31:03,003 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=198.1328 real_seconds=1.00 rate_Mbps=1657.9385 tx_cpu=99 rx_cpu=8 drop=192 pkt=25553 data_loss=0.75138 2018-08-27 13:31:03,004 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=8192 throughput=1<1697729/1674604<1838645 Kbps loss-rate=0 2018-08-27 13:31:03,004 DEBUG undershot, min=1697729 kbps=1768187 max=1838645 2018-08-27 13:31:03,004 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1768187K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:31:06,336 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=204.0000 real_seconds=1.00 rate_Mbps=1705.1256 tx_cpu=99 rx_cpu=9 drop=869 pkt=26981 data_loss=3.22080 2018-08-27 13:31:06,337 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=8192 throughput=1697729<1746048/1768187<1838645 Kbps loss-rate=3 2018-08-27 13:31:06,347 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.16', 'ip_to': u'192.168.1.5', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 4327, 'rtt_ms': 0.5, 'throughput_kbps': 2471671, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 32, 'rtt_ms': 0.32, 'throughput_kbps': 1917886, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 11, 'rtt_ms': 0.73, 'throughput_kbps': 1895398, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.53, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 148277, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.93, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1214994, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.22, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1746048, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.491', 'rtt_max_ms': '1.047', 'rtt_min_ms': '0.282', 'rtt_stddev': '0.230', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.320', 'rtt_max_ms': '0.561', 'rtt_min_ms': '0.232', 'rtt_stddev': '0.093', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.604', 'rtt_max_ms': '1.403', 'rtt_min_ms': '0.298', 'rtt_stddev': '0.298', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-27 13:31:06,348 INFO ============================================================ 2018-08-27 13:31:06,348 INFO Flow 3: VM to VM different network floating IP (intra-node) 2018-08-27 13:31:15,426 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] PING 172.30.9.206 (172.30.9.206) 64(92) bytes of data. 72 bytes from 172.30.9.206: icmp_seq=1 ttl=63 time=0.534 ms 72 bytes from 172.30.9.206: icmp_seq=2 ttl=63 time=0.215 ms 72 bytes from 172.30.9.206: icmp_seq=3 ttl=63 time=0.259 ms 72 bytes from 172.30.9.206: icmp_seq=4 ttl=63 time=0.238 ms 72 bytes from 172.30.9.206: icmp_seq=5 ttl=63 time=0.523 ms 72 bytes from 172.30.9.206: icmp_seq=6 ttl=63 time=0.531 ms 72 bytes from 172.30.9.206: icmp_seq=7 ttl=63 time=0.362 ms 72 bytes from 172.30.9.206: icmp_seq=8 ttl=63 time=0.341 ms 72 bytes from 172.30.9.206: icmp_seq=9 ttl=63 time=0.415 ms 72 bytes from 172.30.9.206: icmp_seq=10 ttl=63 time=0.285 ms --- 172.30.9.206 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8996ms rtt min/avg/max/mdev = 0.215/0.370/0.534/0.119 ms 2018-08-27 13:31:24,475 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] PING 172.30.9.206 (172.30.9.206) 391(419) bytes of data. 399 bytes from 172.30.9.206: icmp_seq=1 ttl=63 time=0.232 ms 399 bytes from 172.30.9.206: icmp_seq=2 ttl=63 time=0.270 ms 399 bytes from 172.30.9.206: icmp_seq=3 ttl=63 time=0.390 ms 399 bytes from 172.30.9.206: icmp_seq=4 ttl=63 time=0.298 ms 399 bytes from 172.30.9.206: icmp_seq=5 ttl=63 time=0.746 ms 399 bytes from 172.30.9.206: icmp_seq=6 ttl=63 time=0.336 ms 399 bytes from 172.30.9.206: icmp_seq=7 ttl=63 time=0.276 ms 399 bytes from 172.30.9.206: icmp_seq=8 ttl=63 time=0.324 ms 399 bytes from 172.30.9.206: icmp_seq=9 ttl=63 time=0.303 ms 399 bytes from 172.30.9.206: icmp_seq=10 ttl=63 time=0.319 ms --- 172.30.9.206 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.232/0.349/0.746/0.139 ms 2018-08-27 13:31:33,527 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] PING 172.30.9.206 (172.30.9.206) 1500(1528) bytes of data. 1508 bytes from 172.30.9.206: icmp_seq=1 ttl=63 time=1.43 ms 1508 bytes from 172.30.9.206: icmp_seq=2 ttl=63 time=0.701 ms 1508 bytes from 172.30.9.206: icmp_seq=3 ttl=63 time=0.430 ms 1508 bytes from 172.30.9.206: icmp_seq=4 ttl=63 time=0.326 ms 1508 bytes from 172.30.9.206: icmp_seq=5 ttl=63 time=0.518 ms 1508 bytes from 172.30.9.206: icmp_seq=6 ttl=63 time=0.355 ms 1508 bytes from 172.30.9.206: icmp_seq=7 ttl=63 time=0.376 ms 1508 bytes from 172.30.9.206: icmp_seq=8 ttl=63 time=0.468 ms 1508 bytes from 172.30.9.206: icmp_seq=9 ttl=63 time=0.432 ms 1508 bytes from 172.30.9.206: icmp_seq=10 ttl=63 time=0.410 ms --- 172.30.9.206 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.326/0.545/1.437/0.314 ms 2018-08-27 13:31:33,528 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] Measuring TCP Throughput (packet size=65536)... 2018-08-27 13:31:33,529 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:31:43,660 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=2273.4590 real_seconds=10.01 rate_Mbps=1905.5659 tx_cpu=4 rx_cpu=7 retrans=3 cwnd=333 rtt_ms=0.38 2018-08-27 13:31:43,661 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:31:53,767 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=2217.6591 real_seconds=10.01 rate_Mbps=1858.7569 tx_cpu=4 rx_cpu=7 retrans=8 cwnd=337 rtt_ms=0.45 2018-08-27 13:31:53,768 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:32:03,871 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=2708.4209 real_seconds=10.01 rate_Mbps=2270.3575 tx_cpu=4 rx_cpu=8 retrans=35 cwnd=404 rtt_ms=0.37 2018-08-27 13:32:03,872 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] Measuring UDP Throughput (packet size=128)... 2018-08-27 13:32:03,873 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:32:07,202 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=16.9290 real_seconds=1.00 rate_Mbps=141.8618 tx_cpu=24 rx_cpu=22 drop=77602 pkt=216284 data_loss=35.87961 2018-08-27 13:32:07,202 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=128 throughput=1<145266/5000000<10000000 Kbps loss-rate=35 2018-08-27 13:32:07,203 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R435798K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:32:10,530 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=17.1992 real_seconds=1.00 rate_Mbps=144.0036 tx_cpu=18 rx_cpu=21 drop=66031 pkt=206927 data_loss=31.91024 2018-08-27 13:32:10,531 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=128 throughput=1<147459/435798<435798 Kbps loss-rate=31 2018-08-27 13:32:10,531 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R291628K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:32:13,860 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=17.3982 real_seconds=1.00 rate_Mbps=145.7152 tx_cpu=24 rx_cpu=23 drop=63398 pkt=205924 data_loss=30.78704 2018-08-27 13:32:13,860 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=128 throughput=1<149212/291628<291628 Kbps loss-rate=30 2018-08-27 13:32:13,861 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R220420K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:32:17,190 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=17.2856 real_seconds=1.01 rate_Mbps=144.2509 tx_cpu=67 rx_cpu=21 drop=71275 pkt=212879 data_loss=33.48162 2018-08-27 13:32:17,190 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=128 throughput=1<147712/220420<220420 Kbps loss-rate=33 2018-08-27 13:32:17,190 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R184066K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:32:20,544 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=16.8052 real_seconds=1.00 rate_Mbps=140.3733 tx_cpu=59 rx_cpu=20 drop=42083 pkt=179751 data_loss=23.41186 2018-08-27 13:32:20,544 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=128 throughput=1<143742/184066<184066 Kbps loss-rate=23 2018-08-27 13:32:20,545 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R163904K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:32:23,873 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=16.1100 real_seconds=1.00 rate_Mbps=134.4874 tx_cpu=70 rx_cpu=16 drop=28089 pkt=160062 data_loss=17.54867 2018-08-27 13:32:23,873 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=128 throughput=1<137715/163904<163904 Kbps loss-rate=17 2018-08-27 13:32:23,873 DEBUG overshot, min=1 kbps=137715 max=163904 2018-08-27 13:32:23,874 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R137715K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:32:27,226 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=16.2578 real_seconds=1.00 rate_Mbps=136.3177 tx_cpu=95 rx_cpu=21 drop=1303 pkt=134487 data_loss=0.96912 2018-08-27 13:32:27,227 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=128 throughput=1<139589/137715<163904 Kbps loss-rate=0 2018-08-27 13:32:27,227 DEBUG undershot, min=139589 kbps=151746 max=163904 2018-08-27 13:32:27,227 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R151746K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:32:30,580 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=17.1389 real_seconds=1.00 rate_Mbps=143.1408 tx_cpu=92 rx_cpu=21 drop=7787 pkt=148189 data_loss=5.25498 2018-08-27 13:32:30,581 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=128 throughput=139589<146576/151746<163904 Kbps loss-rate=5 2018-08-27 13:32:30,581 DEBUG overshot, min=139589 kbps=146576 max=151746 2018-08-27 13:32:30,581 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R146576K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:32:33,935 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=16.2017 real_seconds=1.01 rate_Mbps=135.1072 tx_cpu=80 rx_cpu=19 drop=10229 pkt=142954 data_loss=7.15571 2018-08-27 13:32:33,936 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=128 throughput=139589<138349/146576<151746 Kbps loss-rate=7 2018-08-27 13:32:33,936 DEBUG overshot, min=139589 kbps=138349 max=146576 2018-08-27 13:32:33,936 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] Measuring UDP Throughput (packet size=1024)... 2018-08-27 13:32:33,937 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:32:37,290 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=136.6680 real_seconds=1.00 rate_Mbps=1140.8297 tx_cpu=29 rx_cpu=21 drop=73703 pkt=213651 data_loss=34.49691 2018-08-27 13:32:37,290 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=1024 throughput=1<1168209/5000000<10000000 Kbps loss-rate=34 2018-08-27 13:32:37,291 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3084104K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:32:40,618 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=134.1260 real_seconds=1.01 rate_Mbps=1118.5165 tx_cpu=28 rx_cpu=20 drop=71635 pkt=208980 data_loss=34.27838 2018-08-27 13:32:40,618 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=1024 throughput=1<1145360/3084104<3084104 Kbps loss-rate=34 2018-08-27 13:32:40,619 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2114732K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:32:43,947 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=132.3037 real_seconds=1.01 rate_Mbps=1094.0222 tx_cpu=28 rx_cpu=21 drop=67586 pkt=203065 data_loss=33.28296 2018-08-27 13:32:43,947 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=1024 throughput=1<1120278/2114732<2114732 Kbps loss-rate=33 2018-08-27 13:32:43,948 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1617505K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:32:47,278 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=135.4238 real_seconds=1.00 rate_Mbps=1132.1489 tx_cpu=58 rx_cpu=21 drop=53735 pkt=192409 data_loss=27.92750 2018-08-27 13:32:47,279 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=1024 throughput=1<1159320/1617505<1617505 Kbps loss-rate=27 2018-08-27 13:32:47,279 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1388412K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:32:50,608 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=137.5908 real_seconds=1.00 rate_Mbps=1152.9111 tx_cpu=87 rx_cpu=21 drop=28588 pkt=169481 data_loss=16.86799 2018-08-27 13:32:50,609 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=1024 throughput=1<1180580/1388412<1388412 Kbps loss-rate=16 2018-08-27 13:32:50,609 DEBUG overshot, min=1 kbps=1180580 max=1388412 2018-08-27 13:32:50,609 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1180580K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:32:53,962 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=128.6045 real_seconds=1.00 rate_Mbps=1077.9062 tx_cpu=86 rx_cpu=19 drop=12423 pkt=144114 data_loss=8.62024 2018-08-27 13:32:53,962 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=1024 throughput=1<1103775/1180580<1388412 Kbps loss-rate=8 2018-08-27 13:32:53,963 DEBUG overshot, min=1 kbps=1103775 max=1180580 2018-08-27 13:32:53,963 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1103775K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:32:57,316 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=130.9492 real_seconds=1.00 rate_Mbps=1097.9920 tx_cpu=88 rx_cpu=21 drop=646 pkt=134738 data_loss=0.47948 2018-08-27 13:32:57,316 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=1024 throughput=1<1124343/1103775<1180580 Kbps loss-rate=0 2018-08-27 13:32:57,317 DEBUG undershot, min=1124343 kbps=1152461 max=1180580 2018-08-27 13:32:57,317 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] Measuring UDP Throughput (packet size=8192)... 2018-08-27 13:32:57,317 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:33:00,670 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=194.1172 real_seconds=1.00 rate_Mbps=1626.8421 tx_cpu=43 rx_cpu=9 drop=51229 pkt=76076 data_loss=67.33924 2018-08-27 13:33:00,670 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=8192 throughput=1<1665886/5000000<10000000 Kbps loss-rate=67 2018-08-27 13:33:00,671 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3332943K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:33:03,997 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=186.0547 real_seconds=1.00 rate_Mbps=1555.0747 tx_cpu=99 rx_cpu=9 drop=27042 pkt=50857 data_loss=53.17262 2018-08-27 13:33:03,998 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=8192 throughput=1<1592396/3332943<3332943 Kbps loss-rate=53 2018-08-27 13:33:03,998 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2462669K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:33:07,328 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=188.9375 real_seconds=1.00 rate_Mbps=1579.1807 tx_cpu=99 rx_cpu=9 drop=13394 pkt=37578 data_loss=35.64319 2018-08-27 13:33:07,329 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=8192 throughput=1<1617081/2462669<2462669 Kbps loss-rate=35 2018-08-27 13:33:07,329 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2039875K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:33:10,657 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=189.6172 real_seconds=1.00 rate_Mbps=1584.9012 tx_cpu=99 rx_cpu=10 drop=6855 pkt=31126 data_loss=22.02339 2018-08-27 13:33:10,658 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=8192 throughput=1<1622938/2039875<2039875 Kbps loss-rate=22 2018-08-27 13:33:10,658 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1831406K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:33:13,987 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=193.3125 real_seconds=1.00 rate_Mbps=1616.0523 tx_cpu=99 rx_cpu=9 drop=3201 pkt=27945 data_loss=11.45464 2018-08-27 13:33:13,987 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=8192 throughput=1<1654837/1831406<1831406 Kbps loss-rate=11 2018-08-27 13:33:13,987 DEBUG overshot, min=1 kbps=1654837 max=1831406 2018-08-27 13:33:13,988 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1654837K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:33:17,316 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=195.3438 real_seconds=1.00 rate_Mbps=1637.6370 tx_cpu=99 rx_cpu=10 drop=247 pkt=25251 data_loss=0.97813 2018-08-27 13:33:17,316 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=8192 throughput=1<1676940/1654837<1831406 Kbps loss-rate=0 2018-08-27 13:33:17,317 DEBUG undershot, min=1676940 kbps=1754173 max=1831406 2018-08-27 13:33:17,317 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1754173K -p5001 -P5002 -fparse 172.30.9.206 2018-08-27 13:33:20,646 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] megabytes=200.5156 real_seconds=1.00 rate_Mbps=1680.2726 tx_cpu=99 rx_cpu=16 drop=1101 pkt=26767 data_loss=4.11329 2018-08-27 13:33:20,647 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] pkt-size=8192 throughput=1676940<1720599/1754173<1831406 Kbps loss-rate=4 2018-08-27 13:33:20,657 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.16', 'ip_to': u'172.30.9.206', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 3, 'rtt_ms': 0.38, 'throughput_kbps': 1951299, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 8, 'rtt_ms': 0.45, 'throughput_kbps': 1903367, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 35, 'rtt_ms': 0.37, 'throughput_kbps': 2324846, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 7.16, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 138349, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.48, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1124343, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.11, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1720599, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.370', 'rtt_max_ms': '0.534', 'rtt_min_ms': '0.215', 'rtt_stddev': '0.119', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.349', 'rtt_max_ms': '0.746', 'rtt_min_ms': '0.232', 'rtt_stddev': '0.139', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.545', 'rtt_max_ms': '1.437', 'rtt_min_ms': '0.326', 'rtt_stddev': '0.314', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-27 13:33:20,659 INFO Deleting floating ip 2aa827a0-9c48-49ef-bf22-ca95b21127fe 2018-08-27 13:33:22,745 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] Floating IP 172.30.9.203 deleted 2018-08-27 13:33:23,166 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d192] Instance deleted 2018-08-27 13:33:23,281 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] Creating client VM... 2018-08-27 13:33:23,281 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-27 13:33:29,059 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 1 of 90... 2018-08-27 13:33:32,528 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 2 of 90... 2018-08-27 13:33:35,672 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 3 of 90... 2018-08-27 13:33:38,534 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 4 of 90... 2018-08-27 13:33:41,516 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 5 of 90... 2018-08-27 13:33:44,826 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 6 of 90... 2018-08-27 13:33:47,474 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 7 of 90... 2018-08-27 13:33:50,383 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 8 of 90... 2018-08-27 13:33:53,060 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 9 of 90... 2018-08-27 13:33:55,725 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 10 of 90... 2018-08-27 13:33:58,304 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 11 of 90... 2018-08-27 13:34:01,364 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 12 of 90... 2018-08-27 13:34:03,892 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 13 of 90... 2018-08-27 13:34:07,069 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 14 of 90... 2018-08-27 13:34:09,748 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 15 of 90... 2018-08-27 13:34:12,705 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 16 of 90... 2018-08-27 13:34:15,120 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 17 of 90... 2018-08-27 13:34:18,079 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 18 of 90... 2018-08-27 13:34:21,033 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 19 of 90... 2018-08-27 13:34:23,616 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 20 of 90... 2018-08-27 13:34:26,607 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 21 of 90... 2018-08-27 13:34:29,575 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 22 of 90... 2018-08-27 13:34:32,374 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 23 of 90... 2018-08-27 13:34:35,339 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 24 of 90... 2018-08-27 13:34:38,205 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 25 of 90... 2018-08-27 13:34:40,906 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 26 of 90... 2018-08-27 13:34:43,721 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 27 of 90... 2018-08-27 13:34:46,310 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 28 of 90... 2018-08-27 13:34:49,116 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 29 of 90... 2018-08-27 13:34:52,074 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 30 of 90... 2018-08-27 13:34:54,779 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 31 of 90... 2018-08-27 13:34:57,474 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 32 of 90... 2018-08-27 13:35:00,178 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 33 of 90... 2018-08-27 13:35:02,620 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 34 of 90... 2018-08-27 13:35:05,309 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 35 of 90... 2018-08-27 13:35:07,917 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] VM status=BUILD, retrying 36 of 90... 2018-08-27 13:35:13,938 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] Internal network IP: 192.168.1.20 2018-08-27 13:35:13,938 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] SSH IP: 172.30.9.210 2018-08-27 13:35:13,938 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] Setup SSH for ubuntu@172.30.9.210 2018-08-27 13:35:25,210 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] Installing nuttcp-8.1.4... 2018-08-27 13:35:25,255 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] Copying nuttcp-8.1.4 to target... 2018-08-27 13:35:25,421 INFO ============================================================ 2018-08-27 13:35:25,421 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2018-08-27 13:35:34,468 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] PING 192.168.1.5 (192.168.1.5) 64(92) bytes of data. 72 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=41.9 ms 72 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.400 ms 72 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.177 ms 72 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.152 ms 72 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.267 ms 72 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.446 ms 72 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.315 ms 72 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.245 ms 72 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.250 ms 72 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.319 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.152/4.449/41.920/12.490 ms 2018-08-27 13:35:43,513 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] PING 192.168.1.5 (192.168.1.5) 391(419) bytes of data. 399 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=0.210 ms 399 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.423 ms 399 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.409 ms 399 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.192 ms 399 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.366 ms 399 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.250 ms 399 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.256 ms 399 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.336 ms 399 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.455 ms 399 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.299 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.192/0.319/0.455/0.089 ms 2018-08-27 13:35:52,560 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] PING 192.168.1.5 (192.168.1.5) 1500(1528) bytes of data. 1508 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=0.920 ms 1508 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.400 ms 1508 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.497 ms 1508 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.303 ms 1508 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.634 ms 1508 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.427 ms 1508 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.545 ms 1508 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.308 ms 1508 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.268 ms 1508 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.650 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.268/0.495/0.920/0.191 ms 2018-08-27 13:35:52,561 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] Measuring TCP Throughput (packet size=65536)... 2018-08-27 13:35:52,561 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:36:02,662 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=5571.5849 real_seconds=10.00 rate_Mbps=4672.7515 tx_cpu=9 rx_cpu=14 retrans=1 cwnd=582 rtt_ms=0.55 2018-08-27 13:36:02,662 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:36:12,760 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=5534.1705 real_seconds=10.00 rate_Mbps=4641.7916 tx_cpu=9 rx_cpu=13 retrans=2 cwnd=428 rtt_ms=0.39 2018-08-27 13:36:12,761 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:36:22,861 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=5464.0249 real_seconds=10.00 rate_Mbps=4582.5802 tx_cpu=8 rx_cpu=14 retrans=2 cwnd=446 rtt_ms=0.21 2018-08-27 13:36:22,861 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] Measuring UDP Throughput (packet size=128)... 2018-08-27 13:36:22,862 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:36:26,189 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=23.1470 real_seconds=1.00 rate_Mbps=193.8087 tx_cpu=15 rx_cpu=28 drop=0 pkt=189620 data_loss=0.00000 2018-08-27 13:36:26,190 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=128 throughput=1<198460/5000000<10000000 Kbps loss-rate=0 2018-08-27 13:36:26,190 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R595380K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:36:29,516 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=22.9928 real_seconds=1.00 rate_Mbps=192.5308 tx_cpu=14 rx_cpu=28 drop=0 pkt=188357 data_loss=0.00000 2018-08-27 13:36:29,517 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=128 throughput=1<197151/595380<595380 Kbps loss-rate=0 2018-08-27 13:36:29,517 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R396265K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:36:32,845 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=23.8159 real_seconds=1.00 rate_Mbps=199.6321 tx_cpu=15 rx_cpu=26 drop=88 pkt=195188 data_loss=0.04533 2018-08-27 13:36:32,845 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=128 throughput=1<204423/396265<396265 Kbps loss-rate=0 2018-08-27 13:36:32,846 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R300344K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:36:36,173 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=23.8674 real_seconds=1.00 rate_Mbps=199.8097 tx_cpu=16 rx_cpu=28 drop=0 pkt=195522 data_loss=0.00000 2018-08-27 13:36:36,174 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=128 throughput=1<204605/300344<300344 Kbps loss-rate=0 2018-08-27 13:36:36,174 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R252474K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:36:39,501 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=23.7412 real_seconds=1.00 rate_Mbps=198.8225 tx_cpu=17 rx_cpu=28 drop=0 pkt=194488 data_loss=0.00000 2018-08-27 13:36:39,501 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=128 throughput=1<203594/252474<252474 Kbps loss-rate=0 2018-08-27 13:36:39,501 DEBUG undershot, min=203594 kbps=228034 max=252474 2018-08-27 13:36:39,501 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R228034K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:36:42,829 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=22.7969 real_seconds=1.00 rate_Mbps=190.8230 tx_cpu=16 rx_cpu=28 drop=3769 pkt=190521 data_loss=1.97833 2018-08-27 13:36:42,830 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=128 throughput=203594<195402/228034<252474 Kbps loss-rate=1 2018-08-27 13:36:42,830 DEBUG undershot, min=228034 kbps=240254 max=252474 2018-08-27 13:36:42,830 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R240254K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:36:46,158 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=23.5092 real_seconds=1.00 rate_Mbps=196.8139 tx_cpu=16 rx_cpu=27 drop=0 pkt=192587 data_loss=0.00000 2018-08-27 13:36:46,158 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=128 throughput=228034<201537/240254<252474 Kbps loss-rate=0 2018-08-27 13:36:46,158 DEBUG undershot, min=240254 kbps=246364 max=252474 2018-08-27 13:36:46,159 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] Measuring UDP Throughput (packet size=1024)... 2018-08-27 13:36:46,159 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:36:49,511 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=180.2295 real_seconds=1.00 rate_Mbps=1510.8683 tx_cpu=30 rx_cpu=27 drop=5282 pkt=189837 data_loss=2.78239 2018-08-27 13:36:49,511 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=1024 throughput=1<1547129/5000000<10000000 Kbps loss-rate=2 2018-08-27 13:36:49,512 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3273564K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:36:52,865 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=188.3174 real_seconds=1.00 rate_Mbps=1580.2770 tx_cpu=33 rx_cpu=28 drop=89 pkt=192926 data_loss=0.04612 2018-08-27 13:36:52,866 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=1024 throughput=1<1618203/3273564<3273564 Kbps loss-rate=0 2018-08-27 13:36:52,866 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2445883K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:36:56,195 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=185.2920 real_seconds=1.00 rate_Mbps=1555.1708 tx_cpu=32 rx_cpu=29 drop=6335 pkt=196074 data_loss=3.23091 2018-08-27 13:36:56,195 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=1024 throughput=1<1592494/2445883<2445883 Kbps loss-rate=3 2018-08-27 13:36:56,196 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2019188K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:36:59,549 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=192.1104 real_seconds=1.00 rate_Mbps=1610.0926 tx_cpu=33 rx_cpu=28 drop=0 pkt=196721 data_loss=0.00000 2018-08-27 13:36:59,549 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=1024 throughput=1<1648734/2019188<2019188 Kbps loss-rate=0 2018-08-27 13:36:59,549 DEBUG undershot, min=1648734 kbps=1833961 max=2019188 2018-08-27 13:36:59,550 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1833961K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:37:02,878 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=193.9883 real_seconds=1.00 rate_Mbps=1625.9356 tx_cpu=35 rx_cpu=29 drop=0 pkt=198644 data_loss=0.00000 2018-08-27 13:37:02,878 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=1024 throughput=1648734<1664958/1833961<2019188 Kbps loss-rate=0 2018-08-27 13:37:02,879 DEBUG undershot, min=1664958 kbps=1842073 max=2019188 2018-08-27 13:37:02,879 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1842073K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:37:06,206 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=173.3379 real_seconds=1.00 rate_Mbps=1452.4354 tx_cpu=29 rx_cpu=29 drop=0 pkt=177498 data_loss=0.00000 2018-08-27 13:37:06,206 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=1024 throughput=1664958<1487293/1842073<2019188 Kbps loss-rate=0 2018-08-27 13:37:06,206 DEBUG undershot, min=1842073 kbps=1930630 max=2019188 2018-08-27 13:37:06,206 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1930630K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:37:09,534 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=184.8506 real_seconds=1.00 rate_Mbps=1549.9804 tx_cpu=29 rx_cpu=28 drop=376 pkt=189663 data_loss=0.19825 2018-08-27 13:37:09,535 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=1024 throughput=1842073<1587179/1930630<2019188 Kbps loss-rate=0 2018-08-27 13:37:09,535 DEBUG undershot, min=1930630 kbps=1974909 max=2019188 2018-08-27 13:37:09,535 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] Measuring UDP Throughput (packet size=8192)... 2018-08-27 13:37:09,536 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:37:12,887 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=313.9141 real_seconds=1.00 rate_Mbps=2624.2405 tx_cpu=41 rx_cpu=14 drop=34361 pkt=74542 data_loss=46.09616 2018-08-27 13:37:12,888 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=8192 throughput=1<2687222/5000000<10000000 Kbps loss-rate=46 2018-08-27 13:37:12,888 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3843611K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:37:16,213 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=316.3125 real_seconds=1.00 rate_Mbps=2656.2904 tx_cpu=99 rx_cpu=16 drop=18161 pkt=58649 data_loss=30.96557 2018-08-27 13:37:16,214 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=8192 throughput=1<2720041/3843611<3843611 Kbps loss-rate=30 2018-08-27 13:37:16,214 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3281826K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:37:19,541 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=321.1172 real_seconds=1.00 rate_Mbps=2699.8630 tx_cpu=99 rx_cpu=15 drop=8974 pkt=50077 data_loss=17.92041 2018-08-27 13:37:19,542 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=8192 throughput=1<2764659/3281826<3281826 Kbps loss-rate=17 2018-08-27 13:37:19,542 DEBUG overshot, min=1 kbps=2764659 max=3281826 2018-08-27 13:37:19,542 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2764659K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:37:22,895 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=329.5469 real_seconds=1.00 rate_Mbps=2765.2249 tx_cpu=99 rx_cpu=15 drop=4 pkt=42186 data_loss=0.00947 2018-08-27 13:37:22,896 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=8192 throughput=1<2831590/2764659<3281826 Kbps loss-rate=0 2018-08-27 13:37:22,896 DEBUG undershot, min=2831590 kbps=3056708 max=3281826 2018-08-27 13:37:22,896 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3056708K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:37:26,247 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=329.2422 real_seconds=1.00 rate_Mbps=2756.6268 tx_cpu=99 rx_cpu=15 drop=4499 pkt=46642 data_loss=9.64580 2018-08-27 13:37:26,248 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=8192 throughput=2831590<2822785/3056708<3281826 Kbps loss-rate=9 2018-08-27 13:37:26,248 DEBUG overshot, min=2831590 kbps=2822785 max=3056708 2018-08-27 13:37:26,248 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2822785K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:37:29,599 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=332.3828 real_seconds=1.00 rate_Mbps=2789.9449 tx_cpu=99 rx_cpu=17 drop=528 pkt=43073 data_loss=1.22583 2018-08-27 13:37:29,600 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=8192 throughput=2831590<2856903/2822785<3056708 Kbps loss-rate=1 2018-08-27 13:37:29,600 DEBUG undershot, min=2856903 kbps=2956805 max=3056708 2018-08-27 13:37:29,600 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2956805K -p5001 -P5002 -fparse 192.168.1.5 2018-08-27 13:37:32,926 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] megabytes=330.6172 real_seconds=1.00 rate_Mbps=2771.4530 tx_cpu=99 rx_cpu=15 drop=2798 pkt=45117 data_loss=6.20166 2018-08-27 13:37:32,927 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] pkt-size=8192 throughput=2856903<2837967/2956805<3056708 Kbps loss-rate=6 2018-08-27 13:37:32,927 DEBUG overshot, min=2856903 kbps=2837967 max=2956805 2018-08-27 13:37:32,938 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.20', 'ip_to': u'192.168.1.5', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1, 'rtt_ms': 0.55, 'throughput_kbps': 4784897, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2, 'rtt_ms': 0.39, 'throughput_kbps': 4753194, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2, 'rtt_ms': 0.21, 'throughput_kbps': 4692562, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 201537, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.2, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1587179, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 6.2, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 2837967, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '4.449', 'rtt_max_ms': '41.920', 'rtt_min_ms': '0.152', 'rtt_stddev': '12.490', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.319', 'rtt_max_ms': '0.455', 'rtt_min_ms': '0.192', 'rtt_stddev': '0.089', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.495', 'rtt_max_ms': '0.920', 'rtt_min_ms': '0.268', 'rtt_stddev': '0.191', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-27 13:37:32,939 INFO Deleting floating ip 7d0c15e4-f2bf-4b19-b40a-d89bb50de35f 2018-08-27 13:37:34,628 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] Floating IP 172.30.9.210 deleted 2018-08-27 13:37:34,797 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d193] Instance deleted 2018-08-27 13:37:34,861 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d194] Creating client VM... 2018-08-27 13:37:34,861 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d194] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-27 13:37:39,528 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d194] VM status=BUILD, retrying 1 of 90... 2018-08-27 13:37:41,866 DEBUG [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d194] VM status=BUILD, retrying 2 of 90... 2018-08-27 13:37:44,221 ERROR Instance creation error: Failed to get aggregates for resource provider with UUID 06b30a44-84ae-4c5a-b30f-be1055e192ef 2018-08-27 13:37:44,221 ERROR Instance failed status=ERROR 2018-08-27 13:37:45,327 INFO [TestClient_b105f36a-508a-4f4c-a38d-e4bc86739d194] Server creation failed 2018-08-27 13:37:45,328 INFO { 'desc': 'VM to VM different network fixed IP (inter-node)', 'results': 'error: VM cannot be spawned.'} 2018-08-27 13:37:45,328 INFO Cleaning up... 2018-08-27 13:37:45,328 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] Terminating nuttcp-8.1.4 2018-08-27 13:37:45,341 INFO Deleting floating ip a704acc3-0a5f-4978-806f-3be5c4f9e298 2018-08-27 13:37:46,902 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] Floating IP 172.30.9.206 deleted 2018-08-27 13:37:47,103 DEBUG [TestServer_b105f36a-508a-4f4c-a38d-e4bc86739d191] Instance deleted 2018-08-27 13:37:54,402 INFO Network pns-internal-net_b105f36a-508a-4f4c-a38d-e4bc86739d19 deleted. 2018-08-27 13:37:56,885 INFO Network pns-internal-net2_b105f36a-508a-4f4c-a38d-e4bc86739d19 deleted. 2018-08-27 13:37:56,935 INFO Removed public key pns_public_key 2018-08-27 13:37:56,935 INFO Deleting security group 2018-08-27 13:37:57,283 ERROR string indices must be integers, not str 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 1229, in run_vmtp print_report(rescol.results) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 666, in print_report if (item['protocol'] == proto) and (run_status[idx0][idx1][idx2][idx3] != SFAIL): TypeError: string indices must be integers, not str 2018-08-27 13:37:57,698 - 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 13:37:57,829 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 13:37:57,829 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 15:02 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-27 13:37:57,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 13:37:57,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6c8e8e359fe38e2464219dd079a10e175718f8c" 2018-08-27 13:37:58,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1707 X-Openstack-Request-Id: req-f7aab48d-b09a-4c05-ad86-4cedf0cf3d09 Date: Mon, 27 Aug 2018 13:37:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "68bb65ee0f824b149892348054c9f68c", "created_at": "2018-08-27T12:29:58Z", "admin_state_up": true, "updated_at": "2018-08-27T12:30:00Z", "project_id": "68bb65ee0f824b149892348054c9f68c", "flavor_id": null, "revision_number": 5, "routes": [], "ha": true, "id": "5f2b3f59-4937-4a1e-9745-c0a1bd534e52", "name": "tempest-pretest-check-751874663"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8a5a8b4d5f5940fc96cabc268dee3f41", "created_at": "2018-08-27T12:31:16Z", "admin_state_up": false, "updated_at": "2018-08-27T12:31:16Z", "project_id": "8a5a8b4d5f5940fc96cabc268dee3f41", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "be90db42-f7d9-481e-ae84-541ea8075bc9", "name": "tempest-router-1267563662"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "03ce2c30859f4d15992cde7b9e1c8128", "created_at": "2018-08-27T13:22:57Z", "admin_state_up": true, "updated_at": "2018-08-27T13:37:50Z", "project_id": "03ce2c30859f4d15992cde7b9e1c8128", "flavor_id": null, "revision_number": 11, "routes": [], "ha": true, "id": "c28dc8e6-71ca-4ae0-bc93-ce1a1bb85923", "name": "vmtp-router_b105f36a-508a-4f4c-a38d-e4bc86739d19"}]} 2018-08-27 13:37:58,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f7aab48d-b09a-4c05-ad86-4cedf0cf3d09 2018-08-27 13:37:58,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.405873775482s 2018-08-27 13:37:58,243 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f7aab48d-b09a-4c05-ad86-4cedf0cf3d09 2018-08-27 13:37:58,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 13:37:58,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/c28dc8e6-71ca-4ae0-bc93-ce1a1bb85923.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6c8e8e359fe38e2464219dd079a10e175718f8c" 2018-08-27 13:38:02,224 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3af9fe8f-57c7-4b0e-ada5-ffd63ad7bfce Content-Length: 0 Date: Mon, 27 Aug 2018 13:38:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 13:38:02,224 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/c28dc8e6-71ca-4ae0-bc93-ce1a1bb85923.json used request id req-3af9fe8f-57c7-4b0e-ada5-ffd63ad7bfce 2018-08-27 13:38:02,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.97964000702s 2018-08-27 13:38:02,225 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/c28dc8e6-71ca-4ae0-bc93-ce1a1bb85923.json used request id req-3af9fe8f-57c7-4b0e-ada5-ffd63ad7bfce 2018-08-27 13:38:02,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 13:38:02,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6c8e8e359fe38e2464219dd079a10e175718f8c" 2018-08-27 13:38:02,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-4886ca5e-32f0-44c1-9da5-f312ef5e21f1 Date: Mon, 27 Aug 2018 13:38:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:23:10Z", "file": "/v2/images/9c604b50-b7c3-49db-9b26-8a7da05b15de/file", "owner": "03ce2c30859f4d15992cde7b9e1c8128", "id": "9c604b50-b7c3-49db-9b26-8a7da05b15de", "size": 263193088, "self": "/v2/images/9c604b50-b7c3-49db-9b26-8a7da05b15de", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/9c604b50-b7c3-49db-9b26-8a7da05b15de/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/9c604b50-b7c3-49db-9b26-8a7da05b15de/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_b105f36a-508a-4f4c-a38d-e4bc86739d19", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_b105f36a-508a-4f4c-a38d-e4bc86739d19", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T13:23:05Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 13:38:02,528 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4886ca5e-32f0-44c1-9da5-f312ef5e21f1 2018-08-27 13:38:02,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.298654794693s 2018-08-27 13:38:02,528 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4886ca5e-32f0-44c1-9da5-f312ef5e21f1 2018-08-27 13:38:02,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 13:38:02,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/9c604b50-b7c3-49db-9b26-8a7da05b15de -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6c8e8e359fe38e2464219dd079a10e175718f8c" 2018-08-27 13:38:03,211 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f4843e3a-026a-4c79-a6e5-f5f279540130 Date: Mon, 27 Aug 2018 13:38:03 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 13:38:03,211 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/9c604b50-b7c3-49db-9b26-8a7da05b15de used request id req-f4843e3a-026a-4c79-a6e5-f5f279540130 2018-08-27 13:38:03,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.681338071823s 2018-08-27 13:38:03,212 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/9c604b50-b7c3-49db-9b26-8a7da05b15de used request id req-f4843e3a-026a-4c79-a6e5-f5f279540130 2018-08-27 13:38:03,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 13:38:03,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:38:03,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38: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-1db84ac4-f0ba-48c3-b781-161779620b2e x-compute-request-id: req-1db84ac4-f0ba-48c3-b781-161779620b2e Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_b105f36a-508a-4f4c-a38d-e4bc86739d19", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/823452bd-7a69-495f-9a91-1d02320d79b7", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/823452bd-7a69-495f-9a91-1d02320d79b7", "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": "823452bd-7a69-495f-9a91-1d02320d79b7"}]} 2018-08-27 13:38:03,514 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-1db84ac4-f0ba-48c3-b781-161779620b2e 2018-08-27 13:38:03,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.301472902298s 2018-08-27 13:38:03,514 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-1db84ac4-f0ba-48c3-b781-161779620b2e 2018-08-27 13:38:03,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 13:38:03,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/823452bd-7a69-495f-9a91-1d02320d79b7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:38:03,562 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 13:38: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-6c9013b6-815e-4861-af16-981af920155a x-compute-request-id: req-6c9013b6-815e-4861-af16-981af920155a Content-Length: 0 Content-Type: application/json 2018-08-27 13:38:03,562 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/823452bd-7a69-495f-9a91-1d02320d79b7 used request id req-6c9013b6-815e-4861-af16-981af920155a 2018-08-27 13:38:03,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0461831092834s 2018-08-27 13:38:03,562 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/823452bd-7a69-495f-9a91-1d02320d79b7 used request id req-6c9013b6-815e-4861-af16-981af920155a 2018-08-27 13:38:03,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 13:38:03,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:38:03,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bd86599-ba67-4e56-86ad-7055ef4819d5 Content-Encoding: gzip Content-Length: 963 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}, {"name": "vmtp-user_b105f36a-508a-4f4c-a38d-e4bc86739d19", "links": {"self": "http://172.30.9.28:5000/v3/users/f7dcf5b3249642d7a844a7f95fc342b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f7dcf5b3249642d7a844a7f95fc342b3", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 13:38:03,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8bd86599-ba67-4e56-86ad-7055ef4819d5 2018-08-27 13:38:03,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209266901016s 2018-08-27 13:38:03,773 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8bd86599-ba67-4e56-86ad-7055ef4819d5 2018-08-27 13:38:03,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 13:38:03,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/f7dcf5b3249642d7a844a7f95fc342b3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:38:03,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a0f20cc-6592-4009-b57e-313ca3a2dc03 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_b105f36a-508a-4f4c-a38d-e4bc86739d19", "links": {"self": "http://172.30.9.28:5000/v3/users/f7dcf5b3249642d7a844a7f95fc342b3"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f7dcf5b3249642d7a844a7f95fc342b3", "description": null}} 2018-08-27 13:38:03,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/f7dcf5b3249642d7a844a7f95fc342b3 used request id req-9a0f20cc-6592-4009-b57e-313ca3a2dc03 2018-08-27 13:38:03,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.216570138931s 2018-08-27 13:38:03,996 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/f7dcf5b3249642d7a844a7f95fc342b3 used request id req-9a0f20cc-6592-4009-b57e-313ca3a2dc03 2018-08-27 13:38:03,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 13:38:04,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/f7dcf5b3249642d7a844a7f95fc342b3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:38:04,269 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 13:38:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45c01832-3e08-4c9c-a238-634b39ad3c54 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 13:38:04,269 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f7dcf5b3249642d7a844a7f95fc342b3 used request id req-45c01832-3e08-4c9c-a238-634b39ad3c54 2018-08-27 13:38:04,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.272261857986s 2018-08-27 13:38:04,269 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f7dcf5b3249642d7a844a7f95fc342b3 used request id req-45c01832-3e08-4c9c-a238-634b39ad3c54 2018-08-27 13:38:04,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 13:38:04,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:38:04,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66502bc3-fd24-404f-ab1d-fe9ac97b3a25 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.28:5000/v3/projects/03ce2c30859f4d15992cde7b9e1c8128"}, "tags": [], "enabled": true, "id": "03ce2c30859f4d15992cde7b9e1c8128", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_b105f36a-508a-4f4c-a38d-e4bc86739d19"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-27 13:38:04,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-66502bc3-fd24-404f-ab1d-fe9ac97b3a25 2018-08-27 13:38:04,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.196212053299s 2018-08-27 13:38:04,472 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-66502bc3-fd24-404f-ab1d-fe9ac97b3a25 2018-08-27 13:38:04,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 13:38:04,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/03ce2c30859f4d15992cde7b9e1c8128 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}11ce4d51d53fabafae7bc2c496922e72e8d125d5" 2018-08-27 13:38:04,755 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 13:38:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24d0ab4b-9278-4983-8a67-6d5a911716f6 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 13:38:04,755 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/03ce2c30859f4d15992cde7b9e1c8128 used request id req-24d0ab4b-9278-4983-8a67-6d5a911716f6 2018-08-27 13:38:04,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.278367996216s 2018-08-27 13:38:04,755 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/03ce2c30859f4d15992cde7b9e1c8128 used request id req-24d0ab4b-9278-4983-8a67-6d5a911716f6 2018-08-27 13:38:04,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 13:38:04,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6c8e8e359fe38e2464219dd079a10e175718f8c" 2018-08-27 13:38:04,935 - keystoneauth.session - DEBUG - RESP: [401] Content-Type: application/json Content-Length: 114 Www-Authenticate: Keystone uri="http://192.30.9.7:5000" X-Openstack-Request-Id: req-62846d0b-1b53-4a2b-a2e8-19f2887b7ad3 Date: Mon, 27 Aug 2018 13:38:04 GMT RESP BODY: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}} 2018-08-27 13:38:04,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-62846d0b-1b53-4a2b-a2e8-19f2887b7ad3 2018-08-27 13:38:04,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 13:38:04,950 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-08-27 13:38:04,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.195429086685s 2018-08-27 13:38:04,952 - xtesting.ci.run_tests - ERROR - The test case 'vmtp' failed. 2018-08-27 13:38:05,008 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-08-27 13:38:05,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 13:38:05,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 13:38:05,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 13:38:05,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 13:38:05,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 13:38:05,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 13:38:05,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 13:38:05,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 13:38:05,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 13:38:05,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 13:38:05,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 13:38:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 13:38:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 13:38:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 13:38:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 13:38:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 13:38:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 13:38:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 13:38:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 13:38:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 13:38:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 13:38:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 13:38:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 13:38:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 13:38:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 13:38:05,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 13:38:05,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00c41b8f-43b0-4b38-9101-1a8e330d2d1d 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 13:38:05,063 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-00c41b8f-43b0-4b38-9101-1a8e330d2d1d 2018-08-27 13:38:05,063 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 13:38:05,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T14:38:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["rVWwbZVtR5-LH75l1BGNVw"], "issued_at": "2018-08-27T13:38:05.000000Z"}} 2018-08-27 13:38:05,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 13:38:05,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:38:05,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-03f4607d-684c-40ac-b5c5-9081b3fdba75 Date: Mon, 27 Aug 2018 13:38:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 13:38:05,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-03f4607d-684c-40ac-b5c5-9081b3fdba75 2018-08-27 13:38:05,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.33868098259s 2018-08-27 13:38:05,812 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-03f4607d-684c-40ac-b5c5-9081b3fdba75 2018-08-27 13:38:05,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 13:38:05,822 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 13:38:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35c974cf-72e5-4740-b611-709f12cf46f2 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 13:38:05,822 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-35c974cf-72e5-4740-b611-709f12cf46f2 2018-08-27 13:38:05,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 13:38:05,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:38:06,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-339f674f-67e7-4253-ac6f-95e1d97f540e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/1822875bebb84e26b6f0f5a37895742c"}, "tags": [], "enabled": true, "id": "1822875bebb84e26b6f0f5a37895742c", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 13:38:06,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-339f674f-67e7-4253-ac6f-95e1d97f540e 2018-08-27 13:38:06,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.191546201706s 2018-08-27 13:38:06,015 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-339f674f-67e7-4253-ac6f-95e1d97f540e 2018-08-27 13:38:06,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 13:38:06,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_18767f15-2470-4efa-b2cf-33a75adaf56d"}}' 2018-08-27 13:38:06,259 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 13:38:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36297093-bad2-4aae-91f3-c571fbf4ecb6 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.28:5000/v3/projects/397963a3da7848ed8282384ab565d2bc"}, "tags": [], "enabled": true, "id": "397963a3da7848ed8282384ab565d2bc", "parent_id": "default", "domain_id": "default", "name": "shaker-project_18767f15-2470-4efa-b2cf-33a75adaf56d"}} 2018-08-27 13:38:06,260 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-36297093-bad2-4aae-91f3-c571fbf4ecb6 2018-08-27 13:38:06,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.238167047501s 2018-08-27 13:38:06,260 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-36297093-bad2-4aae-91f3-c571fbf4ecb6 2018-08-27 13:38:06,260 - 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'397963a3da7848ed8282384ab565d2bc', '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_18767f15-2470-4efa-b2cf-33a75adaf56d'}) 2018-08-27 13:38:06,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 13:38:06,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "299e4007-9bcc-40d1-84e7-cacb3da297fc", "email": null, "name": "shaker-user_18767f15-2470-4efa-b2cf-33a75adaf56d"}}' 2018-08-27 13:38:06,737 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 13:38:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1295d4b4-bfaf-45fe-a54f-3e3158a7f94f Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_18767f15-2470-4efa-b2cf-33a75adaf56d", "links": {"self": "http://172.30.9.28:5000/v3/users/5c8e240f18884b8f8436e6bbe89f093d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c8e240f18884b8f8436e6bbe89f093d", "domain_id": "default", "password_expires_at": null}} 2018-08-27 13:38:06,738 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-1295d4b4-bfaf-45fe-a54f-3e3158a7f94f 2018-08-27 13:38:06,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.471266031265s 2018-08-27 13:38:06,738 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-1295d4b4-bfaf-45fe-a54f-3e3158a7f94f 2018-08-27 13:38:06,739 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5c8e240f18884b8f8436e6bbe89f093d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_18767f15-2470-4efa-b2cf-33a75adaf56d'}) 2018-08-27 13:38:06,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 13:38:06,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:38:06,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70a98697-e90d-4599-9428-c8f317fd7f08 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 13:38:06,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-70a98697-e90d-4599-9428-c8f317fd7f08 2018-08-27 13:38:06,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199178934097s 2018-08-27 13:38:06,942 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-70a98697-e90d-4599-9428-c8f317fd7f08 2018-08-27 13:38:06,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 13:38:06,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:38:07,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3afc62e6-a24b-43fb-a777-e32d6f123a0d Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 13:38:07,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3afc62e6-a24b-43fb-a777-e32d6f123a0d 2018-08-27 13:38:07,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.115177869797s 2018-08-27 13:38:07,062 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3afc62e6-a24b-43fb-a777-e32d6f123a0d 2018-08-27 13:38:07,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 13:38:07,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:38:07,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-407fb1e9-9102-44b3-9298-e45540818558 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 13:38:07,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-407fb1e9-9102-44b3-9298-e45540818558 2018-08-27 13:38:07,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.153322935104s 2018-08-27 13:38:07,221 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-407fb1e9-9102-44b3-9298-e45540818558 2018-08-27 13:38:07,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 13:38:07,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:38:07,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-035422c2-fd4b-4748-a4dc-39773c8febdc Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 13:38:07,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-035422c2-fd4b-4748-a4dc-39773c8febdc 2018-08-27 13:38:07,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.194057941437s 2018-08-27 13:38:07,420 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-035422c2-fd4b-4748-a4dc-39773c8febdc 2018-08-27 13:38:07,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 13:38:07,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:38:07,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-659299cf-092c-4467-8e8a-241f770ffef4 Content-Encoding: gzip Content-Length: 966 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "shaker-user_18767f15-2470-4efa-b2cf-33a75adaf56d", "links": {"self": "http://172.30.9.28:5000/v3/users/5c8e240f18884b8f8436e6bbe89f093d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c8e240f18884b8f8436e6bbe89f093d", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 13:38:07,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-659299cf-092c-4467-8e8a-241f770ffef4 2018-08-27 13:38:07,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212558984756s 2018-08-27 13:38:07,634 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-659299cf-092c-4467-8e8a-241f770ffef4 2018-08-27 13:38:07,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 13:38:07,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:38:07,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93c0c2ac-568e-493b-9156-c68f6d5647bf Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.28:5000/v3/projects/397963a3da7848ed8282384ab565d2bc"}, "tags": [], "enabled": true, "id": "397963a3da7848ed8282384ab565d2bc", "parent_id": "default", "domain_id": "default", "name": "shaker-project_18767f15-2470-4efa-b2cf-33a75adaf56d"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}]} 2018-08-27 13:38:07,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-93c0c2ac-568e-493b-9156-c68f6d5647bf 2018-08-27 13:38:07,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.1878490448s 2018-08-27 13:38:07,834 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-93c0c2ac-568e-493b-9156-c68f6d5647bf 2018-08-27 13:38:07,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 13:38:07,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=5c8e240f18884b8f8436e6bbe89f093d&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=397963a3da7848ed8282384ab565d2bc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:38:08,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e79408c-fa9d-4d10-b021-e6226170da8c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=5c8e240f18884b8f8436e6bbe89f093d&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=397963a3da7848ed8282384ab565d2bc", "previous": null, "next": null}} 2018-08-27 13:38:08,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=5c8e240f18884b8f8436e6bbe89f093d&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=397963a3da7848ed8282384ab565d2bc used request id req-6e79408c-fa9d-4d10-b021-e6226170da8c 2018-08-27 13:38:08,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.193166017532s 2018-08-27 13:38:08,036 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=5c8e240f18884b8f8436e6bbe89f093d&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=397963a3da7848ed8282384ab565d2bc used request id req-6e79408c-fa9d-4d10-b021-e6226170da8c 2018-08-27 13:38:08,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 13:38:08,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/397963a3da7848ed8282384ab565d2bc/users/5c8e240f18884b8f8436e6bbe89f093d/roles/2d704632e4b7449aa0baeaa243e3aa0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:38:08,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 13:38:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9d2c130-09b9-494f-83ab-605df7639d73 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 13:38:08,273 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/397963a3da7848ed8282384ab565d2bc/users/5c8e240f18884b8f8436e6bbe89f093d/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-b9d2c130-09b9-494f-83ab-605df7639d73 2018-08-27 13:38:08,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.233725070953s 2018-08-27 13:38:08,273 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/397963a3da7848ed8282384ab565d2bc/users/5c8e240f18884b8f8436e6bbe89f093d/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-b9d2c130-09b9-494f-83ab-605df7639d73 2018-08-27 13:38:08,274 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_18767f15-2470-4efa-b2cf-33a75adaf56d', 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'397963a3da7848ed8282384ab565d2bc', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '299e4007-9bcc-40d1-84e7-cacb3da297fc', 'username': u'shaker-user_18767f15-2470-4efa-b2cf-33a75adaf56d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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 13:38:08,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 13:38:08,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 13:38:08,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 13:38:08,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 13:38:08,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 13:38:08,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 13:38:08,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 13:38:08,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 13:38:08,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 13:38:08,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 13:38:08,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 13:38:08,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 13:38:08,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 13:38:08,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 13:38:08,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 13:38:08,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 13:38:08,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 13:38:08,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 13:38:08,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 13:38:08,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 13:38:08,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 13:38:08,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 13:38:08,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 13:38:08,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 13:38:08,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 13:38:08,279 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_18767f15-2470-4efa-b2cf-33a75adaf56d', 'password': '299e4007-9bcc-40d1-84e7-cacb3da297fc', 'project_name': 'shaker-project_18767f15-2470-4efa-b2cf-33a75adaf56d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '397963a3da7848ed8282384ab565d2bc', 'project_domain_name': 'Default'} 2018-08-27 13:38:08,279 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-08-27 13:38:08,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 13:38:08,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-480c9713-b2a7-4fea-b4bd-ff3c59237392 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 13:38:08,287 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-480c9713-b2a7-4fea-b4bd-ff3c59237392 2018-08-27 13:38:08,287 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 13:38:08,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T14:38:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "397963a3da7848ed8282384ab565d2bc", "name": "shaker-project_18767f15-2470-4efa-b2cf-33a75adaf56d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/397963a3da7848ed8282384ab565d2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/397963a3da7848ed8282384ab565d2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/397963a3da7848ed8282384ab565d2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_397963a3da7848ed8282384ab565d2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_397963a3da7848ed8282384ab565d2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/397963a3da7848ed8282384ab565d2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/397963a3da7848ed8282384ab565d2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/397963a3da7848ed8282384ab565d2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/397963a3da7848ed8282384ab565d2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/397963a3da7848ed8282384ab565d2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/397963a3da7848ed8282384ab565d2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/397963a3da7848ed8282384ab565d2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/397963a3da7848ed8282384ab565d2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/397963a3da7848ed8282384ab565d2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_18767f15-2470-4efa-b2cf-33a75adaf56d", "id": "5c8e240f18884b8f8436e6bbe89f093d"}, "audit_ids": ["TjEt_gAeSoefP4B1iaDfqg"], "issued_at": "2018-08-27T13:38:08.000000Z"}} 2018-08-27 13:38:08,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 13:38:08,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" -d '{"network": {"name": "shaker-net_18767f15-2470-4efa-b2cf-33a75adaf56d", "admin_state_up": true}}' 2018-08-27 13:38:09,303 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-0e321770-0bc6-4c72-8373-267e7c9a57ef Date: Mon, 27 Aug 2018 13:38:09 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"0de1dd34-6ce6-4483-a44e-4682d5d5e433","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"397963a3da7848ed8282384ab565d2bc","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T13:38:09Z","is_default":false,"name":"shaker-net_18767f15-2470-4efa-b2cf-33a75adaf56d","qos_policy_id":null,"admin_state_up":true,"tenant_id":"397963a3da7848ed8282384ab565d2bc","created_at":"2018-08-27T13:38:09Z","mtu":1450}} 2018-08-27 13:38:09,303 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0e321770-0bc6-4c72-8373-267e7c9a57ef 2018-08-27 13:38:09,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.598289012909s 2018-08-27 13:38:09,304 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0e321770-0bc6-4c72-8373-267e7c9a57ef 2018-08-27 13:38:09,304 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T13:38:09Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'0de1dd34-6ce6-4483-a44e-4682d5d5e433', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_18767f15-2470-4efa-b2cf-33a75adaf56d', u'admin_state_up': True, u'tenant_id': u'397963a3da7848ed8282384ab565d2bc', u'created_at': u'2018-08-27T13:38:09Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'397963a3da7848ed8282384ab565d2bc', u'l2_adjacency': True}) 2018-08-27 13:38:09,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 13:38:09,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:38:09,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1226 X-Openstack-Request-Id: req-98ecf858-661a-4b48-81e3-f6942aaba01d Date: Mon, 27 Aug 2018 13:38:09 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"0de1dd34-6ce6-4483-a44e-4682d5d5e433","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"397963a3da7848ed8282384ab565d2bc","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T13:38:09Z","qos_policy_id":null,"name":"shaker-net_18767f15-2470-4efa-b2cf-33a75adaf56d","admin_state_up":true,"tenant_id":"397963a3da7848ed8282384ab565d2bc","created_at":"2018-08-27T13:38:09Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 13:38:09,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-98ecf858-661a-4b48-81e3-f6942aaba01d 2018-08-27 13:38:09,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.366098880768s 2018-08-27 13:38:09,671 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-98ecf858-661a-4b48-81e3-f6942aaba01d 2018-08-27 13:38:09,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 13:38:09,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" -d '{"subnet": {"name": "shaker-subnet_18767f15-2470-4efa-b2cf-33a75adaf56d", "enable_dhcp": true, "network_id": "0de1dd34-6ce6-4483-a44e-4682d5d5e433", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 13:38:10,596 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-22c66a35-c695-45ad-8a51-44437320b829 Date: Mon, 27 Aug 2018 13:38:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0de1dd34-6ce6-4483-a44e-4682d5d5e433","tenant_id":"397963a3da7848ed8282384ab565d2bc","created_at":"2018-08-27T13:38:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T13:38:10Z","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":"397963a3da7848ed8282384ab565d2bc","id":"596ffdea-9cff-4e8d-94cb-1574c036aeeb","subnetpool_id":null,"name":"shaker-subnet_18767f15-2470-4efa-b2cf-33a75adaf56d"}} 2018-08-27 13:38:10,596 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-22c66a35-c695-45ad-8a51-44437320b829 2018-08-27 13:38:10,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.923389196396s 2018-08-27 13:38:10,596 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-22c66a35-c695-45ad-8a51-44437320b829 2018-08-27 13:38:10,597 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T13:38:10Z', 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'596ffdea-9cff-4e8d-94cb-1574c036aeeb', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_18767f15-2470-4efa-b2cf-33a75adaf56d', u'enable_dhcp': True, u'network_id': u'0de1dd34-6ce6-4483-a44e-4682d5d5e433', u'tenant_id': u'397963a3da7848ed8282384ab565d2bc', u'created_at': u'2018-08-27T13:38:10Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'397963a3da7848ed8282384ab565d2bc'}) 2018-08-27 13:38:10,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 13:38:10,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "shaker-router_18767f15-2470-4efa-b2cf-33a75adaf56d", "admin_state_up": true}}' 2018-08-27 13:38:17,323 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 693 X-Openstack-Request-Id: req-8f135f44-b81c-4b95-b75c-35156d11b4a4 Date: Mon, 27 Aug 2018 13:38:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:38:11Z", "admin_state_up": true, "updated_at": "2018-08-27T13:38:12Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "397963a3da7848ed8282384ab565d2bc", "id": "63eb0e4e-e280-4683-b4a7-faebb5771a1b", "name": "shaker-router_18767f15-2470-4efa-b2cf-33a75adaf56d"}} 2018-08-27 13:38:17,323 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-8f135f44-b81c-4b95-b75c-35156d11b4a4 2018-08-27 13:38:17,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.72550392151s 2018-08-27 13:38:17,323 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-8f135f44-b81c-4b95-b75c-35156d11b4a4 2018-08-27 13:38:17,324 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T13:38:12Z', u'revision_number': 3, u'id': u'63eb0e4e-e280-4683-b4a7-faebb5771a1b', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.203'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-router_18767f15-2470-4efa-b2cf-33a75adaf56d', u'admin_state_up': True, u'tenant_id': u'397963a3da7848ed8282384ab565d2bc', u'created_at': u'2018-08-27T13:38:11Z', u'flavor_id': None, u'routes': [], u'project_id': u'397963a3da7848ed8282384ab565d2bc'}) 2018-08-27 13:38:17,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 13:38:17,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/63eb0e4e-e280-4683-b4a7-faebb5771a1b/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}0ba415a55bcb62d63c499104f918f7c98fc7c796" -d '{"subnet_id": "596ffdea-9cff-4e8d-94cb-1574c036aeeb"}' 2018-08-27 13:38:20,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-12bd3ee8-0255-4919-a51c-51dc2607d4c5 Date: Mon, 27 Aug 2018 13:38:20 GMT RESP BODY: {"network_id": "0de1dd34-6ce6-4483-a44e-4682d5d5e433", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "subnet_id": "596ffdea-9cff-4e8d-94cb-1574c036aeeb", "subnet_ids": ["596ffdea-9cff-4e8d-94cb-1574c036aeeb"], "port_id": "446dd508-8dd1-4e2d-aaa9-eff63d3b4bb7", "id": "63eb0e4e-e280-4683-b4a7-faebb5771a1b"} 2018-08-27 13:38:20,452 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/63eb0e4e-e280-4683-b4a7-faebb5771a1b/add_router_interface.json used request id req-12bd3ee8-0255-4919-a51c-51dc2607d4c5 2018-08-27 13:38:20,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.12750697136s 2018-08-27 13:38:20,452 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/63eb0e4e-e280-4683-b4a7-faebb5771a1b/add_router_interface.json used request id req-12bd3ee8-0255-4919-a51c-51dc2607d4c5 returning object 63eb0e4e-e280-4683-b4a7-faebb5771a1b 2018-08-27 13:38:20,453 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-08-27 13:38:24,045 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-08-27 13:38:24,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 13:38:24,053 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 13:38:24 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 13:38:24,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 13:38:24,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:38:24,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-129d3803-481a-45a6-b102-2b205283b57b Date: Mon, 27 Aug 2018 13:38:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 13:38:24,360 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-129d3803-481a-45a6-b102-2b205283b57b 2018-08-27 13:38:24,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301572084427s 2018-08-27 13:38:24,360 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-129d3803-481a-45a6-b102-2b205283b57b 2018-08-27 13:38:24,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 13:38:24,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_18767f15-2470-4efa-b2cf-33a75adaf56d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_18767f15-2470-4efa-b2cf-33a75adaf56d"}' 2018-08-27 13:38:24,673 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 929 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/ff2b061f-84b5-4964-b0b1-936632eedc9a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1c99d1db-b00b-4206-b0c0-7154060c2df4 Date: Mon, 27 Aug 2018 13:38:24 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:38:24Z", "file": "/v2/images/ff2b061f-84b5-4964-b0b1-936632eedc9a/file", "owner": "397963a3da7848ed8282384ab565d2bc", "id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "size": null, "self": "/v2/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "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_18767f15-2470-4efa-b2cf-33a75adaf56d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_18767f15-2470-4efa-b2cf-33a75adaf56d", "checksum": null, "created_at": "2018-08-27T13:38:24Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 13:38:24,673 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-1c99d1db-b00b-4206-b0c0-7154060c2df4 2018-08-27 13:38:24,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.304461956024s 2018-08-27 13:38:24,673 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-1c99d1db-b00b-4206-b0c0-7154060c2df4 returning object ff2b061f-84b5-4964-b0b1-936632eedc9a 2018-08-27 13:38:24,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 13:38:24,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/ff2b061f-84b5-4964-b0b1-936632eedc9a/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}0ba415a55bcb62d63c499104f918f7c98fc7c796" -d '' 2018-08-27 13:38:34,660 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a98a7c09-49ea-4c3f-b434-3d7a1d9f01da Date: Mon, 27 Aug 2018 13:38:34 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 13:38:34,660 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/ff2b061f-84b5-4964-b0b1-936632eedc9a/file used request id req-a98a7c09-49ea-4c3f-b434-3d7a1d9f01da 2018-08-27 13:38:34,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 9.98576712608s 2018-08-27 13:38:34,660 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/ff2b061f-84b5-4964-b0b1-936632eedc9a/file used request id req-a98a7c09-49ea-4c3f-b434-3d7a1d9f01da 2018-08-27 13:38:34,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 13:38:34,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:38:34,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-e1d04ac4-9a85-4036-a93a-21f6949bc6a3 Date: Mon, 27 Aug 2018 13:38:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:38:34Z", "file": "/v2/images/ff2b061f-84b5-4964-b0b1-936632eedc9a/file", "owner": "397963a3da7848ed8282384ab565d2bc", "id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "size": 666173440, "self": "/v2/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/ff2b061f-84b5-4964-b0b1-936632eedc9a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/ff2b061f-84b5-4964-b0b1-936632eedc9a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_18767f15-2470-4efa-b2cf-33a75adaf56d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_18767f15-2470-4efa-b2cf-33a75adaf56d", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-27T13:38:24Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 13:38:34,961 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e1d04ac4-9a85-4036-a93a-21f6949bc6a3 2018-08-27 13:38:34,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.296690940857s 2018-08-27 13:38:34,962 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e1d04ac4-9a85-4036-a93a-21f6949bc6a3 2018-08-27 13:38:34,964 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/ff2b061f-84b5-4964-b0b1-936632eedc9a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ff2b061f-84b5-4964-b0b1-936632eedc9a/file', 'owner': u'397963a3da7848ed8282384ab565d2bc', 'id': u'ff2b061f-84b5-4964-b0b1-936632eedc9a', 'size': 666173440, u'self': u'/v2/images/ff2b061f-84b5-4964-b0b1-936632eedc9a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'397963a3da7848ed8282384ab565d2bc', 'name': 'shaker-project_18767f15-2470-4efa-b2cf-33a75adaf56d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/ff2b061f-84b5-4964-b0b1-936632eedc9a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T13:38:34Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T13:38:34Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_18767f15-2470-4efa-b2cf-33a75adaf56d', '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/ff2b061f-84b5-4964-b0b1-936632eedc9a', 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_18767f15-2470-4efa-b2cf-33a75adaf56d', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}, 'name': u'shaker-img_18767f15-2470-4efa-b2cf-33a75adaf56d', 'created': u'2018-08-27T13:38:24Z', 'checksum': u'cea74a063cc5ef2b018ec12beb0bf961', 'created_at': u'2018-08-27T13:38:24Z', 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/ff2b061f-84b5-4964-b0b1-936632eedc9a', 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_18767f15-2470-4efa-b2cf-33a75adaf56d', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}}) 2018-08-27 13:38:34,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 13:38:34,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_18767f15-2470-4efa-b2cf-33a75adaf56d", "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 13:38:35,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38: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-cdbe6aea-0ba7-4c4b-8f30-cc353bd23e8a x-compute-request-id: req-cdbe6aea-0ba7-4c4b-8f30-cc353bd23e8a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_18767f15-2470-4efa-b2cf-33a75adaf56d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "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": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f"}} 2018-08-27 13:38:35,322 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-cdbe6aea-0ba7-4c4b-8f30-cc353bd23e8a 2018-08-27 13:38:35,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.357705116272s 2018-08-27 13:38:35,323 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-cdbe6aea-0ba7-4c4b-8f30-cc353bd23e8a 2018-08-27 13:38:35,324 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_18767f15-2470-4efa-b2cf-33a75adaf56d', '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'd56eab07eebe4995963c4bcc663afcc8', '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'7cc7cce1-8dab-4982-8c24-0cbb5570d93f', 'swap': 0}) 2018-08-27 13:38:35,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 13:38:35,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f/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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" -d '{"extra_specs": {}}' 2018-08-27 13:38:35,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38: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-871fef61-cdad-467f-b628-82fa748e92f0 x-compute-request-id: req-871fef61-cdad-467f-b628-82fa748e92f0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 13:38:35,345 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f/os-extra_specs used request id req-871fef61-cdad-467f-b628-82fa748e92f0 2018-08-27 13:38:35,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206830501556s 2018-08-27 13:38:35,345 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f/os-extra_specs used request id req-871fef61-cdad-467f-b628-82fa748e92f0 2018-08-27 13:38:35,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 13:38:35,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" -d '{"keypair": {"name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d"}}' 2018-08-27 13:38:35,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38: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-bba9a4db-9658-4f69-bcaa-8db3aa8a57f8 x-compute-request-id: req-bba9a4db-9658-4f69-bcaa-8db3aa8a57f8 Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtaWBgXnfkb9Rwvg0wpHIkHsrplDy9meE2l3J9YznTWrNxBGGDms8joj8j50PcVPLTpodB7M887JeMLAROBltdBxU9+FbNVeZeb4YcPQMqkmIHC2fxKyI2XYTr7p9/ZPp336wod/+i7tgdNL/E9zqGRI4dyjGNSSbKAqxLx6bL+1JY9BAJlmFqj2n+X5uSl8FAXXt5elZIynwqcRNb8nrn00C10v4b1KyIqcxE60TSC2ZK+BYYbUF7Xyw+0PJz9xsyY0KuLxV77m3zI/wqFYqMc6T0uRox8g1ONaNXKUOarSc5uX2V3vx0K/QVMd4/0tHTHXOCITXl3xT6UYY+JVEb Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA7WlgYF535G/UcL4NMKRyJB7K6ZQ8vZnhNpdyfWM501qzcQRh\ng5rPI6I/I+dD3FTy06aHQezPPOyXjCwETgZbXQcVPfhWzVXmXm+GHD0DKpJiBwtn\n8SsiNl2E6+6ff2T6d9+sKHf/ou7YHTS/xPc6hkSOHcoxjUkmygKsS8emy/tSWPQQ\nCZZhao9p/l+bkpfBQF17eXpWSMp8KnETW/J659NAtdL+G9SsiKnMROtE0gtmSvgW\nGG1Be18sPtDyc/cbMmNCri8Ve+5t8yP8KhWKjHOk9LkaMfINTjWjVylDmq0nObl9\nld78dCv0FTHeP9LR0x1zgiE15d8U+lGGPiVRGwIDAQABAoIBAH9hSaeLKDK12bsA\nDZ2qrd85ck+vDIQCOzcKPRCPm6gOAzdBTXzKJBePZudBn0Rpg7wRnoK9p1ed7ZX0\ny/59JKoeMcSFKTWUwDytA7zE85z024nCEevw47NdrALWjldQ+54zsXApKkzmb6gD\n9Fye9ZSy1bmgEcQnmptKod0q6xCH6C2SAvsW6i9xWC3y3YylFLw19TrWkujbHRun\nmmnsYpr8zZQ2Uh8suBX1KQAe0l6IzLLtoDwJsJ76bDytEiqJ+zq1GodASUBaWWZ9\nKoU/TxxK5/+SPCkFHBiWn7gg7ERx2eGISxxswYd+jyksDJuImzqowDg0gfIsohc+\ns6Wk/bkCgYEA/uXOyTgtqB7wwiZYMxB/vtCN2I7DG3r6NxEfusXq0ioiTdrv2pQV\nRd8dGW+vVapFxXWiOfsQLA8ds8u2sIWzeW/i+d5e+8CHrX9gpq0uWLURkiL0ULif\nQFMXiQ6Qc/M1v1Hh5nA1VUT8GNk3BIlzEPwLd+fg9lC8dH9jW5cPuT0CgYEA7nA1\n0igNu0t9++ph6DHupZwbbeF6dlNBZmaqp2oHXTROtdpE55KeUSxIFqyNemlwlZ3D\nCuEIGi/I2tm7WgY66WLr/vT+wb52SFlUxEj1di2J+4EQYZLiBP23/jvspE+3E+UA\nZGtjS7nzSUAE2vP+XYinRnH2nQ7DrJpYwI2c6TcCgYEAh+EJssp3zD9yKI04R0Bs\nWNPkSaUQ7P1JlUFToMUQwKglUUt8wRBfprehU4Xt+cSjHPfwWugzXslQFCBsav1b\nB0lVvc2E5L9llF9qrm9zXWZoz3ZCtyUz/55L1YwmBSmJZUvJGIaIZ8Q2fyiL46dB\n57P0iR7bFXNEgvXFiXWltCECgYEApsPqkMMc34tsYR5MPgd2X3QwpwiWC14tlr5l\ny1PYNLMZ/gzcNo8Qlbt/7APhq+VFLg+6U8iSTyZut8qjQ9Kpr4RVhOu7pqxctDtu\nkx5oN7CgGjzpxSTjWhROdM1atI1ggdSgEpwdReCXrPrOqokOtkKWpCmfD7g82WLW\ngk5Jmb8Cf1UBoK9h2CSKS9cJYZmbhMCEUOYgeJz+fgSOF7QlL1SsxDdYOvECgVXV\nOml/9rYdC3aIB4i65OzRLTeIvmC+l+1HwRHjwYnBjgraNxBXTkwsCHNptZFdtsVz\nqni4Waix/4wPBMN5ybdSftf0u87bKeSsVqh4d9XuAM24t8vPM60=\n-----END RSA PRIVATE KEY-----\n", "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "fingerprint": "a3:fe:f5:72:08:38:56:fb:a7:29:3e:37:e6:58:dc:23"}} 2018-08-27 13:38:35,820 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-bba9a4db-9658-4f69-bcaa-8db3aa8a57f8 2018-08-27 13:38:35,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.474268198013s 2018-08-27 13:38:35,821 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-bba9a4db-9658-4f69-bcaa-8db3aa8a57f8 2018-08-27 13:38:35,821 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtaWBgXnfkb9Rwvg0wpHIkHsrplDy9meE2l3J9YznTWrNxBGGDms8joj8j50PcVPLTpodB7M887JeMLAROBltdBxU9+FbNVeZeb4YcPQMqkmIHC2fxKyI2XYTr7p9/ZPp336wod/+i7tgdNL/E9zqGRI4dyjGNSSbKAqxLx6bL+1JY9BAJlmFqj2n+X5uSl8FAXXt5elZIynwqcRNb8nrn00C10v4b1KyIqcxE60TSC2ZK+BYYbUF7Xyw+0PJz9xsyY0KuLxV77m3zI/wqFYqMc6T0uRox8g1ONaNXKUOarSc5uX2V3vx0K/QVMd4/0tHTHXOCITXl3xT6UYY+JVEb Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA7WlgYF535G/UcL4NMKRyJB7K6ZQ8vZnhNpdyfWM501qzcQRh\ng5rPI6I/I+dD3FTy06aHQezPPOyXjCwETgZbXQcVPfhWzVXmXm+GHD0DKpJiBwtn\n8SsiNl2E6+6ff2T6d9+sKHf/ou7YHTS/xPc6hkSOHcoxjUkmygKsS8emy/tSWPQQ\nCZZhao9p/l+bkpfBQF17eXpWSMp8KnETW/J659NAtdL+G9SsiKnMROtE0gtmSvgW\nGG1Be18sPtDyc/cbMmNCri8Ve+5t8yP8KhWKjHOk9LkaMfINTjWjVylDmq0nObl9\nld78dCv0FTHeP9LR0x1zgiE15d8U+lGGPiVRGwIDAQABAoIBAH9hSaeLKDK12bsA\nDZ2qrd85ck+vDIQCOzcKPRCPm6gOAzdBTXzKJBePZudBn0Rpg7wRnoK9p1ed7ZX0\ny/59JKoeMcSFKTWUwDytA7zE85z024nCEevw47NdrALWjldQ+54zsXApKkzmb6gD\n9Fye9ZSy1bmgEcQnmptKod0q6xCH6C2SAvsW6i9xWC3y3YylFLw19TrWkujbHRun\nmmnsYpr8zZQ2Uh8suBX1KQAe0l6IzLLtoDwJsJ76bDytEiqJ+zq1GodASUBaWWZ9\nKoU/TxxK5/+SPCkFHBiWn7gg7ERx2eGISxxswYd+jyksDJuImzqowDg0gfIsohc+\ns6Wk/bkCgYEA/uXOyTgtqB7wwiZYMxB/vtCN2I7DG3r6NxEfusXq0ioiTdrv2pQV\nRd8dGW+vVapFxXWiOfsQLA8ds8u2sIWzeW/i+d5e+8CHrX9gpq0uWLURkiL0ULif\nQFMXiQ6Qc/M1v1Hh5nA1VUT8GNk3BIlzEPwLd+fg9lC8dH9jW5cPuT0CgYEA7nA1\n0igNu0t9++ph6DHupZwbbeF6dlNBZmaqp2oHXTROtdpE55KeUSxIFqyNemlwlZ3D\nCuEIGi/I2tm7WgY66WLr/vT+wb52SFlUxEj1di2J+4EQYZLiBP23/jvspE+3E+UA\nZGtjS7nzSUAE2vP+XYinRnH2nQ7DrJpYwI2c6TcCgYEAh+EJssp3zD9yKI04R0Bs\nWNPkSaUQ7P1JlUFToMUQwKglUUt8wRBfprehU4Xt+cSjHPfwWugzXslQFCBsav1b\nB0lVvc2E5L9llF9qrm9zXWZoz3ZCtyUz/55L1YwmBSmJZUvJGIaIZ8Q2fyiL46dB\n57P0iR7bFXNEgvXFiXWltCECgYEApsPqkMMc34tsYR5MPgd2X3QwpwiWC14tlr5l\ny1PYNLMZ/gzcNo8Qlbt/7APhq+VFLg+6U8iSTyZut8qjQ9Kpr4RVhOu7pqxctDtu\nkx5oN7CgGjzpxSTjWhROdM1atI1ggdSgEpwdReCXrPrOqokOtkKWpCmfD7g82WLW\ngk5Jmb8Cf1UBoK9h2CSKS9cJYZmbhMCEUOYgeJz+fgSOF7QlL1SsxDdYOvECgVXV\nOml/9rYdC3aIB4i65OzRLTeIvmC+l+1HwRHjwYnBjgraNxBXTkwsCHNptZFdtsVz\nqni4Waix/4wPBMN5ybdSftf0u87bKeSsVqh4d9XuAM24t8vPM60=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'5c8e240f18884b8f8436e6bbe89f093d', 'name': u'shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d', 'created_at': '2018-08-27T13:38:35.821792', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'397963a3da7848ed8282384ab565d2bc', 'name': 'shaker-project_18767f15-2470-4efa-b2cf-33a75adaf56d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'a3:fe:f5:72:08:38:56:fb:a7:29:3e:37:e6:58:dc:23', 'type': 'ssh', 'id': u'shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d'}) 2018-08-27 13:38:35,822 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEA7WlgYF535G/UcL4NMKRyJB7K6ZQ8vZnhNpdyfWM501qzcQRh g5rPI6I/I+dD3FTy06aHQezPPOyXjCwETgZbXQcVPfhWzVXmXm+GHD0DKpJiBwtn 8SsiNl2E6+6ff2T6d9+sKHf/ou7YHTS/xPc6hkSOHcoxjUkmygKsS8emy/tSWPQQ CZZhao9p/l+bkpfBQF17eXpWSMp8KnETW/J659NAtdL+G9SsiKnMROtE0gtmSvgW GG1Be18sPtDyc/cbMmNCri8Ve+5t8yP8KhWKjHOk9LkaMfINTjWjVylDmq0nObl9 ld78dCv0FTHeP9LR0x1zgiE15d8U+lGGPiVRGwIDAQABAoIBAH9hSaeLKDK12bsA DZ2qrd85ck+vDIQCOzcKPRCPm6gOAzdBTXzKJBePZudBn0Rpg7wRnoK9p1ed7ZX0 y/59JKoeMcSFKTWUwDytA7zE85z024nCEevw47NdrALWjldQ+54zsXApKkzmb6gD 9Fye9ZSy1bmgEcQnmptKod0q6xCH6C2SAvsW6i9xWC3y3YylFLw19TrWkujbHRun mmnsYpr8zZQ2Uh8suBX1KQAe0l6IzLLtoDwJsJ76bDytEiqJ+zq1GodASUBaWWZ9 KoU/TxxK5/+SPCkFHBiWn7gg7ERx2eGISxxswYd+jyksDJuImzqowDg0gfIsohc+ s6Wk/bkCgYEA/uXOyTgtqB7wwiZYMxB/vtCN2I7DG3r6NxEfusXq0ioiTdrv2pQV Rd8dGW+vVapFxXWiOfsQLA8ds8u2sIWzeW/i+d5e+8CHrX9gpq0uWLURkiL0ULif QFMXiQ6Qc/M1v1Hh5nA1VUT8GNk3BIlzEPwLd+fg9lC8dH9jW5cPuT0CgYEA7nA1 0igNu0t9++ph6DHupZwbbeF6dlNBZmaqp2oHXTROtdpE55KeUSxIFqyNemlwlZ3D CuEIGi/I2tm7WgY66WLr/vT+wb52SFlUxEj1di2J+4EQYZLiBP23/jvspE+3E+UA ZGtjS7nzSUAE2vP+XYinRnH2nQ7DrJpYwI2c6TcCgYEAh+EJssp3zD9yKI04R0Bs WNPkSaUQ7P1JlUFToMUQwKglUUt8wRBfprehU4Xt+cSjHPfwWugzXslQFCBsav1b B0lVvc2E5L9llF9qrm9zXWZoz3ZCtyUz/55L1YwmBSmJZUvJGIaIZ8Q2fyiL46dB 57P0iR7bFXNEgvXFiXWltCECgYEApsPqkMMc34tsYR5MPgd2X3QwpwiWC14tlr5l y1PYNLMZ/gzcNo8Qlbt/7APhq+VFLg+6U8iSTyZut8qjQ9Kpr4RVhOu7pqxctDtu kx5oN7CgGjzpxSTjWhROdM1atI1ggdSgEpwdReCXrPrOqokOtkKWpCmfD7g82WLW gk5Jmb8Cf1UBoK9h2CSKS9cJYZmbhMCEUOYgeJz+fgSOF7QlL1SsxDdYOvECgVXV Oml/9rYdC3aIB4i65OzRLTeIvmC+l+1HwRHjwYnBjgraNxBXTkwsCHNptZFdtsVz qni4Waix/4wPBMN5ybdSftf0u87bKeSsVqh4d9XuAM24t8vPM60= -----END RSA PRIVATE KEY----- 2018-08-27 13:38:35,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-27 13:38:35,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" -d '{"security_group": {"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d", "description": "created by OPNFV Functest (shaker)"}}' 2018-08-27 13:38:36,535 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-162b06e1-4130-4fbe-b5c4-c66178eae21e Date: Mon, 27 Aug 2018 13:38:36 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:38:36Z", "updated_at": "2018-08-27T13:38:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:36Z", "revision_number": 0, "id": "1979980a-a43d-46ed-8cc5-61575dc2a820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:36Z", "security_group_id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:36Z", "revision_number": 0, "id": "6c86d2fa-e8e7-4962-b9ad-eee0358fc846", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:36Z", "security_group_id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "397963a3da7848ed8282384ab565d2bc"}], "revision_number": 1, "project_id": "397963a3da7848ed8282384ab565d2bc", "id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}} 2018-08-27 13:38:36,536 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-162b06e1-4130-4fbe-b5c4-c66178eae21e 2018-08-27 13:38:36,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.710906028748s 2018-08-27 13:38:36,536 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-162b06e1-4130-4fbe-b5c4-c66178eae21e 2018-08-27 13:38:36,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 13:38:36,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:38:36,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-ae353aa5-6188-49ab-8571-404d7b7a075d Date: Mon, 27 Aug 2018 13:38:36 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:38:36Z", "updated_at": "2018-08-27T13:38:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:36Z", "revision_number": 0, "id": "1979980a-a43d-46ed-8cc5-61575dc2a820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:36Z", "security_group_id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:36Z", "revision_number": 0, "id": "6c86d2fa-e8e7-4962-b9ad-eee0358fc846", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:36Z", "security_group_id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "397963a3da7848ed8282384ab565d2bc"}], "revision_number": 1, "project_id": "397963a3da7848ed8282384ab565d2bc", "id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}, {"description": "Default security group", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:38:09Z", "updated_at": "2018-08-27T13:38:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:09Z", "revision_number": 0, "id": "2c23fccd-747b-4d44-be59-596713358d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:09Z", "security_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:09Z", "revision_number": 0, "id": "eae075c7-7075-4dbf-a16d-1a194d68b3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:09Z", "security_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:09Z", "revision_number": 0, "id": "ee587f89-e236-4075-a6c9-515a89785c6d", "remote_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:09Z", "security_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:09Z", "revision_number": 0, "id": "f37055e4-636c-41a4-be49-c385ead342e3", "remote_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:09Z", "security_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "397963a3da7848ed8282384ab565d2bc"}], "revision_number": 1, "project_id": "397963a3da7848ed8282384ab565d2bc", "id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "name": "default"}]} 2018-08-27 13:38:36,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ae353aa5-6188-49ab-8571-404d7b7a075d 2018-08-27 13:38:36,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.30107998848s 2018-08-27 13:38:36,843 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ae353aa5-6188-49ab-8571-404d7b7a075d 2018-08-27 13:38:36,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 13:38:36,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" -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": "084d92dd-b361-4390-8aeb-5aacb6b8aed7"}}' 2018-08-27 13:38:37,270 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-3526fa41-7af0-4557-97e9-dbdf6a778b2b Date: Mon, 27 Aug 2018 13:38: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": 22, "updated_at": "2018-08-27T13:38:37Z", "security_group_id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "port_range_min": 22, "revision_number": 0, "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:38:37Z", "project_id": "397963a3da7848ed8282384ab565d2bc", "id": "e81d190e-4f77-4686-8ccf-488adaa27c58"}} 2018-08-27 13:38:37,270 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-3526fa41-7af0-4557-97e9-dbdf6a778b2b 2018-08-27 13:38:37,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.422594070435s 2018-08-27 13:38:37,270 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-3526fa41-7af0-4557-97e9-dbdf6a778b2b 2018-08-27 13:38:37,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 13:38:37,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:38:37,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-26593de7-ebb3-4336-9605-f2c2e38521f6 Date: Mon, 27 Aug 2018 13:38:37 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:38:36Z", "updated_at": "2018-08-27T13:38:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:36Z", "revision_number": 0, "id": "1979980a-a43d-46ed-8cc5-61575dc2a820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:36Z", "security_group_id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:36Z", "revision_number": 0, "id": "6c86d2fa-e8e7-4962-b9ad-eee0358fc846", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:36Z", "security_group_id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T13:38:37Z", "revision_number": 0, "id": "e81d190e-4f77-4686-8ccf-488adaa27c58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:37Z", "security_group_id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": 22, "ethertype": "IPv4", "project_id": "397963a3da7848ed8282384ab565d2bc"}], "revision_number": 2, "project_id": "397963a3da7848ed8282384ab565d2bc", "id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}, {"description": "Default security group", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:38:09Z", "updated_at": "2018-08-27T13:38:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:09Z", "revision_number": 0, "id": "2c23fccd-747b-4d44-be59-596713358d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:09Z", "security_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:09Z", "revision_number": 0, "id": "eae075c7-7075-4dbf-a16d-1a194d68b3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:09Z", "security_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:09Z", "revision_number": 0, "id": "ee587f89-e236-4075-a6c9-515a89785c6d", "remote_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:09Z", "security_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:09Z", "revision_number": 0, "id": "f37055e4-636c-41a4-be49-c385ead342e3", "remote_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:09Z", "security_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "397963a3da7848ed8282384ab565d2bc"}], "revision_number": 1, "project_id": "397963a3da7848ed8282384ab565d2bc", "id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "name": "default"}]} 2018-08-27 13:38:37,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-26593de7-ebb3-4336-9605-f2c2e38521f6 2018-08-27 13:38:37,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.3044090271s 2018-08-27 13:38:37,579 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-26593de7-ebb3-4336-9605-f2c2e38521f6 2018-08-27 13:38:37,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 13:38:37,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" -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": "084d92dd-b361-4390-8aeb-5aacb6b8aed7"}}' 2018-08-27 13:38:37,713 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-c56b6011-ab3e-476d-b3d3-cd7d17d7ab83 Date: Mon, 27 Aug 2018 13:38:37 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-27T13:38:37Z", "security_group_id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "port_range_min": null, "revision_number": 0, "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:38:37Z", "project_id": "397963a3da7848ed8282384ab565d2bc", "id": "1b4f86da-69bb-4b45-9773-f93bcb94b480"}} 2018-08-27 13:38:37,713 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-c56b6011-ab3e-476d-b3d3-cd7d17d7ab83 2018-08-27 13:38:37,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.131216049194s 2018-08-27 13:38:37,714 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-c56b6011-ab3e-476d-b3d3-cd7d17d7ab83 2018-08-27 13:38:37,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 13:38:37,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:38:38,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-631c3ed9-7229-4066-a41f-62883092be31 Date: Mon, 27 Aug 2018 13:38:38 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:38:36Z", "updated_at": "2018-08-27T13:38:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:36Z", "revision_number": 0, "id": "1979980a-a43d-46ed-8cc5-61575dc2a820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:36Z", "security_group_id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:37Z", "revision_number": 0, "id": "1b4f86da-69bb-4b45-9773-f93bcb94b480", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:37Z", "security_group_id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:36Z", "revision_number": 0, "id": "6c86d2fa-e8e7-4962-b9ad-eee0358fc846", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:36Z", "security_group_id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T13:38:37Z", "revision_number": 0, "id": "e81d190e-4f77-4686-8ccf-488adaa27c58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:37Z", "security_group_id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": 22, "ethertype": "IPv4", "project_id": "397963a3da7848ed8282384ab565d2bc"}], "revision_number": 3, "project_id": "397963a3da7848ed8282384ab565d2bc", "id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}, {"description": "Default security group", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:38:09Z", "updated_at": "2018-08-27T13:38:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:09Z", "revision_number": 0, "id": "2c23fccd-747b-4d44-be59-596713358d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:09Z", "security_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:09Z", "revision_number": 0, "id": "eae075c7-7075-4dbf-a16d-1a194d68b3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:09Z", "security_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:09Z", "revision_number": 0, "id": "ee587f89-e236-4075-a6c9-515a89785c6d", "remote_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:09Z", "security_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:09Z", "revision_number": 0, "id": "f37055e4-636c-41a4-be49-c385ead342e3", "remote_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:09Z", "security_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "397963a3da7848ed8282384ab565d2bc"}], "revision_number": 1, "project_id": "397963a3da7848ed8282384ab565d2bc", "id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "name": "default"}]} 2018-08-27 13:38:38,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-631c3ed9-7229-4066-a41f-62883092be31 2018-08-27 13:38:38,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.31364107132s 2018-08-27 13:38:38,031 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-631c3ed9-7229-4066-a41f-62883092be31 2018-08-27 13:38:38,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 13:38:38,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" -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": "084d92dd-b361-4390-8aeb-5aacb6b8aed7"}}' 2018-08-27 13:38:38,534 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-6e124248-47c8-4990-b4fc-1efab31c47e7 Date: Mon, 27 Aug 2018 13:38:38 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-27T13:38:38Z", "security_group_id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "port_range_min": 9000, "revision_number": 0, "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:38:38Z", "project_id": "397963a3da7848ed8282384ab565d2bc", "id": "823b7c8b-9d47-4803-93cf-33294cc9a9c1"}} 2018-08-27 13:38:38,534 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-6e124248-47c8-4990-b4fc-1efab31c47e7 2018-08-27 13:38:38,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.499467134476s 2018-08-27 13:38:38,534 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-6e124248-47c8-4990-b4fc-1efab31c47e7 2018-08-27 13:38:38,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 13:38:38,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:38:38,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1270 X-Openstack-Request-Id: req-013debc6-7c13-49dc-ae18-aef3d467b7c0 Date: Mon, 27 Aug 2018 13:38:38 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0de1dd34-6ce6-4483-a44e-4682d5d5e433","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"397963a3da7848ed8282384ab565d2bc","l2_adjacency":true,"status":"ACTIVE","subnets":["596ffdea-9cff-4e8d-94cb-1574c036aeeb"],"description":"","tags":[],"updated_at":"2018-08-27T13:38:10Z","qos_policy_id":null,"name":"shaker-net_18767f15-2470-4efa-b2cf-33a75adaf56d","admin_state_up":true,"tenant_id":"397963a3da7848ed8282384ab565d2bc","created_at":"2018-08-27T13:38:09Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 13:38:38,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-013debc6-7c13-49dc-ae18-aef3d467b7c0 2018-08-27 13:38:38,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.366789102554s 2018-08-27 13:38:38,903 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-013debc6-7c13-49dc-ae18-aef3d467b7c0 2018-08-27 13:38:38,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 13:38:38,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:38:39,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-2faf6411-d5a5-4bfc-af27-8ba635278083 Date: Mon, 27 Aug 2018 13:38:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:38:34Z", "file": "/v2/images/ff2b061f-84b5-4964-b0b1-936632eedc9a/file", "owner": "397963a3da7848ed8282384ab565d2bc", "id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "size": 666173440, "self": "/v2/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/ff2b061f-84b5-4964-b0b1-936632eedc9a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/ff2b061f-84b5-4964-b0b1-936632eedc9a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_18767f15-2470-4efa-b2cf-33a75adaf56d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_18767f15-2470-4efa-b2cf-33a75adaf56d", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-27T13:38:24Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 13:38:39,207 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2faf6411-d5a5-4bfc-af27-8ba635278083 2018-08-27 13:38:39,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.29890704155s 2018-08-27 13:38:39,207 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2faf6411-d5a5-4bfc-af27-8ba635278083 2018-08-27 13:38:39,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 13:38:39,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:38:39,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38: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-609031cf-2dea-4643-8b25-157c4ded4a6f x-compute-request-id: req-609031cf-2dea-4643-8b25-157c4ded4a6f Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_18767f15-2470-4efa-b2cf-33a75adaf56d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "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": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f"}]} 2018-08-27 13:38:39,234 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-609031cf-2dea-4643-8b25-157c4ded4a6f 2018-08-27 13:38:39,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0256931781769s 2018-08-27 13:38:39,235 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-609031cf-2dea-4643-8b25-157c4ded4a6f 2018-08-27 13:38:39,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 13:38:39,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" -d '{"server": {"name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "imageRef": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "flavorRef": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0de1dd34-6ce6-4483-a44e-4682d5d5e433"}], "security_groups": [{"name": "084d92dd-b361-4390-8aeb-5aacb6b8aed7"}]}}' 2018-08-27 13:38:42,365 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 13:38: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-faed31a6-d33a-45c3-ac6c-0afe6dd9efee x-compute-request-id: req-faed31a6-d33a-45c3-ac6c-0afe6dd9efee Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "084d92dd-b361-4390-8aeb-5aacb6b8aed7"}], "OS-DCF:diskConfig": "MANUAL", "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "adminPass": "xUKVSm7kz2cN"}} 2018-08-27 13:38:42,365 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-faed31a6-d33a-45c3-ac6c-0afe6dd9efee 2018-08-27 13:38:42,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.12833690643s 2018-08-27 13:38:42,365 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-faed31a6-d33a-45c3-ac6c-0afe6dd9efee 2018-08-27 13:38:42,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:38:42,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:38:42,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38: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-b1888592-8ebb-481d-ba17-bbf8fe2160e1 x-compute-request-id: req-b1888592-8ebb-481d-ba17-bbf8fe2160e1 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.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:38:42,793 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b1888592-8ebb-481d-ba17-bbf8fe2160e1 2018-08-27 13:38:42,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.427134037018s 2018-08-27 13:38:42,794 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b1888592-8ebb-481d-ba17-bbf8fe2160e1 2018-08-27 13:38:42,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 13:38:42,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:38:43,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1270 X-Openstack-Request-Id: req-64be9f96-a836-41b0-b259-c2996f5fa55b Date: Mon, 27 Aug 2018 13:38:43 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0de1dd34-6ce6-4483-a44e-4682d5d5e433","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"397963a3da7848ed8282384ab565d2bc","l2_adjacency":true,"status":"ACTIVE","subnets":["596ffdea-9cff-4e8d-94cb-1574c036aeeb"],"description":"","tags":[],"updated_at":"2018-08-27T13:38:10Z","qos_policy_id":null,"name":"shaker-net_18767f15-2470-4efa-b2cf-33a75adaf56d","admin_state_up":true,"tenant_id":"397963a3da7848ed8282384ab565d2bc","created_at":"2018-08-27T13:38:09Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 13:38:43,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-64be9f96-a836-41b0-b259-c2996f5fa55b 2018-08-27 13:38:43,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.350970029831s 2018-08-27 13:38:43,152 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-64be9f96-a836-41b0-b259-c2996f5fa55b 2018-08-27 13:38:43,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 13:38:43,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:38:43,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-e23a37bc-4015-423a-a3b5-aa9ae83038f7 Date: Mon, 27 Aug 2018 13:38:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0de1dd34-6ce6-4483-a44e-4682d5d5e433","tenant_id":"397963a3da7848ed8282384ab565d2bc","created_at":"2018-08-27T13:38:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T13:38:10Z","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":"397963a3da7848ed8282384ab565d2bc","id":"596ffdea-9cff-4e8d-94cb-1574c036aeeb","subnetpool_id":null,"name":"shaker-subnet_18767f15-2470-4efa-b2cf-33a75adaf56d"}]} 2018-08-27 13:38:43,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-e23a37bc-4015-423a-a3b5-aa9ae83038f7 2018-08-27 13:38:43,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.26082110405s 2018-08-27 13:38:43,414 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-e23a37bc-4015-423a-a3b5-aa9ae83038f7 2018-08-27 13:38:43,415 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:38:45,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:38:45,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:38:46,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13: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-397c3787-57e5-4afc-8b71-778a5995c85d x-compute-request-id: req-397c3787-57e5-4afc-8b71-778a5995c85d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:38:46,418 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-397c3787-57e5-4afc-8b71-778a5995c85d 2018-08-27 13:38:46,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.999667882919s 2018-08-27 13:38:46,418 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-397c3787-57e5-4afc-8b71-778a5995c85d 2018-08-27 13:38:46,422 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:38:48,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:38:48,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:38:49,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38: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-89517e70-f863-4c42-8245-f79ad00e4419 x-compute-request-id: req-89517e70-f863-4c42-8245-f79ad00e4419 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:38:49,778 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-89517e70-f863-4c42-8245-f79ad00e4419 2018-08-27 13:38:49,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.35280990601s 2018-08-27 13:38:49,778 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-89517e70-f863-4c42-8245-f79ad00e4419 2018-08-27 13:38:49,782 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:38:51,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:38:51,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:38:52,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38: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-249d9e09-d950-4524-880e-2670da972b6e x-compute-request-id: req-249d9e09-d950-4524-880e-2670da972b6e Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:38:52,882 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-249d9e09-d950-4524-880e-2670da972b6e 2018-08-27 13:38:52,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09777212143s 2018-08-27 13:38:52,883 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-249d9e09-d950-4524-880e-2670da972b6e 2018-08-27 13:38:52,887 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:38:54,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:38:54,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:38:55,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38: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-cd063b43-5aba-4380-a184-fb0882a8e06c x-compute-request-id: req-cd063b43-5aba-4380-a184-fb0882a8e06c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:38:55,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cd063b43-5aba-4380-a184-fb0882a8e06c 2018-08-27 13:38:55,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.933696985245s 2018-08-27 13:38:55,823 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cd063b43-5aba-4380-a184-fb0882a8e06c 2018-08-27 13:38:55,828 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:38:57,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:38:57,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:38:58,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:38: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-5cac9763-3bc9-44d6-a2d6-6cc71349fce4 x-compute-request-id: req-5cac9763-3bc9-44d6-a2d6-6cc71349fce4 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:38:58,574 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5cac9763-3bc9-44d6-a2d6-6cc71349fce4 2018-08-27 13:38:58,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.74348783493s 2018-08-27 13:38:58,574 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5cac9763-3bc9-44d6-a2d6-6cc71349fce4 2018-08-27 13:38:58,578 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:00,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:00,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:01,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-b1fc70a2-3be2-4d49-ab6d-1784c8a1b42c x-compute-request-id: req-b1fc70a2-3be2-4d49-ab6d-1784c8a1b42c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:01,545 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b1fc70a2-3be2-4d49-ab6d-1784c8a1b42c 2018-08-27 13:39:01,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.964395999908s 2018-08-27 13:39:01,545 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b1fc70a2-3be2-4d49-ab6d-1784c8a1b42c 2018-08-27 13:39:01,549 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:03,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:03,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:04,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-5ffb51b4-91ae-49d0-957a-e22035f434ed x-compute-request-id: req-5ffb51b4-91ae-49d0-957a-e22035f434ed Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:04,425 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5ffb51b4-91ae-49d0-957a-e22035f434ed 2018-08-27 13:39:04,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.87345290184s 2018-08-27 13:39:04,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5ffb51b4-91ae-49d0-957a-e22035f434ed 2018-08-27 13:39:04,429 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:06,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:06,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:07,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-52a73e0b-c782-47e1-acd2-309714bea9ab x-compute-request-id: req-52a73e0b-c782-47e1-acd2-309714bea9ab Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:07,330 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-52a73e0b-c782-47e1-acd2-309714bea9ab 2018-08-27 13:39:07,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.897727966309s 2018-08-27 13:39:07,330 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-52a73e0b-c782-47e1-acd2-309714bea9ab 2018-08-27 13:39:07,334 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:09,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:09,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:10,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-32735683-eb53-4e17-a8b5-a8b5b1913bd1 x-compute-request-id: req-32735683-eb53-4e17-a8b5-a8b5b1913bd1 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:10,608 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-32735683-eb53-4e17-a8b5-a8b5b1913bd1 2018-08-27 13:39:10,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.27136492729s 2018-08-27 13:39:10,608 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-32735683-eb53-4e17-a8b5-a8b5b1913bd1 2018-08-27 13:39:10,612 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:12,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:12,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:13,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-7551f725-50c3-448e-8dd4-7bd6ff019abf x-compute-request-id: req-7551f725-50c3-448e-8dd4-7bd6ff019abf Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:13,578 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7551f725-50c3-448e-8dd4-7bd6ff019abf 2018-08-27 13:39:13,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.963227987289s 2018-08-27 13:39:13,579 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7551f725-50c3-448e-8dd4-7bd6ff019abf 2018-08-27 13:39:13,583 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:15,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:15,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:16,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-6e9747cb-cb24-467f-9c56-d13daaeb16e8 x-compute-request-id: req-6e9747cb-cb24-467f-9c56-d13daaeb16e8 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:16,303 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6e9747cb-cb24-467f-9c56-d13daaeb16e8 2018-08-27 13:39:16,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.717910051346s 2018-08-27 13:39:16,304 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6e9747cb-cb24-467f-9c56-d13daaeb16e8 2018-08-27 13:39:16,308 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:18,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:18,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:19,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-daedcd2c-3744-46bd-a265-36ad06504bfd x-compute-request-id: req-daedcd2c-3744-46bd-a265-36ad06504bfd Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:19,024 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-daedcd2c-3744-46bd-a265-36ad06504bfd 2018-08-27 13:39:19,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.714023113251s 2018-08-27 13:39:19,025 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-daedcd2c-3744-46bd-a265-36ad06504bfd 2018-08-27 13:39:19,028 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:21,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:21,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:21,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-79f28940-ecee-425b-a9a6-727ccf839f42 x-compute-request-id: req-79f28940-ecee-425b-a9a6-727ccf839f42 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:21,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-79f28940-ecee-425b-a9a6-727ccf839f42 2018-08-27 13:39:21,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.72292804718s 2018-08-27 13:39:21,754 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-79f28940-ecee-425b-a9a6-727ccf839f42 2018-08-27 13:39:21,758 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:23,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:23,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:24,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-b80dcfdf-6bc4-4a8f-86a5-2dc0105d567a x-compute-request-id: req-b80dcfdf-6bc4-4a8f-86a5-2dc0105d567a Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:24,409 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b80dcfdf-6bc4-4a8f-86a5-2dc0105d567a 2018-08-27 13:39:24,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.647749900818s 2018-08-27 13:39:24,409 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b80dcfdf-6bc4-4a8f-86a5-2dc0105d567a 2018-08-27 13:39:24,413 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:26,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:26,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:27,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-f3ca42d8-1604-4b4e-a4e5-4afe4b1629f0 x-compute-request-id: req-f3ca42d8-1604-4b4e-a4e5-4afe4b1629f0 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:27,111 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f3ca42d8-1604-4b4e-a4e5-4afe4b1629f0 2018-08-27 13:39:27,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.69549202919s 2018-08-27 13:39:27,111 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f3ca42d8-1604-4b4e-a4e5-4afe4b1629f0 2018-08-27 13:39:27,115 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:29,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:29,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:30,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-5233f5a3-decd-4969-8119-3859b7cbfc88 x-compute-request-id: req-5233f5a3-decd-4969-8119-3859b7cbfc88 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:30,080 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5233f5a3-decd-4969-8119-3859b7cbfc88 2018-08-27 13:39:30,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.962233781815s 2018-08-27 13:39:30,080 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5233f5a3-decd-4969-8119-3859b7cbfc88 2018-08-27 13:39:30,084 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:32,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:32,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:32,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-3cddf1bb-85c9-44f1-b6ac-b6cf4d9a20f8 x-compute-request-id: req-3cddf1bb-85c9-44f1-b6ac-b6cf4d9a20f8 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:32,786 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3cddf1bb-85c9-44f1-b6ac-b6cf4d9a20f8 2018-08-27 13:39:32,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.698968172073s 2018-08-27 13:39:32,786 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3cddf1bb-85c9-44f1-b6ac-b6cf4d9a20f8 2018-08-27 13:39:32,790 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:34,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:34,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:35,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-c78fc53d-16ed-4e13-b776-9c978a9a6b27 x-compute-request-id: req-c78fc53d-16ed-4e13-b776-9c978a9a6b27 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:35,505 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c78fc53d-16ed-4e13-b776-9c978a9a6b27 2018-08-27 13:39:35,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.71160697937s 2018-08-27 13:39:35,505 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c78fc53d-16ed-4e13-b776-9c978a9a6b27 2018-08-27 13:39:35,509 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:37,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:37,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:38,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-6c511634-5bdb-4003-8a8d-b7ae424f827a x-compute-request-id: req-6c511634-5bdb-4003-8a8d-b7ae424f827a Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:38,310 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6c511634-5bdb-4003-8a8d-b7ae424f827a 2018-08-27 13:39:38,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.797863006592s 2018-08-27 13:39:38,310 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6c511634-5bdb-4003-8a8d-b7ae424f827a 2018-08-27 13:39:38,314 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:40,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:40,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:40,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-ef059964-91b4-499e-9d92-df440ee81fcd x-compute-request-id: req-ef059964-91b4-499e-9d92-df440ee81fcd Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:40,789 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ef059964-91b4-499e-9d92-df440ee81fcd 2018-08-27 13:39:40,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.472559928894s 2018-08-27 13:39:40,790 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ef059964-91b4-499e-9d92-df440ee81fcd 2018-08-27 13:39:40,793 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:42,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:42,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:43,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-c2d9d992-e727-49c8-a764-0d9d68b55575 x-compute-request-id: req-c2d9d992-e727-49c8-a764-0d9d68b55575 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:43,416 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c2d9d992-e727-49c8-a764-0d9d68b55575 2018-08-27 13:39:43,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.619890928268s 2018-08-27 13:39:43,416 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c2d9d992-e727-49c8-a764-0d9d68b55575 2018-08-27 13:39:43,420 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:45,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:45,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:46,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-9f25e4cd-8ddb-47f1-882c-0936efd30e95 x-compute-request-id: req-9f25e4cd-8ddb-47f1-882c-0936efd30e95 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:46,107 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9f25e4cd-8ddb-47f1-882c-0936efd30e95 2018-08-27 13:39:46,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.684242963791s 2018-08-27 13:39:46,107 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9f25e4cd-8ddb-47f1-882c-0936efd30e95 2018-08-27 13:39:46,111 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:48,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:48,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:48,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-f3d8ecfa-2c72-4e24-9600-3786be638888 x-compute-request-id: req-f3d8ecfa-2c72-4e24-9600-3786be638888 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:48,831 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f3d8ecfa-2c72-4e24-9600-3786be638888 2018-08-27 13:39:48,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.71782708168s 2018-08-27 13:39:48,832 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f3d8ecfa-2c72-4e24-9600-3786be638888 2018-08-27 13:39:48,836 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:50,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:50,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:52,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-69eb6970-54a5-4b9f-a1b2-8a1047f5d591 x-compute-request-id: req-69eb6970-54a5-4b9f-a1b2-8a1047f5d591 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:52,034 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-69eb6970-54a5-4b9f-a1b2-8a1047f5d591 2018-08-27 13:39:52,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.19535708427s 2018-08-27 13:39:52,034 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-69eb6970-54a5-4b9f-a1b2-8a1047f5d591 2018-08-27 13:39:52,038 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:54,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:54,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:54,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-dab1c92b-0571-42e6-9bba-ad95d63d460a x-compute-request-id: req-dab1c92b-0571-42e6-9bba-ad95d63d460a Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:54,750 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dab1c92b-0571-42e6-9bba-ad95d63d460a 2018-08-27 13:39:54,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.709405899048s 2018-08-27 13:39:54,750 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dab1c92b-0571-42e6-9bba-ad95d63d460a 2018-08-27 13:39:54,754 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:56,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:56,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:39:57,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-1542689e-018a-436e-b691-1caafd49b302 x-compute-request-id: req-1542689e-018a-436e-b691-1caafd49b302 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:39:57,372 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1542689e-018a-436e-b691-1caafd49b302 2018-08-27 13:39:57,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.614691019058s 2018-08-27 13:39:57,372 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1542689e-018a-436e-b691-1caafd49b302 2018-08-27 13:39:57,376 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:39:59,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:39:59,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:00,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:39: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-5b5ef5af-8671-4cf3-9137-9f744c58faf7 x-compute-request-id: req-5b5ef5af-8671-4cf3-9137-9f744c58faf7 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:00,097 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5b5ef5af-8671-4cf3-9137-9f744c58faf7 2018-08-27 13:40:00,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.718635082245s 2018-08-27 13:40:00,097 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5b5ef5af-8671-4cf3-9137-9f744c58faf7 2018-08-27 13:40:00,101 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:02,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:02,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:02,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-6976344a-39fe-46b0-892e-3199cc9ec9b4 x-compute-request-id: req-6976344a-39fe-46b0-892e-3199cc9ec9b4 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:02,805 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6976344a-39fe-46b0-892e-3199cc9ec9b4 2018-08-27 13:40:02,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701416015625s 2018-08-27 13:40:02,806 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6976344a-39fe-46b0-892e-3199cc9ec9b4 2018-08-27 13:40:02,810 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:04,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:04,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:05,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-1d7073d4-09ee-4e71-8703-5f88c010d99e x-compute-request-id: req-1d7073d4-09ee-4e71-8703-5f88c010d99e Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:05,448 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1d7073d4-09ee-4e71-8703-5f88c010d99e 2018-08-27 13:40:05,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.635227918625s 2018-08-27 13:40:05,448 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1d7073d4-09ee-4e71-8703-5f88c010d99e 2018-08-27 13:40:05,452 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:07,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:07,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:08,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-3b7b76dc-5d61-40a3-803d-57962e4b29f3 x-compute-request-id: req-3b7b76dc-5d61-40a3-803d-57962e4b29f3 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:08,186 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3b7b76dc-5d61-40a3-803d-57962e4b29f3 2018-08-27 13:40:08,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.731631040573s 2018-08-27 13:40:08,187 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3b7b76dc-5d61-40a3-803d-57962e4b29f3 2018-08-27 13:40:08,191 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:10,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:10,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:11,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-423fda11-2cb6-424c-bdff-9b8a5ed544c3 x-compute-request-id: req-423fda11-2cb6-424c-bdff-9b8a5ed544c3 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:11,119 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-423fda11-2cb6-424c-bdff-9b8a5ed544c3 2018-08-27 13:40:11,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.925597906113s 2018-08-27 13:40:11,120 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-423fda11-2cb6-424c-bdff-9b8a5ed544c3 2018-08-27 13:40:11,124 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:13,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:13,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:13,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-d3d59fad-d4a5-4cea-9e54-8d58623d7d54 x-compute-request-id: req-d3d59fad-d4a5-4cea-9e54-8d58623d7d54 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:13,750 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d3d59fad-d4a5-4cea-9e54-8d58623d7d54 2018-08-27 13:40:13,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.623466968536s 2018-08-27 13:40:13,751 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d3d59fad-d4a5-4cea-9e54-8d58623d7d54 2018-08-27 13:40:13,755 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:15,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:15,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:16,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-5070b25d-14d6-4e10-9cef-d34164fc42f2 x-compute-request-id: req-5070b25d-14d6-4e10-9cef-d34164fc42f2 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:16,980 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5070b25d-14d6-4e10-9cef-d34164fc42f2 2018-08-27 13:40:16,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.22346520424s 2018-08-27 13:40:16,981 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5070b25d-14d6-4e10-9cef-d34164fc42f2 2018-08-27 13:40:16,985 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:18,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:18,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:19,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-81de90f2-8b09-491f-a891-e7cf42f0f875 x-compute-request-id: req-81de90f2-8b09-491f-a891-e7cf42f0f875 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:19,700 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-81de90f2-8b09-491f-a891-e7cf42f0f875 2018-08-27 13:40:19,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.711738109589s 2018-08-27 13:40:19,700 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-81de90f2-8b09-491f-a891-e7cf42f0f875 2018-08-27 13:40:19,704 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:21,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:21,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:22,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-2ece4029-a06a-459a-8662-832b9b3b20f9 x-compute-request-id: req-2ece4029-a06a-459a-8662-832b9b3b20f9 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:22,404 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2ece4029-a06a-459a-8662-832b9b3b20f9 2018-08-27 13:40:22,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.697870016098s 2018-08-27 13:40:22,405 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2ece4029-a06a-459a-8662-832b9b3b20f9 2018-08-27 13:40:22,408 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:24,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:24,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:24,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-bf951c3f-435f-4be5-a606-22b2d6505eb7 x-compute-request-id: req-bf951c3f-435f-4be5-a606-22b2d6505eb7 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:24,947 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bf951c3f-435f-4be5-a606-22b2d6505eb7 2018-08-27 13:40:24,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536421060562s 2018-08-27 13:40:24,948 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bf951c3f-435f-4be5-a606-22b2d6505eb7 2018-08-27 13:40:24,952 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:26,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:26,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:27,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-0d5ecfe0-5de0-40d9-b275-9f6a84cfc896 x-compute-request-id: req-0d5ecfe0-5de0-40d9-b275-9f6a84cfc896 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:27,408 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0d5ecfe0-5de0-40d9-b275-9f6a84cfc896 2018-08-27 13:40:27,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.453882932663s 2018-08-27 13:40:27,409 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0d5ecfe0-5de0-40d9-b275-9f6a84cfc896 2018-08-27 13:40:27,412 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:29,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:29,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:29,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-840b5f8f-fb0f-4951-9bda-4b4627c9f174 x-compute-request-id: req-840b5f8f-fb0f-4951-9bda-4b4627c9f174 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:29,901 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-840b5f8f-fb0f-4951-9bda-4b4627c9f174 2018-08-27 13:40:29,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.486207962036s 2018-08-27 13:40:29,901 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-840b5f8f-fb0f-4951-9bda-4b4627c9f174 2018-08-27 13:40:29,905 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:31,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:31,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:32,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-3993b539-48b3-4698-8fba-8779c37bdcc7 x-compute-request-id: req-3993b539-48b3-4698-8fba-8779c37bdcc7 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:32,639 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3993b539-48b3-4698-8fba-8779c37bdcc7 2018-08-27 13:40:32,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.731673002243s 2018-08-27 13:40:32,640 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3993b539-48b3-4698-8fba-8779c37bdcc7 2018-08-27 13:40:32,643 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:34,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:34,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:35,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-ae5ed901-92a0-42fd-a8a5-26d32d54e3d9 x-compute-request-id: req-ae5ed901-92a0-42fd-a8a5-26d32d54e3d9 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:35,331 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ae5ed901-92a0-42fd-a8a5-26d32d54e3d9 2018-08-27 13:40:35,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.685269832611s 2018-08-27 13:40:35,332 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ae5ed901-92a0-42fd-a8a5-26d32d54e3d9 2018-08-27 13:40:35,335 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:37,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:37,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:38,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-1a237082-26f9-4105-8015-8b37eaaab495 x-compute-request-id: req-1a237082-26f9-4105-8015-8b37eaaab495 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:38,071 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1a237082-26f9-4105-8015-8b37eaaab495 2018-08-27 13:40:38,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.733304023743s 2018-08-27 13:40:38,072 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1a237082-26f9-4105-8015-8b37eaaab495 2018-08-27 13:40:38,076 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:40,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:40,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:40,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-8102fd3d-af67-46df-979f-12a971760782 x-compute-request-id: req-8102fd3d-af67-46df-979f-12a971760782 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:40,505 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8102fd3d-af67-46df-979f-12a971760782 2018-08-27 13:40:40,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.426892995834s 2018-08-27 13:40:40,506 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8102fd3d-af67-46df-979f-12a971760782 2018-08-27 13:40:40,510 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:42,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:42,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:43,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-57506bf8-fc89-4d4c-b556-2e79bbed9a0f x-compute-request-id: req-57506bf8-fc89-4d4c-b556-2e79bbed9a0f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:43,143 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-57506bf8-fc89-4d4c-b556-2e79bbed9a0f 2018-08-27 13:40:43,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.631099939346s 2018-08-27 13:40:43,144 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-57506bf8-fc89-4d4c-b556-2e79bbed9a0f 2018-08-27 13:40:43,148 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:45,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:45,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:45,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-d57a81a5-6261-497f-b1b2-1db6e2be6750 x-compute-request-id: req-d57a81a5-6261-497f-b1b2-1db6e2be6750 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:45,865 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d57a81a5-6261-497f-b1b2-1db6e2be6750 2018-08-27 13:40:45,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.714700937271s 2018-08-27 13:40:45,865 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d57a81a5-6261-497f-b1b2-1db6e2be6750 2018-08-27 13:40:45,869 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:47,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:47,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:48,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-091dbb12-8587-4658-83cd-ed7d484929a0 x-compute-request-id: req-091dbb12-8587-4658-83cd-ed7d484929a0 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:48,341 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-091dbb12-8587-4658-83cd-ed7d484929a0 2018-08-27 13:40:48,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.469221115112s 2018-08-27 13:40:48,342 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-091dbb12-8587-4658-83cd-ed7d484929a0 2018-08-27 13:40:48,345 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:50,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:50,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:50,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-d656e39c-fb1b-4a1f-b9ca-492ce9859cc8 x-compute-request-id: req-d656e39c-fb1b-4a1f-b9ca-492ce9859cc8 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:50,782 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d656e39c-fb1b-4a1f-b9ca-492ce9859cc8 2018-08-27 13:40:50,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.433572053909s 2018-08-27 13:40:50,782 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d656e39c-fb1b-4a1f-b9ca-492ce9859cc8 2018-08-27 13:40:50,786 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:52,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:52,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:53,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-5059664c-c0af-4786-a18e-fe2f9667e247 x-compute-request-id: req-5059664c-c0af-4786-a18e-fe2f9667e247 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:53,524 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5059664c-c0af-4786-a18e-fe2f9667e247 2018-08-27 13:40:53,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.735713005066s 2018-08-27 13:40:53,525 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5059664c-c0af-4786-a18e-fe2f9667e247 2018-08-27 13:40:53,529 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:55,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:55,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:56,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-b518097f-d354-4cc2-85bd-d8f642f335f7 x-compute-request-id: req-b518097f-d354-4cc2-85bd-d8f642f335f7 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:56,266 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b518097f-d354-4cc2-85bd-d8f642f335f7 2018-08-27 13:40:56,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.735023021698s 2018-08-27 13:40:56,267 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b518097f-d354-4cc2-85bd-d8f642f335f7 2018-08-27 13:40:56,271 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:40:58,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:40:58,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:40:59,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:40: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-3640f94c-6f87-416e-b142-1feba9652f5b x-compute-request-id: req-3640f94c-6f87-416e-b142-1feba9652f5b Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:40:59,272 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3640f94c-6f87-416e-b142-1feba9652f5b 2018-08-27 13:40:59,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.999293088913s 2018-08-27 13:40:59,273 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3640f94c-6f87-416e-b142-1feba9652f5b 2018-08-27 13:40:59,277 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:01,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:01,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:01,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-9184a6b2-14c2-417e-8002-514e4ea0f64b x-compute-request-id: req-9184a6b2-14c2-417e-8002-514e4ea0f64b Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:01,975 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9184a6b2-14c2-417e-8002-514e4ea0f64b 2018-08-27 13:41:01,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.695477962494s 2018-08-27 13:41:01,975 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9184a6b2-14c2-417e-8002-514e4ea0f64b 2018-08-27 13:41:01,980 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:03,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:03,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:04,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-3ab7f98b-a024-4b78-8aa6-821b6fa26833 x-compute-request-id: req-3ab7f98b-a024-4b78-8aa6-821b6fa26833 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:04,799 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3ab7f98b-a024-4b78-8aa6-821b6fa26833 2018-08-27 13:41:04,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.81742310524s 2018-08-27 13:41:04,799 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3ab7f98b-a024-4b78-8aa6-821b6fa26833 2018-08-27 13:41:04,803 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:06,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:06,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:07,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-a3a28989-cfc9-4512-8a88-be6aafdc3732 x-compute-request-id: req-a3a28989-cfc9-4512-8a88-be6aafdc3732 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:07,257 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a3a28989-cfc9-4512-8a88-be6aafdc3732 2018-08-27 13:41:07,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.450995922089s 2018-08-27 13:41:07,257 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a3a28989-cfc9-4512-8a88-be6aafdc3732 2018-08-27 13:41:07,261 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:09,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:09,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:09,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-2939299b-7f48-4c8f-a985-63370bd4a1e4 x-compute-request-id: req-2939299b-7f48-4c8f-a985-63370bd4a1e4 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:09,987 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2939299b-7f48-4c8f-a985-63370bd4a1e4 2018-08-27 13:41:09,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.722804069519s 2018-08-27 13:41:09,988 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2939299b-7f48-4c8f-a985-63370bd4a1e4 2018-08-27 13:41:09,991 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:11,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:11,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:12,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-5f3ab8d4-83b7-4497-825b-475b0476e6c1 x-compute-request-id: req-5f3ab8d4-83b7-4497-825b-475b0476e6c1 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:12,710 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5f3ab8d4-83b7-4497-825b-475b0476e6c1 2018-08-27 13:41:12,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.715456962585s 2018-08-27 13:41:12,710 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5f3ab8d4-83b7-4497-825b-475b0476e6c1 2018-08-27 13:41:12,714 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:14,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:14,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:15,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-440c8816-c118-4b8b-9dca-110fdb3b9ca8 x-compute-request-id: req-440c8816-c118-4b8b-9dca-110fdb3b9ca8 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:15,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-440c8816-c118-4b8b-9dca-110fdb3b9ca8 2018-08-27 13:41:15,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.446576118469s 2018-08-27 13:41:15,163 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-440c8816-c118-4b8b-9dca-110fdb3b9ca8 2018-08-27 13:41:15,167 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:17,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:17,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:18,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-f6c2d8d9-4c9f-4c3f-8a0a-4a404f6a07b3 x-compute-request-id: req-f6c2d8d9-4c9f-4c3f-8a0a-4a404f6a07b3 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:18,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f6c2d8d9-4c9f-4c3f-8a0a-4a404f6a07b3 2018-08-27 13:41:18,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.96860909462s 2018-08-27 13:41:18,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f6c2d8d9-4c9f-4c3f-8a0a-4a404f6a07b3 2018-08-27 13:41:18,143 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:20,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:20,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:20,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-c3a8e575-4739-4a32-9c35-ca4d582ac2d2 x-compute-request-id: req-c3a8e575-4739-4a32-9c35-ca4d582ac2d2 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:20,841 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c3a8e575-4739-4a32-9c35-ca4d582ac2d2 2018-08-27 13:41:20,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.695576906204s 2018-08-27 13:41:20,841 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c3a8e575-4739-4a32-9c35-ca4d582ac2d2 2018-08-27 13:41:20,845 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:22,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:22,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:23,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-af41348c-f6be-4620-92a4-6a9e0b422a6f x-compute-request-id: req-af41348c-f6be-4620-92a4-6a9e0b422a6f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:23,290 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-af41348c-f6be-4620-92a4-6a9e0b422a6f 2018-08-27 13:41:23,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.441720962524s 2018-08-27 13:41:23,290 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-af41348c-f6be-4620-92a4-6a9e0b422a6f 2018-08-27 13:41:23,294 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:25,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:25,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:25,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-457fd714-168f-4b61-bdd7-1efc0b718724 x-compute-request-id: req-457fd714-168f-4b61-bdd7-1efc0b718724 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:25,730 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-457fd714-168f-4b61-bdd7-1efc0b718724 2018-08-27 13:41:25,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.434770107269s 2018-08-27 13:41:25,731 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-457fd714-168f-4b61-bdd7-1efc0b718724 2018-08-27 13:41:25,735 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:27,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:27,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:27,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-a4494c88-5b36-4891-8e21-6f2c42377147 x-compute-request-id: req-a4494c88-5b36-4891-8e21-6f2c42377147 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:27,922 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a4494c88-5b36-4891-8e21-6f2c42377147 2018-08-27 13:41:27,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.184684991837s 2018-08-27 13:41:27,923 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a4494c88-5b36-4891-8e21-6f2c42377147 2018-08-27 13:41:27,927 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:29,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:29,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:30,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-21fae777-5262-43ba-a499-a990432e86a2 x-compute-request-id: req-21fae777-5262-43ba-a499-a990432e86a2 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:30,643 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-21fae777-5262-43ba-a499-a990432e86a2 2018-08-27 13:41:30,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.714061975479s 2018-08-27 13:41:30,644 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-21fae777-5262-43ba-a499-a990432e86a2 2018-08-27 13:41:30,648 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:32,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:32,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:33,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-a6351875-a3ea-4e06-86be-cf6dc3f9e12c x-compute-request-id: req-a6351875-a3ea-4e06-86be-cf6dc3f9e12c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:33,376 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a6351875-a3ea-4e06-86be-cf6dc3f9e12c 2018-08-27 13:41:33,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.727376937866s 2018-08-27 13:41:33,377 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a6351875-a3ea-4e06-86be-cf6dc3f9e12c 2018-08-27 13:41:33,381 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:35,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:35,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:36,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13: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-792f8e18-a285-410c-ae22-fc2681ec17bb x-compute-request-id: req-792f8e18-a285-410c-ae22-fc2681ec17bb Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:36,090 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-792f8e18-a285-410c-ae22-fc2681ec17bb 2018-08-27 13:41:36,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.707831859589s 2018-08-27 13:41:36,091 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-792f8e18-a285-410c-ae22-fc2681ec17bb 2018-08-27 13:41:36,095 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:38,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:38,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:38,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-52b28af0-9024-406d-a8ff-2d896383a21c x-compute-request-id: req-52b28af0-9024-406d-a8ff-2d896383a21c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:38,726 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-52b28af0-9024-406d-a8ff-2d896383a21c 2018-08-27 13:41:38,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.62847495079s 2018-08-27 13:41:38,726 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-52b28af0-9024-406d-a8ff-2d896383a21c 2018-08-27 13:41:38,730 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:40,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:40,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:41,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-e0e428d3-d3b1-4e06-a097-d9d5a29ec8ab x-compute-request-id: req-e0e428d3-d3b1-4e06-a097-d9d5a29ec8ab Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:41,458 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e0e428d3-d3b1-4e06-a097-d9d5a29ec8ab 2018-08-27 13:41:41,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.725554943085s 2018-08-27 13:41:41,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e0e428d3-d3b1-4e06-a097-d9d5a29ec8ab 2018-08-27 13:41:41,462 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:43,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:43,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:44,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-c0dbe4d6-1136-41cf-9e1e-1c23892afafd x-compute-request-id: req-c0dbe4d6-1136-41cf-9e1e-1c23892afafd Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:44,400 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c0dbe4d6-1136-41cf-9e1e-1c23892afafd 2018-08-27 13:41:44,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.935486793518s 2018-08-27 13:41:44,401 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c0dbe4d6-1136-41cf-9e1e-1c23892afafd 2018-08-27 13:41:44,404 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:46,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:46,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:47,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-f9a27518-feb7-4345-999b-62a208031d91 x-compute-request-id: req-f9a27518-feb7-4345-999b-62a208031d91 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:47,035 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f9a27518-feb7-4345-999b-62a208031d91 2018-08-27 13:41:47,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.628420829773s 2018-08-27 13:41:47,036 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f9a27518-feb7-4345-999b-62a208031d91 2018-08-27 13:41:47,040 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:49,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:49,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:49,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-02e8533f-e2da-416c-96c0-4a7939fc6e62 x-compute-request-id: req-02e8533f-e2da-416c-96c0-4a7939fc6e62 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:49,784 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-02e8533f-e2da-416c-96c0-4a7939fc6e62 2018-08-27 13:41:49,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.742139101028s 2018-08-27 13:41:49,784 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-02e8533f-e2da-416c-96c0-4a7939fc6e62 2018-08-27 13:41:49,788 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:51,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:51,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:52,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-ce2b1f5b-f7df-4a51-af5e-a9ad477bb05f x-compute-request-id: req-ce2b1f5b-f7df-4a51-af5e-a9ad477bb05f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:52,524 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ce2b1f5b-f7df-4a51-af5e-a9ad477bb05f 2018-08-27 13:41:52,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.733765125275s 2018-08-27 13:41:52,525 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ce2b1f5b-f7df-4a51-af5e-a9ad477bb05f 2018-08-27 13:41:52,529 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:54,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:54,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:55,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-cd2a6338-7d5b-4a32-9e12-a56e59acb7bb x-compute-request-id: req-cd2a6338-7d5b-4a32-9e12-a56e59acb7bb Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:55,271 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cd2a6338-7d5b-4a32-9e12-a56e59acb7bb 2018-08-27 13:41:55,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.739107131958s 2018-08-27 13:41:55,271 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cd2a6338-7d5b-4a32-9e12-a56e59acb7bb 2018-08-27 13:41:55,275 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:57,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:57,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:41:57,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-d849043f-d558-43bb-b6ac-2c3ec1dce302 x-compute-request-id: req-d849043f-d558-43bb-b6ac-2c3ec1dce302 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:41:57,743 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d849043f-d558-43bb-b6ac-2c3ec1dce302 2018-08-27 13:41:57,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.465288877487s 2018-08-27 13:41:57,743 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d849043f-d558-43bb-b6ac-2c3ec1dce302 2018-08-27 13:41:57,747 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:41:59,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:41:59,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:42:00,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:41: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-5364a169-ec15-438e-9f9b-cd05d752f06a x-compute-request-id: req-5364a169-ec15-438e-9f9b-cd05d752f06a Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "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-27T13:38:45Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:42:00,479 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5364a169-ec15-438e-9f9b-cd05d752f06a 2018-08-27 13:42:00,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.728726148605s 2018-08-27 13:42:00,479 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5364a169-ec15-438e-9f9b-cd05d752f06a 2018-08-27 13:42:00,483 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 13:42:02,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 13:42:02,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:42:03,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:42: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-5ef7a6ea-8689-44ce-af89-9a30ab52c9d3 x-compute-request-id: req-5ef7a6ea-8689-44ce-af89-9a30ab52c9d3 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_18767f15-2470-4efa-b2cf-33a75adaf56d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:23:6d", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T13:42:01.000000", "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T13:42:01Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 13:42:03,318 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5ef7a6ea-8689-44ce-af89-9a30ab52c9d3 2018-08-27 13:42:03,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.832153081894s 2018-08-27 13:42:03,318 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5ef7a6ea-8689-44ce-af89-9a30ab52c9d3 2018-08-27 13:42:03,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 13:42:03,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=4d364d59-3998-43e5-8bb4-462a92f96857" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:42:03,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-351764dd-6b09-4607-af7c-6bc5efa5efc9 Date: Mon, 27 Aug 2018 13:42:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T13:42:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"596ffdea-9cff-4e8d-94cb-1574c036aeeb","ip_address":"192.168.120.6"}],"id":"8b226cf2-029d-40e1-bfcc-392f9e7eedce","security_groups":["084d92dd-b361-4390-8aeb-5aacb6b8aed7"],"mac_address":"fa:16:3e:0f:23:6d","project_id":"397963a3da7848ed8282384ab565d2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0de1dd34-6ce6-4483-a44e-4682d5d5e433","tenant_id":"397963a3da7848ed8282384ab565d2bc","created_at":"2018-08-27T13:38:45Z","binding:vnic_type":"normal","device_id":"4d364d59-3998-43e5-8bb4-462a92f96857","ip_allocation":"immediate"}]} 2018-08-27 13:42:03,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=4d364d59-3998-43e5-8bb4-462a92f96857 used request id req-351764dd-6b09-4607-af7c-6bc5efa5efc9 2018-08-27 13:42:03,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0495109558105s 2018-08-27 13:42:03,372 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=4d364d59-3998-43e5-8bb4-462a92f96857 used request id req-351764dd-6b09-4607-af7c-6bc5efa5efc9 2018-08-27 13:42:03,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 13:42:03,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=8b226cf2-029d-40e1-bfcc-392f9e7eedce" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:42:03,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7453eea2-2882-452e-88d4-9cbef95aa3c8 Date: Mon, 27 Aug 2018 13:42:03 GMT RESP BODY: {"floatingips": []} 2018-08-27 13:42:03,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=8b226cf2-029d-40e1-bfcc-392f9e7eedce used request id req-7453eea2-2882-452e-88d4-9cbef95aa3c8 2018-08-27 13:42:03,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0533311367035s 2018-08-27 13:42:03,431 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=8b226cf2-029d-40e1-bfcc-392f9e7eedce used request id req-7453eea2-2882-452e-88d4-9cbef95aa3c8 2018-08-27 13:42:03,432 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_18767f15-2470-4efa-b2cf-33a75adaf56d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:0f:23:6d', 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'ff2b061f-84b5-4964-b0b1-936632eedc9a'}), 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-27T13:42:01.000000', 'flavor': Munch({u'id': u'7cc7cce1-8dab-4982-8c24-0cbb5570d93f'}), 'az': u'nova', 'id': u'4d364d59-3998-43e5-8bb4-462a92f96857', 'security_groups': [Munch({u'name': u'shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5c8e240f18884b8f8436e6bbe89f093d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'397963a3da7848ed8282384ab565d2bc', 'name': 'shaker-project_18767f15-2470-4efa-b2cf-33a75adaf56d', '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-27T13:42:01.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T13:42:01Z', 'hostId': u'5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3', '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-27T13:42:01.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'397963a3da7848ed8282384ab565d2bc', 'name': u'shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d', 'adminPass': u'xUKVSm7kz2cN', 'tenant_id': u'397963a3da7848ed8282384ab565d2bc', 'created_at': u'2018-08-27T13:38:42Z', 'created': u'2018-08-27T13:38:42Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 13:42:03,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 13:42:03,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:42:03,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1270 X-Openstack-Request-Id: req-4dbd85d0-dadb-461b-b19a-eacbd4879311 Date: Mon, 27 Aug 2018 13:42:03 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0de1dd34-6ce6-4483-a44e-4682d5d5e433","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"397963a3da7848ed8282384ab565d2bc","l2_adjacency":true,"status":"ACTIVE","subnets":["596ffdea-9cff-4e8d-94cb-1574c036aeeb"],"description":"","tags":[],"updated_at":"2018-08-27T13:38:10Z","qos_policy_id":null,"name":"shaker-net_18767f15-2470-4efa-b2cf-33a75adaf56d","admin_state_up":true,"tenant_id":"397963a3da7848ed8282384ab565d2bc","created_at":"2018-08-27T13:38:09Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 13:42:03,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4dbd85d0-dadb-461b-b19a-eacbd4879311 2018-08-27 13:42:03,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0937931537628s 2018-08-27 13:42:03,529 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4dbd85d0-dadb-461b-b19a-eacbd4879311 2018-08-27 13:42:03,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 13:42:03,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=4d364d59-3998-43e5-8bb4-462a92f96857" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:42:03,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-e18451dd-b853-4bc1-83a9-c7fa47d26549 Date: Mon, 27 Aug 2018 13:42:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T13:42:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"596ffdea-9cff-4e8d-94cb-1574c036aeeb","ip_address":"192.168.120.6"}],"id":"8b226cf2-029d-40e1-bfcc-392f9e7eedce","security_groups":["084d92dd-b361-4390-8aeb-5aacb6b8aed7"],"mac_address":"fa:16:3e:0f:23:6d","project_id":"397963a3da7848ed8282384ab565d2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0de1dd34-6ce6-4483-a44e-4682d5d5e433","tenant_id":"397963a3da7848ed8282384ab565d2bc","created_at":"2018-08-27T13:38:45Z","binding:vnic_type":"normal","device_id":"4d364d59-3998-43e5-8bb4-462a92f96857","ip_allocation":"immediate"}]} 2018-08-27 13:42:03,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=4d364d59-3998-43e5-8bb4-462a92f96857 used request id req-e18451dd-b853-4bc1-83a9-c7fa47d26549 2018-08-27 13:42:03,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0594708919525s 2018-08-27 13:42:03,591 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=4d364d59-3998-43e5-8bb4-462a92f96857 used request id req-e18451dd-b853-4bc1-83a9-c7fa47d26549 2018-08-27 13:42:03,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-27 13:42:03,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" -d '{"floatingip": {"floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "fixed_ip_address": "192.168.120.6", "port_id": "8b226cf2-029d-40e1-bfcc-392f9e7eedce"}}' 2018-08-27 13:42:06,232 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-9fcbaf81-75d9-4ce1-9c29-fb0f8a6fdeab Date: Mon, 27 Aug 2018 13:42:06 GMT RESP BODY: {"floatingip": {"router_id": "63eb0e4e-e280-4683-b4a7-faebb5771a1b", "status": "DOWN", "description": "", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:42:04Z", "updated_at": "2018-08-27T13:42:04Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "0de1dd34-6ce6-4483-a44e-4682d5d5e433", "device_owner": "compute:nova", "mac_address": "fa:16:3e:0f:23:6d", "device_id": "4d364d59-3998-43e5-8bb4-462a92f96857"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.212", "revision_number": 0, "project_id": "397963a3da7848ed8282384ab565d2bc", "port_id": "8b226cf2-029d-40e1-bfcc-392f9e7eedce", "id": "2276bdd7-b4bd-44e8-8202-fe0d60bb6364", "qos_policy_id": null}} 2018-08-27 13:42:06,232 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-9fcbaf81-75d9-4ce1-9c29-fb0f8a6fdeab 2018-08-27 13:42:06,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.64063501358s 2018-08-27 13:42:06,233 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-9fcbaf81-75d9-4ce1-9c29-fb0f8a6fdeab 2018-08-27 13:42:06,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 13:42:06,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:42:06,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-dc4f0575-69e6-41b5-a252-9bbbf29c177a Date: Mon, 27 Aug 2018 13:42:06 GMT RESP BODY: {"floatingips": [{"router_id": "63eb0e4e-e280-4683-b4a7-faebb5771a1b", "status": "DOWN", "description": "", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:42:04Z", "updated_at": "2018-08-27T13:42:04Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "0de1dd34-6ce6-4483-a44e-4682d5d5e433", "device_owner": "compute:nova", "mac_address": "fa:16:3e:0f:23:6d", "device_id": "4d364d59-3998-43e5-8bb4-462a92f96857"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.212", "revision_number": 0, "project_id": "397963a3da7848ed8282384ab565d2bc", "port_id": "8b226cf2-029d-40e1-bfcc-392f9e7eedce", "id": "2276bdd7-b4bd-44e8-8202-fe0d60bb6364", "qos_policy_id": null}]} 2018-08-27 13:42:06,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-dc4f0575-69e6-41b5-a252-9bbbf29c177a 2018-08-27 13:42:06,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0621058940887s 2018-08-27 13:42:06,303 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-dc4f0575-69e6-41b5-a252-9bbbf29c177a 2018-08-27 13:42:06,305 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 13:42:06,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 13:42:06,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:42:06,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-35031c6a-ec7f-4d25-99f8-dd6259d47124 Date: Mon, 27 Aug 2018 13:42:06 GMT RESP BODY: {"floatingips": [{"router_id": "63eb0e4e-e280-4683-b4a7-faebb5771a1b", "status": "DOWN", "description": "", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:42:04Z", "updated_at": "2018-08-27T13:42:04Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "0de1dd34-6ce6-4483-a44e-4682d5d5e433", "device_owner": "compute:nova", "mac_address": "fa:16:3e:0f:23:6d", "device_id": "4d364d59-3998-43e5-8bb4-462a92f96857"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.212", "revision_number": 0, "project_id": "397963a3da7848ed8282384ab565d2bc", "port_id": "8b226cf2-029d-40e1-bfcc-392f9e7eedce", "id": "2276bdd7-b4bd-44e8-8202-fe0d60bb6364", "qos_policy_id": null}]} 2018-08-27 13:42:06,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-35031c6a-ec7f-4d25-99f8-dd6259d47124 2018-08-27 13:42:06,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0561630725861s 2018-08-27 13:42:06,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-35031c6a-ec7f-4d25-99f8-dd6259d47124 2018-08-27 13:42:06,469 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 13:42:06,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 13:42:06,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:42:06,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-ce596ce8-d6dc-41db-bf20-0625ede218bd Date: Mon, 27 Aug 2018 13:42:06 GMT RESP BODY: {"floatingips": [{"router_id": "63eb0e4e-e280-4683-b4a7-faebb5771a1b", "status": "DOWN", "description": "", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:42:04Z", "updated_at": "2018-08-27T13:42:04Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "0de1dd34-6ce6-4483-a44e-4682d5d5e433", "device_owner": "compute:nova", "mac_address": "fa:16:3e:0f:23:6d", "device_id": "4d364d59-3998-43e5-8bb4-462a92f96857"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.212", "revision_number": 0, "project_id": "397963a3da7848ed8282384ab565d2bc", "port_id": "8b226cf2-029d-40e1-bfcc-392f9e7eedce", "id": "2276bdd7-b4bd-44e8-8202-fe0d60bb6364", "qos_policy_id": null}]} 2018-08-27 13:42:06,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-ce596ce8-d6dc-41db-bf20-0625ede218bd 2018-08-27 13:42:06,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0684089660645s 2018-08-27 13:42:06,643 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-ce596ce8-d6dc-41db-bf20-0625ede218bd 2018-08-27 13:42:06,646 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 13:42:06,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 13:42:06,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:42:06,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-eedc2fa1-b6bc-4286-abec-6b2957f6b134 Date: Mon, 27 Aug 2018 13:42:06 GMT RESP BODY: {"floatingips": [{"router_id": "63eb0e4e-e280-4683-b4a7-faebb5771a1b", "status": "DOWN", "description": "", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:42:04Z", "updated_at": "2018-08-27T13:42:04Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "0de1dd34-6ce6-4483-a44e-4682d5d5e433", "device_owner": "compute:nova", "mac_address": "fa:16:3e:0f:23:6d", "device_id": "4d364d59-3998-43e5-8bb4-462a92f96857"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.212", "revision_number": 0, "project_id": "397963a3da7848ed8282384ab565d2bc", "port_id": "8b226cf2-029d-40e1-bfcc-392f9e7eedce", "id": "2276bdd7-b4bd-44e8-8202-fe0d60bb6364", "qos_policy_id": null}]} 2018-08-27 13:42:06,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-eedc2fa1-b6bc-4286-abec-6b2957f6b134 2018-08-27 13:42:06,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0629761219025s 2018-08-27 13:42:06,815 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-eedc2fa1-b6bc-4286-abec-6b2957f6b134 2018-08-27 13:42:06,818 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 13:42:06,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 13:42:06,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:42:06,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-e0d0045a-d9a6-4619-92da-0c35e3db0cac Date: Mon, 27 Aug 2018 13:42:07 GMT RESP BODY: {"floatingips": [{"router_id": "63eb0e4e-e280-4683-b4a7-faebb5771a1b", "status": "DOWN", "description": "", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:42:04Z", "updated_at": "2018-08-27T13:42:04Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "0de1dd34-6ce6-4483-a44e-4682d5d5e433", "device_owner": "compute:nova", "mac_address": "fa:16:3e:0f:23:6d", "device_id": "4d364d59-3998-43e5-8bb4-462a92f96857"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.212", "revision_number": 0, "project_id": "397963a3da7848ed8282384ab565d2bc", "port_id": "8b226cf2-029d-40e1-bfcc-392f9e7eedce", "id": "2276bdd7-b4bd-44e8-8202-fe0d60bb6364", "qos_policy_id": null}]} 2018-08-27 13:42:06,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-e0d0045a-d9a6-4619-92da-0c35e3db0cac 2018-08-27 13:42:06,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0641400814056s 2018-08-27 13:42:06,988 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-e0d0045a-d9a6-4619-92da-0c35e3db0cac 2018-08-27 13:42:06,991 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 13:42:07,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 13:42:07,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:42:07,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-8f0bc263-f97b-4996-a996-355807b2a7d5 Date: Mon, 27 Aug 2018 13:42:07 GMT RESP BODY: {"floatingips": [{"router_id": "63eb0e4e-e280-4683-b4a7-faebb5771a1b", "status": "DOWN", "description": "", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:42:04Z", "updated_at": "2018-08-27T13:42:04Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "0de1dd34-6ce6-4483-a44e-4682d5d5e433", "device_owner": "compute:nova", "mac_address": "fa:16:3e:0f:23:6d", "device_id": "4d364d59-3998-43e5-8bb4-462a92f96857"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.212", "revision_number": 0, "project_id": "397963a3da7848ed8282384ab565d2bc", "port_id": "8b226cf2-029d-40e1-bfcc-392f9e7eedce", "id": "2276bdd7-b4bd-44e8-8202-fe0d60bb6364", "qos_policy_id": null}]} 2018-08-27 13:42:07,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-8f0bc263-f97b-4996-a996-355807b2a7d5 2018-08-27 13:42:07,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0608952045441s 2018-08-27 13:42:07,158 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-8f0bc263-f97b-4996-a996-355807b2a7d5 2018-08-27 13:42:07,161 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 13:42:07,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 13:42:07,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:42:07,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-b0dbc0c7-06e8-4269-9bc5-ad835b1e7856 Date: Mon, 27 Aug 2018 13:42:07 GMT RESP BODY: {"floatingips": [{"router_id": "63eb0e4e-e280-4683-b4a7-faebb5771a1b", "status": "DOWN", "description": "", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:42:04Z", "updated_at": "2018-08-27T13:42:04Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "0de1dd34-6ce6-4483-a44e-4682d5d5e433", "device_owner": "compute:nova", "mac_address": "fa:16:3e:0f:23:6d", "device_id": "4d364d59-3998-43e5-8bb4-462a92f96857"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.212", "revision_number": 0, "project_id": "397963a3da7848ed8282384ab565d2bc", "port_id": "8b226cf2-029d-40e1-bfcc-392f9e7eedce", "id": "2276bdd7-b4bd-44e8-8202-fe0d60bb6364", "qos_policy_id": null}]} 2018-08-27 13:42:07,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-b0dbc0c7-06e8-4269-9bc5-ad835b1e7856 2018-08-27 13:42:07,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0604457855225s 2018-08-27 13:42:07,327 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-b0dbc0c7-06e8-4269-9bc5-ad835b1e7856 2018-08-27 13:42:07,330 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 13:42:07,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 13:42:07,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 13:42:07,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-3da39ebc-760a-4c21-8392-11c48fd37469 Date: Mon, 27 Aug 2018 13:42:07 GMT RESP BODY: {"floatingips": [{"router_id": "63eb0e4e-e280-4683-b4a7-faebb5771a1b", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:42:04Z", "updated_at": "2018-08-27T13:42:07Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "0de1dd34-6ce6-4483-a44e-4682d5d5e433", "device_owner": "compute:nova", "mac_address": "fa:16:3e:0f:23:6d", "device_id": "4d364d59-3998-43e5-8bb4-462a92f96857"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.212", "revision_number": 1, "project_id": "397963a3da7848ed8282384ab565d2bc", "port_id": "8b226cf2-029d-40e1-bfcc-392f9e7eedce", "id": "2276bdd7-b4bd-44e8-8202-fe0d60bb6364", "qos_policy_id": null}]} 2018-08-27 13:42:07,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-3da39ebc-760a-4c21-8392-11c48fd37469 2018-08-27 13:42:07,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0792129039764s 2018-08-27 13:42:07,515 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-3da39ebc-760a-4c21-8392-11c48fd37469 2018-08-27 13:42:07,519 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'63eb0e4e-e280-4683-b4a7-faebb5771a1b', 'updated_at': u'2018-08-27T13:42:07Z', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.212', 'revision_number': 1, 'port_id': u'8b226cf2-029d-40e1-bfcc-392f9e7eedce', 'id': u'2276bdd7-b4bd-44e8-8202-fe0d60bb6364', 'network': u'9e7da560-d286-4d69-b2d6-e7b51586033c', 'port': u'8b226cf2-029d-40e1-bfcc-392f9e7eedce', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'397963a3da7848ed8282384ab565d2bc', 'name': 'shaker-project_18767f15-2470-4efa-b2cf-33a75adaf56d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'397963a3da7848ed8282384ab565d2bc', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'0de1dd34-6ce6-4483-a44e-4682d5d5e433', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:0f:23:6d', u'device_id': u'4d364d59-3998-43e5-8bb4-462a92f96857'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'397963a3da7848ed8282384ab565d2bc', 'created_at': u'2018-08-27T13:42:04Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'0de1dd34-6ce6-4483-a44e-4682d5d5e433', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:0f:23:6d', u'device_id': u'4d364d59-3998-43e5-8bb4-462a92f96857'}), 'router': u'63eb0e4e-e280-4683-b4a7-faebb5771a1b'}) 2018-08-27 13:42:07,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 13:42:07,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857/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}0ba415a55bcb62d63c499104f918f7c98fc7c796" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 13:42:07,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13: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-5b00af85-0473-4a1f-8f00-43952bc3b0b3 x-compute-request-id: req-5b00af85-0473-4a1f-8f00-43952bc3b0b3 Content-Encoding: gzip Content-Length: 10453 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 756123564 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.236543] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.239708] pid_max: default: 32768 minimum: 301\n[ 0.241396] ACPI: Core revision 20150930\n[ 0.243467] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.245912] Security Framework initialized\n[ 0.247515] Yama: becoming mindful.\n[ 0.248879] AppArmor: AppArmor initialized\n[ 0.250450] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.252950] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.255392] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.257767] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.260415] Initializing cgroup subsys io\n[ 0.261936] Initializing cgroup subsys memory\n[ 0.263593] Initializing cgroup subsys devices\n[ 0.265264] Initializing cgroup subsys freezer\n[ 0.266944] Initializing cgroup subsys net_cls\n[ 0.268629] Initializing cgroup subsys perf_event\n[ 0.270401] Initializing cgroup subsys net_prio\n[ 0.272125] Initializing cgroup subsys hugetlb\n[ 0.273814] Initializing cgroup subsys pids\n[ 0.275470] CPU: Physical Processor ID: 0\n[ 0.277737] mce: CPU supports 10 MCE banks\n[ 0.279376] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.281297] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.283396] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.285434] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.288048] Speculative Store Bypass: Vulnerable\n[ 0.310392] Freeing SMP alternatives memory: 32K\n[ 0.316701] ftrace: allocating 32237 entries in 126 pages\n[ 0.351965] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.356768] smpboot: Max logical packages: 1\n[ 0.358717] x2apic enabled\n[ 0.360177] Switched APIC routing to physical x2apic.\n[ 0.363313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.365509] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.369369] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.372847] KVM setup paravirtual spinlock\n[ 0.375843] x86: Booted up 1 node, 1 CPUs\n[ 0.377383] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.380228] devtmpfs: initialized\n[ 0.382708] evm: security.selinux\n[ 0.384049] evm: security.SMACK64\n[ 0.385367] evm: security.SMACK64EXEC\n[ 0.386786] evm: security.SMACK64TRANSMUTE\n[ 0.388349] evm: security.SMACK64MMAP\n[ 0.389769] evm: security.ima\n[ 0.390985] evm: security.capability\n[ 0.392527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.395328] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.397189] pinctrl core: initialized pinctrl subsystem\n[ 0.398979] RTC time: 13:42:01, date: 08/27/18\n[ 0.400527] NET: Registered protocol family 16\n[ 0.402082] cpuidle: using governor ladder\n[ 0.403358] cpuidle: using governor menu\n[ 0.404576] PCCT header not found.\n[ 0.405758] ACPI: bus type PCI registered\n[ 0.407016] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.408980] PCI: Using configuration type 1 for base access\n[ 0.411616] ACPI: Added _OSI(Module Device)\n[ 0.412908] ACPI: Added _OSI(Processor Device)\n[ 0.414237] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.415631] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.418401] ACPI: Interpreter enabled\n[ 0.419596] ACPI: (supports S0 S5)\n[ 0.420701] ACPI: Using IOAPIC for interrupt routing\n[ 0.422174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.426532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.428305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.430215] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.432089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.435511] acpiphp: Slot [3] registered\n[ 0.436756] acpiphp: Slot [4] registered\n[ 0.438000] acpiphp: Slot [5] registered\n[ 0.439234] acpiphp: Slot [6] registered\n[ 0.454756] acpiphp: Slot [7] registered\n[ 0.455999] acpiphp: Slot [8] registered\n[ 0.457234] acpiphp: Slot [9] registered\n[ 0.458464] acpiphp: Slot [10] registered\n[ 0.459715] acpiphp: Slot [11] registered\n[ 0.460972] acpiphp: Slot [12] registered\n[ 0.462226] acpiphp: Slot [13] registered\n[ 0.463474] acpiphp: Slot [14] registered\n[ 0.464724] acpiphp: Slot [15] registered\n[ 0.465984] acpiphp: Slot [16] registered\n[ 0.467238] acpiphp: Slot [17] registered\n[ 0.468526] acpiphp: Slot [18] registered\n[ 0.469782] acpiphp: Slot [19] registered\n[ 0.471036] acpiphp: Slot [20] registered\n[ 0.472286] acpiphp: Slot [21] registered\n[ 0.473542] acpiphp: Slot [22] registered\n[ 0.474800] acpiphp: Slot [23] registered\n[ 0.476062] acpiphp: Slot [24] registered\n[ 0.477323] acpiphp: Slot [25] registered\n[ 0.478583] acpiphp: Slot [26] registered\n[ 0.479827] acpiphp: Slot [27] registered\n[ 0.481046] acpiphp: Slot [28] registered\n[ 0.482259] acpiphp: Slot [29] registered\n[ 0.483476] acpiphp: Slot [30] registered\n[ 0.484697] acpiphp: Slot [31] registered\n[ 0.485914] PCI host bridge to bus 0000:00\n[ 0.487135] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.489017] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.490867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.493064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.495255] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.497486] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.502097] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.504021] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.505796] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.507711] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.511995] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.514161] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.535674] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.537848] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.539994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.542224] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.544339] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.546184] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.548162] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.549790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.552173] vgaarb: loaded\n[ 0.553129] vgaarb: bridge control possible 0000:00:02.0\n[ 0.554985] SCSI subsystem initialized\n[ 0.556370] ACPI: bus type USB registered\n[ 0.557621] usbcore: registered new interface driver usbfs\n[ 0.559187] usbcore: registered new interface driver hub\n[ 0.560775] usbcore: registered new device driver usb\n[ 0.562438] PCI: Using ACPI for IRQ routing\n[ 0.564109] NetLabel: Initializing\n[ 0.565192] NetLabel: domain hash size = 128\n[ 0.566481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.567937] NetLabel: unlabeled traffic allowed by default\n[ 0.569681] amd_nb: Cannot enumerate AMD northbridges\n[ 0.571188] clocksource: Switched to clocksource kvm-clock\n[ 0.580844] AppArmor: AppArmor Filesystem Enabled\n[ 0.582287] pnp: PnP ACPI init\n[ 0.583631] pnp: PnP ACPI: found 5 devices\n[ 0.590758] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.593339] NET: Registered protocol family 2\n[ 0.594920] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.596856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.598654] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.600495] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.602135] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.603924] NET: Registered protocol family 1\n[ 0.605238] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.606890] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.608499] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.624705] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.641067] Unpacking initramfs...\n[ 1.128790] Freeing initrd memory: 37084K\n[ 1.130378] Scanning for low memory corruption every 60 seconds\n[ 1.132412] audit: initializing netlink subsys (disabled)\n[ 1.134039] audit: type=2000 audit(1535377322.774:1): initialized\n[ 1.136135] Initialise system trusted keyring\n[ 1.137570] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.139342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.142229] zbud: loaded\n[ 1.143389] VFS: Disk quotas dquot_6.6.0\n[ 1.144632] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.146767] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.148680] fuse init (API version 7.23)\n[ 1.150027] Key type big_key registered\n[ 1.151246] Allocating IMA MOK and blacklist keyrings.\n[ 1.153155] Key type asymmetric registered\n[ 1.154403] Asymmetric key parser 'x509' registered\n[ 1.155856] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.158156] io scheduler noop registered\n[ 1.159360] io scheduler deadline registered (default)\n[ 1.160870] io scheduler cfq registered\n[ 1.162125] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.163746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.165667] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.167945] ACPI: Power Button [PWRF]\n[ 1.169232] GHES: HEST is not enabled!\n[ 1.184764] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.216892] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.219926] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.243825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.247041] Linux agpgart interface v0.103\n[ 1.249974] loop: module loaded\n[ 1.253263] vda: vda1\n[ 1.254905] scsi host0: ata_piix\n[ 1.256065] scsi host1: ata_piix\n[ 1.257181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.259081] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.261556] libphy: Fixed MDIO Bus: probed\n[ 1.262802] tun: Universal TUN/TAP device driver, 1.6\n[ 1.264312] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.267197] PPP generic driver version 2.4.2\n[ 1.268584] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.270435] ehci-pci: EHCI PCI platform driver\n[ 1.271794] ehci-platform: EHCI generic platform driver\n[ 1.273337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.275095] ohci-pci: OHCI PCI platform driver\n[ 1.276413] ohci-platform: OHCI generic platform driver\n[ 1.277964] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.294115] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.295657] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.297910] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.299422] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.301138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.302979] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.305140] usb usb1: Product: UHCI Host Controller\n[ 1.306574] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.308323] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.309765] hub 1-0:1.0: USB hub found\n[ 1.310937] hub 1-0:1.0: 2 ports detected\n[ 1.312313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.315483] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.316945] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.318514] mousedev: PS/2 mouse device common for all mice\n[ 1.320472] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.323270] rtc_cmos 00:00: RTC can wake from S4\n[ 1.324956] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.326750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.328619] i2c /dev entries driver\n[ 1.329796] device-mapper: uevent: version 1.0.3\n[ 1.331219] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.333680] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.335694] NET: Registered protocol family 10\n[ 1.337264] NET: Registered protocol family 17\n[ 1.338634] Key type dns_resolver registered\n[ 1.340177] registered taskstats version 1\n[ 1.341446] Loading compiled-in X.509 certificates\n[ 1.343388] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.346188] zswap: loaded using pool lzo/zbud\n[ 1.349004] Key type trusted registered\n[ 1.352266] Key type encrypted registered\n[ 1.353512] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.355084] ima: No TPM chip found, activating TPM-bypass!\n[ 1.356667] evm: HMAC attrs: 0x1\n[ 1.358028] Magic number: 14:105:737\n[ 1.359384] rtc_cmos 00:00: setting system clock to 2018-08-27 13:42:02 UTC (1535377322)\n[ 1.361834] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.363527] EDD information not available.\n[ 1.416806] Freeing unused kernel memory: 1512K\n[ 1.418152] Write protecting the kernel read-only data: 14336k\n[ 1.435411] Freeing unused kernel memory: 1692K\n[ 1.436969] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.448902] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.452036] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.454879] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.457681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.460394] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.463175] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.472007] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.474840] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.479635] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.482337] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.542903] [drm] Initialized drm 1.1.0 20060810\n[ 1.545403] virtio_net virtio0 ens3: renamed from eth0\n[ 1.554563] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.557335] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.575594] FDC 0 is a S82078B\n[ 1.592673] AVX2 version of gcm_enc/dec engaged.\n[ 1.594071] AES CTR mode by8 optimization enabled\n[ 1.623205] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.787995] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.789866] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.791796] usb 1-1: Product: QEMU USB Tablet\n[ 1.793090] usb 1-1: Manufacturer: QEMU\n[ 1.794307] usb 1-1: SerialNumber: 42\n[ 1.802502] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.809511] usbcore: registered new interface driver usbhid\n[ 1.811222] usbhid: USB HID core driver\n[ 1.814420] 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.817881] 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.127232] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.127234] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\nBegin: Loading essential drivers ... [ 2.188700] md: linear personality registered for level -1\n[ 2.192577] md: multipath personality registered for level -4\n[ 2.196524] md: raid0 personality registered for level 0\n[ 2.200904] md: raid1 personality registered for level 1\n[ 2.271198] raid6: sse2x1 gen() 11367 MB/s\n[ 2.339186] raid6: sse2x1 xor() 8980 MB/s\n[ 2.407200] raid6: sse2x2 gen() 14777 MB/s\n[ 2.475188] raid6: sse2x2 xor() 9908 MB/s\n[ 2.543186] raid6: sse2x4 gen() 17079 MB/s\n[ 2.611185] raid6: sse2x4 xor() 11870 MB/s\n[ 2.679186] raid6: avx2x1 gen() 22626 MB/s\n[ 2.751185] raid6: avx2x2 gen() 26233 MB/s\n[ 2.819184] raid6: avx2x4 gen() 30440 MB/s\n[ 2.820471] raid6: using algorithm avx2x4 gen() 30440 MB/s\n[ 2.822072] raid6: using avx2x2 recovery algorithm\n[ 2.826946] xor: automatically using best checksumming function:\n[ 2.867185] avx : 32530.000 MB/sec\n[ 2.869982] async_tx: api initialized (async)\n[ 2.882288] md: raid6 personality registered for level 6\n[ 2.883848] md: raid5 personality registered for level 5\n[ 2.885397] md: raid4 personality registered for level 4\n[ 2.892370] 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.926906] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.947281] 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.051231] 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.056062] systemd[1]: Detected virtualization kvm.\n[ 3.057498] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.061588] systemd[1]: Set hostname to .\n[ 3.064559] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.066219] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.185620] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.188773] 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.192938] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.196239] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.198836] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.202444] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.205749] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.208768] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.211589] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.214691] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.217701] 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.\n[ 3.222371] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.225628] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.228871] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.233076] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.240591] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.244955] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.248898] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.254041] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.256900] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.267636] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.276412] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.283462] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.290601] 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.301028] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] [ 3.306099] Loading iSCSI transport class v2.0-870.\nListening on udev Kernel Socket.\n[ 3.308167] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.313614] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.319241] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.326585] iscsi: registered transport (tcp)\n[ 3.327904] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.331446] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.339442] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.348454] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.351545] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.359375] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.362132] 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 Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.[ 3.386013] iscsi: registered transport (iser)\n\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\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 Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\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 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 LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\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] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 4.260063] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.742124] cloud-init[474]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 13:42:05 +0000. Up 4.55 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n"} 2018-08-27 13:42:07,623 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857/action used request id req-5b00af85-0473-4a1f-8f00-43952bc3b0b3 2018-08-27 13:42:07,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.103397846222s 2018-08-27 13:42:07,625 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857/action used request id req-5b00af85-0473-4a1f-8f00-43952bc3b0b3 2018-08-27 13:42:07,625 - 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 756123564 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.236543] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.239708] pid_max: default: 32768 minimum: 301 [ 0.241396] ACPI: Core revision 20150930 [ 0.243467] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.245912] Security Framework initialized [ 0.247515] Yama: becoming mindful. [ 0.248879] AppArmor: AppArmor initialized [ 0.250450] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.252950] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.255392] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.257767] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.260415] Initializing cgroup subsys io [ 0.261936] Initializing cgroup subsys memory [ 0.263593] Initializing cgroup subsys devices [ 0.265264] Initializing cgroup subsys freezer [ 0.266944] Initializing cgroup subsys net_cls [ 0.268629] Initializing cgroup subsys perf_event [ 0.270401] Initializing cgroup subsys net_prio [ 0.272125] Initializing cgroup subsys hugetlb [ 0.273814] Initializing cgroup subsys pids [ 0.275470] CPU: Physical Processor ID: 0 [ 0.277737] mce: CPU supports 10 MCE banks [ 0.279376] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.281297] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.283396] Spectre V2 : Mitigation: Full generic retpoline [ 0.285434] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.288048] Speculative Store Bypass: Vulnerable [ 0.310392] Freeing SMP alternatives memory: 32K [ 0.316701] ftrace: allocating 32237 entries in 126 pages [ 0.351965] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.356768] smpboot: Max logical packages: 1 [ 0.358717] x2apic enabled [ 0.360177] Switched APIC routing to physical x2apic. [ 0.363313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.365509] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.369369] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.372847] KVM setup paravirtual spinlock [ 0.375843] x86: Booted up 1 node, 1 CPUs [ 0.377383] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.380228] devtmpfs: initialized [ 0.382708] evm: security.selinux [ 0.384049] evm: security.SMACK64 [ 0.385367] evm: security.SMACK64EXEC [ 0.386786] evm: security.SMACK64TRANSMUTE [ 0.388349] evm: security.SMACK64MMAP [ 0.389769] evm: security.ima [ 0.390985] evm: security.capability [ 0.392527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.395328] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.397189] pinctrl core: initialized pinctrl subsystem [ 0.398979] RTC time: 13:42:01, date: 08/27/18 [ 0.400527] NET: Registered protocol family 16 [ 0.402082] cpuidle: using governor ladder [ 0.403358] cpuidle: using governor menu [ 0.404576] PCCT header not found. [ 0.405758] ACPI: bus type PCI registered [ 0.407016] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.408980] PCI: Using configuration type 1 for base access [ 0.411616] ACPI: Added _OSI(Module Device) [ 0.412908] ACPI: Added _OSI(Processor Device) [ 0.414237] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.415631] ACPI: Added _OSI(Processor Aggregator Device) [ 0.418401] ACPI: Interpreter enabled [ 0.419596] ACPI: (supports S0 S5) [ 0.420701] ACPI: Using IOAPIC for interrupt routing [ 0.422174] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.426532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.428305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.430215] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.432089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.435511] acpiphp: Slot [3] registered [ 0.436756] acpiphp: Slot [4] registered [ 0.438000] acpiphp: Slot [5] registered [ 0.439234] acpiphp: Slot [6] registered [ 0.454756] acpiphp: Slot [7] registered [ 0.455999] acpiphp: Slot [8] registered [ 0.457234] acpiphp: Slot [9] registered [ 0.458464] acpiphp: Slot [10] registered [ 0.459715] acpiphp: Slot [11] registered [ 0.460972] acpiphp: Slot [12] registered [ 0.462226] acpiphp: Slot [13] registered [ 0.463474] acpiphp: Slot [14] registered [ 0.464724] acpiphp: Slot [15] registered [ 0.465984] acpiphp: Slot [16] registered [ 0.467238] acpiphp: Slot [17] registered [ 0.468526] acpiphp: Slot [18] registered [ 0.469782] acpiphp: Slot [19] registered [ 0.471036] acpiphp: Slot [20] registered [ 0.472286] acpiphp: Slot [21] registered [ 0.473542] acpiphp: Slot [22] registered [ 0.474800] acpiphp: Slot [23] registered [ 0.476062] acpiphp: Slot [24] registered [ 0.477323] acpiphp: Slot [25] registered [ 0.478583] acpiphp: Slot [26] registered [ 0.479827] acpiphp: Slot [27] registered [ 0.481046] acpiphp: Slot [28] registered [ 0.482259] acpiphp: Slot [29] registered [ 0.483476] acpiphp: Slot [30] registered [ 0.484697] acpiphp: Slot [31] registered [ 0.485914] PCI host bridge to bus 0000:00 [ 0.487135] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.489017] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.490867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.493064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.495255] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.497486] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.502097] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.504021] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.505796] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.507711] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.511995] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.514161] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.535674] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.537848] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.539994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.542224] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.544339] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.546184] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.548162] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.549790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.552173] vgaarb: loaded [ 0.553129] vgaarb: bridge control possible 0000:00:02.0 [ 0.554985] SCSI subsystem initialized [ 0.556370] ACPI: bus type USB registered [ 0.557621] usbcore: registered new interface driver usbfs [ 0.559187] usbcore: registered new interface driver hub [ 0.560775] usbcore: registered new device driver usb [ 0.562438] PCI: Using ACPI for IRQ routing [ 0.564109] NetLabel: Initializing [ 0.565192] NetLabel: domain hash size = 128 [ 0.566481] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.567937] NetLabel: unlabeled traffic allowed by default [ 0.569681] amd_nb: Cannot enumerate AMD northbridges [ 0.571188] clocksource: Switched to clocksource kvm-clock [ 0.580844] AppArmor: AppArmor Filesystem Enabled [ 0.582287] pnp: PnP ACPI init [ 0.583631] pnp: PnP ACPI: found 5 devices [ 0.590758] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.593339] NET: Registered protocol family 2 [ 0.594920] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.596856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.598654] TCP: Hash tables configured (established 4096 bind 4096) [ 0.600495] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.602135] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.603924] NET: Registered protocol family 1 [ 0.605238] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.606890] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.608499] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.624705] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.641067] Unpacking initramfs... [ 1.128790] Freeing initrd memory: 37084K [ 1.130378] Scanning for low memory corruption every 60 seconds [ 1.132412] audit: initializing netlink subsys (disabled) [ 1.134039] audit: type=2000 audit(1535377322.774:1): initialized [ 1.136135] Initialise system trusted keyring [ 1.137570] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.139342] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.142229] zbud: loaded [ 1.143389] VFS: Disk quotas dquot_6.6.0 [ 1.144632] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.146767] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.148680] fuse init (API version 7.23) [ 1.150027] Key type big_key registered [ 1.151246] Allocating IMA MOK and blacklist keyrings. [ 1.153155] Key type asymmetric registered [ 1.154403] Asymmetric key parser 'x509' registered [ 1.155856] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.158156] io scheduler noop registered [ 1.159360] io scheduler deadline registered (default) [ 1.160870] io scheduler cfq registered [ 1.162125] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.163746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.165667] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.167945] ACPI: Power Button [PWRF] [ 1.169232] GHES: HEST is not enabled! [ 1.184764] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.216892] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.219926] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.243825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.247041] Linux agpgart interface v0.103 [ 1.249974] loop: module loaded [ 1.253263] vda: vda1 [ 1.254905] scsi host0: ata_piix [ 1.256065] scsi host1: ata_piix [ 1.257181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.259081] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.261556] libphy: Fixed MDIO Bus: probed [ 1.262802] tun: Universal TUN/TAP device driver, 1.6 [ 1.264312] tun: (C) 1999-2004 Max Krasnyansky [ 1.267197] PPP generic driver version 2.4.2 [ 1.268584] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.270435] ehci-pci: EHCI PCI platform driver [ 1.271794] ehci-platform: EHCI generic platform driver [ 1.273337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.275095] ohci-pci: OHCI PCI platform driver [ 1.276413] ohci-platform: OHCI generic platform driver [ 1.277964] uhci_hcd: USB Universal Host Controller Interface driver [ 1.294115] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.295657] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.297910] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.299422] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.301138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.302979] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.305140] usb usb1: Product: UHCI Host Controller [ 1.306574] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.308323] usb usb1: SerialNumber: 0000:00:01.2 [ 1.309765] hub 1-0:1.0: USB hub found [ 1.310937] hub 1-0:1.0: 2 ports detected [ 1.312313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.315483] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.316945] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.318514] mousedev: PS/2 mouse device common for all mice [ 1.320472] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.323270] rtc_cmos 00:00: RTC can wake from S4 [ 1.324956] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.326750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.328619] i2c /dev entries driver [ 1.329796] device-mapper: uevent: version 1.0.3 [ 1.331219] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.333680] ledtrig-cpu: registered to indicate activity on CPUs [ 1.335694] NET: Registered protocol family 10 [ 1.337264] NET: Registered protocol family 17 [ 1.338634] Key type dns_resolver registered [ 1.340177] registered taskstats version 1 [ 1.341446] Loading compiled-in X.509 certificates [ 1.343388] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.346188] zswap: loaded using pool lzo/zbud [ 1.349004] Key type trusted registered [ 1.352266] Key type encrypted registered [ 1.353512] AppArmor: AppArmor sha1 policy hashing enabled [ 1.355084] ima: No TPM chip found, activating TPM-bypass! [ 1.356667] evm: HMAC attrs: 0x1 [ 1.358028] Magic number: 14:105:737 [ 1.359384] rtc_cmos 00:00: setting system clock to 2018-08-27 13:42:02 UTC (1535377322) [ 1.361834] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.363527] EDD information not available. [ 1.416806] Freeing unused kernel memory: 1512K [ 1.418152] Write protecting the kernel read-only data: 14336k [ 1.435411] Freeing unused kernel memory: 1692K [ 1.436969] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.448902] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.452036] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.454879] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.457681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.460394] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.463175] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.472007] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.474840] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.479635] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.482337] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.542903] [drm] Initialized drm 1.1.0 20060810 [ 1.545403] virtio_net virtio0 ens3: renamed from eth0 [ 1.554563] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.557335] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.575594] FDC 0 is a S82078B [ 1.592673] AVX2 version of gcm_enc/dec engaged. [ 1.594071] AES CTR mode by8 optimization enabled [ 1.623205] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.787995] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.789866] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.791796] usb 1-1: Product: QEMU USB Tablet [ 1.793090] usb 1-1: Manufacturer: QEMU [ 1.794307] usb 1-1: SerialNumber: 42 [ 1.802502] hidraw: raw HID events driver (C) Jiri Kosina [ 1.809511] usbcore: registered new interface driver usbhid [ 1.811222] usbhid: USB HID core driver [ 1.814420] 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.817881] 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.127232] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.127234] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns Begin: Loading essential drivers ... [ 2.188700] md: linear personality registered for level -1 [ 2.192577] md: multipath personality registered for level -4 [ 2.196524] md: raid0 personality registered for level 0 [ 2.200904] md: raid1 personality registered for level 1 [ 2.271198] raid6: sse2x1 gen() 11367 MB/s [ 2.339186] raid6: sse2x1 xor() 8980 MB/s [ 2.407200] raid6: sse2x2 gen() 14777 MB/s [ 2.475188] raid6: sse2x2 xor() 9908 MB/s [ 2.543186] raid6: sse2x4 gen() 17079 MB/s [ 2.611185] raid6: sse2x4 xor() 11870 MB/s [ 2.679186] raid6: avx2x1 gen() 22626 MB/s [ 2.751185] raid6: avx2x2 gen() 26233 MB/s [ 2.819184] raid6: avx2x4 gen() 30440 MB/s [ 2.820471] raid6: using algorithm avx2x4 gen() 30440 MB/s [ 2.822072] raid6: using avx2x2 recovery algorithm [ 2.826946] xor: automatically using best checksumming function: [ 2.867185] avx : 32530.000 MB/sec [ 2.869982] async_tx: api initialized (async) [ 2.882288] md: raid6 personality registered for level 6 [ 2.883848] md: raid5 personality registered for level 5 [ 2.885397] md: raid4 personality registered for level 4 [ 2.892370] 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.926906] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.947281] 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.051231] 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.056062] systemd[1]: Detected virtualization kvm. [ 3.057498] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.061588] systemd[1]: Set hostname to . [ 3.064559] systemd[1]: Initializing machine ID from KVM UUID. [ 3.066219] systemd[1]: Installed transient /etc/machine-id file. [ 3.185620] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.188773] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.192938] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.196239] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.198836] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.202444] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.205749] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.208768] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.211589] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.214691] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.217701] 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.222371] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.225628] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.228871] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.233076] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.240591] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.244955] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.248898] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.254041] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.256900] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.267636] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.276412] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.283462] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.290601] 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.301028] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] [ 3.306099] Loading iSCSI transport class v2.0-870. Listening on udev Kernel Socket. [ 3.308167] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.313614] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.319241] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.326585] iscsi: registered transport (tcp) [ 3.327904] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.331446] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.339442] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.348454] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.351545] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.359375] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.362132] 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 Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager.[ 3.386013] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Mounting FUSE Control File System... Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Load/Save Random Seed... Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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 LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[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] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 4.260063] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.742124] cloud-init[474]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 13:42:05 +0000. Up 4.55 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). 2018-08-27 13:42:08,627 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.212: timed out 2018-08-27 13:42:17,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 13:42:17,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857/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}0ba415a55bcb62d63c499104f918f7c98fc7c796" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 13:42:17,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:42: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-f96b52e7-ff12-4892-89df-a7cb9562c6d1 x-compute-request-id: req-f96b52e7-ff12-4892-89df-a7cb9562c6d1 Content-Encoding: gzip Content-Length: 14226 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 756123564 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.236543] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.239708] pid_max: default: 32768 minimum: 301\n[ 0.241396] ACPI: Core revision 20150930\n[ 0.243467] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.245912] Security Framework initialized\n[ 0.247515] Yama: becoming mindful.\n[ 0.248879] AppArmor: AppArmor initialized\n[ 0.250450] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.252950] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.255392] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.257767] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.260415] Initializing cgroup subsys io\n[ 0.261936] Initializing cgroup subsys memory\n[ 0.263593] Initializing cgroup subsys devices\n[ 0.265264] Initializing cgroup subsys freezer\n[ 0.266944] Initializing cgroup subsys net_cls\n[ 0.268629] Initializing cgroup subsys perf_event\n[ 0.270401] Initializing cgroup subsys net_prio\n[ 0.272125] Initializing cgroup subsys hugetlb\n[ 0.273814] Initializing cgroup subsys pids\n[ 0.275470] CPU: Physical Processor ID: 0\n[ 0.277737] mce: CPU supports 10 MCE banks\n[ 0.279376] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.281297] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.283396] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.285434] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.288048] Speculative Store Bypass: Vulnerable\n[ 0.310392] Freeing SMP alternatives memory: 32K\n[ 0.316701] ftrace: allocating 32237 entries in 126 pages\n[ 0.351965] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.356768] smpboot: Max logical packages: 1\n[ 0.358717] x2apic enabled\n[ 0.360177] Switched APIC routing to physical x2apic.\n[ 0.363313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.365509] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.369369] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.372847] KVM setup paravirtual spinlock\n[ 0.375843] x86: Booted up 1 node, 1 CPUs\n[ 0.377383] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.380228] devtmpfs: initialized\n[ 0.382708] evm: security.selinux\n[ 0.384049] evm: security.SMACK64\n[ 0.385367] evm: security.SMACK64EXEC\n[ 0.386786] evm: security.SMACK64TRANSMUTE\n[ 0.388349] evm: security.SMACK64MMAP\n[ 0.389769] evm: security.ima\n[ 0.390985] evm: security.capability\n[ 0.392527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.395328] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.397189] pinctrl core: initialized pinctrl subsystem\n[ 0.398979] RTC time: 13:42:01, date: 08/27/18\n[ 0.400527] NET: Registered protocol family 16\n[ 0.402082] cpuidle: using governor ladder\n[ 0.403358] cpuidle: using governor menu\n[ 0.404576] PCCT header not found.\n[ 0.405758] ACPI: bus type PCI registered\n[ 0.407016] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.408980] PCI: Using configuration type 1 for base access\n[ 0.411616] ACPI: Added _OSI(Module Device)\n[ 0.412908] ACPI: Added _OSI(Processor Device)\n[ 0.414237] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.415631] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.418401] ACPI: Interpreter enabled\n[ 0.419596] ACPI: (supports S0 S5)\n[ 0.420701] ACPI: Using IOAPIC for interrupt routing\n[ 0.422174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.426532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.428305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.430215] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.432089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.435511] acpiphp: Slot [3] registered\n[ 0.436756] acpiphp: Slot [4] registered\n[ 0.438000] acpiphp: Slot [5] registered\n[ 0.439234] acpiphp: Slot [6] registered\n[ 0.454756] acpiphp: Slot [7] registered\n[ 0.455999] acpiphp: Slot [8] registered\n[ 0.457234] acpiphp: Slot [9] registered\n[ 0.458464] acpiphp: Slot [10] registered\n[ 0.459715] acpiphp: Slot [11] registered\n[ 0.460972] acpiphp: Slot [12] registered\n[ 0.462226] acpiphp: Slot [13] registered\n[ 0.463474] acpiphp: Slot [14] registered\n[ 0.464724] acpiphp: Slot [15] registered\n[ 0.465984] acpiphp: Slot [16] registered\n[ 0.467238] acpiphp: Slot [17] registered\n[ 0.468526] acpiphp: Slot [18] registered\n[ 0.469782] acpiphp: Slot [19] registered\n[ 0.471036] acpiphp: Slot [20] registered\n[ 0.472286] acpiphp: Slot [21] registered\n[ 0.473542] acpiphp: Slot [22] registered\n[ 0.474800] acpiphp: Slot [23] registered\n[ 0.476062] acpiphp: Slot [24] registered\n[ 0.477323] acpiphp: Slot [25] registered\n[ 0.478583] acpiphp: Slot [26] registered\n[ 0.479827] acpiphp: Slot [27] registered\n[ 0.481046] acpiphp: Slot [28] registered\n[ 0.482259] acpiphp: Slot [29] registered\n[ 0.483476] acpiphp: Slot [30] registered\n[ 0.484697] acpiphp: Slot [31] registered\n[ 0.485914] PCI host bridge to bus 0000:00\n[ 0.487135] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.489017] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.490867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.493064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.495255] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.497486] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.502097] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.504021] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.505796] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.507711] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.511995] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.514161] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.535674] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.537848] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.539994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.542224] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.544339] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.546184] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.548162] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.549790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.552173] vgaarb: loaded\n[ 0.553129] vgaarb: bridge control possible 0000:00:02.0\n[ 0.554985] SCSI subsystem initialized\n[ 0.556370] ACPI: bus type USB registered\n[ 0.557621] usbcore: registered new interface driver usbfs\n[ 0.559187] usbcore: registered new interface driver hub\n[ 0.560775] usbcore: registered new device driver usb\n[ 0.562438] PCI: Using ACPI for IRQ routing\n[ 0.564109] NetLabel: Initializing\n[ 0.565192] NetLabel: domain hash size = 128\n[ 0.566481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.567937] NetLabel: unlabeled traffic allowed by default\n[ 0.569681] amd_nb: Cannot enumerate AMD northbridges\n[ 0.571188] clocksource: Switched to clocksource kvm-clock\n[ 0.580844] AppArmor: AppArmor Filesystem Enabled\n[ 0.582287] pnp: PnP ACPI init\n[ 0.583631] pnp: PnP ACPI: found 5 devices\n[ 0.590758] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.593339] NET: Registered protocol family 2\n[ 0.594920] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.596856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.598654] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.600495] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.602135] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.603924] NET: Registered protocol family 1\n[ 0.605238] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.606890] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.608499] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.624705] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.641067] Unpacking initramfs...\n[ 1.128790] Freeing initrd memory: 37084K\n[ 1.130378] Scanning for low memory corruption every 60 seconds\n[ 1.132412] audit: initializing netlink subsys (disabled)\n[ 1.134039] audit: type=2000 audit(1535377322.774:1): initialized\n[ 1.136135] Initialise system trusted keyring\n[ 1.137570] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.139342] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.142229] zbud: loaded\n[ 1.143389] VFS: Disk quotas dquot_6.6.0\n[ 1.144632] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.146767] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.148680] fuse init (API version 7.23)\n[ 1.150027] Key type big_key registered\n[ 1.151246] Allocating IMA MOK and blacklist keyrings.\n[ 1.153155] Key type asymmetric registered\n[ 1.154403] Asymmetric key parser 'x509' registered\n[ 1.155856] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.158156] io scheduler noop registered\n[ 1.159360] io scheduler deadline registered (default)\n[ 1.160870] io scheduler cfq registered\n[ 1.162125] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.163746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.165667] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.167945] ACPI: Power Button [PWRF]\n[ 1.169232] GHES: HEST is not enabled!\n[ 1.184764] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.216892] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.219926] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.243825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.247041] Linux agpgart interface v0.103\n[ 1.249974] loop: module loaded\n[ 1.253263] vda: vda1\n[ 1.254905] scsi host0: ata_piix\n[ 1.256065] scsi host1: ata_piix\n[ 1.257181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.259081] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.261556] libphy: Fixed MDIO Bus: probed\n[ 1.262802] tun: Universal TUN/TAP device driver, 1.6\n[ 1.264312] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.267197] PPP generic driver version 2.4.2\n[ 1.268584] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.270435] ehci-pci: EHCI PCI platform driver\n[ 1.271794] ehci-platform: EHCI generic platform driver\n[ 1.273337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.275095] ohci-pci: OHCI PCI platform driver\n[ 1.276413] ohci-platform: OHCI generic platform driver\n[ 1.277964] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.294115] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.295657] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.297910] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.299422] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.301138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.302979] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.305140] usb usb1: Product: UHCI Host Controller\n[ 1.306574] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.308323] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.309765] hub 1-0:1.0: USB hub found\n[ 1.310937] hub 1-0:1.0: 2 ports detected\n[ 1.312313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.315483] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.316945] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.318514] mousedev: PS/2 mouse device common for all mice\n[ 1.320472] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.323270] rtc_cmos 00:00: RTC can wake from S4\n[ 1.324956] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.326750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.328619] i2c /dev entries driver\n[ 1.329796] device-mapper: uevent: version 1.0.3\n[ 1.331219] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.333680] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.335694] NET: Registered protocol family 10\n[ 1.337264] NET: Registered protocol family 17\n[ 1.338634] Key type dns_resolver registered\n[ 1.340177] registered taskstats version 1\n[ 1.341446] Loading compiled-in X.509 certificates\n[ 1.343388] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.346188] zswap: loaded using pool lzo/zbud\n[ 1.349004] Key type trusted registered\n[ 1.352266] Key type encrypted registered\n[ 1.353512] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.355084] ima: No TPM chip found, activating TPM-bypass!\n[ 1.356667] evm: HMAC attrs: 0x1\n[ 1.358028] Magic number: 14:105:737\n[ 1.359384] rtc_cmos 00:00: setting system clock to 2018-08-27 13:42:02 UTC (1535377322)\n[ 1.361834] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.363527] EDD information not available.\n[ 1.416806] Freeing unused kernel memory: 1512K\n[ 1.418152] Write protecting the kernel read-only data: 14336k\n[ 1.435411] Freeing unused kernel memory: 1692K\n[ 1.436969] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.448902] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.452036] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.454879] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.457681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.460394] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.463175] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.472007] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.474840] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.479635] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.482337] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.542903] [drm] Initialized drm 1.1.0 20060810\n[ 1.545403] virtio_net virtio0 ens3: renamed from eth0\n[ 1.554563] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.557335] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.575594] FDC 0 is a S82078B\n[ 1.592673] AVX2 version of gcm_enc/dec engaged.\n[ 1.594071] AES CTR mode by8 optimization enabled\n[ 1.623205] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.787995] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.789866] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.791796] usb 1-1: Product: QEMU USB Tablet\n[ 1.793090] usb 1-1: Manufacturer: QEMU\n[ 1.794307] usb 1-1: SerialNumber: 42\n[ 1.802502] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.809511] usbcore: registered new interface driver usbhid\n[ 1.811222] usbhid: USB HID core driver\n[ 1.814420] 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.817881] 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.127232] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.127234] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\nBegin: Loading essential drivers ... [ 2.188700] md: linear personality registered for level -1\n[ 2.192577] md: multipath personality registered for level -4\n[ 2.196524] md: raid0 personality registered for level 0\n[ 2.200904] md: raid1 personality registered for level 1\n[ 2.271198] raid6: sse2x1 gen() 11367 MB/s\n[ 2.339186] raid6: sse2x1 xor() 8980 MB/s\n[ 2.407200] raid6: sse2x2 gen() 14777 MB/s\n[ 2.475188] raid6: sse2x2 xor() 9908 MB/s\n[ 2.543186] raid6: sse2x4 gen() 17079 MB/s\n[ 2.611185] raid6: sse2x4 xor() 11870 MB/s\n[ 2.679186] raid6: avx2x1 gen() 22626 MB/s\n[ 2.751185] raid6: avx2x2 gen() 26233 MB/s\n[ 2.819184] raid6: avx2x4 gen() 30440 MB/s\n[ 2.820471] raid6: using algorithm avx2x4 gen() 30440 MB/s\n[ 2.822072] raid6: using avx2x2 recovery algorithm\n[ 2.826946] xor: automatically using best checksumming function:\n[ 2.867185] avx : 32530.000 MB/sec\n[ 2.869982] async_tx: api initialized (async)\n[ 2.882288] md: raid6 personality registered for level 6\n[ 2.883848] md: raid5 personality registered for level 5\n[ 2.885397] md: raid4 personality registered for level 4\n[ 2.892370] 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.926906] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.947281] 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.051231] 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.056062] systemd[1]: Detected virtualization kvm.\n[ 3.057498] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.061588] systemd[1]: Set hostname to .\n[ 3.064559] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.066219] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.185620] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.188773] 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.192938] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.196239] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.198836] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.202444] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.205749] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.208768] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.211589] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.214691] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.217701] 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.\n[ 3.222371] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.225628] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.228871] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.233076] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.240591] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.244955] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.248898] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.254041] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.256900] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.267636] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.276412] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.283462] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.290601] 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.301028] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] [ 3.306099] Loading iSCSI transport class v2.0-870.\nListening on udev Kernel Socket.\n[ 3.308167] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.313614] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.319241] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.326585] iscsi: registered transport (tcp)\n[ 3.327904] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.331446] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.339442] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.348454] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.351545] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.359375] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.362132] 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 Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.[ 3.386013] iscsi: registered transport (iser)\n\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\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 Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\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 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 LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\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] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 4.260063] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.742124] cloud-init[474]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 13:42:05 +0000. Up 4.55 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\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[ 10.107921] cloud-init[935]: Cloud-init v. 18.2 running 'init' at Mon, 27 Aug 2018 13:42:07 +0000. Up 6.27 seconds.\n[ 10.111049] cloud-init[935]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 10.118937] cloud-init[935]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 10.124383] cloud-init[935]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 10.131662] cloud-init[935]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 10.139444] cloud-init[935]: ci-info: | ens3 | True | 192.168.120.6 | 255.255.255.0 | . | fa:16:3e:0f:23:6d |\n[ 10.144128] cloud-init[935]: ci-info: | ens3 | True | fe80::f816:3eff:fe0f:236d/64 | . | link | fa:16:3e:0f:23:6d |\n[ 10.152138] cloud-init[935]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 10.156148] cloud-init[935]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 10.164122] cloud-init[935]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 10.172146] cloud-init[935]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 10.175042] cloud-init[935]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 10.180374] cloud-init[935]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 10.188147] cloud-init[935]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 10.191575] cloud-init[935]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 10.195195] cloud-init[935]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | ens3 | UGH |\n[ 10.198565] cloud-init[935]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 10.202254] cloud-init[935]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 10.207336] cloud-init[935]: 2018-08-27 13:42:11,531 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 10.620907] cloud-init[935]: Generating public/private rsa key pair.\n[ 10.622952] cloud-init[935]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 10.628382] cloud-init[935]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 10.632126] cloud-init[935]: The key fingerprint is:\n[ 10.636122] cloud-init[935]: SHA256:ycppNtztiHcDGE/QTATcwGk9ospB3cU+mwjKFF38n60 root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d\n[ 10.644137] cloud-init[935]: The key's randomart image is:\n[ 10.645915] cloud-init[935]: +---[RSA 2048]----+\n[ 10.647414] cloud-init[935]: | o *+&+ |\n[ 10.652799] cloud-init[935]: | o o X B |\n[ 10.654103] cloud-init[935]: | . . o = . |\n[ 10.655401] cloud-init[935]: | o o ..=. |\n[ 10.660813] cloud-init[935]: | + + . *S= o |\n[ 10.662132] cloud-init[935]: | = oo+=.o . |\n[ 10.663433] cloud-init[935]: | O .... |\n[ 10.668837] cloud-init[935]: | o o.oE |\n[ 10.670149] cloud-init[935]: | ...... |\n[ 10.671456] cloud-init[935]: +----[SHA256]-----+\n[ 10.676819] cloud-init[935]: Generating public/private dsa key pair.\n[ 10.678353] cloud-init[935]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 10.683227] cloud-init[935]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 10.685238] cloud-init[935]: The key fingerprint is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 10.690176] cloud-init[935]: SHA256:v2WEFQ3bHrbTOAHfrct6mlOBbsg+B92FZPPUi5Y3SKA root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.\n \n[ 10.696996] cloud-init[935]: The key's randomart image is:\n[ 10.698068] cloud-init[935]: +---[DSA 1024]----+\n[ 10.699041] cloud-init[935]: | .=o .|\nStarting Socket activation for snappy daemon.\n[ 10.701386] cloud-init[935]: | . B=.+|[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n\n[ 10.707746] cloud-init[935]: | E ++X=+|\n[ 10.710385] [[0;32m OK [0m] Started ACPI Events Check.\ncloud-init[935]: | o.Bo@o|\n[ 10.712801] cloud-init[935]: | S..+o.Ooo|\n[ 10.713786] cloud-init[935]: | .+.+.o+ |\n[ 10.714779] cloud-init[935]: | ..oo.o |\n[ 10.715766] [[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.cloud-init[935]: | o+oo. |\n[ 10.721194] cloud-init[935]: | .o++ |\n[ 10.722183] \n[[0;32m OK [0m] Reached target Timers.\ncloud-init[935]: +----[SHA256]-----+\n Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 10.728178] cloud-init[935]: Generating public/private ecdsa key pair.\n[ 10.729715] cloud-init[935]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 10.733812] cloud-init[935]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 10.736925] cloud-init[935]: The key fingerprint is:[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m\n[ 10.741272] cloud-init[935]: SHA256:eAoxuZ3fSgeWJrAx4vOHpOU6zjpIz6wADWjhDW6gLjQ root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d\n[ 10.743229] cloud-init[935]: The key's randomart image is:] Reached target Basic System.\n Starting LXD - container startup/shutdown...\n Starting LSB: Record successful boot for GRUB...\n \n[ 10.748836] cloud-init[935]: +---[ECDSA 256]---+\n[ 10.749827] cloud-init[935]: |.o |\n[ 10.750826] cloud-init[935]: |* + . |\n[ 10.751831] Starting /etc/rc.local Compatibility...\n Starting Accounts Service...\n[[0;32m OK [0m] Started D-Bus System Message Bus.cloud-init[935]: |+E..B |\n\n[ 10.769928] cloud-init[935]: |=+.. X o . |\n[ 10.771823] cloud-init[935]: |o.+ * = S |\n[ 10.774889] cloud-init[935]: |o. B o B o |\n[ 10.777890] cloud-init[935]: |+ = + o o o |\n[ 10.780633] cloud-init[935]: |+..= . . o |\n[ 10.783423] cloud-init[935]: |.==. . |\n[ 10.786850] cloud-init[935]: +----[SHA256]-----+\n[ 10.791209] cloud-init[935]: Generating public/private ed25519 key pair.\n Starting Pollinate to seed the pseudo random number generator...\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started iperf Service.\n[[0;32m OK [0m[ 10.798331] cloud-init[935]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 10.807098] cloud-init[935]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.] Started Unattended Upgrades Shutdown.\n\n Starting Snappy daemon...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Login Service...\n[[0;32m OK [0m] Started iperf3 Service.\n Starting System Logging Service...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 10.906475] cloud-init[935]: The key fingerprint is:\n[[0;32m OK [0m] Started System Logging Service.\n[ 10.940238] cloud-init[935]: SHA256:PQteYnY2R0CFPUoIvyoIRXS1D+eb6SS/67vccdgOxeo root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 10.968120] cloud-init[935]: The key's randomart image is:\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 10.989081] cloud-init[935]: +--[ED25519 256]--+\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 11.026019] cloud-init[[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[935]: | .o ..o. oo+. |\n Starting LSB: automatic crash report generation...\n[ 11.049612] cloud-init[935]: | . . o. o.o |\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting Permit User Sessions...\n Starting LSB: network benchmark...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[ 11.094753] cloud-init[935]: | . o o. ... |\n[ 11.106506] Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\ncloud-init[935]: | . = o.o |\n[[0;32m OK [0m] Started LSB: network benchmark.[ 11.125192] cloud-init[935]: \n|. S B + |[[0;32m OK [0m] Started Hold until boot process finishes up.\n\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.[ 11.135936] cloud-init[935]: | . . = X X |\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 11.176394] cloud-init[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[935]: | . . o * * o |\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 11.196243] cloud-init[935]: | . * o = |\n[ 11.201612] cloud-init[935]: | .X=E . |\n[ 11.206557] cloud-init[935]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 11.635439] cloud-init[1083]: Generating locales (this might take a while)...\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[ 12.366200] cloud-init[1083]: en_US.UTF-8... done\n[ 12.368098] cloud-init[1083]: Generation complete.\n[ 12.927201] cloud-init[1083]: Cloud-init v. 18.2 running 'modules:config' at Mon, 27 Aug 2018 13:42:12 +0000. Up 11.50 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n[[0;32m OK [0m] Started Wait until snapd is fully seeded.\n[[0;32m OK [0m] Reached target Multi-User System.\n Starting Execute cloud user/final scripts...\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\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 | a3:fe:f5:72:08:38:56:fb:a7:29:3e:37:e6:58:dc:23 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\n<14>Aug 27 13:42:15 ec2: \n<14>Aug 27 13:42:15 ec2: #############################################################\n<14>Aug 27 13:42:15 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Aug 27 13:42:15 ec2: 1024 SHA256:v2WEFQ3bHrbTOAHfrct6mlOBbsg+B92FZPPUi5Y3SKA root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d (DSA)\n<14>Aug 27 13:42:15 ec2: 256 SHA256:eAoxuZ3fSgeWJrAx4vOHpOU6zjpIz6wADWjhDW6gLjQ root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d (ECDSA)\n<14>Aug 27 13:42:15 ec2: 256 SHA256:PQteYnY2R0CFPUoIvyoIRXS1D+eb6SS/67vccdgOxeo root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d (ED25519)\n<14>Aug 27 13:42:15 ec2: 2048 SHA256:ycppNtztiHcDGE/QTATcwGk9ospB3cU+mwjKFF38n60 root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d (RSA)\n<14>Aug 27 13:42:15 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Aug 27 13:42:15 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ7Ut0nZxZQWb9hxbBF7VPe3IoVFV9tlE3yGcNpibJuqsJaOuPSrG+AE2hWH+zhXHghnMEXhTi5DM92YM1Xs+IY= root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPlUW03ikDCS7LTjpPt9HaKUGXAQw9ZnC/Oj3qdWSpG+ root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1Ka1LgbQfbDB+JnxXSGVyecp0NJWTelD0lrxIBUOBu3DvgKPyXCdk8iLU4pRFfk08JyDHDW76Aeai7fuxmPaYMOsI6kZkaFipi+4ObYshbJkTchSHjBfVNyEMbriTcxleAIw0L2xKqcNtgn2N5x26E3DV2PsxfcqWs6PV3lJkcx3BeipGDfDS2CoX7hC4XNHCILZiswLtqCsOweTO6symaogDNUnU2X/zP2QruNg9COeI6mLN5P0CF5ZoeMZfWvIESClZgINWo2vyNDdeKJvcw7OhjhY38JybramP7ym6rBk8yupipjvx5CjCvYql+Cfjo0lQnOpfAWGIZ3uQgrw1 root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d\n-----END SSH HOST KEY KEYS-----\n[ 13.675830] cloud-init[1308]: Cloud-init v. 18.2 running 'modules:final' at Mon, 27 Aug 2018 13:42:14 +0000. Up 13.53 seconds.\n[ 13.678106] cloud-init[1308]: Cloud-init v. 18.2 finished at Mon, 27 Aug 2018 13:42:15 +0000. Datasource DataSourceEc2. Up 13.67 seconds\n[[0;32m OK [0m] Started Execute cloud user/final scripts.\n[[0;32m OK [0m] Reached target Cloud-init target.\n\nUbuntu 16.04.4 LTS shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d ttyS0\n\nshaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d login: "} 2018-08-27 13:42:17,750 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857/action used request id req-f96b52e7-ff12-4892-89df-a7cb9562c6d1 2018-08-27 13:42:17,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.113200187683s 2018-08-27 13:42:17,752 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857/action used request id req-f96b52e7-ff12-4892-89df-a7cb9562c6d1 2018-08-27 13:42:17,752 - 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 756123564 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.236543] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.239708] pid_max: default: 32768 minimum: 301 [ 0.241396] ACPI: Core revision 20150930 [ 0.243467] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.245912] Security Framework initialized [ 0.247515] Yama: becoming mindful. [ 0.248879] AppArmor: AppArmor initialized [ 0.250450] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.252950] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.255392] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.257767] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.260415] Initializing cgroup subsys io [ 0.261936] Initializing cgroup subsys memory [ 0.263593] Initializing cgroup subsys devices [ 0.265264] Initializing cgroup subsys freezer [ 0.266944] Initializing cgroup subsys net_cls [ 0.268629] Initializing cgroup subsys perf_event [ 0.270401] Initializing cgroup subsys net_prio [ 0.272125] Initializing cgroup subsys hugetlb [ 0.273814] Initializing cgroup subsys pids [ 0.275470] CPU: Physical Processor ID: 0 [ 0.277737] mce: CPU supports 10 MCE banks [ 0.279376] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.281297] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.283396] Spectre V2 : Mitigation: Full generic retpoline [ 0.285434] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.288048] Speculative Store Bypass: Vulnerable [ 0.310392] Freeing SMP alternatives memory: 32K [ 0.316701] ftrace: allocating 32237 entries in 126 pages [ 0.351965] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.356768] smpboot: Max logical packages: 1 [ 0.358717] x2apic enabled [ 0.360177] Switched APIC routing to physical x2apic. [ 0.363313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.365509] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.369369] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.372847] KVM setup paravirtual spinlock [ 0.375843] x86: Booted up 1 node, 1 CPUs [ 0.377383] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.380228] devtmpfs: initialized [ 0.382708] evm: security.selinux [ 0.384049] evm: security.SMACK64 [ 0.385367] evm: security.SMACK64EXEC [ 0.386786] evm: security.SMACK64TRANSMUTE [ 0.388349] evm: security.SMACK64MMAP [ 0.389769] evm: security.ima [ 0.390985] evm: security.capability [ 0.392527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.395328] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.397189] pinctrl core: initialized pinctrl subsystem [ 0.398979] RTC time: 13:42:01, date: 08/27/18 [ 0.400527] NET: Registered protocol family 16 [ 0.402082] cpuidle: using governor ladder [ 0.403358] cpuidle: using governor menu [ 0.404576] PCCT header not found. [ 0.405758] ACPI: bus type PCI registered [ 0.407016] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.408980] PCI: Using configuration type 1 for base access [ 0.411616] ACPI: Added _OSI(Module Device) [ 0.412908] ACPI: Added _OSI(Processor Device) [ 0.414237] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.415631] ACPI: Added _OSI(Processor Aggregator Device) [ 0.418401] ACPI: Interpreter enabled [ 0.419596] ACPI: (supports S0 S5) [ 0.420701] ACPI: Using IOAPIC for interrupt routing [ 0.422174] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.426532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.428305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.430215] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.432089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.435511] acpiphp: Slot [3] registered [ 0.436756] acpiphp: Slot [4] registered [ 0.438000] acpiphp: Slot [5] registered [ 0.439234] acpiphp: Slot [6] registered [ 0.454756] acpiphp: Slot [7] registered [ 0.455999] acpiphp: Slot [8] registered [ 0.457234] acpiphp: Slot [9] registered [ 0.458464] acpiphp: Slot [10] registered [ 0.459715] acpiphp: Slot [11] registered [ 0.460972] acpiphp: Slot [12] registered [ 0.462226] acpiphp: Slot [13] registered [ 0.463474] acpiphp: Slot [14] registered [ 0.464724] acpiphp: Slot [15] registered [ 0.465984] acpiphp: Slot [16] registered [ 0.467238] acpiphp: Slot [17] registered [ 0.468526] acpiphp: Slot [18] registered [ 0.469782] acpiphp: Slot [19] registered [ 0.471036] acpiphp: Slot [20] registered [ 0.472286] acpiphp: Slot [21] registered [ 0.473542] acpiphp: Slot [22] registered [ 0.474800] acpiphp: Slot [23] registered [ 0.476062] acpiphp: Slot [24] registered [ 0.477323] acpiphp: Slot [25] registered [ 0.478583] acpiphp: Slot [26] registered [ 0.479827] acpiphp: Slot [27] registered [ 0.481046] acpiphp: Slot [28] registered [ 0.482259] acpiphp: Slot [29] registered [ 0.483476] acpiphp: Slot [30] registered [ 0.484697] acpiphp: Slot [31] registered [ 0.485914] PCI host bridge to bus 0000:00 [ 0.487135] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.489017] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.490867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.493064] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.495255] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.497486] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.502097] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.504021] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.505796] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.507711] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.511995] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.514161] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.535674] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.537848] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.539994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.542224] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.544339] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.546184] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.548162] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.549790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.552173] vgaarb: loaded [ 0.553129] vgaarb: bridge control possible 0000:00:02.0 [ 0.554985] SCSI subsystem initialized [ 0.556370] ACPI: bus type USB registered [ 0.557621] usbcore: registered new interface driver usbfs [ 0.559187] usbcore: registered new interface driver hub [ 0.560775] usbcore: registered new device driver usb [ 0.562438] PCI: Using ACPI for IRQ routing [ 0.564109] NetLabel: Initializing [ 0.565192] NetLabel: domain hash size = 128 [ 0.566481] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.567937] NetLabel: unlabeled traffic allowed by default [ 0.569681] amd_nb: Cannot enumerate AMD northbridges [ 0.571188] clocksource: Switched to clocksource kvm-clock [ 0.580844] AppArmor: AppArmor Filesystem Enabled [ 0.582287] pnp: PnP ACPI init [ 0.583631] pnp: PnP ACPI: found 5 devices [ 0.590758] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.593339] NET: Registered protocol family 2 [ 0.594920] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.596856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.598654] TCP: Hash tables configured (established 4096 bind 4096) [ 0.600495] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.602135] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.603924] NET: Registered protocol family 1 [ 0.605238] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.606890] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.608499] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.624705] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.641067] Unpacking initramfs... [ 1.128790] Freeing initrd memory: 37084K [ 1.130378] Scanning for low memory corruption every 60 seconds [ 1.132412] audit: initializing netlink subsys (disabled) [ 1.134039] audit: type=2000 audit(1535377322.774:1): initialized [ 1.136135] Initialise system trusted keyring [ 1.137570] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.139342] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.142229] zbud: loaded [ 1.143389] VFS: Disk quotas dquot_6.6.0 [ 1.144632] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.146767] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.148680] fuse init (API version 7.23) [ 1.150027] Key type big_key registered [ 1.151246] Allocating IMA MOK and blacklist keyrings. [ 1.153155] Key type asymmetric registered [ 1.154403] Asymmetric key parser 'x509' registered [ 1.155856] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.158156] io scheduler noop registered [ 1.159360] io scheduler deadline registered (default) [ 1.160870] io scheduler cfq registered [ 1.162125] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.163746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.165667] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.167945] ACPI: Power Button [PWRF] [ 1.169232] GHES: HEST is not enabled! [ 1.184764] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.216892] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.219926] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.243825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.247041] Linux agpgart interface v0.103 [ 1.249974] loop: module loaded [ 1.253263] vda: vda1 [ 1.254905] scsi host0: ata_piix [ 1.256065] scsi host1: ata_piix [ 1.257181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.259081] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.261556] libphy: Fixed MDIO Bus: probed [ 1.262802] tun: Universal TUN/TAP device driver, 1.6 [ 1.264312] tun: (C) 1999-2004 Max Krasnyansky [ 1.267197] PPP generic driver version 2.4.2 [ 1.268584] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.270435] ehci-pci: EHCI PCI platform driver [ 1.271794] ehci-platform: EHCI generic platform driver [ 1.273337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.275095] ohci-pci: OHCI PCI platform driver [ 1.276413] ohci-platform: OHCI generic platform driver [ 1.277964] uhci_hcd: USB Universal Host Controller Interface driver [ 1.294115] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.295657] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.297910] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.299422] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.301138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.302979] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.305140] usb usb1: Product: UHCI Host Controller [ 1.306574] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.308323] usb usb1: SerialNumber: 0000:00:01.2 [ 1.309765] hub 1-0:1.0: USB hub found [ 1.310937] hub 1-0:1.0: 2 ports detected [ 1.312313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.315483] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.316945] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.318514] mousedev: PS/2 mouse device common for all mice [ 1.320472] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.323270] rtc_cmos 00:00: RTC can wake from S4 [ 1.324956] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.326750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.328619] i2c /dev entries driver [ 1.329796] device-mapper: uevent: version 1.0.3 [ 1.331219] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.333680] ledtrig-cpu: registered to indicate activity on CPUs [ 1.335694] NET: Registered protocol family 10 [ 1.337264] NET: Registered protocol family 17 [ 1.338634] Key type dns_resolver registered [ 1.340177] registered taskstats version 1 [ 1.341446] Loading compiled-in X.509 certificates [ 1.343388] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.346188] zswap: loaded using pool lzo/zbud [ 1.349004] Key type trusted registered [ 1.352266] Key type encrypted registered [ 1.353512] AppArmor: AppArmor sha1 policy hashing enabled [ 1.355084] ima: No TPM chip found, activating TPM-bypass! [ 1.356667] evm: HMAC attrs: 0x1 [ 1.358028] Magic number: 14:105:737 [ 1.359384] rtc_cmos 00:00: setting system clock to 2018-08-27 13:42:02 UTC (1535377322) [ 1.361834] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.363527] EDD information not available. [ 1.416806] Freeing unused kernel memory: 1512K [ 1.418152] Write protecting the kernel read-only data: 14336k [ 1.435411] Freeing unused kernel memory: 1692K [ 1.436969] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.448902] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.452036] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.454879] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.457681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.460394] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.463175] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.472007] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.474840] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.479635] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.482337] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.542903] [drm] Initialized drm 1.1.0 20060810 [ 1.545403] virtio_net virtio0 ens3: renamed from eth0 [ 1.554563] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.557335] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.575594] FDC 0 is a S82078B [ 1.592673] AVX2 version of gcm_enc/dec engaged. [ 1.594071] AES CTR mode by8 optimization enabled [ 1.623205] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.787995] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.789866] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.791796] usb 1-1: Product: QEMU USB Tablet [ 1.793090] usb 1-1: Manufacturer: QEMU [ 1.794307] usb 1-1: SerialNumber: 42 [ 1.802502] hidraw: raw HID events driver (C) Jiri Kosina [ 1.809511] usbcore: registered new interface driver usbhid [ 1.811222] usbhid: USB HID core driver [ 1.814420] 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.817881] 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.127232] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.127234] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns Begin: Loading essential drivers ... [ 2.188700] md: linear personality registered for level -1 [ 2.192577] md: multipath personality registered for level -4 [ 2.196524] md: raid0 personality registered for level 0 [ 2.200904] md: raid1 personality registered for level 1 [ 2.271198] raid6: sse2x1 gen() 11367 MB/s [ 2.339186] raid6: sse2x1 xor() 8980 MB/s [ 2.407200] raid6: sse2x2 gen() 14777 MB/s [ 2.475188] raid6: sse2x2 xor() 9908 MB/s [ 2.543186] raid6: sse2x4 gen() 17079 MB/s [ 2.611185] raid6: sse2x4 xor() 11870 MB/s [ 2.679186] raid6: avx2x1 gen() 22626 MB/s [ 2.751185] raid6: avx2x2 gen() 26233 MB/s [ 2.819184] raid6: avx2x4 gen() 30440 MB/s [ 2.820471] raid6: using algorithm avx2x4 gen() 30440 MB/s [ 2.822072] raid6: using avx2x2 recovery algorithm [ 2.826946] xor: automatically using best checksumming function: [ 2.867185] avx : 32530.000 MB/sec [ 2.869982] async_tx: api initialized (async) [ 2.882288] md: raid6 personality registered for level 6 [ 2.883848] md: raid5 personality registered for level 5 [ 2.885397] md: raid4 personality registered for level 4 [ 2.892370] 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.926906] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.947281] 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.051231] 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.056062] systemd[1]: Detected virtualization kvm. [ 3.057498] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.061588] systemd[1]: Set hostname to . [ 3.064559] systemd[1]: Initializing machine ID from KVM UUID. [ 3.066219] systemd[1]: Installed transient /etc/machine-id file. [ 3.185620] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.188773] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.192938] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.196239] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.198836] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.202444] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.205749] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.208768] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.211589] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.214691] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.217701] 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.222371] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.225628] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.228871] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.233076] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.240591] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.244955] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.248898] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.254041] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.256900] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.267636] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.276412] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.283462] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.290601] 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.301028] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] [ 3.306099] Loading iSCSI transport class v2.0-870. Listening on udev Kernel Socket. [ 3.308167] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.313614] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.319241] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.326585] iscsi: registered transport (tcp) [ 3.327904] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.331446] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.339442] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.348454] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.351545] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.359375] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.362132] 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 Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager.[ 3.386013] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Mounting FUSE Control File System... Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Load/Save Random Seed... Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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 LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[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] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 4.260063] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.742124] cloud-init[474]: Cloud-init v. 18.2 running 'init-local' at Mon, 27 Aug 2018 13:42:05 +0000. Up 4.55 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. 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)... [ 10.107921] cloud-init[935]: Cloud-init v. 18.2 running 'init' at Mon, 27 Aug 2018 13:42:07 +0000. Up 6.27 seconds. [ 10.111049] cloud-init[935]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 10.118937] cloud-init[935]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 10.124383] cloud-init[935]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 10.131662] cloud-init[935]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 10.139444] cloud-init[935]: ci-info: | ens3 | True | 192.168.120.6 | 255.255.255.0 | . | fa:16:3e:0f:23:6d | [ 10.144128] cloud-init[935]: ci-info: | ens3 | True | fe80::f816:3eff:fe0f:236d/64 | . | link | fa:16:3e:0f:23:6d | [ 10.152138] cloud-init[935]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 10.156148] cloud-init[935]: ci-info: | lo | True | ::1/128 | . | host | . | [ 10.164122] cloud-init[935]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 10.172146] cloud-init[935]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 10.175042] cloud-init[935]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 10.180374] cloud-init[935]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 10.188147] cloud-init[935]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 10.191575] cloud-init[935]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 10.195195] cloud-init[935]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | ens3 | UGH | [ 10.198565] cloud-init[935]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 10.202254] cloud-init[935]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 10.207336] cloud-init[935]: 2018-08-27 13:42:11,531 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 10.620907] cloud-init[935]: Generating public/private rsa key pair. [ 10.622952] cloud-init[935]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 10.628382] cloud-init[935]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 10.632126] cloud-init[935]: The key fingerprint is: [ 10.636122] cloud-init[935]: SHA256:ycppNtztiHcDGE/QTATcwGk9ospB3cU+mwjKFF38n60 root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d [ 10.644137] cloud-init[935]: The key's randomart image is: [ 10.645915] cloud-init[935]: +---[RSA 2048]----+ [ 10.647414] cloud-init[935]: | o *+&+ | [ 10.652799] cloud-init[935]: | o o X B | [ 10.654103] cloud-init[935]: | . . o = . | [ 10.655401] cloud-init[935]: | o o ..=. | [ 10.660813] cloud-init[935]: | + + . *S= o | [ 10.662132] cloud-init[935]: | = oo+=.o . | [ 10.663433] cloud-init[935]: | O .... | [ 10.668837] cloud-init[935]: | o o.oE | [ 10.670149] cloud-init[935]: | ...... | [ 10.671456] cloud-init[935]: +----[SHA256]-----+ [ 10.676819] cloud-init[935]: Generating public/private dsa key pair. [ 10.678353] cloud-init[935]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 10.683227] cloud-init[935]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 10.685238] cloud-init[935]: The key fingerprint is: [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Cloud-config availability. [ 10.690176] cloud-init[935]: SHA256:v2WEFQ3bHrbTOAHfrct6mlOBbsg+B92FZPPUi5Y3SKA root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d[[0;32m OK [0m] Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Reached target System Initialization. [ 10.696996] cloud-init[935]: The key's randomart image is: [ 10.698068] cloud-init[935]: +---[DSA 1024]----+ [ 10.699041] cloud-init[935]: | .=o .| Starting Socket activation for snappy daemon. [ 10.701386] cloud-init[935]: | . B=.+|[[0;32m OK [0m] Listening on UUID daemon activation socket. [[0;32m OK [0m] Listening on ACPID Listen Socket. [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [ 10.707746] cloud-init[935]: | E ++X=+| [ 10.710385] [[0;32m OK [0m] Started ACPI Events Check. cloud-init[935]: | o.Bo@o| [ 10.712801] cloud-init[935]: | S..+o.Ooo| [ 10.713786] cloud-init[935]: | .+.+.o+ | [ 10.714779] cloud-init[935]: | ..oo.o | [ 10.715766] [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities.cloud-init[935]: | o+oo. | [ 10.721194] cloud-init[935]: | .o++ | [ 10.722183] [[0;32m OK [0m] Reached target Timers. cloud-init[935]: +----[SHA256]-----+ Starting LXD - unix socket. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [ 10.728178] cloud-init[935]: Generating public/private ecdsa key pair. [ 10.729715] cloud-init[935]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [[0;32m OK [0m] Listening on LXD - unix socket. [ 10.733812] cloud-init[935]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 10.736925] cloud-init[935]: The key fingerprint is:[[0;32m OK [0m] Reached target Sockets. [[0;32m OK [0m [ 10.741272] cloud-init[935]: SHA256:eAoxuZ3fSgeWJrAx4vOHpOU6zjpIz6wADWjhDW6gLjQ root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d [ 10.743229] cloud-init[935]: The key's randomart image is:] Reached target Basic System. Starting LXD - container startup/shutdown... Starting LSB: Record successful boot for GRUB... [ 10.748836] cloud-init[935]: +---[ECDSA 256]---+ [ 10.749827] cloud-init[935]: |.o | [ 10.750826] cloud-init[935]: |* + . | [ 10.751831] Starting /etc/rc.local Compatibility... Starting Accounts Service... [[0;32m OK [0m] Started D-Bus System Message Bus.cloud-init[935]: |+E..B | [ 10.769928] cloud-init[935]: |=+.. X o . | [ 10.771823] cloud-init[935]: |o.+ * = S | [ 10.774889] cloud-init[935]: |o. B o B o | [ 10.777890] cloud-init[935]: |+ = + o o o | [ 10.780633] cloud-init[935]: |+..= . . o | [ 10.783423] cloud-init[935]: |.==. . | [ 10.786850] cloud-init[935]: +----[SHA256]-----+ [ 10.791209] cloud-init[935]: Generating public/private ed25519 key pair. Starting Pollinate to seed the pseudo random number generator... Starting LSB: MD monitoring daemon... [[0;32m OK [0m] Started iperf Service. [[0;32m OK [0m[ 10.798331] cloud-init[935]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 10.807098] cloud-init[935]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.] Started Unattended Upgrades Shutdown. Starting Snappy daemon... [[0;32m OK [0m] Started Regular background program processing daemon. [[0;32m OK [0m] Started FUSE filesystem for LXC. Starting Apply the settings specified in cloud-config... [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started ACPI event daemon. Starting Login Service... [[0;32m OK [0m] Started iperf3 Service. Starting System Logging Service... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). [ 10.906475] cloud-init[935]: The key fingerprint is: [[0;32m OK [0m] Started System Logging Service. [ 10.940238] cloud-init[935]: SHA256:PQteYnY2R0CFPUoIvyoIRXS1D+eb6SS/67vccdgOxeo root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d[[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [ 10.968120] cloud-init[935]: The key's randomart image is: [[0;32m OK [0m] Started LXD - container startup/shutdown. [ 10.989081] cloud-init[935]: +--[ED25519 256]--+ [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... Starting Login to default iSCSI targets... [[0;32m OK [0m] Started LSB: MD monitoring daemon. [ 11.026019] cloud-init[[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. [935]: | .o ..o. oo+. | Starting LSB: automatic crash report generation... [ 11.049612] cloud-init[935]: | . . o. o.o | Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting LSB: daemon to balance interrupts for SMP systems... Starting Permit User Sessions... Starting LSB: network benchmark... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [ 11.094753] cloud-init[935]: | . o o. ... | [ 11.106506] Starting Terminate Plymouth Boot Screen... Starting Hold until boot process finishes up... cloud-init[935]: | . = o.o | [[0;32m OK [0m] Started LSB: network benchmark.[ 11.125192] cloud-init[935]: |. S B + |[[0;32m OK [0m] Started Hold until boot process finishes up. [[0;32m OK [0m] Started Terminate Plymouth Boot Screen.[ 11.135936] cloud-init[935]: | . . = X X | [[0;32m OK [0m] Started Serial Getty on ttyS0. Starting Set console scheme... [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Reached target Login Prompts. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started Set console scheme. [ 11.176394] cloud-init[[0;32m OK [0m] Started LSB: automatic crash report generation. [935]: | . . o * * o | [[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems. [ 11.196243] cloud-init[935]: | . * o = | [ 11.201612] cloud-init[935]: | .X=E . | [ 11.206557] cloud-init[935]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 11.635439] cloud-init[1083]: Generating locales (this might take a while)... [[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. [ 12.366200] cloud-init[1083]: en_US.UTF-8... done [ 12.368098] cloud-init[1083]: Generation complete. [ 12.927201] cloud-init[1083]: Cloud-init v. 18.2 running 'modules:config' at Mon, 27 Aug 2018 13:42:12 +0000. Up 11.50 seconds. [[0;32m OK [0m] Started Apply the settings specified in cloud-config. [[0;32m OK [0m] Started Wait until snapd is fully seeded. [[0;32m OK [0m] Reached target Multi-User System. Starting Execute cloud user/final scripts... [[0;32m OK [0m] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [[0;32m OK [0m] Started Update UTMP about System Runlevel Changes. 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 | a3:fe:f5:72:08:38:56:fb:a7:29:3e:37:e6:58:dc:23 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ <14>Aug 27 13:42:15 ec2: <14>Aug 27 13:42:15 ec2: ############################################################# <14>Aug 27 13:42:15 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Aug 27 13:42:15 ec2: 1024 SHA256:v2WEFQ3bHrbTOAHfrct6mlOBbsg+B92FZPPUi5Y3SKA root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d (DSA) <14>Aug 27 13:42:15 ec2: 256 SHA256:eAoxuZ3fSgeWJrAx4vOHpOU6zjpIz6wADWjhDW6gLjQ root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d (ECDSA) <14>Aug 27 13:42:15 ec2: 256 SHA256:PQteYnY2R0CFPUoIvyoIRXS1D+eb6SS/67vccdgOxeo root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d (ED25519) <14>Aug 27 13:42:15 ec2: 2048 SHA256:ycppNtztiHcDGE/QTATcwGk9ospB3cU+mwjKFF38n60 root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d (RSA) <14>Aug 27 13:42:15 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Aug 27 13:42:15 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ7Ut0nZxZQWb9hxbBF7VPe3IoVFV9tlE3yGcNpibJuqsJaOuPSrG+AE2hWH+zhXHghnMEXhTi5DM92YM1Xs+IY= root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPlUW03ikDCS7LTjpPt9HaKUGXAQw9ZnC/Oj3qdWSpG+ root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1Ka1LgbQfbDB+JnxXSGVyecp0NJWTelD0lrxIBUOBu3DvgKPyXCdk8iLU4pRFfk08JyDHDW76Aeai7fuxmPaYMOsI6kZkaFipi+4ObYshbJkTchSHjBfVNyEMbriTcxleAIw0L2xKqcNtgn2N5x26E3DV2PsxfcqWs6PV3lJkcx3BeipGDfDS2CoX7hC4XNHCILZiswLtqCsOweTO6symaogDNUnU2X/zP2QruNg9COeI6mLN5P0CF5ZoeMZfWvIESClZgINWo2vyNDdeKJvcw7OhjhY38JybramP7ym6rBk8yupipjvx5CjCvYql+Cfjo0lQnOpfAWGIZ3uQgrw1 root@shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d -----END SSH HOST KEY KEYS----- [ 13.675830] cloud-init[1308]: Cloud-init v. 18.2 running 'modules:final' at Mon, 27 Aug 2018 13:42:14 +0000. Up 13.53 seconds. [ 13.678106] cloud-init[1308]: Cloud-init v. 18.2 finished at Mon, 27 Aug 2018 13:42:15 +0000. Datasource DataSourceEc2. Up 13.67 seconds [[0;32m OK [0m] Started Execute cloud user/final scripts. [[0;32m OK [0m] Reached target Cloud-init target. Ubuntu 16.04.4 LTS shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d ttyS0 shaker-vm-18767f15-2470-4efa-b2cf-33a75adaf56d login: 2018-08-27 13:42:17,756 - paramiko.transport - DEBUG - starting thread (client mode): 0x6f820950L 2018-08-27 13:42:17,757 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 13:42:17,761 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-27 13:42:17,761 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-27 13:42:17,763 - 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 13:42:17,764 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 13:42:17,764 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-27 13:42:17,764 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 13:42:17,764 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 13:42:17,764 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 13:42:17,804 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 13:42:17,806 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 13:42:17,821 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.212: 3a962160409ff5dd04cf8530055c8e89 2018-08-27 13:42:17,823 - paramiko.transport - DEBUG - Trying discovered key a3fef572083856fba7293e37e658dc23 in /tmp/tmpw86rau 2018-08-27 13:42:17,844 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 13:42:17,864 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-27 13:42:17,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-27 13:42:17,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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 13:42:17,900 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 13:42:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fd26102-4dba-4a2b-9c37-ab249283ec48 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.7:35357/v3/", "rel": "self"}]}]}} 2018-08-27 13:42:17,900 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.7:35357/ used request id req-4fd26102-4dba-4a2b-9c37-ab249283ec48 2018-08-27 13:42:17,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:42:17,997 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-27 13:42:17,998 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-27 13:42:18,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:42:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe83921b-0b69-426a-a16c-9e62dbe6def5 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/041427e79f2c41588bd9e1c2cffa0a83"}, "enabled": true, "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/0d08d9ab972244deb272ffde7702c46b"}, "enabled": true, "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/4b5cdf797f6e43359e8b8ba144b20b7a"}, "enabled": true, "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/529e90bf4d1f47f3868acb317cdb2fa4"}, "enabled": true, "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/62af92b9f6d84dac8ec0d33e7f57585a"}, "enabled": true, "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/71a59b44bc724bbb86f03af01d3eb522"}, "enabled": true, "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/7e5f58282e4a4b0e9fbdb1783df2deb0"}, "enabled": true, "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/7ffa154a46744092943233322a648a10"}, "enabled": true, "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/805b7f93ffe942d0863d24a11ede0072"}, "enabled": true, "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/8521156c72044327b734add8f63dad9f"}, "enabled": true, "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/8546f45161eb4b8ab54c07baa73a5c47"}, "enabled": true, "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/aa14ecfdd4af4cf1851f4095f311111f"}, "enabled": true, "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/bcf88c5701864fc9ac98e7a59ea2736e"}, "enabled": true, "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/da42c55de78341d1a15d69eeb785071d"}, "enabled": true, "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/e06aed7991a642daa067c06403b2d79f"}, "enabled": true, "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-08-27 13:42:18,084 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-fe83921b-0b69-426a-a16c-9e62dbe6def5 2018-08-27 13:42:18,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.193336009979s 2018-08-27 13:42:18,084 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-fe83921b-0b69-426a-a16c-9e62dbe6def5 2018-08-27 13:42:18,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-27 13:42:18,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:42:18,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:42:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1376d6d-4eca-4a2b-b69f-4721f77361df Content-Encoding: gzip Content-Length: 1963 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0a4e34cc60c546998a738ae2bda6888a"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "da42c55de78341d1a15d69eeb785071d", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0fb7eb93d24b4122a29088fff2fa98f4"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7ffa154a46744092943233322a648a10", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1506526474d645558aad652f5c93e1b3"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "041427e79f2c41588bd9e1c2cffa0a83", "id": "1506526474d645558aad652f5c93e1b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1f499949407743fca971ed5a10dd0a4e"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "62af92b9f6d84dac8ec0d33e7f57585a", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2f55c57f4c1c4c948296e8ba1573b97e"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3478826679b34ca284986285ab7476b5"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "71a59b44bc724bbb86f03af01d3eb522", "id": "3478826679b34ca284986285ab7476b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/42aa373cc1c243f5a77ecda69e644812"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "529e90bf4d1f47f3868acb317cdb2fa4", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/4f1a676c9ef04ae5b463adeb24bd000b"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4b5cdf797f6e43359e8b8ba144b20b7a", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/516de13fd2dc47d587f1b9009301bb44"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4b5cdf797f6e43359e8b8ba144b20b7a", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/58e8515132284335975f001e576ce53d"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8521156c72044327b734add8f63dad9f", "id": "58e8515132284335975f001e576ce53d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5ada7f0fadda47b995d1ce27f61c606c"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e06aed7991a642daa067c06403b2d79f", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5ef9746fd59c48208aa59a4d50bf1ff7"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "71a59b44bc724bbb86f03af01d3eb522", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6aee409a5c51409f875dce865ceda05f"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bcf88c5701864fc9ac98e7a59ea2736e", "id": "6aee409a5c51409f875dce865ceda05f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/74c8022fc05d4d6fa8f69f9eb1e95a6e"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "529e90bf4d1f47f3868acb317cdb2fa4", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/77149ab05b7343a1a290aacd0b867cd0"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bcf88c5701864fc9ac98e7a59ea2736e", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7e921d100d6448a684bd22d01008f118"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0d08d9ab972244deb272ffde7702c46b", "id": "7e921d100d6448a684bd22d01008f118"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7e942a5249f24a21b90bfe65651cdbff"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e06aed7991a642daa067c06403b2d79f", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/842f0dde306b461a829dfcc8b2153451"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8521156c72044327b734add8f63dad9f", "id": "842f0dde306b461a829dfcc8b2153451"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/86ddd6738fd547ee9bc0e60b3f8dac32"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "041427e79f2c41588bd9e1c2cffa0a83", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8851d0c93d7842958dd7a3e4c1b0c7ab"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa14ecfdd4af4cf1851f4095f311111f", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8cabb7d7988f4215aeab0bd51c3409a6"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "529e90bf4d1f47f3868acb317cdb2fa4", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/917cbd693853406185fc81d2df2e29c4"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "62af92b9f6d84dac8ec0d33e7f57585a", "id": "917cbd693853406185fc81d2df2e29c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/aecbf1fcf55d46c1bbc42d447e90f7d4"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa14ecfdd4af4cf1851f4095f311111f", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b128d76906d141c7a49f454935eb7e91"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "da42c55de78341d1a15d69eeb785071d", "id": "b128d76906d141c7a49f454935eb7e91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b426d29e39c04d88aa9fa387285f2c5a"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8546f45161eb4b8ab54c07baa73a5c47", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b614b61bf8974a64a5099dd2156ecebd"}, "url": "http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0d08d9ab972244deb272ffde7702c46b", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b61a8ff7107c4008b31d518e5c91cb6b"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "62af92b9f6d84dac8ec0d33e7f57585a", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/bc5389040fc14542a851c9c98e2f38e4"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e06aed7991a642daa067c06403b2d79f", "id": "bc5389040fc14542a851c9c98e2f38e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c431d9e1bc69461ea4da00ffa0cf43f5"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa14ecfdd4af4cf1851f4095f311111f", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c7092461ea4546e19fb4527e63709ec0"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "041427e79f2c41588bd9e1c2cffa0a83", "id": "c7092461ea4546e19fb4527e63709ec0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c7ab302ffada4c64a300898fb2ba05f6"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7ffa154a46744092943233322a648a10", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c860465e79f8486cbf07f364f3cd7477"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "71a59b44bc724bbb86f03af01d3eb522", "id": "c860465e79f8486cbf07f364f3cd7477"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/cc138aa05f6d48518882ff7c18b338dc"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bcf88c5701864fc9ac98e7a59ea2736e", "id": "cc138aa05f6d48518882ff7c18b338dc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d00c434fa0b141d0ae1b904262027bb8"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8546f45161eb4b8ab54c07baa73a5c47", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d39ea2416cd54da99fa4299c7818cf61"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7ffa154a46744092943233322a648a10", "id": "d39ea2416cd54da99fa4299c7818cf61"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/dd51c7e3cd0444e59306fc601819137a"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "da42c55de78341d1a15d69eeb785071d", "id": "dd51c7e3cd0444e59306fc601819137a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e279c756131048f4aeb15829e548b6f7"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0d08d9ab972244deb272ffde7702c46b", "id": "e279c756131048f4aeb15829e548b6f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e333a105295c47969881ff9ff20afd98"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8521156c72044327b734add8f63dad9f", "id": "e333a105295c47969881ff9ff20afd98"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e7fa26747e284fb8be30b9faa7bc4500"}, "url": "http://172.30.9.28:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f4e9a017bdb446c48e094c198786de1c"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "id": "f4e9a017bdb446c48e094c198786de1c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f9f84346fadf48d998c4fa139c5f06a6"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4b5cdf797f6e43359e8b8ba144b20b7a", "id": "f9f84346fadf48d998c4fa139c5f06a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/fa0f763902924517934d877fccb6c979"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8546f45161eb4b8ab54c07baa73a5c47", "id": "fa0f763902924517934d877fccb6c979"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-27 13:42:18,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-a1376d6d-4eca-4a2b-b69f-4721f77361df 2018-08-27 13:42:18,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.209538936615s 2018-08-27 13:42:18,304 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-a1376d6d-4eca-4a2b-b69f-4721f77361df 2018-08-27 13:42:18,310 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.28:5000 2018-08-27 13:42:18,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 13:42:18,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:42:18,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:42:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e56a5c5-d6c7-44a0-b00a-81b4375ab66e Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 13:42:18,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7e56a5c5-d6c7-44a0-b00a-81b4375ab66e 2018-08-27 13:42:18,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.184273958206s 2018-08-27 13:42:18,498 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7e56a5c5-d6c7-44a0-b00a-81b4375ab66e 2018-08-27 13:42:18,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 13:42:18,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:42:18,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:42:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1a39e65-fcd1-4b05-99f2-aad3527541d7 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 13:42:18,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a1a39e65-fcd1-4b05-99f2-aad3527541d7 2018-08-27 13:42:18,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.200936079025s 2018-08-27 13:42:18,704 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a1a39e65-fcd1-4b05-99f2-aad3527541d7 2018-08-27 13:42:18,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 13:42:18,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:42:18,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:42:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77dea777-7fd0-4d63-a820-e5eee559d3a8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 13:42:18,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-77dea777-7fd0-4d63-a820-e5eee559d3a8 2018-08-27 13:42:18,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.197673082352s 2018-08-27 13:42:18,907 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-77dea777-7fd0-4d63-a820-e5eee559d3a8 2018-08-27 13:42:18,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 13:42:18,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:42:19,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:42:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca465053-8384-43dc-901c-8cd0d9ac08f8 Content-Encoding: gzip Content-Length: 966 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "shaker-user_18767f15-2470-4efa-b2cf-33a75adaf56d", "links": {"self": "http://172.30.9.28:5000/v3/users/5c8e240f18884b8f8436e6bbe89f093d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c8e240f18884b8f8436e6bbe89f093d", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 13:42:19,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ca465053-8384-43dc-901c-8cd0d9ac08f8 2018-08-27 13:42:19,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.202875137329s 2018-08-27 13:42:19,111 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ca465053-8384-43dc-901c-8cd0d9ac08f8 2018-08-27 13:42:19,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 13:42:19,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:42:19,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:42:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-908b5926-2c54-4878-9d53-d11822397c8a Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.28:5000/v3/projects/397963a3da7848ed8282384ab565d2bc"}, "tags": [], "enabled": true, "id": "397963a3da7848ed8282384ab565d2bc", "parent_id": "default", "domain_id": "default", "name": "shaker-project_18767f15-2470-4efa-b2cf-33a75adaf56d"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}]} 2018-08-27 13:42:19,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-908b5926-2c54-4878-9d53-d11822397c8a 2018-08-27 13:42:19,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.203910112381s 2018-08-27 13:42:19,326 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-908b5926-2c54-4878-9d53-d11822397c8a 2018-08-27 13:42:19,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 13:42:19,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=5c8e240f18884b8f8436e6bbe89f093d&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=397963a3da7848ed8282384ab565d2bc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:42:19,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:42:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5e77fb1-7134-4a06-a611-b2cf4ef568c0 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=5c8e240f18884b8f8436e6bbe89f093d&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=397963a3da7848ed8282384ab565d2bc", "previous": null, "next": null}} 2018-08-27 13:42:19,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=5c8e240f18884b8f8436e6bbe89f093d&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=397963a3da7848ed8282384ab565d2bc used request id req-b5e77fb1-7134-4a06-a611-b2cf4ef568c0 2018-08-27 13:42:19,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.200268030167s 2018-08-27 13:42:19,534 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=5c8e240f18884b8f8436e6bbe89f093d&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=397963a3da7848ed8282384ab565d2bc used request id req-b5e77fb1-7134-4a06-a611-b2cf4ef568c0 2018-08-27 13:42:19,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 13:42:19,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/397963a3da7848ed8282384ab565d2bc/users/5c8e240f18884b8f8436e6bbe89f093d/roles/6b26747647ee4eed8251bc5366eb3a92 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:42:19,780 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 13:42:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d6fb526-98b4-41a1-8ab9-51c639c9036a 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 13:42:19,780 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/397963a3da7848ed8282384ab565d2bc/users/5c8e240f18884b8f8436e6bbe89f093d/roles/6b26747647ee4eed8251bc5366eb3a92 used request id req-8d6fb526-98b4-41a1-8ab9-51c639c9036a 2018-08-27 13:42:19,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.242696046829s 2018-08-27 13:42:19,780 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/397963a3da7848ed8282384ab565d2bc/users/5c8e240f18884b8f8436e6bbe89f093d/roles/6b26747647ee4eed8251bc5366eb3a92 used request id req-8d6fb526-98b4-41a1-8ab9-51c639c9036a 2018-08-27 13:42:19,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 13:42:19,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:42:19,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:42:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2a4a23c-c368-47cc-9daa-531b4b5a690c Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 13:42:19,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d2a4a23c-c368-47cc-9daa-531b4b5a690c 2018-08-27 13:42:19,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199230909348s 2018-08-27 13:42:19,983 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d2a4a23c-c368-47cc-9daa-531b4b5a690c 2018-08-27 13:42:19,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 13:42:19,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:42:20,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:42:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-004dbc03-771a-43c2-a089-5ceeb686d7a1 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 13:42:20,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-004dbc03-771a-43c2-a089-5ceeb686d7a1 2018-08-27 13:42:20,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.203560829163s 2018-08-27 13:42:20,193 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-004dbc03-771a-43c2-a089-5ceeb686d7a1 2018-08-27 13:42:20,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 13:42:20,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:42:20,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:42:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f0ce971-6b13-488b-b73b-f46087bf8156 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 13:42:20,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-9f0ce971-6b13-488b-b73b-f46087bf8156 2018-08-27 13:42:20,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.181502103806s 2018-08-27 13:42:20,379 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-9f0ce971-6b13-488b-b73b-f46087bf8156 2018-08-27 13:42:20,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 13:42:20,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:42:20,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:42:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00e95db0-a36b-44a7-918a-0ebbd829a07f Content-Encoding: gzip Content-Length: 966 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "shaker-user_18767f15-2470-4efa-b2cf-33a75adaf56d", "links": {"self": "http://172.30.9.28:5000/v3/users/5c8e240f18884b8f8436e6bbe89f093d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c8e240f18884b8f8436e6bbe89f093d", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 13:42:20,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-00e95db0-a36b-44a7-918a-0ebbd829a07f 2018-08-27 13:42:20,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218298196793s 2018-08-27 13:42:20,599 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-00e95db0-a36b-44a7-918a-0ebbd829a07f 2018-08-27 13:42:20,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 13:42:20,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:42:20,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:42:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18a4729e-45ce-476a-85d2-10ea13d3424f Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.28:5000/v3/projects/397963a3da7848ed8282384ab565d2bc"}, "tags": [], "enabled": true, "id": "397963a3da7848ed8282384ab565d2bc", "parent_id": "default", "domain_id": "default", "name": "shaker-project_18767f15-2470-4efa-b2cf-33a75adaf56d"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}]} 2018-08-27 13:42:20,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-18a4729e-45ce-476a-85d2-10ea13d3424f 2018-08-27 13:42:20,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.201478004456s 2018-08-27 13:42:20,812 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-18a4729e-45ce-476a-85d2-10ea13d3424f 2018-08-27 13:42:20,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 13:42:20,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=5c8e240f18884b8f8436e6bbe89f093d&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=397963a3da7848ed8282384ab565d2bc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:42:21,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 13:42:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c399ae28-fb21-4e3f-83fc-8219745f15ea Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=5c8e240f18884b8f8436e6bbe89f093d&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=397963a3da7848ed8282384ab565d2bc", "previous": null, "next": null}} 2018-08-27 13:42:21,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=5c8e240f18884b8f8436e6bbe89f093d&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=397963a3da7848ed8282384ab565d2bc used request id req-c399ae28-fb21-4e3f-83fc-8219745f15ea 2018-08-27 13:42:21,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.200767040253s 2018-08-27 13:42:21,021 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=5c8e240f18884b8f8436e6bbe89f093d&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=397963a3da7848ed8282384ab565d2bc used request id req-c399ae28-fb21-4e3f-83fc-8219745f15ea 2018-08-27 13:42:21,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 13:42:21,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/397963a3da7848ed8282384ab565d2bc/users/5c8e240f18884b8f8436e6bbe89f093d/roles/7b28244ddeaf43af86cd31e8e289ae52 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 13:42:21,261 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 13:42:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b58d07f-49e0-4e31-a1e1-9b0dd813b8de 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 13:42:21,261 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/397963a3da7848ed8282384ab565d2bc/users/5c8e240f18884b8f8436e6bbe89f093d/roles/7b28244ddeaf43af86cd31e8e289ae52 used request id req-4b58d07f-49e0-4e31-a1e1-9b0dd813b8de 2018-08-27 13:42:21,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.237192153931s 2018-08-27 13:42:21,262 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/397963a3da7848ed8282384ab565d2bc/users/5c8e240f18884b8f8436e6bbe89f093d/roles/7b28244ddeaf43af86cd31e8e289ae52 used request id req-4b58d07f-49e0-4e31-a1e1-9b0dd813b8de 2018-08-27 13:42:21,263 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-27 13:42:21,264 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-27 13:42:21,264 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-27 13:42:21,268 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-27 13:42:21,341 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-27 13:42:21,342 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-27 13:42:21,343 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-27 13:42:21,380 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-27 13:42:21,380 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-27 13:42:21,408 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-27 14:08:37,685 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-27 14:08:37,686 - functest.opnfv_tests.openstack.shaker.shaker - INFO - output: XDG_SESSION_ID=1 OS_PROJECT_ID=397963a3da7848ed8282384ab565d2bc SHELL=/bin/bash SSH_CLIENT=172.30.9.66 49578 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_18767f15-2470-4efa-b2cf-33a75adaf56d 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 PWD=/home/ubuntu OS_PASSWORD=299e4007-9bcc-40d1-84e7-cacb3da297fc LANG=en_US.UTF-8 OS_AUTH_TYPE=password PS1=${OS_CLOUDNAME:+($OS_CLOUDNAME)} OS_AUTH_URL=http://172.30.9.28:5000 OS_USERNAME=shaker-user_18767f15-2470-4efa-b2cf-33a75adaf56d SHLVL=1 HOME=/home/ubuntu no_proxy=,172.30.9.28,192.30.9.7 LOGNAME=ubuntu SSH_CONNECTION=172.30.9.66 49578 192.168.120.6 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 13:42:21.708 1411 INFO shaker.engine.utils [-] Logging enabled 2018-08-27 13:42:21.711 1411 INFO shaker.engine.messaging [-] Listening on *:9000 2018-08-27 13:42:21.714 1411 INFO shaker.engine.server [-] Play scenario: openstack/full_l2 2018-08-27 13:42:21.721 1419 INFO shaker.agent.agent [-] Agent id is: __heartbeat 2018-08-27 13:42:21.722 1419 INFO shaker.agent.agent [-] Connecting to server: 172.30.9.212:9000 2018-08-27 13:42:21.723 1419 INFO shaker.agent.agent [-] Agent config: {'polling_interval': 10} 2018-08-27 13:42:21.734 1411 INFO pykwalify.core [-] validation.valid 2018-08-27 13:42:22.289 1411 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-27 13:42:27.390 1411 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'c1d286b4-c02f-4457-b396-7c3df7d868d0', u'links': [{u'href': u'http://172.30.9.28:8004/v1/397963a3da7848ed8282384ab565d2bc/stacks/shaker_otpdmu/c1d286b4-c02f-4457-b396-7c3df7d868d0', u'rel': u'self'}]} 2018-08-27 13:46:38.482 1411 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_otpdmu_slave_0', 'shaker_otpdmu_master_0']) 2018-08-27 13:46:42.311 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 13:48:12.887 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 13:49:43.375 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 13:51:13.889 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 13:51:13.892 1411 INFO shaker.engine.server [-] Execution is done 2018-08-27 13:51:14.636 1411 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-27 13:51:38.816 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 13:51:38.818 1411 INFO shaker.engine.server [-] Play scenario: openstack/full_l3_east_west 2018-08-27 13:51:38.832 1411 INFO pykwalify.core [-] validation.valid 2018-08-27 13:51:39.257 1411 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-27 13:51:44.745 1411 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'7048824f-a12b-46ae-937b-cdef20f6bf07', u'links': [{u'href': u'http://172.30.9.28:8004/v1/397963a3da7848ed8282384ab565d2bc/stacks/shaker_uezkrf/7048824f-a12b-46ae-937b-cdef20f6bf07', u'rel': u'self'}]} 2018-08-27 13:52:44.802 1411 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_uezkrf_slave_0', 'shaker_uezkrf_master_0']) 2018-08-27 13:52:45.945 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 13:54:16.461 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 13:55:46.951 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 13:57:17.473 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 13:57:17.474 1411 INFO shaker.engine.server [-] Execution is done 2018-08-27 13:57:19.089 1411 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-27 13:57:45.139 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 13:57:45.141 1411 INFO shaker.engine.server [-] Play scenario: openstack/full_l3_north_south 2018-08-27 13:57:45.158 1411 INFO pykwalify.core [-] validation.valid 2018-08-27 13:57:45.585 1411 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-27 13:57:51.997 1411 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'c401982b-ce6f-46e8-87de-9a7eb1825a2a', u'links': [{u'href': u'http://172.30.9.28:8004/v1/397963a3da7848ed8282384ab565d2bc/stacks/shaker_puokds/c401982b-ce6f-46e8-87de-9a7eb1825a2a', u'rel': u'self'}]} 2018-08-27 13:58:54.436 1411 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_puokds_master_0', 'shaker_puokds_slave_0']) 2018-08-27 13:58:56.043 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 14:00:26.590 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 14:01:57.098 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 14:03:27.585 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 14:03:27.587 1411 INFO shaker.engine.server [-] Execution is done 2018-08-27 14:03:28.326 1411 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-27 14:03:54.798 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 14:03:54.802 1411 INFO shaker.engine.server [-] Play scenario: openstack/perf_l3_north_south 2018-08-27 14:03:54.818 1411 INFO pykwalify.core [-] validation.valid 2018-08-27 14:03:55.236 1411 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-27 14:04:00.824 1411 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'fa72b07a-7e1e-4ce6-b459-3773fa21c48a', u'links': [{u'href': u'http://172.30.9.28:8004/v1/397963a3da7848ed8282384ab565d2bc/stacks/shaker_airsfk/fa72b07a-7e1e-4ce6-b459-3773fa21c48a', u'rel': u'self'}]} 2018-08-27 14:04:57.344 1411 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_airsfk_master_0', 'shaker_airsfk_slave_0']) 2018-08-27 14:04:59.895 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 14:05:32.323 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 14:06:52.521 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 14:08:12.724 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 14:08:12.725 1411 INFO shaker.engine.server [-] Execution is done 2018-08-27 14:08:13.311 1411 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-27 14:08:37.583 1411 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-27 14:08:37.585 1411 INFO shaker.engine.server [-] Generating aggregated report 2018-08-27 14:08:37.596 1411 INFO shaker.engine.server [-] Raw output is stored to: report.json 2018-08-27 14:08:37.598 1411 INFO shaker.engine.report [-] ******************************************************************************** 2018-08-27 14:08:37.599 1411 INFO shaker.engine.report [-] OpenStack L3 North-South Performance.UDP.1.overcloud-novacompute-0.opnfvlf.org:stats.packets.avg > 100000 [OK] 2018-08-27 14:08:37.599 1411 INFO shaker.engine.report [-] OpenStack L3 North-South Performance.Ping.1.overcloud-novacompute-0.opnfvlf.org:stats.ping_icmp.avg < 2.0 [OK] 2018-08-27 14:08:37.599 1411 INFO shaker.engine.report [-] OpenStack L3 North-South Performance.TCP.1.overcloud-novacompute-0.opnfvlf.org:stats.bandwidth.avg > 5000 [FAIL] 2018-08-27 14:08:37.599 1411 INFO shaker.engine.report [-] OpenStack L3 North-South Performance.TCP.1.overcloud-novacompute-0.opnfvlf.org:stats.retransmits.max < 10 [FAIL] 2018-08-27 14:08:37.599 1411 INFO shaker.engine.report [-] ******************************************************************************** 2018-08-27 14:08:37.600 1411 INFO shaker.engine.utils [-] Alias "interactive" is resolved into file "/usr/local/lib/python2.7/dist-packages/shaker/resources/report_templates/interactive.html" 2018-08-27 14:08:37.611 1411 INFO shaker.engine.report [-] Report saved to: report.html 2018-08-27 14:08:37,687 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-27 14:08:37,687 - functest.opnfv_tests.openstack.shaker.shaker - INFO - error: 2018-08-27 14:08:37,689 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-27 14:08:37,727 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-27 14:08:37,727 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-27 14:08:37,755 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-27 14:08:37,811 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-27 14:08:37,812 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-27 14:08:37,823 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-27 14:08:37,851 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-27 14:08:37,852 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-27 14:08:37,856 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-27 14:08:37,873 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-27 14:08:37,874 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-27 14:08:37,992 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 14:08:37,992 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 30:30 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-27 14:08:38,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 14:08:38,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/2276bdd7-b4bd-44e8-8202-fe0d60bb6364.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 14:08:40,115 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f806aa4-ab5c-4eac-bd8e-cb98bb82fe09 Content-Length: 0 Date: Mon, 27 Aug 2018 14:08:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 14:08:40,115 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/2276bdd7-b4bd-44e8-8202-fe0d60bb6364.json used request id req-7f806aa4-ab5c-4eac-bd8e-cb98bb82fe09 2018-08-27 14:08:40,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 2.11464810371s 2018-08-27 14:08:40,116 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/2276bdd7-b4bd-44e8-8202-fe0d60bb6364.json used request id req-7f806aa4-ab5c-4eac-bd8e-cb98bb82fe09 2018-08-27 14:08:40,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:08:40,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 14:08:40,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-20566d79-373d-4869-a026-a1bc0d10aa83 Date: Mon, 27 Aug 2018 14:08:40 GMT RESP BODY: {"floatingips": []} 2018-08-27 14:08:40,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-20566d79-373d-4869-a026-a1bc0d10aa83 2018-08-27 14:08:40,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.342952013016s 2018-08-27 14:08:40,464 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-20566d79-373d-4869-a026-a1bc0d10aa83 2018-08-27 14:08:40,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 14:08:40,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 14:08:40,929 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 14:08: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-10011f48-885a-4922-b715-bd7302d3522d x-compute-request-id: req-10011f48-885a-4922-b715-bd7302d3522d Content-Type: application/json 2018-08-27 14:08:40,929 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857 used request id req-10011f48-885a-4922-b715-bd7302d3522d 2018-08-27 14:08:40,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.464063167572s 2018-08-27 14:08:40,929 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857 used request id req-10011f48-885a-4922-b715-bd7302d3522d 2018-08-27 14:08:40,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:08:40,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 14:08:42,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:08: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-0017f90b-efb5-4711-bdad-2592518456c8 x-compute-request-id: req-0017f90b-efb5-4711-bdad-2592518456c8 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"shaker-net_18767f15-2470-4efa-b2cf-33a75adaf56d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:23:6d", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:23:6d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4d364d59-3998-43e5-8bb4-462a92f96857", "rel": "bookmark"}], "image": {"id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "links": [{"href": "http://172.30.9.28:8774/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000089", "OS-SRV-USG:launched_at": "2018-08-27T13:42:01.000000", "flavor": {"id": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "links": [{"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "bookmark"}]}, "id": "4d364d59-3998-43e5-8bb4-462a92f96857", "security_groups": [{"name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}], "user_id": "5c8e240f18884b8f8436e6bbe89f093d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:08:40Z", "hostId": "5610e2a6eea0c63816519c3e68424226d80041125e1ff29c09bbede3", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "shaker-vm_18767f15-2470-4efa-b2cf-33a75adaf56d", "created": "2018-08-27T13:38:42Z", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:08:42,432 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0017f90b-efb5-4711-bdad-2592518456c8 2018-08-27 14:08:42,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.5028181076s 2018-08-27 14:08:42,433 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0017f90b-efb5-4711-bdad-2592518456c8 2018-08-27 14:08:42,435 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:08:44,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:08:44,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 14:08:44,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:08: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 x-openstack-request-id: req-730a89f6-71a2-4fc8-9cc4-3910dc368a33 x-compute-request-id: req-730a89f6-71a2-4fc8-9cc4-3910dc368a33 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 14:08:44,507 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-730a89f6-71a2-4fc8-9cc4-3910dc368a33 2018-08-27 14:08:44,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0696458816528s 2018-08-27 14:08:44,507 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-730a89f6-71a2-4fc8-9cc4-3910dc368a33 2018-08-27 14:08:44,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 14:08:44,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 14:08:45,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 53265 X-Openstack-Request-Id: req-457b83e4-68f9-4105-97d7-846c032fb6ec Date: Mon, 27 Aug 2018 14:08:45 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:38:36Z", "updated_at": "2018-08-27T13:38:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:36Z", "revision_number": 0, "id": "1979980a-a43d-46ed-8cc5-61575dc2a820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:36Z", "security_group_id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:37Z", "revision_number": 0, "id": "1b4f86da-69bb-4b45-9773-f93bcb94b480", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:37Z", "security_group_id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:36Z", "revision_number": 0, "id": "6c86d2fa-e8e7-4962-b9ad-eee0358fc846", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:36Z", "security_group_id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-08-27T13:38:38Z", "revision_number": 0, "id": "823b7c8b-9d47-4803-93cf-33294cc9a9c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:38Z", "security_group_id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T13:38:37Z", "revision_number": 0, "id": "e81d190e-4f77-4686-8ccf-488adaa27c58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:37Z", "security_group_id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": 22, "ethertype": "IPv4", "project_id": "397963a3da7848ed8282384ab565d2bc"}], "revision_number": 4, "project_id": "397963a3da7848ed8282384ab565d2bc", "id": "084d92dd-b361-4390-8aeb-5aacb6b8aed7", "name": "shaker-sg_18767f15-2470-4efa-b2cf-33a75adaf56d"}, {"description": "Default security group", "tags": [], "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "created_at": "2018-08-27T12:12:26Z", "updated_at": "2018-08-27T12:12:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:12:26Z", "revision_number": 0, "id": "090af885-d88a-4310-af93-90cd2a0c87b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:12:26Z", "security_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "f04c82ad1b034965809dd29d15584fbe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:12:26Z", "revision_number": 0, "id": "72f70611-c414-4192-b2b9-c5bad6bfbe9e", "remote_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "remote_ip_prefix": null, "created_at": "2018-08-27T12:12:26Z", "security_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "f04c82ad1b034965809dd29d15584fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:12:26Z", "revision_number": 0, "id": "93b647a0-7a58-4561-b2d6-8f16b82e63d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:12:26Z", "security_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "f04c82ad1b034965809dd29d15584fbe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:12:26Z", "revision_number": 0, "id": "e57f0f71-4937-46b1-a527-af3d75dc00d5", "remote_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "remote_ip_prefix": null, "created_at": "2018-08-27T12:12:26Z", "security_group_id": "0f630c95-9262-4712-87e7-52c0336473c0", "tenant_id": "f04c82ad1b034965809dd29d15584fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "f04c82ad1b034965809dd29d15584fbe"}], "revision_number": 1, "project_id": "f04c82ad1b034965809dd29d15584fbe", "id": "0f630c95-9262-4712-87e7-52c0336473c0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18fbffee971c4c379f73e25a0d635567", "created_at": "2018-08-27T12:29:59Z", "updated_at": "2018-08-27T12:29:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:59Z", "revision_number": 0, "id": "28ca65d4-bb53-41ac-b601-e237ac8588e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:59Z", "security_group_id": "41671884-8441-4df2-87b4-5795352058d6", "tenant_id": "18fbffee971c4c379f73e25a0d635567", "port_range_min": null, "ethertype": "IPv6", "project_id": "18fbffee971c4c379f73e25a0d635567"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:59Z", "revision_number": 0, "id": "c9e1869f-7f34-427b-8b59-59e6c2b5acd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:59Z", "security_group_id": "41671884-8441-4df2-87b4-5795352058d6", "tenant_id": "18fbffee971c4c379f73e25a0d635567", "port_range_min": null, "ethertype": "IPv4", "project_id": "18fbffee971c4c379f73e25a0d635567"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:59Z", "revision_number": 0, "id": "f2553758-f277-4962-a52c-edf2daa7bada", "remote_group_id": "41671884-8441-4df2-87b4-5795352058d6", "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:59Z", "security_group_id": "41671884-8441-4df2-87b4-5795352058d6", "tenant_id": "18fbffee971c4c379f73e25a0d635567", "port_range_min": null, "ethertype": "IPv4", "project_id": "18fbffee971c4c379f73e25a0d635567"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:59Z", "revision_number": 0, "id": "f52b3fb3-3dcb-4406-9e31-4068c7576fdf", "remote_group_id": "41671884-8441-4df2-87b4-5795352058d6", "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:59Z", "security_group_id": "41671884-8441-4df2-87b4-5795352058d6", "tenant_id": "18fbffee971c4c379f73e25a0d635567", "port_range_min": null, "ethertype": "IPv6", "project_id": "18fbffee971c4c379f73e25a0d635567"}], "revision_number": 1, "project_id": "18fbffee971c4c379f73e25a0d635567", "id": "41671884-8441-4df2-87b4-5795352058d6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "created_at": "2018-08-27T12:11:18Z", "updated_at": "2018-08-27T12:11:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:11:18Z", "revision_number": 0, "id": "478e5c7e-a7a5-4657-adf4-c8234809b3e0", "remote_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "remote_ip_prefix": null, "created_at": "2018-08-27T12:11:18Z", "security_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "port_range_min": null, "ethertype": "IPv4", "project_id": "1326a7f8ebcf4581bec67541ea40022d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:11:18Z", "revision_number": 0, "id": "93376101-15e2-4fb4-a153-926925f5a644", "remote_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "remote_ip_prefix": null, "created_at": "2018-08-27T12:11:18Z", "security_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "port_range_min": null, "ethertype": "IPv6", "project_id": "1326a7f8ebcf4581bec67541ea40022d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:11:18Z", "revision_number": 0, "id": "dfeed1ab-c4ea-4a29-9379-cd2be6582718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:11:18Z", "security_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "port_range_min": null, "ethertype": "IPv4", "project_id": "1326a7f8ebcf4581bec67541ea40022d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:11:18Z", "revision_number": 0, "id": "e35d1400-ed61-4782-8d2b-d75036ea3f3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:11:18Z", "security_group_id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "tenant_id": "1326a7f8ebcf4581bec67541ea40022d", "port_range_min": null, "ethertype": "IPv6", "project_id": "1326a7f8ebcf4581bec67541ea40022d"}], "revision_number": 1, "project_id": "1326a7f8ebcf4581bec67541ea40022d", "id": "501af77e-60b1-4c4a-8022-53e8a9e89600", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3046092dd07544a29e4ca107c279fd1e", "created_at": "2018-08-27T12:30:01Z", "updated_at": "2018-08-27T12:30:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:30:01Z", "revision_number": 0, "id": "0d2aec22-1e6d-42e2-ab0f-39254126af06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:30:01Z", "security_group_id": "5156928f-f13b-4c19-8925-e283916aa42b", "tenant_id": "3046092dd07544a29e4ca107c279fd1e", "port_range_min": null, "ethertype": "IPv6", "project_id": "3046092dd07544a29e4ca107c279fd1e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:30:01Z", "revision_number": 0, "id": "35ee1530-6459-421b-a789-b71971d8b40d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:30:01Z", "security_group_id": "5156928f-f13b-4c19-8925-e283916aa42b", "tenant_id": "3046092dd07544a29e4ca107c279fd1e", "port_range_min": null, "ethertype": "IPv4", "project_id": "3046092dd07544a29e4ca107c279fd1e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:30:01Z", "revision_number": 0, "id": "d3d8de32-e213-4b12-b5db-055663d44876", "remote_group_id": "5156928f-f13b-4c19-8925-e283916aa42b", "remote_ip_prefix": null, "created_at": "2018-08-27T12:30:01Z", "security_group_id": "5156928f-f13b-4c19-8925-e283916aa42b", "tenant_id": "3046092dd07544a29e4ca107c279fd1e", "port_range_min": null, "ethertype": "IPv4", "project_id": "3046092dd07544a29e4ca107c279fd1e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:30:01Z", "revision_number": 0, "id": "fdf61627-9a0d-43a1-a18e-66bb249efd31", "remote_group_id": "5156928f-f13b-4c19-8925-e283916aa42b", "remote_ip_prefix": null, "created_at": "2018-08-27T12:30:01Z", "security_group_id": "5156928f-f13b-4c19-8925-e283916aa42b", "tenant_id": "3046092dd07544a29e4ca107c279fd1e", "port_range_min": null, "ethertype": "IPv6", "project_id": "3046092dd07544a29e4ca107c279fd1e"}], "revision_number": 1, "project_id": "3046092dd07544a29e4ca107c279fd1e", "id": "5156928f-f13b-4c19-8925-e283916aa42b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "73ae6e2f4b654ffca27046a0c10ec91f", "created_at": "2018-08-27T12:29:42Z", "updated_at": "2018-08-27T12:29:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:42Z", "revision_number": 0, "id": "0da54851-be78-44d2-95ba-0b782b2fdd41", "remote_group_id": "59ea5f2c-f1b7-4eec-b8ed-ccffb085d1db", "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:42Z", "security_group_id": "59ea5f2c-f1b7-4eec-b8ed-ccffb085d1db", "tenant_id": "73ae6e2f4b654ffca27046a0c10ec91f", "port_range_min": null, "ethertype": "IPv6", "project_id": "73ae6e2f4b654ffca27046a0c10ec91f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:42Z", "revision_number": 0, "id": "5a2419d7-7109-41bd-b582-1fd49e5fe756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:42Z", "security_group_id": "59ea5f2c-f1b7-4eec-b8ed-ccffb085d1db", "tenant_id": "73ae6e2f4b654ffca27046a0c10ec91f", "port_range_min": null, "ethertype": "IPv4", "project_id": "73ae6e2f4b654ffca27046a0c10ec91f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:42Z", "revision_number": 0, "id": "7aeb4828-c593-430a-bbb2-a9ebd06b23c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:42Z", "security_group_id": "59ea5f2c-f1b7-4eec-b8ed-ccffb085d1db", "tenant_id": "73ae6e2f4b654ffca27046a0c10ec91f", "port_range_min": null, "ethertype": "IPv6", "project_id": "73ae6e2f4b654ffca27046a0c10ec91f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:42Z", "revision_number": 0, "id": "cda3daaa-56b1-4a4a-b9c7-677489e3234c", "remote_group_id": "59ea5f2c-f1b7-4eec-b8ed-ccffb085d1db", "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:42Z", "security_group_id": "59ea5f2c-f1b7-4eec-b8ed-ccffb085d1db", "tenant_id": "73ae6e2f4b654ffca27046a0c10ec91f", "port_range_min": null, "ethertype": "IPv4", "project_id": "73ae6e2f4b654ffca27046a0c10ec91f"}], "revision_number": 1, "project_id": "73ae6e2f4b654ffca27046a0c10ec91f", "id": "59ea5f2c-f1b7-4eec-b8ed-ccffb085d1db", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "created_at": "2018-08-27T12:17:58Z", "updated_at": "2018-08-27T12:17:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:17:58Z", "revision_number": 0, "id": "3b09ea11-f21a-407c-90c7-afdc4b03f79d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:17:58Z", "security_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv4", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:17:58Z", "revision_number": 0, "id": "53587f8e-66bb-47c5-aacc-5d33a94fe831", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:17:58Z", "security_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv6", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:17:58Z", "revision_number": 0, "id": "ef9c79ce-ed3f-4a10-8779-1ca5b14c91eb", "remote_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "remote_ip_prefix": null, "created_at": "2018-08-27T12:17:58Z", "security_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv4", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:17:58Z", "revision_number": 0, "id": "f598b39b-f95a-475c-964c-060a46bbcc06", "remote_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "remote_ip_prefix": null, "created_at": "2018-08-27T12:17:58Z", "security_group_id": "78477c04-8987-443a-80e7-709db8b4bffc", "tenant_id": "20aa2413095c4323ab08a498cb5d4fb4", "port_range_min": null, "ethertype": "IPv6", "project_id": "20aa2413095c4323ab08a498cb5d4fb4"}], "revision_number": 1, "project_id": "20aa2413095c4323ab08a498cb5d4fb4", "id": "78477c04-8987-443a-80e7-709db8b4bffc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "608fc0a14719438a8b28a6b168159128", "created_at": "2018-08-27T12:16:45Z", "updated_at": "2018-08-27T12:16:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:16:45Z", "revision_number": 0, "id": "3faf7423-532b-46bd-b049-6bd960bb5033", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:16:45Z", "security_group_id": "788a6e25-25e1-4ca0-895f-ec2a2741b055", "tenant_id": "608fc0a14719438a8b28a6b168159128", "port_range_min": null, "ethertype": "IPv4", "project_id": "608fc0a14719438a8b28a6b168159128"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:16:45Z", "revision_number": 0, "id": "5ea94200-44b9-401b-a7db-974b32d1cbcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:16:45Z", "security_group_id": "788a6e25-25e1-4ca0-895f-ec2a2741b055", "tenant_id": "608fc0a14719438a8b28a6b168159128", "port_range_min": null, "ethertype": "IPv6", "project_id": "608fc0a14719438a8b28a6b168159128"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:16:45Z", "revision_number": 0, "id": "78f991cc-17a6-4c0d-82ab-4918aea867aa", "remote_group_id": "788a6e25-25e1-4ca0-895f-ec2a2741b055", "remote_ip_prefix": null, "created_at": "2018-08-27T12:16:45Z", "security_group_id": "788a6e25-25e1-4ca0-895f-ec2a2741b055", "tenant_id": "608fc0a14719438a8b28a6b168159128", "port_range_min": null, "ethertype": "IPv6", "project_id": "608fc0a14719438a8b28a6b168159128"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:16:45Z", "revision_number": 0, "id": "db26e977-e00b-4200-a171-e39de811a7de", "remote_group_id": "788a6e25-25e1-4ca0-895f-ec2a2741b055", "remote_ip_prefix": null, "created_at": "2018-08-27T12:16:45Z", "security_group_id": "788a6e25-25e1-4ca0-895f-ec2a2741b055", "tenant_id": "608fc0a14719438a8b28a6b168159128", "port_range_min": null, "ethertype": "IPv4", "project_id": "608fc0a14719438a8b28a6b168159128"}], "revision_number": 1, "project_id": "608fc0a14719438a8b28a6b168159128", "id": "788a6e25-25e1-4ca0-895f-ec2a2741b055", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b07b676428d0423cbaa8dbfec55cd922", "created_at": "2018-08-27T12:29:11Z", "updated_at": "2018-08-27T12:29:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:11Z", "revision_number": 0, "id": "689e0bf4-3e07-451c-8dcc-81657a8da98c", "remote_group_id": "7a5e6b6b-35d3-4cf6-85cf-8218181ae4fb", "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:11Z", "security_group_id": "7a5e6b6b-35d3-4cf6-85cf-8218181ae4fb", "tenant_id": "b07b676428d0423cbaa8dbfec55cd922", "port_range_min": null, "ethertype": "IPv6", "project_id": "b07b676428d0423cbaa8dbfec55cd922"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:11Z", "revision_number": 0, "id": "9fd1802c-52ed-4c79-b987-ed69b6652a36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:11Z", "security_group_id": "7a5e6b6b-35d3-4cf6-85cf-8218181ae4fb", "tenant_id": "b07b676428d0423cbaa8dbfec55cd922", "port_range_min": null, "ethertype": "IPv4", "project_id": "b07b676428d0423cbaa8dbfec55cd922"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:11Z", "revision_number": 0, "id": "9fea0c3e-ed42-4b51-bccf-833c223653d0", "remote_group_id": "7a5e6b6b-35d3-4cf6-85cf-8218181ae4fb", "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:11Z", "security_group_id": "7a5e6b6b-35d3-4cf6-85cf-8218181ae4fb", "tenant_id": "b07b676428d0423cbaa8dbfec55cd922", "port_range_min": null, "ethertype": "IPv4", "project_id": "b07b676428d0423cbaa8dbfec55cd922"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:11Z", "revision_number": 0, "id": "ac80ced3-21a0-45c7-8ccd-83f27b3df9bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:11Z", "security_group_id": "7a5e6b6b-35d3-4cf6-85cf-8218181ae4fb", "tenant_id": "b07b676428d0423cbaa8dbfec55cd922", "port_range_min": null, "ethertype": "IPv6", "project_id": "b07b676428d0423cbaa8dbfec55cd922"}], "revision_number": 1, "project_id": "b07b676428d0423cbaa8dbfec55cd922", "id": "7a5e6b6b-35d3-4cf6-85cf-8218181ae4fb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "83a1da8dad3a4c6699598a08ce72d139", "created_at": "2018-08-27T12:30:02Z", "updated_at": "2018-08-27T12:30:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:30:02Z", "revision_number": 0, "id": "7c6f2781-60a8-4277-b048-87d65c99c31f", "remote_group_id": "8069f116-f49f-485b-8ffe-8d8e360673e2", "remote_ip_prefix": null, "created_at": "2018-08-27T12:30:02Z", "security_group_id": "8069f116-f49f-485b-8ffe-8d8e360673e2", "tenant_id": "83a1da8dad3a4c6699598a08ce72d139", "port_range_min": null, "ethertype": "IPv4", "project_id": "83a1da8dad3a4c6699598a08ce72d139"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:30:02Z", "revision_number": 0, "id": "97cfd7f9-9461-4a0c-a52a-0b1915e895d7", "remote_group_id": "8069f116-f49f-485b-8ffe-8d8e360673e2", "remote_ip_prefix": null, "created_at": "2018-08-27T12:30:02Z", "security_group_id": "8069f116-f49f-485b-8ffe-8d8e360673e2", "tenant_id": "83a1da8dad3a4c6699598a08ce72d139", "port_range_min": null, "ethertype": "IPv6", "project_id": "83a1da8dad3a4c6699598a08ce72d139"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:30:02Z", "revision_number": 0, "id": "c92d9daf-a0b4-472a-963f-c097032dcd68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:30:02Z", "security_group_id": "8069f116-f49f-485b-8ffe-8d8e360673e2", "tenant_id": "83a1da8dad3a4c6699598a08ce72d139", "port_range_min": null, "ethertype": "IPv6", "project_id": "83a1da8dad3a4c6699598a08ce72d139"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:30:02Z", "revision_number": 0, "id": "e14b7ffb-9046-4354-b964-ad0c16c982ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:30:02Z", "security_group_id": "8069f116-f49f-485b-8ffe-8d8e360673e2", "tenant_id": "83a1da8dad3a4c6699598a08ce72d139", "port_range_min": null, "ethertype": "IPv4", "project_id": "83a1da8dad3a4c6699598a08ce72d139"}], "revision_number": 1, "project_id": "83a1da8dad3a4c6699598a08ce72d139", "id": "8069f116-f49f-485b-8ffe-8d8e360673e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "created_at": "2018-08-27T12:15:21Z", "updated_at": "2018-08-27T12:15:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:21Z", "revision_number": 0, "id": "4458d14e-2b21-43e7-a2de-6427fc67e88b", "remote_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:21Z", "security_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:21Z", "revision_number": 0, "id": "50238247-67f7-4421-9326-2dfc4f48e263", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:21Z", "security_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:21Z", "revision_number": 0, "id": "84fe2a6b-8545-494d-80b0-0acf9f5eb9aa", "remote_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:21Z", "security_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:15:21Z", "revision_number": 0, "id": "cbf61fd1-b546-4fd8-a697-6e68b85f704f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:15:21Z", "security_group_id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "tenant_id": "dfb6d69f9216475e94b90f72978fe83d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb6d69f9216475e94b90f72978fe83d"}], "revision_number": 1, "project_id": "dfb6d69f9216475e94b90f72978fe83d", "id": "86e6c262-b4fc-467d-8d33-50f6a10f4a51", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03ce2c30859f4d15992cde7b9e1c8128", "created_at": "2018-08-27T13:23:18Z", "updated_at": "2018-08-27T13:23:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:23:18Z", "revision_number": 0, "id": "1bd7ab46-0af2-4e1a-97d0-7d006d88888f", "remote_group_id": "90a184c5-4b23-481f-900c-bcbad83a57a1", "remote_ip_prefix": null, "created_at": "2018-08-27T13:23:18Z", "security_group_id": "90a184c5-4b23-481f-900c-bcbad83a57a1", "tenant_id": "03ce2c30859f4d15992cde7b9e1c8128", "port_range_min": null, "ethertype": "IPv6", "project_id": "03ce2c30859f4d15992cde7b9e1c8128"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:23:18Z", "revision_number": 0, "id": "83206a30-70fa-417e-9957-a66bdce7780e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:23:18Z", "security_group_id": "90a184c5-4b23-481f-900c-bcbad83a57a1", "tenant_id": "03ce2c30859f4d15992cde7b9e1c8128", "port_range_min": null, "ethertype": "IPv4", "project_id": "03ce2c30859f4d15992cde7b9e1c8128"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:23:18Z", "revision_number": 0, "id": "8ee6eeb7-5d38-4e18-a988-6fbea7d7a630", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:23:18Z", "security_group_id": "90a184c5-4b23-481f-900c-bcbad83a57a1", "tenant_id": "03ce2c30859f4d15992cde7b9e1c8128", "port_range_min": null, "ethertype": "IPv6", "project_id": "03ce2c30859f4d15992cde7b9e1c8128"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:23:18Z", "revision_number": 0, "id": "d7623213-4b84-4260-904d-ceea23d8fc43", "remote_group_id": "90a184c5-4b23-481f-900c-bcbad83a57a1", "remote_ip_prefix": null, "created_at": "2018-08-27T13:23:18Z", "security_group_id": "90a184c5-4b23-481f-900c-bcbad83a57a1", "tenant_id": "03ce2c30859f4d15992cde7b9e1c8128", "port_range_min": null, "ethertype": "IPv4", "project_id": "03ce2c30859f4d15992cde7b9e1c8128"}], "revision_number": 1, "project_id": "03ce2c30859f4d15992cde7b9e1c8128", "id": "90a184c5-4b23-481f-900c-bcbad83a57a1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e097df8bcc7f46cb87da8d3286f8a662", "created_at": "2018-08-27T12:33:12Z", "updated_at": "2018-08-27T12:33:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:33:12Z", "revision_number": 0, "id": "15b96b6a-61e7-4ad7-b4ad-900e5e39a0f9", "remote_group_id": "90b20985-3472-405a-9112-89bc6baabd71", "remote_ip_prefix": null, "created_at": "2018-08-27T12:33:12Z", "security_group_id": "90b20985-3472-405a-9112-89bc6baabd71", "tenant_id": "e097df8bcc7f46cb87da8d3286f8a662", "port_range_min": null, "ethertype": "IPv6", "project_id": "e097df8bcc7f46cb87da8d3286f8a662"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:33:12Z", "revision_number": 0, "id": "2dab26b2-1670-408f-8a05-ea33757b9068", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:33:12Z", "security_group_id": "90b20985-3472-405a-9112-89bc6baabd71", "tenant_id": "e097df8bcc7f46cb87da8d3286f8a662", "port_range_min": null, "ethertype": "IPv6", "project_id": "e097df8bcc7f46cb87da8d3286f8a662"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:33:12Z", "revision_number": 0, "id": "86b14bf4-341b-4f25-a8f3-a474d72adc9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:33:12Z", "security_group_id": "90b20985-3472-405a-9112-89bc6baabd71", "tenant_id": "e097df8bcc7f46cb87da8d3286f8a662", "port_range_min": null, "ethertype": "IPv4", "project_id": "e097df8bcc7f46cb87da8d3286f8a662"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:33:12Z", "revision_number": 0, "id": "eb59622a-c40a-4886-889a-83b41a88879d", "remote_group_id": "90b20985-3472-405a-9112-89bc6baabd71", "remote_ip_prefix": null, "created_at": "2018-08-27T12:33:12Z", "security_group_id": "90b20985-3472-405a-9112-89bc6baabd71", "tenant_id": "e097df8bcc7f46cb87da8d3286f8a662", "port_range_min": null, "ethertype": "IPv4", "project_id": "e097df8bcc7f46cb87da8d3286f8a662"}], "revision_number": 1, "project_id": "e097df8bcc7f46cb87da8d3286f8a662", "id": "90b20985-3472-405a-9112-89bc6baabd71", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c3ac580f62e44ee9bd551aa19841546d", "created_at": "2018-08-27T12:29:41Z", "updated_at": "2018-08-27T12:29:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:41Z", "revision_number": 0, "id": "22b70d55-477a-4679-a8c0-8a62ea1fe1ef", "remote_group_id": "935e6c1f-55ee-41ee-9961-d8a417e4042d", "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:41Z", "security_group_id": "935e6c1f-55ee-41ee-9961-d8a417e4042d", "tenant_id": "c3ac580f62e44ee9bd551aa19841546d", "port_range_min": null, "ethertype": "IPv4", "project_id": "c3ac580f62e44ee9bd551aa19841546d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:41Z", "revision_number": 0, "id": "79cd928e-0faf-48fb-9605-f55031a715f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:41Z", "security_group_id": "935e6c1f-55ee-41ee-9961-d8a417e4042d", "tenant_id": "c3ac580f62e44ee9bd551aa19841546d", "port_range_min": null, "ethertype": "IPv6", "project_id": "c3ac580f62e44ee9bd551aa19841546d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:41Z", "revision_number": 0, "id": "9835aca8-3e01-4172-875f-55c64829df03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:41Z", "security_group_id": "935e6c1f-55ee-41ee-9961-d8a417e4042d", "tenant_id": "c3ac580f62e44ee9bd551aa19841546d", "port_range_min": null, "ethertype": "IPv4", "project_id": "c3ac580f62e44ee9bd551aa19841546d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:41Z", "revision_number": 0, "id": "baf957e6-bead-4b98-893e-0eab12213b24", "remote_group_id": "935e6c1f-55ee-41ee-9961-d8a417e4042d", "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:41Z", "security_group_id": "935e6c1f-55ee-41ee-9961-d8a417e4042d", "tenant_id": "c3ac580f62e44ee9bd551aa19841546d", "port_range_min": null, "ethertype": "IPv6", "project_id": "c3ac580f62e44ee9bd551aa19841546d"}], "revision_number": 1, "project_id": "c3ac580f62e44ee9bd551aa19841546d", "id": "935e6c1f-55ee-41ee-9961-d8a417e4042d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "00a76f14bfb549e1923370a4b645a661", "created_at": "2018-08-27T12:14:14Z", "updated_at": "2018-08-27T12:14:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:14Z", "revision_number": 0, "id": "89883b69-beb4-4029-939e-c5cb2da3512d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:14Z", "security_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv4", "project_id": "00a76f14bfb549e1923370a4b645a661"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:14Z", "revision_number": 0, "id": "9f54eeb8-8287-47be-bd6a-c334ec1d797e", "remote_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:14Z", "security_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv4", "project_id": "00a76f14bfb549e1923370a4b645a661"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:14Z", "revision_number": 0, "id": "e9dd8e3f-b9fc-42ce-820c-f34f376e2f4f", "remote_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:14Z", "security_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv6", "project_id": "00a76f14bfb549e1923370a4b645a661"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:14:14Z", "revision_number": 0, "id": "ee3e0f6f-badc-4f06-8551-2ce247808d00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:14:14Z", "security_group_id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "tenant_id": "00a76f14bfb549e1923370a4b645a661", "port_range_min": null, "ethertype": "IPv6", "project_id": "00a76f14bfb549e1923370a4b645a661"}], "revision_number": 1, "project_id": "00a76f14bfb549e1923370a4b645a661", "id": "959043bf-b1b8-4bfc-b539-8e6fcdebc504", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:38:09Z", "updated_at": "2018-08-27T13:38:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:09Z", "revision_number": 0, "id": "2c23fccd-747b-4d44-be59-596713358d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:09Z", "security_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:09Z", "revision_number": 0, "id": "eae075c7-7075-4dbf-a16d-1a194d68b3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:09Z", "security_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:09Z", "revision_number": 0, "id": "ee587f89-e236-4075-a6c9-515a89785c6d", "remote_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:09Z", "security_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "397963a3da7848ed8282384ab565d2bc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T13:38:09Z", "revision_number": 0, "id": "f37055e4-636c-41a4-be49-c385ead342e3", "remote_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "remote_ip_prefix": null, "created_at": "2018-08-27T13:38:09Z", "security_group_id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "397963a3da7848ed8282384ab565d2bc"}], "revision_number": 1, "project_id": "397963a3da7848ed8282384ab565d2bc", "id": "96bce32c-b75c-4a0d-9df0-4acf8dc0001c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "created_at": "2018-08-27T12:07:11Z", "updated_at": "2018-08-27T12:07:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:07:11Z", "revision_number": 0, "id": "49434baa-124c-43b6-9b04-bee074addca1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:07:11Z", "security_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "port_range_min": null, "ethertype": "IPv6", "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:07:11Z", "revision_number": 0, "id": "8418111f-e6f2-40ea-a58e-803adbf5ada4", "remote_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "remote_ip_prefix": null, "created_at": "2018-08-27T12:07:11Z", "security_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "port_range_min": null, "ethertype": "IPv4", "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:07:11Z", "revision_number": 0, "id": "b67c1785-0d3d-4408-b0de-d84181dff3fe", "remote_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "remote_ip_prefix": null, "created_at": "2018-08-27T12:07:11Z", "security_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "port_range_min": null, "ethertype": "IPv6", "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:07:11Z", "revision_number": 0, "id": "ba7f7c6a-fab0-485a-82bd-afd5a5f55102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:07:11Z", "security_group_id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "tenant_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "port_range_min": null, "ethertype": "IPv4", "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2"}], "revision_number": 1, "project_id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "id": "a5f3a32b-aaa4-4135-981d-b83e0f37f774", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f21e6784ea0444c3838fb6b0eae12da7", "created_at": "2018-08-27T12:29:41Z", "updated_at": "2018-08-27T12:29:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:42Z", "revision_number": 0, "id": "2afcb347-f61c-47da-91ca-c98a1b394778", "remote_group_id": "a99df7be-726e-45ba-99a8-39177fb886ce", "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:42Z", "security_group_id": "a99df7be-726e-45ba-99a8-39177fb886ce", "tenant_id": "f21e6784ea0444c3838fb6b0eae12da7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f21e6784ea0444c3838fb6b0eae12da7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:42Z", "revision_number": 0, "id": "2f249a01-79c4-48b3-b176-da40fb257e6c", "remote_group_id": "a99df7be-726e-45ba-99a8-39177fb886ce", "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:42Z", "security_group_id": "a99df7be-726e-45ba-99a8-39177fb886ce", "tenant_id": "f21e6784ea0444c3838fb6b0eae12da7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f21e6784ea0444c3838fb6b0eae12da7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:42Z", "revision_number": 0, "id": "6d2dc8da-9754-4b73-a799-442a2bd43f32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:42Z", "security_group_id": "a99df7be-726e-45ba-99a8-39177fb886ce", "tenant_id": "f21e6784ea0444c3838fb6b0eae12da7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f21e6784ea0444c3838fb6b0eae12da7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:29:42Z", "revision_number": 0, "id": "dc039992-6924-40ed-a23a-c452d2f42237", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:29:42Z", "security_group_id": "a99df7be-726e-45ba-99a8-39177fb886ce", "tenant_id": "f21e6784ea0444c3838fb6b0eae12da7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f21e6784ea0444c3838fb6b0eae12da7"}], "revision_number": 1, "project_id": "f21e6784ea0444c3838fb6b0eae12da7", "id": "a99df7be-726e-45ba-99a8-39177fb886ce", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0a5cbece877b45d8ae9edf4f3421d54b", "created_at": "2018-08-27T12:44:10Z", "updated_at": "2018-08-27T12:44:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:44:10Z", "revision_number": 0, "id": "405f920b-6445-466d-91f5-b1ada0ddfe6e", "remote_group_id": "b843a9b5-b9f8-454e-af7c-015d61fcb714", "remote_ip_prefix": null, "created_at": "2018-08-27T12:44:10Z", "security_group_id": "b843a9b5-b9f8-454e-af7c-015d61fcb714", "tenant_id": "0a5cbece877b45d8ae9edf4f3421d54b", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a5cbece877b45d8ae9edf4f3421d54b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:44:10Z", "revision_number": 0, "id": "c97eac25-ed93-42fa-9180-f7361fc739b6", "remote_group_id": "b843a9b5-b9f8-454e-af7c-015d61fcb714", "remote_ip_prefix": null, "created_at": "2018-08-27T12:44:10Z", "security_group_id": "b843a9b5-b9f8-454e-af7c-015d61fcb714", "tenant_id": "0a5cbece877b45d8ae9edf4f3421d54b", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a5cbece877b45d8ae9edf4f3421d54b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:44:10Z", "revision_number": 0, "id": "e8607f2c-4a2e-446f-8129-9b1051b660b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:44:10Z", "security_group_id": "b843a9b5-b9f8-454e-af7c-015d61fcb714", "tenant_id": "0a5cbece877b45d8ae9edf4f3421d54b", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a5cbece877b45d8ae9edf4f3421d54b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:44:10Z", "revision_number": 0, "id": "fa25eb52-4f77-485f-ae6e-d224faf7b407", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:44:10Z", "security_group_id": "b843a9b5-b9f8-454e-af7c-015d61fcb714", "tenant_id": "0a5cbece877b45d8ae9edf4f3421d54b", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a5cbece877b45d8ae9edf4f3421d54b"}], "revision_number": 1, "project_id": "0a5cbece877b45d8ae9edf4f3421d54b", "id": "b843a9b5-b9f8-454e-af7c-015d61fcb714", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T12:10:43Z", "updated_at": "2018-08-27T12:10:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:43Z", "revision_number": 0, "id": "81d58d74-f55e-49b7-88ff-2726674f874d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:43Z", "security_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:43Z", "revision_number": 0, "id": "acdff871-3938-4555-8b86-e81108a765f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:43Z", "security_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:43Z", "revision_number": 0, "id": "e35ae539-ac43-4be0-b885-3b645c1b49fb", "remote_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:43Z", "security_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:43Z", "revision_number": 0, "id": "e91506e0-59c5-4321-b3e0-898a3c4cfbe4", "remote_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:43Z", "security_group_id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "d56eab07eebe4995963c4bcc663afcc8"}], "revision_number": 1, "project_id": "d56eab07eebe4995963c4bcc663afcc8", "id": "c1d1ffc7-9134-4ec6-ac72-74a7935ebe8b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-27T12:10:47Z", "updated_at": "2018-08-27T12:10:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:47Z", "revision_number": 0, "id": "18f775f4-11d1-472d-8efa-3720e1660bb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:47Z", "security_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "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-27T12:10:47Z", "revision_number": 0, "id": "62074cb0-45df-4398-93ee-516fa90cb8d2", "remote_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:47Z", "security_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:47Z", "revision_number": 0, "id": "7b131f29-c428-4413-98d2-fb0df982f4fc", "remote_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:47Z", "security_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:10:47Z", "revision_number": 0, "id": "8d66f7cc-ccd2-4f8e-a002-66847252abcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:10:47Z", "security_group_id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "f8d00644-347c-47d0-9f50-f2eac7601c94", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "293c86543b4a499ea6b552b3ddefacc3", "created_at": "2018-08-27T12:33:11Z", "updated_at": "2018-08-27T12:33:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:33:11Z", "revision_number": 0, "id": "4a3c7ace-a0f6-430e-b44c-bbdd18765496", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:33:11Z", "security_group_id": "fae6283a-124a-4254-b3ed-48490b23f5f9", "tenant_id": "293c86543b4a499ea6b552b3ddefacc3", "port_range_min": null, "ethertype": "IPv4", "project_id": "293c86543b4a499ea6b552b3ddefacc3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:33:11Z", "revision_number": 0, "id": "528eeba1-2667-4ad7-a659-6ec33730d7e1", "remote_group_id": "fae6283a-124a-4254-b3ed-48490b23f5f9", "remote_ip_prefix": null, "created_at": "2018-08-27T12:33:11Z", "security_group_id": "fae6283a-124a-4254-b3ed-48490b23f5f9", "tenant_id": "293c86543b4a499ea6b552b3ddefacc3", "port_range_min": null, "ethertype": "IPv4", "project_id": "293c86543b4a499ea6b552b3ddefacc3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:33:11Z", "revision_number": 0, "id": "64655cf4-38af-49e2-bcd0-5bf1d1bd0794", "remote_group_id": "fae6283a-124a-4254-b3ed-48490b23f5f9", "remote_ip_prefix": null, "created_at": "2018-08-27T12:33:11Z", "security_group_id": "fae6283a-124a-4254-b3ed-48490b23f5f9", "tenant_id": "293c86543b4a499ea6b552b3ddefacc3", "port_range_min": null, "ethertype": "IPv6", "project_id": "293c86543b4a499ea6b552b3ddefacc3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T12:33:11Z", "revision_number": 0, "id": "731d62ef-7573-4e05-a8e2-944fcd03ef4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T12:33:11Z", "security_group_id": "fae6283a-124a-4254-b3ed-48490b23f5f9", "tenant_id": "293c86543b4a499ea6b552b3ddefacc3", "port_range_min": null, "ethertype": "IPv6", "project_id": "293c86543b4a499ea6b552b3ddefacc3"}], "revision_number": 1, "project_id": "293c86543b4a499ea6b552b3ddefacc3", "id": "fae6283a-124a-4254-b3ed-48490b23f5f9", "name": "default"}]} 2018-08-27 14:08:45,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-457b83e4-68f9-4105-97d7-846c032fb6ec 2018-08-27 14:08:45,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.785657167435s 2018-08-27 14:08:45,298 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-457b83e4-68f9-4105-97d7-846c032fb6ec 2018-08-27 14:08:45,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-27 14:08:45,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/084d92dd-b361-4390-8aeb-5aacb6b8aed7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 14:08:45,687 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2a09e0ee-357a-43ca-81ec-9d24bd2d8ba6 Content-Length: 0 Date: Mon, 27 Aug 2018 14:08:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 14:08:45,687 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/084d92dd-b361-4390-8aeb-5aacb6b8aed7.json used request id req-2a09e0ee-357a-43ca-81ec-9d24bd2d8ba6 2018-08-27 14:08:45,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.383363008499s 2018-08-27 14:08:45,688 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/084d92dd-b361-4390-8aeb-5aacb6b8aed7.json used request id req-2a09e0ee-357a-43ca-81ec-9d24bd2d8ba6 2018-08-27 14:08:45,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-27 14:08:45,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 14:08:45,726 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 14:08: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-283e9b8f-f998-4fc2-8257-24fc3a02e9fd x-compute-request-id: req-283e9b8f-f998-4fc2-8257-24fc3a02e9fd Content-Length: 0 Content-Type: application/json 2018-08-27 14:08:45,726 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d used request id req-283e9b8f-f998-4fc2-8257-24fc3a02e9fd 2018-08-27 14:08:45,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0379500389099s 2018-08-27 14:08:45,726 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/shaker-kp_18767f15-2470-4efa-b2cf-33a75adaf56d used request id req-283e9b8f-f998-4fc2-8257-24fc3a02e9fd 2018-08-27 14:08:45,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 14:08:45,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/63eb0e4e-e280-4683-b4a7-faebb5771a1b/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}0ba415a55bcb62d63c499104f918f7c98fc7c796" -d '{"subnet_id": "596ffdea-9cff-4e8d-94cb-1574c036aeeb"}' 2018-08-27 14:08:48,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c5588cad-01d3-4b1e-a67e-6df07bda2ced Date: Mon, 27 Aug 2018 14:08:48 GMT RESP BODY: {"network_id": "0de1dd34-6ce6-4483-a44e-4682d5d5e433", "tenant_id": "397963a3da7848ed8282384ab565d2bc", "subnet_id": "596ffdea-9cff-4e8d-94cb-1574c036aeeb", "subnet_ids": ["596ffdea-9cff-4e8d-94cb-1574c036aeeb"], "port_id": "446dd508-8dd1-4e2d-aaa9-eff63d3b4bb7", "id": "63eb0e4e-e280-4683-b4a7-faebb5771a1b"} 2018-08-27 14:08:48,333 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/63eb0e4e-e280-4683-b4a7-faebb5771a1b/remove_router_interface.json used request id req-c5588cad-01d3-4b1e-a67e-6df07bda2ced 2018-08-27 14:08:48,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.60637903214s 2018-08-27 14:08:48,334 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/63eb0e4e-e280-4683-b4a7-faebb5771a1b/remove_router_interface.json used request id req-c5588cad-01d3-4b1e-a67e-6df07bda2ced returning object 63eb0e4e-e280-4683-b4a7-faebb5771a1b 2018-08-27 14:08:48,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 14:08:48,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 14:08:48,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1708 X-Openstack-Request-Id: req-09bf36ac-7019-41a4-b0da-dd79b5dc13b1 Date: Mon, 27 Aug 2018 14:08:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "68bb65ee0f824b149892348054c9f68c", "created_at": "2018-08-27T12:29:58Z", "admin_state_up": true, "updated_at": "2018-08-27T12:30:00Z", "project_id": "68bb65ee0f824b149892348054c9f68c", "flavor_id": null, "revision_number": 5, "routes": [], "ha": true, "id": "5f2b3f59-4937-4a1e-9745-c0a1bd534e52", "name": "tempest-pretest-check-751874663"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "397963a3da7848ed8282384ab565d2bc", "created_at": "2018-08-27T13:38:11Z", "admin_state_up": true, "updated_at": "2018-08-27T14:08:46Z", "project_id": "397963a3da7848ed8282384ab565d2bc", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "63eb0e4e-e280-4683-b4a7-faebb5771a1b", "name": "shaker-router_18767f15-2470-4efa-b2cf-33a75adaf56d"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8a5a8b4d5f5940fc96cabc268dee3f41", "created_at": "2018-08-27T12:31:16Z", "admin_state_up": false, "updated_at": "2018-08-27T12:31:16Z", "project_id": "8a5a8b4d5f5940fc96cabc268dee3f41", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "be90db42-f7d9-481e-ae84-541ea8075bc9", "name": "tempest-router-1267563662"}]} 2018-08-27 14:08:48,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-09bf36ac-7019-41a4-b0da-dd79b5dc13b1 2018-08-27 14:08:48,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.643253087997s 2018-08-27 14:08:48,978 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-09bf36ac-7019-41a4-b0da-dd79b5dc13b1 2018-08-27 14:08:48,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 14:08:48,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/63eb0e4e-e280-4683-b4a7-faebb5771a1b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 14:08:53,605 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-39f1254b-5ed8-4e5f-8356-a9da54d16074 Content-Length: 0 Date: Mon, 27 Aug 2018 14:08:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 14:08:53,606 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/63eb0e4e-e280-4683-b4a7-faebb5771a1b.json used request id req-39f1254b-5ed8-4e5f-8356-a9da54d16074 2018-08-27 14:08:53,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.62649798393s 2018-08-27 14:08:53,606 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/63eb0e4e-e280-4683-b4a7-faebb5771a1b.json used request id req-39f1254b-5ed8-4e5f-8356-a9da54d16074 2018-08-27 14:08:53,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 14:08:53,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 14:08:54,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1922 X-Openstack-Request-Id: req-b66dfdc1-97ed-4876-b454-d70e86fc616e Date: Mon, 27 Aug 2018 14:08:54 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-27T13:38:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"596ffdea-9cff-4e8d-94cb-1574c036aeeb","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"397963a3da7848ed8282384ab565d2bc","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"shaker-subnet_18767f15-2470-4efa-b2cf-33a75adaf56d","enable_dhcp":true,"segment_id":null,"network_id":"0de1dd34-6ce6-4483-a44e-4682d5d5e433","tenant_id":"397963a3da7848ed8282384ab565d2bc","created_at":"2018-08-27T13:38:10Z","ip_version":4},{"updated_at":"2018-08-27T12:07:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"be54de9c-847e-4a09-971c-0568167e3798","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9e7da560-d286-4d69-b2d6-e7b51586033c","tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:18Z","ip_version":4},{"updated_at":"2018-08-27T12:29:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f8ab667c-7552-4e4b-9adc-256be45daf9b","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant 68bb65ee0f824b149892348054c9f68c","enable_dhcp":false,"segment_id":null,"network_id":"2a625653-7048-4f01-b5b8-ce0af00e6fa0","tenant_id":"","created_at":"2018-08-27T12:29:57Z","ip_version":4}]} 2018-08-27 14:08:54,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b66dfdc1-97ed-4876-b454-d70e86fc616e 2018-08-27 14:08:54,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.896753787994s 2018-08-27 14:08:54,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b66dfdc1-97ed-4876-b454-d70e86fc616e 2018-08-27 14:08:54,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 14:08:54,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/596ffdea-9cff-4e8d-94cb-1574c036aeeb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 14:08:57,619 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bce2d875-b284-4e09-8cac-31aa51e58891 Date: Mon, 27 Aug 2018 14:08:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 14:08:57,619 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/596ffdea-9cff-4e8d-94cb-1574c036aeeb.json used request id req-bce2d875-b284-4e09-8cac-31aa51e58891 2018-08-27 14:08:57,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.11419391632s 2018-08-27 14:08:57,620 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/596ffdea-9cff-4e8d-94cb-1574c036aeeb.json used request id req-bce2d875-b284-4e09-8cac-31aa51e58891 2018-08-27 14:08:57,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:08:57,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 14:08:57,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2104 X-Openstack-Request-Id: req-675e0364-d9dc-4376-9824-8cca6be83356 Date: Mon, 27 Aug 2018 14:08:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0de1dd34-6ce6-4483-a44e-4682d5d5e433","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"397963a3da7848ed8282384ab565d2bc","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T14:08:57Z","qos_policy_id":null,"name":"shaker-net_18767f15-2470-4efa-b2cf-33a75adaf56d","admin_state_up":true,"tenant_id":"397963a3da7848ed8282384ab565d2bc","created_at":"2018-08-27T13:38:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2a625653-7048-4f01-b5b8-ce0af00e6fa0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f8ab667c-7552-4e4b-9adc-256be45daf9b"],"description":"","tags":[],"updated_at":"2018-08-27T12:29:57Z","qos_policy_id":null,"name":"HA network tenant 68bb65ee0f824b149892348054c9f68c","admin_state_up":true,"tenant_id":"","created_at":"2018-08-27T12:29:57Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 14:08:57,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-675e0364-d9dc-4376-9824-8cca6be83356 2018-08-27 14:08:57,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0943720340729s 2018-08-27 14:08:57,715 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-675e0364-d9dc-4376-9824-8cca6be83356 2018-08-27 14:08:57,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 14:08:57,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/0de1dd34-6ce6-4483-a44e-4682d5d5e433.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 14:08:59,239 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-100ce740-2b82-4b5a-8324-3e0434be1628 Date: Mon, 27 Aug 2018 14:08:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 14:08:59,239 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/0de1dd34-6ce6-4483-a44e-4682d5d5e433.json used request id req-100ce740-2b82-4b5a-8324-3e0434be1628 2018-08-27 14:08:59,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.52275085449s 2018-08-27 14:08:59,239 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/0de1dd34-6ce6-4483-a44e-4682d5d5e433.json used request id req-100ce740-2b82-4b5a-8324-3e0434be1628 2018-08-27 14:08:59,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 14:08:59,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 14:08:59,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-b84e65db-1569-478b-b894-81c58c4c415b Date: Mon, 27 Aug 2018 14:08:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T13:38:34Z", "file": "/v2/images/ff2b061f-84b5-4964-b0b1-936632eedc9a/file", "owner": "397963a3da7848ed8282384ab565d2bc", "id": "ff2b061f-84b5-4964-b0b1-936632eedc9a", "size": 666173440, "self": "/v2/images/ff2b061f-84b5-4964-b0b1-936632eedc9a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/ff2b061f-84b5-4964-b0b1-936632eedc9a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/ff2b061f-84b5-4964-b0b1-936632eedc9a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_18767f15-2470-4efa-b2cf-33a75adaf56d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_18767f15-2470-4efa-b2cf-33a75adaf56d", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-27T13:38:24Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 14:08:59,934 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b84e65db-1569-478b-b894-81c58c4c415b 2018-08-27 14:08:59,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.693230867386s 2018-08-27 14:08:59,935 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b84e65db-1569-478b-b894-81c58c4c415b 2018-08-27 14:08:59,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 14:08:59,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/ff2b061f-84b5-4964-b0b1-936632eedc9a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ba415a55bcb62d63c499104f918f7c98fc7c796" 2018-08-27 14:09:00,626 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-68743c75-4885-45b7-b464-c11f95988bf3 Date: Mon, 27 Aug 2018 14:09:00 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 14:09:00,626 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/ff2b061f-84b5-4964-b0b1-936632eedc9a used request id req-68743c75-4885-45b7-b464-c11f95988bf3 2018-08-27 14:09:00,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.689738988876s 2018-08-27 14:09:00,627 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/ff2b061f-84b5-4964-b0b1-936632eedc9a used request id req-68743c75-4885-45b7-b464-c11f95988bf3 2018-08-27 14:09:00,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 14:09:00,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 14:09:00,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09: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-e12b9eca-c036-4e70-a5b5-35bd5ba8e8a0 x-compute-request-id: req-e12b9eca-c036-4e70-a5b5-35bd5ba8e8a0 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_18767f15-2470-4efa-b2cf-33a75adaf56d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f", "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": "7cc7cce1-8dab-4982-8c24-0cbb5570d93f"}]} 2018-08-27 14:09:00,908 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-e12b9eca-c036-4e70-a5b5-35bd5ba8e8a0 2018-08-27 14:09:00,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.280717849731s 2018-08-27 14:09:00,908 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-e12b9eca-c036-4e70-a5b5-35bd5ba8e8a0 2018-08-27 14:09:00,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 14:09:00,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 14:09:00,947 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 14:09: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-dc6f4818-97a8-4620-a970-9c34ee0c26dc x-compute-request-id: req-dc6f4818-97a8-4620-a970-9c34ee0c26dc Content-Length: 0 Content-Type: application/json 2018-08-27 14:09:00,947 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f used request id req-dc6f4818-97a8-4620-a970-9c34ee0c26dc 2018-08-27 14:09:00,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.037556886673s 2018-08-27 14:09:00,948 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/7cc7cce1-8dab-4982-8c24-0cbb5570d93f used request id req-dc6f4818-97a8-4620-a970-9c34ee0c26dc 2018-08-27 14:09:00,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 14:09:00,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 14:09:01,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a666a7d-08d3-4e81-ae04-6b3c2d83e80d Content-Encoding: gzip Content-Length: 966 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "shaker-user_18767f15-2470-4efa-b2cf-33a75adaf56d", "links": {"self": "http://172.30.9.28:5000/v3/users/5c8e240f18884b8f8436e6bbe89f093d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5c8e240f18884b8f8436e6bbe89f093d", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 14:09:01,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8a666a7d-08d3-4e81-ae04-6b3c2d83e80d 2018-08-27 14:09:01,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.234793186188s 2018-08-27 14:09:01,184 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8a666a7d-08d3-4e81-ae04-6b3c2d83e80d 2018-08-27 14:09:01,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 14:09:01,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/5c8e240f18884b8f8436e6bbe89f093d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 14:09:01,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42322975-6b90-400e-94a8-ffb84ec00b56 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_18767f15-2470-4efa-b2cf-33a75adaf56d", "links": {"self": "http://172.30.9.28:5000/v3/users/5c8e240f18884b8f8436e6bbe89f093d"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "5c8e240f18884b8f8436e6bbe89f093d", "description": null}} 2018-08-27 14:09:01,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/5c8e240f18884b8f8436e6bbe89f093d used request id req-42322975-6b90-400e-94a8-ffb84ec00b56 2018-08-27 14:09:01,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.22119808197s 2018-08-27 14:09:01,412 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/5c8e240f18884b8f8436e6bbe89f093d used request id req-42322975-6b90-400e-94a8-ffb84ec00b56 2018-08-27 14:09:01,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 14:09:01,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/5c8e240f18884b8f8436e6bbe89f093d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 14:09:01,700 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 14:09:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3d73a3b-55af-444f-b96c-a737a9e7e986 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 14:09:01,700 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/5c8e240f18884b8f8436e6bbe89f093d used request id req-d3d73a3b-55af-444f-b96c-a737a9e7e986 2018-08-27 14:09:01,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.287646055222s 2018-08-27 14:09:01,700 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/5c8e240f18884b8f8436e6bbe89f093d used request id req-d3d73a3b-55af-444f-b96c-a737a9e7e986 2018-08-27 14:09:01,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 14:09:01,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 14:09:01,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7583c6d7-e5b9-4bb7-b277-5150adca5497 Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.28:5000/v3/projects/397963a3da7848ed8282384ab565d2bc"}, "tags": [], "enabled": true, "id": "397963a3da7848ed8282384ab565d2bc", "parent_id": "default", "domain_id": "default", "name": "shaker-project_18767f15-2470-4efa-b2cf-33a75adaf56d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-27 14:09:01,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-7583c6d7-e5b9-4bb7-b277-5150adca5497 2018-08-27 14:09:01,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.205355882645s 2018-08-27 14:09:01,908 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-7583c6d7-e5b9-4bb7-b277-5150adca5497 2018-08-27 14:09:01,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 14:09:01,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/397963a3da7848ed8282384ab565d2bc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3e980f191be2b4c4e384f98c3ea4fc3faa7bd63" 2018-08-27 14:09:02,188 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 14:09:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0885421-7624-4273-bf8f-32cce53b2a6b 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 14:09:02,189 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/397963a3da7848ed8282384ab565d2bc used request id req-f0885421-7624-4273-bf8f-32cce53b2a6b 2018-08-27 14:09:02,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.275108098984s 2018-08-27 14:09:02,189 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/397963a3da7848ed8282384ab565d2bc used request id req-f0885421-7624-4273-bf8f-32cce53b2a6b 2018-08-27 14:09:02,251 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-27 14:09:02,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 14:09:02,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 14:09:02,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 14:09:02,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 14:09:02,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 14:09:02,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 14:09:02,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 14:09:02,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 14:09:02,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 14:09:02,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 14:09:02,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 14:09:02,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 14:09:02,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 14:09:02,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 14:09:02,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 14:09:02,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 14:09:02,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 14:09:02,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 14:09:02,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 14:09:02,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 14:09:02,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 14:09:02,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 14:09:02,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 14:09:02,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 14:09:02,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 14:09:02,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:09:02,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b0682ea-e4cf-4962-b625-606f848ae719 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 14:09:02,622 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3b0682ea-e4cf-4962-b625-606f848ae719 2018-08-27 14:09:02,622 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 14:09:03,030 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T15:09:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["b3wMaFocRgC3gu3NZMCM9Q"], "issued_at": "2018-08-27T14:09:02.000000Z"}} 2018-08-27 14:09:03,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:09:03,037 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 14:09:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4001feb-af32-463c-bd06-80a41a74f22f 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 14:09:03,037 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-f4001feb-af32-463c-bd06-80a41a74f22f 2018-08-27 14:09:03,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 14:09:03,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:03,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09f8077c-a077-4f42-af49-db90364ce237 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/1822875bebb84e26b6f0f5a37895742c"}, "tags": [], "enabled": true, "id": "1822875bebb84e26b6f0f5a37895742c", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 14:09:03,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-09f8077c-a077-4f42-af49-db90364ce237 2018-08-27 14:09:03,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.187782049179s 2018-08-27 14:09:03,226 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-09f8077c-a077-4f42-af49-db90364ce237 2018-08-27 14:09:03,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 14:09:03,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2d5cc07e644b58686ae7463d2380e4deaccff70e" -d '{"project": {"description": "Created by OPNFV Functest: snaps_smoke", "enabled": true, "domain_id": "default", "name": "snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}}' 2018-08-27 14:09:03,476 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 14:09:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c18490e9-4b1a-415f-b05f-b0b508248bc3 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.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9"}, "tags": [], "enabled": true, "id": "8d9ec3b924e84c679dfb4bd26aa542e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}} 2018-08-27 14:09:03,476 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c18490e9-4b1a-415f-b05f-b0b508248bc3 2018-08-27 14:09:03,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.242877960205s 2018-08-27 14:09:03,476 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c18490e9-4b1a-415f-b05f-b0b508248bc3 2018-08-27 14:09:03,477 - 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'8d9ec3b924e84c679dfb4bd26aa542e9', '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_e5f05e02-8e7b-4510-a2fb-bb82037b21da'}) 2018-08-27 14:09:03,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 14:09:03,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2d5cc07e644b58686ae7463d2380e4deaccff70e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "6c21e8fd-11d3-4361-836d-e3af342662d0", "email": null, "name": "snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}}' 2018-08-27 14:09:03,942 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 14:09:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1629e438-5ca5-411a-b5ed-8e3bf03aeaed Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da", "links": {"self": "http://172.30.9.28:5000/v3/users/643d28eccdf547c1be8115317b9156d8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "643d28eccdf547c1be8115317b9156d8", "domain_id": "default", "password_expires_at": null}} 2018-08-27 14:09:03,942 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-1629e438-5ca5-411a-b5ed-8e3bf03aeaed 2018-08-27 14:09:03,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.460039138794s 2018-08-27 14:09:03,943 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-1629e438-5ca5-411a-b5ed-8e3bf03aeaed 2018-08-27 14:09:03,943 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'643d28eccdf547c1be8115317b9156d8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da'}) 2018-08-27 14:09:03,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:09:03,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:04,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6730bcf1-23e6-40b4-a87a-d3c323b8936c Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:09:04,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6730bcf1-23e6-40b4-a87a-d3c323b8936c 2018-08-27 14:09:04,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.183090925217s 2018-08-27 14:09:04,131 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6730bcf1-23e6-40b4-a87a-d3c323b8936c 2018-08-27 14:09:04,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:09:04,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:04,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b120ab9e-21e9-41b6-b210-0754035a9095 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:09:04,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b120ab9e-21e9-41b6-b210-0754035a9095 2018-08-27 14:09:04,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196068048477s 2018-08-27 14:09:04,332 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b120ab9e-21e9-41b6-b210-0754035a9095 2018-08-27 14:09:04,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:09:04,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:04,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd508848-7524-4c8d-b028-9d5048888e56 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:09:04,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fd508848-7524-4c8d-b028-9d5048888e56 2018-08-27 14:09:04,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196568965912s 2018-08-27 14:09:04,534 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fd508848-7524-4c8d-b028-9d5048888e56 2018-08-27 14:09:04,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 14:09:04,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:04,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6b83005-d477-48c1-a19e-72220fea4818 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 14:09:04,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-e6b83005-d477-48c1-a19e-72220fea4818 2018-08-27 14:09:04,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.183918952942s 2018-08-27 14:09:04,723 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-e6b83005-d477-48c1-a19e-72220fea4818 2018-08-27 14:09:04,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 14:09:04,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:04,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cafe04e0-d2d9-49e7-b444-21e993e43d75 Content-Encoding: gzip Content-Length: 965 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da", "links": {"self": "http://172.30.9.28:5000/v3/users/643d28eccdf547c1be8115317b9156d8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "643d28eccdf547c1be8115317b9156d8", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 14:09:04,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-cafe04e0-d2d9-49e7-b444-21e993e43d75 2018-08-27 14:09:04,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.211477041245s 2018-08-27 14:09:04,936 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-cafe04e0-d2d9-49e7-b444-21e993e43d75 2018-08-27 14:09:04,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 14:09:04,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:05,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b2c0163-31e5-476c-bb5a-849ce687bb9a Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "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.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9"}, "tags": [], "enabled": true, "id": "8d9ec3b924e84c679dfb4bd26aa542e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}]} 2018-08-27 14:09:05,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-8b2c0163-31e5-476c-bb5a-849ce687bb9a 2018-08-27 14:09:05,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.197909116745s 2018-08-27 14:09:05,147 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-8b2c0163-31e5-476c-bb5a-849ce687bb9a 2018-08-27 14:09:05,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 14:09:05,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=643d28eccdf547c1be8115317b9156d8&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=8d9ec3b924e84c679dfb4bd26aa542e9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:05,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d3f2b76-a020-4ceb-b1e7-bcad01576157 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=643d28eccdf547c1be8115317b9156d8&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=8d9ec3b924e84c679dfb4bd26aa542e9", "previous": null, "next": null}} 2018-08-27 14:09:05,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=643d28eccdf547c1be8115317b9156d8&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=8d9ec3b924e84c679dfb4bd26aa542e9 used request id req-3d3f2b76-a020-4ceb-b1e7-bcad01576157 2018-08-27 14:09:05,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.18096613884s 2018-08-27 14:09:05,334 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=643d28eccdf547c1be8115317b9156d8&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=8d9ec3b924e84c679dfb4bd26aa542e9 used request id req-3d3f2b76-a020-4ceb-b1e7-bcad01576157 2018-08-27 14:09:05,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 14:09:05,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9/users/643d28eccdf547c1be8115317b9156d8/roles/2d704632e4b7449aa0baeaa243e3aa0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:05,515 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 14:09:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29c8f33d-76bf-4c62-9add-a7c27400e6ed 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 14:09:05,515 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9/users/643d28eccdf547c1be8115317b9156d8/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-29c8f33d-76bf-4c62-9add-a7c27400e6ed 2018-08-27 14:09:05,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.177334070206s 2018-08-27 14:09:05,515 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9/users/643d28eccdf547c1be8115317b9156d8/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-29c8f33d-76bf-4c62-9add-a7c27400e6ed 2018-08-27 14:09:05,516 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da', 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'8d9ec3b924e84c679dfb4bd26aa542e9', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '6c21e8fd-11d3-4361-836d-e3af342662d0', 'username': u'snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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 14:09:05,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 14:09:05,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 14:09:05,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 14:09:05,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 14:09:05,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 14:09:05,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 14:09:05,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 14:09:05,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 14:09:05,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 14:09:05,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 14:09:05,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 14:09:05,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 14:09:05,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 14:09:05,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 14:09:05,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 14:09:05,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 14:09:05,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 14:09:05,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 14:09:05,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 14:09:05,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 14:09:05,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 14:09:05,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 14:09:05,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 14:09:05,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 14:09:05,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 14:09:05,523 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da', 'password': '6c21e8fd-11d3-4361-836d-e3af342662d0', 'project_name': 'snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '8d9ec3b924e84c679dfb4bd26aa542e9', 'project_domain_name': 'Default'} 2018-08-27 14:09:05,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:09:05,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:05,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8745b2bb-0b6b-41d7-9e51-198bf4bd90b8 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:09:05,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8745b2bb-0b6b-41d7-9e51-198bf4bd90b8 2018-08-27 14:09:05,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194248914719s 2018-08-27 14:09:05,721 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8745b2bb-0b6b-41d7-9e51-198bf4bd90b8 2018-08-27 14:09:05,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:09:05,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:05,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-652e3b04-8bad-4249-a7b8-a17bbc19b047 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:09:05,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-652e3b04-8bad-4249-a7b8-a17bbc19b047 2018-08-27 14:09:05,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.17751288414s 2018-08-27 14:09:05,903 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-652e3b04-8bad-4249-a7b8-a17bbc19b047 2018-08-27 14:09:05,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 14:09:05,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:06,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9b4496d-2c13-495a-9e56-da956567b28a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 14:09:06,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-b9b4496d-2c13-495a-9e56-da956567b28a 2018-08-27 14:09:06,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.192940950394s 2018-08-27 14:09:06,102 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-b9b4496d-2c13-495a-9e56-da956567b28a 2018-08-27 14:09:06,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 14:09:06,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:06,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02da4917-6194-43e1-a39e-f56147d745e3 Content-Encoding: gzip Content-Length: 965 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da", "links": {"self": "http://172.30.9.28:5000/v3/users/643d28eccdf547c1be8115317b9156d8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "643d28eccdf547c1be8115317b9156d8", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 14:09:06,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-02da4917-6194-43e1-a39e-f56147d745e3 2018-08-27 14:09:06,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.219214916229s 2018-08-27 14:09:06,322 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-02da4917-6194-43e1-a39e-f56147d745e3 2018-08-27 14:09:06,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 14:09:06,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:06,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42bb7ba3-57ee-487d-b6ca-f8b199d33e0c Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "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.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9"}, "tags": [], "enabled": true, "id": "8d9ec3b924e84c679dfb4bd26aa542e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}]} 2018-08-27 14:09:06,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-42bb7ba3-57ee-487d-b6ca-f8b199d33e0c 2018-08-27 14:09:06,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190770149231s 2018-08-27 14:09:06,527 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-42bb7ba3-57ee-487d-b6ca-f8b199d33e0c 2018-08-27 14:09:06,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 14:09:06,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=643d28eccdf547c1be8115317b9156d8&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=8d9ec3b924e84c679dfb4bd26aa542e9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:06,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8ee9819-0e06-4e02-a336-2a60f8991fe6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=643d28eccdf547c1be8115317b9156d8&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=8d9ec3b924e84c679dfb4bd26aa542e9", "previous": null, "next": null}} 2018-08-27 14:09:06,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=643d28eccdf547c1be8115317b9156d8&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=8d9ec3b924e84c679dfb4bd26aa542e9 used request id req-e8ee9819-0e06-4e02-a336-2a60f8991fe6 2018-08-27 14:09:06,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.203565835953s 2018-08-27 14:09:06,739 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=643d28eccdf547c1be8115317b9156d8&role.id=6b26747647ee4eed8251bc5366eb3a92&scope.project.id=8d9ec3b924e84c679dfb4bd26aa542e9 used request id req-e8ee9819-0e06-4e02-a336-2a60f8991fe6 2018-08-27 14:09:06,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 14:09:06,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9/users/643d28eccdf547c1be8115317b9156d8/roles/6b26747647ee4eed8251bc5366eb3a92 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:07,186 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 14:09:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b28db103-b35c-4039-ae9c-898093747ed9 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 14:09:07,186 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9/users/643d28eccdf547c1be8115317b9156d8/roles/6b26747647ee4eed8251bc5366eb3a92 used request id req-b28db103-b35c-4039-ae9c-898093747ed9 2018-08-27 14:09:07,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.444329023361s 2018-08-27 14:09:07,187 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9/users/643d28eccdf547c1be8115317b9156d8/roles/6b26747647ee4eed8251bc5366eb3a92 used request id req-b28db103-b35c-4039-ae9c-898093747ed9 2018-08-27 14:09:07,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:09:07,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:07,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edc9b247-8968-4f71-959c-68c43f98bcd7 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:09:07,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-edc9b247-8968-4f71-959c-68c43f98bcd7 2018-08-27 14:09:07,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181880950928s 2018-08-27 14:09:07,373 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-edc9b247-8968-4f71-959c-68c43f98bcd7 2018-08-27 14:09:07,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:09:07,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:07,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d323999-7de2-48a2-b409-4a4288741c10 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:09:07,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7d323999-7de2-48a2-b409-4a4288741c10 2018-08-27 14:09:07,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.149948120117s 2018-08-27 14:09:07,528 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7d323999-7de2-48a2-b409-4a4288741c10 2018-08-27 14:09:07,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 14:09:07,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:07,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff62dfe6-3da8-4354-808d-81408a426bc6 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 14:09:07,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-ff62dfe6-3da8-4354-808d-81408a426bc6 2018-08-27 14:09:07,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.210649967194s 2018-08-27 14:09:07,744 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-ff62dfe6-3da8-4354-808d-81408a426bc6 2018-08-27 14:09:07,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 14:09:07,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:07,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-913a3e7f-5b4f-46a5-a526-c9dab643b79d Content-Encoding: gzip Content-Length: 965 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da", "links": {"self": "http://172.30.9.28:5000/v3/users/643d28eccdf547c1be8115317b9156d8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "643d28eccdf547c1be8115317b9156d8", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 14:09:07,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-913a3e7f-5b4f-46a5-a526-c9dab643b79d 2018-08-27 14:09:07,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203665018082s 2018-08-27 14:09:07,949 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-913a3e7f-5b4f-46a5-a526-c9dab643b79d 2018-08-27 14:09:07,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 14:09:07,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:08,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57269e89-06ca-4c8e-9681-c9fe6798398a Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "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.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9"}, "tags": [], "enabled": true, "id": "8d9ec3b924e84c679dfb4bd26aa542e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}]} 2018-08-27 14:09:08,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-57269e89-06ca-4c8e-9681-c9fe6798398a 2018-08-27 14:09:08,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.203407049179s 2018-08-27 14:09:08,165 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-57269e89-06ca-4c8e-9681-c9fe6798398a 2018-08-27 14:09:08,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 14:09:08,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=643d28eccdf547c1be8115317b9156d8&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=8d9ec3b924e84c679dfb4bd26aa542e9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:08,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97bd307d-9001-4641-b6c5-e65d87d832e6 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=643d28eccdf547c1be8115317b9156d8&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=8d9ec3b924e84c679dfb4bd26aa542e9", "previous": null, "next": null}} 2018-08-27 14:09:08,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=643d28eccdf547c1be8115317b9156d8&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=8d9ec3b924e84c679dfb4bd26aa542e9 used request id req-97bd307d-9001-4641-b6c5-e65d87d832e6 2018-08-27 14:09:08,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.109384059906s 2018-08-27 14:09:08,281 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=643d28eccdf547c1be8115317b9156d8&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=8d9ec3b924e84c679dfb4bd26aa542e9 used request id req-97bd307d-9001-4641-b6c5-e65d87d832e6 2018-08-27 14:09:08,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 14:09:08,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9/users/643d28eccdf547c1be8115317b9156d8/roles/7b28244ddeaf43af86cd31e8e289ae52 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d5cc07e644b58686ae7463d2380e4deaccff70e" 2018-08-27 14:09:08,437 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 14:09:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8afa459-4bbb-41f1-a5d9-6293535313f4 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 14:09:08,437 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9/users/643d28eccdf547c1be8115317b9156d8/roles/7b28244ddeaf43af86cd31e8e289ae52 used request id req-e8afa459-4bbb-41f1-a5d9-6293535313f4 2018-08-27 14:09:08,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.152248859406s 2018-08-27 14:09:08,437 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9/users/643d28eccdf547c1be8115317b9156d8/roles/7b28244ddeaf43af86cd31e8e289ae52 used request id req-e8afa459-4bbb-41f1-a5d9-6293535313f4 2018-08-27 14:09:08,438 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-27 14:09:08,438 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-27 14:09:08,439 - openstack_tests - INFO - OS Credentials = > 2018-08-27 14:09:08,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-27 14:09:08,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-27 14:09:08,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-27 14:09:08,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-27 14:09:08,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-27 14:09:08,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-27 14:09:08,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 14:09:08,879 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "7b28244ddeaf43af86cd31e8e289ae52", "name": "heat_stack_owner"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T15:09:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d9ec3b924e84c679dfb4bd26aa542e9", "name": "snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/8d9ec3b924e84c679dfb4bd26aa542e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/8d9ec3b924e84c679dfb4bd26aa542e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/8d9ec3b924e84c679dfb4bd26aa542e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_8d9ec3b924e84c679dfb4bd26aa542e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_8d9ec3b924e84c679dfb4bd26aa542e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/8d9ec3b924e84c679dfb4bd26aa542e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/8d9ec3b924e84c679dfb4bd26aa542e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/8d9ec3b924e84c679dfb4bd26aa542e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/8d9ec3b924e84c679dfb4bd26aa542e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/8d9ec3b924e84c679dfb4bd26aa542e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/8d9ec3b924e84c679dfb4bd26aa542e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/8d9ec3b924e84c679dfb4bd26aa542e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/8d9ec3b924e84c679dfb4bd26aa542e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/8d9ec3b924e84c679dfb4bd26aa542e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da", "id": "643d28eccdf547c1be8115317b9156d8"}, "audit_ids": ["PmHziJOSQFarPLOoi7g5zA"], "issued_at": "2018-08-27T14:09:08.000000Z"}} 2018-08-27 14:09:08,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed9b7f75711af79d412a2caaa49c1c1508e51c1" 2018-08-27 14:09:09,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-2441565a-bd58-4605-9864-a3d6d8e8a0b7 Date: Mon, 27 Aug 2018 14:09:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 14:09:09,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-2441565a-bd58-4605-9864-a3d6d8e8a0b7 2018-08-27 14:09:09,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9e7da560-d286-4d69-b2d6-e7b51586033c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed9b7f75711af79d412a2caaa49c1c1508e51c1" 2018-08-27 14:09:09,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-63ccb86e-0b8a-446c-815d-ded811b7bfd8 Date: Mon, 27 Aug 2018 14:09:09 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-27T12:07:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"be54de9c-847e-4a09-971c-0568167e3798","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9e7da560-d286-4d69-b2d6-e7b51586033c","tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:18Z","ip_version":4}]} 2018-08-27 14:09:09,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9e7da560-d286-4d69-b2d6-e7b51586033c used request id req-63ccb86e-0b8a-446c-815d-ded811b7bfd8 2018-08-27 14:09:09,761 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-27 14:09:09,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 14:09:09,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 14:09:09,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 14:09:09,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 14:09:09,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 14:09:09,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 14:09:09,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 14:09:09,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 14:09:09,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 14:09:09,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 14:09:09,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 14:09:09,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 14:09:09,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 14:09:09,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 14:09:09,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 14:09:09,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 14:09:09,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 14:09:09,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 14:09:09,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 14:09:09,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 14:09:09,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 14:09:09,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 14:09:09,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 14:09:09,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 14:09:09,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 14:09:09,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-27 14:09:09,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:09:09,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dae9c06-3d6b-42be-8aff-7924094488d9 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 14:09:09,770 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6dae9c06-3d6b-42be-8aff-7924094488d9 2018-08-27 14:09:09,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 14:09:10,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T15:09:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["GE6CnI8eQtCv6vt8Wd-eWQ"], "issued_at": "2018-08-27T14:09:10.000000Z"}} 2018-08-27 14:09:10,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c3cb6922975943ba32baba3c9c4bf6fd33618597" 2018-08-27 14:09:10,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09: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-db79d4fa-a2e4-4a9d-95ef-d28b8f6e8e16 x-compute-request-id: req-db79d4fa-a2e4-4a9d-95ef-d28b8f6e8e16 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.28: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 14:09:10,439 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/ used request id req-db79d4fa-a2e4-4a9d-95ef-d28b8f6e8e16 2018-08-27 14:09:10,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.675123929977s 2018-08-27 14:09:10,440 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/ used request id req-db79d4fa-a2e4-4a9d-95ef-d28b8f6e8e16 2018-08-27 14:09:10,440 - 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.28: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 14:09:10,440 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-27 14:09:10,441 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_smoke'... 2018-08-27 14:09:10,441 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 00:00 | SKIP | +---------------------+------------------+------------------+----------------+ 2018-08-27 14:09:10,493 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-27 14:09:10,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 14:09:10,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 14:09:10,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 14:09:10,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 14:09:10,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 14:09:10,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 14:09:10,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 14:09:10,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 14:09:10,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 14:09:10,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 14:09:10,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 14:09:10,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 14:09:10,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 14:09:10,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 14:09:10,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 14:09:10,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 14:09:10,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 14:09:10,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 14:09:10,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 14:09:10,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 14:09:10,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 14:09:10,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 14:09:10,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 14:09:10,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 14:09:10,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 14:09:10,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:09:10,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5697b987-596c-4403-8a4b-3092326e6dcb 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 14:09:10,556 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5697b987-596c-4403-8a4b-3092326e6dcb 2018-08-27 14:09:10,557 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 14:09:10,964 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T15:09:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["uoXxK2bDSHSYTMbBgy88dg"], "issued_at": "2018-08-27T14:09:10.000000Z"}} 2018-08-27 14:09:10,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:09:10,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:09:11,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-59e5d8df-b763-4546-8bb5-6ad414f825a1 Date: Mon, 27 Aug 2018 14:09:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 14:09:11,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-59e5d8df-b763-4546-8bb5-6ad414f825a1 2018-08-27 14:09:11,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.372622013092s 2018-08-27 14:09:11,340 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-59e5d8df-b763-4546-8bb5-6ad414f825a1 2018-08-27 14:09:11,341 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-27 14:09:14,317 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-27 14:09:17,077 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 0f920536-1917-4bdc-a585-6c613c8e2311 | 2018-08-27T14:09:16.715823 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 0f920536-1917-4bdc-a585-6c613c8e2311 ~/.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 14:09:20,994 - 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 14:09:20,995 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-27 14:09:23,662 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-27 14:09:27,203 - 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=b5801ed3-d697-45f5-a0a2-0a71a71d6672) as the default verifier for the future CLI operations. 2018-08-27 14:09:30,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-27 14:09:30,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:09:31,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-2698bf75-3c7e-4e80-ba4e-66ccf8ed2c4c Date: Mon, 27 Aug 2018 14:09:31 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": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"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": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"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": "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": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "segment", "updated": "2016-02-24T17:00:00-00:00", "name": "Segment", "links": [], "description": "Segments extension."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"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": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"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": "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": "l3-ha", "updated": "2014-04-26T00:00:00-00:00", "name": "HA Router extension", "links": [], "description": "Adds HA capability to routers."}, {"alias": "filter-validation", "updated": "2018-03-21T10:00:00-00:00", "name": "Filter parameters validation", "links": [], "description": "Provides validation on filter parameters."}, {"alias": "subnet-segmentid-writable", "updated": "2018-03-12T00:00:00-00:00", "name": "Subnet SegmentID (writable)", "links": [], "description": "Provides a writable segment_id attribute for a subnet resource."}, {"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": "l2_adjacency", "updated": "2016-04-12T16:00:00-00:00", "name": "L2 Adjacency", "links": [], "description": "Display L2 Adjacency for Neutron Networks."}, {"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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}, {"alias": "l3-flavors", "updated": "2016-05-17T00:00:00-00:00", "name": "Router Flavor Extension", "links": [], "description": "Flavor support for routers."}, {"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": "standard-attr-segment", "updated": "2018-04-09T10:00:00-00:00", "name": "Standard Attribute Segment Extension", "links": [], "description": "Add standard attributes to Segment resource"}, {"alias": "segments-peer-subnet-host-routes", "updated": "2018-06-12T10:00:00-00:00", "name": "Segments peer-subnet host routes", "links": [], "description": "Add host routes to subnets on a routed network (segments)"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 agents"}, {"alias": "fip-port-details", "updated": "2018-04-09T10:00:00-00:00", "name": "Floating IP Port Details Extension", "links": [], "description": "Add port_details attribute to Floating IP resource"}, {"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Router Availability Zone", "links": [], "description": "Availability zone support for router."}, {"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": "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": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}, {"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": "ip_allocation", "updated": "2016-06-10T23:00:00-00:00", "name": "IP Allocation", "links": [], "description": "IP allocation extension."}, {"alias": "qos-fip", "updated": "2017-07-20T00:00:00-00:00", "name": "Floating IP QoS", "links": [], "description": "The floating IP Quality of Service extension"}, {"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"}]} 2018-08-27 14:09:31,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-2698bf75-3c7e-4e80-ba4e-66ccf8ed2c4c 2018-08-27 14:09:31,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.780529022217s 2018-08-27 14:09:31,707 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-2698bf75-3c7e-4e80-ba4e-66ccf8ed2c4c 2018-08-27 14:09:31,717 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-27 14:09:31,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 14:09:31,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" -d '{"network": {"shared": true, "name": "neutron_trunk-net_eb0298a4-9977-4397-9910-391a667c1cfe", "admin_state_up": true}}' 2018-08-27 14:09:32,216 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-23418dc8-8d34-40a1-a7bd-88045f411a30 Date: Mon, 27 Aug 2018 14:09:32 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cb0bae8b-da3a-4fc4-8125-e8b7adcc21bf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":23,"ipv4_address_scope":null,"shared":true,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T14:09:32Z","is_default":false,"qos_policy_id":null,"name":"neutron_trunk-net_eb0298a4-9977-4397-9910-391a667c1cfe","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T14:09:32Z","mtu":1450}} 2018-08-27 14:09:32,216 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-23418dc8-8d34-40a1-a7bd-88045f411a30 2018-08-27 14:09:32,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.498359918594s 2018-08-27 14:09:32,216 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-23418dc8-8d34-40a1-a7bd-88045f411a30 2018-08-27 14:09:32,217 - 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-27T14:09:32Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'cb0bae8b-da3a-4fc4-8125-e8b7adcc21bf', u'provider:segmentation_id': 23, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'neutron_trunk-net_eb0298a4-9977-4397-9910-391a667c1cfe', u'created_at': u'2018-08-27T14:09:32Z', u'mtu': 1450, u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'd56eab07eebe4995963c4bcc663afcc8', u'l2_adjacency': True}) 2018-08-27 14:09:32,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:09:32,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:09:32,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2104 X-Openstack-Request-Id: req-dd27c8ab-1a87-488d-921d-569bf1ecd2ce Date: Mon, 27 Aug 2018 14:09:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2a625653-7048-4f01-b5b8-ce0af00e6fa0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f8ab667c-7552-4e4b-9adc-256be45daf9b"],"description":"","tags":[],"updated_at":"2018-08-27T12:29:57Z","qos_policy_id":null,"name":"HA network tenant 68bb65ee0f824b149892348054c9f68c","admin_state_up":true,"tenant_id":"","created_at":"2018-08-27T12:29:57Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"cb0bae8b-da3a-4fc4-8125-e8b7adcc21bf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":23,"ipv4_address_scope":null,"shared":true,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T14:09:32Z","qos_policy_id":null,"name":"neutron_trunk-net_eb0298a4-9977-4397-9910-391a667c1cfe","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T14:09:32Z","provider:network_type":"vxlan"}]} 2018-08-27 14:09:32,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-dd27c8ab-1a87-488d-921d-569bf1ecd2ce 2018-08-27 14:09:32,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.393630981445s 2018-08-27 14:09:32,612 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-dd27c8ab-1a87-488d-921d-569bf1ecd2ce 2018-08-27 14:09:32,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 14:09:32,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" -d '{"subnet": {"name": "neutron_trunk-subnet_eb0298a4-9977-4397-9910-391a667c1cfe", "enable_dhcp": true, "network_id": "cb0bae8b-da3a-4fc4-8125-e8b7adcc21bf", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 14:09:33,832 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-ff789228-946b-4d9b-917c-b4455f6f4876 Date: Mon, 27 Aug 2018 14:09:33 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-27T14:09:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"05314b4d-786f-4ae9-9bce-8c63f79b7582","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d56eab07eebe4995963c4bcc663afcc8","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"neutron_trunk-subnet_eb0298a4-9977-4397-9910-391a667c1cfe","enable_dhcp":true,"segment_id":null,"network_id":"cb0bae8b-da3a-4fc4-8125-e8b7adcc21bf","tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T14:09:33Z","ip_version":4}} 2018-08-27 14:09:33,832 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-ff789228-946b-4d9b-917c-b4455f6f4876 2018-08-27 14:09:33,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.21916794777s 2018-08-27 14:09:33,833 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-ff789228-946b-4d9b-917c-b4455f6f4876 2018-08-27 14:09:33,833 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T14:09:33Z', 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'05314b4d-786f-4ae9-9bce-8c63f79b7582', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_eb0298a4-9977-4397-9910-391a667c1cfe', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'cb0bae8b-da3a-4fc4-8125-e8b7adcc21bf', u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'created_at': u'2018-08-27T14:09:33Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd56eab07eebe4995963c4bcc663afcc8'}) 2018-08-27 14:09:33,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 14:09:33,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "neutron_trunk-router_eb0298a4-9977-4397-9910-391a667c1cfe", "admin_state_up": true}}' 2018-08-27 14:09:40,673 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 712 X-Openstack-Request-Id: req-beeb871d-e2f2-4935-ab59-30195f116339 Date: Mon, 27 Aug 2018 14:09:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.212"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T14:09:34Z", "admin_state_up": true, "updated_at": "2018-08-27T14:09:36Z", "project_id": "d56eab07eebe4995963c4bcc663afcc8", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "848cc019-41d0-463b-8cce-43b871b6e48e", "name": "neutron_trunk-router_eb0298a4-9977-4397-9910-391a667c1cfe"}} 2018-08-27 14:09:40,674 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-beeb871d-e2f2-4935-ab59-30195f116339 2018-08-27 14:09:40,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.83981704712s 2018-08-27 14:09:40,674 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-beeb871d-e2f2-4935-ab59-30195f116339 2018-08-27 14:09:40,675 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T14:09:36Z', u'revision_number': 3, u'ha': True, u'id': u'848cc019-41d0-463b-8cce-43b871b6e48e', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.212'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-router_eb0298a4-9977-4397-9910-391a667c1cfe', u'admin_state_up': True, u'tenant_id': u'd56eab07eebe4995963c4bcc663afcc8', u'created_at': u'2018-08-27T14:09:34Z', u'flavor_id': None, u'routes': [], u'project_id': u'd56eab07eebe4995963c4bcc663afcc8'}) 2018-08-27 14:09:40,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 14:09:40,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/848cc019-41d0-463b-8cce-43b871b6e48e/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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" -d '{"subnet_id": "05314b4d-786f-4ae9-9bce-8c63f79b7582"}' 2018-08-27 14:09:43,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-274f9a7f-dddb-4ef5-88e7-0849ea3ad16c Date: Mon, 27 Aug 2018 14:09:43 GMT RESP BODY: {"network_id": "cb0bae8b-da3a-4fc4-8125-e8b7adcc21bf", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "subnet_id": "05314b4d-786f-4ae9-9bce-8c63f79b7582", "subnet_ids": ["05314b4d-786f-4ae9-9bce-8c63f79b7582"], "port_id": "9c1c73a4-d8ff-46dd-8e01-7613a1882ef6", "id": "848cc019-41d0-463b-8cce-43b871b6e48e"} 2018-08-27 14:09:43,251 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/848cc019-41d0-463b-8cce-43b871b6e48e/add_router_interface.json used request id req-274f9a7f-dddb-4ef5-88e7-0849ea3ad16c 2018-08-27 14:09:43,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.57590484619s 2018-08-27 14:09:43,252 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/848cc019-41d0-463b-8cce-43b871b6e48e/add_router_interface.json used request id req-274f9a7f-dddb-4ef5-88e7-0849ea3ad16c returning object 848cc019-41d0-463b-8cce-43b871b6e48e 2018-08-27 14:09:43,252 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 14:09:43,384 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 14:09:43,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:09:43,391 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 14:09:43 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 14:09:43,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 14:09:43,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:09:43,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d1a57a91-a9b8-4ec5-b13e-74aaf7f0ca7a Date: Mon, 27 Aug 2018 14:09:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 14:09:43,726 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d1a57a91-a9b8-4ec5-b13e-74aaf7f0ca7a 2018-08-27 14:09:43,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.329861164093s 2018-08-27 14:09:43,726 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d1a57a91-a9b8-4ec5-b13e-74aaf7f0ca7a 2018-08-27 14:09:43,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 14:09:43,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_eb0298a4-9977-4397-9910-391a667c1cfe", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_eb0298a4-9977-4397-9910-391a667c1cfe"}' 2018-08-27 14:09:44,150 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-95667a01-bfe2-462c-9cbd-31fc2fe50b20 Date: Mon, 27 Aug 2018 14:09:44 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:09:44Z", "file": "/v2/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "441ee0a1-e5dc-4114-b4a0-a0b8742e5c73", "size": null, "self": "/v2/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73", "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_eb0298a4-9977-4397-9910-391a667c1cfe", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_eb0298a4-9977-4397-9910-391a667c1cfe", "checksum": null, "created_at": "2018-08-27T14:09:44Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 14:09:44,150 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-95667a01-bfe2-462c-9cbd-31fc2fe50b20 2018-08-27 14:09:44,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.415367841721s 2018-08-27 14:09:44,150 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-95667a01-bfe2-462c-9cbd-31fc2fe50b20 returning object 441ee0a1-e5dc-4114-b4a0-a0b8742e5c73 2018-08-27 14:09:44,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 14:09:44,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73/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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" -d '' 2018-08-27 14:09:45,704 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a701a089-d23f-431d-aa53-1a0ea8593cff Date: Mon, 27 Aug 2018 14:09: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 14:09:45,705 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73/file used request id req-a701a089-d23f-431d-aa53-1a0ea8593cff 2018-08-27 14:09:45,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.55374193192s 2018-08-27 14:09:45,705 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73/file used request id req-a701a089-d23f-431d-aa53-1a0ea8593cff 2018-08-27 14:09:45,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 14:09:45,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:09:46,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-4d9b5808-1db2-428c-b03c-763aa9d69c76 Date: Mon, 27 Aug 2018 14:09:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:09:45Z", "file": "/v2/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "441ee0a1-e5dc-4114-b4a0-a0b8742e5c73", "size": 12716032, "self": "/v2/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_eb0298a4-9977-4397-9910-391a667c1cfe", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_eb0298a4-9977-4397-9910-391a667c1cfe", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T14:09:44Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 14:09:46,014 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4d9b5808-1db2-428c-b03c-763aa9d69c76 2018-08-27 14:09:46,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.304412841797s 2018-08-27 14:09:46,014 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4d9b5808-1db2-428c-b03c-763aa9d69c76 2018-08-27 14:09:46,016 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73/snap', u'metadata': Munch({})})], 'file': u'/v2/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73/file', 'owner': u'd56eab07eebe4995963c4bcc663afcc8', 'id': u'441ee0a1-e5dc-4114-b4a0-a0b8742e5c73', 'size': 12716032, u'self': u'/v2/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd56eab07eebe4995963c4bcc663afcc8', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T14:09:45Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T14:09:45Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_eb0298a4-9977-4397-9910-391a667c1cfe', '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/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73', 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_eb0298a4-9977-4397-9910-391a667c1cfe', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_eb0298a4-9977-4397-9910-391a667c1cfe', 'created': u'2018-08-27T14:09:44Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T14:09:44Z', 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/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73', 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_eb0298a4-9977-4397-9910-391a667c1cfe', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 14:09:46,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 14:09:46,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_eb0298a4-9977-4397-9910-391a667c1cfe", "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 14:09:46,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09: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-bda814bc-5ca1-478c-aa16-477845282914 x-compute-request-id: req-bda814bc-5ca1-478c-aa16-477845282914 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_eb0298a4-9977-4397-9910-391a667c1cfe", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/30f5dc37-ae7e-4f54-ad6c-364f05a57256", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/30f5dc37-ae7e-4f54-ad6c-364f05a57256", "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": "30f5dc37-ae7e-4f54-ad6c-364f05a57256"}} 2018-08-27 14:09:46,355 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-bda814bc-5ca1-478c-aa16-477845282914 2018-08-27 14:09:46,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.338057994843s 2018-08-27 14:09:46,355 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-bda814bc-5ca1-478c-aa16-477845282914 2018-08-27 14:09:46,356 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_eb0298a4-9977-4397-9910-391a667c1cfe', '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'd56eab07eebe4995963c4bcc663afcc8', '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'30f5dc37-ae7e-4f54-ad6c-364f05a57256', 'swap': 0}) 2018-08-27 14:09:46,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 14:09:46,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/30f5dc37-ae7e-4f54-ad6c-364f05a57256/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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" -d '{"extra_specs": {}}' 2018-08-27 14:09:46,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09: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 x-openstack-request-id: req-08b07ad0-847d-4b0c-9a75-51329b6c0ef5 x-compute-request-id: req-08b07ad0-847d-4b0c-9a75-51329b6c0ef5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 14:09:46,378 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/30f5dc37-ae7e-4f54-ad6c-364f05a57256/os-extra_specs used request id req-08b07ad0-847d-4b0c-9a75-51329b6c0ef5 2018-08-27 14:09:46,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021301984787s 2018-08-27 14:09:46,378 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/30f5dc37-ae7e-4f54-ad6c-364f05a57256/os-extra_specs used request id req-08b07ad0-847d-4b0c-9a75-51329b6c0ef5 2018-08-27 14:09:46,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:09:46,389 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 14:09:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f962a47b-5fc0-4e7d-86bd-e9e79db30a70 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 14:09:46,389 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-f962a47b-5fc0-4e7d-86bd-e9e79db30a70 2018-08-27 14:09:46,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:09:46,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:09:46,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18cb31c0-7767-4d4d-af03-343aa9f836a2 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:09:46,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-18cb31c0-7767-4d4d-af03-343aa9f836a2 2018-08-27 14:09:46,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.219424962997s 2018-08-27 14:09:46,613 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-18cb31c0-7767-4d4d-af03-343aa9f836a2 2018-08-27 14:09:46,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:09:46,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:09:46,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bd7db62-0605-40d4-a45a-2086d05335a0 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:09:46,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3bd7db62-0605-40d4-a45a-2086d05335a0 2018-08-27 14:09:46,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192409038544s 2018-08-27 14:09:46,809 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3bd7db62-0605-40d4-a45a-2086d05335a0 2018-08-27 14:09:46,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-27 14:09:46,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:09:46,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09: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-a9ee1376-e2dc-499b-9a47-d9ec53dbc406 x-compute-request-id: req-a9ee1376-e2dc-499b-9a47-d9ec53dbc406 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 203}, "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.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": 245, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 206}, "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.5", "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 14:09:46,853 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-a9ee1376-e2dc-499b-9a47-d9ec53dbc406 2018-08-27 14:09:46,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0379071235657s 2018-08-27 14:09:46,853 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-a9ee1376-e2dc-499b-9a47-d9ec53dbc406 2018-08-27 14:09:46,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 14:09:46,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:09:47,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-8a55f627-030b-4c97-82db-a5b6a2d9a448 Date: Mon, 27 Aug 2018 14:09:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:09:45Z", "file": "/v2/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "441ee0a1-e5dc-4114-b4a0-a0b8742e5c73", "size": 12716032, "self": "/v2/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_eb0298a4-9977-4397-9910-391a667c1cfe", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_eb0298a4-9977-4397-9910-391a667c1cfe", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T14:09:44Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 14:09:47,156 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8a55f627-030b-4c97-82db-a5b6a2d9a448 2018-08-27 14:09:47,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.298637151718s 2018-08-27 14:09:47,156 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8a55f627-030b-4c97-82db-a5b6a2d9a448 2018-08-27 14:09:47,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 14:09:47,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_eb0298a4-9977-4397-9910-391a667c1cfe", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_eb0298a4-9977-4397-9910-391a667c1cfe"}' 2018-08-27 14:09:47,234 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/417e3809-7417-4af1-8da1-1a96258afe4d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-65756655-ff5d-4ba5-8df3-c4957b059ea2 Date: Mon, 27 Aug 2018 14:09:47 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:09:47Z", "file": "/v2/images/417e3809-7417-4af1-8da1-1a96258afe4d/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "417e3809-7417-4af1-8da1-1a96258afe4d", "size": null, "self": "/v2/images/417e3809-7417-4af1-8da1-1a96258afe4d", "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_eb0298a4-9977-4397-9910-391a667c1cfe", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_eb0298a4-9977-4397-9910-391a667c1cfe", "checksum": null, "created_at": "2018-08-27T14:09:47Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 14:09:47,234 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-65756655-ff5d-4ba5-8df3-c4957b059ea2 2018-08-27 14:09:47,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0686800479889s 2018-08-27 14:09:47,234 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-65756655-ff5d-4ba5-8df3-c4957b059ea2 returning object 417e3809-7417-4af1-8da1-1a96258afe4d 2018-08-27 14:09:47,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 14:09:47,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/417e3809-7417-4af1-8da1-1a96258afe4d/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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" -d '' 2018-08-27 14:09:48,100 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-996a6730-f1ef-4784-8b5b-8f77631a38b1 Date: Mon, 27 Aug 2018 14:09:48 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 14:09:48,100 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/417e3809-7417-4af1-8da1-1a96258afe4d/file used request id req-996a6730-f1ef-4784-8b5b-8f77631a38b1 2018-08-27 14:09:48,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.864905118942s 2018-08-27 14:09:48,100 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/417e3809-7417-4af1-8da1-1a96258afe4d/file used request id req-996a6730-f1ef-4784-8b5b-8f77631a38b1 2018-08-27 14:09:48,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 14:09:48,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:09:48,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-7ea8a688-6a88-4a2c-9281-592bb9e268e3 Date: Mon, 27 Aug 2018 14:09:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:09:48Z", "file": "/v2/images/417e3809-7417-4af1-8da1-1a96258afe4d/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "417e3809-7417-4af1-8da1-1a96258afe4d", "size": 12716032, "self": "/v2/images/417e3809-7417-4af1-8da1-1a96258afe4d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/417e3809-7417-4af1-8da1-1a96258afe4d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/417e3809-7417-4af1-8da1-1a96258afe4d/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_eb0298a4-9977-4397-9910-391a667c1cfe", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_eb0298a4-9977-4397-9910-391a667c1cfe", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T14:09:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:09:45Z", "file": "/v2/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "441ee0a1-e5dc-4114-b4a0-a0b8742e5c73", "size": 12716032, "self": "/v2/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_eb0298a4-9977-4397-9910-391a667c1cfe", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_eb0298a4-9977-4397-9910-391a667c1cfe", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T14:09:44Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 14:09:48,132 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7ea8a688-6a88-4a2c-9281-592bb9e268e3 2018-08-27 14:09:48,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0279757976532s 2018-08-27 14:09:48,133 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7ea8a688-6a88-4a2c-9281-592bb9e268e3 2018-08-27 14:09:48,135 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/417e3809-7417-4af1-8da1-1a96258afe4d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/417e3809-7417-4af1-8da1-1a96258afe4d/file', 'owner': u'd56eab07eebe4995963c4bcc663afcc8', 'id': u'417e3809-7417-4af1-8da1-1a96258afe4d', 'size': 12716032, u'self': u'/v2/images/417e3809-7417-4af1-8da1-1a96258afe4d', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd56eab07eebe4995963c4bcc663afcc8', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/417e3809-7417-4af1-8da1-1a96258afe4d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T14:09:48Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-27T14:09:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_eb0298a4-9977-4397-9910-391a667c1cfe', '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/417e3809-7417-4af1-8da1-1a96258afe4d', 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_eb0298a4-9977-4397-9910-391a667c1cfe', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_eb0298a4-9977-4397-9910-391a667c1cfe', 'created': u'2018-08-27T14:09:47Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-27T14:09:47Z', 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/417e3809-7417-4af1-8da1-1a96258afe4d', 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_eb0298a4-9977-4397-9910-391a667c1cfe', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-27 14:09:48,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 14:09:48,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_eb0298a4-9977-4397-9910-391a667c1cfe", "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 14:09:48,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09: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-4fd7e95c-c2cb-44f1-b347-a0dd90705771 x-compute-request-id: req-4fd7e95c-c2cb-44f1-b347-a0dd90705771 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_eb0298a4-9977-4397-9910-391a667c1cfe", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/519f96f7-c541-4e97-803d-d9a450b57e1b", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/519f96f7-c541-4e97-803d-d9a450b57e1b", "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": "519f96f7-c541-4e97-803d-d9a450b57e1b"}} 2018-08-27 14:09:48,179 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4fd7e95c-c2cb-44f1-b347-a0dd90705771 2018-08-27 14:09:48,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0433020591736s 2018-08-27 14:09:48,180 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4fd7e95c-c2cb-44f1-b347-a0dd90705771 2018-08-27 14:09:48,180 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_eb0298a4-9977-4397-9910-391a667c1cfe', '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'd56eab07eebe4995963c4bcc663afcc8', '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'519f96f7-c541-4e97-803d-d9a450b57e1b', 'swap': 0}) 2018-08-27 14:09:48,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 14:09:48,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/519f96f7-c541-4e97-803d-d9a450b57e1b/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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" -d '{"extra_specs": {}}' 2018-08-27 14:09:48,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:09: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-74b9de94-72f2-4059-b6e5-cafe14aff673 x-compute-request-id: req-74b9de94-72f2-4059-b6e5-cafe14aff673 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 14:09:48,198 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/519f96f7-c541-4e97-803d-d9a450b57e1b/os-extra_specs used request id req-74b9de94-72f2-4059-b6e5-cafe14aff673 2018-08-27 14:09:48,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0174980163574s 2018-08-27 14:09:48,198 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/519f96f7-c541-4e97-803d-d9a450b57e1b/os-extra_specs used request id req-74b9de94-72f2-4059-b6e5-cafe14aff673 2018-08-27 14:09:48,199 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_eb0298a4-9977-4397-9910-391a667c1cfe', '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'd56eab07eebe4995963c4bcc663afcc8', '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'519f96f7-c541-4e97-803d-d9a450b57e1b', 'swap': 0}) 2018-08-27 14:09:52,597 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-27 14:09:52,598 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-27 14:09:52,598 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-27 14:09:52,601 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-27 14:09:52,605 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-27 14:09:56,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b5801ed3-d697-45f5-a0a2-0a71a71d6672/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 14:09:56,317 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-27 14:09:56,338 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-27 14:09:56,338 - 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 14:12:04,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 539164d0-e3a5-4206-9cb9-1e5963b7d70f 2018-08-27 14:12:04,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '539164d0-e3a5-4206-9cb9-1e5963b7d70f']'. 2018-08-27 14:12:05,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-27 14:12:05,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-27 14:12:05,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 14:12:05,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 539164d0-e3a5-4206-9cb9-1e5963b7d70f | 2018-08-27 14:12:05,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-27 14:12:05,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-27 14:09:58 | 2018-08-27 14:12:05,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-27 14:12:04 | 2018-08-27 14:12:05,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:06 | 2018-08-27 14:12:05,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-27 14:12:05,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-27 14:12:05,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b5801ed3-d697-45f5-a0a2-0a71a71d6672) | 2018-08-27 14:12:05,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-27 14:12:05,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0f920536-1917-4bdc-a585-6c613c8e2311) | 2018-08-27 14:12:05,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-08-27 14:12:05,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 112.395 | 2018-08-27 14:12:05,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-08-27 14:12:05,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-08-27 14:12:05,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-27 14:12:05,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-27 14:12:05,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-27 14:12:05,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-27 14:12:05,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-27 14:12:05,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-27 14:12:05,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-08-27 14:12:05,755 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 14:12:05,756 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:34 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-27 14:12:05,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 14:12:05,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/417e3809-7417-4af1-8da1-1a96258afe4d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:12:06,421 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e23c4040-7f36-400d-a79b-f7502fd6698a Date: Mon, 27 Aug 2018 14:12:06 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 14:12:06,422 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/417e3809-7417-4af1-8da1-1a96258afe4d used request id req-e23c4040-7f36-400d-a79b-f7502fd6698a 2018-08-27 14:12:06,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.661175012589s 2018-08-27 14:12:06,422 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/417e3809-7417-4af1-8da1-1a96258afe4d used request id req-e23c4040-7f36-400d-a79b-f7502fd6698a 2018-08-27 14:12:06,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 14:12:06,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:12:06,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:12: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-ca987d27-8ec0-4c3a-bec7-6cf256c96760 x-compute-request-id: req-ca987d27-8ec0-4c3a-bec7-6cf256c96760 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_eb0298a4-9977-4397-9910-391a667c1cfe", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/30f5dc37-ae7e-4f54-ad6c-364f05a57256", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/30f5dc37-ae7e-4f54-ad6c-364f05a57256", "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": "30f5dc37-ae7e-4f54-ad6c-364f05a57256"}, {"name": "neutron_trunk-flavor_alt_eb0298a4-9977-4397-9910-391a667c1cfe", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/519f96f7-c541-4e97-803d-d9a450b57e1b", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/519f96f7-c541-4e97-803d-d9a450b57e1b", "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": "519f96f7-c541-4e97-803d-d9a450b57e1b"}]} 2018-08-27 14:12:06,447 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-ca987d27-8ec0-4c3a-bec7-6cf256c96760 2018-08-27 14:12:06,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0243799686432s 2018-08-27 14:12:06,447 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-ca987d27-8ec0-4c3a-bec7-6cf256c96760 2018-08-27 14:12:06,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 14:12:06,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/519f96f7-c541-4e97-803d-d9a450b57e1b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:12:06,497 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 14:12: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 x-openstack-request-id: req-5280f8b9-bac8-4329-8889-c3d3f9cf27a7 x-compute-request-id: req-5280f8b9-bac8-4329-8889-c3d3f9cf27a7 Content-Length: 0 Content-Type: application/json 2018-08-27 14:12:06,498 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/519f96f7-c541-4e97-803d-d9a450b57e1b used request id req-5280f8b9-bac8-4329-8889-c3d3f9cf27a7 2018-08-27 14:12:06,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0478219985962s 2018-08-27 14:12:06,498 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/519f96f7-c541-4e97-803d-d9a450b57e1b used request id req-5280f8b9-bac8-4329-8889-c3d3f9cf27a7 2018-08-27 14:12:06,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 14:12:06,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/848cc019-41d0-463b-8cce-43b871b6e48e/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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" -d '{"subnet_id": "05314b4d-786f-4ae9-9bce-8c63f79b7582"}' 2018-08-27 14:12:09,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-509cf030-aaea-4970-92d1-dbb47d267e01 Date: Mon, 27 Aug 2018 14:12:09 GMT RESP BODY: {"network_id": "cb0bae8b-da3a-4fc4-8125-e8b7adcc21bf", "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "subnet_id": "05314b4d-786f-4ae9-9bce-8c63f79b7582", "subnet_ids": ["05314b4d-786f-4ae9-9bce-8c63f79b7582"], "port_id": "9c1c73a4-d8ff-46dd-8e01-7613a1882ef6", "id": "848cc019-41d0-463b-8cce-43b871b6e48e"} 2018-08-27 14:12:09,211 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/848cc019-41d0-463b-8cce-43b871b6e48e/remove_router_interface.json used request id req-509cf030-aaea-4970-92d1-dbb47d267e01 2018-08-27 14:12:09,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.71263003349s 2018-08-27 14:12:09,211 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/848cc019-41d0-463b-8cce-43b871b6e48e/remove_router_interface.json used request id req-509cf030-aaea-4970-92d1-dbb47d267e01 returning object 848cc019-41d0-463b-8cce-43b871b6e48e 2018-08-27 14:12:09,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 14:12:09,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:12:09,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1715 X-Openstack-Request-Id: req-f12fca6d-c695-47af-ac82-4e035e617445 Date: Mon, 27 Aug 2018 14:12:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "68bb65ee0f824b149892348054c9f68c", "created_at": "2018-08-27T12:29:58Z", "admin_state_up": true, "updated_at": "2018-08-27T12:30:00Z", "project_id": "68bb65ee0f824b149892348054c9f68c", "flavor_id": null, "revision_number": 5, "routes": [], "ha": true, "id": "5f2b3f59-4937-4a1e-9745-c0a1bd534e52", "name": "tempest-pretest-check-751874663"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.212"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d56eab07eebe4995963c4bcc663afcc8", "created_at": "2018-08-27T14:09:34Z", "admin_state_up": true, "updated_at": "2018-08-27T14:12:07Z", "project_id": "d56eab07eebe4995963c4bcc663afcc8", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "848cc019-41d0-463b-8cce-43b871b6e48e", "name": "neutron_trunk-router_eb0298a4-9977-4397-9910-391a667c1cfe"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8a5a8b4d5f5940fc96cabc268dee3f41", "created_at": "2018-08-27T12:31:16Z", "admin_state_up": false, "updated_at": "2018-08-27T12:31:16Z", "project_id": "8a5a8b4d5f5940fc96cabc268dee3f41", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "be90db42-f7d9-481e-ae84-541ea8075bc9", "name": "tempest-router-1267563662"}]} 2018-08-27 14:12:09,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f12fca6d-c695-47af-ac82-4e035e617445 2018-08-27 14:12:09,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.452858924866s 2018-08-27 14:12:09,665 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f12fca6d-c695-47af-ac82-4e035e617445 2018-08-27 14:12:09,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 14:12:09,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/848cc019-41d0-463b-8cce-43b871b6e48e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:12:14,006 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-05e4baf8-76ab-400d-8699-e1d905a88131 Content-Length: 0 Date: Mon, 27 Aug 2018 14:12:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 14:12:14,006 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/848cc019-41d0-463b-8cce-43b871b6e48e.json used request id req-05e4baf8-76ab-400d-8699-e1d905a88131 2018-08-27 14:12:14,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.33859395981s 2018-08-27 14:12:14,006 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/848cc019-41d0-463b-8cce-43b871b6e48e.json used request id req-05e4baf8-76ab-400d-8699-e1d905a88131 2018-08-27 14:12:14,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 14:12:14,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:12:14,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1929 X-Openstack-Request-Id: req-7c1fd1d4-483e-4171-a664-ed01b67946c8 Date: Mon, 27 Aug 2018 14:12:14 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-27T14:09:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"05314b4d-786f-4ae9-9bce-8c63f79b7582","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d56eab07eebe4995963c4bcc663afcc8","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"neutron_trunk-subnet_eb0298a4-9977-4397-9910-391a667c1cfe","enable_dhcp":true,"segment_id":null,"network_id":"cb0bae8b-da3a-4fc4-8125-e8b7adcc21bf","tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T14:09:33Z","ip_version":4},{"updated_at":"2018-08-27T12:07:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"be54de9c-847e-4a09-971c-0568167e3798","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9e7da560-d286-4d69-b2d6-e7b51586033c","tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:18Z","ip_version":4},{"updated_at":"2018-08-27T12:29:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f8ab667c-7552-4e4b-9adc-256be45daf9b","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant 68bb65ee0f824b149892348054c9f68c","enable_dhcp":false,"segment_id":null,"network_id":"2a625653-7048-4f01-b5b8-ce0af00e6fa0","tenant_id":"","created_at":"2018-08-27T12:29:57Z","ip_version":4}]} 2018-08-27 14:12:14,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-7c1fd1d4-483e-4171-a664-ed01b67946c8 2018-08-27 14:12:14,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.346816062927s 2018-08-27 14:12:14,354 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-7c1fd1d4-483e-4171-a664-ed01b67946c8 2018-08-27 14:12:14,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 14:12:14,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/05314b4d-786f-4ae9-9bce-8c63f79b7582.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:12:17,078 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-38848d08-e40a-48e5-9a42-cf4c2d5d162f Date: Mon, 27 Aug 2018 14:12:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 14:12:17,078 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/05314b4d-786f-4ae9-9bce-8c63f79b7582.json used request id req-38848d08-e40a-48e5-9a42-cf4c2d5d162f 2018-08-27 14:12:17,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.72180986404s 2018-08-27 14:12:17,078 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/05314b4d-786f-4ae9-9bce-8c63f79b7582.json used request id req-38848d08-e40a-48e5-9a42-cf4c2d5d162f 2018-08-27 14:12:17,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:12:17,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:12:17,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2110 X-Openstack-Request-Id: req-a8da3c74-716f-46e1-a4de-b88a0765e90a Date: Mon, 27 Aug 2018 14:12:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2a625653-7048-4f01-b5b8-ce0af00e6fa0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f8ab667c-7552-4e4b-9adc-256be45daf9b"],"description":"","tags":[],"updated_at":"2018-08-27T12:29:57Z","qos_policy_id":null,"name":"HA network tenant 68bb65ee0f824b149892348054c9f68c","admin_state_up":true,"tenant_id":"","created_at":"2018-08-27T12:29:57Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cb0bae8b-da3a-4fc4-8125-e8b7adcc21bf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":23,"ipv4_address_scope":null,"shared":true,"project_id":"d56eab07eebe4995963c4bcc663afcc8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T14:12:16Z","qos_policy_id":null,"name":"neutron_trunk-net_eb0298a4-9977-4397-9910-391a667c1cfe","admin_state_up":true,"tenant_id":"d56eab07eebe4995963c4bcc663afcc8","created_at":"2018-08-27T14:09:32Z","provider:network_type":"vxlan"}]} 2018-08-27 14:12:17,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a8da3c74-716f-46e1-a4de-b88a0765e90a 2018-08-27 14:12:17,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.437909841537s 2018-08-27 14:12:17,517 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a8da3c74-716f-46e1-a4de-b88a0765e90a 2018-08-27 14:12:17,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 14:12:17,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/cb0bae8b-da3a-4fc4-8125-e8b7adcc21bf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:12:18,688 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a4944290-75b0-4c01-a23d-85f74b4b08ec Date: Mon, 27 Aug 2018 14:12:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 14:12:18,689 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/cb0bae8b-da3a-4fc4-8125-e8b7adcc21bf.json used request id req-a4944290-75b0-4c01-a23d-85f74b4b08ec 2018-08-27 14:12:18,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.16999292374s 2018-08-27 14:12:18,689 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/cb0bae8b-da3a-4fc4-8125-e8b7adcc21bf.json used request id req-a4944290-75b0-4c01-a23d-85f74b4b08ec 2018-08-27 14:12:18,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 14:12:18,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:12:18,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-7788c8c0-eb6e-4064-861e-bc83be4dd542 Date: Mon, 27 Aug 2018 14:12:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:09:45Z", "file": "/v2/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73/file", "owner": "d56eab07eebe4995963c4bcc663afcc8", "id": "441ee0a1-e5dc-4114-b4a0-a0b8742e5c73", "size": 12716032, "self": "/v2/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_eb0298a4-9977-4397-9910-391a667c1cfe", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_eb0298a4-9977-4397-9910-391a667c1cfe", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-27T14:09:44Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 14:12:18,995 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7788c8c0-eb6e-4064-861e-bc83be4dd542 2018-08-27 14:12:18,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301489114761s 2018-08-27 14:12:18,995 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7788c8c0-eb6e-4064-861e-bc83be4dd542 2018-08-27 14:12:18,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 14:12:19,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:12:19,858 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0d2b4d07-3f46-4d49-8a70-cce03a65ec5a Date: Mon, 27 Aug 2018 14:12: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 14:12:19,858 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73 used request id req-0d2b4d07-3f46-4d49-8a70-cce03a65ec5a 2018-08-27 14:12:19,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.861196994781s 2018-08-27 14:12:19,858 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/441ee0a1-e5dc-4114-b4a0-a0b8742e5c73 used request id req-0d2b4d07-3f46-4d49-8a70-cce03a65ec5a 2018-08-27 14:12:19,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 14:12:19,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:12:19,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:12: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-0ac8cef8-73d4-41cd-8968-48c1491e87d0 x-compute-request-id: req-0ac8cef8-73d4-41cd-8968-48c1491e87d0 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_eb0298a4-9977-4397-9910-391a667c1cfe", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/30f5dc37-ae7e-4f54-ad6c-364f05a57256", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/30f5dc37-ae7e-4f54-ad6c-364f05a57256", "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": "30f5dc37-ae7e-4f54-ad6c-364f05a57256"}]} 2018-08-27 14:12:19,881 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-0ac8cef8-73d4-41cd-8968-48c1491e87d0 2018-08-27 14:12:19,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0218451023102s 2018-08-27 14:12:19,881 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-0ac8cef8-73d4-41cd-8968-48c1491e87d0 2018-08-27 14:12:19,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 14:12:19,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/30f5dc37-ae7e-4f54-ad6c-364f05a57256 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e5e8432d9a2764574d77ddffbe8fca20b05dec09" 2018-08-27 14:12:19,929 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 14:12: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-f0269a6d-ef08-4440-be20-be794addfb5c x-compute-request-id: req-f0269a6d-ef08-4440-be20-be794addfb5c Content-Length: 0 Content-Type: application/json 2018-08-27 14:12:19,929 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/30f5dc37-ae7e-4f54-ad6c-364f05a57256 used request id req-f0269a6d-ef08-4440-be20-be794addfb5c 2018-08-27 14:12:19,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0461399555206s 2018-08-27 14:12:19,929 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/30f5dc37-ae7e-4f54-ad6c-364f05a57256 used request id req-f0269a6d-ef08-4440-be20-be794addfb5c 2018-08-27 14:12:19,981 - xtesting.ci.run_tests - INFO - Loading test case 'networking-bgpvpn'... 2018-08-27 14:12:20,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 14:12:20,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 14:12:20,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 14:12:20,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 14:12:20,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 14:12:20,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 14:12:20,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 14:12:20,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 14:12:20,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 14:12:20,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 14:12:20,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 14:12:20,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 14:12:20,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 14:12:20,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 14:12:20,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 14:12:20,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 14:12:20,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 14:12:20,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 14:12:20,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 14:12:20,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 14:12:20,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 14:12:20,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 14:12:20,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 14:12:20,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 14:12:20,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 14:12:20,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:12:20,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f148b3c-2157-4457-bfd5-b32af13434cd 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 14:12:20,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5f148b3c-2157-4457-bfd5-b32af13434cd 2018-08-27 14:12:20,031 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 14:12:20,431 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T15:12:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["Q6_kfSf5QxOCqm7pF2aa-g"], "issued_at": "2018-08-27T14:12:20.000000Z"}} 2018-08-27 14:12:20,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:12:20,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3c6cc132d03e58464ebf28ff79b2446e35d1250c" 2018-08-27 14:12:20,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-eb2a9f4a-7766-4c46-8905-9921c988bf8a Date: Mon, 27 Aug 2018 14:12:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 14:12:20,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-eb2a9f4a-7766-4c46-8905-9921c988bf8a 2018-08-27 14:12:20,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.360105991364s 2018-08-27 14:12:20,794 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-eb2a9f4a-7766-4c46-8905-9921c988bf8a 2018-08-27 14:12:20,795 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-27 14:12:23,771 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-27 14:12:26,592 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 9a1c8ab3-8138-4063-9298-ce3a8dcd79d2 | 2018-08-27T14:12:26.208447 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 9a1c8ab3-8138-4063-9298-ce3a8dcd79d2 ~/.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 14:12:30,431 - 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 14:12:30,432 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-27 14:12:33,337 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-27 14:12:36,906 - 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=a171c1df-40f5-4d93-bcdf-df813661df5a) as the default verifier for the future CLI operations. 2018-08-27 14:12:40,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-27 14:12:40,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3c6cc132d03e58464ebf28ff79b2446e35d1250c" 2018-08-27 14:12:40,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-5559c4a2-8c23-4a34-9d4c-6cc574ff429c Date: Mon, 27 Aug 2018 14:12: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": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"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": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"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": "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": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "segment", "updated": "2016-02-24T17:00:00-00:00", "name": "Segment", "links": [], "description": "Segments extension."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"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": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"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": "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": "l3-ha", "updated": "2014-04-26T00:00:00-00:00", "name": "HA Router extension", "links": [], "description": "Adds HA capability to routers."}, {"alias": "filter-validation", "updated": "2018-03-21T10:00:00-00:00", "name": "Filter parameters validation", "links": [], "description": "Provides validation on filter parameters."}, {"alias": "subnet-segmentid-writable", "updated": "2018-03-12T00:00:00-00:00", "name": "Subnet SegmentID (writable)", "links": [], "description": "Provides a writable segment_id attribute for a subnet resource."}, {"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": "l2_adjacency", "updated": "2016-04-12T16:00:00-00:00", "name": "L2 Adjacency", "links": [], "description": "Display L2 Adjacency for Neutron Networks."}, {"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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}, {"alias": "l3-flavors", "updated": "2016-05-17T00:00:00-00:00", "name": "Router Flavor Extension", "links": [], "description": "Flavor support for routers."}, {"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": "standard-attr-segment", "updated": "2018-04-09T10:00:00-00:00", "name": "Standard Attribute Segment Extension", "links": [], "description": "Add standard attributes to Segment resource"}, {"alias": "segments-peer-subnet-host-routes", "updated": "2018-06-12T10:00:00-00:00", "name": "Segments peer-subnet host routes", "links": [], "description": "Add host routes to subnets on a routed network (segments)"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 agents"}, {"alias": "fip-port-details", "updated": "2018-04-09T10:00:00-00:00", "name": "Floating IP Port Details Extension", "links": [], "description": "Add port_details attribute to Floating IP resource"}, {"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Router Availability Zone", "links": [], "description": "Availability zone support for router."}, {"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": "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": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}, {"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": "ip_allocation", "updated": "2016-06-10T23:00:00-00:00", "name": "IP Allocation", "links": [], "description": "IP allocation extension."}, {"alias": "qos-fip", "updated": "2017-07-20T00:00:00-00:00", "name": "Floating IP QoS", "links": [], "description": "The floating IP Quality of Service extension"}, {"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"}]} 2018-08-27 14:12:40,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-5559c4a2-8c23-4a34-9d4c-6cc574ff429c 2018-08-27 14:12:40,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.295341968536s 2018-08-27 14:12:40,491 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-5559c4a2-8c23-4a34-9d4c-6cc574ff429c 2018-08-27 14:12:40,501 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: bgpvpn 2018-08-27 14:12:40,501 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-bgpvpn'... 2018-08-27 14:12:40,501 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+------------------+------------------+----------------+ | networking-bgpvpn | functest | 00:00 | SKIP | +---------------------------+------------------+------------------+----------------+ 2018-08-27 14:12:40,558 - xtesting.ci.run_tests - INFO - Loading test case 'networking-sfc'... 2018-08-27 14:12:40,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 14:12:40,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 14:12:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 14:12:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 14:12:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 14:12:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 14:12:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 14:12:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 14:12:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 14:12:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 14:12:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 14:12:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 14:12:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 14:12:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 14:12:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 14:12:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 14:12:40,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 14:12:40,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 14:12:40,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 14:12:40,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 14:12:40,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 14:12:40,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 14:12:40,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 14:12:40,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 14:12:40,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 14:12:40,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:12:40,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b17a3a1-6517-4b80-87ff-c3de82faf597 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 14:12:40,605 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1b17a3a1-6517-4b80-87ff-c3de82faf597 2018-08-27 14:12:40,606 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 14:12:41,016 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T15:12:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["TwHvaURPT5O-aE5QGfuKTA"], "issued_at": "2018-08-27T14:12:40.000000Z"}} 2018-08-27 14:12:41,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:12:41,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}2bf207a91790a45470a600082dfe5638c49c19e3" 2018-08-27 14:12:41,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-6aecb773-b3c8-4bb4-aba5-b6f661698199 Date: Mon, 27 Aug 2018 14:12:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 14:12:41,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6aecb773-b3c8-4bb4-aba5-b6f661698199 2018-08-27 14:12:41,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.372491121292s 2018-08-27 14:12:41,393 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6aecb773-b3c8-4bb4-aba5-b6f661698199 2018-08-27 14:12:41,393 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-27 14:12:44,219 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-27 14:12:47,117 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 6b4aa332-70f0-4999-be0d-d75482a2665c | 2018-08-27T14:12:46.716279 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 6b4aa332-70f0-4999-be0d-d75482a2665c ~/.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 14:12:50,923 - 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 14:12:50,923 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-27 14:12:53,680 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-27 14:12:57,142 - 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=7443a803-1e41-4610-8f7f-7aa650be6e90) as the default verifier for the future CLI operations. 2018-08-27 14:13:00,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-27 14:13:00,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2bf207a91790a45470a600082dfe5638c49c19e3" 2018-08-27 14:13:00,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-7f2467d9-3ddd-4b58-9060-fe69b6d5401d Date: Mon, 27 Aug 2018 14:13:00 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": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"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": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"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": "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": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "segment", "updated": "2016-02-24T17:00:00-00:00", "name": "Segment", "links": [], "description": "Segments extension."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"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": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"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": "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": "l3-ha", "updated": "2014-04-26T00:00:00-00:00", "name": "HA Router extension", "links": [], "description": "Adds HA capability to routers."}, {"alias": "filter-validation", "updated": "2018-03-21T10:00:00-00:00", "name": "Filter parameters validation", "links": [], "description": "Provides validation on filter parameters."}, {"alias": "subnet-segmentid-writable", "updated": "2018-03-12T00:00:00-00:00", "name": "Subnet SegmentID (writable)", "links": [], "description": "Provides a writable segment_id attribute for a subnet resource."}, {"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": "l2_adjacency", "updated": "2016-04-12T16:00:00-00:00", "name": "L2 Adjacency", "links": [], "description": "Display L2 Adjacency for Neutron Networks."}, {"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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}, {"alias": "l3-flavors", "updated": "2016-05-17T00:00:00-00:00", "name": "Router Flavor Extension", "links": [], "description": "Flavor support for routers."}, {"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": "standard-attr-segment", "updated": "2018-04-09T10:00:00-00:00", "name": "Standard Attribute Segment Extension", "links": [], "description": "Add standard attributes to Segment resource"}, {"alias": "segments-peer-subnet-host-routes", "updated": "2018-06-12T10:00:00-00:00", "name": "Segments peer-subnet host routes", "links": [], "description": "Add host routes to subnets on a routed network (segments)"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 agents"}, {"alias": "fip-port-details", "updated": "2018-04-09T10:00:00-00:00", "name": "Floating IP Port Details Extension", "links": [], "description": "Add port_details attribute to Floating IP resource"}, {"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Router Availability Zone", "links": [], "description": "Availability zone support for router."}, {"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": "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": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}, {"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": "ip_allocation", "updated": "2016-06-10T23:00:00-00:00", "name": "IP Allocation", "links": [], "description": "IP allocation extension."}, {"alias": "qos-fip", "updated": "2017-07-20T00:00:00-00:00", "name": "Floating IP QoS", "links": [], "description": "The floating IP Quality of Service extension"}, {"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"}]} 2018-08-27 14:13:00,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-7f2467d9-3ddd-4b58-9060-fe69b6d5401d 2018-08-27 14:13:00,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.263458967209s 2018-08-27 14:13:00,679 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-7f2467d9-3ddd-4b58-9060-fe69b6d5401d 2018-08-27 14:13:00,683 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: sfc 2018-08-27 14:13:00,683 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-sfc'... 2018-08-27 14:13:00,683 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | networking-sfc | functest | 00:00 | SKIP | +------------------------+------------------+------------------+----------------+ 2018-08-27 14:13:00,715 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-08-27 14:13:00,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 14:13:00,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-27 14:13:00,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 14:13:00,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 14:13:00,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 14:13:00,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 14:13:00,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 14:13:00,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 14:13:00,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 14:13:00,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 14:13:00,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 14:13:00,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 14:13:00,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 14:13:00,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 14:13:00,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 14:13:00,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 14:13:00,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 14:13:00,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 14:13:00,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 14:13:00,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 14:13:00,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 14:13:00,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 14:13:00,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 14:13:00,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-27 14:13:00,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-27 14:13:00,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:13:00,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9521739d-6886-474d-8c15-bd43ad4f006f 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 14:13:00,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9521739d-6886-474d-8c15-bd43ad4f006f 2018-08-27 14:13:00,749 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 14:13:01,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T15:13:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["GUEAGR8RSLiyvOzMiyyObg"], "issued_at": "2018-08-27T14:13:01.000000Z"}} 2018-08-27 14:13:01,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:13:01,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}1262657aecaf4cbdb538d6c8837fa8d1ab6dbad7" 2018-08-27 14:13:01,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-d2fbbae5-cb3f-4316-8472-b0c5b9c13a14 Date: Mon, 27 Aug 2018 14:13:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 14:13:01,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d2fbbae5-cb3f-4316-8472-b0c5b9c13a14 2018-08-27 14:13:01,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.388602972031s 2018-08-27 14:13:01,545 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d2fbbae5-cb3f-4316-8472-b0c5b9c13a14 2018-08-27 14:13:01,546 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-27 14:13:04,435 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-27 14:13:07,441 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 43ea1aa8-5215-4d24-bed3-205684855b0e | 2018-08-27T14:13:06.943194 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 43ea1aa8-5215-4d24-bed3-205684855b0e ~/.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 14:13:11,343 - 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 14:13:11,344 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-27 14:13:14,156 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-27 14:13:17,482 - 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=5368d84b-f409-45e1-9c44-c51014f349fc) as the default verifier for the future CLI operations. 2018-08-27 14:13:20,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:13:20,778 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 14:13:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca60d8f6-0496-4096-9d4c-84f3511248ce 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 14:13:20,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-ca60d8f6-0496-4096-9d4c-84f3511248ce 2018-08-27 14:13:20,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-27 14:13:20,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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 14:13:20,790 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 14:13:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-623521f3-6443-42e8-91d5-ff8c7168fb35 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.7:35357/v3/", "rel": "self"}]}]}} 2018-08-27 14:13:20,790 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.7:35357/ used request id req-623521f3-6443-42e8-91d5-ff8c7168fb35 2018-08-27 14:13:20,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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}1262657aecaf4cbdb538d6c8837fa8d1ab6dbad7" 2018-08-27 14:13:20,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ccc45df-0f2a-410b-940b-594543303d3f Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/041427e79f2c41588bd9e1c2cffa0a83"}, "enabled": true, "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/0d08d9ab972244deb272ffde7702c46b"}, "enabled": true, "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/4b5cdf797f6e43359e8b8ba144b20b7a"}, "enabled": true, "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/529e90bf4d1f47f3868acb317cdb2fa4"}, "enabled": true, "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/62af92b9f6d84dac8ec0d33e7f57585a"}, "enabled": true, "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/71a59b44bc724bbb86f03af01d3eb522"}, "enabled": true, "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/7e5f58282e4a4b0e9fbdb1783df2deb0"}, "enabled": true, "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/7ffa154a46744092943233322a648a10"}, "enabled": true, "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/805b7f93ffe942d0863d24a11ede0072"}, "enabled": true, "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/8521156c72044327b734add8f63dad9f"}, "enabled": true, "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/8546f45161eb4b8ab54c07baa73a5c47"}, "enabled": true, "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/aa14ecfdd4af4cf1851f4095f311111f"}, "enabled": true, "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/bcf88c5701864fc9ac98e7a59ea2736e"}, "enabled": true, "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/da42c55de78341d1a15d69eeb785071d"}, "enabled": true, "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/e06aed7991a642daa067c06403b2d79f"}, "enabled": true, "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-08-27 14:13:20,977 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-0ccc45df-0f2a-410b-940b-594543303d3f 2018-08-27 14:13:20,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.195471048355s 2018-08-27 14:13:20,978 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-0ccc45df-0f2a-410b-940b-594543303d3f 2018-08-27 14:13:20,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-27 14:13:20,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1262657aecaf4cbdb538d6c8837fa8d1ab6dbad7" 2018-08-27 14:13:21,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-50343127-b460-4627-89a0-f634d3c5fe86 Date: Mon, 27 Aug 2018 14:13:21 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": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"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": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"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": "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": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "segment", "updated": "2016-02-24T17:00:00-00:00", "name": "Segment", "links": [], "description": "Segments extension."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"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": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"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": "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": "l3-ha", "updated": "2014-04-26T00:00:00-00:00", "name": "HA Router extension", "links": [], "description": "Adds HA capability to routers."}, {"alias": "filter-validation", "updated": "2018-03-21T10:00:00-00:00", "name": "Filter parameters validation", "links": [], "description": "Provides validation on filter parameters."}, {"alias": "subnet-segmentid-writable", "updated": "2018-03-12T00:00:00-00:00", "name": "Subnet SegmentID (writable)", "links": [], "description": "Provides a writable segment_id attribute for a subnet resource."}, {"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": "l2_adjacency", "updated": "2016-04-12T16:00:00-00:00", "name": "L2 Adjacency", "links": [], "description": "Display L2 Adjacency for Neutron Networks."}, {"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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}, {"alias": "l3-flavors", "updated": "2016-05-17T00:00:00-00:00", "name": "Router Flavor Extension", "links": [], "description": "Flavor support for routers."}, {"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": "standard-attr-segment", "updated": "2018-04-09T10:00:00-00:00", "name": "Standard Attribute Segment Extension", "links": [], "description": "Add standard attributes to Segment resource"}, {"alias": "segments-peer-subnet-host-routes", "updated": "2018-06-12T10:00:00-00:00", "name": "Segments peer-subnet host routes", "links": [], "description": "Add host routes to subnets on a routed network (segments)"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 agents"}, {"alias": "fip-port-details", "updated": "2018-04-09T10:00:00-00:00", "name": "Floating IP Port Details Extension", "links": [], "description": "Add port_details attribute to Floating IP resource"}, {"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Router Availability Zone", "links": [], "description": "Availability zone support for router."}, {"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": "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": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}, {"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": "ip_allocation", "updated": "2016-06-10T23:00:00-00:00", "name": "IP Allocation", "links": [], "description": "IP allocation extension."}, {"alias": "qos-fip", "updated": "2017-07-20T00:00:00-00:00", "name": "Floating IP QoS", "links": [], "description": "The floating IP Quality of Service extension"}, {"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"}]} 2018-08-27 14:13:21,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-50343127-b460-4627-89a0-f634d3c5fe86 2018-08-27 14:13:21,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.694524049759s 2018-08-27 14:13:21,679 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-50343127-b460-4627-89a0-f634d3c5fe86 2018-08-27 14:13:21,686 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-08-27 14:13:21,687 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-27 14:13:21,690 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 06:35 | PASS | | neutron-tempest-plugin-api | functest | smoke | 15:35 | PASS | | rally_sanity | functest | smoke | 28:55 | FAIL | | refstack_defcore | functest | smoke | 05:10 | FAIL | | patrole | functest | smoke | 03:12 | PASS | | vmtp | functest | smoke | 15:02 | FAIL | | shaker | functest | smoke | 30:30 | PASS | | snaps_smoke | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 02:34 | PASS | | networking-bgpvpn | functest | smoke | 00:00 | SKIP | | networking-sfc | functest | smoke | 00:00 | SKIP | | barbican | functest | smoke | 00:00 | SKIP | +------------------------------------+------------------+---------------+------------------+----------------+ 2018-08-27 14:13:21,701 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-27 14:13:21,797 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-27 14:13:45,804 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-252 | | 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-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-27 14:13:45,807 - 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.28,192.30.9.7 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.28:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=9CX0NhLDf1Xm1gQO1b1C5wWp0 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=d56eab07eebe4995963c4bcc663afcc8 export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-08-27 14:13:45,808 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-27 14:13:45,808 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-08-27 14:13:45,809 - 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 14:13:45,817 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-27 14:14:24,569 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-252 | | 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-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-27 14:14:24,571 - 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.28,192.30.9.7 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.28:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=9CX0NhLDf1Xm1gQO1b1C5wWp0 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=d56eab07eebe4995963c4bcc663afcc8 export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-08-27 14:14:24,572 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-27 14:14:24,572 - 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 14:14:24,583 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify'... 2018-08-27 14:14:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 14:14:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 14:14:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 14:14:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 14:14:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 14:14:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 14:14:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 14:14:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 14:14:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 14:14:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 14:14:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 14:14:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 14:14:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 14:14:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 14:14:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 14:14:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 14:14:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 14:14:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 14:14:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 14:14:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 14:14:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 14:14:25,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 14:14:25,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:14:25,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:14:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88978844-140d-47ab-91d6-268d1178fed5 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 14:14:25,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-88978844-140d-47ab-91d6-268d1178fed5 2018-08-27 14:14:25,108 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 14:14:25,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T15:14:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["Lb5LtNyqTkChcJWsHZGi8w"], "issued_at": "2018-08-27T14:14:25.000000Z"}} 2018-08-27 14:14:25,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:14:25,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}08453b885b09d8160e630587bc4f279c0939d997" 2018-08-27 14:14:26,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-57a64bc7-2baa-42f0-99e5-ddbafad1ce9f Date: Mon, 27 Aug 2018 14:14:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 14:14:26,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-57a64bc7-2baa-42f0-99e5-ddbafad1ce9f 2018-08-27 14:14:26,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.571192979813s 2018-08-27 14:14:26,089 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-57a64bc7-2baa-42f0-99e5-ddbafad1ce9f 2018-08-27 14:14:26,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:14:26,102 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 14:14:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6933869c-c4a4-4bd6-85de-724614f95aaa 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 14:14:26,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-6933869c-c4a4-4bd6-85de-724614f95aaa 2018-08-27 14:14:26,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 14:14:26,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}08453b885b09d8160e630587bc4f279c0939d997" 2018-08-27 14:14:26,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:14:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-356872c0-0ed3-4566-b1cf-0d642f9b6d68 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/1822875bebb84e26b6f0f5a37895742c"}, "tags": [], "enabled": true, "id": "1822875bebb84e26b6f0f5a37895742c", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 14:14:26,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-356872c0-0ed3-4566-b1cf-0d642f9b6d68 2018-08-27 14:14:26,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.20153594017s 2018-08-27 14:14:26,305 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-356872c0-0ed3-4566-b1cf-0d642f9b6d68 2018-08-27 14:14:26,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 14:14:26,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}08453b885b09d8160e630587bc4f279c0939d997" -d '{"project": {"description": "Created by OPNFV Functest: cloudify", "enabled": true, "domain_id": "default", "name": "cloudify-project_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}}' 2018-08-27 14:14:26,542 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 14:14:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-faa6195b-0ad4-4dc1-8bd9-9a85068c7a15 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.28:5000/v3/projects/e4486eb012254a7c9c17de31428f406f"}, "tags": [], "enabled": true, "id": "e4486eb012254a7c9c17de31428f406f", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}} 2018-08-27 14:14:26,542 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-faa6195b-0ad4-4dc1-8bd9-9a85068c7a15 2018-08-27 14:14:26,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.229539871216s 2018-08-27 14:14:26,542 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-faa6195b-0ad4-4dc1-8bd9-9a85068c7a15 2018-08-27 14:14:26,543 - 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'e4486eb012254a7c9c17de31428f406f', '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_12e3a74e-9c0c-4a1a-8856-6819afbae2f3'}) 2018-08-27 14:14:26,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 14:14:26,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}08453b885b09d8160e630587bc4f279c0939d997" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "c12410c9-7ef3-4e22-94aa-e7d767aa1e5d", "email": null, "name": "cloudify-user_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}}' 2018-08-27 14:14:27,008 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 14:14:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6a299f4-43a0-4331-890f-7cdc644f967d Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "links": {"self": "http://172.30.9.28:5000/v3/users/41bf8cbd34ee4ceda5e8e9dc71422e2e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "domain_id": "default", "password_expires_at": null}} 2018-08-27 14:14:27,008 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-a6a299f4-43a0-4331-890f-7cdc644f967d 2018-08-27 14:14:27,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.459667921066s 2018-08-27 14:14:27,009 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-a6a299f4-43a0-4331-890f-7cdc644f967d 2018-08-27 14:14:27,009 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'41bf8cbd34ee4ceda5e8e9dc71422e2e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify-user_12e3a74e-9c0c-4a1a-8856-6819afbae2f3'}) 2018-08-27 14:14:27,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:14:27,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}08453b885b09d8160e630587bc4f279c0939d997" 2018-08-27 14:14:27,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:14:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b306778e-60a1-4284-b713-6ef0840dddc1 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:14:27,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b306778e-60a1-4284-b713-6ef0840dddc1 2018-08-27 14:14:27,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.1989569664s 2018-08-27 14:14:27,212 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b306778e-60a1-4284-b713-6ef0840dddc1 2018-08-27 14:14:27,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:14:27,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}08453b885b09d8160e630587bc4f279c0939d997" 2018-08-27 14:14:27,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:14:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81caa140-fa46-4d09-901d-0595355688f1 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:14:27,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-81caa140-fa46-4d09-901d-0595355688f1 2018-08-27 14:14:27,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202399969101s 2018-08-27 14:14:27,420 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-81caa140-fa46-4d09-901d-0595355688f1 2018-08-27 14:14:27,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:14:27,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}08453b885b09d8160e630587bc4f279c0939d997" 2018-08-27 14:14:27,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:14:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d68e633-52b0-4322-b9ba-9bc6d03bb3eb Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:14:27,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0d68e633-52b0-4322-b9ba-9bc6d03bb3eb 2018-08-27 14:14:27,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.190294981003s 2018-08-27 14:14:27,615 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0d68e633-52b0-4322-b9ba-9bc6d03bb3eb 2018-08-27 14:14:27,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 14:14:27,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}08453b885b09d8160e630587bc4f279c0939d997" 2018-08-27 14:14:27,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:14:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29bd6fc7-5b9c-4539-854b-7f3560f78722 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 14:14:27,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-29bd6fc7-5b9c-4539-854b-7f3560f78722 2018-08-27 14:14:27,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.191255807877s 2018-08-27 14:14:27,811 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-29bd6fc7-5b9c-4539-854b-7f3560f78722 2018-08-27 14:14:27,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 14:14:27,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}08453b885b09d8160e630587bc4f279c0939d997" 2018-08-27 14:14:28,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:14:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52cbc7dd-7706-41ac-b1f6-e3373c04a41e Content-Encoding: gzip Content-Length: 1030 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "cloudify-user_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "links": {"self": "http://172.30.9.28:5000/v3/users/41bf8cbd34ee4ceda5e8e9dc71422e2e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da", "links": {"self": "http://172.30.9.28:5000/v3/users/643d28eccdf547c1be8115317b9156d8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "643d28eccdf547c1be8115317b9156d8", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 14:14:28,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-52cbc7dd-7706-41ac-b1f6-e3373c04a41e 2018-08-27 14:14:28,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.228151082993s 2018-08-27 14:14:28,041 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-52cbc7dd-7706-41ac-b1f6-e3373c04a41e 2018-08-27 14:14:28,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 14:14:28,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}08453b885b09d8160e630587bc4f279c0939d997" 2018-08-27 14:14:28,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:14:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93f8120b-8756-48cc-bcf4-a2e223c3e8e7 Content-Encoding: gzip Content-Length: 595 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.28:5000/v3/projects/e4486eb012254a7c9c17de31428f406f"}, "tags": [], "enabled": true, "id": "e4486eb012254a7c9c17de31428f406f", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "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.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9"}, "tags": [], "enabled": true, "id": "8d9ec3b924e84c679dfb4bd26aa542e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}]} 2018-08-27 14:14:28,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-93f8120b-8756-48cc-bcf4-a2e223c3e8e7 2018-08-27 14:14:28,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.189016103745s 2018-08-27 14:14:28,242 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-93f8120b-8756-48cc-bcf4-a2e223c3e8e7 2018-08-27 14:14:28,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 14:14:28,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=41bf8cbd34ee4ceda5e8e9dc71422e2e&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=e4486eb012254a7c9c17de31428f406f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08453b885b09d8160e630587bc4f279c0939d997" 2018-08-27 14:14:28,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:14:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d59aaff7-d739-408d-9dbc-1f33208edaa0 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=41bf8cbd34ee4ceda5e8e9dc71422e2e&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=e4486eb012254a7c9c17de31428f406f", "previous": null, "next": null}} 2018-08-27 14:14:28,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=41bf8cbd34ee4ceda5e8e9dc71422e2e&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=e4486eb012254a7c9c17de31428f406f used request id req-d59aaff7-d739-408d-9dbc-1f33208edaa0 2018-08-27 14:14:28,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.206784963608s 2018-08-27 14:14:28,462 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=41bf8cbd34ee4ceda5e8e9dc71422e2e&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=e4486eb012254a7c9c17de31428f406f used request id req-d59aaff7-d739-408d-9dbc-1f33208edaa0 2018-08-27 14:14:28,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 14:14:28,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/e4486eb012254a7c9c17de31428f406f/users/41bf8cbd34ee4ceda5e8e9dc71422e2e/roles/2d704632e4b7449aa0baeaa243e3aa0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08453b885b09d8160e630587bc4f279c0939d997" 2018-08-27 14:14:28,623 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 14:14:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09343790-f577-4e0c-b811-86b974556f99 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 14:14:28,624 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/e4486eb012254a7c9c17de31428f406f/users/41bf8cbd34ee4ceda5e8e9dc71422e2e/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-09343790-f577-4e0c-b811-86b974556f99 2018-08-27 14:14:28,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.158061027527s 2018-08-27 14:14:28,624 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/e4486eb012254a7c9c17de31428f406f/users/41bf8cbd34ee4ceda5e8e9dc71422e2e/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-09343790-f577-4e0c-b811-86b974556f99 2018-08-27 14:14:28,625 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify-project_12e3a74e-9c0c-4a1a-8856-6819afbae2f3', 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'e4486eb012254a7c9c17de31428f406f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'c12410c9-7ef3-4e22-94aa-e7d767aa1e5d', 'username': u'cloudify-user_12e3a74e-9c0c-4a1a-8856-6819afbae2f3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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 14:14:28,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 14:14:28,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 14:14:28,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 14:14:28,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 14:14:28,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 14:14:28,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 14:14:28,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 14:14:28,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 14:14:28,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 14:14:28,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 14:14:28,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 14:14:28,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 14:14:28,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 14:14:28,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 14:14:28,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 14:14:28,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 14:14:28,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 14:14:28,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 14:14:28,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 14:14:28,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 14:14:28,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 14:14:28,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 14:14:28,632 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify-user_12e3a74e-9c0c-4a1a-8856-6819afbae2f3', 'password': 'c12410c9-7ef3-4e22-94aa-e7d767aa1e5d', 'project_name': 'cloudify-project_12e3a74e-9c0c-4a1a-8856-6819afbae2f3', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'e4486eb012254a7c9c17de31428f406f', 'project_domain_name': 'Default'} 2018-08-27 14:14:28,632 - xtesting.ci.run_tests - INFO - Running test case 'cloudify'... 2018-08-27 14:14:28,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:14:28,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:14:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09b771e2-74bc-4c79-9c87-196e779164ba 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 14:14:28,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-09b771e2-74bc-4c79-9c87-196e779164ba 2018-08-27 14:14:28,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 14:14:29,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T15:14:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4486eb012254a7c9c17de31428f406f", "name": "cloudify-project_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/e4486eb012254a7c9c17de31428f406f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/e4486eb012254a7c9c17de31428f406f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/e4486eb012254a7c9c17de31428f406f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_e4486eb012254a7c9c17de31428f406f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_e4486eb012254a7c9c17de31428f406f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e4486eb012254a7c9c17de31428f406f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/e4486eb012254a7c9c17de31428f406f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/e4486eb012254a7c9c17de31428f406f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/e4486eb012254a7c9c17de31428f406f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/e4486eb012254a7c9c17de31428f406f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/e4486eb012254a7c9c17de31428f406f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/e4486eb012254a7c9c17de31428f406f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/e4486eb012254a7c9c17de31428f406f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/e4486eb012254a7c9c17de31428f406f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify-user_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "id": "41bf8cbd34ee4ceda5e8e9dc71422e2e"}, "audit_ids": ["ZT6EMTBSS4qKbeN4gEarrQ"], "issued_at": "2018-08-27T14:14:28.000000Z"}} 2018-08-27 14:14:29,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 14:14:29,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" -d '{"network": {"name": "cloudify-net_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "admin_state_up": true}}' 2018-08-27 14:14:29,617 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-46e9d773-62bd-435e-ab5b-839dc25763c2 Date: Mon, 27 Aug 2018 14:14:29 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"dd5dde2f-c988-49a4-b76d-9db9d32e6236","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e4486eb012254a7c9c17de31428f406f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T14:14:29Z","is_default":false,"name":"cloudify-net_12e3a74e-9c0c-4a1a-8856-6819afbae2f3","qos_policy_id":null,"admin_state_up":true,"tenant_id":"e4486eb012254a7c9c17de31428f406f","created_at":"2018-08-27T14:14:29Z","mtu":1450}} 2018-08-27 14:14:29,617 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-46e9d773-62bd-435e-ab5b-839dc25763c2 2018-08-27 14:14:29,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.574857950211s 2018-08-27 14:14:29,617 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-46e9d773-62bd-435e-ab5b-839dc25763c2 2018-08-27 14:14:29,618 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T14:14:29Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'dd5dde2f-c988-49a4-b76d-9db9d32e6236', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-net_12e3a74e-9c0c-4a1a-8856-6819afbae2f3', u'admin_state_up': True, u'tenant_id': u'e4486eb012254a7c9c17de31428f406f', u'created_at': u'2018-08-27T14:14:29Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e4486eb012254a7c9c17de31428f406f', u'l2_adjacency': True}) 2018-08-27 14:14:29,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:14:29,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:14:29,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1228 X-Openstack-Request-Id: req-22ac3c89-e121-4e26-93d4-937677233235 Date: Mon, 27 Aug 2018 14:14:30 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"dd5dde2f-c988-49a4-b76d-9db9d32e6236","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e4486eb012254a7c9c17de31428f406f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T14:14:29Z","qos_policy_id":null,"name":"cloudify-net_12e3a74e-9c0c-4a1a-8856-6819afbae2f3","admin_state_up":true,"tenant_id":"e4486eb012254a7c9c17de31428f406f","created_at":"2018-08-27T14:14:29Z","mtu":1450}]} 2018-08-27 14:14:29,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-22ac3c89-e121-4e26-93d4-937677233235 2018-08-27 14:14:29,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.369006872177s 2018-08-27 14:14:29,988 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-22ac3c89-e121-4e26-93d4-937677233235 2018-08-27 14:14:29,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 14:14:29,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" -d '{"subnet": {"name": "cloudify-subnet_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "enable_dhcp": true, "network_id": "dd5dde2f-c988-49a4-b76d-9db9d32e6236", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 14:14:30,934 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-cb1db548-c66c-4226-a639-34022680ea6f Date: Mon, 27 Aug 2018 14:14:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dd5dde2f-c988-49a4-b76d-9db9d32e6236","tenant_id":"e4486eb012254a7c9c17de31428f406f","created_at":"2018-08-27T14:14:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T14:14: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":"e4486eb012254a7c9c17de31428f406f","id":"fd17f996-f736-4cef-bee3-01ab7ac3af35","subnetpool_id":null,"name":"cloudify-subnet_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}} 2018-08-27 14:14:30,934 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-cb1db548-c66c-4226-a639-34022680ea6f 2018-08-27 14:14:30,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.944921016693s 2018-08-27 14:14:30,935 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-cb1db548-c66c-4226-a639-34022680ea6f 2018-08-27 14:14:30,935 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T14:14: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'fd17f996-f736-4cef-bee3-01ab7ac3af35', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify-subnet_12e3a74e-9c0c-4a1a-8856-6819afbae2f3', u'enable_dhcp': True, u'network_id': u'dd5dde2f-c988-49a4-b76d-9db9d32e6236', u'tenant_id': u'e4486eb012254a7c9c17de31428f406f', u'created_at': u'2018-08-27T14:14: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'e4486eb012254a7c9c17de31428f406f'}) 2018-08-27 14:14:30,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 14:14:30,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "cloudify-router_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "admin_state_up": true}}' 2018-08-27 14:14:37,577 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-30f24be6-472b-41f7-bfed-c70b33529c45 Date: Mon, 27 Aug 2018 14:14:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:14:31Z", "admin_state_up": true, "updated_at": "2018-08-27T14:14:33Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "5ebd7cae-f634-4cc7-b6c2-4924f6060323", "name": "cloudify-router_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}} 2018-08-27 14:14:37,577 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-30f24be6-472b-41f7-bfed-c70b33529c45 2018-08-27 14:14:37,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.64145994186s 2018-08-27 14:14:37,578 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-30f24be6-472b-41f7-bfed-c70b33529c45 2018-08-27 14:14:37,578 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T14:14:33Z', u'revision_number': 3, u'id': u'5ebd7cae-f634-4cc7-b6c2-4924f6060323', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-router_12e3a74e-9c0c-4a1a-8856-6819afbae2f3', u'admin_state_up': True, u'tenant_id': u'e4486eb012254a7c9c17de31428f406f', u'created_at': u'2018-08-27T14:14:31Z', u'flavor_id': None, u'routes': [], u'project_id': u'e4486eb012254a7c9c17de31428f406f'}) 2018-08-27 14:14:37,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 14:14:37,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/5ebd7cae-f634-4cc7-b6c2-4924f6060323/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}8184f5c6df908efde28a2c92c09716668bd7f3eb" -d '{"subnet_id": "fd17f996-f736-4cef-bee3-01ab7ac3af35"}' 2018-08-27 14:14:40,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d3b85f88-19b7-4007-8b0e-1a41cf6c9272 Date: Mon, 27 Aug 2018 14:14:40 GMT RESP BODY: {"network_id": "dd5dde2f-c988-49a4-b76d-9db9d32e6236", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "subnet_id": "fd17f996-f736-4cef-bee3-01ab7ac3af35", "subnet_ids": ["fd17f996-f736-4cef-bee3-01ab7ac3af35"], "port_id": "d01d75c5-54bb-4338-abbe-133add174000", "id": "5ebd7cae-f634-4cc7-b6c2-4924f6060323"} 2018-08-27 14:14:40,769 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5ebd7cae-f634-4cc7-b6c2-4924f6060323/add_router_interface.json used request id req-d3b85f88-19b7-4007-8b0e-1a41cf6c9272 2018-08-27 14:14:40,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.18951106071s 2018-08-27 14:14:40,769 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5ebd7cae-f634-4cc7-b6c2-4924f6060323/add_router_interface.json used request id req-d3b85f88-19b7-4007-8b0e-1a41cf6c9272 returning object 5ebd7cae-f634-4cc7-b6c2-4924f6060323 2018-08-27 14:14:40,770 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-27 14:15:04,301 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-27 14:15:04,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:15:04,310 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 14:15:04 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 14:15:04,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 14:15:04,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:15:05,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-cec94c16-3151-46b1-b398-e8b3a62c9188 Date: Mon, 27 Aug 2018 14:15:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 14:15:05,019 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-cec94c16-3151-46b1-b398-e8b3a62c9188 2018-08-27 14:15:05,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.704073905945s 2018-08-27 14:15:05,019 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-cec94c16-3151-46b1-b398-e8b3a62c9188 2018-08-27 14:15:05,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 14:15:05,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify-img_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify-img_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}' 2018-08-27 14:15:05,348 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/f90cc92e-463b-48fb-ad65-142347234c3c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-fac2b6bf-bd44-4e1f-bcad-63f1876ead96 Date: Mon, 27 Aug 2018 14:15:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:15:05Z", "file": "/v2/images/f90cc92e-463b-48fb-ad65-142347234c3c/file", "owner": "e4486eb012254a7c9c17de31428f406f", "id": "f90cc92e-463b-48fb-ad65-142347234c3c", "size": null, "self": "/v2/images/f90cc92e-463b-48fb-ad65-142347234c3c", "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_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "checksum": null, "created_at": "2018-08-27T14:15:05Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 14:15:05,348 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-fac2b6bf-bd44-4e1f-bcad-63f1876ead96 2018-08-27 14:15:05,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.32149887085s 2018-08-27 14:15:05,349 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-fac2b6bf-bd44-4e1f-bcad-63f1876ead96 returning object f90cc92e-463b-48fb-ad65-142347234c3c 2018-08-27 14:15:05,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 14:15:05,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/f90cc92e-463b-48fb-ad65-142347234c3c/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}8184f5c6df908efde28a2c92c09716668bd7f3eb" -d '' 2018-08-27 14:16:04,022 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5ec050e9-b303-416e-ab6c-73a9e2de6342 Date: Mon, 27 Aug 2018 14:16: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 14:16:04,022 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/f90cc92e-463b-48fb-ad65-142347234c3c/file used request id req-5ec050e9-b303-416e-ab6c-73a9e2de6342 2018-08-27 14:16:04,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 58.672878027s 2018-08-27 14:16:04,023 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/f90cc92e-463b-48fb-ad65-142347234c3c/file used request id req-5ec050e9-b303-416e-ab6c-73a9e2de6342 2018-08-27 14:16:04,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 14:16:04,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:04,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-2866e542-52f6-4065-8394-8bc316dbf7af Date: Mon, 27 Aug 2018 14:16:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:16:03Z", "file": "/v2/images/f90cc92e-463b-48fb-ad65-142347234c3c/file", "owner": "e4486eb012254a7c9c17de31428f406f", "id": "f90cc92e-463b-48fb-ad65-142347234c3c", "size": 4373348352, "self": "/v2/images/f90cc92e-463b-48fb-ad65-142347234c3c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/f90cc92e-463b-48fb-ad65-142347234c3c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/f90cc92e-463b-48fb-ad65-142347234c3c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T14:15:05Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 14:16:04,332 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2866e542-52f6-4065-8394-8bc316dbf7af 2018-08-27 14:16:04,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.303333997726s 2018-08-27 14:16:04,332 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2866e542-52f6-4065-8394-8bc316dbf7af 2018-08-27 14:16:04,334 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/f90cc92e-463b-48fb-ad65-142347234c3c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f90cc92e-463b-48fb-ad65-142347234c3c/file', 'owner': u'e4486eb012254a7c9c17de31428f406f', 'id': u'f90cc92e-463b-48fb-ad65-142347234c3c', 'size': 4373348352, u'self': u'/v2/images/f90cc92e-463b-48fb-ad65-142347234c3c', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e4486eb012254a7c9c17de31428f406f', 'name': 'cloudify-project_12e3a74e-9c0c-4a1a-8856-6819afbae2f3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/f90cc92e-463b-48fb-ad65-142347234c3c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T14:16:03Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T14:16:03Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_12e3a74e-9c0c-4a1a-8856-6819afbae2f3', '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/f90cc92e-463b-48fb-ad65-142347234c3c', 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_12e3a74e-9c0c-4a1a-8856-6819afbae2f3', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify-img_12e3a74e-9c0c-4a1a-8856-6819afbae2f3', 'created': u'2018-08-27T14:15:05Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-27T14:15:05Z', 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/f90cc92e-463b-48fb-ad65-142347234c3c', 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_12e3a74e-9c0c-4a1a-8856-6819afbae2f3', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-27 14:16:04,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 14:16:04,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}08453b885b09d8160e630587bc4f279c0939d997" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify-flavor_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "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 14:16:05,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:16: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-e3a66ed3-c3fd-4195-b182-ce68254a66ce x-compute-request-id: req-e3a66ed3-c3fd-4195-b182-ce68254a66ce Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify-flavor_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "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": "bc697f7c-3057-49fb-9d7e-f850fe84cab1"}} 2018-08-27 14:16:05,156 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-e3a66ed3-c3fd-4195-b182-ce68254a66ce 2018-08-27 14:16:05,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.820693016052s 2018-08-27 14:16:05,157 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-e3a66ed3-c3fd-4195-b182-ce68254a66ce 2018-08-27 14:16:05,158 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify-flavor_12e3a74e-9c0c-4a1a-8856-6819afbae2f3', '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'd56eab07eebe4995963c4bcc663afcc8', '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'bc697f7c-3057-49fb-9d7e-f850fe84cab1', 'swap': 0}) 2018-08-27 14:16:05,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 14:16:05,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1/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}08453b885b09d8160e630587bc4f279c0939d997" -d '{"extra_specs": {}}' 2018-08-27 14:16:05,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:16: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-b21d3732-fa34-4c4c-a6e9-a5ac42b33391 x-compute-request-id: req-b21d3732-fa34-4c4c-a6e9-a5ac42b33391 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 14:16:05,182 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1/os-extra_specs used request id req-b21d3732-fa34-4c4c-a6e9-a5ac42b33391 2018-08-27 14:16:05,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0235748291016s 2018-08-27 14:16:05,183 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1/os-extra_specs used request id req-b21d3732-fa34-4c4c-a6e9-a5ac42b33391 2018-08-27 14:16:05,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 14:16:05,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" -d '{"keypair": {"name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}}' 2018-08-27 14:16:05,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:16: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-aa3c5815-2a7f-43a8-8ce0-6690eed29a65 x-compute-request-id: req-aa3c5815-2a7f-43a8-8ce0-6690eed29a65 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4BFTW5Yt3WCc5uRXRpg+0P6x90M7Y5u64n8sGfaBE8LKASKUMBP/v9vOTuLeXKfQZpNn7fD5yeWC3RVLsvm6Hku2NNQ+X5wE9zyFIwgI6p5R+5VuFZTOKl/NXQMcXgoS77QNO2+sNYn4iva9wzAovoVUbzzDWeaAHkMd6JB5y0T31qzBIYosYVz1BREwe+fjNRBPe2s2qIYfOVan08Xn8QKaNoYRbUGBaDhaLUpstZaGdTuf7GdXkIZw2WD8c/xihAh98rS34P92lJPfYqV9zIewYN8MGx8lY5jttxjSD+p6z5mLMS28NbaOsLz1kBe4JX7KyV6s2ZEuQ066uPSRp Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuARU1uWLd1gnObkV0aYPtD+sfdDO2ObuuJ/LBn2gRPCygEil\nDAT/7/bzk7i3lyn0GaTZ+3w+cnlgt0VS7L5uh5LtjTUPl+cBPc8hSMICOqeUfuVb\nhWUzipfzV0DHF4KEu+0DTtvrDWJ+Ir2vcMwKL6FVG88w1nmgB5DHeiQectE99asw\nSGKLGFc9QURMHvn4zUQT3trNqiGHzlWp9PF5/ECmjaGEW1BgWg4Wi1KbLWWhnU7n\n+xnV5CGcNlg/HP8YoQIffK0t+D/dpST32KlfcyHsGDfDBsfJWOY7bcY0g/qes+Zi\nzEtvDW2jrC89ZAXuCV+yslerNmRLkNOurj0kaQIDAQABAoIBAQCmwGYRBpnHYD7L\ndAltncoFUN4CdUG8FCinbUYRb63YSzW2Qh4uMimrTmGTr4POm9nzkwtldUUxfwRB\nj7SBjF+kw2Q43ahvwonBdP14bTaP6GQMSdMRoo9+PAvrOWwwxbl6gmDJCUiLLIGZ\nAcMFuCBS4SO6u5pKAJUfxfa9nBVrfOAEfp2Nr9nl4lMpQs84+MsM1Ky9e+3/uBWD\nbENrUiRKRSycKPSinOi79+qbNxtwPhKGZckqUUvEw5uGDrB5NsWI1fkMkpvmk4WV\nv8NNxPWykqZjomGUae7ePZml0vc6Taws0al/d4pFrDaQtmNWb1hnv2/lGtI1dHcl\ns02bQH7xAoGBANqNq4nqo8nNomYR+yjFlXahQTF3vXzMs6aZsDjLFAHdacwJOLou\nnqDezbGuUB9BZUVnQulU0GbFQS/RI0KVibt/oyqA7/4wXAELlZdoq5uRQtfeG84O\nv0jcmQoUeUieAD/DuN7YofWgT+OeddsSiVSNfe1yV+5WltTjQcGM7MiDAoGBANeL\nzM9eHlCjif0EQc7Tw0pnDQiRhz0xVvWE/SSBRy9WglXhwPKKjloTBH/i2PhHI5Mk\n0fm3vjEJ4L/yDT+sCHuH2HCVi0ANe8SO6mVCPuR9bp53w+TemkGVghN8uzNCf2Lp\nFUwDG1qS+FmhAX39MZCkdEyVmLMHDWV16vPX/VOjAoGAcRwtEV3Mkt7IE8dukzVf\nG1xtnyp3eSWAPNMBrwL7QdPTs3N6VnFWS6/ECRdMBEEWJotAx/3LNcUU7ahxdT5r\nYAy454B/tLBWjXvvWcMkPYk6bPpYrZZYTV9OHTdnZbvQKTAkd8DqYXMspYMXP+Ai\nDw6Dg+ZPt9w8h8Vt/Lvwt/0CgYAd7Qf7hnq5AWuoGE42tAn6K4KQvPvE0DPdlKA8\n0EIc3WrtF5HdWsVW1isawlkTZ3UV+de5Tvx1/IQawjV6sJzg4cR4JRsXQof7i0gZ\n1O+8c3nHQKOPBCTwlBxiLkAjZske53OQgSHsGlmmwAbgAiY+ican12FDAeinPI7p\nWgSO9wKBgQCL+3yi2RES739RAKRqWjWgDMXR3TmvMaUoFXjzuBC7CBkq4NwEdtME\nA5ffm9xMjJk2QeYmCs5CCFxqN+b6M0KvRBKgOHBrj7gmhmwnbKio//AVMg+VuDUz\nc8kt7muEcb1WBhZFfG2pUqaoRYeaW9RElIBA6F8zgxiHXcM/dX0atg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "fingerprint": "0e:de:86:72:26:6b:2c:9e:b4:6a:c0:0d:9f:3b:d5:76"}} 2018-08-27 14:16:05,885 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-aa3c5815-2a7f-43a8-8ce0-6690eed29a65 2018-08-27 14:16:05,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.701395988464s 2018-08-27 14:16:05,886 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-aa3c5815-2a7f-43a8-8ce0-6690eed29a65 2018-08-27 14:16:05,886 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4BFTW5Yt3WCc5uRXRpg+0P6x90M7Y5u64n8sGfaBE8LKASKUMBP/v9vOTuLeXKfQZpNn7fD5yeWC3RVLsvm6Hku2NNQ+X5wE9zyFIwgI6p5R+5VuFZTOKl/NXQMcXgoS77QNO2+sNYn4iva9wzAovoVUbzzDWeaAHkMd6JB5y0T31qzBIYosYVz1BREwe+fjNRBPe2s2qIYfOVan08Xn8QKaNoYRbUGBaDhaLUpstZaGdTuf7GdXkIZw2WD8c/xihAh98rS34P92lJPfYqV9zIewYN8MGx8lY5jttxjSD+p6z5mLMS28NbaOsLz1kBe4JX7KyV6s2ZEuQ066uPSRp Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuARU1uWLd1gnObkV0aYPtD+sfdDO2ObuuJ/LBn2gRPCygEil\nDAT/7/bzk7i3lyn0GaTZ+3w+cnlgt0VS7L5uh5LtjTUPl+cBPc8hSMICOqeUfuVb\nhWUzipfzV0DHF4KEu+0DTtvrDWJ+Ir2vcMwKL6FVG88w1nmgB5DHeiQectE99asw\nSGKLGFc9QURMHvn4zUQT3trNqiGHzlWp9PF5/ECmjaGEW1BgWg4Wi1KbLWWhnU7n\n+xnV5CGcNlg/HP8YoQIffK0t+D/dpST32KlfcyHsGDfDBsfJWOY7bcY0g/qes+Zi\nzEtvDW2jrC89ZAXuCV+yslerNmRLkNOurj0kaQIDAQABAoIBAQCmwGYRBpnHYD7L\ndAltncoFUN4CdUG8FCinbUYRb63YSzW2Qh4uMimrTmGTr4POm9nzkwtldUUxfwRB\nj7SBjF+kw2Q43ahvwonBdP14bTaP6GQMSdMRoo9+PAvrOWwwxbl6gmDJCUiLLIGZ\nAcMFuCBS4SO6u5pKAJUfxfa9nBVrfOAEfp2Nr9nl4lMpQs84+MsM1Ky9e+3/uBWD\nbENrUiRKRSycKPSinOi79+qbNxtwPhKGZckqUUvEw5uGDrB5NsWI1fkMkpvmk4WV\nv8NNxPWykqZjomGUae7ePZml0vc6Taws0al/d4pFrDaQtmNWb1hnv2/lGtI1dHcl\ns02bQH7xAoGBANqNq4nqo8nNomYR+yjFlXahQTF3vXzMs6aZsDjLFAHdacwJOLou\nnqDezbGuUB9BZUVnQulU0GbFQS/RI0KVibt/oyqA7/4wXAELlZdoq5uRQtfeG84O\nv0jcmQoUeUieAD/DuN7YofWgT+OeddsSiVSNfe1yV+5WltTjQcGM7MiDAoGBANeL\nzM9eHlCjif0EQc7Tw0pnDQiRhz0xVvWE/SSBRy9WglXhwPKKjloTBH/i2PhHI5Mk\n0fm3vjEJ4L/yDT+sCHuH2HCVi0ANe8SO6mVCPuR9bp53w+TemkGVghN8uzNCf2Lp\nFUwDG1qS+FmhAX39MZCkdEyVmLMHDWV16vPX/VOjAoGAcRwtEV3Mkt7IE8dukzVf\nG1xtnyp3eSWAPNMBrwL7QdPTs3N6VnFWS6/ECRdMBEEWJotAx/3LNcUU7ahxdT5r\nYAy454B/tLBWjXvvWcMkPYk6bPpYrZZYTV9OHTdnZbvQKTAkd8DqYXMspYMXP+Ai\nDw6Dg+ZPt9w8h8Vt/Lvwt/0CgYAd7Qf7hnq5AWuoGE42tAn6K4KQvPvE0DPdlKA8\n0EIc3WrtF5HdWsVW1isawlkTZ3UV+de5Tvx1/IQawjV6sJzg4cR4JRsXQof7i0gZ\n1O+8c3nHQKOPBCTwlBxiLkAjZske53OQgSHsGlmmwAbgAiY+ican12FDAeinPI7p\nWgSO9wKBgQCL+3yi2RES739RAKRqWjWgDMXR3TmvMaUoFXjzuBC7CBkq4NwEdtME\nA5ffm9xMjJk2QeYmCs5CCFxqN+b6M0KvRBKgOHBrj7gmhmwnbKio//AVMg+VuDUz\nc8kt7muEcb1WBhZFfG2pUqaoRYeaW9RElIBA6F8zgxiHXcM/dX0atg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'41bf8cbd34ee4ceda5e8e9dc71422e2e', 'name': u'cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3', 'created_at': '2018-08-27T14:16:05.886832', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e4486eb012254a7c9c17de31428f406f', 'name': 'cloudify-project_12e3a74e-9c0c-4a1a-8856-6819afbae2f3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'0e:de:86:72:26:6b:2c:9e:b4:6a:c0:0d:9f:3b:d5:76', 'type': 'ssh', 'id': u'cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3'}) 2018-08-27 14:16:05,887 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAuARU1uWLd1gnObkV0aYPtD+sfdDO2ObuuJ/LBn2gRPCygEil DAT/7/bzk7i3lyn0GaTZ+3w+cnlgt0VS7L5uh5LtjTUPl+cBPc8hSMICOqeUfuVb hWUzipfzV0DHF4KEu+0DTtvrDWJ+Ir2vcMwKL6FVG88w1nmgB5DHeiQectE99asw SGKLGFc9QURMHvn4zUQT3trNqiGHzlWp9PF5/ECmjaGEW1BgWg4Wi1KbLWWhnU7n +xnV5CGcNlg/HP8YoQIffK0t+D/dpST32KlfcyHsGDfDBsfJWOY7bcY0g/qes+Zi zEtvDW2jrC89ZAXuCV+yslerNmRLkNOurj0kaQIDAQABAoIBAQCmwGYRBpnHYD7L dAltncoFUN4CdUG8FCinbUYRb63YSzW2Qh4uMimrTmGTr4POm9nzkwtldUUxfwRB j7SBjF+kw2Q43ahvwonBdP14bTaP6GQMSdMRoo9+PAvrOWwwxbl6gmDJCUiLLIGZ AcMFuCBS4SO6u5pKAJUfxfa9nBVrfOAEfp2Nr9nl4lMpQs84+MsM1Ky9e+3/uBWD bENrUiRKRSycKPSinOi79+qbNxtwPhKGZckqUUvEw5uGDrB5NsWI1fkMkpvmk4WV v8NNxPWykqZjomGUae7ePZml0vc6Taws0al/d4pFrDaQtmNWb1hnv2/lGtI1dHcl s02bQH7xAoGBANqNq4nqo8nNomYR+yjFlXahQTF3vXzMs6aZsDjLFAHdacwJOLou nqDezbGuUB9BZUVnQulU0GbFQS/RI0KVibt/oyqA7/4wXAELlZdoq5uRQtfeG84O v0jcmQoUeUieAD/DuN7YofWgT+OeddsSiVSNfe1yV+5WltTjQcGM7MiDAoGBANeL zM9eHlCjif0EQc7Tw0pnDQiRhz0xVvWE/SSBRy9WglXhwPKKjloTBH/i2PhHI5Mk 0fm3vjEJ4L/yDT+sCHuH2HCVi0ANe8SO6mVCPuR9bp53w+TemkGVghN8uzNCf2Lp FUwDG1qS+FmhAX39MZCkdEyVmLMHDWV16vPX/VOjAoGAcRwtEV3Mkt7IE8dukzVf G1xtnyp3eSWAPNMBrwL7QdPTs3N6VnFWS6/ECRdMBEEWJotAx/3LNcUU7ahxdT5r YAy454B/tLBWjXvvWcMkPYk6bPpYrZZYTV9OHTdnZbvQKTAkd8DqYXMspYMXP+Ai Dw6Dg+ZPt9w8h8Vt/Lvwt/0CgYAd7Qf7hnq5AWuoGE42tAn6K4KQvPvE0DPdlKA8 0EIc3WrtF5HdWsVW1isawlkTZ3UV+de5Tvx1/IQawjV6sJzg4cR4JRsXQof7i0gZ 1O+8c3nHQKOPBCTwlBxiLkAjZske53OQgSHsGlmmwAbgAiY+ican12FDAeinPI7p WgSO9wKBgQCL+3yi2RES739RAKRqWjWgDMXR3TmvMaUoFXjzuBC7CBkq4NwEdtME A5ffm9xMjJk2QeYmCs5CCFxqN+b6M0KvRBKgOHBrj7gmhmwnbKio//AVMg+VuDUz c8kt7muEcb1WBhZFfG2pUqaoRYeaW9RElIBA6F8zgxiHXcM/dX0atg== -----END RSA PRIVATE KEY----- 2018-08-27 14:16:05,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-27 14:16:05,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" -d '{"security_group": {"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "description": "created by OPNFV Functest (cloudify)"}}' 2018-08-27 14:16:06,406 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-cf0a41fe-a740-4dea-a62d-8ee7cb3e6b06 Date: Mon, 27 Aug 2018 14:16:06 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:16:06Z", "updated_at": "2018-08-27T14:16:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "23bf816b-98f9-42a1-97e7-17997499e946", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "3d8cba71-43c4-4c78-a568-9b330b4b9e3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}], "revision_number": 1, "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}} 2018-08-27 14:16:06,406 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-cf0a41fe-a740-4dea-a62d-8ee7cb3e6b06 2018-08-27 14:16:06,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.51571893692s 2018-08-27 14:16:06,406 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-cf0a41fe-a740-4dea-a62d-8ee7cb3e6b06 2018-08-27 14:16:06,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 14:16:06,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:06,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3832 X-Openstack-Request-Id: req-c1f5c0ec-64e4-49cb-8e34-c9bd1834e2df Date: Mon, 27 Aug 2018 14:16:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:14:29Z", "updated_at": "2018-08-27T14:14:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "8b414016-b51f-4183-ab83-8256b16ded28", "remote_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "8fbe3224-f006-472d-a438-1c9517be44af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "beae5529-0bbe-40fd-881e-ba7acefaed91", "remote_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "d497b36c-75d6-41dc-9734-c8f9c1699a79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}], "revision_number": 1, "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:16:06Z", "updated_at": "2018-08-27T14:16:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "23bf816b-98f9-42a1-97e7-17997499e946", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "3d8cba71-43c4-4c78-a568-9b330b4b9e3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}], "revision_number": 1, "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}]} 2018-08-27 14:16:06,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-c1f5c0ec-64e4-49cb-8e34-c9bd1834e2df 2018-08-27 14:16:06,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.330415010452s 2018-08-27 14:16:06,742 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-c1f5c0ec-64e4-49cb-8e34-c9bd1834e2df 2018-08-27 14:16:06,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 14:16:06,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" -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": "c6c5edd3-3e44-4cef-806b-71c53bd3663c"}}' 2018-08-27 14:16:06,881 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-dc2eb94c-bc4d-42e4-aac7-28cb602ae040 Date: Mon, 27 Aug 2018 14:16:06 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-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "port_range_min": 22, "revision_number": 0, "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:16:06Z", "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "59e0de92-8f5b-470a-8767-9611a1131fce"}} 2018-08-27 14:16:06,881 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-dc2eb94c-bc4d-42e4-aac7-28cb602ae040 2018-08-27 14:16:06,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.136610984802s 2018-08-27 14:16:06,882 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-dc2eb94c-bc4d-42e4-aac7-28cb602ae040 2018-08-27 14:16:06,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 14:16:06,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:07,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4328 X-Openstack-Request-Id: req-84fef983-c40a-41dd-a8bd-4cd3a432ab97 Date: Mon, 27 Aug 2018 14:16:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:14:29Z", "updated_at": "2018-08-27T14:14:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "8b414016-b51f-4183-ab83-8256b16ded28", "remote_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "8fbe3224-f006-472d-a438-1c9517be44af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "beae5529-0bbe-40fd-881e-ba7acefaed91", "remote_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "d497b36c-75d6-41dc-9734-c8f9c1699a79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}], "revision_number": 1, "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:16:06Z", "updated_at": "2018-08-27T14:16:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "23bf816b-98f9-42a1-97e7-17997499e946", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "3d8cba71-43c4-4c78-a568-9b330b4b9e3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "59e0de92-8f5b-470a-8767-9611a1131fce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}], "revision_number": 2, "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}]} 2018-08-27 14:16:07,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-84fef983-c40a-41dd-a8bd-4cd3a432ab97 2018-08-27 14:16:07,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.314703941345s 2018-08-27 14:16:07,200 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-84fef983-c40a-41dd-a8bd-4cd3a432ab97 2018-08-27 14:16:07,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 14:16:07,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" -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": "c6c5edd3-3e44-4cef-806b-71c53bd3663c"}}' 2018-08-27 14:16:07,883 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-b9368e36-c247-45cb-a1aa-3356725537ab Date: Mon, 27 Aug 2018 14:16:07 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-27T14:16:07Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "port_range_min": null, "revision_number": 0, "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:16:07Z", "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "62ee2876-d581-4462-8774-e0af84484d23"}} 2018-08-27 14:16:07,883 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-b9368e36-c247-45cb-a1aa-3356725537ab 2018-08-27 14:16:07,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.679019212723s 2018-08-27 14:16:07,883 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-b9368e36-c247-45cb-a1aa-3356725537ab 2018-08-27 14:16:07,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 14:16:07,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:08,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4829 X-Openstack-Request-Id: req-b0b063f0-d74e-4779-8609-927c4e9ae537 Date: Mon, 27 Aug 2018 14:16:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:14:29Z", "updated_at": "2018-08-27T14:14:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "8b414016-b51f-4183-ab83-8256b16ded28", "remote_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "8fbe3224-f006-472d-a438-1c9517be44af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "beae5529-0bbe-40fd-881e-ba7acefaed91", "remote_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "d497b36c-75d6-41dc-9734-c8f9c1699a79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}], "revision_number": 1, "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:16:06Z", "updated_at": "2018-08-27T14:16:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "23bf816b-98f9-42a1-97e7-17997499e946", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "3d8cba71-43c4-4c78-a568-9b330b4b9e3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "59e0de92-8f5b-470a-8767-9611a1131fce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:07Z", "revision_number": 0, "id": "62ee2876-d581-4462-8774-e0af84484d23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:07Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}], "revision_number": 3, "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}]} 2018-08-27 14:16:08,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-b0b063f0-d74e-4779-8609-927c4e9ae537 2018-08-27 14:16:08,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.315373897552s 2018-08-27 14:16:08,203 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-b0b063f0-d74e-4779-8609-927c4e9ae537 2018-08-27 14:16:08,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 14:16:08,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" -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": "c6c5edd3-3e44-4cef-806b-71c53bd3663c"}}' 2018-08-27 14:16:08,636 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-f28b1ccb-2af3-4179-ad50-00182a4af478 Date: Mon, 27 Aug 2018 14:16:08 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-27T14:16:08Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "port_range_min": 80, "revision_number": 0, "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:16:08Z", "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "2ecfc9f8-bd74-401a-9b17-1b8184d38551"}} 2018-08-27 14:16:08,636 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-f28b1ccb-2af3-4179-ad50-00182a4af478 2018-08-27 14:16:08,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.4285800457s 2018-08-27 14:16:08,636 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-f28b1ccb-2af3-4179-ad50-00182a4af478 2018-08-27 14:16:08,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 14:16:08,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:08,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5325 X-Openstack-Request-Id: req-2dc5b50e-d0e2-4a42-9f13-7b94cb65c290 Date: Mon, 27 Aug 2018 14:16:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:14:29Z", "updated_at": "2018-08-27T14:14:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "8b414016-b51f-4183-ab83-8256b16ded28", "remote_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "8fbe3224-f006-472d-a438-1c9517be44af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "beae5529-0bbe-40fd-881e-ba7acefaed91", "remote_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "d497b36c-75d6-41dc-9734-c8f9c1699a79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}], "revision_number": 1, "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:16:06Z", "updated_at": "2018-08-27T14:16:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "23bf816b-98f9-42a1-97e7-17997499e946", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T14:16:08Z", "revision_number": 0, "id": "2ecfc9f8-bd74-401a-9b17-1b8184d38551", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:08Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": 80, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "3d8cba71-43c4-4c78-a568-9b330b4b9e3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "59e0de92-8f5b-470a-8767-9611a1131fce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:07Z", "revision_number": 0, "id": "62ee2876-d581-4462-8774-e0af84484d23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:07Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}], "revision_number": 4, "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}]} 2018-08-27 14:16:08,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-2dc5b50e-d0e2-4a42-9f13-7b94cb65c290 2018-08-27 14:16:08,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.307654857635s 2018-08-27 14:16:08,947 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-2dc5b50e-d0e2-4a42-9f13-7b94cb65c290 2018-08-27 14:16:08,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 14:16:08,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" -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": "c6c5edd3-3e44-4cef-806b-71c53bd3663c"}}' 2018-08-27 14:16:09,433 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-3221102b-44ea-4a75-909d-4594ba1efcf4 Date: Mon, 27 Aug 2018 14:16:09 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-27T14:16:09Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "port_range_min": 443, "revision_number": 0, "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:16:09Z", "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "333514e1-8708-459b-876d-07de31faacda"}} 2018-08-27 14:16:09,433 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-3221102b-44ea-4a75-909d-4594ba1efcf4 2018-08-27 14:16:09,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.481912136078s 2018-08-27 14:16:09,433 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-3221102b-44ea-4a75-909d-4594ba1efcf4 2018-08-27 14:16:09,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 14:16:09,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:09,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5823 X-Openstack-Request-Id: req-1832b1bc-b8d6-412d-867f-891d53a11026 Date: Mon, 27 Aug 2018 14:16:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:14:29Z", "updated_at": "2018-08-27T14:14:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "8b414016-b51f-4183-ab83-8256b16ded28", "remote_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "8fbe3224-f006-472d-a438-1c9517be44af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "beae5529-0bbe-40fd-881e-ba7acefaed91", "remote_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "d497b36c-75d6-41dc-9734-c8f9c1699a79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}], "revision_number": 1, "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:16:06Z", "updated_at": "2018-08-27T14:16:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "23bf816b-98f9-42a1-97e7-17997499e946", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T14:16:08Z", "revision_number": 0, "id": "2ecfc9f8-bd74-401a-9b17-1b8184d38551", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:08Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": 80, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T14:16:09Z", "revision_number": 0, "id": "333514e1-8708-459b-876d-07de31faacda", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:09Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": 443, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "3d8cba71-43c4-4c78-a568-9b330b4b9e3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "59e0de92-8f5b-470a-8767-9611a1131fce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:07Z", "revision_number": 0, "id": "62ee2876-d581-4462-8774-e0af84484d23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:07Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}], "revision_number": 5, "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}]} 2018-08-27 14:16:09,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-1832b1bc-b8d6-412d-867f-891d53a11026 2018-08-27 14:16:09,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0479609966278s 2018-08-27 14:16:09,485 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-1832b1bc-b8d6-412d-867f-891d53a11026 2018-08-27 14:16:09,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 14:16:09,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" -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": "c6c5edd3-3e44-4cef-806b-71c53bd3663c"}}' 2018-08-27 14:16:09,900 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-0c20ae49-028c-4529-be49-35e15d5e9c09 Date: Mon, 27 Aug 2018 14:16:09 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-27T14:16:09Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "port_range_min": 5671, "revision_number": 0, "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:16:09Z", "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "66b871e3-c553-41d5-a0b0-ccba014ca949"}} 2018-08-27 14:16:09,900 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-0c20ae49-028c-4529-be49-35e15d5e9c09 2018-08-27 14:16:09,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.41210603714s 2018-08-27 14:16:09,900 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-0c20ae49-028c-4529-be49-35e15d5e9c09 2018-08-27 14:16:09,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 14:16:09,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:10,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6323 X-Openstack-Request-Id: req-491e739e-e49a-4b94-b5f2-7dee32ee3346 Date: Mon, 27 Aug 2018 14:16:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:14:29Z", "updated_at": "2018-08-27T14:14:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "8b414016-b51f-4183-ab83-8256b16ded28", "remote_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "8fbe3224-f006-472d-a438-1c9517be44af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "beae5529-0bbe-40fd-881e-ba7acefaed91", "remote_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "d497b36c-75d6-41dc-9734-c8f9c1699a79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}], "revision_number": 1, "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:16:06Z", "updated_at": "2018-08-27T14:16:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "23bf816b-98f9-42a1-97e7-17997499e946", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T14:16:08Z", "revision_number": 0, "id": "2ecfc9f8-bd74-401a-9b17-1b8184d38551", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:08Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": 80, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T14:16:09Z", "revision_number": 0, "id": "333514e1-8708-459b-876d-07de31faacda", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:09Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": 443, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "3d8cba71-43c4-4c78-a568-9b330b4b9e3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "59e0de92-8f5b-470a-8767-9611a1131fce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:07Z", "revision_number": 0, "id": "62ee2876-d581-4462-8774-e0af84484d23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:07Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-27T14:16:09Z", "revision_number": 0, "id": "66b871e3-c553-41d5-a0b0-ccba014ca949", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:09Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}], "revision_number": 6, "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}]} 2018-08-27 14:16:10,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-491e739e-e49a-4b94-b5f2-7dee32ee3346 2018-08-27 14:16:10,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.720060110092s 2018-08-27 14:16:10,624 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-491e739e-e49a-4b94-b5f2-7dee32ee3346 2018-08-27 14:16:10,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 14:16:10,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" -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": "c6c5edd3-3e44-4cef-806b-71c53bd3663c"}}' 2018-08-27 14:16:11,049 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-2dcdb5d0-2842-40a8-ba13-96235ad2e41b Date: Mon, 27 Aug 2018 14:16:11 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-27T14:16:11Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "port_range_min": 53333, "revision_number": 0, "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:16:11Z", "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "f89c6b26-c7c3-4fb3-8df3-6f3179517966"}} 2018-08-27 14:16:11,050 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-2dcdb5d0-2842-40a8-ba13-96235ad2e41b 2018-08-27 14:16:11,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.421982049942s 2018-08-27 14:16:11,050 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-2dcdb5d0-2842-40a8-ba13-96235ad2e41b 2018-08-27 14:16:11,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:16:11,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:11,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1272 X-Openstack-Request-Id: req-582230dd-fce7-4116-af4b-a3b0e6b1fa81 Date: Mon, 27 Aug 2018 14:16:11 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"dd5dde2f-c988-49a4-b76d-9db9d32e6236","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e4486eb012254a7c9c17de31428f406f","l2_adjacency":true,"status":"ACTIVE","subnets":["fd17f996-f736-4cef-bee3-01ab7ac3af35"],"description":"","tags":[],"updated_at":"2018-08-27T14:14:30Z","qos_policy_id":null,"name":"cloudify-net_12e3a74e-9c0c-4a1a-8856-6819afbae2f3","admin_state_up":true,"tenant_id":"e4486eb012254a7c9c17de31428f406f","created_at":"2018-08-27T14:14:29Z","mtu":1450}]} 2018-08-27 14:16:11,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-582230dd-fce7-4116-af4b-a3b0e6b1fa81 2018-08-27 14:16:11,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.358333110809s 2018-08-27 14:16:11,411 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-582230dd-fce7-4116-af4b-a3b0e6b1fa81 2018-08-27 14:16:11,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 14:16:11,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:12,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-ef2d8b98-9a9c-4248-8911-6577b27a5406 Date: Mon, 27 Aug 2018 14:16:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:16:03Z", "file": "/v2/images/f90cc92e-463b-48fb-ad65-142347234c3c/file", "owner": "e4486eb012254a7c9c17de31428f406f", "id": "f90cc92e-463b-48fb-ad65-142347234c3c", "size": 4373348352, "self": "/v2/images/f90cc92e-463b-48fb-ad65-142347234c3c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/f90cc92e-463b-48fb-ad65-142347234c3c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/f90cc92e-463b-48fb-ad65-142347234c3c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T14:15:05Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 14:16:12,124 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ef2d8b98-9a9c-4248-8911-6577b27a5406 2018-08-27 14:16:12,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.709289073944s 2018-08-27 14:16:12,125 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ef2d8b98-9a9c-4248-8911-6577b27a5406 2018-08-27 14:16:12,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 14:16:12,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:12,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:16: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-b1124eff-f633-4e91-a792-b1b616297e13 x-compute-request-id: req-b1124eff-f633-4e91-a792-b1b616297e13 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "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": "bc697f7c-3057-49fb-9d7e-f850fe84cab1"}]} 2018-08-27 14:16:12,162 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-b1124eff-f633-4e91-a792-b1b616297e13 2018-08-27 14:16:12,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0353720188141s 2018-08-27 14:16:12,162 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-b1124eff-f633-4e91-a792-b1b616297e13 2018-08-27 14:16:12,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 14:16:12,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" -d '{"server": {"name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "imageRef": "f90cc92e-463b-48fb-ad65-142347234c3c", "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "flavorRef": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "max_count": 1, "min_count": 1, "networks": [{"uuid": "dd5dde2f-c988-49a4-b76d-9db9d32e6236"}], "security_groups": [{"name": "c6c5edd3-3e44-4cef-806b-71c53bd3663c"}]}}' 2018-08-27 14:16:16,489 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 14:16: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-6e86e328-da5e-4a6f-a423-62c92631489c x-compute-request-id: req-6e86e328-da5e-4a6f-a423-62c92631489c Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "c6c5edd3-3e44-4cef-806b-71c53bd3663c"}], "OS-DCF:diskConfig": "MANUAL", "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "adminPass": "2bcGid7tvZQr"}} 2018-08-27 14:16:16,489 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-6e86e328-da5e-4a6f-a423-62c92631489c 2018-08-27 14:16:16,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.3251311779s 2018-08-27 14:16:16,490 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-6e86e328-da5e-4a6f-a423-62c92631489c 2018-08-27 14:16:16,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:16:16,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:16,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:16: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-6b94266b-8b89-4340-888a-037ea8dbb149 x-compute-request-id: req-6b94266b-8b89-4340-888a-037ea8dbb149 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.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:16Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:16:16,938 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6b94266b-8b89-4340-888a-037ea8dbb149 2018-08-27 14:16:16,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.447048187256s 2018-08-27 14:16:16,938 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6b94266b-8b89-4340-888a-037ea8dbb149 2018-08-27 14:16:16,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:16:16,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:17,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1272 X-Openstack-Request-Id: req-1d5e324a-b599-446f-ad2f-7dc98b31ef2c Date: Mon, 27 Aug 2018 14:16:17 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"dd5dde2f-c988-49a4-b76d-9db9d32e6236","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e4486eb012254a7c9c17de31428f406f","l2_adjacency":true,"status":"ACTIVE","subnets":["fd17f996-f736-4cef-bee3-01ab7ac3af35"],"description":"","tags":[],"updated_at":"2018-08-27T14:14:30Z","qos_policy_id":null,"name":"cloudify-net_12e3a74e-9c0c-4a1a-8856-6819afbae2f3","admin_state_up":true,"tenant_id":"e4486eb012254a7c9c17de31428f406f","created_at":"2018-08-27T14:14:29Z","mtu":1450}]} 2018-08-27 14:16:17,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1d5e324a-b599-446f-ad2f-7dc98b31ef2c 2018-08-27 14:16:17,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.3724629879s 2018-08-27 14:16:17,318 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1d5e324a-b599-446f-ad2f-7dc98b31ef2c 2018-08-27 14:16:17,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 14:16:17,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:17,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-a40bf18d-7156-4eed-84cc-ed42e91925f8 Date: Mon, 27 Aug 2018 14:16:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dd5dde2f-c988-49a4-b76d-9db9d32e6236","tenant_id":"e4486eb012254a7c9c17de31428f406f","created_at":"2018-08-27T14:14:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T14:14: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":"e4486eb012254a7c9c17de31428f406f","id":"fd17f996-f736-4cef-bee3-01ab7ac3af35","subnetpool_id":null,"name":"cloudify-subnet_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}]} 2018-08-27 14:16:17,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-a40bf18d-7156-4eed-84cc-ed42e91925f8 2018-08-27 14:16:17,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.445387125015s 2018-08-27 14:16:17,765 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-a40bf18d-7156-4eed-84cc-ed42e91925f8 2018-08-27 14:16:17,766 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:16:19,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:16:19,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:21,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:16: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-108fb77c-eb73-455f-8a16-e4b268ae2a13 x-compute-request-id: req-108fb77c-eb73-455f-8a16-e4b268ae2a13 Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:19Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:16:21,620 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-108fb77c-eb73-455f-8a16-e4b268ae2a13 2018-08-27 14:16:21,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.85139799118s 2018-08-27 14:16:21,621 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-108fb77c-eb73-455f-8a16-e4b268ae2a13 2018-08-27 14:16:21,625 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:16:23,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:16:23,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:25,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:16: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-0f25ba4e-a973-4b02-bd28-465453e4fc99 x-compute-request-id: req-0f25ba4e-a973-4b02-bd28-465453e4fc99 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:16:25,295 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0f25ba4e-a973-4b02-bd28-465453e4fc99 2018-08-27 14:16:25,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.66755485535s 2018-08-27 14:16:25,296 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0f25ba4e-a973-4b02-bd28-465453e4fc99 2018-08-27 14:16:25,299 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:16:27,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:16:27,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:28,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:16: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-745adb7e-9942-4046-934d-804b58b34a32 x-compute-request-id: req-745adb7e-9942-4046-934d-804b58b34a32 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:16:28,719 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-745adb7e-9942-4046-934d-804b58b34a32 2018-08-27 14:16:28,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.41682887077s 2018-08-27 14:16:28,720 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-745adb7e-9942-4046-934d-804b58b34a32 2018-08-27 14:16:28,724 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:16:30,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:16:30,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:31,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:16: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-5f3b57f2-b43e-4453-91bc-cdf7d3d6c884 x-compute-request-id: req-5f3b57f2-b43e-4453-91bc-cdf7d3d6c884 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:16:31,941 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5f3b57f2-b43e-4453-91bc-cdf7d3d6c884 2018-08-27 14:16:31,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.2144908905s 2018-08-27 14:16:31,942 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5f3b57f2-b43e-4453-91bc-cdf7d3d6c884 2018-08-27 14:16:31,946 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:16:33,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:16:33,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:34,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:16: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-97c6320c-b9e4-4c0a-a4e1-549deeb9a6cc x-compute-request-id: req-97c6320c-b9e4-4c0a-a4e1-549deeb9a6cc Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:16:34,749 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-97c6320c-b9e4-4c0a-a4e1-549deeb9a6cc 2018-08-27 14:16:34,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.800102949142s 2018-08-27 14:16:34,750 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-97c6320c-b9e4-4c0a-a4e1-549deeb9a6cc 2018-08-27 14:16:34,754 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:16:36,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:16:36,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:37,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:16: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-65fb4ef2-1e57-45bf-b14b-d7a43129c560 x-compute-request-id: req-65fb4ef2-1e57-45bf-b14b-d7a43129c560 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:16:37,405 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-65fb4ef2-1e57-45bf-b14b-d7a43129c560 2018-08-27 14:16:37,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649068117142s 2018-08-27 14:16:37,406 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-65fb4ef2-1e57-45bf-b14b-d7a43129c560 2018-08-27 14:16:37,410 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:16:39,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:16:39,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:40,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:16: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-ba34dc68-bd8e-4e38-ad40-bf2675614a5b x-compute-request-id: req-ba34dc68-bd8e-4e38-ad40-bf2675614a5b Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:16:40,304 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ba34dc68-bd8e-4e38-ad40-bf2675614a5b 2018-08-27 14:16:40,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.89228105545s 2018-08-27 14:16:40,305 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ba34dc68-bd8e-4e38-ad40-bf2675614a5b 2018-08-27 14:16:40,309 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:16:42,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:16:42,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:43,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:16: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-37e65c3a-c63e-470c-846f-664dd5da1414 x-compute-request-id: req-37e65c3a-c63e-470c-846f-664dd5da1414 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:16:43,450 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-37e65c3a-c63e-470c-846f-664dd5da1414 2018-08-27 14:16:43,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13891196251s 2018-08-27 14:16:43,451 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-37e65c3a-c63e-470c-846f-664dd5da1414 2018-08-27 14:16:43,454 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:16:45,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:16:45,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:46,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:16: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-1d28f951-3e33-4e48-8dc2-16ef286e5754 x-compute-request-id: req-1d28f951-3e33-4e48-8dc2-16ef286e5754 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:16:46,830 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1d28f951-3e33-4e48-8dc2-16ef286e5754 2018-08-27 14:16:46,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.37359380722s 2018-08-27 14:16:46,831 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1d28f951-3e33-4e48-8dc2-16ef286e5754 2018-08-27 14:16:46,835 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:16:48,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:16:48,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:50,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:16: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-6565174c-0c8e-4926-9760-982fac925441 x-compute-request-id: req-6565174c-0c8e-4926-9760-982fac925441 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:16:50,242 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6565174c-0c8e-4926-9760-982fac925441 2018-08-27 14:16:50,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.40481710434s 2018-08-27 14:16:50,243 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6565174c-0c8e-4926-9760-982fac925441 2018-08-27 14:16:50,247 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:16:52,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:16:52,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:53,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:16: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-67d314af-f486-492f-8808-634a20a7b66f x-compute-request-id: req-67d314af-f486-492f-8808-634a20a7b66f Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:16:53,552 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-67d314af-f486-492f-8808-634a20a7b66f 2018-08-27 14:16:53,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.30285906792s 2018-08-27 14:16:53,553 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-67d314af-f486-492f-8808-634a20a7b66f 2018-08-27 14:16:53,556 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:16:55,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:16:55,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:16:56,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-4fcc2ff9-b361-4c18-a4ef-b15ed7234506 x-compute-request-id: req-4fcc2ff9-b361-4c18-a4ef-b15ed7234506 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:16:56,860 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4fcc2ff9-b361-4c18-a4ef-b15ed7234506 2018-08-27 14:16:56,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.3015100956s 2018-08-27 14:16:56,861 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4fcc2ff9-b361-4c18-a4ef-b15ed7234506 2018-08-27 14:16:56,865 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:16:58,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:16:58,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:00,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:16: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-e6d781f2-09ae-4a94-96b9-cd5907eb65d3 x-compute-request-id: req-e6d781f2-09ae-4a94-96b9-cd5907eb65d3 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:00,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e6d781f2-09ae-4a94-96b9-cd5907eb65d3 2018-08-27 14:17:00,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.41800904274s 2018-08-27 14:17:00,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e6d781f2-09ae-4a94-96b9-cd5907eb65d3 2018-08-27 14:17:00,290 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:02,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:02,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:03,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:17: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-2f631152-d6f9-4594-bcac-b23ccfc70f20 x-compute-request-id: req-2f631152-d6f9-4594-bcac-b23ccfc70f20 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:03,036 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2f631152-d6f9-4594-bcac-b23ccfc70f20 2018-08-27 14:17:03,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.744319915771s 2018-08-27 14:17:03,037 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2f631152-d6f9-4594-bcac-b23ccfc70f20 2018-08-27 14:17:03,041 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:05,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:05,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:05,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:17: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-28d34967-8fbc-41b9-b843-f76f91a18cd3 x-compute-request-id: req-28d34967-8fbc-41b9-b843-f76f91a18cd3 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:05,738 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-28d34967-8fbc-41b9-b843-f76f91a18cd3 2018-08-27 14:17:05,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.694641113281s 2018-08-27 14:17:05,739 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-28d34967-8fbc-41b9-b843-f76f91a18cd3 2018-08-27 14:17:05,742 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:07,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:07,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:08,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-80be62ce-b666-4262-bd77-7d4a767396cc x-compute-request-id: req-80be62ce-b666-4262-bd77-7d4a767396cc Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:08,288 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-80be62ce-b666-4262-bd77-7d4a767396cc 2018-08-27 14:17:08,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544242858887s 2018-08-27 14:17:08,289 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-80be62ce-b666-4262-bd77-7d4a767396cc 2018-08-27 14:17:08,293 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:10,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:10,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:11,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-c8f474f8-aa3f-461d-b1c4-c33c2692c83e x-compute-request-id: req-c8f474f8-aa3f-461d-b1c4-c33c2692c83e Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:11,462 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c8f474f8-aa3f-461d-b1c4-c33c2692c83e 2018-08-27 14:17:11,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.16636800766s 2018-08-27 14:17:11,462 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c8f474f8-aa3f-461d-b1c4-c33c2692c83e 2018-08-27 14:17:11,466 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:13,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:13,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:14,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-a7f16407-fb71-4ca0-8238-74e745ab9328 x-compute-request-id: req-a7f16407-fb71-4ca0-8238-74e745ab9328 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:14,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a7f16407-fb71-4ca0-8238-74e745ab9328 2018-08-27 14:17:14,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713310956955s 2018-08-27 14:17:14,183 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a7f16407-fb71-4ca0-8238-74e745ab9328 2018-08-27 14:17:14,187 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:16,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:16,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:17,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-3cbd2561-fea9-4e2e-a12b-cfc7c24f6921 x-compute-request-id: req-3cbd2561-fea9-4e2e-a12b-cfc7c24f6921 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:17,094 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3cbd2561-fea9-4e2e-a12b-cfc7c24f6921 2018-08-27 14:17:17,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.904762029648s 2018-08-27 14:17:17,094 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3cbd2561-fea9-4e2e-a12b-cfc7c24f6921 2018-08-27 14:17:17,098 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:19,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:19,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:20,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:17: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-ed5df1b0-b18d-4753-bb13-7e8aba19242a x-compute-request-id: req-ed5df1b0-b18d-4753-bb13-7e8aba19242a Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:20,140 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ed5df1b0-b18d-4753-bb13-7e8aba19242a 2018-08-27 14:17:20,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03925013542s 2018-08-27 14:17:20,141 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ed5df1b0-b18d-4753-bb13-7e8aba19242a 2018-08-27 14:17:20,145 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:22,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:22,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:23,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:17: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-a8a38ef7-3cd0-4d15-bc4b-d60ba3f8da17 x-compute-request-id: req-a8a38ef7-3cd0-4d15-bc4b-d60ba3f8da17 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:23,130 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a8a38ef7-3cd0-4d15-bc4b-d60ba3f8da17 2018-08-27 14:17:23,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.982847929001s 2018-08-27 14:17:23,130 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a8a38ef7-3cd0-4d15-bc4b-d60ba3f8da17 2018-08-27 14:17:23,134 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:25,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:25,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:25,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:17: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-9df6fce4-7439-4573-8890-a14b16678f7c x-compute-request-id: req-9df6fce4-7439-4573-8890-a14b16678f7c Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:25,602 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9df6fce4-7439-4573-8890-a14b16678f7c 2018-08-27 14:17:25,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.465309143066s 2018-08-27 14:17:25,603 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9df6fce4-7439-4573-8890-a14b16678f7c 2018-08-27 14:17:25,606 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:27,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:27,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:28,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:17: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-5a0a2c80-f10b-4c9e-b6f7-de0e78535892 x-compute-request-id: req-5a0a2c80-f10b-4c9e-b6f7-de0e78535892 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:28,292 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5a0a2c80-f10b-4c9e-b6f7-de0e78535892 2018-08-27 14:17:28,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.682615995407s 2018-08-27 14:17:28,292 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5a0a2c80-f10b-4c9e-b6f7-de0e78535892 2018-08-27 14:17:28,296 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:30,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:30,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:30,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:17: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-bcf549f1-6530-401d-ad37-b8476e225444 x-compute-request-id: req-bcf549f1-6530-401d-ad37-b8476e225444 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:30,851 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bcf549f1-6530-401d-ad37-b8476e225444 2018-08-27 14:17:30,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.551960945129s 2018-08-27 14:17:30,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bcf549f1-6530-401d-ad37-b8476e225444 2018-08-27 14:17:30,855 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:32,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:32,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:33,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:17: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-bb46dc4b-c6cd-4209-90ef-32046ced88b1 x-compute-request-id: req-bb46dc4b-c6cd-4209-90ef-32046ced88b1 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:33,977 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bb46dc4b-c6cd-4209-90ef-32046ced88b1 2018-08-27 14:17:33,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.1185259819s 2018-08-27 14:17:33,977 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bb46dc4b-c6cd-4209-90ef-32046ced88b1 2018-08-27 14:17:33,981 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:35,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:35,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:36,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:17: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-beea6c7c-f94d-40d8-8e2c-0299c0424e81 x-compute-request-id: req-beea6c7c-f94d-40d8-8e2c-0299c0424e81 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:36,712 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-beea6c7c-f94d-40d8-8e2c-0299c0424e81 2018-08-27 14:17:36,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.727676153183s 2018-08-27 14:17:36,712 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-beea6c7c-f94d-40d8-8e2c-0299c0424e81 2018-08-27 14:17:36,715 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:38,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:38,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:39,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-f43266e4-ba60-477a-af79-5a53063bb369 x-compute-request-id: req-f43266e4-ba60-477a-af79-5a53063bb369 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:39,850 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f43266e4-ba60-477a-af79-5a53063bb369 2018-08-27 14:17:39,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13172101974s 2018-08-27 14:17:39,850 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f43266e4-ba60-477a-af79-5a53063bb369 2018-08-27 14:17:39,854 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:41,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:41,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:42,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-68656c7c-7511-48b5-a084-f73cbd7f99b4 x-compute-request-id: req-68656c7c-7511-48b5-a084-f73cbd7f99b4 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:42,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-68656c7c-7511-48b5-a084-f73cbd7f99b4 2018-08-27 14:17:42,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.791841030121s 2018-08-27 14:17:42,650 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-68656c7c-7511-48b5-a084-f73cbd7f99b4 2018-08-27 14:17:42,653 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:44,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:44,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:45,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:17: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-452222b0-7c8f-418f-bfc7-b20b5fdf0c1a x-compute-request-id: req-452222b0-7c8f-418f-bfc7-b20b5fdf0c1a Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:45,278 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-452222b0-7c8f-418f-bfc7-b20b5fdf0c1a 2018-08-27 14:17:45,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.622626066208s 2018-08-27 14:17:45,278 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-452222b0-7c8f-418f-bfc7-b20b5fdf0c1a 2018-08-27 14:17:45,282 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:47,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:47,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:48,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:17: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-ab47474d-c0b6-45c7-93ca-be737bdcd4d6 x-compute-request-id: req-ab47474d-c0b6-45c7-93ca-be737bdcd4d6 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:48,016 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ab47474d-c0b6-45c7-93ca-be737bdcd4d6 2018-08-27 14:17:48,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.731504917145s 2018-08-27 14:17:48,017 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ab47474d-c0b6-45c7-93ca-be737bdcd4d6 2018-08-27 14:17:48,020 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:50,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:50,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:50,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:17: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-ea761b02-682e-4c0e-86f4-ae51644858f7 x-compute-request-id: req-ea761b02-682e-4c0e-86f4-ae51644858f7 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:50,473 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ea761b02-682e-4c0e-86f4-ae51644858f7 2018-08-27 14:17:50,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.449556112289s 2018-08-27 14:17:50,473 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ea761b02-682e-4c0e-86f4-ae51644858f7 2018-08-27 14:17:50,477 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:52,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:52,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:53,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-0b034e6c-7516-4e48-a81d-ec1d910ce557 x-compute-request-id: req-0b034e6c-7516-4e48-a81d-ec1d910ce557 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:53,633 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0b034e6c-7516-4e48-a81d-ec1d910ce557 2018-08-27 14:17:53,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.1532638073s 2018-08-27 14:17:53,634 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0b034e6c-7516-4e48-a81d-ec1d910ce557 2018-08-27 14:17:53,638 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:55,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:55,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:56,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-b3134ac5-336c-4d0f-a787-953a30657dfe x-compute-request-id: req-b3134ac5-336c-4d0f-a787-953a30657dfe Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:56,463 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b3134ac5-336c-4d0f-a787-953a30657dfe 2018-08-27 14:17:56,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.8219602108s 2018-08-27 14:17:56,463 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b3134ac5-336c-4d0f-a787-953a30657dfe 2018-08-27 14:17:56,467 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:17:58,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:17:58,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:17:59,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-4b9feb3f-7692-4ef4-b978-6879ffd1d9bd x-compute-request-id: req-4b9feb3f-7692-4ef4-b978-6879ffd1d9bd Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:17:59,277 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4b9feb3f-7692-4ef4-b978-6879ffd1d9bd 2018-08-27 14:17:59,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.80747294426s 2018-08-27 14:17:59,278 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4b9feb3f-7692-4ef4-b978-6879ffd1d9bd 2018-08-27 14:17:59,282 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:18:01,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:18:01,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:02,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:18: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-e37ad100-f7d4-43f2-b1be-4661de08f900 x-compute-request-id: req-e37ad100-f7d4-43f2-b1be-4661de08f900 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:18:02,499 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e37ad100-f7d4-43f2-b1be-4661de08f900 2018-08-27 14:18:02,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.2143239975s 2018-08-27 14:18:02,500 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e37ad100-f7d4-43f2-b1be-4661de08f900 2018-08-27 14:18:02,504 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:18:04,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:18:04,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:05,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:18: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-73b84d2e-4a14-4348-884f-18634bb9c3e1 x-compute-request-id: req-73b84d2e-4a14-4348-884f-18634bb9c3e1 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:18:05,171 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-73b84d2e-4a14-4348-884f-18634bb9c3e1 2018-08-27 14:18:05,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.66419506073s 2018-08-27 14:18:05,171 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-73b84d2e-4a14-4348-884f-18634bb9c3e1 2018-08-27 14:18:05,175 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:18:07,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:18:07,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:08,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-f4667416-ec82-47b9-99fb-0eb57272bfb5 x-compute-request-id: req-f4667416-ec82-47b9-99fb-0eb57272bfb5 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:18:08,324 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f4667416-ec82-47b9-99fb-0eb57272bfb5 2018-08-27 14:18:08,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14702391624s 2018-08-27 14:18:08,325 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f4667416-ec82-47b9-99fb-0eb57272bfb5 2018-08-27 14:18:08,329 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:18:10,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:18:10,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:11,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-57b29e53-3e9e-40b2-93d0-c7a5b189b065 x-compute-request-id: req-57b29e53-3e9e-40b2-93d0-c7a5b189b065 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:18:11,468 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-57b29e53-3e9e-40b2-93d0-c7a5b189b065 2018-08-27 14:18:11,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13809990883s 2018-08-27 14:18:11,469 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-57b29e53-3e9e-40b2-93d0-c7a5b189b065 2018-08-27 14:18:11,473 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:18:13,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:18:13,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:14,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-2561ca4c-c1ed-421f-8853-a02744c7bb29 x-compute-request-id: req-2561ca4c-c1ed-421f-8853-a02744c7bb29 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:18:14,098 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2561ca4c-c1ed-421f-8853-a02744c7bb29 2018-08-27 14:18:14,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.622461795807s 2018-08-27 14:18:14,098 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2561ca4c-c1ed-421f-8853-a02744c7bb29 2018-08-27 14:18:14,102 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:18:16,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:18:16,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:16,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-4f6e31a5-faa1-495c-b099-a3fc7bafa30e x-compute-request-id: req-4f6e31a5-faa1-495c-b099-a3fc7bafa30e Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:18:16,822 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4f6e31a5-faa1-495c-b099-a3fc7bafa30e 2018-08-27 14:18:16,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.717297077179s 2018-08-27 14:18:16,823 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4f6e31a5-faa1-495c-b099-a3fc7bafa30e 2018-08-27 14:18:16,826 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:18:18,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:18:18,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:19,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-87377197-2cdd-4ecc-af7f-19211de60ba7 x-compute-request-id: req-87377197-2cdd-4ecc-af7f-19211de60ba7 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:18:19,556 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-87377197-2cdd-4ecc-af7f-19211de60ba7 2018-08-27 14:18:19,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.726933956146s 2018-08-27 14:18:19,556 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-87377197-2cdd-4ecc-af7f-19211de60ba7 2018-08-27 14:18:19,560 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:18:21,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:18:21,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:22,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-3202de4a-bf86-4ab5-8217-1783429a9938 x-compute-request-id: req-3202de4a-bf86-4ab5-8217-1783429a9938 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "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-27T14:16:20Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:18:22,696 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3202de4a-bf86-4ab5-8217-1783429a9938 2018-08-27 14:18:22,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13235402107s 2018-08-27 14:18:22,696 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3202de4a-bf86-4ab5-8217-1783429a9938 2018-08-27 14:18:22,700 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:18:24,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:18:24,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:25,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-7cba01f2-3079-4741-baab-c197efc66e09 x-compute-request-id: req-7cba01f2-3079-4741-baab-c197efc66e09 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify-net_12e3a74e-9c0c-4a1a-8856-6819afbae2f3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:5b:b4", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:18:23.000000", "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:18:23Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:18:25,515 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7cba01f2-3079-4741-baab-c197efc66e09 2018-08-27 14:18:25,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.811954975128s 2018-08-27 14:18:25,515 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7cba01f2-3079-4741-baab-c197efc66e09 2018-08-27 14:18:25,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 14:18:25,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=dc5b894a-096d-49f7-8b28-89ace95be17b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:25,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-372330c9-409c-4459-b9b3-65bcd4f47bc1 Date: Mon, 27 Aug 2018 14:18:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T14:18:23Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fd17f996-f736-4cef-bee3-01ab7ac3af35","ip_address":"192.168.120.9"}],"id":"72812983-2bfc-4377-b4b0-04a0dfeefff2","security_groups":["c6c5edd3-3e44-4cef-806b-71c53bd3663c"],"mac_address":"fa:16:3e:1a:5b:b4","project_id":"e4486eb012254a7c9c17de31428f406f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dd5dde2f-c988-49a4-b76d-9db9d32e6236","tenant_id":"e4486eb012254a7c9c17de31428f406f","created_at":"2018-08-27T14:16:20Z","binding:vnic_type":"normal","device_id":"dc5b894a-096d-49f7-8b28-89ace95be17b","ip_allocation":"immediate"}]} 2018-08-27 14:18:25,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=dc5b894a-096d-49f7-8b28-89ace95be17b used request id req-372330c9-409c-4459-b9b3-65bcd4f47bc1 2018-08-27 14:18:25,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0678639411926s 2018-08-27 14:18:25,588 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=dc5b894a-096d-49f7-8b28-89ace95be17b used request id req-372330c9-409c-4459-b9b3-65bcd4f47bc1 2018-08-27 14:18:25,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:18:25,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=72812983-2bfc-4377-b4b0-04a0dfeefff2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:25,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e6c4b3a9-76a3-4c9c-8439-017dec83a4f1 Date: Mon, 27 Aug 2018 14:18:25 GMT RESP BODY: {"floatingips": []} 2018-08-27 14:18:25,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=72812983-2bfc-4377-b4b0-04a0dfeefff2 used request id req-e6c4b3a9-76a3-4c9c-8439-017dec83a4f1 2018-08-27 14:18:25,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0537331104279s 2018-08-27 14:18:25,647 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=72812983-2bfc-4377-b4b0-04a0dfeefff2 used request id req-e6c4b3a9-76a3-4c9c-8439-017dec83a4f1 2018-08-27 14:18:25,648 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify-net_12e3a74e-9c0c-4a1a-8856-6819afbae2f3': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:1a:5b:b4', 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'f90cc92e-463b-48fb-ad65-142347234c3c'}), 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-27T14:18:23.000000', 'flavor': Munch({u'id': u'bc697f7c-3057-49fb-9d7e-f850fe84cab1'}), 'az': u'nova', 'id': u'dc5b894a-096d-49f7-8b28-89ace95be17b', 'security_groups': [Munch({u'name': u'cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'41bf8cbd34ee4ceda5e8e9dc71422e2e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e4486eb012254a7c9c17de31428f406f', 'name': 'cloudify-project_12e3a74e-9c0c-4a1a-8856-6819afbae2f3', '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-27T14:18:23.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T14:18:23Z', 'hostId': u'3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739', '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-27T14:18:23.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'e4486eb012254a7c9c17de31428f406f', 'name': u'cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3', 'adminPass': u'2bcGid7tvZQr', 'tenant_id': u'e4486eb012254a7c9c17de31428f406f', 'created_at': u'2018-08-27T14:16:16Z', 'created': u'2018-08-27T14:16:16Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 14:18:25,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:18:25,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:25,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1272 X-Openstack-Request-Id: req-43303f2d-7819-47dc-ab77-4115b525826e Date: Mon, 27 Aug 2018 14:18:25 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"dd5dde2f-c988-49a4-b76d-9db9d32e6236","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e4486eb012254a7c9c17de31428f406f","l2_adjacency":true,"status":"ACTIVE","subnets":["fd17f996-f736-4cef-bee3-01ab7ac3af35"],"description":"","tags":[],"updated_at":"2018-08-27T14:14:30Z","qos_policy_id":null,"name":"cloudify-net_12e3a74e-9c0c-4a1a-8856-6819afbae2f3","admin_state_up":true,"tenant_id":"e4486eb012254a7c9c17de31428f406f","created_at":"2018-08-27T14:14:29Z","mtu":1450}]} 2018-08-27 14:18:25,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-43303f2d-7819-47dc-ab77-4115b525826e 2018-08-27 14:18:25,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100857973099s 2018-08-27 14:18:25,753 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-43303f2d-7819-47dc-ab77-4115b525826e 2018-08-27 14:18:25,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 14:18:25,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=dc5b894a-096d-49f7-8b28-89ace95be17b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:25,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-15b5f8e8-75bb-4a07-b676-b30f2f68338e Date: Mon, 27 Aug 2018 14:18:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T14:18:23Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fd17f996-f736-4cef-bee3-01ab7ac3af35","ip_address":"192.168.120.9"}],"id":"72812983-2bfc-4377-b4b0-04a0dfeefff2","security_groups":["c6c5edd3-3e44-4cef-806b-71c53bd3663c"],"mac_address":"fa:16:3e:1a:5b:b4","project_id":"e4486eb012254a7c9c17de31428f406f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dd5dde2f-c988-49a4-b76d-9db9d32e6236","tenant_id":"e4486eb012254a7c9c17de31428f406f","created_at":"2018-08-27T14:16:20Z","binding:vnic_type":"normal","device_id":"dc5b894a-096d-49f7-8b28-89ace95be17b","ip_allocation":"immediate"}]} 2018-08-27 14:18:25,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=dc5b894a-096d-49f7-8b28-89ace95be17b used request id req-15b5f8e8-75bb-4a07-b676-b30f2f68338e 2018-08-27 14:18:25,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0511438846588s 2018-08-27 14:18:25,806 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=dc5b894a-096d-49f7-8b28-89ace95be17b used request id req-15b5f8e8-75bb-4a07-b676-b30f2f68338e 2018-08-27 14:18:25,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-27 14:18:25,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" -d '{"floatingip": {"floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "fixed_ip_address": "192.168.120.9", "port_id": "72812983-2bfc-4377-b4b0-04a0dfeefff2"}}' 2018-08-27 14:18:28,771 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-f457b0de-cbd1-4921-92b5-5b611fbc7f58 Date: Mon, 27 Aug 2018 14:18:28 GMT RESP BODY: {"floatingip": {"router_id": "5ebd7cae-f634-4cc7-b6c2-4924f6060323", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:18:27Z", "updated_at": "2018-08-27T14:18:27Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd5dde2f-c988-49a4-b76d-9db9d32e6236", "device_owner": "compute:nova", "mac_address": "fa:16:3e:1a:5b:b4", "device_id": "dc5b894a-096d-49f7-8b28-89ace95be17b"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "e4486eb012254a7c9c17de31428f406f", "port_id": "72812983-2bfc-4377-b4b0-04a0dfeefff2", "id": "c4ec946c-23e3-44ed-8a16-e1811b9a02b3", "qos_policy_id": null}} 2018-08-27 14:18:28,771 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f457b0de-cbd1-4921-92b5-5b611fbc7f58 2018-08-27 14:18:28,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.96426510811s 2018-08-27 14:18:28,771 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f457b0de-cbd1-4921-92b5-5b611fbc7f58 2018-08-27 14:18:28,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:18:28,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:28,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-3b90d930-4bab-466a-b7ef-66bb33d4dca1 Date: Mon, 27 Aug 2018 14:18:28 GMT RESP BODY: {"floatingips": [{"router_id": "5ebd7cae-f634-4cc7-b6c2-4924f6060323", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:18:27Z", "updated_at": "2018-08-27T14:18:27Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd5dde2f-c988-49a4-b76d-9db9d32e6236", "device_owner": "compute:nova", "mac_address": "fa:16:3e:1a:5b:b4", "device_id": "dc5b894a-096d-49f7-8b28-89ace95be17b"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "e4486eb012254a7c9c17de31428f406f", "port_id": "72812983-2bfc-4377-b4b0-04a0dfeefff2", "id": "c4ec946c-23e3-44ed-8a16-e1811b9a02b3", "qos_policy_id": null}]} 2018-08-27 14:18:28,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-3b90d930-4bab-466a-b7ef-66bb33d4dca1 2018-08-27 14:18:28,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.107083082199s 2018-08-27 14:18:28,887 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-3b90d930-4bab-466a-b7ef-66bb33d4dca1 2018-08-27 14:18:28,891 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 14:18:28,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:18:28,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:29,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-915ed222-fb77-4840-acee-72e20a037096 Date: Mon, 27 Aug 2018 14:18:29 GMT RESP BODY: {"floatingips": [{"router_id": "5ebd7cae-f634-4cc7-b6c2-4924f6060323", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:18:27Z", "updated_at": "2018-08-27T14:18:27Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd5dde2f-c988-49a4-b76d-9db9d32e6236", "device_owner": "compute:nova", "mac_address": "fa:16:3e:1a:5b:b4", "device_id": "dc5b894a-096d-49f7-8b28-89ace95be17b"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "e4486eb012254a7c9c17de31428f406f", "port_id": "72812983-2bfc-4377-b4b0-04a0dfeefff2", "id": "c4ec946c-23e3-44ed-8a16-e1811b9a02b3", "qos_policy_id": null}]} 2018-08-27 14:18:29,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-915ed222-fb77-4840-acee-72e20a037096 2018-08-27 14:18:29,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.073105096817s 2018-08-27 14:18:29,070 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-915ed222-fb77-4840-acee-72e20a037096 2018-08-27 14:18:29,073 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 14:18:29,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:18:29,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:29,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-0b6081b9-3145-4893-b499-a34f00c551bf Date: Mon, 27 Aug 2018 14:18:29 GMT RESP BODY: {"floatingips": [{"router_id": "5ebd7cae-f634-4cc7-b6c2-4924f6060323", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:18:27Z", "updated_at": "2018-08-27T14:18:27Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd5dde2f-c988-49a4-b76d-9db9d32e6236", "device_owner": "compute:nova", "mac_address": "fa:16:3e:1a:5b:b4", "device_id": "dc5b894a-096d-49f7-8b28-89ace95be17b"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "e4486eb012254a7c9c17de31428f406f", "port_id": "72812983-2bfc-4377-b4b0-04a0dfeefff2", "id": "c4ec946c-23e3-44ed-8a16-e1811b9a02b3", "qos_policy_id": null}]} 2018-08-27 14:18:29,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-0b6081b9-3145-4893-b499-a34f00c551bf 2018-08-27 14:18:29,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0637619495392s 2018-08-27 14:18:29,243 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-0b6081b9-3145-4893-b499-a34f00c551bf 2018-08-27 14:18:29,246 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 14:18:29,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:18:29,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:29,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-f1642f28-6b8d-4eda-ac7b-68a0d7ccddf4 Date: Mon, 27 Aug 2018 14:18:29 GMT RESP BODY: {"floatingips": [{"router_id": "5ebd7cae-f634-4cc7-b6c2-4924f6060323", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:18:27Z", "updated_at": "2018-08-27T14:18:27Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd5dde2f-c988-49a4-b76d-9db9d32e6236", "device_owner": "compute:nova", "mac_address": "fa:16:3e:1a:5b:b4", "device_id": "dc5b894a-096d-49f7-8b28-89ace95be17b"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "e4486eb012254a7c9c17de31428f406f", "port_id": "72812983-2bfc-4377-b4b0-04a0dfeefff2", "id": "c4ec946c-23e3-44ed-8a16-e1811b9a02b3", "qos_policy_id": null}]} 2018-08-27 14:18:29,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f1642f28-6b8d-4eda-ac7b-68a0d7ccddf4 2018-08-27 14:18:29,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0843939781189s 2018-08-27 14:18:29,436 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f1642f28-6b8d-4eda-ac7b-68a0d7ccddf4 2018-08-27 14:18:29,440 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 14:18:29,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:18:29,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:29,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-4347a359-cea9-4f44-b8c6-5b9e63d5524d Date: Mon, 27 Aug 2018 14:18:29 GMT RESP BODY: {"floatingips": [{"router_id": "5ebd7cae-f634-4cc7-b6c2-4924f6060323", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:18:27Z", "updated_at": "2018-08-27T14:18:27Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd5dde2f-c988-49a4-b76d-9db9d32e6236", "device_owner": "compute:nova", "mac_address": "fa:16:3e:1a:5b:b4", "device_id": "dc5b894a-096d-49f7-8b28-89ace95be17b"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "e4486eb012254a7c9c17de31428f406f", "port_id": "72812983-2bfc-4377-b4b0-04a0dfeefff2", "id": "c4ec946c-23e3-44ed-8a16-e1811b9a02b3", "qos_policy_id": null}]} 2018-08-27 14:18:29,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4347a359-cea9-4f44-b8c6-5b9e63d5524d 2018-08-27 14:18:29,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0695180892944s 2018-08-27 14:18:29,615 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4347a359-cea9-4f44-b8c6-5b9e63d5524d 2018-08-27 14:18:29,617 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 14:18:29,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:18:29,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:29,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-dea7b016-6962-4196-83bc-4be98451ffd3 Date: Mon, 27 Aug 2018 14:18:29 GMT RESP BODY: {"floatingips": [{"router_id": "5ebd7cae-f634-4cc7-b6c2-4924f6060323", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:18:27Z", "updated_at": "2018-08-27T14:18:27Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd5dde2f-c988-49a4-b76d-9db9d32e6236", "device_owner": "compute:nova", "mac_address": "fa:16:3e:1a:5b:b4", "device_id": "dc5b894a-096d-49f7-8b28-89ace95be17b"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "e4486eb012254a7c9c17de31428f406f", "port_id": "72812983-2bfc-4377-b4b0-04a0dfeefff2", "id": "c4ec946c-23e3-44ed-8a16-e1811b9a02b3", "qos_policy_id": null}]} 2018-08-27 14:18:29,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-dea7b016-6962-4196-83bc-4be98451ffd3 2018-08-27 14:18:29,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0637428760529s 2018-08-27 14:18:29,787 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-dea7b016-6962-4196-83bc-4be98451ffd3 2018-08-27 14:18:29,789 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 14:18:29,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:18:29,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:29,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-7258c5cf-1e25-41c9-b1fe-3b8594a03bde Date: Mon, 27 Aug 2018 14:18:29 GMT RESP BODY: {"floatingips": [{"router_id": "5ebd7cae-f634-4cc7-b6c2-4924f6060323", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:18:27Z", "updated_at": "2018-08-27T14:18:27Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd5dde2f-c988-49a4-b76d-9db9d32e6236", "device_owner": "compute:nova", "mac_address": "fa:16:3e:1a:5b:b4", "device_id": "dc5b894a-096d-49f7-8b28-89ace95be17b"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "e4486eb012254a7c9c17de31428f406f", "port_id": "72812983-2bfc-4377-b4b0-04a0dfeefff2", "id": "c4ec946c-23e3-44ed-8a16-e1811b9a02b3", "qos_policy_id": null}]} 2018-08-27 14:18:29,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-7258c5cf-1e25-41c9-b1fe-3b8594a03bde 2018-08-27 14:18:29,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0630059242249s 2018-08-27 14:18:29,958 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-7258c5cf-1e25-41c9-b1fe-3b8594a03bde 2018-08-27 14:18:29,961 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 14:18:30,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:18:30,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:30,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-71c831a7-6bb1-4837-87b3-afa12dbe9b96 Date: Mon, 27 Aug 2018 14:18:30 GMT RESP BODY: {"floatingips": [{"router_id": "5ebd7cae-f634-4cc7-b6c2-4924f6060323", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:18:27Z", "updated_at": "2018-08-27T14:18:27Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd5dde2f-c988-49a4-b76d-9db9d32e6236", "device_owner": "compute:nova", "mac_address": "fa:16:3e:1a:5b:b4", "device_id": "dc5b894a-096d-49f7-8b28-89ace95be17b"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "e4486eb012254a7c9c17de31428f406f", "port_id": "72812983-2bfc-4377-b4b0-04a0dfeefff2", "id": "c4ec946c-23e3-44ed-8a16-e1811b9a02b3", "qos_policy_id": null}]} 2018-08-27 14:18:30,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-71c831a7-6bb1-4837-87b3-afa12dbe9b96 2018-08-27 14:18:30,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.259445905685s 2018-08-27 14:18:30,326 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-71c831a7-6bb1-4837-87b3-afa12dbe9b96 2018-08-27 14:18:30,329 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 14:18:30,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:18:30,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:30,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-56772062-caa3-4ca2-910e-c9309ed5b741 Date: Mon, 27 Aug 2018 14:18:30 GMT RESP BODY: {"floatingips": [{"router_id": "5ebd7cae-f634-4cc7-b6c2-4924f6060323", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:18:27Z", "updated_at": "2018-08-27T14:18:30Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "dd5dde2f-c988-49a4-b76d-9db9d32e6236", "device_owner": "compute:nova", "mac_address": "fa:16:3e:1a:5b:b4", "device_id": "dc5b894a-096d-49f7-8b28-89ace95be17b"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 1, "project_id": "e4486eb012254a7c9c17de31428f406f", "port_id": "72812983-2bfc-4377-b4b0-04a0dfeefff2", "id": "c4ec946c-23e3-44ed-8a16-e1811b9a02b3", "qos_policy_id": null}]} 2018-08-27 14:18:30,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-56772062-caa3-4ca2-910e-c9309ed5b741 2018-08-27 14:18:30,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0682570934296s 2018-08-27 14:18:30,503 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-56772062-caa3-4ca2-910e-c9309ed5b741 2018-08-27 14:18:30,507 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'5ebd7cae-f634-4cc7-b6c2-4924f6060323', 'updated_at': u'2018-08-27T14:18:30Z', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.210', 'revision_number': 1, 'port_id': u'72812983-2bfc-4377-b4b0-04a0dfeefff2', 'id': u'c4ec946c-23e3-44ed-8a16-e1811b9a02b3', 'network': u'9e7da560-d286-4d69-b2d6-e7b51586033c', 'port': u'72812983-2bfc-4377-b4b0-04a0dfeefff2', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e4486eb012254a7c9c17de31428f406f', 'name': 'cloudify-project_12e3a74e-9c0c-4a1a-8856-6819afbae2f3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'e4486eb012254a7c9c17de31428f406f', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'dd5dde2f-c988-49a4-b76d-9db9d32e6236', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:1a:5b:b4', u'device_id': u'dc5b894a-096d-49f7-8b28-89ace95be17b'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'e4486eb012254a7c9c17de31428f406f', 'created_at': u'2018-08-27T14:18:27Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'dd5dde2f-c988-49a4-b76d-9db9d32e6236', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:1a:5b:b4', u'device_id': u'dc5b894a-096d-49f7-8b28-89ace95be17b'}), 'router': u'5ebd7cae-f634-4cc7-b6c2-4924f6060323'}) 2018-08-27 14:18:30,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 14:18:30,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b/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}8184f5c6df908efde28a2c92c09716668bd7f3eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 14:18:30,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-5043bcf4-a3ea-4858-bd71-e7550e45eb83 x-compute-request-id: req-5043bcf4-a3ea-4858-bd71-e7550e45eb83 Content-Encoding: gzip Content-Length: 11018 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 1818850720 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.426334] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.429424] pid_max: default: 32768 minimum: 301\n[ 0.431094] Security Framework initialized\n[ 0.432637] SELinux: Initializing.\n[ 0.434309] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.440939] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.445008] Mount-cache hash table entries: 4096\n[ 0.446970] Initializing cgroup subsys memory\n[ 0.448616] Initializing cgroup subsys devices\n[ 0.450248] Initializing cgroup subsys freezer\n[ 0.451883] Initializing cgroup subsys net_cls\n[ 0.453529] Initializing cgroup subsys blkio\n[ 0.455100] Initializing cgroup subsys perf_event\n[ 0.456766] Initializing cgroup subsys hugetlb\n[ 0.458409] Initializing cgroup subsys pids\n[ 0.459958] Initializing cgroup subsys net_prio\n[ 0.461668] CPU: Physical Processor ID: 0\n[ 0.463903] mce: CPU supports 10 MCE banks\n[ 0.465465] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.467256] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.469052] tlb_flushall_shift: 6\n[ 0.470630] Freeing SMP alternatives: 28k freed\n[ 0.474975] ACPI: Core revision 20130517\n[ 0.476954] ACPI: All ACPI Tables successfully acquired\n[ 0.478982] ftrace: allocating 25812 entries in 101 pages\n[ 0.500867] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.502963] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.504994] smpboot: Max logical packages: 2\n[ 0.506823] Enabling x2apic\n[ 0.508095] Enabled x2apic\n[ 0.509615] Switched APIC routing to physical x2apic.\n[ 0.512692] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.514799] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.518494] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.527482] KVM setup paravirtual spinlock\n[ 0.530336] smpboot: Booting Node 0, Processors #1 OK\n[ 0.532515] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.554417] Brought up 2 CPUs\n[ 0.554425] KVM setup async PF for cpu 1\n[ 0.554429] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.558777] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.561741] devtmpfs: initialized\n[ 0.564716] EVM: security.selinux\n[ 0.566085] EVM: security.ima\n[ 0.567362] EVM: security.capability\n[ 0.569441] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.571563] pinctrl core: initialized pinctrl subsystem\n[ 0.573486] NET: Registered protocol family 16\n[ 0.575282] ACPI: bus type PCI registered\n[ 0.576793] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.578893] PCI: Using configuration type 1 for base access\n[ 0.584183] ACPI: Added _OSI(Module Device)\n[ 0.585759] ACPI: Added _OSI(Processor Device)\n[ 0.587380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.589036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.591983] ACPI: Interpreter enabled\n[ 0.593454] ACPI: (supports S0 S5)\n[ 0.594848] ACPI: Using IOAPIC for interrupt routing\n[ 0.596571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.601615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.603617] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.605750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.607823] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.611656] acpiphp: Slot [3] registered\n[ 0.613171] acpiphp: Slot [4] registered\n[ 0.614684] acpiphp: Slot [5] registered\n[ 0.616196] acpiphp: Slot [6] registered\n[ 0.617702] acpiphp: Slot [7] registered\n[ 0.619226] acpiphp: Slot [8] registered\n[ 0.620737] acpiphp: Slot [9] registered\n[ 0.622261] acpiphp: Slot [10] registered\n[ 0.623784] acpiphp: Slot [11] registered\n[ 0.625317] acpiphp: Slot [12] registered\n[ 0.626851] acpiphp: Slot [13] registered\n[ 0.628378] acpiphp: Slot [14] registered\n[ 0.629899] acpiphp: Slot [15] registered\n[ 0.631436] acpiphp: Slot [16] registered\n[ 0.632996] acpiphp: Slot [17] registered\n[ 0.634518] acpiphp: Slot [18] registered\n[ 0.636054] acpiphp: Slot [19] registered\n[ 0.637583] acpiphp: Slot [20] registered\n[ 0.639131] acpiphp: Slot [21] registered\n[ 0.640667] acpiphp: Slot [22] registered\n[ 0.642205] acpiphp: Slot [23] registered\n[ 0.643825] acpiphp: Slot [24] registered\n[ 0.645357] acpiphp: Slot [25] registered\n[ 0.646879] acpiphp: Slot [26] registered\n[ 0.648410] acpiphp: Slot [27] registered\n[ 0.649938] acpiphp: Slot [28] registered\n[ 0.651460] acpiphp: Slot [29] registered\n[ 0.652975] acpiphp: Slot [30] registered\n[ 0.654496] acpiphp: Slot [31] registered\n[ 0.656007] PCI host bridge to bus 0000:00\n[ 0.657522] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.659343] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.661420] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.663500] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.666281] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.669051] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.674727] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.676899] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.678922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.681071] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.685520] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.688286] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.713438] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.716679] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.719116] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.721526] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.723905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.726145] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.728442] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.731395] vgaarb: loaded\n[ 0.732636] vgaarb: bridge control possible 0000:00:02.0\n[ 0.734630] SCSI subsystem initialized\n[ 0.736146] ACPI: bus type USB registered\n[ 0.737696] usbcore: registered new interface driver usbfs\n[ 0.739551] usbcore: registered new interface driver hub\n[ 0.741384] usbcore: registered new device driver usb\n[ 0.743355] PCI: Using ACPI for IRQ routing\n[ 0.745323] NetLabel: Initializing\n[ 0.746720] NetLabel: domain hash size = 128\n[ 0.748321] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.750079] NetLabel: unlabeled traffic allowed by default\n[ 0.752070] Switched to clocksource kvm-clock\n[ 0.761975] pnp: PnP ACPI init\n[ 0.763312] ACPI: bus type PNP registered\n[ 0.765280] pnp: PnP ACPI: found 5 devices\n[ 0.766823] ACPI: bus type PNP unregistered\n[ 0.774630] NET: Registered protocol family 2\n[ 0.776572] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.779612] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.782124] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.784297] TCP: reno registered\n[ 0.785652] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.787651] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.789788] NET: Registered protocol family 1\n[ 0.791412] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.793354] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.795255] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.815691] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.836299] Unpacking initramfs...\n[ 1.327283] Freeing initrd memory: 37508k freed\n[ 1.337259] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.339409] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.343318] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.345383] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.347727] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.349752] Initialise system trusted keyring\n[ 1.351380] audit: initializing netlink socket (disabled)\n[ 1.353216] type=2000 audit(1535379506.441:1): initialized\n[ 1.370459] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.372483] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.375400] zpool: loaded\n[ 1.376644] zbud: loaded\n[ 1.378046] VFS: Disk quotas dquot_6.5.2\n[ 1.379574] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.381785] msgmni has been set to 7578\n[ 1.383342] Key type big_key registered\n[ 1.385653] NET: Registered protocol family 38\n[ 1.387286] Key type asymmetric registered\n[ 1.388821] Asymmetric key parser 'x509' registered\n[ 1.390536] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.393400] io scheduler noop registered\n[ 1.394904] io scheduler deadline registered (default)\n[ 1.410488] io scheduler cfq registered\n[ 1.412062] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.413912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.416105] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.418906] ACPI: Power Button [PWRF]\n[ 1.420521] GHES: HEST is not enabled!\n[ 1.422081] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.446335] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.448678] Non-volatile memory driver v1.3\n[ 1.450244] Linux agpgart interface v0.103\n[ 1.451906] crash memory driver: version 1.1\n[ 1.453535] rdac: device handler registered\n[ 1.455145] hp_sw: device handler registered\n[ 1.456713] emc: device handler registered\n[ 1.458246] alua: device handler registered\n[ 1.459819] libphy: Fixed MDIO Bus: probed\n[ 1.461418] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.463462] ehci-pci: EHCI PCI platform driver\n[ 1.465076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.467063] ohci-pci: OHCI PCI platform driver\n[ 1.468676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.489189] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.491034] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.493845] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.495630] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.497595] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.500197] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.503680] usb usb1: Product: UHCI Host Controller\n[ 1.505879] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.508765] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.511015] hub 1-0:1.0: USB hub found\n[ 1.512867] hub 1-0:1.0: 2 ports detected\n[ 1.514930] usbcore: registered new interface driver usbserial\n[ 1.517434] usbcore: registered new interface driver usbserial_generic\n[ 1.520177] usbserial: USB Serial support registered for generic\n[ 1.522784] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.527293] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.529483] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.531811] mousedev: PS/2 mouse device common for all mice\n[ 1.534617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.538779] rtc_cmos 00:00: RTC can wake from S4\n[ 1.539578] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.541352] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.546854] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.548770] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.550730] cpuidle: using governor menu\n[ 1.552202] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.553973] usbcore: registered new interface driver usbhid\n[ 1.555701] usbhid: USB HID core driver\n[ 1.557145] drop_monitor: Initializing network drop monitor service\n[ 1.559049] TCP: cubic registered\n[ 1.560340] Initializing XFRM netlink socket\n[ 1.561895] NET: Registered protocol family 10\n[ 1.563700] NET: Registered protocol family 17\n[ 1.565449] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.567381] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.569231] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.572284] Loading compiled-in X.509 certificates\n[ 1.573900] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.576959] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.580483] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.583586] registered taskstats version 1\n[ 1.586985] Key type trusted registered\n[ 1.589720] Key type encrypted registered\n[ 1.592428] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.594634] rtc_cmos 00:00: setting system clock to 2018-08-27 14:18:26 UTC (1535379506)\n[ 1.598085] Freeing unused kernel memory: 1680k freed\n[ 1.604201] 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.609546] systemd[1]: Detected virtualization kvm.\n[ 1.611179] systemd[1]: Detected architecture x86-64.\n[ 1.612832] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.615885] systemd[1]: No hostname configured.\n[ 1.617465] systemd[1]: Set hostname to .\n[ 1.619163] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.642285] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.645168] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.648944] systemd[1]: Reached target Paths.\n[ 1.650490] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.652971] systemd[1]: Created slice Root Slice.\n[ 1.654594] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.657192] systemd[1]: Listening on udev Kernel Socket.\n[ 1.658913] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.661607] systemd[1]: Listening on Journal Socket.\n[ 1.663263] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.665894] systemd[1]: Reached target Local File Systems.\n[ 1.667662] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Swap.\n[ 1.670233] systemd[1]: Reached target Swap.\n[ 1.671757] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice System Slice.\n[ 1.674169] systemd[1]: Created slice System Slice.\n[ 1.675799] systemd[1]: Starting System Slice.\n[ 1.677699] 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.682438] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Slices.\n[ 1.686067] systemd[1]: Reached target Slices.\n[ 1.687638] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.690175] systemd[1]: Listening on udev Control Socket.\n[ 1.691920] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.694537] systemd[1]: Reached target Sockets.\n[ 1.696114] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Timers.\n[ 1.698495] systemd[1]: Reached target Timers.\n[ 1.700033] systemd[1]: Starting Timers.\n[ 1.701832] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.704767] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.709066] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.713603] systemd[1]: Started Apply Kernel Variables.\n[ 1.716165] systemd[1]: Starting Create Static Device Nodes in /dev...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Journal Service.\n[ 1.721230] systemd[1]: Started Journal Service.\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.777764] RPC: Registered named UNIX socket transport module.\n[ 1.779931] RPC: Registered udp transport module.\n[ 1.781767] RPC: Registered tcp transport module.\n[ 1.783596] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.817081] 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.895285] FDC 0 is a S82078B\n[ 1.904832] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.908839] scsi host0: ata_piix\n[ 1.910463] scsi host1: ata_piix\n[ 1.911826] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.913972] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.953097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.961304] vda: vda1\n[ 1.971774] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.973927] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.976083] usb 1-1: Product: QEMU USB Tablet\n[ 1.977665] usb 1-1: Manufacturer: QEMU\n[ 1.979163] usb 1-1: SerialNumber: 42\n[ 1.989012] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.992418] 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[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.088422] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.091511] XFS (vda1): Mounting V4 Filesystem\n[ 2.120352] 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 Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\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 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] 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...[ 2.345025] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n\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.361119] systemd-journald[112]: Received SIGTERM from PID 1 (systemd).\n[ 2.441750] SELinux: Disabled at runtime.\n[ 2.480111] type=1404 audit(1535379507.385:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.508819] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.510758] 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-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n Mounting Huge Pages File System...\n[[32m OK [0m] Reached target Swap.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting Debug File System...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped target Initrd File Systems.\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 udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Slices.\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] [ 2.727657] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\nMounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\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 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] Started Configure read-only root support.\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.812155] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\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 Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting udev Kernel Device Manager...\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 Setup Virtual Console.\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 udev Kernel Device Manager.\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[ 2.938434] type=1305 audit(1535379507.843:3): audit_pid=439 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] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 3.136082] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\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[ 3.143565] [drm] Initialized drm 1.1.0 20060810\n Starting Initial cloud-init job (pre-networking)...\n Starting NTP client/server...\n Starting Login Service...\n Starting GSSAPI Proxy Daemon...\n Starting Dump dmesg to /var/log/dmesg...\n[ 3.165118] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.167423] [TTM] Initializing pool allocator\n[ 3.169170] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.169503] [TTM] Initializing DMA pool allocator\n Starting Authorization Manager...\n[ 3.169836] [drm] fb mappable at 0xFC000000\n[ 3.169836] [drm] vram aper at 0xFC000000\n[ 3.169836] [drm] size 33554432\n[ 3.169837] [drm] fb depth is 24\n[ 3.169837] [drm] pitch is 3072\n[ 3.177633] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.239746] Console: switching to colour frame buffer device 128x48\n[ 3.239753] ppdev: user-space parallel port driver\n[ 3.255885] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\n[ 3.265216] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Login Service.\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[ 3.327102] AES CTR mode by8 optimization enabled\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.337254] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\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[ 3.370527] alg: No test for crc32 (crc32-pclmul)\n[ 3.374688] intel_rapl: no valid rapl domains found in package 0\n[ 3.378437] intel_rapl: no valid rapl domains found in package 0\n[ 3.380314] intel_powerclamp: No package C-state available\n[ 3.385742] intel_powerclamp: No package C-state available[ 3.222184] cloud-init[470]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 14:18:28 +0000. Up 3.18 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2018-08-27 14:18:30,616 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b/action used request id req-5043bcf4-a3ea-4858-bd71-e7550e45eb83 2018-08-27 14:18:30,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.108757972717s 2018-08-27 14:18:30,617 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b/action used request id req-5043bcf4-a3ea-4858-bd71-e7550e45eb83 2018-08-27 14:18:30,617 - 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 1818850720 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.426334] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.429424] pid_max: default: 32768 minimum: 301 [ 0.431094] Security Framework initialized [ 0.432637] SELinux: Initializing. [ 0.434309] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.440939] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.445008] Mount-cache hash table entries: 4096 [ 0.446970] Initializing cgroup subsys memory [ 0.448616] Initializing cgroup subsys devices [ 0.450248] Initializing cgroup subsys freezer [ 0.451883] Initializing cgroup subsys net_cls [ 0.453529] Initializing cgroup subsys blkio [ 0.455100] Initializing cgroup subsys perf_event [ 0.456766] Initializing cgroup subsys hugetlb [ 0.458409] Initializing cgroup subsys pids [ 0.459958] Initializing cgroup subsys net_prio [ 0.461668] CPU: Physical Processor ID: 0 [ 0.463903] mce: CPU supports 10 MCE banks [ 0.465465] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.467256] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.469052] tlb_flushall_shift: 6 [ 0.470630] Freeing SMP alternatives: 28k freed [ 0.474975] ACPI: Core revision 20130517 [ 0.476954] ACPI: All ACPI Tables successfully acquired [ 0.478982] ftrace: allocating 25812 entries in 101 pages [ 0.500867] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.502963] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.504994] smpboot: Max logical packages: 2 [ 0.506823] Enabling x2apic [ 0.508095] Enabled x2apic [ 0.509615] Switched APIC routing to physical x2apic. [ 0.512692] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.514799] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.518494] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.527482] KVM setup paravirtual spinlock [ 0.530336] smpboot: Booting Node 0, Processors #1 OK [ 0.532515] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.554417] Brought up 2 CPUs [ 0.554425] KVM setup async PF for cpu 1 [ 0.554429] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.558777] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.561741] devtmpfs: initialized [ 0.564716] EVM: security.selinux [ 0.566085] EVM: security.ima [ 0.567362] EVM: security.capability [ 0.569441] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.571563] pinctrl core: initialized pinctrl subsystem [ 0.573486] NET: Registered protocol family 16 [ 0.575282] ACPI: bus type PCI registered [ 0.576793] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.578893] PCI: Using configuration type 1 for base access [ 0.584183] ACPI: Added _OSI(Module Device) [ 0.585759] ACPI: Added _OSI(Processor Device) [ 0.587380] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.589036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.591983] ACPI: Interpreter enabled [ 0.593454] ACPI: (supports S0 S5) [ 0.594848] ACPI: Using IOAPIC for interrupt routing [ 0.596571] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.601615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.603617] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.605750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.607823] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.611656] acpiphp: Slot [3] registered [ 0.613171] acpiphp: Slot [4] registered [ 0.614684] acpiphp: Slot [5] registered [ 0.616196] acpiphp: Slot [6] registered [ 0.617702] acpiphp: Slot [7] registered [ 0.619226] acpiphp: Slot [8] registered [ 0.620737] acpiphp: Slot [9] registered [ 0.622261] acpiphp: Slot [10] registered [ 0.623784] acpiphp: Slot [11] registered [ 0.625317] acpiphp: Slot [12] registered [ 0.626851] acpiphp: Slot [13] registered [ 0.628378] acpiphp: Slot [14] registered [ 0.629899] acpiphp: Slot [15] registered [ 0.631436] acpiphp: Slot [16] registered [ 0.632996] acpiphp: Slot [17] registered [ 0.634518] acpiphp: Slot [18] registered [ 0.636054] acpiphp: Slot [19] registered [ 0.637583] acpiphp: Slot [20] registered [ 0.639131] acpiphp: Slot [21] registered [ 0.640667] acpiphp: Slot [22] registered [ 0.642205] acpiphp: Slot [23] registered [ 0.643825] acpiphp: Slot [24] registered [ 0.645357] acpiphp: Slot [25] registered [ 0.646879] acpiphp: Slot [26] registered [ 0.648410] acpiphp: Slot [27] registered [ 0.649938] acpiphp: Slot [28] registered [ 0.651460] acpiphp: Slot [29] registered [ 0.652975] acpiphp: Slot [30] registered [ 0.654496] acpiphp: Slot [31] registered [ 0.656007] PCI host bridge to bus 0000:00 [ 0.657522] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.659343] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.661420] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.663500] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.666281] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.669051] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.674727] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.676899] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.678922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.681071] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.685520] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.688286] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.713438] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.716679] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.719116] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.721526] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.723905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.726145] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.728442] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.731395] vgaarb: loaded [ 0.732636] vgaarb: bridge control possible 0000:00:02.0 [ 0.734630] SCSI subsystem initialized [ 0.736146] ACPI: bus type USB registered [ 0.737696] usbcore: registered new interface driver usbfs [ 0.739551] usbcore: registered new interface driver hub [ 0.741384] usbcore: registered new device driver usb [ 0.743355] PCI: Using ACPI for IRQ routing [ 0.745323] NetLabel: Initializing [ 0.746720] NetLabel: domain hash size = 128 [ 0.748321] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.750079] NetLabel: unlabeled traffic allowed by default [ 0.752070] Switched to clocksource kvm-clock [ 0.761975] pnp: PnP ACPI init [ 0.763312] ACPI: bus type PNP registered [ 0.765280] pnp: PnP ACPI: found 5 devices [ 0.766823] ACPI: bus type PNP unregistered [ 0.774630] NET: Registered protocol family 2 [ 0.776572] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.779612] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.782124] TCP: Hash tables configured (established 32768 bind 32768) [ 0.784297] TCP: reno registered [ 0.785652] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.787651] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.789788] NET: Registered protocol family 1 [ 0.791412] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.793354] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.795255] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.815691] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.836299] Unpacking initramfs... [ 1.327283] Freeing initrd memory: 37508k freed [ 1.337259] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.339409] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.343318] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.345383] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.347727] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.349752] Initialise system trusted keyring [ 1.351380] audit: initializing netlink socket (disabled) [ 1.353216] type=2000 audit(1535379506.441:1): initialized [ 1.370459] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.372483] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.375400] zpool: loaded [ 1.376644] zbud: loaded [ 1.378046] VFS: Disk quotas dquot_6.5.2 [ 1.379574] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.381785] msgmni has been set to 7578 [ 1.383342] Key type big_key registered [ 1.385653] NET: Registered protocol family 38 [ 1.387286] Key type asymmetric registered [ 1.388821] Asymmetric key parser 'x509' registered [ 1.390536] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.393400] io scheduler noop registered [ 1.394904] io scheduler deadline registered (default) [ 1.410488] io scheduler cfq registered [ 1.412062] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.413912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.416105] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.418906] ACPI: Power Button [PWRF] [ 1.420521] GHES: HEST is not enabled! [ 1.422081] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.446335] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.448678] Non-volatile memory driver v1.3 [ 1.450244] Linux agpgart interface v0.103 [ 1.451906] crash memory driver: version 1.1 [ 1.453535] rdac: device handler registered [ 1.455145] hp_sw: device handler registered [ 1.456713] emc: device handler registered [ 1.458246] alua: device handler registered [ 1.459819] libphy: Fixed MDIO Bus: probed [ 1.461418] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.463462] ehci-pci: EHCI PCI platform driver [ 1.465076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.467063] ohci-pci: OHCI PCI platform driver [ 1.468676] uhci_hcd: USB Universal Host Controller Interface driver [ 1.489189] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.491034] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.493845] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.495630] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.497595] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.500197] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.503680] usb usb1: Product: UHCI Host Controller [ 1.505879] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.508765] usb usb1: SerialNumber: 0000:00:01.2 [ 1.511015] hub 1-0:1.0: USB hub found [ 1.512867] hub 1-0:1.0: 2 ports detected [ 1.514930] usbcore: registered new interface driver usbserial [ 1.517434] usbcore: registered new interface driver usbserial_generic [ 1.520177] usbserial: USB Serial support registered for generic [ 1.522784] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.527293] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.529483] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.531811] mousedev: PS/2 mouse device common for all mice [ 1.534617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.538779] rtc_cmos 00:00: RTC can wake from S4 [ 1.539578] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.541352] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.546854] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.548770] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.550730] cpuidle: using governor menu [ 1.552202] hidraw: raw HID events driver (C) Jiri Kosina [ 1.553973] usbcore: registered new interface driver usbhid [ 1.555701] usbhid: USB HID core driver [ 1.557145] drop_monitor: Initializing network drop monitor service [ 1.559049] TCP: cubic registered [ 1.560340] Initializing XFRM netlink socket [ 1.561895] NET: Registered protocol family 10 [ 1.563700] NET: Registered protocol family 17 [ 1.565449] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.567381] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.569231] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.572284] Loading compiled-in X.509 certificates [ 1.573900] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.576959] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.580483] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.583586] registered taskstats version 1 [ 1.586985] Key type trusted registered [ 1.589720] Key type encrypted registered [ 1.592428] IMA: No TPM chip found, activating TPM-bypass! [ 1.594634] rtc_cmos 00:00: setting system clock to 2018-08-27 14:18:26 UTC (1535379506) [ 1.598085] Freeing unused kernel memory: 1680k freed [ 1.604201] 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.609546] systemd[1]: Detected virtualization kvm. [ 1.611179] systemd[1]: Detected architecture x86-64. [ 1.612832] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.615885] systemd[1]: No hostname configured. [ 1.617465] systemd[1]: Set hostname to . [ 1.619163] systemd[1]: Initializing machine ID from KVM UUID. [ 1.642285] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.645168] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.648944] systemd[1]: Reached target Paths. [ 1.650490] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.652971] systemd[1]: Created slice Root Slice. [ 1.654594] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.657192] systemd[1]: Listening on udev Kernel Socket. [ 1.658913] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.661607] systemd[1]: Listening on Journal Socket. [ 1.663263] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.665894] systemd[1]: Reached target Local File Systems. [ 1.667662] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Swap. [ 1.670233] systemd[1]: Reached target Swap. [ 1.671757] systemd[1]: Starting Swap. [[32m OK [0m] Created slice System Slice. [ 1.674169] systemd[1]: Created slice System Slice. [ 1.675799] systemd[1]: Starting System Slice. [ 1.677699] 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.682438] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Slices. [ 1.686067] systemd[1]: Reached target Slices. [ 1.687638] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Control Socket. [ 1.690175] systemd[1]: Listening on udev Control Socket. [ 1.691920] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.694537] systemd[1]: Reached target Sockets. [ 1.696114] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Timers. [ 1.698495] systemd[1]: Reached target Timers. [ 1.700033] systemd[1]: Starting Timers. [ 1.701832] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.704767] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.709066] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.713603] systemd[1]: Started Apply Kernel Variables. [ 1.716165] systemd[1]: Starting Create Static Device Nodes in /dev... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Journal Service. [ 1.721230] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.777764] RPC: Registered named UNIX socket transport module. [ 1.779931] RPC: Registered udp transport module. [ 1.781767] RPC: Registered tcp transport module. [ 1.783596] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.817081] 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.895285] FDC 0 is a S82078B [ 1.904832] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.908839] scsi host0: ata_piix [ 1.910463] scsi host1: ata_piix [ 1.911826] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.913972] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.953097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.961304] vda: vda1 [ 1.971774] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.973927] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.976083] usb 1-1: Product: QEMU USB Tablet [ 1.977665] usb 1-1: Manufacturer: QEMU [ 1.979163] usb 1-1: SerialNumber: 42 [ 1.989012] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.992418] 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. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.088422] SGI XFS with ACLs, security attributes, no debug enabled [ 2.091511] XFS (vda1): Mounting V4 Filesystem [ 2.120352] 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 Paths. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. [[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 dracut pre-udev 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...[ 2.345025] tsc: Refined TSC clocksource calibration: 3491.850 MHz [[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.361119] systemd-journald[112]: Received SIGTERM from PID 1 (systemd). [ 2.441750] SELinux: Disabled at runtime. [ 2.480111] type=1404 audit(1535379507.385:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.508819] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.510758] 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-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped target Switch Root. Mounting Huge Pages File System... [[32m OK [0m] Reached target Swap. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Initrd Root File System. Mounting Debug File System... Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Slices. Starting Setup Virtual Console... Starting Apply Kernel Variables... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] [ 2.727657] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Mounted NFSD configuration filesystem. [[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 Rebuild Hardware Database... Starting Load/Save Random Seed... 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. [ 2.812155] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting udev Kernel Device Manager... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Setup Virtual Console. [[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 udev Kernel Device Manager. [[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... [ 2.938434] type=1305 audit(1535379507.843:3): audit_pid=439 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] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [ 3.136082] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. [ 3.143565] [drm] Initialized drm 1.1.0 20060810 Starting Initial cloud-init job (pre-networking)... Starting NTP client/server... Starting Login Service... Starting GSSAPI Proxy Daemon... Starting Dump dmesg to /var/log/dmesg... [ 3.165118] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.167423] [TTM] Initializing pool allocator [ 3.169170] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.169503] [TTM] Initializing DMA pool allocator Starting Authorization Manager... [ 3.169836] [drm] fb mappable at 0xFC000000 [ 3.169836] [drm] vram aper at 0xFC000000 [ 3.169836] [drm] size 33554432 [ 3.169837] [drm] fb depth is 24 [ 3.169837] [drm] pitch is 3072 [ 3.177633] fbcon: cirrusdrmfb (fb0) is primary device [ 3.239746] Console: switching to colour frame buffer device 128x48 [ 3.239753] ppdev: user-space parallel port driver [ 3.255885] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... [ 3.265216] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting LSB: Bring up/down networking... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Login Service. [[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. [ 3.327102] AES CTR mode by8 optimization enabled Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [ 3.337254] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[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. [ 3.370527] alg: No test for crc32 (crc32-pclmul) [ 3.374688] intel_rapl: no valid rapl domains found in package 0 [ 3.378437] intel_rapl: no valid rapl domains found in package 0 [ 3.380314] intel_powerclamp: No package C-state available [ 3.385742] intel_powerclamp: No package C-state available[ 3.222184] cloud-init[470]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 14:18:28 +0000. Up 3.18 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2018-08-27 14:18:31,382 - paramiko.transport - DEBUG - starting thread (client mode): 0x31faded0L 2018-08-27 14:18:31,382 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 14:18:31,435 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-27 14:18:31,435 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-27 14:18:31,452 - 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 14:18:31,452 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 14:18:31,453 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-27 14:18:31,453 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 14:18:31,453 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 14:18:31,453 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 14:18:31,461 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 14:18:31,462 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 14:18:31,483 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.210: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-27 14:18:31,484 - paramiko.transport - DEBUG - Trying discovered key 0ede8672266b2c9eb46ac00d9f3bd576 in /tmp/tmpcF5D51 2018-08-27 14:18:31,503 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 14:18:31,536 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-27 14:18:31,549 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-27 14:18:31,550 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 14:18:31,556 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-27 14:18:31,558 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.210: Authentication failed. 2018-08-27 14:18:40,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 14:18:40,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b/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}8184f5c6df908efde28a2c92c09716668bd7f3eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 14:18:40,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:18: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-8f72e6ef-1685-4e86-840b-77a527060096 x-compute-request-id: req-8f72e6ef-1685-4e86-840b-77a527060096 Content-Encoding: gzip Content-Length: 12788 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 1818850720 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.426334] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.429424] pid_max: default: 32768 minimum: 301\n[ 0.431094] Security Framework initialized\n[ 0.432637] SELinux: Initializing.\n[ 0.434309] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.440939] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.445008] Mount-cache hash table entries: 4096\n[ 0.446970] Initializing cgroup subsys memory\n[ 0.448616] Initializing cgroup subsys devices\n[ 0.450248] Initializing cgroup subsys freezer\n[ 0.451883] Initializing cgroup subsys net_cls\n[ 0.453529] Initializing cgroup subsys blkio\n[ 0.455100] Initializing cgroup subsys perf_event\n[ 0.456766] Initializing cgroup subsys hugetlb\n[ 0.458409] Initializing cgroup subsys pids\n[ 0.459958] Initializing cgroup subsys net_prio\n[ 0.461668] CPU: Physical Processor ID: 0\n[ 0.463903] mce: CPU supports 10 MCE banks\n[ 0.465465] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.467256] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.469052] tlb_flushall_shift: 6\n[ 0.470630] Freeing SMP alternatives: 28k freed\n[ 0.474975] ACPI: Core revision 20130517\n[ 0.476954] ACPI: All ACPI Tables successfully acquired\n[ 0.478982] ftrace: allocating 25812 entries in 101 pages\n[ 0.500867] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.502963] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.504994] smpboot: Max logical packages: 2\n[ 0.506823] Enabling x2apic\n[ 0.508095] Enabled x2apic\n[ 0.509615] Switched APIC routing to physical x2apic.\n[ 0.512692] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.514799] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.518494] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.527482] KVM setup paravirtual spinlock\n[ 0.530336] smpboot: Booting Node 0, Processors #1 OK\n[ 0.532515] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.554417] Brought up 2 CPUs\n[ 0.554425] KVM setup async PF for cpu 1\n[ 0.554429] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.558777] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.561741] devtmpfs: initialized\n[ 0.564716] EVM: security.selinux\n[ 0.566085] EVM: security.ima\n[ 0.567362] EVM: security.capability\n[ 0.569441] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.571563] pinctrl core: initialized pinctrl subsystem\n[ 0.573486] NET: Registered protocol family 16\n[ 0.575282] ACPI: bus type PCI registered\n[ 0.576793] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.578893] PCI: Using configuration type 1 for base access\n[ 0.584183] ACPI: Added _OSI(Module Device)\n[ 0.585759] ACPI: Added _OSI(Processor Device)\n[ 0.587380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.589036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.591983] ACPI: Interpreter enabled\n[ 0.593454] ACPI: (supports S0 S5)\n[ 0.594848] ACPI: Using IOAPIC for interrupt routing\n[ 0.596571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.601615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.603617] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.605750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.607823] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.611656] acpiphp: Slot [3] registered\n[ 0.613171] acpiphp: Slot [4] registered\n[ 0.614684] acpiphp: Slot [5] registered\n[ 0.616196] acpiphp: Slot [6] registered\n[ 0.617702] acpiphp: Slot [7] registered\n[ 0.619226] acpiphp: Slot [8] registered\n[ 0.620737] acpiphp: Slot [9] registered\n[ 0.622261] acpiphp: Slot [10] registered\n[ 0.623784] acpiphp: Slot [11] registered\n[ 0.625317] acpiphp: Slot [12] registered\n[ 0.626851] acpiphp: Slot [13] registered\n[ 0.628378] acpiphp: Slot [14] registered\n[ 0.629899] acpiphp: Slot [15] registered\n[ 0.631436] acpiphp: Slot [16] registered\n[ 0.632996] acpiphp: Slot [17] registered\n[ 0.634518] acpiphp: Slot [18] registered\n[ 0.636054] acpiphp: Slot [19] registered\n[ 0.637583] acpiphp: Slot [20] registered\n[ 0.639131] acpiphp: Slot [21] registered\n[ 0.640667] acpiphp: Slot [22] registered\n[ 0.642205] acpiphp: Slot [23] registered\n[ 0.643825] acpiphp: Slot [24] registered\n[ 0.645357] acpiphp: Slot [25] registered\n[ 0.646879] acpiphp: Slot [26] registered\n[ 0.648410] acpiphp: Slot [27] registered\n[ 0.649938] acpiphp: Slot [28] registered\n[ 0.651460] acpiphp: Slot [29] registered\n[ 0.652975] acpiphp: Slot [30] registered\n[ 0.654496] acpiphp: Slot [31] registered\n[ 0.656007] PCI host bridge to bus 0000:00\n[ 0.657522] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.659343] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.661420] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.663500] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.666281] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.669051] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.674727] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.676899] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.678922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.681071] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.685520] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.688286] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.713438] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.716679] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.719116] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.721526] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.723905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.726145] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.728442] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.731395] vgaarb: loaded\n[ 0.732636] vgaarb: bridge control possible 0000:00:02.0\n[ 0.734630] SCSI subsystem initialized\n[ 0.736146] ACPI: bus type USB registered\n[ 0.737696] usbcore: registered new interface driver usbfs\n[ 0.739551] usbcore: registered new interface driver hub\n[ 0.741384] usbcore: registered new device driver usb\n[ 0.743355] PCI: Using ACPI for IRQ routing\n[ 0.745323] NetLabel: Initializing\n[ 0.746720] NetLabel: domain hash size = 128\n[ 0.748321] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.750079] NetLabel: unlabeled traffic allowed by default\n[ 0.752070] Switched to clocksource kvm-clock\n[ 0.761975] pnp: PnP ACPI init\n[ 0.763312] ACPI: bus type PNP registered\n[ 0.765280] pnp: PnP ACPI: found 5 devices\n[ 0.766823] ACPI: bus type PNP unregistered\n[ 0.774630] NET: Registered protocol family 2\n[ 0.776572] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.779612] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.782124] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.784297] TCP: reno registered\n[ 0.785652] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.787651] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.789788] NET: Registered protocol family 1\n[ 0.791412] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.793354] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.795255] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.815691] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.836299] Unpacking initramfs...\n[ 1.327283] Freeing initrd memory: 37508k freed\n[ 1.337259] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.339409] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.343318] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.345383] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.347727] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.349752] Initialise system trusted keyring\n[ 1.351380] audit: initializing netlink socket (disabled)\n[ 1.353216] type=2000 audit(1535379506.441:1): initialized\n[ 1.370459] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.372483] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.375400] zpool: loaded\n[ 1.376644] zbud: loaded\n[ 1.378046] VFS: Disk quotas dquot_6.5.2\n[ 1.379574] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.381785] msgmni has been set to 7578\n[ 1.383342] Key type big_key registered\n[ 1.385653] NET: Registered protocol family 38\n[ 1.387286] Key type asymmetric registered\n[ 1.388821] Asymmetric key parser 'x509' registered\n[ 1.390536] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.393400] io scheduler noop registered\n[ 1.394904] io scheduler deadline registered (default)\n[ 1.410488] io scheduler cfq registered\n[ 1.412062] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.413912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.416105] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.418906] ACPI: Power Button [PWRF]\n[ 1.420521] GHES: HEST is not enabled!\n[ 1.422081] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.446335] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.448678] Non-volatile memory driver v1.3\n[ 1.450244] Linux agpgart interface v0.103\n[ 1.451906] crash memory driver: version 1.1\n[ 1.453535] rdac: device handler registered\n[ 1.455145] hp_sw: device handler registered\n[ 1.456713] emc: device handler registered\n[ 1.458246] alua: device handler registered\n[ 1.459819] libphy: Fixed MDIO Bus: probed\n[ 1.461418] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.463462] ehci-pci: EHCI PCI platform driver\n[ 1.465076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.467063] ohci-pci: OHCI PCI platform driver\n[ 1.468676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.489189] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.491034] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.493845] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.495630] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.497595] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.500197] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.503680] usb usb1: Product: UHCI Host Controller\n[ 1.505879] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.508765] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.511015] hub 1-0:1.0: USB hub found\n[ 1.512867] hub 1-0:1.0: 2 ports detected\n[ 1.514930] usbcore: registered new interface driver usbserial\n[ 1.517434] usbcore: registered new interface driver usbserial_generic\n[ 1.520177] usbserial: USB Serial support registered for generic\n[ 1.522784] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.527293] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.529483] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.531811] mousedev: PS/2 mouse device common for all mice\n[ 1.534617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.538779] rtc_cmos 00:00: RTC can wake from S4\n[ 1.539578] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.541352] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.546854] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.548770] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.550730] cpuidle: using governor menu\n[ 1.552202] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.553973] usbcore: registered new interface driver usbhid\n[ 1.555701] usbhid: USB HID core driver\n[ 1.557145] drop_monitor: Initializing network drop monitor service\n[ 1.559049] TCP: cubic registered\n[ 1.560340] Initializing XFRM netlink socket\n[ 1.561895] NET: Registered protocol family 10\n[ 1.563700] NET: Registered protocol family 17\n[ 1.565449] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.567381] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.569231] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.572284] Loading compiled-in X.509 certificates\n[ 1.573900] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.576959] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.580483] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.583586] registered taskstats version 1\n[ 1.586985] Key type trusted registered\n[ 1.589720] Key type encrypted registered\n[ 1.592428] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.594634] rtc_cmos 00:00: setting system clock to 2018-08-27 14:18:26 UTC (1535379506)\n[ 1.598085] Freeing unused kernel memory: 1680k freed\n[ 1.604201] 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.609546] systemd[1]: Detected virtualization kvm.\n[ 1.611179] systemd[1]: Detected architecture x86-64.\n[ 1.612832] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.615885] systemd[1]: No hostname configured.\n[ 1.617465] systemd[1]: Set hostname to .\n[ 1.619163] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.642285] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.645168] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.648944] systemd[1]: Reached target Paths.\n[ 1.650490] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.652971] systemd[1]: Created slice Root Slice.\n[ 1.654594] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.657192] systemd[1]: Listening on udev Kernel Socket.\n[ 1.658913] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.661607] systemd[1]: Listening on Journal Socket.\n[ 1.663263] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.665894] systemd[1]: Reached target Local File Systems.\n[ 1.667662] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Swap.\n[ 1.670233] systemd[1]: Reached target Swap.\n[ 1.671757] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice System Slice.\n[ 1.674169] systemd[1]: Created slice System Slice.\n[ 1.675799] systemd[1]: Starting System Slice.\n[ 1.677699] 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.682438] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Slices.\n[ 1.686067] systemd[1]: Reached target Slices.\n[ 1.687638] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.690175] systemd[1]: Listening on udev Control Socket.\n[ 1.691920] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.694537] systemd[1]: Reached target Sockets.\n[ 1.696114] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Timers.\n[ 1.698495] systemd[1]: Reached target Timers.\n[ 1.700033] systemd[1]: Starting Timers.\n[ 1.701832] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.704767] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.709066] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.713603] systemd[1]: Started Apply Kernel Variables.\n[ 1.716165] systemd[1]: Starting Create Static Device Nodes in /dev...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Journal Service.\n[ 1.721230] systemd[1]: Started Journal Service.\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.777764] RPC: Registered named UNIX socket transport module.\n[ 1.779931] RPC: Registered udp transport module.\n[ 1.781767] RPC: Registered tcp transport module.\n[ 1.783596] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.817081] 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.895285] FDC 0 is a S82078B\n[ 1.904832] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.908839] scsi host0: ata_piix\n[ 1.910463] scsi host1: ata_piix\n[ 1.911826] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.913972] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.953097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.961304] vda: vda1\n[ 1.971774] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.973927] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.976083] usb 1-1: Product: QEMU USB Tablet\n[ 1.977665] usb 1-1: Manufacturer: QEMU\n[ 1.979163] usb 1-1: SerialNumber: 42\n[ 1.989012] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.992418] 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[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.088422] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.091511] XFS (vda1): Mounting V4 Filesystem\n[ 2.120352] 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 Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\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 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] 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...[ 2.345025] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n\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.361119] systemd-journald[112]: Received SIGTERM from PID 1 (systemd).\n[ 2.441750] SELinux: Disabled at runtime.\n[ 2.480111] type=1404 audit(1535379507.385:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.508819] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.510758] 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-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n Mounting Huge Pages File System...\n[[32m OK [0m] Reached target Swap.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting Debug File System...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped target Initrd File Systems.\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 udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Slices.\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] [ 2.727657] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\nMounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\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 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] Started Configure read-only root support.\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.812155] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\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 Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting udev Kernel Device Manager...\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 Setup Virtual Console.\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 udev Kernel Device Manager.\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[ 2.938434] type=1305 audit(1535379507.843:3): audit_pid=439 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] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 3.136082] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\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[ 3.143565] [drm] Initialized drm 1.1.0 20060810\n Starting Initial cloud-init job (pre-networking)...\n Starting NTP client/server...\n Starting Login Service...\n Starting GSSAPI Proxy Daemon...\n Starting Dump dmesg to /var/log/dmesg...\n[ 3.165118] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.167423] [TTM] Initializing pool allocator\n[ 3.169170] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.169503] [TTM] Initializing DMA pool allocator\n Starting Authorization Manager...\n[ 3.169836] [drm] fb mappable at 0xFC000000\n[ 3.169836] [drm] vram aper at 0xFC000000\n[ 3.169836] [drm] size 33554432\n[ 3.169837] [drm] fb depth is 24\n[ 3.169837] [drm] pitch is 3072\n[ 3.177633] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.239746] Console: switching to colour frame buffer device 128x48\n[ 3.239753] ppdev: user-space parallel port driver\n[ 3.255885] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\n[ 3.265216] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Login Service.\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[ 3.327102] AES CTR mode by8 optimization enabled\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.337254] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\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[ 3.370527] alg: No test for crc32 (crc32-pclmul)\n[ 3.374688] intel_rapl: no valid rapl domains found in package 0\n[ 3.378437] intel_rapl: no valid rapl domains found in package 0\n[ 3.380314] intel_powerclamp: No package C-state available\n[ 3.385742] intel_powerclamp: No package C-state available[ 3.222184] cloud-init[470]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 14:18:28 +0000. Up 3.18 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 Dynamic System Tuning Daemon...\n Starting PostgreSQL 9.5 database server...\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n Starting System Logging Service...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Starting Postfix Mail Transport Agent...\n[[32m OK [0m] Reached target Network is Online.\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[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting Crash recovery kernel arming...\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 System Logging Service.\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.799436] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 14:18:31 +0000. Up 5.76 seconds.\n[ 5.835291] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.846292] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.848166] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.849961] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.851939] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.863020] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.9 | 255.255.255.0 | fa:16:3e:1a:5b:b4 |\n[ 5.864851] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.866623] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.868654] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.870665] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.873034] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.874806] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.876822] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH |\n[ 5.878927] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.881289] cloud-init[794]: 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: [ 10.599673] cloud-init[3294]: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 14:18:35 +0000. Up 10.54 seconds.\n[ 10.900079] cloud-init[3421]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 14:18:36 +0000. Up 10.85 seconds.\nci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 0e:de:86:72:26:6b:2c:9e:b4:6a:c0:0d:9f:3b:d5:76 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA)\nec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519)\nec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= \nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm \nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId \n-----END SSH HOST KEY KEYS-----\n[ 10.989223] cloud-init[3421]: Cloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 14:18:36 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.97 seconds\n"} 2018-08-27 14:18:40,677 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b/action used request id req-8f72e6ef-1685-4e86-840b-77a527060096 2018-08-27 14:18:40,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.109425067902s 2018-08-27 14:18:40,678 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b/action used request id req-8f72e6ef-1685-4e86-840b-77a527060096 2018-08-27 14:18:40,679 - 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 1818850720 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.426334] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.429424] pid_max: default: 32768 minimum: 301 [ 0.431094] Security Framework initialized [ 0.432637] SELinux: Initializing. [ 0.434309] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.440939] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.445008] Mount-cache hash table entries: 4096 [ 0.446970] Initializing cgroup subsys memory [ 0.448616] Initializing cgroup subsys devices [ 0.450248] Initializing cgroup subsys freezer [ 0.451883] Initializing cgroup subsys net_cls [ 0.453529] Initializing cgroup subsys blkio [ 0.455100] Initializing cgroup subsys perf_event [ 0.456766] Initializing cgroup subsys hugetlb [ 0.458409] Initializing cgroup subsys pids [ 0.459958] Initializing cgroup subsys net_prio [ 0.461668] CPU: Physical Processor ID: 0 [ 0.463903] mce: CPU supports 10 MCE banks [ 0.465465] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.467256] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.469052] tlb_flushall_shift: 6 [ 0.470630] Freeing SMP alternatives: 28k freed [ 0.474975] ACPI: Core revision 20130517 [ 0.476954] ACPI: All ACPI Tables successfully acquired [ 0.478982] ftrace: allocating 25812 entries in 101 pages [ 0.500867] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.502963] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.504994] smpboot: Max logical packages: 2 [ 0.506823] Enabling x2apic [ 0.508095] Enabled x2apic [ 0.509615] Switched APIC routing to physical x2apic. [ 0.512692] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.514799] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.518494] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.527482] KVM setup paravirtual spinlock [ 0.530336] smpboot: Booting Node 0, Processors #1 OK [ 0.532515] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.554417] Brought up 2 CPUs [ 0.554425] KVM setup async PF for cpu 1 [ 0.554429] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.558777] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.561741] devtmpfs: initialized [ 0.564716] EVM: security.selinux [ 0.566085] EVM: security.ima [ 0.567362] EVM: security.capability [ 0.569441] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.571563] pinctrl core: initialized pinctrl subsystem [ 0.573486] NET: Registered protocol family 16 [ 0.575282] ACPI: bus type PCI registered [ 0.576793] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.578893] PCI: Using configuration type 1 for base access [ 0.584183] ACPI: Added _OSI(Module Device) [ 0.585759] ACPI: Added _OSI(Processor Device) [ 0.587380] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.589036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.591983] ACPI: Interpreter enabled [ 0.593454] ACPI: (supports S0 S5) [ 0.594848] ACPI: Using IOAPIC for interrupt routing [ 0.596571] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.601615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.603617] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.605750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.607823] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.611656] acpiphp: Slot [3] registered [ 0.613171] acpiphp: Slot [4] registered [ 0.614684] acpiphp: Slot [5] registered [ 0.616196] acpiphp: Slot [6] registered [ 0.617702] acpiphp: Slot [7] registered [ 0.619226] acpiphp: Slot [8] registered [ 0.620737] acpiphp: Slot [9] registered [ 0.622261] acpiphp: Slot [10] registered [ 0.623784] acpiphp: Slot [11] registered [ 0.625317] acpiphp: Slot [12] registered [ 0.626851] acpiphp: Slot [13] registered [ 0.628378] acpiphp: Slot [14] registered [ 0.629899] acpiphp: Slot [15] registered [ 0.631436] acpiphp: Slot [16] registered [ 0.632996] acpiphp: Slot [17] registered [ 0.634518] acpiphp: Slot [18] registered [ 0.636054] acpiphp: Slot [19] registered [ 0.637583] acpiphp: Slot [20] registered [ 0.639131] acpiphp: Slot [21] registered [ 0.640667] acpiphp: Slot [22] registered [ 0.642205] acpiphp: Slot [23] registered [ 0.643825] acpiphp: Slot [24] registered [ 0.645357] acpiphp: Slot [25] registered [ 0.646879] acpiphp: Slot [26] registered [ 0.648410] acpiphp: Slot [27] registered [ 0.649938] acpiphp: Slot [28] registered [ 0.651460] acpiphp: Slot [29] registered [ 0.652975] acpiphp: Slot [30] registered [ 0.654496] acpiphp: Slot [31] registered [ 0.656007] PCI host bridge to bus 0000:00 [ 0.657522] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.659343] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.661420] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.663500] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.666281] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.669051] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.674727] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.676899] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.678922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.681071] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.685520] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.688286] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.713438] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.716679] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.719116] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.721526] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.723905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.726145] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.728442] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.731395] vgaarb: loaded [ 0.732636] vgaarb: bridge control possible 0000:00:02.0 [ 0.734630] SCSI subsystem initialized [ 0.736146] ACPI: bus type USB registered [ 0.737696] usbcore: registered new interface driver usbfs [ 0.739551] usbcore: registered new interface driver hub [ 0.741384] usbcore: registered new device driver usb [ 0.743355] PCI: Using ACPI for IRQ routing [ 0.745323] NetLabel: Initializing [ 0.746720] NetLabel: domain hash size = 128 [ 0.748321] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.750079] NetLabel: unlabeled traffic allowed by default [ 0.752070] Switched to clocksource kvm-clock [ 0.761975] pnp: PnP ACPI init [ 0.763312] ACPI: bus type PNP registered [ 0.765280] pnp: PnP ACPI: found 5 devices [ 0.766823] ACPI: bus type PNP unregistered [ 0.774630] NET: Registered protocol family 2 [ 0.776572] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.779612] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.782124] TCP: Hash tables configured (established 32768 bind 32768) [ 0.784297] TCP: reno registered [ 0.785652] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.787651] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.789788] NET: Registered protocol family 1 [ 0.791412] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.793354] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.795255] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.815691] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.836299] Unpacking initramfs... [ 1.327283] Freeing initrd memory: 37508k freed [ 1.337259] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.339409] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.343318] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.345383] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.347727] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.349752] Initialise system trusted keyring [ 1.351380] audit: initializing netlink socket (disabled) [ 1.353216] type=2000 audit(1535379506.441:1): initialized [ 1.370459] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.372483] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.375400] zpool: loaded [ 1.376644] zbud: loaded [ 1.378046] VFS: Disk quotas dquot_6.5.2 [ 1.379574] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.381785] msgmni has been set to 7578 [ 1.383342] Key type big_key registered [ 1.385653] NET: Registered protocol family 38 [ 1.387286] Key type asymmetric registered [ 1.388821] Asymmetric key parser 'x509' registered [ 1.390536] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.393400] io scheduler noop registered [ 1.394904] io scheduler deadline registered (default) [ 1.410488] io scheduler cfq registered [ 1.412062] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.413912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.416105] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.418906] ACPI: Power Button [PWRF] [ 1.420521] GHES: HEST is not enabled! [ 1.422081] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.446335] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.448678] Non-volatile memory driver v1.3 [ 1.450244] Linux agpgart interface v0.103 [ 1.451906] crash memory driver: version 1.1 [ 1.453535] rdac: device handler registered [ 1.455145] hp_sw: device handler registered [ 1.456713] emc: device handler registered [ 1.458246] alua: device handler registered [ 1.459819] libphy: Fixed MDIO Bus: probed [ 1.461418] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.463462] ehci-pci: EHCI PCI platform driver [ 1.465076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.467063] ohci-pci: OHCI PCI platform driver [ 1.468676] uhci_hcd: USB Universal Host Controller Interface driver [ 1.489189] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.491034] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.493845] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.495630] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.497595] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.500197] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.503680] usb usb1: Product: UHCI Host Controller [ 1.505879] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.508765] usb usb1: SerialNumber: 0000:00:01.2 [ 1.511015] hub 1-0:1.0: USB hub found [ 1.512867] hub 1-0:1.0: 2 ports detected [ 1.514930] usbcore: registered new interface driver usbserial [ 1.517434] usbcore: registered new interface driver usbserial_generic [ 1.520177] usbserial: USB Serial support registered for generic [ 1.522784] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.527293] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.529483] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.531811] mousedev: PS/2 mouse device common for all mice [ 1.534617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.538779] rtc_cmos 00:00: RTC can wake from S4 [ 1.539578] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.541352] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.546854] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.548770] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.550730] cpuidle: using governor menu [ 1.552202] hidraw: raw HID events driver (C) Jiri Kosina [ 1.553973] usbcore: registered new interface driver usbhid [ 1.555701] usbhid: USB HID core driver [ 1.557145] drop_monitor: Initializing network drop monitor service [ 1.559049] TCP: cubic registered [ 1.560340] Initializing XFRM netlink socket [ 1.561895] NET: Registered protocol family 10 [ 1.563700] NET: Registered protocol family 17 [ 1.565449] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.567381] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.569231] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.572284] Loading compiled-in X.509 certificates [ 1.573900] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.576959] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.580483] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.583586] registered taskstats version 1 [ 1.586985] Key type trusted registered [ 1.589720] Key type encrypted registered [ 1.592428] IMA: No TPM chip found, activating TPM-bypass! [ 1.594634] rtc_cmos 00:00: setting system clock to 2018-08-27 14:18:26 UTC (1535379506) [ 1.598085] Freeing unused kernel memory: 1680k freed [ 1.604201] 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.609546] systemd[1]: Detected virtualization kvm. [ 1.611179] systemd[1]: Detected architecture x86-64. [ 1.612832] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.615885] systemd[1]: No hostname configured. [ 1.617465] systemd[1]: Set hostname to . [ 1.619163] systemd[1]: Initializing machine ID from KVM UUID. [ 1.642285] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.645168] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.648944] systemd[1]: Reached target Paths. [ 1.650490] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.652971] systemd[1]: Created slice Root Slice. [ 1.654594] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.657192] systemd[1]: Listening on udev Kernel Socket. [ 1.658913] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.661607] systemd[1]: Listening on Journal Socket. [ 1.663263] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.665894] systemd[1]: Reached target Local File Systems. [ 1.667662] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Swap. [ 1.670233] systemd[1]: Reached target Swap. [ 1.671757] systemd[1]: Starting Swap. [[32m OK [0m] Created slice System Slice. [ 1.674169] systemd[1]: Created slice System Slice. [ 1.675799] systemd[1]: Starting System Slice. [ 1.677699] 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.682438] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Slices. [ 1.686067] systemd[1]: Reached target Slices. [ 1.687638] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Control Socket. [ 1.690175] systemd[1]: Listening on udev Control Socket. [ 1.691920] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.694537] systemd[1]: Reached target Sockets. [ 1.696114] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Timers. [ 1.698495] systemd[1]: Reached target Timers. [ 1.700033] systemd[1]: Starting Timers. [ 1.701832] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.704767] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.709066] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.713603] systemd[1]: Started Apply Kernel Variables. [ 1.716165] systemd[1]: Starting Create Static Device Nodes in /dev... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Journal Service. [ 1.721230] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.777764] RPC: Registered named UNIX socket transport module. [ 1.779931] RPC: Registered udp transport module. [ 1.781767] RPC: Registered tcp transport module. [ 1.783596] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.817081] 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.895285] FDC 0 is a S82078B [ 1.904832] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.908839] scsi host0: ata_piix [ 1.910463] scsi host1: ata_piix [ 1.911826] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.913972] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.953097] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.961304] vda: vda1 [ 1.971774] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.973927] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.976083] usb 1-1: Product: QEMU USB Tablet [ 1.977665] usb 1-1: Manufacturer: QEMU [ 1.979163] usb 1-1: SerialNumber: 42 [ 1.989012] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.992418] 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. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.088422] SGI XFS with ACLs, security attributes, no debug enabled [ 2.091511] XFS (vda1): Mounting V4 Filesystem [ 2.120352] 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 Paths. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. [[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 dracut pre-udev 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...[ 2.345025] tsc: Refined TSC clocksource calibration: 3491.850 MHz [[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.361119] systemd-journald[112]: Received SIGTERM from PID 1 (systemd). [ 2.441750] SELinux: Disabled at runtime. [ 2.480111] type=1404 audit(1535379507.385:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.508819] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.510758] 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-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped target Switch Root. Mounting Huge Pages File System... [[32m OK [0m] Reached target Swap. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Initrd Root File System. Mounting Debug File System... Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Slices. Starting Setup Virtual Console... Starting Apply Kernel Variables... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] [ 2.727657] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Mounted NFSD configuration filesystem. [[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 Rebuild Hardware Database... Starting Load/Save Random Seed... 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. [ 2.812155] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting udev Kernel Device Manager... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Setup Virtual Console. [[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 udev Kernel Device Manager. [[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... [ 2.938434] type=1305 audit(1535379507.843:3): audit_pid=439 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] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [ 3.136082] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. [ 3.143565] [drm] Initialized drm 1.1.0 20060810 Starting Initial cloud-init job (pre-networking)... Starting NTP client/server... Starting Login Service... Starting GSSAPI Proxy Daemon... Starting Dump dmesg to /var/log/dmesg... [ 3.165118] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.167423] [TTM] Initializing pool allocator [ 3.169170] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.169503] [TTM] Initializing DMA pool allocator Starting Authorization Manager... [ 3.169836] [drm] fb mappable at 0xFC000000 [ 3.169836] [drm] vram aper at 0xFC000000 [ 3.169836] [drm] size 33554432 [ 3.169837] [drm] fb depth is 24 [ 3.169837] [drm] pitch is 3072 [ 3.177633] fbcon: cirrusdrmfb (fb0) is primary device [ 3.239746] Console: switching to colour frame buffer device 128x48 [ 3.239753] ppdev: user-space parallel port driver [ 3.255885] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... [ 3.265216] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting LSB: Bring up/down networking... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Login Service. [[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. [ 3.327102] AES CTR mode by8 optimization enabled Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [ 3.337254] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[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. [ 3.370527] alg: No test for crc32 (crc32-pclmul) [ 3.374688] intel_rapl: no valid rapl domains found in package 0 [ 3.378437] intel_rapl: no valid rapl domains found in package 0 [ 3.380314] intel_powerclamp: No package C-state available [ 3.385742] intel_powerclamp: No package C-state available[ 3.222184] cloud-init[470]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 14:18:28 +0000. Up 3.18 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 Dynamic System Tuning Daemon... Starting PostgreSQL 9.5 database server... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... Starting System Logging Service... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Starting Postfix Mail Transport Agent... [[32m OK [0m] Reached target Network is Online. 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.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Supports the direct execution of binary formats.... Starting Crash recovery kernel arming... [[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 System Logging Service. [[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.799436] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 14:18:31 +0000. Up 5.76 seconds. [ 5.835291] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.846292] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.848166] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.849961] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.851939] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.863020] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.9 | 255.255.255.0 | fa:16:3e:1a:5b:b4 | [ 5.864851] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.866623] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.868654] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.870665] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.873034] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.874806] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.876822] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH | [ 5.878927] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.881289] cloud-init[794]: 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: [ 10.599673] cloud-init[3294]: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 14:18:35 +0000. Up 10.54 seconds. [ 10.900079] cloud-init[3421]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 14:18:36 +0000. Up 10.85 seconds. ci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 0e:de:86:72:26:6b:2c:9e:b4:6a:c0:0d:9f:3b:d5:76 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA) ec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519) ec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId -----END SSH HOST KEY KEYS----- [ 10.989223] cloud-init[3421]: Cloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 14:18:36 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.97 seconds 2018-08-27 14:18:40,683 - paramiko.transport - DEBUG - starting thread (client mode): 0x3487b1d0L 2018-08-27 14:18:40,683 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 14:18:40,720 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-27 14:18:40,720 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-27 14:18:40,751 - 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 14:18:40,752 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 14:18:40,752 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-27 14:18:40,752 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 14:18:40,752 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 14:18:40,752 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 14:18:40,771 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 14:18:40,771 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 14:18:40,784 - paramiko.transport - DEBUG - Trying discovered key 0ede8672266b2c9eb46ac00d9f3bd576 in /tmp/tmpcF5D51 2018-08-27 14:18:40,811 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 14:18:40,846 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-27 14:18:40,848 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-27 14:18:40,849 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-27 14:18:40,849 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-27 14:18:40,849 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/status 2018-08-27 14:18:41,147 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:18:41,147 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:18:41,147 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:18:41,147 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:18:41,147 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:18:41,147 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:18:41,148 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:18:41,148 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4731, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4738, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "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": "stop", "MainPID": 2005, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4719, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 883, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 801, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 803, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4466, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4708, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-27 14:18:41,148 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:18:41,148 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:18:40 GMT 2018-08-27 14:18:41,148 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:18:41,148 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-08-27 14:18:41,148 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:18:41,149 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4731, 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': 4738, u'state': u'running', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'active', u'SubState': u'running'}], 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': 2005, u'state': u'stop', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'deactivating', u'SubState': u'stop'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 4719, u'state': u'running', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 883, 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': 801, 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': 803, 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': 4466, u'state': u'running', u'Id': u'cloudify-riemann.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 4708, 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 14:18:41,149 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/status 2018-08-27 14:18:41,314 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:18:41,314 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:18:41,314 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:18:41,314 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:18:41,314 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:18:41,315 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:18:41,315 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:18:41,315 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4731, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4738, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "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": "stop", "MainPID": 2005, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4719, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 883, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 801, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 803, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4466, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4708, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-27 14:18:41,315 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:18:41,315 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:18:40 GMT 2018-08-27 14:18:41,315 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:18:41,315 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-08-27 14:18:41,315 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:18:41,316 - functest.core.cloudify - INFO - The current manager status is running 2018-08-27 14:18:41,316 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-27 14:18:41,394 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:18:41,394 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:18:41,394 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:18:41,394 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:18:41,394 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:18:41,394 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:18:41,395 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:18:41,395 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-27 14:18:41,395 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T14:18:40.761Z", "updated_at": "2018-08-27T14:18:40.761Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-27 14:18:41,395 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:18:41,395 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:18:40 GMT 2018-08-27 14:18:41,395 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:18:41,395 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-27 14:18:41,395 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:18:41,395 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/secrets 2018-08-27 14:18:41,463 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:18:41,463 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:18:41,463 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:18:41,463 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:18:41,463 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:18:41,463 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:18:41,463 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:18:41,464 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-27T14:18:40.761Z", "updated_at": "2018-08-27T14:18:40.761Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-27 14:18:41,464 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:18:41,464 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:18:40 GMT 2018-08-27 14:18:41,464 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:18:41,464 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-27 14:18:41,464 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:18:41,464 - functest.core.cloudify - DEBUG - List secrets: 2018-08-27 14:18:41,465 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.210:80/api/v3/secrets/foo 2018-08-27 14:18:41,538 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:18:41,538 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:18:41,538 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:18:41,538 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:18:41,539 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:18:41,539 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:18:41,539 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:18:41,539 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-27 14:18:41,539 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T14:18:40.761Z", "updated_at": "2018-08-27T14:18:40.761Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-27 14:18:41,539 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:18:41,539 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:18:40 GMT 2018-08-27 14:18:41,539 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:18:41,539 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-27 14:18:41,539 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:18:41,540 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-27 14:18:41,540 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-27 14:18:41,673 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 14:18:41,673 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | cloudify | functest | 04:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-27 14:18:41,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 14:18:41,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/c4ec946c-23e3-44ed-8a16-e1811b9a02b3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:43,397 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5268e779-a8fd-4a87-b057-650476207d21 Content-Length: 0 Date: Mon, 27 Aug 2018 14:18:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 14:18:43,397 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/c4ec946c-23e3-44ed-8a16-e1811b9a02b3.json used request id req-5268e779-a8fd-4a87-b057-650476207d21 2018-08-27 14:18:43,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.71587300301s 2018-08-27 14:18:43,397 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/c4ec946c-23e3-44ed-8a16-e1811b9a02b3.json used request id req-5268e779-a8fd-4a87-b057-650476207d21 2018-08-27 14:18:43,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:18:43,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:43,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2e70af67-729a-40eb-8349-993182bdf646 Date: Mon, 27 Aug 2018 14:18:43 GMT RESP BODY: {"floatingips": []} 2018-08-27 14:18:43,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2e70af67-729a-40eb-8349-993182bdf646 2018-08-27 14:18:43,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0576629638672s 2018-08-27 14:18:43,461 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2e70af67-729a-40eb-8349-993182bdf646 2018-08-27 14:18:43,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 14:18:43,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:43,660 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 14:18: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-29657472-d981-45ec-8496-3415407a209f x-compute-request-id: req-29657472-d981-45ec-8496-3415407a209f Content-Type: application/json 2018-08-27 14:18:43,660 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b used request id req-29657472-d981-45ec-8496-3415407a209f 2018-08-27 14:18:43,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.19840502739s 2018-08-27 14:18:43,661 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b used request id req-29657472-d981-45ec-8496-3415407a209f 2018-08-27 14:18:43,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:18:43,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:44,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:18: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-70ffe6a4-8c63-4953-8e49-86170d3df831 x-compute-request-id: req-70ffe6a4-8c63-4953-8e49-86170d3df831 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify-net_12e3a74e-9c0c-4a1a-8856-6819afbae2f3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:5b:b4", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:5b:b4", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dc5b894a-096d-49f7-8b28-89ace95be17b", "rel": "bookmark"}], "image": {"id": "f90cc92e-463b-48fb-ad65-142347234c3c", "links": [{"href": "http://172.30.9.28:8774/images/f90cc92e-463b-48fb-ad65-142347234c3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:18:23.000000", "flavor": {"id": "bc697f7c-3057-49fb-9d7e-f850fe84cab1", "links": [{"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "bookmark"}]}, "id": "dc5b894a-096d-49f7-8b28-89ace95be17b", "security_groups": [{"name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}], "user_id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:18:43Z", "hostId": "3956f5699ae6156f7d4642afd6d1ae977bba21321f90228d66dc5739", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "name": "cloudify-vm_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "created": "2018-08-27T14:16:16Z", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:18:44,388 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-70ffe6a4-8c63-4953-8e49-86170d3df831 2018-08-27 14:18:44,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.726624011993s 2018-08-27 14:18:44,388 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-70ffe6a4-8c63-4953-8e49-86170d3df831 2018-08-27 14:18:44,390 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:18:46,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:18:46,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:46,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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 x-openstack-request-id: req-78fce5fc-1f99-45e4-bb91-834b5435292c x-compute-request-id: req-78fce5fc-1f99-45e4-bb91-834b5435292c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 14:18:46,690 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-78fce5fc-1f99-45e4-bb91-834b5435292c 2018-08-27 14:18:46,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.297451972961s 2018-08-27 14:18:46,690 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-78fce5fc-1f99-45e4-bb91-834b5435292c 2018-08-27 14:18:46,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 14:18:46,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:46,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6825 X-Openstack-Request-Id: req-4b1a7da6-f2fe-4b13-9420-bb6632c060d1 Date: Mon, 27 Aug 2018 14:18:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:14:29Z", "updated_at": "2018-08-27T14:14:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "8b414016-b51f-4183-ab83-8256b16ded28", "remote_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "8fbe3224-f006-472d-a438-1c9517be44af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "beae5529-0bbe-40fd-881e-ba7acefaed91", "remote_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:14:29Z", "revision_number": 0, "id": "d497b36c-75d6-41dc-9734-c8f9c1699a79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:14:29Z", "security_group_id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}], "revision_number": 1, "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "7c1c9937-00a5-4c89-83e4-50a74160bbcc", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:16:06Z", "updated_at": "2018-08-27T14:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "23bf816b-98f9-42a1-97e7-17997499e946", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T14:16:08Z", "revision_number": 0, "id": "2ecfc9f8-bd74-401a-9b17-1b8184d38551", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:08Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": 80, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T14:16:09Z", "revision_number": 0, "id": "333514e1-8708-459b-876d-07de31faacda", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:09Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": 443, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "3d8cba71-43c4-4c78-a568-9b330b4b9e3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T14:16:06Z", "revision_number": 0, "id": "59e0de92-8f5b-470a-8767-9611a1131fce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:06Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:16:07Z", "revision_number": 0, "id": "62ee2876-d581-4462-8774-e0af84484d23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:07Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-27T14:16:09Z", "revision_number": 0, "id": "66b871e3-c553-41d5-a0b0-ccba014ca949", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:09Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-27T14:16:11Z", "revision_number": 0, "id": "f89c6b26-c7c3-4fb3-8df3-6f3179517966", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:16:11Z", "security_group_id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "e4486eb012254a7c9c17de31428f406f"}], "revision_number": 7, "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "c6c5edd3-3e44-4cef-806b-71c53bd3663c", "name": "cloudify-sg_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}]} 2018-08-27 14:18:46,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-4b1a7da6-f2fe-4b13-9420-bb6632c060d1 2018-08-27 14:18:46,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0572037696838s 2018-08-27 14:18:46,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-4b1a7da6-f2fe-4b13-9420-bb6632c060d1 2018-08-27 14:18:46,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-27 14:18:46,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/c6c5edd3-3e44-4cef-806b-71c53bd3663c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:46,936 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6e135ae3-2985-4458-923a-e05dc7b332b5 Content-Length: 0 Date: Mon, 27 Aug 2018 14:18:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 14:18:46,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/c6c5edd3-3e44-4cef-806b-71c53bd3663c.json used request id req-6e135ae3-2985-4458-923a-e05dc7b332b5 2018-08-27 14:18:46,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.180855989456s 2018-08-27 14:18:46,937 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/c6c5edd3-3e44-4cef-806b-71c53bd3663c.json used request id req-6e135ae3-2985-4458-923a-e05dc7b332b5 2018-08-27 14:18:46,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-27 14:18:46,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:46,978 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 14: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 x-openstack-request-id: req-e9f9e927-49f1-469f-abcf-fc9c518f9d77 x-compute-request-id: req-e9f9e927-49f1-469f-abcf-fc9c518f9d77 Content-Length: 0 Content-Type: application/json 2018-08-27 14:18:46,978 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3 used request id req-e9f9e927-49f1-469f-abcf-fc9c518f9d77 2018-08-27 14:18:46,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0409250259399s 2018-08-27 14:18:46,979 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cloudify-kp_12e3a74e-9c0c-4a1a-8856-6819afbae2f3 used request id req-e9f9e927-49f1-469f-abcf-fc9c518f9d77 2018-08-27 14:18:46,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 14:18:46,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/5ebd7cae-f634-4cc7-b6c2-4924f6060323/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}8184f5c6df908efde28a2c92c09716668bd7f3eb" -d '{"subnet_id": "fd17f996-f736-4cef-bee3-01ab7ac3af35"}' 2018-08-27 14:18:49,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ab894695-c892-45aa-9931-245549420b36 Date: Mon, 27 Aug 2018 14:18:49 GMT RESP BODY: {"network_id": "dd5dde2f-c988-49a4-b76d-9db9d32e6236", "tenant_id": "e4486eb012254a7c9c17de31428f406f", "subnet_id": "fd17f996-f736-4cef-bee3-01ab7ac3af35", "subnet_ids": ["fd17f996-f736-4cef-bee3-01ab7ac3af35"], "port_id": "d01d75c5-54bb-4338-abbe-133add174000", "id": "5ebd7cae-f634-4cc7-b6c2-4924f6060323"} 2018-08-27 14:18:49,415 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5ebd7cae-f634-4cc7-b6c2-4924f6060323/remove_router_interface.json used request id req-ab894695-c892-45aa-9931-245549420b36 2018-08-27 14:18:49,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.43569016457s 2018-08-27 14:18:49,415 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5ebd7cae-f634-4cc7-b6c2-4924f6060323/remove_router_interface.json used request id req-ab894695-c892-45aa-9931-245549420b36 returning object 5ebd7cae-f634-4cc7-b6c2-4924f6060323 2018-08-27 14:18:49,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 14:18:49,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:49,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-3faf2ddb-f292-4ff8-9afd-c10fd9ea16e4 Date: Mon, 27 Aug 2018 14:18:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e4486eb012254a7c9c17de31428f406f", "created_at": "2018-08-27T14:14:31Z", "admin_state_up": true, "updated_at": "2018-08-27T14:18:47Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "e4486eb012254a7c9c17de31428f406f", "id": "5ebd7cae-f634-4cc7-b6c2-4924f6060323", "name": "cloudify-router_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}]} 2018-08-27 14:18:49,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-3faf2ddb-f292-4ff8-9afd-c10fd9ea16e4 2018-08-27 14:18:49,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.160193920135s 2018-08-27 14:18:49,576 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-3faf2ddb-f292-4ff8-9afd-c10fd9ea16e4 2018-08-27 14:18:49,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 14:18:49,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/5ebd7cae-f634-4cc7-b6c2-4924f6060323.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:53,490 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-076c7e26-013c-4305-a7c7-45f8d3cc2da8 Content-Length: 0 Date: Mon, 27 Aug 2018 14:18:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 14:18:53,490 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/5ebd7cae-f634-4cc7-b6c2-4924f6060323.json used request id req-076c7e26-013c-4305-a7c7-45f8d3cc2da8 2018-08-27 14:18:53,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.91295599937s 2018-08-27 14:18:53,491 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/5ebd7cae-f634-4cc7-b6c2-4924f6060323.json used request id req-076c7e26-013c-4305-a7c7-45f8d3cc2da8 2018-08-27 14:18:53,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 14:18:53,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:53,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-8f0c74ca-fc14-40a8-bd9b-6ab59149292a Date: Mon, 27 Aug 2018 14:18:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dd5dde2f-c988-49a4-b76d-9db9d32e6236","tenant_id":"e4486eb012254a7c9c17de31428f406f","created_at":"2018-08-27T14:14:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T14:14: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":"e4486eb012254a7c9c17de31428f406f","id":"fd17f996-f736-4cef-bee3-01ab7ac3af35","subnetpool_id":null,"name":"cloudify-subnet_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}]} 2018-08-27 14:18:53,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-8f0c74ca-fc14-40a8-bd9b-6ab59149292a 2018-08-27 14:18:53,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.04532289505s 2018-08-27 14:18:53,537 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-8f0c74ca-fc14-40a8-bd9b-6ab59149292a 2018-08-27 14:18:53,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 14:18:53,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/fd17f996-f736-4cef-bee3-01ab7ac3af35.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:55,819 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4640c024-1c4d-4796-ae74-9a646a3e7419 Date: Mon, 27 Aug 2018 14:18:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 14:18:55,819 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/fd17f996-f736-4cef-bee3-01ab7ac3af35.json used request id req-4640c024-1c4d-4796-ae74-9a646a3e7419 2018-08-27 14:18:55,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.28061389923s 2018-08-27 14:18:55,820 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/fd17f996-f736-4cef-bee3-01ab7ac3af35.json used request id req-4640c024-1c4d-4796-ae74-9a646a3e7419 2018-08-27 14:18:55,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:18:55,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:56,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-e0db3609-2c8d-4c64-8d91-59a962374dd6 Date: Mon, 27 Aug 2018 14:18:56 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"dd5dde2f-c988-49a4-b76d-9db9d32e6236","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e4486eb012254a7c9c17de31428f406f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T14:18:55Z","qos_policy_id":null,"name":"cloudify-net_12e3a74e-9c0c-4a1a-8856-6819afbae2f3","admin_state_up":true,"tenant_id":"e4486eb012254a7c9c17de31428f406f","created_at":"2018-08-27T14:14:29Z","mtu":1450}]} 2018-08-27 14:18:56,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e0db3609-2c8d-4c64-8d91-59a962374dd6 2018-08-27 14:18:56,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.299448013306s 2018-08-27 14:18:56,120 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e0db3609-2c8d-4c64-8d91-59a962374dd6 2018-08-27 14:18:56,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 14:18:56,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/dd5dde2f-c988-49a4-b76d-9db9d32e6236.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:57,503 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2942d9c7-9c4e-493c-b16e-10980b24bf4f Date: Mon, 27 Aug 2018 14:18:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 14:18:57,503 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/dd5dde2f-c988-49a4-b76d-9db9d32e6236.json used request id req-2942d9c7-9c4e-493c-b16e-10980b24bf4f 2018-08-27 14:18:57,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.38154292107s 2018-08-27 14:18:57,503 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/dd5dde2f-c988-49a4-b76d-9db9d32e6236.json used request id req-2942d9c7-9c4e-493c-b16e-10980b24bf4f 2018-08-27 14:18:57,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 14:18:57,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:18:58,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-dadb9296-f31a-4938-ad67-8d53ba684d57 Date: Mon, 27 Aug 2018 14:18:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:16:03Z", "file": "/v2/images/f90cc92e-463b-48fb-ad65-142347234c3c/file", "owner": "e4486eb012254a7c9c17de31428f406f", "id": "f90cc92e-463b-48fb-ad65-142347234c3c", "size": 4373348352, "self": "/v2/images/f90cc92e-463b-48fb-ad65-142347234c3c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/f90cc92e-463b-48fb-ad65-142347234c3c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/f90cc92e-463b-48fb-ad65-142347234c3c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T14:15:05Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 14:18:58,250 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-dadb9296-f31a-4938-ad67-8d53ba684d57 2018-08-27 14:18:58,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.741693019867s 2018-08-27 14:18:58,250 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-dadb9296-f31a-4938-ad67-8d53ba684d57 2018-08-27 14:18:58,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 14:18:58,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/f90cc92e-463b-48fb-ad65-142347234c3c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8184f5c6df908efde28a2c92c09716668bd7f3eb" 2018-08-27 14:19:00,212 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-25b867ad-5ba6-497b-aa44-53eae1a8f76d Date: Mon, 27 Aug 2018 14:19:00 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 14:19:00,213 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/f90cc92e-463b-48fb-ad65-142347234c3c used request id req-25b867ad-5ba6-497b-aa44-53eae1a8f76d 2018-08-27 14:19:00,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.9607360363s 2018-08-27 14:19:00,213 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/f90cc92e-463b-48fb-ad65-142347234c3c used request id req-25b867ad-5ba6-497b-aa44-53eae1a8f76d 2018-08-27 14:19:00,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 14:19:00,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}08453b885b09d8160e630587bc4f279c0939d997" 2018-08-27 14:19:00,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-4e38f078-8e2a-4cd9-ad0e-ac61542e8e69 x-compute-request-id: req-4e38f078-8e2a-4cd9-ad0e-ac61542e8e69 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1", "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": "bc697f7c-3057-49fb-9d7e-f850fe84cab1"}]} 2018-08-27 14:19:00,238 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-4e38f078-8e2a-4cd9-ad0e-ac61542e8e69 2018-08-27 14:19:00,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0243680477142s 2018-08-27 14:19:00,238 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-4e38f078-8e2a-4cd9-ad0e-ac61542e8e69 2018-08-27 14:19:00,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 14:19:00,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08453b885b09d8160e630587bc4f279c0939d997" 2018-08-27 14:19:00,282 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 14: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 x-openstack-request-id: req-eadbc78b-4697-4de0-ad61-8bf54a4ab656 x-compute-request-id: req-eadbc78b-4697-4de0-ad61-8bf54a4ab656 Content-Length: 0 Content-Type: application/json 2018-08-27 14:19:00,282 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1 used request id req-eadbc78b-4697-4de0-ad61-8bf54a4ab656 2018-08-27 14:19:00,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.042732000351s 2018-08-27 14:19:00,283 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/bc697f7c-3057-49fb-9d7e-f850fe84cab1 used request id req-eadbc78b-4697-4de0-ad61-8bf54a4ab656 2018-08-27 14:19:00,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 14:19:00,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}08453b885b09d8160e630587bc4f279c0939d997" 2018-08-27 14:19:00,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d45da925-b1bc-496b-83d7-a7d71da2bb37 Content-Encoding: gzip Content-Length: 1030 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "cloudify-user_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "links": {"self": "http://172.30.9.28:5000/v3/users/41bf8cbd34ee4ceda5e8e9dc71422e2e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da", "links": {"self": "http://172.30.9.28:5000/v3/users/643d28eccdf547c1be8115317b9156d8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "643d28eccdf547c1be8115317b9156d8", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 14:19:00,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d45da925-b1bc-496b-83d7-a7d71da2bb37 2018-08-27 14:19:00,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.214201927185s 2018-08-27 14:19:00,498 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d45da925-b1bc-496b-83d7-a7d71da2bb37 2018-08-27 14:19:00,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 14:19:00,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/41bf8cbd34ee4ceda5e8e9dc71422e2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08453b885b09d8160e630587bc4f279c0939d997" 2018-08-27 14:19:00,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b261ad83-b681-4a4f-af5c-7c48fd388690 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_12e3a74e-9c0c-4a1a-8856-6819afbae2f3", "links": {"self": "http://172.30.9.28:5000/v3/users/41bf8cbd34ee4ceda5e8e9dc71422e2e"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "41bf8cbd34ee4ceda5e8e9dc71422e2e", "description": null}} 2018-08-27 14:19:00,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/41bf8cbd34ee4ceda5e8e9dc71422e2e used request id req-b261ad83-b681-4a4f-af5c-7c48fd388690 2018-08-27 14:19:00,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206979036331s 2018-08-27 14:19:00,712 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/41bf8cbd34ee4ceda5e8e9dc71422e2e used request id req-b261ad83-b681-4a4f-af5c-7c48fd388690 2018-08-27 14:19:00,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 14:19:00,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/41bf8cbd34ee4ceda5e8e9dc71422e2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08453b885b09d8160e630587bc4f279c0939d997" 2018-08-27 14:19:01,049 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 14:19:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7afba937-94c0-4fdf-b076-9e10f1930886 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 14:19:01,049 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/41bf8cbd34ee4ceda5e8e9dc71422e2e used request id req-7afba937-94c0-4fdf-b076-9e10f1930886 2018-08-27 14:19:01,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.336521863937s 2018-08-27 14:19:01,050 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/41bf8cbd34ee4ceda5e8e9dc71422e2e used request id req-7afba937-94c0-4fdf-b076-9e10f1930886 2018-08-27 14:19:01,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 14:19:01,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}08453b885b09d8160e630587bc4f279c0939d997" 2018-08-27 14:19:01,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc6d4b42-b1f7-4a44-8062-d382df8ee3e3 Content-Encoding: gzip Content-Length: 593 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9"}, "tags": [], "enabled": true, "id": "8d9ec3b924e84c679dfb4bd26aa542e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.28:5000/v3/projects/e4486eb012254a7c9c17de31428f406f"}, "tags": [], "enabled": true, "id": "e4486eb012254a7c9c17de31428f406f", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_12e3a74e-9c0c-4a1a-8856-6819afbae2f3"}]} 2018-08-27 14:19:01,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-fc6d4b42-b1f7-4a44-8062-d382df8ee3e3 2018-08-27 14:19:01,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.206635951996s 2018-08-27 14:19:01,263 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-fc6d4b42-b1f7-4a44-8062-d382df8ee3e3 2018-08-27 14:19:01,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 14:19:01,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/e4486eb012254a7c9c17de31428f406f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08453b885b09d8160e630587bc4f279c0939d997" 2018-08-27 14:19:01,541 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 14:19:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8cc6941-1f43-4604-b1e6-7b15308c82dc 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 14:19:01,542 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/e4486eb012254a7c9c17de31428f406f used request id req-e8cc6941-1f43-4604-b1e6-7b15308c82dc 2018-08-27 14:19:01,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.274512052536s 2018-08-27 14:19:01,542 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/e4486eb012254a7c9c17de31428f406f used request id req-e8cc6941-1f43-4604-b1e6-7b15308c82dc 2018-08-27 14:19:01,567 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-08-27 14:19:01,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 14:19:01,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 14:19:01,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 14:19:01,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 14:19:01,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 14:19:01,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 14:19:01,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 14:19:01,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 14:19:01,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 14:19:01,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 14:19:01,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 14:19:01,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 14:19:01,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 14:19:01,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 14:19:01,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 14:19:01,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 14:19:01,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 14:19:01,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 14:19:01,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 14:19:01,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 14:19:01,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 14:19:01,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 14:19:01,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:19:01,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a553f89-3720-4b50-8e4c-576b66013633 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 14:19:01,602 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9a553f89-3720-4b50-8e4c-576b66013633 2018-08-27 14:19:01,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 14:19:02,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T15:19:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["Lyrg4HTBSCywKNRq9hOuUQ"], "issued_at": "2018-08-27T14:19:01.000000Z"}} 2018-08-27 14:19:02,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:19:02,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:19:02,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-364e44fc-d3e4-49f6-9e70-34c7bd177841 Date: Mon, 27 Aug 2018 14:19:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 14:19:02,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-364e44fc-d3e4-49f6-9e70-34c7bd177841 2018-08-27 14:19:02,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.331707954407s 2018-08-27 14:19:02,350 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-364e44fc-d3e4-49f6-9e70-34c7bd177841 2018-08-27 14:19:02,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:19:02,360 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 14:19:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8e9917a-a332-45f4-be7c-852ba78da385 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 14:19:02,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-a8e9917a-a332-45f4-be7c-852ba78da385 2018-08-27 14:19:02,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 14:19:02,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:19:02,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a00b3cc2-8476-4243-b07e-0278bc3f6562 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/1822875bebb84e26b6f0f5a37895742c"}, "tags": [], "enabled": true, "id": "1822875bebb84e26b6f0f5a37895742c", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 14:19:02,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-a00b3cc2-8476-4243-b07e-0278bc3f6562 2018-08-27 14:19:02,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.195921897888s 2018-08-27 14:19:02,557 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-a00b3cc2-8476-4243-b07e-0278bc3f6562 2018-08-27 14:19:02,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 14:19:02,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}}' 2018-08-27 14:19:02,792 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 14:19:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17d022f1-00c8-4c29-bfae-c23fcb7183dc 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.28:5000/v3/projects/a5a7695a253949cc8e3f1cdb7d696ecf"}, "tags": [], "enabled": true, "id": "a5a7695a253949cc8e3f1cdb7d696ecf", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}} 2018-08-27 14:19:02,793 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-17d022f1-00c8-4c29-bfae-c23fcb7183dc 2018-08-27 14:19:02,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.229885816574s 2018-08-27 14:19:02,793 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-17d022f1-00c8-4c29-bfae-c23fcb7183dc 2018-08-27 14:19:02,793 - 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'a5a7695a253949cc8e3f1cdb7d696ecf', '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_5fba8f0e-5ee2-4039-9794-5732ce9222b2'}) 2018-08-27 14:19:02,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 14:19:02,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "47f47393-2ec2-4465-b719-97619c126940", "email": null, "name": "cloudify_ims-user_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}}' 2018-08-27 14:19:03,337 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 14:19:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e849182-77f3-4c71-8380-07953a8d5d89 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "links": {"self": "http://172.30.9.28:5000/v3/users/de91fe99b848490e9d0eaab8cc94ba7d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "de91fe99b848490e9d0eaab8cc94ba7d", "domain_id": "default", "password_expires_at": null}} 2018-08-27 14:19:03,338 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-7e849182-77f3-4c71-8380-07953a8d5d89 2018-08-27 14:19:03,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.538470029831s 2018-08-27 14:19:03,338 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-7e849182-77f3-4c71-8380-07953a8d5d89 2018-08-27 14:19:03,339 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'de91fe99b848490e9d0eaab8cc94ba7d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_5fba8f0e-5ee2-4039-9794-5732ce9222b2'}) 2018-08-27 14:19:03,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:19:03,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:19:03,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50c80f75-1bda-4189-bd18-e8f1a46b9ae1 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:19:03,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-50c80f75-1bda-4189-bd18-e8f1a46b9ae1 2018-08-27 14:19:03,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202487945557s 2018-08-27 14:19:03,545 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-50c80f75-1bda-4189-bd18-e8f1a46b9ae1 2018-08-27 14:19:03,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:19:03,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:19:03,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ac54de5-8602-481a-85cd-abb42a9cbb5b Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:19:03,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9ac54de5-8602-481a-85cd-abb42a9cbb5b 2018-08-27 14:19:03,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199894189835s 2018-08-27 14:19:03,750 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9ac54de5-8602-481a-85cd-abb42a9cbb5b 2018-08-27 14:19:03,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:19:03,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:19:03,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e51b8adf-dc9e-4667-8769-958aabc060cd Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:19:03,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e51b8adf-dc9e-4667-8769-958aabc060cd 2018-08-27 14:19:03,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179115056992s 2018-08-27 14:19:03,935 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e51b8adf-dc9e-4667-8769-958aabc060cd 2018-08-27 14:19:03,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 14:19:03,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:19:04,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5728b2d-6149-42ac-8a0e-f0318dda95ef Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 14:19:04,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-a5728b2d-6149-42ac-8a0e-f0318dda95ef 2018-08-27 14:19:04,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.192934036255s 2018-08-27 14:19:04,133 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-a5728b2d-6149-42ac-8a0e-f0318dda95ef 2018-08-27 14:19:04,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 14:19:04,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:19:04,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41ff3e27-ccb1-47c0-b905-787066e164f0 Content-Encoding: gzip Content-Length: 1030 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da", "links": {"self": "http://172.30.9.28:5000/v3/users/643d28eccdf547c1be8115317b9156d8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "643d28eccdf547c1be8115317b9156d8", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "links": {"self": "http://172.30.9.28:5000/v3/users/de91fe99b848490e9d0eaab8cc94ba7d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "de91fe99b848490e9d0eaab8cc94ba7d", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 14:19:04,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-41ff3e27-ccb1-47c0-b905-787066e164f0 2018-08-27 14:19:04,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.217658042908s 2018-08-27 14:19:04,352 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-41ff3e27-ccb1-47c0-b905-787066e164f0 2018-08-27 14:19:04,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 14:19:04,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:19:04,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeddb990-d5bc-4583-b682-92cc56d1e44e Content-Encoding: gzip Content-Length: 596 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/a5a7695a253949cc8e3f1cdb7d696ecf"}, "tags": [], "enabled": true, "id": "a5a7695a253949cc8e3f1cdb7d696ecf", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "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.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9"}, "tags": [], "enabled": true, "id": "8d9ec3b924e84c679dfb4bd26aa542e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}]} 2018-08-27 14:19:04,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-eeddb990-d5bc-4583-b682-92cc56d1e44e 2018-08-27 14:19:04,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186794042587s 2018-08-27 14:19:04,551 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-eeddb990-d5bc-4583-b682-92cc56d1e44e 2018-08-27 14:19:04,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 14:19:04,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=de91fe99b848490e9d0eaab8cc94ba7d&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=a5a7695a253949cc8e3f1cdb7d696ecf" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:19:04,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bb872a6-3d04-4bd9-98df-17c4651c0abf Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=de91fe99b848490e9d0eaab8cc94ba7d&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=a5a7695a253949cc8e3f1cdb7d696ecf", "previous": null, "next": null}} 2018-08-27 14:19:04,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=de91fe99b848490e9d0eaab8cc94ba7d&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=a5a7695a253949cc8e3f1cdb7d696ecf used request id req-6bb872a6-3d04-4bd9-98df-17c4651c0abf 2018-08-27 14:19:04,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.192836046219s 2018-08-27 14:19:04,752 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=de91fe99b848490e9d0eaab8cc94ba7d&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=a5a7695a253949cc8e3f1cdb7d696ecf used request id req-6bb872a6-3d04-4bd9-98df-17c4651c0abf 2018-08-27 14:19:04,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 14:19:04,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/a5a7695a253949cc8e3f1cdb7d696ecf/users/de91fe99b848490e9d0eaab8cc94ba7d/roles/2d704632e4b7449aa0baeaa243e3aa0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:19:04,903 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 14:19:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a9f93c5-f324-43b6-ae32-715b56a27248 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 14:19:04,903 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/a5a7695a253949cc8e3f1cdb7d696ecf/users/de91fe99b848490e9d0eaab8cc94ba7d/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-7a9f93c5-f324-43b6-ae32-715b56a27248 2018-08-27 14:19:04,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.147823095322s 2018-08-27 14:19:04,903 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/a5a7695a253949cc8e3f1cdb7d696ecf/users/de91fe99b848490e9d0eaab8cc94ba7d/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-7a9f93c5-f324-43b6-ae32-715b56a27248 2018-08-27 14:19:04,904 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 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'a5a7695a253949cc8e3f1cdb7d696ecf', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '47f47393-2ec2-4465-b719-97619c126940', 'username': u'cloudify_ims-user_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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 14:19:04,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 14:19:04,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 14:19:04,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 14:19:04,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 14:19:04,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 14:19:04,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 14:19:04,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 14:19:04,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 14:19:04,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 14:19:04,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 14:19:04,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 14:19:04,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 14:19:04,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 14:19:04,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 14:19:04,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 14:19:04,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 14:19:04,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 14:19:04,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 14:19:04,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 14:19:04,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 14:19:04,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 14:19:04,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 14:19:04,910 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'password': '47f47393-2ec2-4465-b719-97619c126940', 'project_name': 'cloudify_ims-project_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'a5a7695a253949cc8e3f1cdb7d696ecf', 'project_domain_name': 'Default'} 2018-08-27 14:19:04,963 - 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 14:19:04,978 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-08-27 14:19:04,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:19:04,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8143a32-20a4-45ef-81b0-e4e605a2229b 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 14:19:04,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a8143a32-20a4-45ef-81b0-e4e605a2229b 2018-08-27 14:19:04,984 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 14:19:05,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T15:19:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5a7695a253949cc8e3f1cdb7d696ecf", "name": "cloudify_ims-project_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/a5a7695a253949cc8e3f1cdb7d696ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/a5a7695a253949cc8e3f1cdb7d696ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/a5a7695a253949cc8e3f1cdb7d696ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a5a7695a253949cc8e3f1cdb7d696ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a5a7695a253949cc8e3f1cdb7d696ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/a5a7695a253949cc8e3f1cdb7d696ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/a5a7695a253949cc8e3f1cdb7d696ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/a5a7695a253949cc8e3f1cdb7d696ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/a5a7695a253949cc8e3f1cdb7d696ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/a5a7695a253949cc8e3f1cdb7d696ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/a5a7695a253949cc8e3f1cdb7d696ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a5a7695a253949cc8e3f1cdb7d696ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/a5a7695a253949cc8e3f1cdb7d696ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/a5a7695a253949cc8e3f1cdb7d696ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "id": "de91fe99b848490e9d0eaab8cc94ba7d"}, "audit_ids": ["TBERSeLEQUa8q8OqYOnDvg"], "issued_at": "2018-08-27T14:19:05.000000Z"}} 2018-08-27 14:19:05,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 14:19:05,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -d '{"network": {"name": "cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "admin_state_up": true}}' 2018-08-27 14:19:05,958 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 631 X-Openstack-Request-Id: req-e7a666c4-a5fe-4c72-a522-3d1e661cdf9e Date: Mon, 27 Aug 2018 14:19:05 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"4d93ace2-0952-4f10-aafe-6a7fe832b132","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a5a7695a253949cc8e3f1cdb7d696ecf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T14:19:05Z","is_default":false,"name":"cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"a5a7695a253949cc8e3f1cdb7d696ecf","created_at":"2018-08-27T14:19:05Z","mtu":1450}} 2018-08-27 14:19:05,958 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e7a666c4-a5fe-4c72-a522-3d1e661cdf9e 2018-08-27 14:19:05,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.57280087471s 2018-08-27 14:19:05,959 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e7a666c4-a5fe-4c72-a522-3d1e661cdf9e 2018-08-27 14:19:05,959 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T14:19:05Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'admin_state_up': True, u'tenant_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', u'created_at': u'2018-08-27T14:19:05Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', u'l2_adjacency': True}) 2018-08-27 14:19:05,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:19:05,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:19:06,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1232 X-Openstack-Request-Id: req-b3d7aacb-f9af-41d3-8d9b-7bf8e74a5a40 Date: Mon, 27 Aug 2018 14:19:06 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"4d93ace2-0952-4f10-aafe-6a7fe832b132","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a5a7695a253949cc8e3f1cdb7d696ecf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T14:19:05Z","qos_policy_id":null,"name":"cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2","admin_state_up":true,"tenant_id":"a5a7695a253949cc8e3f1cdb7d696ecf","created_at":"2018-08-27T14:19:05Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 14:19:06,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b3d7aacb-f9af-41d3-8d9b-7bf8e74a5a40 2018-08-27 14:19:06,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.60432100296s 2018-08-27 14:19:06,565 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b3d7aacb-f9af-41d3-8d9b-7bf8e74a5a40 2018-08-27 14:19:06,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 14:19:06,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -d '{"subnet": {"name": "cloudify_ims-subnet_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "enable_dhcp": true, "network_id": "4d93ace2-0952-4f10-aafe-6a7fe832b132", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 14:19:07,455 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-0740b2cd-04b4-40dd-b46e-9e427672e8bd Date: Mon, 27 Aug 2018 14:19:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d93ace2-0952-4f10-aafe-6a7fe832b132","tenant_id":"a5a7695a253949cc8e3f1cdb7d696ecf","created_at":"2018-08-27T14:19:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T14:19:07Z","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":"a5a7695a253949cc8e3f1cdb7d696ecf","id":"0ea11600-0819-4030-a60c-d4848d284b2c","subnetpool_id":null,"name":"cloudify_ims-subnet_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}} 2018-08-27 14:19:07,455 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-0740b2cd-04b4-40dd-b46e-9e427672e8bd 2018-08-27 14:19:07,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.888798952103s 2018-08-27 14:19:07,455 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-0740b2cd-04b4-40dd-b46e-9e427672e8bd 2018-08-27 14:19:07,456 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T14:19:07Z', 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'0ea11600-0819-4030-a60c-d4848d284b2c', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'enable_dhcp': True, u'network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132', u'tenant_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', u'created_at': u'2018-08-27T14:19:07Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a5a7695a253949cc8e3f1cdb7d696ecf'}) 2018-08-27 14:19:07,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 14:19:07,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "cloudify_ims-router_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "admin_state_up": true}}' 2018-08-27 14:19:14,014 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-545f1c61-4e31-4a81-a08f-c17246e96222 Date: Mon, 27 Aug 2018 14:19:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:19:08Z", "admin_state_up": true, "updated_at": "2018-08-27T14:19:09Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "dfe7b1ef-ef93-4e92-9383-14baafbd9ed4", "name": "cloudify_ims-router_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}} 2018-08-27 14:19:14,014 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-545f1c61-4e31-4a81-a08f-c17246e96222 2018-08-27 14:19:14,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.55770206451s 2018-08-27 14:19:14,015 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-545f1c61-4e31-4a81-a08f-c17246e96222 2018-08-27 14:19:14,015 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T14:19:09Z', u'revision_number': 3, u'id': u'dfe7b1ef-ef93-4e92-9383-14baafbd9ed4', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-router_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'admin_state_up': True, u'tenant_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', u'created_at': u'2018-08-27T14:19:08Z', u'flavor_id': None, u'routes': [], u'project_id': u'a5a7695a253949cc8e3f1cdb7d696ecf'}) 2018-08-27 14:19:14,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 14:19:14,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/dfe7b1ef-ef93-4e92-9383-14baafbd9ed4/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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -d '{"subnet_id": "0ea11600-0819-4030-a60c-d4848d284b2c"}' 2018-08-27 14:19:17,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c482ba8e-4217-4b25-9681-409f5ce3ee41 Date: Mon, 27 Aug 2018 14:19:17 GMT RESP BODY: {"network_id": "4d93ace2-0952-4f10-aafe-6a7fe832b132", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "subnet_id": "0ea11600-0819-4030-a60c-d4848d284b2c", "subnet_ids": ["0ea11600-0819-4030-a60c-d4848d284b2c"], "port_id": "dfe8ecac-18ed-435c-9a02-f1aee69a07b0", "id": "dfe7b1ef-ef93-4e92-9383-14baafbd9ed4"} 2018-08-27 14:19:17,121 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/dfe7b1ef-ef93-4e92-9383-14baafbd9ed4/add_router_interface.json used request id req-c482ba8e-4217-4b25-9681-409f5ce3ee41 2018-08-27 14:19:17,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.10530900955s 2018-08-27 14:19:17,121 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/dfe7b1ef-ef93-4e92-9383-14baafbd9ed4/add_router_interface.json used request id req-c482ba8e-4217-4b25-9681-409f5ce3ee41 returning object dfe7b1ef-ef93-4e92-9383-14baafbd9ed4 2018-08-27 14:19:17,122 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-27 14:19:39,983 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-27 14:19:39,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:19:39,991 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 14:19:39 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 14:19:39,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 14:19:40,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:19:40,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-53cc67af-4f46-4fb6-a927-f9373076e44f Date: Mon, 27 Aug 2018 14:19:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 14:19:40,699 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-53cc67af-4f46-4fb6-a927-f9373076e44f 2018-08-27 14:19:40,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.702262163162s 2018-08-27 14:19:40,699 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-53cc67af-4f46-4fb6-a927-f9373076e44f 2018-08-27 14:19:40,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 14:19:40,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}' 2018-08-27 14:19:41,446 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c6895700-ed56-4439-9074-caadeff6e007 Date: Mon, 27 Aug 2018 14:19:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:19:41Z", "file": "/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/file", "owner": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "size": null, "self": "/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "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_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "checksum": null, "created_at": "2018-08-27T14:19:41Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 14:19:41,447 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-c6895700-ed56-4439-9074-caadeff6e007 2018-08-27 14:19:41,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.739537000656s 2018-08-27 14:19:41,447 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-c6895700-ed56-4439-9074-caadeff6e007 returning object 4152e744-59f0-4b30-9c0f-d357f46bdf23 2018-08-27 14:19:41,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 14:19:41,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -d '' 2018-08-27 14:20:38,085 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e6f33838-629d-4402-9cb7-dfcc08aec7cb Date: Mon, 27 Aug 2018 14:20:38 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 14:20:38,086 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/file used request id req-e6f33838-629d-4402-9cb7-dfcc08aec7cb 2018-08-27 14:20:38,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 56.638422966s 2018-08-27 14:20:38,087 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/file used request id req-e6f33838-629d-4402-9cb7-dfcc08aec7cb 2018-08-27 14:20:38,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 14:20:38,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:20:38,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-49260330-19ea-4ed8-9b0c-e9d3d7f79217 Date: Mon, 27 Aug 2018 14:20:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:20:38Z", "file": "/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/file", "owner": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "size": 4373348352, "self": "/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T14:19:41Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 14:20:38,808 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-49260330-19ea-4ed8-9b0c-e9d3d7f79217 2018-08-27 14:20:38,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.714233875275s 2018-08-27 14:20:38,809 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-49260330-19ea-4ed8-9b0c-e9d3d7f79217 2018-08-27 14:20:38,811 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/file', 'owner': u'a5a7695a253949cc8e3f1cdb7d696ecf', 'id': u'4152e744-59f0-4b30-9c0f-d357f46bdf23', 'size': 4373348352, u'self': u'/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a5a7695a253949cc8e3f1cdb7d696ecf', 'name': 'cloudify_ims-project_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T14:20:38Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T14:20:38Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_5fba8f0e-5ee2-4039-9794-5732ce9222b2', '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/4152e744-59f0-4b30-9c0f-d357f46bdf23', 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_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'created': u'2018-08-27T14:19:41Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-27T14:19:41Z', 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/4152e744-59f0-4b30-9c0f-d357f46bdf23', 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_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-27 14:20:38,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 14:20:38,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "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 14:20:39,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-ec7b579f-576f-4461-b571-c8f3bd6be10b x-compute-request-id: req-ec7b579f-576f-4461-b571-c8f3bd6be10b Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "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": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653"}} 2018-08-27 14:20:39,130 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ec7b579f-576f-4461-b571-c8f3bd6be10b 2018-08-27 14:20:39,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.317666053772s 2018-08-27 14:20:39,130 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ec7b579f-576f-4461-b571-c8f3bd6be10b 2018-08-27 14:20:39,131 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_5fba8f0e-5ee2-4039-9794-5732ce9222b2', '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'd56eab07eebe4995963c4bcc663afcc8', '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'8ef214d1-2e8c-4d1e-a44e-fcbf67649653', 'swap': 0}) 2018-08-27 14:20:39,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 14:20:39,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653/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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" -d '{"extra_specs": {}}' 2018-08-27 14:20:39,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:20: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-20fa0428-ff72-462b-b0bd-41d403f62acf x-compute-request-id: req-20fa0428-ff72-462b-b0bd-41d403f62acf Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 14:20:39,151 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653/os-extra_specs used request id req-20fa0428-ff72-462b-b0bd-41d403f62acf 2018-08-27 14:20:39,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0193021297455s 2018-08-27 14:20:39,152 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653/os-extra_specs used request id req-20fa0428-ff72-462b-b0bd-41d403f62acf 2018-08-27 14:20:39,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 14:20:39,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -d '{"keypair": {"name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}}' 2018-08-27 14:20:39,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:20: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-16079e32-0f5a-4937-9fc2-0e0121b22d2b x-compute-request-id: req-16079e32-0f5a-4937-9fc2-0e0121b22d2b Content-Encoding: gzip Content-Length: 1812 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr83CtqIUDMTzn+8Jiyebt5vA0fJJlMZaaAM1wmdt80eDhk3ToHf6OtT65U5lS11f3vmDygfhqvbd1xHeDpekNNsFNA1YD+I24tTnzo7DhoKtvYnXSc1ir/PQH4LP+2w+RkkgmUIqbqrnaxyXXor1pVba/Iuc4LZlgRtAEqogDBJ8auURQcAE/pPf0HiZlzbKy/qE+IW33KOJNgXqyYV1WY1btJV3bhJ0d7YxKKxqwh5tle4lVmQgeSqTZ8Lg+2HnL31IXTfEvcA/u3KI/At+6UHwp3UtuR61RQriLMWg+3FMNmVJADD2EDsU4LjU64pYcwdpAhG1UMU71p2HZjUvP Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAq/NwraiFAzE85/vCYsnm7ebwNHySZTGWmgDNcJnbfNHg4ZN0\n6B3+jrU+uVOZUtdX975g8oH4ar23dcR3g6XpDTbBTQNWA/iNuLU586Ow4aCrb2J1\n0nNYq/z0B+Cz/tsPkZJIJlCKm6q52scl16K9aVW2vyLnOC2ZYEbQBKqIAwSfGrlE\nUHABP6T39B4mZc2ysv6hPiFt9yjiTYF6smFdVmNW7SVd24SdHe2MSisasIebZXuJ\nVZkIHkqk2fC4Pth5y99SF03xL3AP7tyiPwLfulB8Kd1LbketUUK4izFoPtxTDZlS\nQAw9hA7FOC41OuKWHMHaQIRtVDFO9adh2Y1LzwIDAQABAoIBAQCKlnHptVpHYWb6\nfqKEZsB2XFyboQ+I+fes9hqet5L8vlfm16cw8gPaV2BPlH6OEzw2VD3lFzX2KiR0\nib3d4Fm+qbQQczDfkHQBPCeSJAuLPqkN5CicTxVXwU+aDdRlA4A/zsvR/bZJkseq\n+jmY2/SXslrRILuFPtNQkqJUMHHhI4Ue0Q4sC440ILzOrRqG+IClcnOcvIyxwcbj\nkaWA8iXf4Vt82kv0g4Ne5MmYGH3GhzpXQfY6bKJIkrcYkf2FBz/CWTExR6n8ypb9\nqwRJrUvo+DF7m5awiTarJaz0r2uUKu1Vuwz10vWkF9mreWFvfwmSSOFK0cbAkiew\nmlGI8SEZAoGBANb8aCPftiK1wLR6PALLULJIlprT2VZCz/jOf0pGuzLv69kHNDJx\nuRFKWJNkoo3g0UT/SBYjFvo+oplx6vX7ybbglSr+KfkAyQzih/W4xM7ZUlMvwaCm\nkYunKTVI9P9Dr6U86Su34/lfPYlBs5/shV7bT1ZuU9nxDlkjZ+/oohErAoGBAMzB\nRFnrhku+KD8d9seSY7lNZ3F0j3TAhkDbxh7dB/hTU5spJABPFB+7VDhKR0NAD26x\nUjatLNB5+cTQmeD+bnjlDWiADZE/tGJ2CfqfkBiN9go2Rdwbl16Rw2/3umAsDy4t\ni9dzganc9H0+jn0MuFXsULtL1AweP4AXAsBAILXtAoGAIJL6DIV3CWdUnYPv19SK\nk5jgCPGUereA34gaTVzOPHeR2r52sDX+/pmvNhYHc0vfKX8sov4KGzymUm2qVj8i\nXy1ELNF59pqh2+vvAdJPL7BKAwS3Z+oVH33ihopZZNwSnwzNn6wrRLujjUqBNvgV\ndTvxl3z8A4e8ztDIjNdIxyUCgYBiZt96d35rGFAvRS88alYSz+hO1j27Vmsu8HAe\nlQsnhKRBhVwP6fE57sVi6A+nejnwcLeaH0/SQUyQEdBiGOTupOX0utXKYFtIloHl\nOJn/svnznnGkfn4YrOTIAr5HSeVhw/HY8WH3SIEXT+Eap+pPIOsLmD2oNUE/Rc/E\npQ0TYQKBgQDHrV7cm+A1YAHD+of53hPJ1dj5m52Woe9ek+pR+H3hTXRG7SX+nDrW\n7GiCdlRaJyKx3sPkN6iU0Q5Oup1x+MTmVa0EbbRFASDnr2qIsoe5vevkIIPU2vN7\ngyGzSI7RAx1XX9jFOjyc1NKcpc5sEnanGbRgAnR+bIDqIJ8kOpqMlw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "fingerprint": "5f:70:d1:8e:a2:40:26:2b:de:4f:5d:41:07:ad:7f:2d"}} 2018-08-27 14:20:39,581 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-16079e32-0f5a-4937-9fc2-0e0121b22d2b 2018-08-27 14:20:39,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.428990840912s 2018-08-27 14:20:39,582 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-16079e32-0f5a-4937-9fc2-0e0121b22d2b 2018-08-27 14:20:39,583 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr83CtqIUDMTzn+8Jiyebt5vA0fJJlMZaaAM1wmdt80eDhk3ToHf6OtT65U5lS11f3vmDygfhqvbd1xHeDpekNNsFNA1YD+I24tTnzo7DhoKtvYnXSc1ir/PQH4LP+2w+RkkgmUIqbqrnaxyXXor1pVba/Iuc4LZlgRtAEqogDBJ8auURQcAE/pPf0HiZlzbKy/qE+IW33KOJNgXqyYV1WY1btJV3bhJ0d7YxKKxqwh5tle4lVmQgeSqTZ8Lg+2HnL31IXTfEvcA/u3KI/At+6UHwp3UtuR61RQriLMWg+3FMNmVJADD2EDsU4LjU64pYcwdpAhG1UMU71p2HZjUvP Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAq/NwraiFAzE85/vCYsnm7ebwNHySZTGWmgDNcJnbfNHg4ZN0\n6B3+jrU+uVOZUtdX975g8oH4ar23dcR3g6XpDTbBTQNWA/iNuLU586Ow4aCrb2J1\n0nNYq/z0B+Cz/tsPkZJIJlCKm6q52scl16K9aVW2vyLnOC2ZYEbQBKqIAwSfGrlE\nUHABP6T39B4mZc2ysv6hPiFt9yjiTYF6smFdVmNW7SVd24SdHe2MSisasIebZXuJ\nVZkIHkqk2fC4Pth5y99SF03xL3AP7tyiPwLfulB8Kd1LbketUUK4izFoPtxTDZlS\nQAw9hA7FOC41OuKWHMHaQIRtVDFO9adh2Y1LzwIDAQABAoIBAQCKlnHptVpHYWb6\nfqKEZsB2XFyboQ+I+fes9hqet5L8vlfm16cw8gPaV2BPlH6OEzw2VD3lFzX2KiR0\nib3d4Fm+qbQQczDfkHQBPCeSJAuLPqkN5CicTxVXwU+aDdRlA4A/zsvR/bZJkseq\n+jmY2/SXslrRILuFPtNQkqJUMHHhI4Ue0Q4sC440ILzOrRqG+IClcnOcvIyxwcbj\nkaWA8iXf4Vt82kv0g4Ne5MmYGH3GhzpXQfY6bKJIkrcYkf2FBz/CWTExR6n8ypb9\nqwRJrUvo+DF7m5awiTarJaz0r2uUKu1Vuwz10vWkF9mreWFvfwmSSOFK0cbAkiew\nmlGI8SEZAoGBANb8aCPftiK1wLR6PALLULJIlprT2VZCz/jOf0pGuzLv69kHNDJx\nuRFKWJNkoo3g0UT/SBYjFvo+oplx6vX7ybbglSr+KfkAyQzih/W4xM7ZUlMvwaCm\nkYunKTVI9P9Dr6U86Su34/lfPYlBs5/shV7bT1ZuU9nxDlkjZ+/oohErAoGBAMzB\nRFnrhku+KD8d9seSY7lNZ3F0j3TAhkDbxh7dB/hTU5spJABPFB+7VDhKR0NAD26x\nUjatLNB5+cTQmeD+bnjlDWiADZE/tGJ2CfqfkBiN9go2Rdwbl16Rw2/3umAsDy4t\ni9dzganc9H0+jn0MuFXsULtL1AweP4AXAsBAILXtAoGAIJL6DIV3CWdUnYPv19SK\nk5jgCPGUereA34gaTVzOPHeR2r52sDX+/pmvNhYHc0vfKX8sov4KGzymUm2qVj8i\nXy1ELNF59pqh2+vvAdJPL7BKAwS3Z+oVH33ihopZZNwSnwzNn6wrRLujjUqBNvgV\ndTvxl3z8A4e8ztDIjNdIxyUCgYBiZt96d35rGFAvRS88alYSz+hO1j27Vmsu8HAe\nlQsnhKRBhVwP6fE57sVi6A+nejnwcLeaH0/SQUyQEdBiGOTupOX0utXKYFtIloHl\nOJn/svnznnGkfn4YrOTIAr5HSeVhw/HY8WH3SIEXT+Eap+pPIOsLmD2oNUE/Rc/E\npQ0TYQKBgQDHrV7cm+A1YAHD+of53hPJ1dj5m52Woe9ek+pR+H3hTXRG7SX+nDrW\n7GiCdlRaJyKx3sPkN6iU0Q5Oup1x+MTmVa0EbbRFASDnr2qIsoe5vevkIIPU2vN7\ngyGzSI7RAx1XX9jFOjyc1NKcpc5sEnanGbRgAnR+bIDqIJ8kOpqMlw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'de91fe99b848490e9d0eaab8cc94ba7d', 'name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'created_at': '2018-08-27T14:20:39.583088', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a5a7695a253949cc8e3f1cdb7d696ecf', 'name': 'cloudify_ims-project_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'5f:70:d1:8e:a2:40:26:2b:de:4f:5d:41:07:ad:7f:2d', 'type': 'ssh', 'id': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2'}) 2018-08-27 14:20:39,583 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAq/NwraiFAzE85/vCYsnm7ebwNHySZTGWmgDNcJnbfNHg4ZN0 6B3+jrU+uVOZUtdX975g8oH4ar23dcR3g6XpDTbBTQNWA/iNuLU586Ow4aCrb2J1 0nNYq/z0B+Cz/tsPkZJIJlCKm6q52scl16K9aVW2vyLnOC2ZYEbQBKqIAwSfGrlE UHABP6T39B4mZc2ysv6hPiFt9yjiTYF6smFdVmNW7SVd24SdHe2MSisasIebZXuJ VZkIHkqk2fC4Pth5y99SF03xL3AP7tyiPwLfulB8Kd1LbketUUK4izFoPtxTDZlS QAw9hA7FOC41OuKWHMHaQIRtVDFO9adh2Y1LzwIDAQABAoIBAQCKlnHptVpHYWb6 fqKEZsB2XFyboQ+I+fes9hqet5L8vlfm16cw8gPaV2BPlH6OEzw2VD3lFzX2KiR0 ib3d4Fm+qbQQczDfkHQBPCeSJAuLPqkN5CicTxVXwU+aDdRlA4A/zsvR/bZJkseq +jmY2/SXslrRILuFPtNQkqJUMHHhI4Ue0Q4sC440ILzOrRqG+IClcnOcvIyxwcbj kaWA8iXf4Vt82kv0g4Ne5MmYGH3GhzpXQfY6bKJIkrcYkf2FBz/CWTExR6n8ypb9 qwRJrUvo+DF7m5awiTarJaz0r2uUKu1Vuwz10vWkF9mreWFvfwmSSOFK0cbAkiew mlGI8SEZAoGBANb8aCPftiK1wLR6PALLULJIlprT2VZCz/jOf0pGuzLv69kHNDJx uRFKWJNkoo3g0UT/SBYjFvo+oplx6vX7ybbglSr+KfkAyQzih/W4xM7ZUlMvwaCm kYunKTVI9P9Dr6U86Su34/lfPYlBs5/shV7bT1ZuU9nxDlkjZ+/oohErAoGBAMzB RFnrhku+KD8d9seSY7lNZ3F0j3TAhkDbxh7dB/hTU5spJABPFB+7VDhKR0NAD26x UjatLNB5+cTQmeD+bnjlDWiADZE/tGJ2CfqfkBiN9go2Rdwbl16Rw2/3umAsDy4t i9dzganc9H0+jn0MuFXsULtL1AweP4AXAsBAILXtAoGAIJL6DIV3CWdUnYPv19SK k5jgCPGUereA34gaTVzOPHeR2r52sDX+/pmvNhYHc0vfKX8sov4KGzymUm2qVj8i Xy1ELNF59pqh2+vvAdJPL7BKAwS3Z+oVH33ihopZZNwSnwzNn6wrRLujjUqBNvgV dTvxl3z8A4e8ztDIjNdIxyUCgYBiZt96d35rGFAvRS88alYSz+hO1j27Vmsu8HAe lQsnhKRBhVwP6fE57sVi6A+nejnwcLeaH0/SQUyQEdBiGOTupOX0utXKYFtIloHl OJn/svnznnGkfn4YrOTIAr5HSeVhw/HY8WH3SIEXT+Eap+pPIOsLmD2oNUE/Rc/E pQ0TYQKBgQDHrV7cm+A1YAHD+of53hPJ1dj5m52Woe9ek+pR+H3hTXRG7SX+nDrW 7GiCdlRaJyKx3sPkN6iU0Q5Oup1x+MTmVa0EbbRFASDnr2qIsoe5vevkIIPU2vN7 gyGzSI7RAx1XX9jFOjyc1NKcpc5sEnanGbRgAnR+bIDqIJ8kOpqMlw== -----END RSA PRIVATE KEY----- 2018-08-27 14:20:39,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-27 14:20:39,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -d '{"security_group": {"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-08-27 14:20:40,028 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-aaa63342-74c0-46cd-9519-d20d95e2b675 Date: Mon, 27 Aug 2018 14:20:40 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:20:39Z", "updated_at": "2018-08-27T14:20:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:39Z", "revision_number": 0, "id": "321b4279-eb84-4b56-82bc-9d7b6758c5db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:39Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:39Z", "revision_number": 0, "id": "4c0395c4-027c-4b63-acd0-f1723f68701c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:39Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}], "revision_number": 1, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}} 2018-08-27 14:20:40,028 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-aaa63342-74c0-46cd-9519-d20d95e2b675 2018-08-27 14:20:40,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.441722869873s 2018-08-27 14:20:40,028 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-aaa63342-74c0-46cd-9519-d20d95e2b675 2018-08-27 14:20:40,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 14:20:40,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:20:40,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-7e8ae207-38fb-4738-bcba-3d00536db3d9 Date: Mon, 27 Aug 2018 14:20:40 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:20:39Z", "updated_at": "2018-08-27T14:20:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:39Z", "revision_number": 0, "id": "321b4279-eb84-4b56-82bc-9d7b6758c5db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:39Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:39Z", "revision_number": 0, "id": "4c0395c4-027c-4b63-acd0-f1723f68701c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:39Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}], "revision_number": 1, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}, {"description": "Default security group", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:19:05Z", "updated_at": "2018-08-27T14:19:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "579dba2c-37fb-4a3f-ba12-42310da924a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "794d15ab-e5ed-4d8c-aa79-f6f137a2197c", "remote_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "8ff1d34f-c9d3-4a41-9c70-8cb59944ed90", "remote_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "b1051f23-9d4e-4383-8813-d2b7dc470930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}], "revision_number": 1, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "f1823595-9ba3-45fa-95cd-01659182f169", "name": "default"}]} 2018-08-27 14:20:40,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-7e8ae207-38fb-4738-bcba-3d00536db3d9 2018-08-27 14:20:40,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.326080083847s 2018-08-27 14:20:40,359 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-7e8ae207-38fb-4738-bcba-3d00536db3d9 2018-08-27 14:20:40,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 14:20:40,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -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": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da"}}' 2018-08-27 14:20:41,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e7505285-7694-42b0-be88-51ee1c092579 Date: Mon, 27 Aug 2018 14:20:40 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-27T14:20:40Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "port_range_min": 22, "revision_number": 0, "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:20:40Z", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "8b3b5d3f-0991-4db9-9b21-2b5f2543a7b3"}} 2018-08-27 14:20:41,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-e7505285-7694-42b0-be88-51ee1c092579 2018-08-27 14:20:41,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.644838094711s 2018-08-27 14:20:41,008 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-e7505285-7694-42b0-be88-51ee1c092579 2018-08-27 14:20:41,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 14:20:41,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:20:41,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-e019c4b0-bd96-44c4-9ec4-14d2e8560f0b Date: Mon, 27 Aug 2018 14:20:41 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:20:39Z", "updated_at": "2018-08-27T14:20:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:39Z", "revision_number": 0, "id": "321b4279-eb84-4b56-82bc-9d7b6758c5db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:39Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:39Z", "revision_number": 0, "id": "4c0395c4-027c-4b63-acd0-f1723f68701c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:39Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T14:20:40Z", "revision_number": 0, "id": "8b3b5d3f-0991-4db9-9b21-2b5f2543a7b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:40Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}], "revision_number": 2, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}, {"description": "Default security group", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:19:05Z", "updated_at": "2018-08-27T14:19:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "579dba2c-37fb-4a3f-ba12-42310da924a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "794d15ab-e5ed-4d8c-aa79-f6f137a2197c", "remote_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "8ff1d34f-c9d3-4a41-9c70-8cb59944ed90", "remote_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "b1051f23-9d4e-4383-8813-d2b7dc470930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}], "revision_number": 1, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "f1823595-9ba3-45fa-95cd-01659182f169", "name": "default"}]} 2018-08-27 14:20:41,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-e019c4b0-bd96-44c4-9ec4-14d2e8560f0b 2018-08-27 14:20:41,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.312736034393s 2018-08-27 14:20:41,325 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-e019c4b0-bd96-44c4-9ec4-14d2e8560f0b 2018-08-27 14:20:41,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 14:20:41,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -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": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da"}}' 2018-08-27 14:20:41,727 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-2cb94217-7d87-426a-a5a8-69e6895199e8 Date: Mon, 27 Aug 2018 14:20:41 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-27T14:20:41Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "port_range_min": null, "revision_number": 0, "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:20:41Z", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "28224efd-aa71-43a4-84a0-18d6d310bebc"}} 2018-08-27 14:20:41,727 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-2cb94217-7d87-426a-a5a8-69e6895199e8 2018-08-27 14:20:41,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.398630857468s 2018-08-27 14:20:41,727 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-2cb94217-7d87-426a-a5a8-69e6895199e8 2018-08-27 14:20:41,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 14:20:41,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:20:41,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-3cbb08f6-4e70-47fe-91b2-7c2fda5d1f9d Date: Mon, 27 Aug 2018 14:20:41 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:20:39Z", "updated_at": "2018-08-27T14:20:41Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:41Z", "revision_number": 0, "id": "28224efd-aa71-43a4-84a0-18d6d310bebc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:41Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:39Z", "revision_number": 0, "id": "321b4279-eb84-4b56-82bc-9d7b6758c5db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:39Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:39Z", "revision_number": 0, "id": "4c0395c4-027c-4b63-acd0-f1723f68701c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:39Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T14:20:40Z", "revision_number": 0, "id": "8b3b5d3f-0991-4db9-9b21-2b5f2543a7b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:40Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}], "revision_number": 3, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}, {"description": "Default security group", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:19:05Z", "updated_at": "2018-08-27T14:19:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "579dba2c-37fb-4a3f-ba12-42310da924a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "794d15ab-e5ed-4d8c-aa79-f6f137a2197c", "remote_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "8ff1d34f-c9d3-4a41-9c70-8cb59944ed90", "remote_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "b1051f23-9d4e-4383-8813-d2b7dc470930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}], "revision_number": 1, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "f1823595-9ba3-45fa-95cd-01659182f169", "name": "default"}]} 2018-08-27 14:20:41,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-3cbb08f6-4e70-47fe-91b2-7c2fda5d1f9d 2018-08-27 14:20:41,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0563600063324s 2018-08-27 14:20:41,788 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-3cbb08f6-4e70-47fe-91b2-7c2fda5d1f9d 2018-08-27 14:20:41,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 14:20:41,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -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": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da"}}' 2018-08-27 14:20:42,211 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-dd685d0f-d18a-4021-aaa1-6c581854f554 Date: Mon, 27 Aug 2018 14:20:42 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-27T14:20:42Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "port_range_min": 80, "revision_number": 0, "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:20:42Z", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "a9154435-f8bc-43ba-9f7f-3cd1e371e267"}} 2018-08-27 14:20:42,211 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-dd685d0f-d18a-4021-aaa1-6c581854f554 2018-08-27 14:20:42,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.420331954956s 2018-08-27 14:20:42,212 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-dd685d0f-d18a-4021-aaa1-6c581854f554 2018-08-27 14:20:42,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 14:20:42,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:20:42,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-4acba998-345b-4678-a66d-658097395ea1 Date: Mon, 27 Aug 2018 14:20:42 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:20:39Z", "updated_at": "2018-08-27T14:20:42Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:41Z", "revision_number": 0, "id": "28224efd-aa71-43a4-84a0-18d6d310bebc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:41Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:39Z", "revision_number": 0, "id": "321b4279-eb84-4b56-82bc-9d7b6758c5db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:39Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:39Z", "revision_number": 0, "id": "4c0395c4-027c-4b63-acd0-f1723f68701c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:39Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T14:20:40Z", "revision_number": 0, "id": "8b3b5d3f-0991-4db9-9b21-2b5f2543a7b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:40Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T14:20:42Z", "revision_number": 0, "id": "a9154435-f8bc-43ba-9f7f-3cd1e371e267", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:42Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}], "revision_number": 4, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}, {"description": "Default security group", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:19:05Z", "updated_at": "2018-08-27T14:19:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "579dba2c-37fb-4a3f-ba12-42310da924a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "794d15ab-e5ed-4d8c-aa79-f6f137a2197c", "remote_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "8ff1d34f-c9d3-4a41-9c70-8cb59944ed90", "remote_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "b1051f23-9d4e-4383-8813-d2b7dc470930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}], "revision_number": 1, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "f1823595-9ba3-45fa-95cd-01659182f169", "name": "default"}]} 2018-08-27 14:20:42,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-4acba998-345b-4678-a66d-658097395ea1 2018-08-27 14:20:42,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.243730068207s 2018-08-27 14:20:42,459 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-4acba998-345b-4678-a66d-658097395ea1 2018-08-27 14:20:42,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 14:20:42,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -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": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da"}}' 2018-08-27 14:20:42,858 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-7f5c1489-bee9-4089-90ef-b541d0e359ad Date: Mon, 27 Aug 2018 14:20:42 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-27T14:20:42Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "port_range_min": 443, "revision_number": 0, "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:20:42Z", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "ea6d02f3-c847-486e-b821-4eaa883e9bdd"}} 2018-08-27 14:20:42,858 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-7f5c1489-bee9-4089-90ef-b541d0e359ad 2018-08-27 14:20:42,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.395513772964s 2018-08-27 14:20:42,859 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-7f5c1489-bee9-4089-90ef-b541d0e359ad 2018-08-27 14:20:42,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 14:20:42,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:20:43,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-366c78a0-62da-4c60-bca2-0080d698629a Date: Mon, 27 Aug 2018 14:20:43 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:20:39Z", "updated_at": "2018-08-27T14:20:42Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:41Z", "revision_number": 0, "id": "28224efd-aa71-43a4-84a0-18d6d310bebc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:41Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:39Z", "revision_number": 0, "id": "321b4279-eb84-4b56-82bc-9d7b6758c5db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:39Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:39Z", "revision_number": 0, "id": "4c0395c4-027c-4b63-acd0-f1723f68701c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:39Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T14:20:40Z", "revision_number": 0, "id": "8b3b5d3f-0991-4db9-9b21-2b5f2543a7b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:40Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T14:20:42Z", "revision_number": 0, "id": "a9154435-f8bc-43ba-9f7f-3cd1e371e267", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:42Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T14:20:42Z", "revision_number": 0, "id": "ea6d02f3-c847-486e-b821-4eaa883e9bdd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:42Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 443, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}], "revision_number": 5, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}, {"description": "Default security group", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:19:05Z", "updated_at": "2018-08-27T14:19:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "579dba2c-37fb-4a3f-ba12-42310da924a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "794d15ab-e5ed-4d8c-aa79-f6f137a2197c", "remote_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "8ff1d34f-c9d3-4a41-9c70-8cb59944ed90", "remote_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "b1051f23-9d4e-4383-8813-d2b7dc470930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}], "revision_number": 1, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "f1823595-9ba3-45fa-95cd-01659182f169", "name": "default"}]} 2018-08-27 14:20:43,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-366c78a0-62da-4c60-bca2-0080d698629a 2018-08-27 14:20:43,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.313811063766s 2018-08-27 14:20:43,177 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-366c78a0-62da-4c60-bca2-0080d698629a 2018-08-27 14:20:43,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 14:20:43,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -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": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da"}}' 2018-08-27 14:20:43,600 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-8270e7b9-5781-4d2d-b91b-857c80f8e9fa Date: Mon, 27 Aug 2018 14:20:43 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-27T14:20:43Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "port_range_min": 5671, "revision_number": 0, "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:20:43Z", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "b7f1ecaf-0125-4185-bd15-19a163716467"}} 2018-08-27 14:20:43,601 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-8270e7b9-5781-4d2d-b91b-857c80f8e9fa 2018-08-27 14:20:43,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.420764923096s 2018-08-27 14:20:43,601 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-8270e7b9-5781-4d2d-b91b-857c80f8e9fa 2018-08-27 14:20:43,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 14:20:43,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:20:43,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-b160c24e-0827-4262-9ce7-ddd82e42ba21 Date: Mon, 27 Aug 2018 14:20:43 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:20:39Z", "updated_at": "2018-08-27T14:20:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:41Z", "revision_number": 0, "id": "28224efd-aa71-43a4-84a0-18d6d310bebc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:41Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:39Z", "revision_number": 0, "id": "321b4279-eb84-4b56-82bc-9d7b6758c5db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:39Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:39Z", "revision_number": 0, "id": "4c0395c4-027c-4b63-acd0-f1723f68701c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:39Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T14:20:40Z", "revision_number": 0, "id": "8b3b5d3f-0991-4db9-9b21-2b5f2543a7b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:40Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T14:20:42Z", "revision_number": 0, "id": "a9154435-f8bc-43ba-9f7f-3cd1e371e267", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:42Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-27T14:20:43Z", "revision_number": 0, "id": "b7f1ecaf-0125-4185-bd15-19a163716467", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:43Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T14:20:42Z", "revision_number": 0, "id": "ea6d02f3-c847-486e-b821-4eaa883e9bdd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:42Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 443, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}], "revision_number": 6, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}, {"description": "Default security group", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:19:05Z", "updated_at": "2018-08-27T14:19:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "579dba2c-37fb-4a3f-ba12-42310da924a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "794d15ab-e5ed-4d8c-aa79-f6f137a2197c", "remote_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "8ff1d34f-c9d3-4a41-9c70-8cb59944ed90", "remote_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "b1051f23-9d4e-4383-8813-d2b7dc470930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}], "revision_number": 1, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "f1823595-9ba3-45fa-95cd-01659182f169", "name": "default"}]} 2018-08-27 14:20:43,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-b160c24e-0827-4262-9ce7-ddd82e42ba21 2018-08-27 14:20:43,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.301675081253s 2018-08-27 14:20:43,907 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-b160c24e-0827-4262-9ce7-ddd82e42ba21 2018-08-27 14:20:43,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 14:20:43,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -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": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da"}}' 2018-08-27 14:20:44,559 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-f5fd2cee-9978-4325-b8d4-3f95eddb1e69 Date: Mon, 27 Aug 2018 14:20:44 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-27T14:20:44Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "port_range_min": 53333, "revision_number": 0, "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:20:44Z", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "513b471b-984d-4b29-894a-836a469f51fe"}} 2018-08-27 14:20:44,559 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-f5fd2cee-9978-4325-b8d4-3f95eddb1e69 2018-08-27 14:20:44,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.648746013641s 2018-08-27 14:20:44,560 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-f5fd2cee-9978-4325-b8d4-3f95eddb1e69 2018-08-27 14:20:44,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:20:44,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:20:44,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-f7a085b7-4b1d-4f7a-a08f-2556b9259a5a Date: Mon, 27 Aug 2018 14:20:44 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4d93ace2-0952-4f10-aafe-6a7fe832b132","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a5a7695a253949cc8e3f1cdb7d696ecf","l2_adjacency":true,"status":"ACTIVE","subnets":["0ea11600-0819-4030-a60c-d4848d284b2c"],"description":"","tags":[],"updated_at":"2018-08-27T14:19:07Z","qos_policy_id":null,"name":"cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2","admin_state_up":true,"tenant_id":"a5a7695a253949cc8e3f1cdb7d696ecf","created_at":"2018-08-27T14:19:05Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 14:20:44,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f7a085b7-4b1d-4f7a-a08f-2556b9259a5a 2018-08-27 14:20:44,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.377912998199s 2018-08-27 14:20:44,940 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f7a085b7-4b1d-4f7a-a08f-2556b9259a5a 2018-08-27 14:20:44,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 14:20:44,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:20:45,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-04f6a232-7192-4e0a-bf6b-5ebc2b6d1e62 Date: Mon, 27 Aug 2018 14:20:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:20:38Z", "file": "/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/file", "owner": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "size": 4373348352, "self": "/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T14:19:41Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 14:20:45,740 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-04f6a232-7192-4e0a-bf6b-5ebc2b6d1e62 2018-08-27 14:20:45,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.79470205307s 2018-08-27 14:20:45,740 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-04f6a232-7192-4e0a-bf6b-5ebc2b6d1e62 2018-08-27 14:20:45,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 14:20:45,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:20:45,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:20: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-63d14842-e214-41fd-9d85-ba1908ab1552 x-compute-request-id: req-63d14842-e214-41fd-9d85-ba1908ab1552 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "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": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653"}]} 2018-08-27 14:20:45,766 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-63d14842-e214-41fd-9d85-ba1908ab1552 2018-08-27 14:20:45,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0243399143219s 2018-08-27 14:20:45,767 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-63d14842-e214-41fd-9d85-ba1908ab1552 2018-08-27 14:20:45,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 14:20:45,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -d '{"server": {"name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "imageRef": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "flavorRef": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4d93ace2-0952-4f10-aafe-6a7fe832b132"}], "security_groups": [{"name": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da"}]}}' 2018-08-27 14:20:50,680 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 14:20: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-fffb4a84-9000-4157-a926-0138c3fe1c3b x-compute-request-id: req-fffb4a84-9000-4157-a926-0138c3fe1c3b Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da"}], "OS-DCF:diskConfig": "MANUAL", "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "adminPass": "6x7rqhQUDCuU"}} 2018-08-27 14:20:50,680 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-fffb4a84-9000-4157-a926-0138c3fe1c3b 2018-08-27 14:20:50,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.91163802147s 2018-08-27 14:20:50,681 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-fffb4a84-9000-4157-a926-0138c3fe1c3b 2018-08-27 14:20:50,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:20:50,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:20:51,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:20: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-8edd38ed-8097-4332-b884-c693d8c52ffc x-compute-request-id: req-8edd38ed-8097-4332-b884-c693d8c52ffc 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:20:51,049 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8edd38ed-8097-4332-b884-c693d8c52ffc 2018-08-27 14:20:51,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367630958557s 2018-08-27 14:20:51,050 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8edd38ed-8097-4332-b884-c693d8c52ffc 2018-08-27 14:20:51,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:20:51,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:20:51,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-4a74f271-8506-48e5-bfd8-5c1de82d929e Date: Mon, 27 Aug 2018 14:20:51 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4d93ace2-0952-4f10-aafe-6a7fe832b132","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a5a7695a253949cc8e3f1cdb7d696ecf","l2_adjacency":true,"status":"ACTIVE","subnets":["0ea11600-0819-4030-a60c-d4848d284b2c"],"description":"","tags":[],"updated_at":"2018-08-27T14:19:07Z","qos_policy_id":null,"name":"cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2","admin_state_up":true,"tenant_id":"a5a7695a253949cc8e3f1cdb7d696ecf","created_at":"2018-08-27T14:19:05Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 14:20:51,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4a74f271-8506-48e5-bfd8-5c1de82d929e 2018-08-27 14:20:51,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.388072013855s 2018-08-27 14:20:51,445 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4a74f271-8506-48e5-bfd8-5c1de82d929e 2018-08-27 14:20:51,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 14:20:51,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:20:51,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-b9c7c282-b590-463f-af69-ee725a1ce8e4 Date: Mon, 27 Aug 2018 14:20:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d93ace2-0952-4f10-aafe-6a7fe832b132","tenant_id":"a5a7695a253949cc8e3f1cdb7d696ecf","created_at":"2018-08-27T14:19:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T14:19:07Z","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":"a5a7695a253949cc8e3f1cdb7d696ecf","id":"0ea11600-0819-4030-a60c-d4848d284b2c","subnetpool_id":null,"name":"cloudify_ims-subnet_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}]} 2018-08-27 14:20:51,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b9c7c282-b590-463f-af69-ee725a1ce8e4 2018-08-27 14:20:51,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0465049743652s 2018-08-27 14:20:51,493 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b9c7c282-b590-463f-af69-ee725a1ce8e4 2018-08-27 14:20:51,493 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:20:53,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:20:53,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:20:54,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:20: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-71ddb028-069f-4689-bd66-956a03febebf x-compute-request-id: req-71ddb028-069f-4689-bd66-956a03febebf Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:53Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:20:54,674 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-71ddb028-069f-4689-bd66-956a03febebf 2018-08-27 14:20:54,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17826199532s 2018-08-27 14:20:54,675 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-71ddb028-069f-4689-bd66-956a03febebf 2018-08-27 14:20:54,679 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:20:56,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:20:56,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:20:57,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:20: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-bf7933a7-202d-4996-a9f5-11c7894ab75f x-compute-request-id: req-bf7933a7-202d-4996-a9f5-11c7894ab75f 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:20:57,658 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bf7933a7-202d-4996-a9f5-11c7894ab75f 2018-08-27 14:20:57,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.977961063385s 2018-08-27 14:20:57,659 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bf7933a7-202d-4996-a9f5-11c7894ab75f 2018-08-27 14:20:57,664 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:20:59,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:20:59,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:00,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:20: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-9185e814-b241-4d3a-8a11-b023ca60c1be x-compute-request-id: req-9185e814-b241-4d3a-8a11-b023ca60c1be 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:00,048 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9185e814-b241-4d3a-8a11-b023ca60c1be 2018-08-27 14:21:00,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.381682157516s 2018-08-27 14:21:00,049 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9185e814-b241-4d3a-8a11-b023ca60c1be 2018-08-27 14:21:00,053 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:02,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:02,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:03,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-ff0fddae-55b5-46a1-918a-2fb91667a5ca x-compute-request-id: req-ff0fddae-55b5-46a1-918a-2fb91667a5ca 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:03,008 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ff0fddae-55b5-46a1-918a-2fb91667a5ca 2018-08-27 14:21:03,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.952716112137s 2018-08-27 14:21:03,009 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ff0fddae-55b5-46a1-918a-2fb91667a5ca 2018-08-27 14:21:03,012 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:05,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:05,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:05,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-2088eb19-1b1e-4fa1-ad52-18e5e9a20b00 x-compute-request-id: req-2088eb19-1b1e-4fa1-ad52-18e5e9a20b00 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:05,963 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2088eb19-1b1e-4fa1-ad52-18e5e9a20b00 2018-08-27 14:21:05,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.947891950607s 2018-08-27 14:21:05,963 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2088eb19-1b1e-4fa1-ad52-18e5e9a20b00 2018-08-27 14:21:05,968 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:07,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:07,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:09,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:21: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-2a5b09b2-8092-417e-a650-c491ef60b6ff x-compute-request-id: req-2a5b09b2-8092-417e-a650-c491ef60b6ff 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:09,466 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2a5b09b2-8092-417e-a650-c491ef60b6ff 2018-08-27 14:21:09,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.4960269928s 2018-08-27 14:21:09,467 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2a5b09b2-8092-417e-a650-c491ef60b6ff 2018-08-27 14:21:09,471 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:11,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:11,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:12,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:21: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-885ec3af-ed22-48f9-be1a-a557db3a6994 x-compute-request-id: req-885ec3af-ed22-48f9-be1a-a557db3a6994 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:12,112 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-885ec3af-ed22-48f9-be1a-a557db3a6994 2018-08-27 14:21:12,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.639194965363s 2018-08-27 14:21:12,113 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-885ec3af-ed22-48f9-be1a-a557db3a6994 2018-08-27 14:21:12,116 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:14,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:14,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:14,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:21: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-500bdb60-6b54-40c2-a46e-1b8743cc1000 x-compute-request-id: req-500bdb60-6b54-40c2-a46e-1b8743cc1000 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:14,943 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-500bdb60-6b54-40c2-a46e-1b8743cc1000 2018-08-27 14:21:14,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.823673009872s 2018-08-27 14:21:14,943 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-500bdb60-6b54-40c2-a46e-1b8743cc1000 2018-08-27 14:21:14,947 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:16,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:16,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:17,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-3de0ef70-02d6-46f9-a98f-12edd08366bb x-compute-request-id: req-3de0ef70-02d6-46f9-a98f-12edd08366bb 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:17,686 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3de0ef70-02d6-46f9-a98f-12edd08366bb 2018-08-27 14:21:17,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.736655950546s 2018-08-27 14:21:17,687 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3de0ef70-02d6-46f9-a98f-12edd08366bb 2018-08-27 14:21:17,691 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:19,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:19,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:20,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-f2ad4b55-c98d-43cf-8793-20bfc10d61ae x-compute-request-id: req-f2ad4b55-c98d-43cf-8793-20bfc10d61ae 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:20,389 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f2ad4b55-c98d-43cf-8793-20bfc10d61ae 2018-08-27 14:21:20,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.695714950562s 2018-08-27 14:21:20,390 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f2ad4b55-c98d-43cf-8793-20bfc10d61ae 2018-08-27 14:21:20,393 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:22,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:22,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:22,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:21: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-04ee251e-2260-4444-8d72-5b098522bf7e x-compute-request-id: req-04ee251e-2260-4444-8d72-5b098522bf7e 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:22,747 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-04ee251e-2260-4444-8d72-5b098522bf7e 2018-08-27 14:21:22,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.350726127625s 2018-08-27 14:21:22,747 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-04ee251e-2260-4444-8d72-5b098522bf7e 2018-08-27 14:21:22,751 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:24,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:24,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:25,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-82f29290-9cd8-485d-8610-7b0be07769d6 x-compute-request-id: req-82f29290-9cd8-485d-8610-7b0be07769d6 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:25,803 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-82f29290-9cd8-485d-8610-7b0be07769d6 2018-08-27 14:21:25,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0500061512s 2018-08-27 14:21:25,804 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-82f29290-9cd8-485d-8610-7b0be07769d6 2018-08-27 14:21:25,808 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:27,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:27,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:28,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-5dd91185-7b54-4172-8293-851d9341c81b x-compute-request-id: req-5dd91185-7b54-4172-8293-851d9341c81b 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:28,867 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5dd91185-7b54-4172-8293-851d9341c81b 2018-08-27 14:21:28,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0566880703s 2018-08-27 14:21:28,868 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5dd91185-7b54-4172-8293-851d9341c81b 2018-08-27 14:21:28,871 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:30,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:30,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:31,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:21: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-8cb1d5f4-acab-4296-8b20-8232a2534374 x-compute-request-id: req-8cb1d5f4-acab-4296-8b20-8232a2534374 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:31,050 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8cb1d5f4-acab-4296-8b20-8232a2534374 2018-08-27 14:21:31,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175770044327s 2018-08-27 14:21:31,050 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8cb1d5f4-acab-4296-8b20-8232a2534374 2018-08-27 14:21:31,054 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:33,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:33,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:33,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:21: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-6d3bda80-4065-4480-957e-b0ce772e9fc9 x-compute-request-id: req-6d3bda80-4065-4480-957e-b0ce772e9fc9 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:33,682 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6d3bda80-4065-4480-957e-b0ce772e9fc9 2018-08-27 14:21:33,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.625375032425s 2018-08-27 14:21:33,682 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6d3bda80-4065-4480-957e-b0ce772e9fc9 2018-08-27 14:21:33,686 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:35,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:35,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:36,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:21: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-493af0df-06b0-44f2-8d4a-1507e84546eb x-compute-request-id: req-493af0df-06b0-44f2-8d4a-1507e84546eb 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:36,968 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-493af0df-06b0-44f2-8d4a-1507e84546eb 2018-08-27 14:21:36,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.27887201309s 2018-08-27 14:21:36,968 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-493af0df-06b0-44f2-8d4a-1507e84546eb 2018-08-27 14:21:36,972 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:38,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:38,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:40,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-a2a79b53-98fc-4cb7-aff9-0c2f41f9d5ef x-compute-request-id: req-a2a79b53-98fc-4cb7-aff9-0c2f41f9d5ef 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:40,382 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a2a79b53-98fc-4cb7-aff9-0c2f41f9d5ef 2018-08-27 14:21:40,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.40748310089s 2018-08-27 14:21:40,383 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a2a79b53-98fc-4cb7-aff9-0c2f41f9d5ef 2018-08-27 14:21:40,387 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:42,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:42,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:43,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:21: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-67def6c4-587c-4449-87af-6cb6b283ba38 x-compute-request-id: req-67def6c4-587c-4449-87af-6cb6b283ba38 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:43,382 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-67def6c4-587c-4449-87af-6cb6b283ba38 2018-08-27 14:21:43,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.992197036743s 2018-08-27 14:21:43,382 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-67def6c4-587c-4449-87af-6cb6b283ba38 2018-08-27 14:21:43,386 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:45,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:45,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:46,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:21: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-15309b1b-6094-4b60-8919-fe57d3e9e50e x-compute-request-id: req-15309b1b-6094-4b60-8919-fe57d3e9e50e 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:46,326 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-15309b1b-6094-4b60-8919-fe57d3e9e50e 2018-08-27 14:21:46,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.937747001648s 2018-08-27 14:21:46,327 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-15309b1b-6094-4b60-8919-fe57d3e9e50e 2018-08-27 14:21:46,331 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:48,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:48,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:49,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-d400454a-dc17-4180-80ed-f01a62e09240 x-compute-request-id: req-d400454a-dc17-4180-80ed-f01a62e09240 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:49,311 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d400454a-dc17-4180-80ed-f01a62e09240 2018-08-27 14:21:49,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.977383852005s 2018-08-27 14:21:49,311 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d400454a-dc17-4180-80ed-f01a62e09240 2018-08-27 14:21:49,316 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:51,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:51,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:52,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:21: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-4ca1e79a-0d34-43d7-bc82-d1a44eefebb3 x-compute-request-id: req-4ca1e79a-0d34-43d7-bc82-d1a44eefebb3 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:52,057 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4ca1e79a-0d34-43d7-bc82-d1a44eefebb3 2018-08-27 14:21:52,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.739917993546s 2018-08-27 14:21:52,058 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4ca1e79a-0d34-43d7-bc82-d1a44eefebb3 2018-08-27 14:21:52,062 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:54,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:54,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:55,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:21: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-8e518d1d-7232-4555-a5b3-4742aafcea11 x-compute-request-id: req-8e518d1d-7232-4555-a5b3-4742aafcea11 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:55,149 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8e518d1d-7232-4555-a5b3-4742aafcea11 2018-08-27 14:21:55,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0847120285s 2018-08-27 14:21:55,149 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8e518d1d-7232-4555-a5b3-4742aafcea11 2018-08-27 14:21:55,153 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:57,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:57,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:21:57,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-fcaafe93-871b-4cf7-82d8-68ba68bba7e5 x-compute-request-id: req-fcaafe93-871b-4cf7-82d8-68ba68bba7e5 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:21:57,578 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fcaafe93-871b-4cf7-82d8-68ba68bba7e5 2018-08-27 14:21:57,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.421694993973s 2018-08-27 14:21:57,578 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fcaafe93-871b-4cf7-82d8-68ba68bba7e5 2018-08-27 14:21:57,582 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:21:59,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:21:59,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:00,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:21: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-61ebe76c-cbb0-4e81-b3bc-67675b666675 x-compute-request-id: req-61ebe76c-cbb0-4e81-b3bc-67675b666675 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:00,067 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-61ebe76c-cbb0-4e81-b3bc-67675b666675 2018-08-27 14:22:00,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.482223033905s 2018-08-27 14:22:00,068 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-61ebe76c-cbb0-4e81-b3bc-67675b666675 2018-08-27 14:22:00,070 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:02,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:02,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:02,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-df0239cc-dbfd-4974-bb12-177a26e780d9 x-compute-request-id: req-df0239cc-dbfd-4974-bb12-177a26e780d9 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:02,807 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-df0239cc-dbfd-4974-bb12-177a26e780d9 2018-08-27 14:22:02,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.733426094055s 2018-08-27 14:22:02,807 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-df0239cc-dbfd-4974-bb12-177a26e780d9 2018-08-27 14:22:02,811 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:04,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:04,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:05,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-8915c732-dafd-4924-97de-da68ae074e5c x-compute-request-id: req-8915c732-dafd-4924-97de-da68ae074e5c 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:05,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8915c732-dafd-4924-97de-da68ae074e5c 2018-08-27 14:22:05,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.939900875092s 2018-08-27 14:22:05,754 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8915c732-dafd-4924-97de-da68ae074e5c 2018-08-27 14:22:05,759 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:07,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:07,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:08,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-9cbaa6e8-d605-4489-831e-d47b65bb4327 x-compute-request-id: req-9cbaa6e8-d605-4489-831e-d47b65bb4327 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:08,333 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9cbaa6e8-d605-4489-831e-d47b65bb4327 2018-08-27 14:22:08,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.571522951126s 2018-08-27 14:22:08,333 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9cbaa6e8-d605-4489-831e-d47b65bb4327 2018-08-27 14:22:08,338 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:10,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:10,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:11,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-3d0b7912-f09f-4f4d-a74b-5936b5789537 x-compute-request-id: req-3d0b7912-f09f-4f4d-a74b-5936b5789537 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:11,057 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3d0b7912-f09f-4f4d-a74b-5936b5789537 2018-08-27 14:22:11,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.716779947281s 2018-08-27 14:22:11,058 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3d0b7912-f09f-4f4d-a74b-5936b5789537 2018-08-27 14:22:11,062 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:13,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:13,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:13,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-8ae52f4f-c635-49df-ba23-abd5b61c465e x-compute-request-id: req-8ae52f4f-c635-49df-ba23-abd5b61c465e 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:13,939 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8ae52f4f-c635-49df-ba23-abd5b61c465e 2018-08-27 14:22:13,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.875010967255s 2018-08-27 14:22:13,939 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8ae52f4f-c635-49df-ba23-abd5b61c465e 2018-08-27 14:22:13,944 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:15,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:15,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:16,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-a174fba4-11e6-4b6a-8427-a428065b4a5a x-compute-request-id: req-a174fba4-11e6-4b6a-8427-a428065b4a5a 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:16,415 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a174fba4-11e6-4b6a-8427-a428065b4a5a 2018-08-27 14:22:16,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.469938993454s 2018-08-27 14:22:16,416 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a174fba4-11e6-4b6a-8427-a428065b4a5a 2018-08-27 14:22:16,419 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:18,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:18,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:19,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-323f9277-5344-4750-9f6c-fd537d804d98 x-compute-request-id: req-323f9277-5344-4750-9f6c-fd537d804d98 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:19,173 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-323f9277-5344-4750-9f6c-fd537d804d98 2018-08-27 14:22:19,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.750370979309s 2018-08-27 14:22:19,173 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-323f9277-5344-4750-9f6c-fd537d804d98 2018-08-27 14:22:19,176 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:21,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:21,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:21,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-1e114654-3f4c-4383-839f-ee7035b78303 x-compute-request-id: req-1e114654-3f4c-4383-839f-ee7035b78303 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:21,894 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1e114654-3f4c-4383-839f-ee7035b78303 2018-08-27 14:22:21,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.716558933258s 2018-08-27 14:22:21,894 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1e114654-3f4c-4383-839f-ee7035b78303 2018-08-27 14:22:21,898 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:23,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:23,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:24,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-8bf38634-04c4-4f37-9446-94f5dd940495 x-compute-request-id: req-8bf38634-04c4-4f37-9446-94f5dd940495 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:24,725 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8bf38634-04c4-4f37-9446-94f5dd940495 2018-08-27 14:22:24,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.824171066284s 2018-08-27 14:22:24,726 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8bf38634-04c4-4f37-9446-94f5dd940495 2018-08-27 14:22:24,730 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:26,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:26,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:27,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-ee04174c-44a5-4f68-afed-f5862e875a2a x-compute-request-id: req-ee04174c-44a5-4f68-afed-f5862e875a2a 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:27,455 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ee04174c-44a5-4f68-afed-f5862e875a2a 2018-08-27 14:22:27,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.722379922867s 2018-08-27 14:22:27,456 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ee04174c-44a5-4f68-afed-f5862e875a2a 2018-08-27 14:22:27,460 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:29,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:29,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:29,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-e36be4c4-3b27-49a9-8bae-610e8016f90e x-compute-request-id: req-e36be4c4-3b27-49a9-8bae-610e8016f90e 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:29,986 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e36be4c4-3b27-49a9-8bae-610e8016f90e 2018-08-27 14:22:29,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523918867111s 2018-08-27 14:22:29,987 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e36be4c4-3b27-49a9-8bae-610e8016f90e 2018-08-27 14:22:29,991 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:31,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:31,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:32,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-22a95779-5865-4682-ae99-468605fa41b1 x-compute-request-id: req-22a95779-5865-4682-ae99-468605fa41b1 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:32,629 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-22a95779-5865-4682-ae99-468605fa41b1 2018-08-27 14:22:32,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.636000156403s 2018-08-27 14:22:32,630 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-22a95779-5865-4682-ae99-468605fa41b1 2018-08-27 14:22:32,633 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:34,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:34,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:35,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-69db52da-6edb-4c93-ac54-605beda7d68d x-compute-request-id: req-69db52da-6edb-4c93-ac54-605beda7d68d 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:35,385 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-69db52da-6edb-4c93-ac54-605beda7d68d 2018-08-27 14:22:35,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.74923992157s 2018-08-27 14:22:35,386 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-69db52da-6edb-4c93-ac54-605beda7d68d 2018-08-27 14:22:35,389 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:37,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:37,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:38,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-3edfa37b-4621-4a09-b7c5-22cfbc5fd2ad x-compute-request-id: req-3edfa37b-4621-4a09-b7c5-22cfbc5fd2ad 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:38,310 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3edfa37b-4621-4a09-b7c5-22cfbc5fd2ad 2018-08-27 14:22:38,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.918256998062s 2018-08-27 14:22:38,311 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3edfa37b-4621-4a09-b7c5-22cfbc5fd2ad 2018-08-27 14:22:38,315 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:40,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:40,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:40,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-7ab6b6e3-4a59-429c-aa11-c1b2bdea8012 x-compute-request-id: req-7ab6b6e3-4a59-429c-aa11-c1b2bdea8012 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:40,955 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7ab6b6e3-4a59-429c-aa11-c1b2bdea8012 2018-08-27 14:22:40,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.637232065201s 2018-08-27 14:22:40,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7ab6b6e3-4a59-429c-aa11-c1b2bdea8012 2018-08-27 14:22:40,959 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:42,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:42,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:43,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-9d19a08f-a4b1-4420-908e-4acf0b39c9c6 x-compute-request-id: req-9d19a08f-a4b1-4420-908e-4acf0b39c9c6 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:43,717 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9d19a08f-a4b1-4420-908e-4acf0b39c9c6 2018-08-27 14:22:43,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.754630088806s 2018-08-27 14:22:43,717 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9d19a08f-a4b1-4420-908e-4acf0b39c9c6 2018-08-27 14:22:43,721 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:45,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:45,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:46,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-35fd02a7-53ba-4be8-8537-f514baa80906 x-compute-request-id: req-35fd02a7-53ba-4be8-8537-f514baa80906 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:46,194 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-35fd02a7-53ba-4be8-8537-f514baa80906 2018-08-27 14:22:46,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.470580101013s 2018-08-27 14:22:46,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-35fd02a7-53ba-4be8-8537-f514baa80906 2018-08-27 14:22:46,199 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:48,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:48,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:48,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-c905f2ff-9379-47c9-8236-4ab7d2f1adb7 x-compute-request-id: req-c905f2ff-9379-47c9-8236-4ab7d2f1adb7 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:48,902 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c905f2ff-9379-47c9-8236-4ab7d2f1adb7 2018-08-27 14:22:48,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.699934005737s 2018-08-27 14:22:48,902 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c905f2ff-9379-47c9-8236-4ab7d2f1adb7 2018-08-27 14:22:48,906 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:50,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:50,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:51,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-1d1b38dd-1ea3-43c3-8ec2-651085fa882d x-compute-request-id: req-1d1b38dd-1ea3-43c3-8ec2-651085fa882d 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:51,623 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1d1b38dd-1ea3-43c3-8ec2-651085fa882d 2018-08-27 14:22:51,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.714231014252s 2018-08-27 14:22:51,624 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1d1b38dd-1ea3-43c3-8ec2-651085fa882d 2018-08-27 14:22:51,627 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:53,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:53,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:54,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-762a20d9-4c95-4678-ae51-ba26a903126f x-compute-request-id: req-762a20d9-4c95-4678-ae51-ba26a903126f 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:54,072 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-762a20d9-4c95-4678-ae51-ba26a903126f 2018-08-27 14:22:54,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.442255020142s 2018-08-27 14:22:54,073 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-762a20d9-4c95-4678-ae51-ba26a903126f 2018-08-27 14:22:54,077 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:56,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:56,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:56,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-803165c5-c2e6-4551-b706-cd527fcd28e6 x-compute-request-id: req-803165c5-c2e6-4551-b706-cd527fcd28e6 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:56,780 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-803165c5-c2e6-4551-b706-cd527fcd28e6 2018-08-27 14:22:56,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.700841903687s 2018-08-27 14:22:56,781 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-803165c5-c2e6-4551-b706-cd527fcd28e6 2018-08-27 14:22:56,785 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:22:58,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:22:58,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:22:59,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:22: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-a2074954-c7c9-4201-8117-182528bcebfb x-compute-request-id: req-a2074954-c7c9-4201-8117-182528bcebfb 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:22:59,914 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a2074954-c7c9-4201-8117-182528bcebfb 2018-08-27 14:22:59,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12581992149s 2018-08-27 14:22:59,914 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a2074954-c7c9-4201-8117-182528bcebfb 2018-08-27 14:22:59,917 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:23:01,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:23:01,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:23:02,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14: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-6534cb31-26ce-4ae6-939b-829dc9bdea23 x-compute-request-id: req-6534cb31-26ce-4ae6-939b-829dc9bdea23 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.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "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-27T14:20:54Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:23:02,665 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6534cb31-26ce-4ae6-939b-829dc9bdea23 2018-08-27 14:23:02,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.74609708786s 2018-08-27 14:23:02,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6534cb31-26ce-4ae6-939b-829dc9bdea23 2018-08-27 14:23:02,670 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:23:04,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:23:04,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:23:05,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:23: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-a9a2f65e-270b-4aa7-b6de-35eac70d8db1 x-compute-request-id: req-a9a2f65e-270b-4aa7-b6de-35eac70d8db1 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:7a:1f", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:23:03.000000", "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:23:03Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:23:05,129 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a9a2f65e-270b-4aa7-b6de-35eac70d8db1 2018-08-27 14:23:05,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.456629037857s 2018-08-27 14:23:05,130 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a9a2f65e-270b-4aa7-b6de-35eac70d8db1 2018-08-27 14:23:05,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 14:23:05,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:23:05,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-59173c84-55d7-42fd-b857-8158ba5204f8 Date: Mon, 27 Aug 2018 14:23:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T14:23:03Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0ea11600-0819-4030-a60c-d4848d284b2c","ip_address":"192.168.120.20"}],"id":"3b405f1a-c525-4939-a939-ab6fc80f926e","security_groups":["4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da"],"mac_address":"fa:16:3e:12:7a:1f","project_id":"a5a7695a253949cc8e3f1cdb7d696ecf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d93ace2-0952-4f10-aafe-6a7fe832b132","tenant_id":"a5a7695a253949cc8e3f1cdb7d696ecf","created_at":"2018-08-27T14:20:53Z","binding:vnic_type":"normal","device_id":"fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc","ip_allocation":"immediate"}]} 2018-08-27 14:23:05,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc used request id req-59173c84-55d7-42fd-b857-8158ba5204f8 2018-08-27 14:23:05,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0563659667969s 2018-08-27 14:23:05,191 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc used request id req-59173c84-55d7-42fd-b857-8158ba5204f8 2018-08-27 14:23:05,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:23:05,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=3b405f1a-c525-4939-a939-ab6fc80f926e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:23:05,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-af1ce54d-eac1-4d78-b62f-6718762791cb Date: Mon, 27 Aug 2018 14:23:05 GMT RESP BODY: {"floatingips": []} 2018-08-27 14:23:05,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=3b405f1a-c525-4939-a939-ab6fc80f926e used request id req-af1ce54d-eac1-4d78-b62f-6718762791cb 2018-08-27 14:23:05,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0648550987244s 2018-08-27 14:23:05,261 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=3b405f1a-c525-4939-a939-ab6fc80f926e used request id req-af1ce54d-eac1-4d78-b62f-6718762791cb 2018-08-27 14:23:05,262 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:12:7a:1f', 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'4152e744-59f0-4b30-9c0f-d357f46bdf23'}), 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-27T14:23:03.000000', 'flavor': Munch({u'id': u'8ef214d1-2e8c-4d1e-a44e-fcbf67649653'}), 'az': u'nova', 'id': u'fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'de91fe99b848490e9d0eaab8cc94ba7d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a5a7695a253949cc8e3f1cdb7d696ecf', 'name': 'cloudify_ims-project_5fba8f0e-5ee2-4039-9794-5732ce9222b2', '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-27T14:23:03.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T14:23:03Z', 'hostId': u'c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'public_v6': '', 'private_v4': u'192.168.120.20', 'cloud': 'envvars', 'host_id': u'c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30', '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-27T14:23:03.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', 'name': u'cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'adminPass': u'6x7rqhQUDCuU', 'tenant_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', 'created_at': u'2018-08-27T14:20:50Z', 'created': u'2018-08-27T14:20:50Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 14:23:05,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:23:05,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:23:05,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-7ef52a85-7964-43a5-9fdb-6717c87bfc7b Date: Mon, 27 Aug 2018 14:23:05 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4d93ace2-0952-4f10-aafe-6a7fe832b132","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a5a7695a253949cc8e3f1cdb7d696ecf","l2_adjacency":true,"status":"ACTIVE","subnets":["0ea11600-0819-4030-a60c-d4848d284b2c"],"description":"","tags":[],"updated_at":"2018-08-27T14:19:07Z","qos_policy_id":null,"name":"cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2","admin_state_up":true,"tenant_id":"a5a7695a253949cc8e3f1cdb7d696ecf","created_at":"2018-08-27T14:19:05Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 14:23:05,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7ef52a85-7964-43a5-9fdb-6717c87bfc7b 2018-08-27 14:23:05,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0987751483917s 2018-08-27 14:23:05,364 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7ef52a85-7964-43a5-9fdb-6717c87bfc7b 2018-08-27 14:23:05,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 14:23:05,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:23:05,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-655363cd-489d-4fa7-a25b-0bb856b3d7d1 Date: Mon, 27 Aug 2018 14:23:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T14:23:03Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0ea11600-0819-4030-a60c-d4848d284b2c","ip_address":"192.168.120.20"}],"id":"3b405f1a-c525-4939-a939-ab6fc80f926e","security_groups":["4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da"],"mac_address":"fa:16:3e:12:7a:1f","project_id":"a5a7695a253949cc8e3f1cdb7d696ecf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d93ace2-0952-4f10-aafe-6a7fe832b132","tenant_id":"a5a7695a253949cc8e3f1cdb7d696ecf","created_at":"2018-08-27T14:20:53Z","binding:vnic_type":"normal","device_id":"fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc","ip_allocation":"immediate"}]} 2018-08-27 14:23:05,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc used request id req-655363cd-489d-4fa7-a25b-0bb856b3d7d1 2018-08-27 14:23:05,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.054013967514s 2018-08-27 14:23:05,420 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc used request id req-655363cd-489d-4fa7-a25b-0bb856b3d7d1 2018-08-27 14:23:05,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-27 14:23:05,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -d '{"floatingip": {"floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "fixed_ip_address": "192.168.120.20", "port_id": "3b405f1a-c525-4939-a939-ab6fc80f926e"}}' 2018-08-27 14:23:08,165 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-f9a5f0c7-c70d-479a-8cc8-7b0d0e07c58b Date: Mon, 27 Aug 2018 14:23:08 GMT RESP BODY: {"floatingip": {"router_id": "dfe7b1ef-ef93-4e92-9383-14baafbd9ed4", "status": "DOWN", "description": "", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:23:06Z", "updated_at": "2018-08-27T14:23:06Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "4d93ace2-0952-4f10-aafe-6a7fe832b132", "device_owner": "compute:nova", "mac_address": "fa:16:3e:12:7a:1f", "device_id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc"}, "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_id": "3b405f1a-c525-4939-a939-ab6fc80f926e", "id": "33318682-eb05-48e3-a164-242eec0e7c02", "qos_policy_id": null}} 2018-08-27 14:23:08,165 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f9a5f0c7-c70d-479a-8cc8-7b0d0e07c58b 2018-08-27 14:23:08,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.74472284317s 2018-08-27 14:23:08,166 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f9a5f0c7-c70d-479a-8cc8-7b0d0e07c58b 2018-08-27 14:23:08,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:23:08,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:23:08,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-314be8b6-d440-4671-8312-8f030e0a7ac9 Date: Mon, 27 Aug 2018 14:23:08 GMT RESP BODY: {"floatingips": [{"router_id": "dfe7b1ef-ef93-4e92-9383-14baafbd9ed4", "status": "DOWN", "description": "", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:23:06Z", "updated_at": "2018-08-27T14:23:06Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "4d93ace2-0952-4f10-aafe-6a7fe832b132", "device_owner": "compute:nova", "mac_address": "fa:16:3e:12:7a:1f", "device_id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc"}, "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_id": "3b405f1a-c525-4939-a939-ab6fc80f926e", "id": "33318682-eb05-48e3-a164-242eec0e7c02", "qos_policy_id": null}]} 2018-08-27 14:23:08,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-314be8b6-d440-4671-8312-8f030e0a7ac9 2018-08-27 14:23:08,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0608870983124s 2018-08-27 14:23:08,235 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-314be8b6-d440-4671-8312-8f030e0a7ac9 2018-08-27 14:23:08,239 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 14:23:08,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:23:08,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:23:08,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-c7dd25ce-26c5-41ca-a5d2-ff240409a995 Date: Mon, 27 Aug 2018 14:23:08 GMT RESP BODY: {"floatingips": [{"router_id": "dfe7b1ef-ef93-4e92-9383-14baafbd9ed4", "status": "DOWN", "description": "", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:23:06Z", "updated_at": "2018-08-27T14:23:06Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "4d93ace2-0952-4f10-aafe-6a7fe832b132", "device_owner": "compute:nova", "mac_address": "fa:16:3e:12:7a:1f", "device_id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc"}, "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_id": "3b405f1a-c525-4939-a939-ab6fc80f926e", "id": "33318682-eb05-48e3-a164-242eec0e7c02", "qos_policy_id": null}]} 2018-08-27 14:23:08,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c7dd25ce-26c5-41ca-a5d2-ff240409a995 2018-08-27 14:23:08,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.060861825943s 2018-08-27 14:23:08,405 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c7dd25ce-26c5-41ca-a5d2-ff240409a995 2018-08-27 14:23:08,409 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 14:23:08,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:23:08,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:23:08,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-1c932d87-afa5-4c09-8a43-99962c5487c8 Date: Mon, 27 Aug 2018 14:23:08 GMT RESP BODY: {"floatingips": [{"router_id": "dfe7b1ef-ef93-4e92-9383-14baafbd9ed4", "status": "DOWN", "description": "", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:23:06Z", "updated_at": "2018-08-27T14:23:06Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "4d93ace2-0952-4f10-aafe-6a7fe832b132", "device_owner": "compute:nova", "mac_address": "fa:16:3e:12:7a:1f", "device_id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc"}, "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_id": "3b405f1a-c525-4939-a939-ab6fc80f926e", "id": "33318682-eb05-48e3-a164-242eec0e7c02", "qos_policy_id": null}]} 2018-08-27 14:23:08,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-1c932d87-afa5-4c09-8a43-99962c5487c8 2018-08-27 14:23:08,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0646030902863s 2018-08-27 14:23:08,578 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-1c932d87-afa5-4c09-8a43-99962c5487c8 2018-08-27 14:23:08,581 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 14:23:08,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:23:08,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:23:08,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-81a6cc86-7baa-409c-9ad6-9ae92a1cf630 Date: Mon, 27 Aug 2018 14:23:08 GMT RESP BODY: {"floatingips": [{"router_id": "dfe7b1ef-ef93-4e92-9383-14baafbd9ed4", "status": "DOWN", "description": "", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:23:06Z", "updated_at": "2018-08-27T14:23:06Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "4d93ace2-0952-4f10-aafe-6a7fe832b132", "device_owner": "compute:nova", "mac_address": "fa:16:3e:12:7a:1f", "device_id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc"}, "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_id": "3b405f1a-c525-4939-a939-ab6fc80f926e", "id": "33318682-eb05-48e3-a164-242eec0e7c02", "qos_policy_id": null}]} 2018-08-27 14:23:08,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-81a6cc86-7baa-409c-9ad6-9ae92a1cf630 2018-08-27 14:23:08,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0752420425415s 2018-08-27 14:23:08,762 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-81a6cc86-7baa-409c-9ad6-9ae92a1cf630 2018-08-27 14:23:08,766 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 14:23:08,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:23:08,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:23:08,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-3382a674-c609-43a2-800c-461f37c49068 Date: Mon, 27 Aug 2018 14:23:08 GMT RESP BODY: {"floatingips": [{"router_id": "dfe7b1ef-ef93-4e92-9383-14baafbd9ed4", "status": "DOWN", "description": "", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:23:06Z", "updated_at": "2018-08-27T14:23:06Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "4d93ace2-0952-4f10-aafe-6a7fe832b132", "device_owner": "compute:nova", "mac_address": "fa:16:3e:12:7a:1f", "device_id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc"}, "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_id": "3b405f1a-c525-4939-a939-ab6fc80f926e", "id": "33318682-eb05-48e3-a164-242eec0e7c02", "qos_policy_id": null}]} 2018-08-27 14:23:08,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-3382a674-c609-43a2-800c-461f37c49068 2018-08-27 14:23:08,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.065013885498s 2018-08-27 14:23:08,936 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-3382a674-c609-43a2-800c-461f37c49068 2018-08-27 14:23:08,938 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 14:23:09,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:23:09,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:23:09,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-4abb4f6a-896f-4259-8ec2-07c79cf46b4e Date: Mon, 27 Aug 2018 14:23:09 GMT RESP BODY: {"floatingips": [{"router_id": "dfe7b1ef-ef93-4e92-9383-14baafbd9ed4", "status": "DOWN", "description": "", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:23:06Z", "updated_at": "2018-08-27T14:23:06Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "4d93ace2-0952-4f10-aafe-6a7fe832b132", "device_owner": "compute:nova", "mac_address": "fa:16:3e:12:7a:1f", "device_id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc"}, "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_id": "3b405f1a-c525-4939-a939-ab6fc80f926e", "id": "33318682-eb05-48e3-a164-242eec0e7c02", "qos_policy_id": null}]} 2018-08-27 14:23:09,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4abb4f6a-896f-4259-8ec2-07c79cf46b4e 2018-08-27 14:23:09,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.136308193207s 2018-08-27 14:23:09,180 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4abb4f6a-896f-4259-8ec2-07c79cf46b4e 2018-08-27 14:23:09,184 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 14:23:09,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:23:09,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:23:09,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-fabdc54d-1abe-4eb9-bca7-b506e83c9fc8 Date: Mon, 27 Aug 2018 14:23:09 GMT RESP BODY: {"floatingips": [{"router_id": "dfe7b1ef-ef93-4e92-9383-14baafbd9ed4", "status": "DOWN", "description": "", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:23:06Z", "updated_at": "2018-08-27T14:23:06Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "4d93ace2-0952-4f10-aafe-6a7fe832b132", "device_owner": "compute:nova", "mac_address": "fa:16:3e:12:7a:1f", "device_id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc"}, "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_id": "3b405f1a-c525-4939-a939-ab6fc80f926e", "id": "33318682-eb05-48e3-a164-242eec0e7c02", "qos_policy_id": null}]} 2018-08-27 14:23:09,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-fabdc54d-1abe-4eb9-bca7-b506e83c9fc8 2018-08-27 14:23:09,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0586180686951s 2018-08-27 14:23:09,348 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-fabdc54d-1abe-4eb9-bca7-b506e83c9fc8 2018-08-27 14:23:09,351 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 14:23:09,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:23:09,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:23:09,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-1a2680e7-ec0f-4c58-943b-2fb84a78a6c2 Date: Mon, 27 Aug 2018 14:23:09 GMT RESP BODY: {"floatingips": [{"router_id": "dfe7b1ef-ef93-4e92-9383-14baafbd9ed4", "status": "DOWN", "description": "", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:23:06Z", "updated_at": "2018-08-27T14:23:06Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "4d93ace2-0952-4f10-aafe-6a7fe832b132", "device_owner": "compute:nova", "mac_address": "fa:16:3e:12:7a:1f", "device_id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc"}, "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_id": "3b405f1a-c525-4939-a939-ab6fc80f926e", "id": "33318682-eb05-48e3-a164-242eec0e7c02", "qos_policy_id": null}]} 2018-08-27 14:23:09,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-1a2680e7-ec0f-4c58-943b-2fb84a78a6c2 2018-08-27 14:23:09,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0675830841064s 2018-08-27 14:23:09,524 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-1a2680e7-ec0f-4c58-943b-2fb84a78a6c2 2018-08-27 14:23:09,528 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 14:23:09,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:23:09,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:23:09,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-2977d54a-c48e-4472-918d-87fd77941beb Date: Mon, 27 Aug 2018 14:23:09 GMT RESP BODY: {"floatingips": [{"router_id": "dfe7b1ef-ef93-4e92-9383-14baafbd9ed4", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:23:06Z", "updated_at": "2018-08-27T14:23:09Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "4d93ace2-0952-4f10-aafe-6a7fe832b132", "device_owner": "compute:nova", "mac_address": "fa:16:3e:12:7a:1f", "device_id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc"}, "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_id": "3b405f1a-c525-4939-a939-ab6fc80f926e", "id": "33318682-eb05-48e3-a164-242eec0e7c02", "qos_policy_id": null}]} 2018-08-27 14:23:09,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2977d54a-c48e-4472-918d-87fd77941beb 2018-08-27 14:23:09,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0653400421143s 2018-08-27 14:23:09,698 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2977d54a-c48e-4472-918d-87fd77941beb 2018-08-27 14:23:09,701 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'dfe7b1ef-ef93-4e92-9383-14baafbd9ed4', 'updated_at': u'2018-08-27T14:23:09Z', 'fixed_ip_address': u'192.168.120.20', 'floating_ip_address': u'172.30.9.204', 'revision_number': 1, 'port_id': u'3b405f1a-c525-4939-a939-ab6fc80f926e', 'id': u'33318682-eb05-48e3-a164-242eec0e7c02', 'network': u'9e7da560-d286-4d69-b2d6-e7b51586033c', 'port': u'3b405f1a-c525-4939-a939-ab6fc80f926e', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a5a7695a253949cc8e3f1cdb7d696ecf', 'name': 'cloudify_ims-project_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:12:7a:1f', u'device_id': u'fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', 'created_at': u'2018-08-27T14:23:06Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:12:7a:1f', u'device_id': u'fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc'}), 'router': u'dfe7b1ef-ef93-4e92-9383-14baafbd9ed4'}) 2018-08-27 14:23:09,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 14:23:09,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc/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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 14:23:09,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:23: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-3daf149c-db11-4564-9606-16b6d4d02d7c x-compute-request-id: req-3daf149c-db11-4564-9606-16b6d4d02d7c Content-Encoding: gzip Content-Length: 10998 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 1892486088 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.438545] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.441800] pid_max: default: 32768 minimum: 301\n[ 0.443516] Security Framework initialized\n[ 0.445153] SELinux: Initializing.\n[ 0.446856] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.453375] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.457571] Mount-cache hash table entries: 4096\n[ 0.459582] Initializing cgroup subsys memory\n[ 0.461291] Initializing cgroup subsys devices\n[ 0.462958] Initializing cgroup subsys freezer\n[ 0.464649] Initializing cgroup subsys net_cls\n[ 0.466348] Initializing cgroup subsys blkio\n[ 0.467996] Initializing cgroup subsys perf_event\n[ 0.469705] Initializing cgroup subsys hugetlb\n[ 0.471399] Initializing cgroup subsys pids\n[ 0.472995] Initializing cgroup subsys net_prio\n[ 0.474817] CPU: Physical Processor ID: 0\n[ 0.477163] mce: CPU supports 10 MCE banks\n[ 0.478814] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.480689] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.482588] tlb_flushall_shift: 6\n[ 0.484248] Freeing SMP alternatives: 28k freed\n[ 0.488584] ACPI: Core revision 20130517\n[ 0.490578] ACPI: All ACPI Tables successfully acquired\n[ 0.492674] ftrace: allocating 25812 entries in 101 pages\n[ 0.514847] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.517078] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.519211] smpboot: Max logical packages: 2\n[ 0.521156] Enabling x2apic\n[ 0.522434] Enabled x2apic\n[ 0.523976] Switched APIC routing to physical x2apic.\n[ 0.527191] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.529335] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.533113] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.542692] KVM setup paravirtual spinlock\n[ 0.545629] smpboot: Booting Node 0, Processors #1 OK\n[ 0.547909] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.570012] Brought up 2 CPUs\n[ 0.570014] KVM setup async PF for cpu 1\n[ 0.570017] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.574642] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.577769] devtmpfs: initialized\n[ 0.580795] EVM: security.selinux\n[ 0.582212] EVM: security.ima\n[ 0.583590] EVM: security.capability\n[ 0.585760] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.588033] pinctrl core: initialized pinctrl subsystem\n[ 0.590082] NET: Registered protocol family 16\n[ 0.592005] ACPI: bus type PCI registered\n[ 0.593628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.595845] PCI: Using configuration type 1 for base access\n[ 0.602184] ACPI: Added _OSI(Module Device)\n[ 0.603834] ACPI: Added _OSI(Processor Device)\n[ 0.605522] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.607281] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.610304] ACPI: Interpreter enabled\n[ 0.611861] ACPI: (supports S0 S5)\n[ 0.613314] ACPI: Using IOAPIC for interrupt routing\n[ 0.615173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.620367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.622475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.624736] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.626938] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.631008] acpiphp: Slot [3] registered\n[ 0.632556] acpiphp: Slot [4] registered\n[ 0.634155] acpiphp: Slot [5] registered\n[ 0.635752] acpiphp: Slot [6] registered\n[ 0.637333] acpiphp: Slot [7] registered\n[ 0.638925] acpiphp: Slot [8] registered\n[ 0.640504] acpiphp: Slot [9] registered\n[ 0.642090] acpiphp: Slot [10] registered\n[ 0.643691] acpiphp: Slot [11] registered\n[ 0.645295] acpiphp: Slot [12] registered\n[ 0.646909] acpiphp: Slot [13] registered\n[ 0.648509] acpiphp: Slot [14] registered\n[ 0.650117] acpiphp: Slot [15] registered\n[ 0.651734] acpiphp: Slot [16] registered\n[ 0.653333] acpiphp: Slot [17] registered\n[ 0.654941] acpiphp: Slot [18] registered\n[ 0.656545] acpiphp: Slot [19] registered\n[ 0.658156] acpiphp: Slot [20] registered\n[ 0.659762] acpiphp: Slot [21] registered\n[ 0.661424] acpiphp: Slot [22] registered\n[ 0.663033] acpiphp: Slot [23] registered\n[ 0.664637] acpiphp: Slot [24] registered\n[ 0.666244] acpiphp: Slot [25] registered\n[ 0.667862] acpiphp: Slot [26] registered\n[ 0.669438] acpiphp: Slot [27] registered\n[ 0.671073] acpiphp: Slot [28] registered\n[ 0.672668] acpiphp: Slot [29] registered\n[ 0.674296] acpiphp: Slot [30] registered\n[ 0.675908] acpiphp: Slot [31] registered\n[ 0.677515] PCI host bridge to bus 0000:00\n[ 0.679149] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.681083] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.683319] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.685551] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.688527] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.691499] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.697308] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.699725] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.701929] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.704254] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.708902] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.711870] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.736704] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.740025] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.742529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.745047] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.747526] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.749882] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.752263] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.755379] vgaarb: loaded\n[ 0.756658] vgaarb: bridge control possible 0000:00:02.0\n[ 0.758748] SCSI subsystem initialized\n[ 0.760328] ACPI: bus type USB registered\n[ 0.761946] usbcore: registered new interface driver usbfs\n[ 0.763957] usbcore: registered new interface driver hub\n[ 0.765925] usbcore: registered new device driver usb\n[ 0.768023] PCI: Using ACPI for IRQ routing\n[ 0.770111] NetLabel: Initializing\n[ 0.771566] NetLabel: domain hash size = 128\n[ 0.773235] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.775087] NetLabel: unlabeled traffic allowed by default\n[ 0.777265] Switched to clocksource kvm-clock\n[ 0.786983] pnp: PnP ACPI init\n[ 0.788369] ACPI: bus type PNP registered\n[ 0.790367] pnp: PnP ACPI: found 5 devices\n[ 0.791954] ACPI: bus type PNP unregistered\n[ 0.799821] NET: Registered protocol family 2\n[ 0.801812] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.804909] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.807520] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.809825] TCP: reno registered\n[ 0.811242] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.813306] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.815531] NET: Registered protocol family 1\n[ 0.817275] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.819323] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.821270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.841547] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.861843] Unpacking initramfs...\n[ 1.356338] Freeing initrd memory: 37508k freed\n[ 1.366353] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.368519] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.372449] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.374742] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.377192] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.379188] Initialise system trusted keyring\n[ 1.380784] audit: initializing netlink socket (disabled)\n[ 1.382561] type=2000 audit(1535379786.468:1): initialized\n[ 1.399799] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.401819] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.404666] zpool: loaded\n[ 1.405895] zbud: loaded\n[ 1.407289] VFS: Disk quotas dquot_6.5.2\n[ 1.408803] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.411131] msgmni has been set to 7578\n[ 1.412716] Key type big_key registered\n[ 1.415088] NET: Registered protocol family 38\n[ 1.416655] Key type asymmetric registered\n[ 1.418125] Asymmetric key parser 'x509' registered\n[ 1.419794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.422524] io scheduler noop registered\n[ 1.423988] io scheduler deadline registered (default)\n[ 1.439594] io scheduler cfq registered\n[ 1.441122] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.442895] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.444972] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.447674] ACPI: Power Button [PWRF]\n[ 1.449207] GHES: HEST is not enabled!\n[ 1.450731] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.474903] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.477380] Non-volatile memory driver v1.3\n[ 1.478897] Linux agpgart interface v0.103\n[ 1.480503] crash memory driver: version 1.1\n[ 1.482082] rdac: device handler registered\n[ 1.483651] hp_sw: device handler registered\n[ 1.485174] emc: device handler registered\n[ 1.486648] alua: device handler registered\n[ 1.488170] libphy: Fixed MDIO Bus: probed\n[ 1.489736] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.491717] ehci-pci: EHCI PCI platform driver\n[ 1.493247] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.495150] ohci-pci: OHCI PCI platform driver\n[ 1.496704] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.517150] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.519002] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.521723] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.523440] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.525352] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.527386] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.530054] usb usb1: Product: UHCI Host Controller\n[ 1.531681] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.533775] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.535552] hub 1-0:1.0: USB hub found\n[ 1.536976] hub 1-0:1.0: 2 ports detected\n[ 1.538578] usbcore: registered new interface driver usbserial\n[ 1.540434] usbcore: registered new interface driver usbserial_generic\n[ 1.542426] usbserial: USB Serial support registered for generic\n[ 1.544312] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.547899] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.549647] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.551788] mousedev: PS/2 mouse device common for all mice\n[ 1.554046] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.557629] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.560633] rtc_cmos 00:00: RTC can wake from S4\n[ 1.562512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.564500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.566939] cpuidle: using governor menu\n[ 1.567331] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.571780] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.573669] usbcore: registered new interface driver usbhid\n[ 1.575508] usbhid: USB HID core driver\n[ 1.577018] drop_monitor: Initializing network drop monitor service\n[ 1.579082] TCP: cubic registered\n[ 1.580428] Initializing XFRM netlink socket\n[ 1.582061] NET: Registered protocol family 10\n[ 1.583889] NET: Registered protocol family 17\n[ 1.585632] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.587804] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.589665] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.592846] Loading compiled-in X.509 certificates\n[ 1.594498] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.597749] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.601447] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.604639] registered taskstats version 1\n[ 1.608173] Key type trusted registered\n[ 1.611036] Key type encrypted registered\n[ 1.613809] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.616127] rtc_cmos 00:00: setting system clock to 2018-08-27 14:23:06 UTC (1535379786)\n[ 1.619826] Freeing unused kernel memory: 1680k freed\n[ 1.625355] 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.631763] systemd[1]: Detected virtualization kvm.\n[ 1.633683] systemd[1]: Detected architecture x86-64.\n[ 1.635637] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.639304] systemd[1]: No hostname configured.\n[ 1.641092] systemd[1]: Set hostname to .\n[ 1.643111] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.668867] systemd[1]: Reached target Timers.\n[ 1.670494] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.673160] systemd[1]: Reached target Local File Systems.\n[ 1.674921] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.677709] systemd[1]: Created slice Root Slice.\n[ 1.679361] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.682056] systemd[1]: Created slice System Slice.\n[ 1.683985] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.686936] systemd[1]: Reached target Slices.\n[ 1.688747] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.691699] systemd[1]: Listening on Journal Socket.\n[ 1.693622] systemd[1]: Starting Journal Socket.\n[ 1.695949] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.699257] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Swap.\n[ 1.703525] systemd[1]: Reached target Swap.\n[ 1.705301] systemd[1]: Starting Swap.\n[ 1.707007] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.710248] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.714575] systemd[1]: Reached target Paths.\n[ 1.716363] systemd[1]: Starting Paths.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.719325] systemd[1]: Listening on udev Kernel Socket.\n[ 1.721363] systemd[1]: Starting udev Kernel Socket.\n[ 1.723629] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.728036] systemd[1]: Listening on udev Control Socket.\n[ 1.730076] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.733180] systemd[1]: Reached target Sockets.\n[ 1.735015] systemd[1]: Starting Sockets.\n[ 1.737118] 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] Started Journal Service.\n[ 1.744033] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started 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 Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.799099] RPC: Registered named UNIX socket transport module.\n[ 1.800957] RPC: Registered udp transport module.\n[ 1.802535] RPC: Registered tcp transport module.\n[ 1.804123] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.842451] 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.899654] FDC 0 is a S82078B\n[ 1.924886] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.928224] scsi host0: ata_piix\n[ 1.929601] scsi host1: ata_piix\n[ 1.930933] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.932920] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.973338] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.979254] vda: vda1\n[ 1.996304] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.998462] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.000652] usb 1-1: Product: QEMU USB Tablet\n[ 2.002242] usb 1-1: Manufacturer: QEMU\n[ 2.003762] 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[ 2.015543] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 2.018956] 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.106358] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.109320] XFS (vda1): Mounting V4 Filesystem\n[ 2.133338] 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 target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\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 Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\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] 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 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.363515] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.372336] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 2.460429] SELinux: Disabled at runtime.\n[ 2.496309] type=1404 audit(1535379787.380:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.522709] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.524613] 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 Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice system-getty.slice.\n Mounting Debug File System...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting POSIX Message Queue File System...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\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 Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd 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[ 2.735503] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\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 Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[ 2.826744] systemd-journald[383]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\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 Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\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 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[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 2.954363] type=1305 audit(1535379787.838:3): audit_pid=439 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] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[ 3.132311] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Reached target Sockets.\n[ 3.136421] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n[ 3.147080] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.[ 3.160028] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.162242] [TTM] Initializing pool allocator\n[ 3.164149] [TTM] Initializing DMA pool allocator\n\n[ 3.167483] [drm] fb mappable at 0xFC000000\n[ 3.169255] [drm] vram aper at 0xFC000000\n[ 3.170903] [drm] size 33554432\n[ 3.172383] [drm] fb depth is 24\n[ 3.173802] [drm] pitch is 3072\n[ 3.176151] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.179237] ppdev: user-space parallel port driver\n[ 3.202813] Console: switching to colour frame buffer device 128x48\n[ 3.217995] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting NTP client/server...\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: Bring up/down networking...\n[ 3.225201] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started NTP client/server.\n[ 3.311752] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Authorization Manager.\n[ 3.322245] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[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 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.[ 3.353719] alg: No test for crc32 (crc32-pclmul)\n\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.368936] intel_rapl: no valid rapl domains found in package 0\n[ 3.373516] intel_rapl: no valid rapl domains found in package 0\n[ 3.376616] intel_powerclamp: No package C-state available\n[ 3.383001] intel_powerclamp: No package C-state available[ 3.419843] cloud-init[488]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 14:23:08 +0000. Up 3.38 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2018-08-27 14:23:09,973 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc/action used request id req-3daf149c-db11-4564-9606-16b6d4d02d7c 2018-08-27 14:23:09,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.270525217056s 2018-08-27 14:23:09,974 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc/action used request id req-3daf149c-db11-4564-9606-16b6d4d02d7c 2018-08-27 14:23:09,974 - 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 1892486088 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.438545] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.441800] pid_max: default: 32768 minimum: 301 [ 0.443516] Security Framework initialized [ 0.445153] SELinux: Initializing. [ 0.446856] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.453375] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.457571] Mount-cache hash table entries: 4096 [ 0.459582] Initializing cgroup subsys memory [ 0.461291] Initializing cgroup subsys devices [ 0.462958] Initializing cgroup subsys freezer [ 0.464649] Initializing cgroup subsys net_cls [ 0.466348] Initializing cgroup subsys blkio [ 0.467996] Initializing cgroup subsys perf_event [ 0.469705] Initializing cgroup subsys hugetlb [ 0.471399] Initializing cgroup subsys pids [ 0.472995] Initializing cgroup subsys net_prio [ 0.474817] CPU: Physical Processor ID: 0 [ 0.477163] mce: CPU supports 10 MCE banks [ 0.478814] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.480689] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.482588] tlb_flushall_shift: 6 [ 0.484248] Freeing SMP alternatives: 28k freed [ 0.488584] ACPI: Core revision 20130517 [ 0.490578] ACPI: All ACPI Tables successfully acquired [ 0.492674] ftrace: allocating 25812 entries in 101 pages [ 0.514847] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.517078] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.519211] smpboot: Max logical packages: 2 [ 0.521156] Enabling x2apic [ 0.522434] Enabled x2apic [ 0.523976] Switched APIC routing to physical x2apic. [ 0.527191] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.529335] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.533113] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.542692] KVM setup paravirtual spinlock [ 0.545629] smpboot: Booting Node 0, Processors #1 OK [ 0.547909] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.570012] Brought up 2 CPUs [ 0.570014] KVM setup async PF for cpu 1 [ 0.570017] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.574642] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.577769] devtmpfs: initialized [ 0.580795] EVM: security.selinux [ 0.582212] EVM: security.ima [ 0.583590] EVM: security.capability [ 0.585760] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.588033] pinctrl core: initialized pinctrl subsystem [ 0.590082] NET: Registered protocol family 16 [ 0.592005] ACPI: bus type PCI registered [ 0.593628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.595845] PCI: Using configuration type 1 for base access [ 0.602184] ACPI: Added _OSI(Module Device) [ 0.603834] ACPI: Added _OSI(Processor Device) [ 0.605522] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.607281] ACPI: Added _OSI(Processor Aggregator Device) [ 0.610304] ACPI: Interpreter enabled [ 0.611861] ACPI: (supports S0 S5) [ 0.613314] ACPI: Using IOAPIC for interrupt routing [ 0.615173] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.620367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.622475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.624736] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.626938] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.631008] acpiphp: Slot [3] registered [ 0.632556] acpiphp: Slot [4] registered [ 0.634155] acpiphp: Slot [5] registered [ 0.635752] acpiphp: Slot [6] registered [ 0.637333] acpiphp: Slot [7] registered [ 0.638925] acpiphp: Slot [8] registered [ 0.640504] acpiphp: Slot [9] registered [ 0.642090] acpiphp: Slot [10] registered [ 0.643691] acpiphp: Slot [11] registered [ 0.645295] acpiphp: Slot [12] registered [ 0.646909] acpiphp: Slot [13] registered [ 0.648509] acpiphp: Slot [14] registered [ 0.650117] acpiphp: Slot [15] registered [ 0.651734] acpiphp: Slot [16] registered [ 0.653333] acpiphp: Slot [17] registered [ 0.654941] acpiphp: Slot [18] registered [ 0.656545] acpiphp: Slot [19] registered [ 0.658156] acpiphp: Slot [20] registered [ 0.659762] acpiphp: Slot [21] registered [ 0.661424] acpiphp: Slot [22] registered [ 0.663033] acpiphp: Slot [23] registered [ 0.664637] acpiphp: Slot [24] registered [ 0.666244] acpiphp: Slot [25] registered [ 0.667862] acpiphp: Slot [26] registered [ 0.669438] acpiphp: Slot [27] registered [ 0.671073] acpiphp: Slot [28] registered [ 0.672668] acpiphp: Slot [29] registered [ 0.674296] acpiphp: Slot [30] registered [ 0.675908] acpiphp: Slot [31] registered [ 0.677515] PCI host bridge to bus 0000:00 [ 0.679149] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.681083] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.683319] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.685551] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.688527] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.691499] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.697308] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.699725] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.701929] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.704254] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.708902] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.711870] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.736704] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.740025] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.742529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.745047] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.747526] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.749882] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.752263] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.755379] vgaarb: loaded [ 0.756658] vgaarb: bridge control possible 0000:00:02.0 [ 0.758748] SCSI subsystem initialized [ 0.760328] ACPI: bus type USB registered [ 0.761946] usbcore: registered new interface driver usbfs [ 0.763957] usbcore: registered new interface driver hub [ 0.765925] usbcore: registered new device driver usb [ 0.768023] PCI: Using ACPI for IRQ routing [ 0.770111] NetLabel: Initializing [ 0.771566] NetLabel: domain hash size = 128 [ 0.773235] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.775087] NetLabel: unlabeled traffic allowed by default [ 0.777265] Switched to clocksource kvm-clock [ 0.786983] pnp: PnP ACPI init [ 0.788369] ACPI: bus type PNP registered [ 0.790367] pnp: PnP ACPI: found 5 devices [ 0.791954] ACPI: bus type PNP unregistered [ 0.799821] NET: Registered protocol family 2 [ 0.801812] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.804909] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.807520] TCP: Hash tables configured (established 32768 bind 32768) [ 0.809825] TCP: reno registered [ 0.811242] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.813306] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.815531] NET: Registered protocol family 1 [ 0.817275] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.819323] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.821270] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.841547] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.861843] Unpacking initramfs... [ 1.356338] Freeing initrd memory: 37508k freed [ 1.366353] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.368519] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.372449] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.374742] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.377192] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.379188] Initialise system trusted keyring [ 1.380784] audit: initializing netlink socket (disabled) [ 1.382561] type=2000 audit(1535379786.468:1): initialized [ 1.399799] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.401819] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.404666] zpool: loaded [ 1.405895] zbud: loaded [ 1.407289] VFS: Disk quotas dquot_6.5.2 [ 1.408803] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.411131] msgmni has been set to 7578 [ 1.412716] Key type big_key registered [ 1.415088] NET: Registered protocol family 38 [ 1.416655] Key type asymmetric registered [ 1.418125] Asymmetric key parser 'x509' registered [ 1.419794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.422524] io scheduler noop registered [ 1.423988] io scheduler deadline registered (default) [ 1.439594] io scheduler cfq registered [ 1.441122] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.442895] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.444972] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.447674] ACPI: Power Button [PWRF] [ 1.449207] GHES: HEST is not enabled! [ 1.450731] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.474903] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.477380] Non-volatile memory driver v1.3 [ 1.478897] Linux agpgart interface v0.103 [ 1.480503] crash memory driver: version 1.1 [ 1.482082] rdac: device handler registered [ 1.483651] hp_sw: device handler registered [ 1.485174] emc: device handler registered [ 1.486648] alua: device handler registered [ 1.488170] libphy: Fixed MDIO Bus: probed [ 1.489736] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.491717] ehci-pci: EHCI PCI platform driver [ 1.493247] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.495150] ohci-pci: OHCI PCI platform driver [ 1.496704] uhci_hcd: USB Universal Host Controller Interface driver [ 1.517150] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.519002] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.521723] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.523440] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.525352] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.527386] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.530054] usb usb1: Product: UHCI Host Controller [ 1.531681] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.533775] usb usb1: SerialNumber: 0000:00:01.2 [ 1.535552] hub 1-0:1.0: USB hub found [ 1.536976] hub 1-0:1.0: 2 ports detected [ 1.538578] usbcore: registered new interface driver usbserial [ 1.540434] usbcore: registered new interface driver usbserial_generic [ 1.542426] usbserial: USB Serial support registered for generic [ 1.544312] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.547899] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.549647] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.551788] mousedev: PS/2 mouse device common for all mice [ 1.554046] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.557629] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.560633] rtc_cmos 00:00: RTC can wake from S4 [ 1.562512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.564500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.566939] cpuidle: using governor menu [ 1.567331] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.571780] hidraw: raw HID events driver (C) Jiri Kosina [ 1.573669] usbcore: registered new interface driver usbhid [ 1.575508] usbhid: USB HID core driver [ 1.577018] drop_monitor: Initializing network drop monitor service [ 1.579082] TCP: cubic registered [ 1.580428] Initializing XFRM netlink socket [ 1.582061] NET: Registered protocol family 10 [ 1.583889] NET: Registered protocol family 17 [ 1.585632] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.587804] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.589665] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.592846] Loading compiled-in X.509 certificates [ 1.594498] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.597749] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.601447] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.604639] registered taskstats version 1 [ 1.608173] Key type trusted registered [ 1.611036] Key type encrypted registered [ 1.613809] IMA: No TPM chip found, activating TPM-bypass! [ 1.616127] rtc_cmos 00:00: setting system clock to 2018-08-27 14:23:06 UTC (1535379786) [ 1.619826] Freeing unused kernel memory: 1680k freed [ 1.625355] 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.631763] systemd[1]: Detected virtualization kvm. [ 1.633683] systemd[1]: Detected architecture x86-64. [ 1.635637] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.639304] systemd[1]: No hostname configured. [ 1.641092] systemd[1]: Set hostname to . [ 1.643111] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.668867] systemd[1]: Reached target Timers. [ 1.670494] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Local File Systems. [ 1.673160] systemd[1]: Reached target Local File Systems. [ 1.674921] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.677709] systemd[1]: Created slice Root Slice. [ 1.679361] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.682056] systemd[1]: Created slice System Slice. [ 1.683985] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.686936] systemd[1]: Reached target Slices. [ 1.688747] systemd[1]: Starting Slices. [[32m OK [0m] Listening on Journal Socket. [ 1.691699] systemd[1]: Listening on Journal Socket. [ 1.693622] systemd[1]: Starting Journal Socket. [ 1.695949] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.699257] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Swap. [ 1.703525] systemd[1]: Reached target Swap. [ 1.705301] systemd[1]: Starting Swap. [ 1.707007] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.710248] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.714575] systemd[1]: Reached target Paths. [ 1.716363] systemd[1]: Starting Paths. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.719325] systemd[1]: Listening on udev Kernel Socket. [ 1.721363] systemd[1]: Starting udev Kernel Socket. [ 1.723629] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Listening on udev Control Socket. [ 1.728036] systemd[1]: Listening on udev Control Socket. [ 1.730076] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.733180] systemd[1]: Reached target Sockets. [ 1.735015] systemd[1]: Starting Sockets. [ 1.737118] 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] Started Journal Service. [ 1.744033] systemd[1]: Started Journal Service. [[32m OK [0m] Started 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 Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.799099] RPC: Registered named UNIX socket transport module. [ 1.800957] RPC: Registered udp transport module. [ 1.802535] RPC: Registered tcp transport module. [ 1.804123] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.842451] 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.899654] FDC 0 is a S82078B [ 1.924886] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.928224] scsi host0: ata_piix [ 1.929601] scsi host1: ata_piix [ 1.930933] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.932920] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.973338] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.979254] vda: vda1 [ 1.996304] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.998462] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 2.000652] usb 1-1: Product: QEMU USB Tablet [ 2.002242] usb 1-1: Manufacturer: QEMU [ 2.003762] 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... [ 2.015543] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 2.018956] 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.106358] SGI XFS with ACLs, security attributes, no debug enabled [ 2.109320] XFS (vda1): Mounting V4 Filesystem [ 2.133338] 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 target Local File Systems. [[32m OK [0m] Stopped target Swap. [[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 Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped udev Kernel Device Manager. [[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] 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 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.363515] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.372336] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 2.460429] SELinux: Disabled at runtime. [ 2.496309] type=1404 audit(1535379787.380:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.522709] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.524613] 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 Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting Huge Pages File System... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice system-getty.slice. Mounting Debug File System... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. Mounting POSIX Message Queue File System... Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd 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. [ 2.735503] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [ 2.826744] systemd-journald[383]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[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 Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Mark the need to relabel after reboot. [[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... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 2.954363] type=1305 audit(1535379787.838:3): audit_pid=439 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] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [ 3.132311] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Reached target Sockets. [ 3.136421] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... [ 3.147080] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Started D-Bus System Message Bus.[ 3.160028] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.162242] [TTM] Initializing pool allocator [ 3.164149] [TTM] Initializing DMA pool allocator [ 3.167483] [drm] fb mappable at 0xFC000000 [ 3.169255] [drm] vram aper at 0xFC000000 [ 3.170903] [drm] size 33554432 [ 3.172383] [drm] fb depth is 24 [ 3.173802] [drm] pitch is 3072 [ 3.176151] fbcon: cirrusdrmfb (fb0) is primary device [ 3.179237] ppdev: user-space parallel port driver [ 3.202813] Console: switching to colour frame buffer device 128x48 [ 3.217995] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting NTP client/server... Starting Initial cloud-init job (pre-networking)... Starting LSB: Bring up/down networking... [ 3.225201] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting GSSAPI Proxy Daemon... Starting Login Service... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started NTP client/server. [ 3.311752] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Authorization Manager. [ 3.322245] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[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 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.[ 3.353719] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.368936] intel_rapl: no valid rapl domains found in package 0 [ 3.373516] intel_rapl: no valid rapl domains found in package 0 [ 3.376616] intel_powerclamp: No package C-state available [ 3.383001] intel_powerclamp: No package C-state available[ 3.419843] cloud-init[488]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 14:23:08 +0000. Up 3.38 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2018-08-27 14:23:10,978 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.204: timed out 2018-08-27 14:23:19,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 14:23:19,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc/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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 14:23:20,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:23: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-cbaa4001-d18c-4853-8900-cc374c4774ac x-compute-request-id: req-cbaa4001-d18c-4853-8900-cc374c4774ac Content-Encoding: gzip Content-Length: 12774 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 1892486088 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.438545] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.441800] pid_max: default: 32768 minimum: 301\n[ 0.443516] Security Framework initialized\n[ 0.445153] SELinux: Initializing.\n[ 0.446856] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.453375] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.457571] Mount-cache hash table entries: 4096\n[ 0.459582] Initializing cgroup subsys memory\n[ 0.461291] Initializing cgroup subsys devices\n[ 0.462958] Initializing cgroup subsys freezer\n[ 0.464649] Initializing cgroup subsys net_cls\n[ 0.466348] Initializing cgroup subsys blkio\n[ 0.467996] Initializing cgroup subsys perf_event\n[ 0.469705] Initializing cgroup subsys hugetlb\n[ 0.471399] Initializing cgroup subsys pids\n[ 0.472995] Initializing cgroup subsys net_prio\n[ 0.474817] CPU: Physical Processor ID: 0\n[ 0.477163] mce: CPU supports 10 MCE banks\n[ 0.478814] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.480689] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.482588] tlb_flushall_shift: 6\n[ 0.484248] Freeing SMP alternatives: 28k freed\n[ 0.488584] ACPI: Core revision 20130517\n[ 0.490578] ACPI: All ACPI Tables successfully acquired\n[ 0.492674] ftrace: allocating 25812 entries in 101 pages\n[ 0.514847] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.517078] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.519211] smpboot: Max logical packages: 2\n[ 0.521156] Enabling x2apic\n[ 0.522434] Enabled x2apic\n[ 0.523976] Switched APIC routing to physical x2apic.\n[ 0.527191] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.529335] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.533113] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.542692] KVM setup paravirtual spinlock\n[ 0.545629] smpboot: Booting Node 0, Processors #1 OK\n[ 0.547909] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.570012] Brought up 2 CPUs\n[ 0.570014] KVM setup async PF for cpu 1\n[ 0.570017] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.574642] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.577769] devtmpfs: initialized\n[ 0.580795] EVM: security.selinux\n[ 0.582212] EVM: security.ima\n[ 0.583590] EVM: security.capability\n[ 0.585760] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.588033] pinctrl core: initialized pinctrl subsystem\n[ 0.590082] NET: Registered protocol family 16\n[ 0.592005] ACPI: bus type PCI registered\n[ 0.593628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.595845] PCI: Using configuration type 1 for base access\n[ 0.602184] ACPI: Added _OSI(Module Device)\n[ 0.603834] ACPI: Added _OSI(Processor Device)\n[ 0.605522] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.607281] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.610304] ACPI: Interpreter enabled\n[ 0.611861] ACPI: (supports S0 S5)\n[ 0.613314] ACPI: Using IOAPIC for interrupt routing\n[ 0.615173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.620367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.622475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.624736] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.626938] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.631008] acpiphp: Slot [3] registered\n[ 0.632556] acpiphp: Slot [4] registered\n[ 0.634155] acpiphp: Slot [5] registered\n[ 0.635752] acpiphp: Slot [6] registered\n[ 0.637333] acpiphp: Slot [7] registered\n[ 0.638925] acpiphp: Slot [8] registered\n[ 0.640504] acpiphp: Slot [9] registered\n[ 0.642090] acpiphp: Slot [10] registered\n[ 0.643691] acpiphp: Slot [11] registered\n[ 0.645295] acpiphp: Slot [12] registered\n[ 0.646909] acpiphp: Slot [13] registered\n[ 0.648509] acpiphp: Slot [14] registered\n[ 0.650117] acpiphp: Slot [15] registered\n[ 0.651734] acpiphp: Slot [16] registered\n[ 0.653333] acpiphp: Slot [17] registered\n[ 0.654941] acpiphp: Slot [18] registered\n[ 0.656545] acpiphp: Slot [19] registered\n[ 0.658156] acpiphp: Slot [20] registered\n[ 0.659762] acpiphp: Slot [21] registered\n[ 0.661424] acpiphp: Slot [22] registered\n[ 0.663033] acpiphp: Slot [23] registered\n[ 0.664637] acpiphp: Slot [24] registered\n[ 0.666244] acpiphp: Slot [25] registered\n[ 0.667862] acpiphp: Slot [26] registered\n[ 0.669438] acpiphp: Slot [27] registered\n[ 0.671073] acpiphp: Slot [28] registered\n[ 0.672668] acpiphp: Slot [29] registered\n[ 0.674296] acpiphp: Slot [30] registered\n[ 0.675908] acpiphp: Slot [31] registered\n[ 0.677515] PCI host bridge to bus 0000:00\n[ 0.679149] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.681083] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.683319] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.685551] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.688527] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.691499] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.697308] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.699725] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.701929] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.704254] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.708902] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.711870] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.736704] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.740025] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.742529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.745047] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.747526] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.749882] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.752263] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.755379] vgaarb: loaded\n[ 0.756658] vgaarb: bridge control possible 0000:00:02.0\n[ 0.758748] SCSI subsystem initialized\n[ 0.760328] ACPI: bus type USB registered\n[ 0.761946] usbcore: registered new interface driver usbfs\n[ 0.763957] usbcore: registered new interface driver hub\n[ 0.765925] usbcore: registered new device driver usb\n[ 0.768023] PCI: Using ACPI for IRQ routing\n[ 0.770111] NetLabel: Initializing\n[ 0.771566] NetLabel: domain hash size = 128\n[ 0.773235] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.775087] NetLabel: unlabeled traffic allowed by default\n[ 0.777265] Switched to clocksource kvm-clock\n[ 0.786983] pnp: PnP ACPI init\n[ 0.788369] ACPI: bus type PNP registered\n[ 0.790367] pnp: PnP ACPI: found 5 devices\n[ 0.791954] ACPI: bus type PNP unregistered\n[ 0.799821] NET: Registered protocol family 2\n[ 0.801812] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.804909] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.807520] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.809825] TCP: reno registered\n[ 0.811242] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.813306] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.815531] NET: Registered protocol family 1\n[ 0.817275] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.819323] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.821270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.841547] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.861843] Unpacking initramfs...\n[ 1.356338] Freeing initrd memory: 37508k freed\n[ 1.366353] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.368519] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.372449] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.374742] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.377192] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.379188] Initialise system trusted keyring\n[ 1.380784] audit: initializing netlink socket (disabled)\n[ 1.382561] type=2000 audit(1535379786.468:1): initialized\n[ 1.399799] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.401819] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.404666] zpool: loaded\n[ 1.405895] zbud: loaded\n[ 1.407289] VFS: Disk quotas dquot_6.5.2\n[ 1.408803] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.411131] msgmni has been set to 7578\n[ 1.412716] Key type big_key registered\n[ 1.415088] NET: Registered protocol family 38\n[ 1.416655] Key type asymmetric registered\n[ 1.418125] Asymmetric key parser 'x509' registered\n[ 1.419794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.422524] io scheduler noop registered\n[ 1.423988] io scheduler deadline registered (default)\n[ 1.439594] io scheduler cfq registered\n[ 1.441122] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.442895] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.444972] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.447674] ACPI: Power Button [PWRF]\n[ 1.449207] GHES: HEST is not enabled!\n[ 1.450731] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.474903] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.477380] Non-volatile memory driver v1.3\n[ 1.478897] Linux agpgart interface v0.103\n[ 1.480503] crash memory driver: version 1.1\n[ 1.482082] rdac: device handler registered\n[ 1.483651] hp_sw: device handler registered\n[ 1.485174] emc: device handler registered\n[ 1.486648] alua: device handler registered\n[ 1.488170] libphy: Fixed MDIO Bus: probed\n[ 1.489736] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.491717] ehci-pci: EHCI PCI platform driver\n[ 1.493247] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.495150] ohci-pci: OHCI PCI platform driver\n[ 1.496704] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.517150] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.519002] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.521723] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.523440] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.525352] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.527386] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.530054] usb usb1: Product: UHCI Host Controller\n[ 1.531681] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.533775] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.535552] hub 1-0:1.0: USB hub found\n[ 1.536976] hub 1-0:1.0: 2 ports detected\n[ 1.538578] usbcore: registered new interface driver usbserial\n[ 1.540434] usbcore: registered new interface driver usbserial_generic\n[ 1.542426] usbserial: USB Serial support registered for generic\n[ 1.544312] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.547899] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.549647] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.551788] mousedev: PS/2 mouse device common for all mice\n[ 1.554046] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.557629] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.560633] rtc_cmos 00:00: RTC can wake from S4\n[ 1.562512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.564500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.566939] cpuidle: using governor menu\n[ 1.567331] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.571780] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.573669] usbcore: registered new interface driver usbhid\n[ 1.575508] usbhid: USB HID core driver\n[ 1.577018] drop_monitor: Initializing network drop monitor service\n[ 1.579082] TCP: cubic registered\n[ 1.580428] Initializing XFRM netlink socket\n[ 1.582061] NET: Registered protocol family 10\n[ 1.583889] NET: Registered protocol family 17\n[ 1.585632] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.587804] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.589665] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.592846] Loading compiled-in X.509 certificates\n[ 1.594498] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.597749] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.601447] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.604639] registered taskstats version 1\n[ 1.608173] Key type trusted registered\n[ 1.611036] Key type encrypted registered\n[ 1.613809] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.616127] rtc_cmos 00:00: setting system clock to 2018-08-27 14:23:06 UTC (1535379786)\n[ 1.619826] Freeing unused kernel memory: 1680k freed\n[ 1.625355] 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.631763] systemd[1]: Detected virtualization kvm.\n[ 1.633683] systemd[1]: Detected architecture x86-64.\n[ 1.635637] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.639304] systemd[1]: No hostname configured.\n[ 1.641092] systemd[1]: Set hostname to .\n[ 1.643111] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.668867] systemd[1]: Reached target Timers.\n[ 1.670494] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.673160] systemd[1]: Reached target Local File Systems.\n[ 1.674921] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.677709] systemd[1]: Created slice Root Slice.\n[ 1.679361] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.682056] systemd[1]: Created slice System Slice.\n[ 1.683985] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.686936] systemd[1]: Reached target Slices.\n[ 1.688747] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.691699] systemd[1]: Listening on Journal Socket.\n[ 1.693622] systemd[1]: Starting Journal Socket.\n[ 1.695949] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.699257] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Swap.\n[ 1.703525] systemd[1]: Reached target Swap.\n[ 1.705301] systemd[1]: Starting Swap.\n[ 1.707007] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.710248] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.714575] systemd[1]: Reached target Paths.\n[ 1.716363] systemd[1]: Starting Paths.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.719325] systemd[1]: Listening on udev Kernel Socket.\n[ 1.721363] systemd[1]: Starting udev Kernel Socket.\n[ 1.723629] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.728036] systemd[1]: Listening on udev Control Socket.\n[ 1.730076] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.733180] systemd[1]: Reached target Sockets.\n[ 1.735015] systemd[1]: Starting Sockets.\n[ 1.737118] 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] Started Journal Service.\n[ 1.744033] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started 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 Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.799099] RPC: Registered named UNIX socket transport module.\n[ 1.800957] RPC: Registered udp transport module.\n[ 1.802535] RPC: Registered tcp transport module.\n[ 1.804123] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.842451] 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.899654] FDC 0 is a S82078B\n[ 1.924886] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.928224] scsi host0: ata_piix\n[ 1.929601] scsi host1: ata_piix\n[ 1.930933] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.932920] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.973338] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.979254] vda: vda1\n[ 1.996304] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.998462] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.000652] usb 1-1: Product: QEMU USB Tablet\n[ 2.002242] usb 1-1: Manufacturer: QEMU\n[ 2.003762] 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[ 2.015543] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 2.018956] 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.106358] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.109320] XFS (vda1): Mounting V4 Filesystem\n[ 2.133338] 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 target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\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 Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\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] 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 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.363515] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.372336] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 2.460429] SELinux: Disabled at runtime.\n[ 2.496309] type=1404 audit(1535379787.380:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.522709] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.524613] 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 Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice system-getty.slice.\n Mounting Debug File System...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting POSIX Message Queue File System...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\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 Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd 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[ 2.735503] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\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 Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[ 2.826744] systemd-journald[383]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\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 Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\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 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[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 2.954363] type=1305 audit(1535379787.838:3): audit_pid=439 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] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[ 3.132311] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Reached target Sockets.\n[ 3.136421] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n[ 3.147080] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.[ 3.160028] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.162242] [TTM] Initializing pool allocator\n[ 3.164149] [TTM] Initializing DMA pool allocator\n\n[ 3.167483] [drm] fb mappable at 0xFC000000\n[ 3.169255] [drm] vram aper at 0xFC000000\n[ 3.170903] [drm] size 33554432\n[ 3.172383] [drm] fb depth is 24\n[ 3.173802] [drm] pitch is 3072\n[ 3.176151] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.179237] ppdev: user-space parallel port driver\n[ 3.202813] Console: switching to colour frame buffer device 128x48\n[ 3.217995] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting NTP client/server...\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: Bring up/down networking...\n[ 3.225201] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started NTP client/server.\n[ 3.311752] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Authorization Manager.\n[ 3.322245] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[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 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.[ 3.353719] alg: No test for crc32 (crc32-pclmul)\n\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.368936] intel_rapl: no valid rapl domains found in package 0\n[ 3.373516] intel_rapl: no valid rapl domains found in package 0\n[ 3.376616] intel_powerclamp: No package C-state available\n[ 3.383001] intel_powerclamp: No package C-state available[ 3.419843] cloud-init[488]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 14:23:08 +0000. Up 3.38 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 Dynamic System Tuning Daemon...\n Starting OpenSSH server daemon...\n Starting Notify NFS peers of a restart...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting PostgreSQL 9.5 database server...\n Starting nginx - high performance web server...\n Starting System Logging Service...\n[[32m OK [0m] Reached target Network is Online.\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 Starting LSB: Starts Logstash as a daemon....\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 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 System Logging Service.\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[ 5.855541] cloud-init[795]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 14:23:11 +0000. Up 5.80 seconds.\n[ 5.923255] cloud-init[795]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.934275] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.946222] cloud-init[795]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.951558] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.954362] cloud-init[795]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.956842] cloud-init[795]: ci-info: | eth0: | True | 192.168.120.20 | 255.255.255.0 | fa:16:3e:12:7a:1f |\n[ 5.959331] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.961880] cloud-init[795]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.963696] cloud-init[795]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.966242] cloud-init[795]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.968161] cloud-init[795]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.970646] cloud-init[795]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.973180] cloud-init[795]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH |\n[ 5.975462] cloud-init[795]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.977520] cloud-init[795]: 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: [ 11.150217] cloud-init[3474]: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 14:23:16 +0000. Up 11.09 seconds.\n[ 11.435700] cloud-init[3540]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 14:23:16 +0000. Up 11.39 seconds.\nci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 5f:70:d1:8e:a2:40:26:2b:de:4f:5d:41:07:ad:7f:2d | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA)\nec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519)\nec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= \nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm \nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId \n-----END SSH HOST KEY KEYS-----\n[ 11.504415] cloud-init[3540]: Cloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 14:23:16 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 11.50 seconds\n"} 2018-08-27 14:23:20,099 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc/action used request id req-cbaa4001-d18c-4853-8900-cc374c4774ac 2018-08-27 14:23:20,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.111961126328s 2018-08-27 14:23:20,101 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc/action used request id req-cbaa4001-d18c-4853-8900-cc374c4774ac 2018-08-27 14:23:20,101 - 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 1892486088 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.438545] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.441800] pid_max: default: 32768 minimum: 301 [ 0.443516] Security Framework initialized [ 0.445153] SELinux: Initializing. [ 0.446856] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.453375] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.457571] Mount-cache hash table entries: 4096 [ 0.459582] Initializing cgroup subsys memory [ 0.461291] Initializing cgroup subsys devices [ 0.462958] Initializing cgroup subsys freezer [ 0.464649] Initializing cgroup subsys net_cls [ 0.466348] Initializing cgroup subsys blkio [ 0.467996] Initializing cgroup subsys perf_event [ 0.469705] Initializing cgroup subsys hugetlb [ 0.471399] Initializing cgroup subsys pids [ 0.472995] Initializing cgroup subsys net_prio [ 0.474817] CPU: Physical Processor ID: 0 [ 0.477163] mce: CPU supports 10 MCE banks [ 0.478814] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.480689] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.482588] tlb_flushall_shift: 6 [ 0.484248] Freeing SMP alternatives: 28k freed [ 0.488584] ACPI: Core revision 20130517 [ 0.490578] ACPI: All ACPI Tables successfully acquired [ 0.492674] ftrace: allocating 25812 entries in 101 pages [ 0.514847] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.517078] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.519211] smpboot: Max logical packages: 2 [ 0.521156] Enabling x2apic [ 0.522434] Enabled x2apic [ 0.523976] Switched APIC routing to physical x2apic. [ 0.527191] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.529335] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.533113] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.542692] KVM setup paravirtual spinlock [ 0.545629] smpboot: Booting Node 0, Processors #1 OK [ 0.547909] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.570012] Brought up 2 CPUs [ 0.570014] KVM setup async PF for cpu 1 [ 0.570017] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.574642] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.577769] devtmpfs: initialized [ 0.580795] EVM: security.selinux [ 0.582212] EVM: security.ima [ 0.583590] EVM: security.capability [ 0.585760] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.588033] pinctrl core: initialized pinctrl subsystem [ 0.590082] NET: Registered protocol family 16 [ 0.592005] ACPI: bus type PCI registered [ 0.593628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.595845] PCI: Using configuration type 1 for base access [ 0.602184] ACPI: Added _OSI(Module Device) [ 0.603834] ACPI: Added _OSI(Processor Device) [ 0.605522] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.607281] ACPI: Added _OSI(Processor Aggregator Device) [ 0.610304] ACPI: Interpreter enabled [ 0.611861] ACPI: (supports S0 S5) [ 0.613314] ACPI: Using IOAPIC for interrupt routing [ 0.615173] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.620367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.622475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.624736] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.626938] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.631008] acpiphp: Slot [3] registered [ 0.632556] acpiphp: Slot [4] registered [ 0.634155] acpiphp: Slot [5] registered [ 0.635752] acpiphp: Slot [6] registered [ 0.637333] acpiphp: Slot [7] registered [ 0.638925] acpiphp: Slot [8] registered [ 0.640504] acpiphp: Slot [9] registered [ 0.642090] acpiphp: Slot [10] registered [ 0.643691] acpiphp: Slot [11] registered [ 0.645295] acpiphp: Slot [12] registered [ 0.646909] acpiphp: Slot [13] registered [ 0.648509] acpiphp: Slot [14] registered [ 0.650117] acpiphp: Slot [15] registered [ 0.651734] acpiphp: Slot [16] registered [ 0.653333] acpiphp: Slot [17] registered [ 0.654941] acpiphp: Slot [18] registered [ 0.656545] acpiphp: Slot [19] registered [ 0.658156] acpiphp: Slot [20] registered [ 0.659762] acpiphp: Slot [21] registered [ 0.661424] acpiphp: Slot [22] registered [ 0.663033] acpiphp: Slot [23] registered [ 0.664637] acpiphp: Slot [24] registered [ 0.666244] acpiphp: Slot [25] registered [ 0.667862] acpiphp: Slot [26] registered [ 0.669438] acpiphp: Slot [27] registered [ 0.671073] acpiphp: Slot [28] registered [ 0.672668] acpiphp: Slot [29] registered [ 0.674296] acpiphp: Slot [30] registered [ 0.675908] acpiphp: Slot [31] registered [ 0.677515] PCI host bridge to bus 0000:00 [ 0.679149] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.681083] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.683319] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.685551] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.688527] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.691499] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.697308] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.699725] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.701929] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.704254] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.708902] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.711870] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.736704] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.740025] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.742529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.745047] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.747526] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.749882] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.752263] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.755379] vgaarb: loaded [ 0.756658] vgaarb: bridge control possible 0000:00:02.0 [ 0.758748] SCSI subsystem initialized [ 0.760328] ACPI: bus type USB registered [ 0.761946] usbcore: registered new interface driver usbfs [ 0.763957] usbcore: registered new interface driver hub [ 0.765925] usbcore: registered new device driver usb [ 0.768023] PCI: Using ACPI for IRQ routing [ 0.770111] NetLabel: Initializing [ 0.771566] NetLabel: domain hash size = 128 [ 0.773235] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.775087] NetLabel: unlabeled traffic allowed by default [ 0.777265] Switched to clocksource kvm-clock [ 0.786983] pnp: PnP ACPI init [ 0.788369] ACPI: bus type PNP registered [ 0.790367] pnp: PnP ACPI: found 5 devices [ 0.791954] ACPI: bus type PNP unregistered [ 0.799821] NET: Registered protocol family 2 [ 0.801812] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.804909] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.807520] TCP: Hash tables configured (established 32768 bind 32768) [ 0.809825] TCP: reno registered [ 0.811242] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.813306] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.815531] NET: Registered protocol family 1 [ 0.817275] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.819323] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.821270] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.841547] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.861843] Unpacking initramfs... [ 1.356338] Freeing initrd memory: 37508k freed [ 1.366353] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.368519] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.372449] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.374742] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.377192] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.379188] Initialise system trusted keyring [ 1.380784] audit: initializing netlink socket (disabled) [ 1.382561] type=2000 audit(1535379786.468:1): initialized [ 1.399799] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.401819] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.404666] zpool: loaded [ 1.405895] zbud: loaded [ 1.407289] VFS: Disk quotas dquot_6.5.2 [ 1.408803] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.411131] msgmni has been set to 7578 [ 1.412716] Key type big_key registered [ 1.415088] NET: Registered protocol family 38 [ 1.416655] Key type asymmetric registered [ 1.418125] Asymmetric key parser 'x509' registered [ 1.419794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.422524] io scheduler noop registered [ 1.423988] io scheduler deadline registered (default) [ 1.439594] io scheduler cfq registered [ 1.441122] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.442895] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.444972] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.447674] ACPI: Power Button [PWRF] [ 1.449207] GHES: HEST is not enabled! [ 1.450731] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.474903] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.477380] Non-volatile memory driver v1.3 [ 1.478897] Linux agpgart interface v0.103 [ 1.480503] crash memory driver: version 1.1 [ 1.482082] rdac: device handler registered [ 1.483651] hp_sw: device handler registered [ 1.485174] emc: device handler registered [ 1.486648] alua: device handler registered [ 1.488170] libphy: Fixed MDIO Bus: probed [ 1.489736] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.491717] ehci-pci: EHCI PCI platform driver [ 1.493247] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.495150] ohci-pci: OHCI PCI platform driver [ 1.496704] uhci_hcd: USB Universal Host Controller Interface driver [ 1.517150] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.519002] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.521723] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.523440] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.525352] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.527386] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.530054] usb usb1: Product: UHCI Host Controller [ 1.531681] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.533775] usb usb1: SerialNumber: 0000:00:01.2 [ 1.535552] hub 1-0:1.0: USB hub found [ 1.536976] hub 1-0:1.0: 2 ports detected [ 1.538578] usbcore: registered new interface driver usbserial [ 1.540434] usbcore: registered new interface driver usbserial_generic [ 1.542426] usbserial: USB Serial support registered for generic [ 1.544312] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.547899] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.549647] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.551788] mousedev: PS/2 mouse device common for all mice [ 1.554046] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.557629] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.560633] rtc_cmos 00:00: RTC can wake from S4 [ 1.562512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.564500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.566939] cpuidle: using governor menu [ 1.567331] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.571780] hidraw: raw HID events driver (C) Jiri Kosina [ 1.573669] usbcore: registered new interface driver usbhid [ 1.575508] usbhid: USB HID core driver [ 1.577018] drop_monitor: Initializing network drop monitor service [ 1.579082] TCP: cubic registered [ 1.580428] Initializing XFRM netlink socket [ 1.582061] NET: Registered protocol family 10 [ 1.583889] NET: Registered protocol family 17 [ 1.585632] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.587804] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.589665] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.592846] Loading compiled-in X.509 certificates [ 1.594498] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.597749] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.601447] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.604639] registered taskstats version 1 [ 1.608173] Key type trusted registered [ 1.611036] Key type encrypted registered [ 1.613809] IMA: No TPM chip found, activating TPM-bypass! [ 1.616127] rtc_cmos 00:00: setting system clock to 2018-08-27 14:23:06 UTC (1535379786) [ 1.619826] Freeing unused kernel memory: 1680k freed [ 1.625355] 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.631763] systemd[1]: Detected virtualization kvm. [ 1.633683] systemd[1]: Detected architecture x86-64. [ 1.635637] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.639304] systemd[1]: No hostname configured. [ 1.641092] systemd[1]: Set hostname to . [ 1.643111] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.668867] systemd[1]: Reached target Timers. [ 1.670494] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Local File Systems. [ 1.673160] systemd[1]: Reached target Local File Systems. [ 1.674921] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.677709] systemd[1]: Created slice Root Slice. [ 1.679361] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.682056] systemd[1]: Created slice System Slice. [ 1.683985] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.686936] systemd[1]: Reached target Slices. [ 1.688747] systemd[1]: Starting Slices. [[32m OK [0m] Listening on Journal Socket. [ 1.691699] systemd[1]: Listening on Journal Socket. [ 1.693622] systemd[1]: Starting Journal Socket. [ 1.695949] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.699257] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Swap. [ 1.703525] systemd[1]: Reached target Swap. [ 1.705301] systemd[1]: Starting Swap. [ 1.707007] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.710248] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.714575] systemd[1]: Reached target Paths. [ 1.716363] systemd[1]: Starting Paths. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.719325] systemd[1]: Listening on udev Kernel Socket. [ 1.721363] systemd[1]: Starting udev Kernel Socket. [ 1.723629] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Listening on udev Control Socket. [ 1.728036] systemd[1]: Listening on udev Control Socket. [ 1.730076] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.733180] systemd[1]: Reached target Sockets. [ 1.735015] systemd[1]: Starting Sockets. [ 1.737118] 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] Started Journal Service. [ 1.744033] systemd[1]: Started Journal Service. [[32m OK [0m] Started 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 Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.799099] RPC: Registered named UNIX socket transport module. [ 1.800957] RPC: Registered udp transport module. [ 1.802535] RPC: Registered tcp transport module. [ 1.804123] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.842451] 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.899654] FDC 0 is a S82078B [ 1.924886] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.928224] scsi host0: ata_piix [ 1.929601] scsi host1: ata_piix [ 1.930933] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.932920] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.973338] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.979254] vda: vda1 [ 1.996304] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.998462] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 2.000652] usb 1-1: Product: QEMU USB Tablet [ 2.002242] usb 1-1: Manufacturer: QEMU [ 2.003762] 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... [ 2.015543] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 2.018956] 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.106358] SGI XFS with ACLs, security attributes, no debug enabled [ 2.109320] XFS (vda1): Mounting V4 Filesystem [ 2.133338] 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 target Local File Systems. [[32m OK [0m] Stopped target Swap. [[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 Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped udev Kernel Device Manager. [[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] 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 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.363515] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.372336] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 2.460429] SELinux: Disabled at runtime. [ 2.496309] type=1404 audit(1535379787.380:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.522709] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.524613] 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 Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting Huge Pages File System... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice system-getty.slice. Mounting Debug File System... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. Mounting POSIX Message Queue File System... Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd 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. [ 2.735503] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [ 2.826744] systemd-journald[383]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[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 Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Mark the need to relabel after reboot. [[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... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 2.954363] type=1305 audit(1535379787.838:3): audit_pid=439 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] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [ 3.132311] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Reached target Sockets. [ 3.136421] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... [ 3.147080] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Started D-Bus System Message Bus.[ 3.160028] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.162242] [TTM] Initializing pool allocator [ 3.164149] [TTM] Initializing DMA pool allocator [ 3.167483] [drm] fb mappable at 0xFC000000 [ 3.169255] [drm] vram aper at 0xFC000000 [ 3.170903] [drm] size 33554432 [ 3.172383] [drm] fb depth is 24 [ 3.173802] [drm] pitch is 3072 [ 3.176151] fbcon: cirrusdrmfb (fb0) is primary device [ 3.179237] ppdev: user-space parallel port driver [ 3.202813] Console: switching to colour frame buffer device 128x48 [ 3.217995] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting NTP client/server... Starting Initial cloud-init job (pre-networking)... Starting LSB: Bring up/down networking... [ 3.225201] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting GSSAPI Proxy Daemon... Starting Login Service... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started NTP client/server. [ 3.311752] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Authorization Manager. [ 3.322245] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[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 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.[ 3.353719] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.368936] intel_rapl: no valid rapl domains found in package 0 [ 3.373516] intel_rapl: no valid rapl domains found in package 0 [ 3.376616] intel_powerclamp: No package C-state available [ 3.383001] intel_powerclamp: No package C-state available[ 3.419843] cloud-init[488]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 14:23:08 +0000. Up 3.38 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 Dynamic System Tuning Daemon... Starting OpenSSH server daemon... Starting Notify NFS peers of a restart... Starting Initial cloud-init job (metadata service crawler)... Starting PostgreSQL 9.5 database server... Starting nginx - high performance web server... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. [[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... Starting LSB: Starts Logstash as a daemon.... Starting Crash recovery kernel arming... Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST 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] Started System Logging Service. [[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. [ 5.855541] cloud-init[795]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 14:23:11 +0000. Up 5.80 seconds. [ 5.923255] cloud-init[795]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.934275] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.946222] cloud-init[795]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.951558] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.954362] cloud-init[795]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.956842] cloud-init[795]: ci-info: | eth0: | True | 192.168.120.20 | 255.255.255.0 | fa:16:3e:12:7a:1f | [ 5.959331] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.961880] cloud-init[795]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.963696] cloud-init[795]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.966242] cloud-init[795]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.968161] cloud-init[795]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.970646] cloud-init[795]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.973180] cloud-init[795]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH | [ 5.975462] cloud-init[795]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.977520] cloud-init[795]: 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: [ 11.150217] cloud-init[3474]: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 14:23:16 +0000. Up 11.09 seconds. [ 11.435700] cloud-init[3540]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 14:23:16 +0000. Up 11.39 seconds. ci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 5f:70:d1:8e:a2:40:26:2b:de:4f:5d:41:07:ad:7f:2d | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA) ec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519) ec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId -----END SSH HOST KEY KEYS----- [ 11.504415] cloud-init[3540]: Cloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 14:23:16 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 11.50 seconds 2018-08-27 14:23:20,105 - paramiko.transport - DEBUG - starting thread (client mode): 0x31d43bd0L 2018-08-27 14:23:20,106 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 14:23:20,137 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-27 14:23:20,137 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-27 14:23:20,190 - 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 14:23:20,190 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 14:23:20,190 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-27 14:23:20,190 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 14:23:20,190 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 14:23:20,191 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 14:23:20,198 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 14:23:20,199 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 14:23:20,206 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.204: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-27 14:23:20,208 - paramiko.transport - DEBUG - Trying discovered key 5f70d18ea240262bde4f5d4107ad7f2d in /tmp/tmpfh9bAl 2018-08-27 14:23:20,254 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 14:23:20,332 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-27 14:23:20,341 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-27 14:23:20,341 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-27 14:23:20,342 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-27 14:23:20,342 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/status 2018-08-27 14:23:20,637 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:23:20,637 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:23:20,637 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:23:20,638 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:23:20,638 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:23:20,638 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:23:20,638 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:23:20,638 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4465, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4469, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "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": "stop", "MainPID": 1644, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4447, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 861, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 814, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 808, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4247, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4438, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-27 14:23:20,638 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:23:20,638 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:23:19 GMT 2018-08-27 14:23:20,638 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:23:20,638 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-08-27 14:23:20,638 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:23:20,639 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4465, 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': 4469, u'state': u'running', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'active', u'SubState': u'running'}], 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': 1644, u'state': u'stop', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'deactivating', u'SubState': u'stop'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 4447, u'state': u'running', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 861, 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': 814, 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': 808, 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': 4247, u'state': u'running', u'Id': u'cloudify-riemann.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 4438, 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 14:23:20,639 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/status 2018-08-27 14:23:20,839 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:23:20,839 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:23:20,839 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:23:20,839 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:23:20,839 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:23:20,839 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:23:20,839 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:23:20,840 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4465, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4469, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "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": "stop", "MainPID": 1644, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4447, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 861, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 814, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 808, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4247, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4438, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-27 14:23:20,840 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:23:20,840 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:23:20 GMT 2018-08-27 14:23:20,840 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:23:20,840 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-08-27 14:23:20,840 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:23:20,841 - functest.core.cloudify - INFO - The current manager status is running 2018-08-27 14:23:20,841 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.204:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-27 14:23:20,928 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:23:20,928 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:23:20,928 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:23:20,928 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:23:20,929 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:23:20,929 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:23:20,929 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:23:20,929 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-27 14:23:20,929 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T14:23:20.251Z", "updated_at": "2018-08-27T14:23:20.251Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-27 14:23:20,929 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:23:20,929 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:23:20 GMT 2018-08-27 14:23:20,929 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:23:20,929 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-27 14:23:20,930 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:23:20,930 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/secrets 2018-08-27 14:23:20,992 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:23:20,992 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:23:20,992 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:23:20,992 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:23:20,992 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:23:20,992 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:23:20,993 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:23:20,993 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-27T14:23:20.251Z", "updated_at": "2018-08-27T14:23:20.251Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-27 14:23:20,993 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:23:20,993 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:23:20 GMT 2018-08-27 14:23:20,993 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:23:20,993 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-27 14:23:20,993 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:23:20,994 - functest.core.cloudify - DEBUG - List secrets: 2018-08-27 14:23:20,994 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.204:80/api/v3/secrets/foo 2018-08-27 14:23:21,111 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:23:21,111 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:23:21,111 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:23:21,112 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:23:21,112 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:23:21,112 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:23:21,112 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:23:21,112 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-27 14:23:21,112 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T14:23:20.251Z", "updated_at": "2018-08-27T14:23:20.251Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-27 14:23:21,112 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:23:21,112 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:23:20 GMT 2018-08-27 14:23:21,112 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:23:21,113 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-27 14:23:21,113 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:23:21,113 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-27 14:23:21,113 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-27 14:23:21,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 14:23:21,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:23:21,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:23:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dce2f1d-79fa-4d27-90a5-f9d83260d68a Content-Encoding: gzip Content-Length: 593 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9"}, "tags": [], "enabled": true, "id": "8d9ec3b924e84c679dfb4bd26aa542e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/a5a7695a253949cc8e3f1cdb7d696ecf"}, "tags": [], "enabled": true, "id": "a5a7695a253949cc8e3f1cdb7d696ecf", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-27 14:23:21,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-4dce2f1d-79fa-4d27-90a5-f9d83260d68a 2018-08-27 14:23:21,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.205449104309s 2018-08-27 14:23:21,328 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-4dce2f1d-79fa-4d27-90a5-f9d83260d68a 2018-08-27 14:23:21,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-27 14:23:21,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/quotas/a5a7695a253949cc8e3f1cdb7d696ecf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-27 14:23:21,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-18e2daec-523d-45a4-8e87-f23e5186e8f8 Date: Mon, 27 Aug 2018 14:23:21 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 14:23:21,675 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/quotas/a5a7695a253949cc8e3f1cdb7d696ecf.json used request id req-18e2daec-523d-45a4-8e87-f23e5186e8f8 2018-08-27 14:23:21,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.342429876328s 2018-08-27 14:23:21,675 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/quotas/a5a7695a253949cc8e3f1cdb7d696ecf.json used request id req-18e2daec-523d-45a4-8e87-f23e5186e8f8 2018-08-27 14:23:21,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-08-27 14:23:21,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-27 14:23:21,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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 14:23:21,689 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 14:23:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f95843a9-d17c-469e-aa6d-0b60ba06a141 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.7:35357/v3/", "rel": "self"}]}]}} 2018-08-27 14:23:21,689 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.7:35357/ used request id req-f95843a9-d17c-469e-aa6d-0b60ba06a141 2018-08-27 14:23:21,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:23:21,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:23:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5bdd5d3-cb5c-4377-8ed9-8704987afbb3 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/041427e79f2c41588bd9e1c2cffa0a83"}, "enabled": true, "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/0d08d9ab972244deb272ffde7702c46b"}, "enabled": true, "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/4b5cdf797f6e43359e8b8ba144b20b7a"}, "enabled": true, "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/529e90bf4d1f47f3868acb317cdb2fa4"}, "enabled": true, "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/62af92b9f6d84dac8ec0d33e7f57585a"}, "enabled": true, "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/71a59b44bc724bbb86f03af01d3eb522"}, "enabled": true, "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/7e5f58282e4a4b0e9fbdb1783df2deb0"}, "enabled": true, "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/7ffa154a46744092943233322a648a10"}, "enabled": true, "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/805b7f93ffe942d0863d24a11ede0072"}, "enabled": true, "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/8521156c72044327b734add8f63dad9f"}, "enabled": true, "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/8546f45161eb4b8ab54c07baa73a5c47"}, "enabled": true, "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/aa14ecfdd4af4cf1851f4095f311111f"}, "enabled": true, "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/bcf88c5701864fc9ac98e7a59ea2736e"}, "enabled": true, "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/da42c55de78341d1a15d69eeb785071d"}, "enabled": true, "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/e06aed7991a642daa067c06403b2d79f"}, "enabled": true, "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-08-27 14:23:21,870 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-f5bdd5d3-cb5c-4377-8ed9-8704987afbb3 2018-08-27 14:23:21,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.191102981567s 2018-08-27 14:23:21,871 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-f5bdd5d3-cb5c-4377-8ed9-8704987afbb3 2018-08-27 14:23:21,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-27 14:23:21,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:23:22,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:23:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7a3ebad-b7e0-4b80-8fe2-0b482d71ae3f Content-Encoding: gzip Content-Length: 1963 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0a4e34cc60c546998a738ae2bda6888a"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "da42c55de78341d1a15d69eeb785071d", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0fb7eb93d24b4122a29088fff2fa98f4"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7ffa154a46744092943233322a648a10", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1506526474d645558aad652f5c93e1b3"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "041427e79f2c41588bd9e1c2cffa0a83", "id": "1506526474d645558aad652f5c93e1b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1f499949407743fca971ed5a10dd0a4e"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "62af92b9f6d84dac8ec0d33e7f57585a", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2f55c57f4c1c4c948296e8ba1573b97e"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3478826679b34ca284986285ab7476b5"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "71a59b44bc724bbb86f03af01d3eb522", "id": "3478826679b34ca284986285ab7476b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/42aa373cc1c243f5a77ecda69e644812"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "529e90bf4d1f47f3868acb317cdb2fa4", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/4f1a676c9ef04ae5b463adeb24bd000b"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4b5cdf797f6e43359e8b8ba144b20b7a", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/516de13fd2dc47d587f1b9009301bb44"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4b5cdf797f6e43359e8b8ba144b20b7a", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/58e8515132284335975f001e576ce53d"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8521156c72044327b734add8f63dad9f", "id": "58e8515132284335975f001e576ce53d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5ada7f0fadda47b995d1ce27f61c606c"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e06aed7991a642daa067c06403b2d79f", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5ef9746fd59c48208aa59a4d50bf1ff7"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "71a59b44bc724bbb86f03af01d3eb522", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6aee409a5c51409f875dce865ceda05f"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bcf88c5701864fc9ac98e7a59ea2736e", "id": "6aee409a5c51409f875dce865ceda05f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/74c8022fc05d4d6fa8f69f9eb1e95a6e"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "529e90bf4d1f47f3868acb317cdb2fa4", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/77149ab05b7343a1a290aacd0b867cd0"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bcf88c5701864fc9ac98e7a59ea2736e", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7e921d100d6448a684bd22d01008f118"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0d08d9ab972244deb272ffde7702c46b", "id": "7e921d100d6448a684bd22d01008f118"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7e942a5249f24a21b90bfe65651cdbff"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e06aed7991a642daa067c06403b2d79f", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/842f0dde306b461a829dfcc8b2153451"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8521156c72044327b734add8f63dad9f", "id": "842f0dde306b461a829dfcc8b2153451"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/86ddd6738fd547ee9bc0e60b3f8dac32"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "041427e79f2c41588bd9e1c2cffa0a83", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8851d0c93d7842958dd7a3e4c1b0c7ab"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa14ecfdd4af4cf1851f4095f311111f", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8cabb7d7988f4215aeab0bd51c3409a6"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "529e90bf4d1f47f3868acb317cdb2fa4", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/917cbd693853406185fc81d2df2e29c4"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "62af92b9f6d84dac8ec0d33e7f57585a", "id": "917cbd693853406185fc81d2df2e29c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/aecbf1fcf55d46c1bbc42d447e90f7d4"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa14ecfdd4af4cf1851f4095f311111f", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b128d76906d141c7a49f454935eb7e91"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "da42c55de78341d1a15d69eeb785071d", "id": "b128d76906d141c7a49f454935eb7e91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b426d29e39c04d88aa9fa387285f2c5a"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8546f45161eb4b8ab54c07baa73a5c47", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b614b61bf8974a64a5099dd2156ecebd"}, "url": "http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0d08d9ab972244deb272ffde7702c46b", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b61a8ff7107c4008b31d518e5c91cb6b"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "62af92b9f6d84dac8ec0d33e7f57585a", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/bc5389040fc14542a851c9c98e2f38e4"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e06aed7991a642daa067c06403b2d79f", "id": "bc5389040fc14542a851c9c98e2f38e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c431d9e1bc69461ea4da00ffa0cf43f5"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa14ecfdd4af4cf1851f4095f311111f", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c7092461ea4546e19fb4527e63709ec0"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "041427e79f2c41588bd9e1c2cffa0a83", "id": "c7092461ea4546e19fb4527e63709ec0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c7ab302ffada4c64a300898fb2ba05f6"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7ffa154a46744092943233322a648a10", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c860465e79f8486cbf07f364f3cd7477"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "71a59b44bc724bbb86f03af01d3eb522", "id": "c860465e79f8486cbf07f364f3cd7477"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/cc138aa05f6d48518882ff7c18b338dc"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bcf88c5701864fc9ac98e7a59ea2736e", "id": "cc138aa05f6d48518882ff7c18b338dc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d00c434fa0b141d0ae1b904262027bb8"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8546f45161eb4b8ab54c07baa73a5c47", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d39ea2416cd54da99fa4299c7818cf61"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7ffa154a46744092943233322a648a10", "id": "d39ea2416cd54da99fa4299c7818cf61"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/dd51c7e3cd0444e59306fc601819137a"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "da42c55de78341d1a15d69eeb785071d", "id": "dd51c7e3cd0444e59306fc601819137a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e279c756131048f4aeb15829e548b6f7"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0d08d9ab972244deb272ffde7702c46b", "id": "e279c756131048f4aeb15829e548b6f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e333a105295c47969881ff9ff20afd98"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8521156c72044327b734add8f63dad9f", "id": "e333a105295c47969881ff9ff20afd98"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e7fa26747e284fb8be30b9faa7bc4500"}, "url": "http://172.30.9.28:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f4e9a017bdb446c48e094c198786de1c"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "id": "f4e9a017bdb446c48e094c198786de1c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f9f84346fadf48d998c4fa139c5f06a6"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4b5cdf797f6e43359e8b8ba144b20b7a", "id": "f9f84346fadf48d998c4fa139c5f06a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/fa0f763902924517934d877fccb6c979"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8546f45161eb4b8ab54c07baa73a5c47", "id": "fa0f763902924517934d877fccb6c979"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-27 14:23:22,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-e7a3ebad-b7e0-4b80-8fe2-0b482d71ae3f 2018-08-27 14:23:22,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.190347194672s 2018-08-27 14:23:22,071 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-e7a3ebad-b7e0-4b80-8fe2-0b482d71ae3f 2018-08-27 14:23:22,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '47f47393-2ec2-4465-b719-97619c126940', 'keystone_tenant_name': u'cloudify_ims-project_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.28:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'project_domain_name': 'Default'} 2018-08-27 14:23:22,077 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/secrets 2018-08-27 14:23:22,190 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:23:22,190 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:23:22,190 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:23:22,190 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:23:22,190 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:23:22,190 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:23:22,190 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:23:22,190 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-08-27 14:23:22,191 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:23:22,191 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:23:21 GMT 2018-08-27 14:23:22,191 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:23:22,191 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-08-27 14:23:22,191 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:23:22,192 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.204:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "47f47393-2ec2-4465-b719-97619c126940"} 2018-08-27 14:23:22,277 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:23:22,277 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:23:22,277 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:23:22,277 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:23:22,277 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:23:22,277 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:23:22,277 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:23:22,278 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-08-27 14:23:22,278 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T14:23:21.604Z", "updated_at": "2018-08-27T14:23:21.604Z", "created_by": "admin", "private_resource": false, "value": "47f47393-2ec2-4465-b719-97619c126940", "key": "keystone_password"} 2018-08-27 14:23:22,278 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:23:22,278 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:23:21 GMT 2018-08-27 14:23:22,278 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:23:22,278 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-08-27 14:23:22,278 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:23:22,278 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.204:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_5fba8f0e-5ee2-4039-9794-5732ce9222b2"} 2018-08-27 14:23:22,374 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:23:22,374 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:23:22,374 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:23:22,374 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:23:22,374 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:23:22,374 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:23:22,374 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:23:22,374 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-08-27 14:23:22,375 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T14:23:21.692Z", "updated_at": "2018-08-27T14:23:21.692Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "key": "keystone_tenant_name"} 2018-08-27 14:23:22,375 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:23:22,375 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:23:21 GMT 2018-08-27 14:23:22,375 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:23:22,375 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-08-27 14:23:22,375 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:23:22,375 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.204:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-08-27 14:23:22,479 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:23:22,480 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:23:22,480 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:23:22,480 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:23:22,480 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:23:22,480 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:23:22,480 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:23:22,480 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-08-27 14:23:22,480 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T14:23:21.798Z", "updated_at": "2018-08-27T14:23:21.798Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-08-27 14:23:22,480 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:23:22,481 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:23:21 GMT 2018-08-27 14:23:22,481 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:23:22,481 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-08-27 14:23:22,481 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:23:22,481 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.204:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.28:5000"} 2018-08-27 14:23:22,606 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:23:22,606 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:23:22,606 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:23:22,606 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:23:22,606 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:23:22,606 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:23:22,606 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:23:22,606 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-08-27 14:23:22,607 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T14:23:21.919Z", "updated_at": "2018-08-27T14:23:21.919Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.28:5000", "key": "keystone_url"} 2018-08-27 14:23:22,607 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:23:22,607 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:23:21 GMT 2018-08-27 14:23:22,607 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:23:22,607 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-08-27 14:23:22,607 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:23:22,607 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.204:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-27 14:23:22,732 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:23:22,732 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:23:22,732 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:23:22,732 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:23:22,732 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:23:22,732 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:23:22,732 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:23:22,732 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-27 14:23:22,732 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T14:23:22.036Z", "updated_at": "2018-08-27T14:23:22.036Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-08-27 14:23:22,733 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:23:22,733 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:23:22 GMT 2018-08-27 14:23:22,733 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:23:22,733 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-08-27 14:23:22,733 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:23:22,733 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.204:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_5fba8f0e-5ee2-4039-9794-5732ce9222b2"} 2018-08-27 14:23:22,879 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:23:22,879 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:23:22,879 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:23:22,879 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:23:22,879 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:23:22,879 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:23:22,879 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:23:22,880 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-08-27 14:23:22,880 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T14:23:22.201Z", "updated_at": "2018-08-27T14:23:22.201Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "key": "keystone_username"} 2018-08-27 14:23:22,880 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:23:22,880 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:23:22 GMT 2018-08-27 14:23:22,880 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:23:22,880 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-08-27 14:23:22,880 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:23:22,880 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.204:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-27 14:23:23,010 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:23:23,010 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:23:23,010 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:23:23,010 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:23:23,010 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:23:23,010 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:23:23,010 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:23:23,011 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-27 14:23:23,011 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T14:23:22.322Z", "updated_at": "2018-08-27T14:23:22.322Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-08-27 14:23:23,011 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:23:23,011 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:23:22 GMT 2018-08-27 14:23:23,011 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:23:23,011 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-08-27 14:23:23,011 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:23:23,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-08-27 14:23:23,013 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-27 14:23:23,016 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-27 14:23:23,016 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-27 14:23:23,026 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-27 14:23:23,061 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-27 14:23:23,062 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-27 14:23:23,063 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-27 14:23:23,102 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-27 14:23:23,102 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-27 14:23:23,130 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-27 14:24:03,825 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-27 14:24:03,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirrors.syringanetworks.net * extras: mirrors.syringanetworks.net * updates: mirrors.syringanetworks.net No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.11.6.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-12.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-12.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-28.el7_5.1 updates 16 M python-devel x86_64 2.7.5-69.el7_5 updates 397 k Installing for dependencies: cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M glibc-devel x86_64 2.17-222.el7 base 1.1 M glibc-headers x86_64 2.17-222.el7 base 678 k kernel-headers x86_64 3.10.0-862.11.6.el7 updates 7.1 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-222.el7 base 3.6 M glibc-common x86_64 2.17-222.el7 base 11 M libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k openssl x86_64 1:1.0.2k-12.el7 base 492 k openssl-libs x86_64 1:1.0.2k-12.el7 base 1.2 M python x86_64 2.7.5-69.el7_5 updates 93 k python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 54 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 10 MB/s | 54 MB 00:05 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-28.el7_5.1.x86_64 1/24 Updating : glibc-common-2.17-222.el7.x86_64 2/24 Updating : glibc-2.17-222.el7.x86_64 3/24 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Installing : mpfr-3.1.1-4.el7.x86_64 4/24 Installing : libmpc-1.0.1-3.el7.x86_64 5/24 Updating : 1:openssl-libs-1.0.2k-12.el7.x86_64 6/24 Updating : python-libs-2.7.5-69.el7_5.x86_64 7/24 Updating : python-2.7.5-69.el7_5.x86_64 8/24 Installing : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Updating : libgomp-4.8.5-28.el7_5.1.x86_64 10/24 Installing : kernel-headers-3.10.0-862.11.6.el7.x86_64 11/24 Installing : glibc-headers-2.17-222.el7.x86_64 12/24 Installing : glibc-devel-2.17-222.el7.x86_64 13/24 Installing : gcc-4.8.5-28.el7_5.1.x86_64 14/24 Installing : python-devel-2.7.5-69.el7_5.x86_64 15/24 Updating : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : glibc-devel-2.17-222.el7.x86_64 1/24 Verifying : glibc-headers-2.17-222.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-12.el7.x86_64 3/24 Verifying : libgomp-4.8.5-28.el7_5.1.x86_64 4/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 5/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 6/24 Verifying : glibc-2.17-222.el7.x86_64 7/24 Verifying : libgcc-4.8.5-28.el7_5.1.x86_64 8/24 Verifying : kernel-headers-3.10.0-862.11.6.el7.x86_64 9/24 Verifying : cpp-4.8.5-28.el7_5.1.x86_64 10/24 Verifying : python-2.7.5-69.el7_5.x86_64 11/24 Verifying : libmpc-1.0.1-3.el7.x86_64 12/24 Verifying : glibc-common-2.17-222.el7.x86_64 13/24 Verifying : python-devel-2.7.5-69.el7_5.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Verifying : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 18/24 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 19/24 Verifying : glibc-2.17-157.el7_3.1.x86_64 20/24 Verifying : python-libs-2.7.5-48.el7.x86_64 21/24 Verifying : libgcc-4.8.5-11.el7.x86_64 22/24 Verifying : python-2.7.5-48.el7.x86_64 23/24 Verifying : libgomp-4.8.5-11.el7.x86_64 24/24 Installed: gcc.x86_64 0:4.8.5-28.el7_5.1 python-devel.x86_64 0:2.7.5-69.el7_5 Dependency Installed: cpp.x86_64 0:4.8.5-28.el7_5.1 glibc-devel.x86_64 0:2.17-222.el7 glibc-headers.x86_64 0:2.17-222.el7 kernel-headers.x86_64 0:3.10.0-862.11.6.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-222.el7 glibc-common.x86_64 0:2.17-222.el7 libgcc.x86_64 0:4.8.5-28.el7_5.1 libgomp.x86_64 0:4.8.5-28.el7_5.1 openssl.x86_64 1:1.0.2k-12.el7 openssl-libs.x86_64 1:1.0.2k-12.el7 python.x86_64 0:2.7.5-69.el7_5 python-libs.x86_64 0:2.7.5-69.el7_5 Complete! Retrieving manager services status... [ip=127.0.0.1] Services: +--------------------------------+---------+ | service | status | +--------------------------------+---------+ | InfluxDB | running | | Celery Management | running | | Logstash | running | | RabbitMQ | running | | AMQP InfluxDB | running | | PostgreSQL | running | | Manager Rest-Service | running | | Cloudify Stage | running | | Riemann | running | | Webserver | running | +--------------------------------+---------+ 2018-08-27 14:24:03,827 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-27 14:24:03,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: 2018-08-27 14:24:03,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 14:24:03,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:24:03,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-5dc3731b-1a90-442e-aff2-49087ec35992 Date: Mon, 27 Aug 2018 14:24:03 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:20:39Z", "updated_at": "2018-08-27T14:20:44Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:41Z", "revision_number": 0, "id": "28224efd-aa71-43a4-84a0-18d6d310bebc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:41Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:39Z", "revision_number": 0, "id": "321b4279-eb84-4b56-82bc-9d7b6758c5db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:39Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:39Z", "revision_number": 0, "id": "4c0395c4-027c-4b63-acd0-f1723f68701c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:39Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-27T14:20:44Z", "revision_number": 0, "id": "513b471b-984d-4b29-894a-836a469f51fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:44Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T14:20:40Z", "revision_number": 0, "id": "8b3b5d3f-0991-4db9-9b21-2b5f2543a7b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:40Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T14:20:42Z", "revision_number": 0, "id": "a9154435-f8bc-43ba-9f7f-3cd1e371e267", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:42Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-27T14:20:43Z", "revision_number": 0, "id": "b7f1ecaf-0125-4185-bd15-19a163716467", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:43Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T14:20:42Z", "revision_number": 0, "id": "ea6d02f3-c847-486e-b821-4eaa883e9bdd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:42Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 443, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}], "revision_number": 7, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}, {"description": "Default security group", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:19:05Z", "updated_at": "2018-08-27T14:19:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "579dba2c-37fb-4a3f-ba12-42310da924a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "794d15ab-e5ed-4d8c-aa79-f6f137a2197c", "remote_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "8ff1d34f-c9d3-4a41-9c70-8cb59944ed90", "remote_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "b1051f23-9d4e-4383-8813-d2b7dc470930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}], "revision_number": 1, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "f1823595-9ba3-45fa-95cd-01659182f169", "name": "default"}]} 2018-08-27 14:24:03,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-5dc3731b-1a90-442e-aff2-49087ec35992 2018-08-27 14:24:03,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0545279979706s 2018-08-27 14:24:03,887 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-5dc3731b-1a90-442e-aff2-49087ec35992 2018-08-27 14:24:03,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 14:24:03,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -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": "f1823595-9ba3-45fa-95cd-01659182f169"}}' 2018-08-27 14:24:04,103 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-8d6839dc-b842-442c-8e7c-f4441b75f382 Date: Mon, 27 Aug 2018 14:24:04 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-27T14:24:03Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "port_range_min": 22, "revision_number": 0, "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:24:03Z", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "29031c18-97a2-400e-a51b-3499e48497d2"}} 2018-08-27 14:24:04,103 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-8d6839dc-b842-442c-8e7c-f4441b75f382 2018-08-27 14:24:04,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.21314406395s 2018-08-27 14:24:04,104 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-8d6839dc-b842-442c-8e7c-f4441b75f382 2018-08-27 14:24:04,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-08-27 14:24:04,199 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.204:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-08-27 14:24:06,940 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:06,940 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:06,940 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:06,940 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:06,940 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:06,940 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:06,941 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:06,941 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-27 14:24:06,941 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-08-27T14:24:06.895Z", "updated_at": "2018-08-27T14:24:06.895Z", "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"}}}, "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.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.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.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.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.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.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"}}}, "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": ""}, "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.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"}, "creation": {"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/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.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.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.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": ""}, "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.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"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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.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.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.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"}, "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_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"}, "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": "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.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": "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": {"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": "", "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, "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.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": ""}, "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.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"}, "creation": {"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/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.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.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.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"}, "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": "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.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": "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": {"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": "", "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, "description": ""}}, {"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": "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.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": {"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"}, "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": "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.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": {"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": {"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": "", "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, "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", "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": ""}, "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.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"}, "creation": {"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/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.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.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.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": ""}, "cloudify.interfaces.lifecycle.stop": {"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"}, "creation": {"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.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.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.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"}, "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": "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.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": "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": {"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": "", "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, "description": ""}}, {"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": "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.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": "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"}, "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": "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.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": "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": {"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": "", "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, "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", "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"}, "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": "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.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": "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": {"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": "", "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, "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.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": ""}, "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.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"}, "creation": {"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/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.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.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.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"}, "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": "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.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": "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": {"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": "", "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, "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", "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": ""}, "cloudify.interfaces.lifecycle.stop": {"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"}, "creation": {"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.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.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.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": ""}, "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.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"}, "creation": {"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/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.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.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.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"}, "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": "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.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": "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": {"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": "", "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, "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", "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"}, "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": "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.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": "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"}, "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": "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.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": "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": {"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": "", "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, "description": ""}}], "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 14:24:06,944 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:06,944 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:06 GMT 2018-08-27 14:24:06,944 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:06,944 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-08-27 14:24:06,944 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:06,970 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-27 14:24:08,437 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-27 14:24:08,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 14:24:08,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:24:09,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-61d06a7a-998e-4840-8639-bb87a76a3f23 Date: Mon, 27 Aug 2018 14:24:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:20:38Z", "file": "/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/file", "owner": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "size": 4373348352, "self": "/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T14:19:41Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 14:24:09,159 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-61d06a7a-998e-4840-8639-bb87a76a3f23 2018-08-27 14:24:09,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.720186233521s 2018-08-27 14:24:09,159 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-61d06a7a-998e-4840-8639-bb87a76a3f23 2018-08-27 14:24:09,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 14:24:09,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/cloudify_ims-img_alt_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}' 2018-08-27 14:24:09,897 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/aa3c032f-b9ce-412b-b309-066272c9b080 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8e494e4e-b5aa-4afe-baad-f280cf762517 Date: Mon, 27 Aug 2018 14:24:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:24:09Z", "file": "/v2/images/aa3c032f-b9ce-412b-b309-066272c9b080/file", "owner": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "aa3c032f-b9ce-412b-b309-066272c9b080", "size": null, "self": "/v2/images/aa3c032f-b9ce-412b-b309-066272c9b080", "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_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "cloudify_ims-img_alt_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "checksum": null, "created_at": "2018-08-27T14:24:09Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 14:24:09,897 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-8e494e4e-b5aa-4afe-baad-f280cf762517 2018-08-27 14:24:09,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.72848200798s 2018-08-27 14:24:09,898 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-8e494e4e-b5aa-4afe-baad-f280cf762517 returning object aa3c032f-b9ce-412b-b309-066272c9b080 2018-08-27 14:24:09,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 14:24:09,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/aa3c032f-b9ce-412b-b309-066272c9b080/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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -d '' 2018-08-27 14:24:14,925 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7b73566b-41fd-4215-8f9e-dd78242aa15e Date: Mon, 27 Aug 2018 14:24: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 14:24:14,925 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/aa3c032f-b9ce-412b-b309-066272c9b080/file used request id req-7b73566b-41fd-4215-8f9e-dd78242aa15e 2018-08-27 14:24:14,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.02687692642s 2018-08-27 14:24:14,926 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/aa3c032f-b9ce-412b-b309-066272c9b080/file used request id req-7b73566b-41fd-4215-8f9e-dd78242aa15e 2018-08-27 14:24:14,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 14:24:14,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:24:15,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2746 Content-Type: application/json X-Openstack-Request-Id: req-b2acd22f-ac17-434d-8faa-23e365d0fdb3 Date: Mon, 27 Aug 2018 14:24:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:24:14Z", "file": "/v2/images/aa3c032f-b9ce-412b-b309-066272c9b080/file", "owner": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "aa3c032f-b9ce-412b-b309-066272c9b080", "size": 263193088, "self": "/v2/images/aa3c032f-b9ce-412b-b309-066272c9b080", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/aa3c032f-b9ce-412b-b309-066272c9b080/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/aa3c032f-b9ce-412b-b309-066272c9b080/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "cloudify_ims-img_alt_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T14:24:09Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:20:38Z", "file": "/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/file", "owner": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "size": 4373348352, "self": "/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T14:19:41Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 14:24:15,663 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b2acd22f-ac17-434d-8faa-23e365d0fdb3 2018-08-27 14:24:15,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.733543872833s 2018-08-27 14:24:15,664 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b2acd22f-ac17-434d-8faa-23e365d0fdb3 2018-08-27 14:24:15,667 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/aa3c032f-b9ce-412b-b309-066272c9b080/snap', u'metadata': Munch({})})], 'file': u'/v2/images/aa3c032f-b9ce-412b-b309-066272c9b080/file', 'owner': u'a5a7695a253949cc8e3f1cdb7d696ecf', 'id': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'size': 263193088, u'self': u'/v2/images/aa3c032f-b9ce-412b-b309-066272c9b080', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a5a7695a253949cc8e3f1cdb7d696ecf', 'name': 'cloudify_ims-project_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/aa3c032f-b9ce-412b-b309-066272c9b080/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T14:24:14Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T14:24:14Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_5fba8f0e-5ee2-4039-9794-5732ce9222b2', '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/aa3c032f-b9ce-412b-b309-066272c9b080', 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_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'created': u'2018-08-27T14:24:09Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-27T14:24:09Z', 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/aa3c032f-b9ce-412b-b309-066272c9b080', 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_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-27 14:24:15,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 14:24:15,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "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 14:24:15,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:24: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-364c098c-c06a-42b0-a74c-4b39aae939c9 x-compute-request-id: req-364c098c-c06a-42b0-a74c-4b39aae939c9 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_alt_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/2b3d9eb8-437f-4a4a-b005-246f7f15854a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/2b3d9eb8-437f-4a4a-b005-246f7f15854a", "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": "2b3d9eb8-437f-4a4a-b005-246f7f15854a"}} 2018-08-27 14:24:15,718 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-364c098c-c06a-42b0-a74c-4b39aae939c9 2018-08-27 14:24:15,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.050418138504s 2018-08-27 14:24:15,718 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-364c098c-c06a-42b0-a74c-4b39aae939c9 2018-08-27 14:24:15,719 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_5fba8f0e-5ee2-4039-9794-5732ce9222b2', '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'd56eab07eebe4995963c4bcc663afcc8', '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'2b3d9eb8-437f-4a4a-b005-246f7f15854a', 'swap': 0}) 2018-08-27 14:24:15,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 14:24:15,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/2b3d9eb8-437f-4a4a-b005-246f7f15854a/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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" -d '{"extra_specs": {}}' 2018-08-27 14:24:15,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:24: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-7f6225f5-18df-4dc3-baac-d7d133e1367e x-compute-request-id: req-7f6225f5-18df-4dc3-baac-d7d133e1367e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 14:24:15,740 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/2b3d9eb8-437f-4a4a-b005-246f7f15854a/os-extra_specs used request id req-7f6225f5-18df-4dc3-baac-d7d133e1367e 2018-08-27 14:24:15,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202300548553s 2018-08-27 14:24:15,741 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/2b3d9eb8-437f-4a4a-b005-246f7f15854a/os-extra_specs used request id req-7f6225f5-18df-4dc3-baac-d7d133e1367e 2018-08-27 14:24:15,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-08-27 14:24:15,741 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.204:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "aa3c032f-b9ce-412b-b309-066272c9b080", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "bono_cluster_size": 1, "flavor_id": "2b3d9eb8-437f-4a4a-b005-246f7f15854a", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "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 14:24:17,167 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:17,167 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:17,167 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:17,167 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:17,168 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:17,168 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:17,168 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:17,168 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-08-27 14:24:17,168 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "aa3c032f-b9ce-412b-b309-066272c9b080", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "bono_cluster_size": 1, "flavor_id": "2b3d9eb8-437f-4a4a-b005-246f7f15854a", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "permalink": null, "description": null, "blueprint_id": "clearwater-opnfv", "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"}}}}, "tenant_name": "default_tenant", "created_at": "2018-08-27T14:24:15.890Z", "updated_at": "2018-08-27T14:24:15.890Z", "created_by": "admin", "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"}}}}, "private_resource": false, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "workflows": [{"created_at": null, "name": "scale", "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"}}}, {"created_at": null, "name": "heal", "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"}}}, {"created_at": null, "name": "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": []}}}, {"created_at": null, "name": "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": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "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": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}, "members": ["bono_floatingip", "bono_host"]}}, "id": "clearwater-opnfv", "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}} 2018-08-27 14:24:17,168 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:17,168 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:17 GMT 2018-08-27 14:24:17,168 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:17,168 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-08-27 14:24:17,169 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:17,169 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions 2018-08-27 14:24:17,233 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:17,233 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:17,233 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:17,233 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:17,233 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:17,233 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:17,233 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:17,234 - 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-27T14:24:17.025Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "8f928695-5768-40d2-b526-5276fe777c7c"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-27 14:24:17,234 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:17,234 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:17 GMT 2018-08-27 14:24:17,234 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:17,234 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-08-27 14:24:17,234 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:17,235 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:24:17,352 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:17,352 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:17,352 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:17,352 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:17,353 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:17,353 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:17,353 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:17,353 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-27 14:24:17,353 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:17,353 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:17 GMT 2018-08-27 14:24:17,353 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:17,353 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-27 14:24:17,353 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:17,354 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/8f928695-5768-40d2-b526-5276fe777c7c 2018-08-27 14:24:17,443 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:17,443 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:17,443 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:17,444 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:17,444 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:17,444 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:17,444 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:17,444 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"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-27T14:24:17.025Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "8f928695-5768-40d2-b526-5276fe777c7c"} 2018-08-27 14:24:17,444 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:17,444 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:17 GMT 2018-08-27 14:24:17,444 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:17,444 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-27 14:24:17,444 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:22,450 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:24:22,514 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:22,515 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:22,515 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:22,515 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:22,515 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:22,515 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:22,515 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:22,515 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:18.103Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:18.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8f928695-5768-40d2-b526-5276fe777c7c"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:18.374Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:18.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8f928695-5768-40d2-b526-5276fe777c7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:18.374Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:18.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8f928695-5768-40d2-b526-5276fe777c7c"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:18.430Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:18.430Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8f928695-5768-40d2-b526-5276fe777c7c", "logger": "f12d9837-5d9e-4afc-ac89-e969f6f83b2b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:19.270Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:19.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8f928695-5768-40d2-b526-5276fe777c7c", "logger": "f12d9837-5d9e-4afc-ac89-e969f6f83b2b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:19.270Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:19.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8f928695-5768-40d2-b526-5276fe777c7c", "logger": "f12d9837-5d9e-4afc-ac89-e969f6f83b2b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:19.270Z", "message": "Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:19.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8f928695-5768-40d2-b526-5276fe777c7c", "logger": "f12d9837-5d9e-4afc-ac89-e969f6f83b2b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:19.270Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:19.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8f928695-5768-40d2-b526-5276fe777c7c", "logger": "f12d9837-5d9e-4afc-ac89-e969f6f83b2b"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:19.382Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:19.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8f928695-5768-40d2-b526-5276fe777c7c"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:20.422Z", "message": "Installing from directory: /tmp/tmpUllRoN [args=--prefix=\"/tmp/openstack-VcotCL\" --constraint=\"/tmp/openstack-VcotCL/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:20.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8f928695-5768-40d2-b526-5276fe777c7c", "logger": "f12d9837-5d9e-4afc-ac89-e969f6f83b2b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:21.276Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpUllRoN --prefix=\"/tmp/openstack-VcotCL\" --constraint=\"/tmp/openstack-VcotCL/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:21.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8f928695-5768-40d2-b526-5276fe777c7c", "logger": "f12d9837-5d9e-4afc-ac89-e969f6f83b2b"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-08-27 14:24:22,515 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:22,515 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:22 GMT 2018-08-27 14:24:22,515 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:22,515 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5872 2018-08-27 14:24:22,516 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:22,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-08-27 14:24:22,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-08-27 14:24:22,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-27 14:24:22,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: openstack 2018-08-27 14:24:22,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-08-27 14:24:22,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-08-27 14:24:22,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-08-27 14:24:22,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-27 14:24:22,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-27 14:24:22,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing from directory: /tmp/tmpUllRoN [args=--prefix="/tmp/openstack-VcotCL" --constraint="/tmp/openstack-VcotCL/constraint.txt", package_name=cloudify-openstack-plugin] 2018-08-27 14:24:22,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpUllRoN --prefix="/tmp/openstack-VcotCL" --constraint="/tmp/openstack-VcotCL/constraint.txt" 2018-08-27 14:24:22,518 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/8f928695-5768-40d2-b526-5276fe777c7c 2018-08-27 14:24:22,616 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:22,616 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:22,616 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:22,616 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:22,617 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:22,617 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:22,617 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:22,617 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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-27T14:24:17.025Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "8f928695-5768-40d2-b526-5276fe777c7c"} 2018-08-27 14:24:22,617 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:22,617 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:22 GMT 2018-08-27 14:24:22,617 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:22,617 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-27 14:24:22,617 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:27,623 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:24:27,689 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:27,689 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:27,689 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:27,689 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:27,689 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:27,689 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:27,690 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:27,690 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-27 14:24:27,690 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:27,690 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:27 GMT 2018-08-27 14:24:27,690 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:27,690 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 14:24:27,690 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:27,691 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/8f928695-5768-40d2-b526-5276fe777c7c 2018-08-27 14:24:27,757 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:27,757 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:27,757 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:27,757 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:27,758 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:27,758 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:27,758 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:27,758 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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-27T14:24:17.025Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "8f928695-5768-40d2-b526-5276fe777c7c"} 2018-08-27 14:24:27,758 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:27,758 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:27 GMT 2018-08-27 14:24:27,758 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:27,758 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-27 14:24:27,758 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:32,764 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:24:32,831 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:32,831 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:32,831 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:32,831 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:32,831 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:32,831 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:32,832 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:32,832 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-27 14:24:32,832 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:32,832 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:32 GMT 2018-08-27 14:24:32,832 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:32,832 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 14:24:32,832 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:32,832 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/8f928695-5768-40d2-b526-5276fe777c7c 2018-08-27 14:24:32,890 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:32,890 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:32,890 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:32,890 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:32,891 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:32,891 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:32,891 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:32,891 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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-27T14:24:17.025Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "8f928695-5768-40d2-b526-5276fe777c7c"} 2018-08-27 14:24:32,891 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:32,891 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:32 GMT 2018-08-27 14:24:32,891 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:32,891 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-27 14:24:32,891 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:37,894 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:24:37,961 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:37,961 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:37,961 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:37,961 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:37,961 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:37,961 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:37,961 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:37,961 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-27 14:24:37,961 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:37,962 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:37 GMT 2018-08-27 14:24:37,962 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:37,962 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 14:24:37,962 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:37,962 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/8f928695-5768-40d2-b526-5276fe777c7c 2018-08-27 14:24:38,042 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:38,042 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:38,043 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:38,043 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:38,043 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:38,043 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:38,043 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:38,043 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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-27T14:24:17.025Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "8f928695-5768-40d2-b526-5276fe777c7c"} 2018-08-27 14:24:38,043 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:38,043 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:38 GMT 2018-08-27 14:24:38,043 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:38,044 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-27 14:24:38,044 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:43,049 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:24:43,111 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:43,111 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:43,111 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:43,112 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:43,112 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:43,112 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:43,112 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:43,112 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-27 14:24:43,112 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:43,112 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:43 GMT 2018-08-27 14:24:43,112 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:43,112 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 14:24:43,113 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:43,113 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/8f928695-5768-40d2-b526-5276fe777c7c 2018-08-27 14:24:43,167 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:43,168 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:43,168 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:43,168 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:43,168 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:43,168 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:43,168 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:43,168 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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-27T14:24:17.025Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "8f928695-5768-40d2-b526-5276fe777c7c"} 2018-08-27 14:24:43,168 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:43,169 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:43 GMT 2018-08-27 14:24:43,169 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:43,169 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-27 14:24:43,169 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:48,174 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:24:48,236 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:48,237 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:48,237 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:48,237 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:48,237 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:48,237 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:48,237 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:48,237 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:47.143Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:47.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8f928695-5768-40d2-b526-5276fe777c7c", "logger": "f12d9837-5d9e-4afc-ac89-e969f6f83b2b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:47.313Z", "message": "Removing directory: /tmp/tmpUllRoN", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:47.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8f928695-5768-40d2-b526-5276fe777c7c", "logger": "f12d9837-5d9e-4afc-ac89-e969f6f83b2b"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:48.188Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:48.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8f928695-5768-40d2-b526-5276fe777c7c"}], "metadata": {"pagination": {"total": 14, "offset": 11, "size": 50}}} 2018-08-27 14:24:48,237 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:48,238 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:48 GMT 2018-08-27 14:24:48,238 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:48,238 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1573 2018-08-27 14:24:48,238 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:48,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-08-27 14:24:48,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpUllRoN 2018-08-27 14:24:48,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-27 14:24:48,239 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/8f928695-5768-40d2-b526-5276fe777c7c 2018-08-27 14:24:48,295 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:48,296 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:48,296 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:48,296 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:48,296 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:48,296 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:48,296 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:48,296 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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-27T14:24:17.025Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "8f928695-5768-40d2-b526-5276fe777c7c"} 2018-08-27 14:24:48,297 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:48,297 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:48 GMT 2018-08-27 14:24:48,297 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:48,297 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-27 14:24:48,297 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:53,303 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:24:53,365 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:53,365 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:53,365 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:53,365 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:53,365 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:53,365 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:53,365 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:53,365 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:48.407Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:48.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8f928695-5768-40d2-b526-5276fe777c7c"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:49.413Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:49.413Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8f928695-5768-40d2-b526-5276fe777c7c"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:49.413Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:49.413Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8f928695-5768-40d2-b526-5276fe777c7c"}], "metadata": {"pagination": {"total": 17, "offset": 14, "size": 50}}} 2018-08-27 14:24:53,366 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:53,366 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:53 GMT 2018-08-27 14:24:53,366 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:53,366 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1534 2018-08-27 14:24:53,366 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:53,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-08-27 14:24:53,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-08-27 14:24:53,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-08-27 14:24:53,367 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/8f928695-5768-40d2-b526-5276fe777c7c 2018-08-27 14:24:53,422 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:53,423 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:53,423 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:53,423 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:53,423 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:53,423 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:53,423 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:53,423 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "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-27T14:24:17.025Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "8f928695-5768-40d2-b526-5276fe777c7c"} 2018-08-27 14:24:53,424 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:53,424 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:53 GMT 2018-08-27 14:24:53,424 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:53,424 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6293 2018-08-27 14:24:53,424 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:53,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-08-27 14:24:53,425 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.204:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-08-27 14:24:53,570 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:53,570 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:53,570 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:53,570 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:53,570 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:53,571 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:53,571 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:53,571 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 137 2018-08-27 14:24:53,571 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:24:53.518Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "565712dc-1752-4d35-b69a-2c3f1068d31a"} 2018-08-27 14:24:53,571 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:53,571 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:53 GMT 2018-08-27 14:24:53,571 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:53,571 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-27 14:24:53,571 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:53,572 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:24:53,636 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:53,636 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:53,636 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:53,636 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:53,636 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:53,636 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:53,637 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:53,637 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-27 14:24:53,637 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:53,637 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:53 GMT 2018-08-27 14:24:53,637 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:53,637 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-27 14:24:53,637 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:53,637 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/565712dc-1752-4d35-b69a-2c3f1068d31a 2018-08-27 14:24:53,695 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:53,695 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:53,695 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:53,695 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:53,695 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:53,695 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:53,695 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:53,696 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:24:53.518Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "565712dc-1752-4d35-b69a-2c3f1068d31a"} 2018-08-27 14:24:53,696 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:53,696 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:53 GMT 2018-08-27 14:24:53,696 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:53,696 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-27 14:24:53,696 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:58,699 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:24:58,820 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:58,820 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:58,821 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:58,821 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:58,821 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:58,821 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:58,821 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:58,821 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:54.216Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:54.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_security_group_dy2e0l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:55.362Z", "message": "Creating node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:55.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "ellis_security_group_eozv4l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:57.576Z", "message": "Creating node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:57.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "homer_security_group_ajumjt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:57.576Z", "message": "Creating node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:57.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "keypair_zr0no4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:57.576Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:57.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_security_group_dy2e0l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:57.576Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:57.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "ellis_security_group_eozv4l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:57.576Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:57.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "homer_security_group_ajumjt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:57.576Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:57.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "keypair_zr0no4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:57.576Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:57.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_security_group_dy2e0l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:57.576Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:57.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "ellis_security_group_eozv4l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:57.576Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:57.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_security_group_dy2e0l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:57.589Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:57.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ff831667-8ff6-4050-a227-a8f034b23c4b"}, {"node_instance_id": "base_security_group_hvynbr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Creating node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_floatingip_z9dngd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Creating node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_security_group_ybucfg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Creating node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_floatingip_q0i05d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Creating node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "dime_security_group_51pirp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Creating node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "ellis_floatingip_kjcdae", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Creating node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "internal_sip_security_group_gekz07", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Creating node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "sprout_security_group_bek7w7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Creating node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "vellum_security_group_hapi8b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Creating node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_floatingip_z9dngd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_floatingip_q0i05d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "ellis_floatingip_kjcdae", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "base_security_group_hvynbr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_security_group_ybucfg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "dime_security_group_51pirp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "internal_sip_security_group_gekz07", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "sprout_security_group_bek7w7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "vellum_security_group_hapi8b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "ellis_floatingip_kjcdae", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "homer_security_group_ajumjt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "keypair_zr0no4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.635Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_security_group_dy2e0l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ff831667-8ff6-4050-a227-a8f034b23c4b"}, {"node_instance_id": "bono_security_group_dy2e0l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ff831667-8ff6-4050-a227-a8f034b23c4b"}, {"node_instance_id": "ellis_security_group_eozv4l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "6ce32e98-0667-4afa-9ab1-92f7a8ad8621"}, {"node_instance_id": "bono_security_group_dy2e0l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ff831667-8ff6-4050-a227-a8f034b23c4b"}, {"node_instance_id": "bono_security_group_dy2e0l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ff831667-8ff6-4050-a227-a8f034b23c4b"}, {"node_instance_id": "bono_security_group_dy2e0l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ff831667-8ff6-4050-a227-a8f034b23c4b"}, {"node_instance_id": "homer_security_group_ajumjt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "1d128cea-7ba3-40e1-8e0d-666f83cf6f16"}, {"node_instance_id": "ellis_security_group_eozv4l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "6ce32e98-0667-4afa-9ab1-92f7a8ad8621"}, {"node_instance_id": "homer_security_group_ajumjt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "1d128cea-7ba3-40e1-8e0d-666f83cf6f16"}, {"node_instance_id": "bono_security_group_dy2e0l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ff831667-8ff6-4050-a227-a8f034b23c4b"}, {"node_instance_id": "bono_security_group_dy2e0l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ff831667-8ff6-4050-a227-a8f034b23c4b"}, {"node_instance_id": "bono_security_group_dy2e0l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ff831667-8ff6-4050-a227-a8f034b23c4b"}, {"node_instance_id": "bono_security_group_dy2e0l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ff831667-8ff6-4050-a227-a8f034b23c4b"}, {"node_instance_id": "bono_security_group_dy2e0l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ff831667-8ff6-4050-a227-a8f034b23c4b"}, {"node_instance_id": "ellis_security_group_eozv4l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "6ce32e98-0667-4afa-9ab1-92f7a8ad8621"}, {"node_instance_id": "bono_security_group_dy2e0l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ff831667-8ff6-4050-a227-a8f034b23c4b"}, {"node_instance_id": "bono_security_group_dy2e0l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ff831667-8ff6-4050-a227-a8f034b23c4b"}], "metadata": {"pagination": {"total": 57, "offset": 0, "size": 50}}} 2018-08-27 14:24:58,821 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:58,821 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:58 GMT 2018-08-27 14:24:58,822 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:58,822 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28621 2018-08-27 14:24:58,822 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:24:58,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-08-27 14:24:58,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:24:58,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:24:58,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:24:58,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:24:58,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-27 14:24:58,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-27 14:24:58,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-27 14:24:58,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-08-27 14:24:58,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-27 14:24:58,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-27 14:24:58,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478} 2018-08-27 14:24:58,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:24:58,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:24:58,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:24:58,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:24:58,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:24:58,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:24:58,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:24:58,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:24:58,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:24:58,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-27 14:24:58,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-27 14:24:58,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-27 14:24:58,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-27 14:24:58,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-27 14:24:58,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-27 14:24:58,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-27 14:24:58,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-27 14:24:58,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-27 14:24:58,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-27 14:24:58,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-27 14:24:58,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-08-27 14:24:58,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:24:58,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:24:58,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:24:58,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:24:58,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:24:58,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:24:58,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:24:58,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:24:58,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:24:58,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:24:58,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:24:58,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:24:58,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669} 2018-08-27 14:24:58,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'} 2018-08-27 14:24:58,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443} 2018-08-27 14:24:58,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-08-27 14:24:58,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060} 2018-08-27 14:24:58,831 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/565712dc-1752-4d35-b69a-2c3f1068d31a 2018-08-27 14:24:58,994 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:24:58,994 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:24:58,994 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:24:58,994 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:24:58,994 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:24:58,994 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:24:58,994 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:24:58,994 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:24:53.518Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "565712dc-1752-4d35-b69a-2c3f1068d31a"} 2018-08-27 14:24:58,995 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:24:58,995 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:24:59 GMT 2018-08-27 14:24:58,995 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:24:58,995 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-27 14:24:58,995 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:04,000 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:25:04,070 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:04,070 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:04,070 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:04,070 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:04,070 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:04,070 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:04,071 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:04,071 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_security_group_dy2e0l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ff831667-8ff6-4050-a227-a8f034b23c4b"}, {"node_instance_id": "homer_security_group_ajumjt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "1d128cea-7ba3-40e1-8e0d-666f83cf6f16"}, {"node_instance_id": "ellis_security_group_eozv4l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "6ce32e98-0667-4afa-9ab1-92f7a8ad8621"}, {"node_instance_id": "homer_security_group_ajumjt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "1d128cea-7ba3-40e1-8e0d-666f83cf6f16"}, {"node_instance_id": "bono_security_group_dy2e0l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ff831667-8ff6-4050-a227-a8f034b23c4b"}, {"node_instance_id": "bono_security_group_dy2e0l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ff831667-8ff6-4050-a227-a8f034b23c4b"}, {"node_instance_id": "keypair_zr0no4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:58.667Z", "message": "Using external resource keypair: cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "level": "info", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:58.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "54a26261-b5a3-4001-aae0-073232c871a5"}, {"node_instance_id": "keypair_zr0no4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:59.666Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:59.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "keypair_zr0no4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:59.666Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:59.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "vellum_security_group_hapi8b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:59.666Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:59.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "keypair_zr0no4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:59.666Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:59.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "vellum_security_group_hapi8b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:59.676Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:59.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "bd4c580c-111d-4ba5-a425-ad4e7ad51bf0"}, {"node_instance_id": "vellum_security_group_hapi8b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:59.676Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:59.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "bd4c580c-111d-4ba5-a425-ad4e7ad51bf0"}, {"node_instance_id": "vellum_security_group_hapi8b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:59.676Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:59.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "bd4c580c-111d-4ba5-a425-ad4e7ad51bf0"}, {"node_instance_id": "vellum_security_group_hapi8b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:59.676Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:59.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "bd4c580c-111d-4ba5-a425-ad4e7ad51bf0"}, {"node_instance_id": "vellum_security_group_hapi8b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:59.676Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:59.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "bd4c580c-111d-4ba5-a425-ad4e7ad51bf0"}, {"node_instance_id": "vellum_security_group_hapi8b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:59.676Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:59.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "bd4c580c-111d-4ba5-a425-ad4e7ad51bf0"}, {"node_instance_id": "vellum_security_group_hapi8b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:59.676Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:59.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "bd4c580c-111d-4ba5-a425-ad4e7ad51bf0"}, {"node_instance_id": "vellum_security_group_hapi8b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:59.676Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:59.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "bd4c580c-111d-4ba5-a425-ad4e7ad51bf0"}, {"node_instance_id": "vellum_security_group_hapi8b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:59.676Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:59.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "bd4c580c-111d-4ba5-a425-ad4e7ad51bf0"}, {"node_instance_id": "vellum_security_group_hapi8b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:59.676Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:59.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "bd4c580c-111d-4ba5-a425-ad4e7ad51bf0"}, {"node_instance_id": "vellum_security_group_hapi8b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:59.676Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:59.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "bd4c580c-111d-4ba5-a425-ad4e7ad51bf0"}, {"node_instance_id": "vellum_security_group_hapi8b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:24:59.676Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:24:59.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "bd4c580c-111d-4ba5-a425-ad4e7ad51bf0"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:00.674Z", "message": "Creating node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:00.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:00.674Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:00.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "base_security_group_hvynbr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:00.674Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:00.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "ellis_floatingip_kjcdae", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:00.674Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:00.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "ellis_floatingip_kjcdae", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:00.683Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', u'created_at': u'2018-08-27T14:24:59Z', u'updated_at': u'2018-08-27T14:24:59Z', u'floating_network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.207', u'revision_number': 0, u'project_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', u'port_id': None, u'id': u'00852867-0ca6-4faf-b30a-a29ef5137b58', u'qos_policy_id': None}", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:00.683Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "7e1481f9-9fe5-47fe-aacb-7007a2ef6914"}, {"node_instance_id": "ellis_floatingip_kjcdae", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:01.679Z", "message": "Configuring node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:01.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "ellis_floatingip_kjcdae", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:01.679Z", "message": "Starting node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:01.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "base_security_group_hvynbr", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:01.691Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:01.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "5bec7d32-fe00-46ec-b993-0e5a013d74d8"}, {"node_instance_id": "base_security_group_hvynbr", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:01.691Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:01.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "5bec7d32-fe00-46ec-b993-0e5a013d74d8"}, {"node_instance_id": "base_security_group_hvynbr", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:01.691Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:01.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "5bec7d32-fe00-46ec-b993-0e5a013d74d8"}, {"node_instance_id": "base_security_group_hvynbr", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:01.691Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:01.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "5bec7d32-fe00-46ec-b993-0e5a013d74d8"}, {"node_instance_id": "base_security_group_hvynbr", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:01.691Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:01.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "5bec7d32-fe00-46ec-b993-0e5a013d74d8"}, {"node_instance_id": "base_security_group_hvynbr", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:01.691Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:01.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "5bec7d32-fe00-46ec-b993-0e5a013d74d8"}, {"node_instance_id": "base_security_group_hvynbr", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:01.691Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:01.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "5bec7d32-fe00-46ec-b993-0e5a013d74d8"}, {"node_instance_id": "base_security_group_hvynbr", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:01.691Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:01.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "5bec7d32-fe00-46ec-b993-0e5a013d74d8"}, {"node_instance_id": "ellis_security_group_eozv4l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:02.688Z", "message": "Configuring node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:02.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "sprout_security_group_bek7w7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:02.688Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:02.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "ellis_security_group_eozv4l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:02.688Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:02.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "sprout_security_group_bek7w7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:02.732Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:02.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "b2e49ce6-4ae0-42c3-a7c3-f2110fafae71"}, {"node_instance_id": "sprout_security_group_bek7w7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:03.695Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:03.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "b2e49ce6-4ae0-42c3-a7c3-f2110fafae71"}, {"node_instance_id": "homer_security_group_ajumjt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:03.700Z", "message": "Configuring node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:03.700Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "ellis_security_group_eozv4l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:03.700Z", "message": "Starting node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:03.700Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "dime_security_group_51pirp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:03.700Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:03.700Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "homer_security_group_ajumjt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:03.700Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:03.700Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}], "metadata": {"pagination": {"total": 97, "offset": 50, "size": 50}}} 2018-08-27 14:25:04,071 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:04,071 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:04 GMT 2018-08-27 14:25:04,071 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:04,071 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28896 2018-08-27 14:25:04,071 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:04,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062} 2018-08-27 14:25:04,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888} 2018-08-27 14:25:04,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80} 2018-08-27 14:25:04,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-08-27 14:25:04,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478} 2018-08-27 14:25:04,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060} 2018-08-27 14:25:04,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Using external resource keypair: cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2 2018-08-27 14:25:04,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:04,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:04,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-27 14:25:04,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-08-27 14:25:04,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:25:04,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:25:04,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:25:04,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:25:04,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:25:04,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:25:04,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667} 2018-08-27 14:25:04,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211} 2018-08-27 14:25:04,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311} 2018-08-27 14:25:04,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000} 2018-08-27 14:25:04,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253} 2018-08-27 14:25:04,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-08-27 14:25:04,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:25:04,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-27 14:25:04,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-27 14:25:04,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-27 14:25:04,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', u'created_at': u'2018-08-27T14:24:59Z', u'updated_at': u'2018-08-27T14:24:59Z', u'floating_network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.207', u'revision_number': 0, u'project_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', u'port_id': None, u'id': u'00852867-0ca6-4faf-b30a-a29ef5137b58', u'qos_policy_id': None} 2018-08-27 14:25:04,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:04,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:04,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:25:04,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:25:04,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:25:04,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:25:04,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-08-27 14:25:04,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380} 2018-08-27 14:25:04,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000} 2018-08-27 14:25:04,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161} 2018-08-27 14:25:04,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:04,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-27 14:25:04,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-27 14:25:04,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888} 2018-08-27 14:25:04,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:25:04,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:04,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:04,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-27 14:25:04,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-27 14:25:04,081 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/565712dc-1752-4d35-b69a-2c3f1068d31a 2018-08-27 14:25:04,140 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:04,140 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:04,140 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:04,141 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:04,141 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:04,141 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:04,141 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:04,141 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:24:53.518Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "565712dc-1752-4d35-b69a-2c3f1068d31a"} 2018-08-27 14:25:04,141 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:04,141 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:04 GMT 2018-08-27 14:25:04,141 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:04,141 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-27 14:25:04,142 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:09,147 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:25:09,227 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:09,227 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:09,228 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:09,228 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:09,228 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:09,228 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:09,228 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:09,228 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_security_group_51pirp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:04.701Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:04.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "fbe98f0a-13ca-4a7f-8493-28c7d9888e00"}, {"node_instance_id": "dime_security_group_51pirp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:04.701Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:04.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "fbe98f0a-13ca-4a7f-8493-28c7d9888e00"}, {"node_instance_id": "dime_security_group_51pirp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:04.701Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:04.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "fbe98f0a-13ca-4a7f-8493-28c7d9888e00"}, {"node_instance_id": "dime_security_group_51pirp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:04.701Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:04.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "fbe98f0a-13ca-4a7f-8493-28c7d9888e00"}, {"node_instance_id": "dime_security_group_51pirp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:04.701Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:04.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "fbe98f0a-13ca-4a7f-8493-28c7d9888e00"}, {"node_instance_id": "dime_security_group_51pirp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:04.701Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:04.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "fbe98f0a-13ca-4a7f-8493-28c7d9888e00"}, {"node_instance_id": "homer_security_group_ajumjt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:04.705Z", "message": "Starting node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:04.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_security_group_dy2e0l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:05.719Z", "message": "Configuring node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:05.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "vellum_security_group_hapi8b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:05.719Z", "message": "Configuring node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:05.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_floatingip_q0i05d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:05.719Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:05.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "internal_sip_security_group_gekz07", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:05.719Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:05.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_security_group_dy2e0l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:05.719Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:05.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "vellum_security_group_hapi8b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:05.719Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:05.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "internal_sip_security_group_gekz07", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:05.794Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:05.794Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "b1903289-1eb2-4868-8b16-c1c9f77d35e9"}, {"node_instance_id": "internal_sip_security_group_gekz07", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:06.854Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:06.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "b1903289-1eb2-4868-8b16-c1c9f77d35e9"}, {"node_instance_id": "internal_sip_security_group_gekz07", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:06.854Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:06.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "b1903289-1eb2-4868-8b16-c1c9f77d35e9"}, {"node_instance_id": "internal_sip_security_group_gekz07", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:06.854Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:06.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "b1903289-1eb2-4868-8b16-c1c9f77d35e9"}, {"node_instance_id": "internal_sip_security_group_gekz07", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:06.854Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:06.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "b1903289-1eb2-4868-8b16-c1c9f77d35e9"}, {"node_instance_id": "internal_sip_security_group_gekz07", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:06.854Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:06.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "b1903289-1eb2-4868-8b16-c1c9f77d35e9"}, {"node_instance_id": "base_security_group_hvynbr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:06.866Z", "message": "Configuring node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:06.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_security_group_dy2e0l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:06.866Z", "message": "Starting node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:06.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "vellum_security_group_hapi8b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:06.866Z", "message": "Starting node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:06.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_floatingip_z9dngd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:06.866Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:06.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_security_group_ybucfg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:06.866Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:06.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "base_security_group_hvynbr", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:06.866Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:06.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "sprout_security_group_bek7w7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:06.866Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:06.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_security_group_ybucfg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:07.870Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:07.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ee9d8aa8-4e5a-4369-9d48-694320261ad6"}, {"node_instance_id": "bind_security_group_ybucfg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:07.870Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:07.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ee9d8aa8-4e5a-4369-9d48-694320261ad6"}, {"node_instance_id": "bind_security_group_ybucfg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:07.870Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:07.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ee9d8aa8-4e5a-4369-9d48-694320261ad6"}, {"node_instance_id": "bind_security_group_ybucfg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:07.870Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:07.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ee9d8aa8-4e5a-4369-9d48-694320261ad6"}, {"node_instance_id": "sprout_security_group_bek7w7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:07.873Z", "message": "Configuring node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:07.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:07.873Z", "message": "Creating node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:07.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:07.873Z", "message": "Creating node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:07.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:07.873Z", "message": "Creating node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:07.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:07.873Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:07.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:07.873Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:07.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "base_security_group_hvynbr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:07.873Z", "message": "Starting node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:07.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "sprout_security_group_bek7w7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:07.873Z", "message": "Starting node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:07.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_floatingip_q0i05d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:08.876Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', u'created_at': u'2018-08-27T14:25:07Z', u'updated_at': u'2018-08-27T14:25:07Z', u'floating_network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.202', u'revision_number': 0, u'project_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', u'port_id': None, u'id': u'17821b1f-1ed6-404f-aac0-7518ec9b5c4f', u'qos_policy_id': None}", "level": "info", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:08.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "52133bde-fd21-4be6-8c12-f554ebabba90"}, {"node_instance_id": "dime_security_group_51pirp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:08.881Z", "message": "Configuring node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:08.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:08.881Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:08.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:08.881Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:08.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:08.881Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:08.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_floatingip_q0i05d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:08.881Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:08.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "dime_security_group_51pirp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:08.881Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:08.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}], "metadata": {"pagination": {"total": 142, "offset": 97, "size": 50}}} 2018-08-27 14:25:09,228 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:09,228 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:09 GMT 2018-08-27 14:25:09,228 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:09,229 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25979 2018-08-27 14:25:09,229 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:09,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:25:09,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:25:09,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:25:09,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888} 2018-08-27 14:25:09,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888} 2018-08-27 14:25:09,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889} 2018-08-27 14:25:09,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:09,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:09,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:09,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-27 14:25:09,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-27 14:25:09,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-27 14:25:09,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-27 14:25:09,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-08-27 14:25:09,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:25:09,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:25:09,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:25:09,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052} 2018-08-27 14:25:09,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054} 2018-08-27 14:25:09,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:09,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:09,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:09,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-27 14:25:09,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-27 14:25:09,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-27 14:25:09,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-27 14:25:09,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:25:09,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 14:25:09,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53} 2018-08-27 14:25:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53} 2018-08-27 14:25:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:25:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:25:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:25:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-27 14:25:09,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-27 14:25:09,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:09,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:09,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', u'created_at': u'2018-08-27T14:25:07Z', u'updated_at': u'2018-08-27T14:25:07Z', u'floating_network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.202', u'revision_number': 0, u'project_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', u'port_id': None, u'id': u'17821b1f-1ed6-404f-aac0-7518ec9b5c4f', u'qos_policy_id': None} 2018-08-27 14:25:09,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:09,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-27 14:25:09,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-27 14:25:09,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-27 14:25:09,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-27 14:25:09,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-27 14:25:09,237 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/565712dc-1752-4d35-b69a-2c3f1068d31a 2018-08-27 14:25:09,340 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:09,341 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:09,341 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:09,341 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:09,341 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:09,341 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:09,341 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:09,341 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:24:53.518Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "565712dc-1752-4d35-b69a-2c3f1068d31a"} 2018-08-27 14:25:09,341 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:09,341 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:09 GMT 2018-08-27 14:25:09,342 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:09,342 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-27 14:25:09,342 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:14,347 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:25:14,414 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:14,414 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:14,414 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:14,414 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:14,415 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:14,415 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:14,415 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:14,415 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_floatingip_q0i05d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:09.905Z", "message": "Configuring node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:09.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_floatingip_q0i05d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:09.905Z", "message": "Starting node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:09.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "dime_security_group_51pirp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:09.905Z", "message": "Starting node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:09.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:09.922Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_type': u'keypair'}]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:09.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "023ac06c-cb92-4c5f-9927-6c0c34f78f0d"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:09.922Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_type': u'keypair'}, {u'external_id': u'f70983bf-b39e-4e6d-ad9c-433aa64a5701', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'77563c66-3904-4cf1-86c5-afccf5781e70', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:09.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ed6a2a11-3b5f-4f4f-b779-83ee4373157e"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:09.922Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_nv8bn4'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:09.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ed6a2a11-3b5f-4f4f-b779-83ee4373157e"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:09.922Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_7799qc'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:09.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "023ac06c-cb92-4c5f-9927-6c0c34f78f0d"}, {"node_instance_id": "bind_floatingip_z9dngd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:10.987Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', u'created_at': u'2018-08-27T14:25:09Z', u'updated_at': u'2018-08-27T14:25:09Z', u'floating_network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.201', u'revision_number': 0, u'project_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', u'port_id': None, u'id': u'12b0f7c8-b256-45ce-a26b-19a612157385', u'qos_policy_id': None}", "level": "info", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:10.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "c0858cb7-dd44-486a-939a-f042b1bc6f6e"}, {"node_instance_id": "bind_floatingip_z9dngd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:10.991Z", "message": "Configuring node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:10.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:10.991Z", "message": "Creating node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:10.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:10.991Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:10.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:10.991Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:10.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:10.991Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:10.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_floatingip_z9dngd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:10.991Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:10.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "internal_sip_security_group_gekz07", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:10.991Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:10.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:12.007Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:12.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "023ac06c-cb92-4c5f-9927-6c0c34f78f0d"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:12.007Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_7799qc', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'}", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:12.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "023ac06c-cb92-4c5f-9927-6c0c34f78f0d"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:12.007Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_type': u'keypair'}, {u'external_id': u'f70983bf-b39e-4e6d-ad9c-433aa64a5701', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'6e8085a6-8450-4c2e-9893-f12b3d10808c', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}]", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:12.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "518f4a95-8963-4a3b-a6d3-79e98f47bb2b"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:12.007Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_type': u'keypair'}, {u'external_id': u'f70983bf-b39e-4e6d-ad9c-433aa64a5701', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'863f624c-ca15-4150-a8f9-52d9dd6e62b6', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'00852867-0ca6-4faf-b30a-a29ef5137b58', u'floating_ip_address': u'172.30.9.207', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:12.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ddf6304f-9522-4f65-bf85-af23669b78fd"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:12.007Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_7799qc', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:12.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "023ac06c-cb92-4c5f-9927-6c0c34f78f0d"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:12.007Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_q7heh3'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:12.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ddf6304f-9522-4f65-bf85-af23669b78fd"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:12.007Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_9n0u9j'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:12.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "518f4a95-8963-4a3b-a6d3-79e98f47bb2b"}, {"node_instance_id": "bind_security_group_ybucfg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:12.012Z", "message": "Configuring node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:12.012Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "internal_sip_security_group_gekz07", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:12.012Z", "message": "Configuring node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:12.012Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_floatingip_z9dngd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:12.012Z", "message": "Starting node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:12.012Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "internal_sip_security_group_gekz07", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:12.012Z", "message": "Starting node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:12.012Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:12.012Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:12.012Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_security_group_ybucfg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:12.012Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:12.012Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:13.021Z", "message": "Creating node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:13.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:13.021Z", "message": "Creating node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:13.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:13.021Z", "message": "Creating node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:13.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:13.021Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:13.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_security_group_ybucfg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:13.021Z", "message": "Starting node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:13.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:13.022Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:13.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ed6a2a11-3b5f-4f4f-b779-83ee4373157e"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:13.022Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_nv8bn4', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'}", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:13.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ed6a2a11-3b5f-4f4f-b779-83ee4373157e"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:13.022Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_type': u'keypair'}, {u'external_id': u'f70983bf-b39e-4e6d-ad9c-433aa64a5701', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'393d6629-298d-4f50-9430-9aa1df515d88', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:13.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "0ec2b9c1-147f-491b-ae28-91e90e4e1d08"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:13.022Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_nv8bn4', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:13.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ed6a2a11-3b5f-4f4f-b779-83ee4373157e"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:13.022Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_gbn1m1'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:13.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "0ec2b9c1-147f-491b-ae28-91e90e4e1d08"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:14.027Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:14.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:14.027Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:14.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:14.377Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_9n0u9j', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:14.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "518f4a95-8963-4a3b-a6d3-79e98f47bb2b"}], "metadata": {"pagination": {"total": 183, "offset": 142, "size": 50}}} 2018-08-27 14:25:14,415 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:14,415 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:14 GMT 2018-08-27 14:25:14,415 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:14,415 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26332 2018-08-27 14:25:14,415 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:14,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:14,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:14,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:14,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_type': u'keypair'}] 2018-08-27 14:25:14,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_type': u'keypair'}, {u'external_id': u'f70983bf-b39e-4e6d-ad9c-433aa64a5701', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'77563c66-3904-4cf1-86c5-afccf5781e70', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}] 2018-08-27 14:25:14,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_nv8bn4'} 2018-08-27 14:25:14,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_7799qc'} 2018-08-27 14:25:14,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', u'created_at': u'2018-08-27T14:25:09Z', u'updated_at': u'2018-08-27T14:25:09Z', u'floating_network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.201', u'revision_number': 0, u'project_id': u'a5a7695a253949cc8e3f1cdb7d696ecf', u'port_id': None, u'id': u'12b0f7c8-b256-45ce-a26b-19a612157385', u'qos_policy_id': None} 2018-08-27 14:25:14,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:14,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:25:14,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-27 14:25:14,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-27 14:25:14,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-27 14:25:14,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-27 14:25:14,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-27 14:25:14,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-27 14:25:14,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_7799qc', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'} 2018-08-27 14:25:14,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_type': u'keypair'}, {u'external_id': u'f70983bf-b39e-4e6d-ad9c-433aa64a5701', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'6e8085a6-8450-4c2e-9893-f12b3d10808c', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}] 2018-08-27 14:25:14,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_type': u'keypair'}, {u'external_id': u'f70983bf-b39e-4e6d-ad9c-433aa64a5701', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'863f624c-ca15-4150-a8f9-52d9dd6e62b6', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'00852867-0ca6-4faf-b30a-a29ef5137b58', u'floating_ip_address': u'172.30.9.207', u'external_type': u'floatingip'}] 2018-08-27 14:25:14,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_7799qc', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'} 2018-08-27 14:25:14,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_q7heh3'} 2018-08-27 14:25:14,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_9n0u9j'} 2018-08-27 14:25:14,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:14,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:14,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:14,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:14,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-27 14:25:14,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-27 14:25:14,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:25:14,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:25:14,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-27 14:25:14,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-27 14:25:14,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:14,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-27 14:25:14,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_nv8bn4', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'} 2018-08-27 14:25:14,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_type': u'keypair'}, {u'external_id': u'f70983bf-b39e-4e6d-ad9c-433aa64a5701', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'393d6629-298d-4f50-9430-9aa1df515d88', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}] 2018-08-27 14:25:14,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_nv8bn4', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'} 2018-08-27 14:25:14,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_gbn1m1'} 2018-08-27 14:25:14,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-27 14:25:14,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-27 14:25:14,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_9n0u9j', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'} 2018-08-27 14:25:14,423 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/565712dc-1752-4d35-b69a-2c3f1068d31a 2018-08-27 14:25:14,482 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:14,482 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:14,482 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:14,482 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:14,482 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:14,483 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:14,483 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:14,483 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:24:53.518Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "565712dc-1752-4d35-b69a-2c3f1068d31a"} 2018-08-27 14:25:14,483 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:14,483 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:14 GMT 2018-08-27 14:25:14,483 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:14,483 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-27 14:25:14,483 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:19,489 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:25:19,559 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:19,559 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:19,559 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:19,559 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:19,559 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:19,559 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:19,560 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:19,560 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:15.033Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:15.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "0ec2b9c1-147f-491b-ae28-91e90e4e1d08"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:15.033Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:15.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ddf6304f-9522-4f65-bf85-af23669b78fd"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:15.033Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:15.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "518f4a95-8963-4a3b-a6d3-79e98f47bb2b"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:15.033Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_gbn1m1', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'}", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:15.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "0ec2b9c1-147f-491b-ae28-91e90e4e1d08"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:15.033Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_q7heh3', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'}", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:15.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ddf6304f-9522-4f65-bf85-af23669b78fd"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:15.033Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_9n0u9j', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'}", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:15.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "518f4a95-8963-4a3b-a6d3-79e98f47bb2b"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:15.033Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_gbn1m1', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:15.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "0ec2b9c1-147f-491b-ae28-91e90e4e1d08"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:15.033Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_q7heh3', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:15.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ddf6304f-9522-4f65-bf85-af23669b78fd"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:16.698Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:16.698Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:17.284Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:17.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:17.284Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:17.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:17.284Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:17.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:17.625Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_type': u'keypair'}, {u'external_id': u'f70983bf-b39e-4e6d-ad9c-433aa64a5701', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'8c0b5ff3-9d0e-491c-bacd-75d42b852c3a', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'12b0f7c8-b256-45ce-a26b-19a612157385', u'floating_ip_address': u'172.30.9.201', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:17.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "77ed79fd-8bf0-4740-86e8-7af38ce252a9"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:18.046Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_type': u'keypair'}, {u'external_id': u'f70983bf-b39e-4e6d-ad9c-433aa64a5701', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'db1413cf-eead-4516-a1c8-3a02ff937392', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'e8c58459-2368-41c4-877a-8c5f49ef1b55', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'17821b1f-1ed6-404f-aac0-7518ec9b5c4f', u'floating_ip_address': u'172.30.9.202', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:18.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "093d7eac-89bd-4f42-add8-1939e8d2c842"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:18.046Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_uij9k6'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:18.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "77ed79fd-8bf0-4740-86e8-7af38ce252a9"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:18.046Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_kej3zh'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:18.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "093d7eac-89bd-4f42-add8-1939e8d2c842"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:18.339Z", "message": "Configuring node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:18.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:18.339Z", "message": "Configuring node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:18.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:18.339Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:18.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:18.339Z", "message": "Starting node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:18.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:18.339Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:18.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:18.339Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:18.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:18.339Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:18.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:18.339Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:18.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:19.071Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_type': u'keypair'}, {u'external_id': u'f70983bf-b39e-4e6d-ad9c-433aa64a5701', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'e8c58459-2368-41c4-877a-8c5f49ef1b55', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'b3a0f15b-ed46-441d-a2ab-2987b34741b5', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:19.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ef64f67e-f59e-419f-a38e-e46e9b202243"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:19.071Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_s7grio'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:19.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ef64f67e-f59e-419f-a38e-e46e9b202243"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:19.406Z", "message": "Configuring node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:19.406Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:19.406Z", "message": "Configuring node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:19.406Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:19.406Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:19.406Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:19.406Z", "message": "Starting node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:19.406Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:19.406Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:19.406Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:19.406Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:19.406Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}], "metadata": {"pagination": {"total": 215, "offset": 183, "size": 50}}} 2018-08-27 14:25:19,560 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:19,560 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:19 GMT 2018-08-27 14:25:19,560 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:19,560 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20947 2018-08-27 14:25:19,560 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:19,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-27 14:25:19,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-27 14:25:19,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-27 14:25:19,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_gbn1m1', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'} 2018-08-27 14:25:19,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_q7heh3', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'} 2018-08-27 14:25:19,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_9n0u9j', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'} 2018-08-27 14:25:19,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_gbn1m1', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'} 2018-08-27 14:25:19,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_q7heh3', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'} 2018-08-27 14:25:19,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-27 14:25:19,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-27 14:25:19,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-27 14:25:19,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-27 14:25:19,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_type': u'keypair'}, {u'external_id': u'f70983bf-b39e-4e6d-ad9c-433aa64a5701', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'8c0b5ff3-9d0e-491c-bacd-75d42b852c3a', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'12b0f7c8-b256-45ce-a26b-19a612157385', u'floating_ip_address': u'172.30.9.201', u'external_type': u'floatingip'}] 2018-08-27 14:25:19,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_type': u'keypair'}, {u'external_id': u'f70983bf-b39e-4e6d-ad9c-433aa64a5701', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'db1413cf-eead-4516-a1c8-3a02ff937392', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'e8c58459-2368-41c4-877a-8c5f49ef1b55', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'17821b1f-1ed6-404f-aac0-7518ec9b5c4f', u'floating_ip_address': u'172.30.9.202', u'external_type': u'floatingip'}] 2018-08-27 14:25:19,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_uij9k6'} 2018-08-27 14:25:19,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_kej3zh'} 2018-08-27 14:25:19,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:19,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:19,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-27 14:25:19,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:19,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-27 14:25:19,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-27 14:25:19,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-27 14:25:19,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-27 14:25:19,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', u'external_type': u'keypair'}, {u'external_id': u'f70983bf-b39e-4e6d-ad9c-433aa64a5701', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'e8c58459-2368-41c4-877a-8c5f49ef1b55', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'b3a0f15b-ed46-441d-a2ab-2987b34741b5', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}] 2018-08-27 14:25:19,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_s7grio'} 2018-08-27 14:25:19,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:19,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:19,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-27 14:25:19,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:19,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-27 14:25:19,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-27 14:25:19,567 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/565712dc-1752-4d35-b69a-2c3f1068d31a 2018-08-27 14:25:19,660 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:19,660 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:19,660 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:19,660 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:19,660 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:19,660 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:19,661 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:19,661 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:24:53.518Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "565712dc-1752-4d35-b69a-2c3f1068d31a"} 2018-08-27 14:25:19,661 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:19,661 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:19 GMT 2018-08-27 14:25:19,661 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:19,661 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-27 14:25:19,661 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:24,667 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:25:24,736 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:24,736 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:24,736 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:24,736 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:24,736 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:24,736 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:24,737 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:24,737 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:20.283Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_uij9k6', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:20.283Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "77ed79fd-8bf0-4740-86e8-7af38ce252a9"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:20.412Z", "message": "Configuring node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:20.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:20.412Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:20.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:20.412Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:20.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:20.412Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:20.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:20.412Z", "message": "Starting node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:20.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:20.412Z", "message": "Starting node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:20.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:20.412Z", "message": "Starting node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:20.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:21.095Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:21.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "77ed79fd-8bf0-4740-86e8-7af38ce252a9"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:21.095Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_uij9k6', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'}", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:21.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "77ed79fd-8bf0-4740-86e8-7af38ce252a9"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:21.417Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:None state. Retrying... [retry_after=30]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:None state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:None state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T14:25:21.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:21.417Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:21.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:22.125Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:22.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "093d7eac-89bd-4f42-add8-1939e8d2c842"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:22.125Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_kej3zh', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'}", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:22.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "093d7eac-89bd-4f42-add8-1939e8d2c842"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:22.125Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_kej3zh', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:22.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "093d7eac-89bd-4f42-add8-1939e8d2c842"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:22.423Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T14:25:22.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:22.423Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:22.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:23.129Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:23.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ef64f67e-f59e-419f-a38e-e46e9b202243"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:23.129Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_s7grio', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'}", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:23.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ef64f67e-f59e-419f-a38e-e46e9b202243"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:23.129Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_s7grio', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:23.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a", "logger": "ef64f67e-f59e-419f-a38e-e46e9b202243"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:23.426Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:23.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:24.632Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:None state. Retrying... [retry_after=30]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:None state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:None state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T14:25:24.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:24.632Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T14:25:24.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:24.632Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:24.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:24.632Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:24.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}], "metadata": {"pagination": {"total": 240, "offset": 215, "size": 50}}} 2018-08-27 14:25:24,737 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:24,737 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:24 GMT 2018-08-27 14:25:24,737 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:24,737 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18127 2018-08-27 14:25:24,737 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:24,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_uij9k6', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'} 2018-08-27 14:25:24,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:24,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-27 14:25:24,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-27 14:25:24,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-27 14:25:24,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:24,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:24,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:24,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-27 14:25:24,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_uij9k6', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'} 2018-08-27 14:25:24,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:None state. Retrying... [retry_after=30] 2018-08-27 14:25:24,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-27 14:25:24,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-27 14:25:24,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_kej3zh', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'} 2018-08-27 14:25:24,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_kej3zh', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'} 2018-08-27 14:25:24,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-08-27 14:25:24,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-27 14:25:24,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-27 14:25:24,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_s7grio', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'} 2018-08-27 14:25:24,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_s7grio', 'key_name': u'cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'image': u'aa3c032f-b9ce-412b-b309-066272c9b080', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2', 'cloudify_management_network_id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}, 'nics': [{'net-id': u'4d93ace2-0952-4f10-aafe-6a7fe832b132'}], 'flavor': u'2b3d9eb8-437f-4a4a-b005-246f7f15854a'} 2018-08-27 14:25:24,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-27 14:25:24,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:None state. Retrying... [retry_after=30] 2018-08-27 14:25:24,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-08-27 14:25:24,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-27 14:25:24,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-27 14:25:24,743 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/565712dc-1752-4d35-b69a-2c3f1068d31a 2018-08-27 14:25:25,368 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:25,368 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:25,368 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:25,368 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:25,368 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:25,368 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:25,369 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:25,369 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:24:53.518Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "565712dc-1752-4d35-b69a-2c3f1068d31a"} 2018-08-27 14:25:25,369 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:25,369 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:25 GMT 2018-08-27 14:25:25,369 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:25,369 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-27 14:25:25,369 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:30,375 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:25:30,465 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:30,465 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:30,466 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:30,466 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:30,466 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:30,466 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:30,466 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:30,466 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_uij9k6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:25.637Z", "message": "Configuring node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:25.637Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:25.637Z", "message": "Configuring node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:25.637Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:25.637Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T14:25:25.637Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:26.698Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:26.698Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:26.698Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:26.698Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:26.698Z", "message": "Starting node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:26.698Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:26.698Z", "message": "Starting node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:26.698Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:26.698Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:26.698Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:26.698Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:26.698Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:26.698Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:26.698Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:27.703Z", "message": "Configuring node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:27.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:28.713Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:28.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:28.713Z", "message": "Starting node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:28.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:28.713Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:scheduling state. Retrying... [retry_after=30]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:scheduling state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:scheduling state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T14:25:28.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:28.713Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:28.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": null, "event_type": "workflow_failed", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:29.761Z", "message": "'install' workflow execution failed: RuntimeError: Workflow failed: Task failed 'nova_plugin.server.start' -> Unexpected server state ERROR:None", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:29.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:29.761Z", "message": "Task failed 'nova_plugin.server.start' -> Unexpected server state ERROR:None", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Unexpected server state ERROR:None", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 413, in start\n server_task_state))\nNonRecoverableError: Unexpected server state ERROR:None\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:29.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}], "metadata": {"pagination": {"total": 257, "offset": 240, "size": 50}}} 2018-08-27 14:25:30,466 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:30,466 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:30 GMT 2018-08-27 14:25:30,467 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:30,467 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10371 2018-08-27 14:25:30,467 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:30,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:30,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:30,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-08-27 14:25:30,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-27 14:25:30,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-27 14:25:30,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:30,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:30,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-27 14:25:30,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-27 14:25:30,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-27 14:25:30,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-27 14:25:30,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-27 14:25:30,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-27 14:25:30,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:scheduling state. Retrying... [retry_after=30] 2018-08-27 14:25:30,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-27 14:25:30,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution failed: RuntimeError: Workflow failed: Task failed 'nova_plugin.server.start' -> Unexpected server state ERROR:None 2018-08-27 14:25:30,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.start' -> Unexpected server state ERROR:None 2018-08-27 14:25:30,470 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/565712dc-1752-4d35-b69a-2c3f1068d31a 2018-08-27 14:25:30,531 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:30,531 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:30,531 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:30,531 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:30,532 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:30,532 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:30,532 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:30,532 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "failed", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:24:53.518Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 502, in _remote_workflow_child_thread\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 533, in _execute_workflow_function\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/workflows.py\", line 27, in install\n node_instances=set(ctx.node_instances))\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 28, in install_node_instances\n processor.install()\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 93, in install\n graph_finisher_func=self._finish_install)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 114, in _process_node_instances\n self.graph.execute()\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py\", line 133, in execute\n self._handle_terminated_task(task)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py\", line 207, in _handle_terminated_task\n raise RuntimeError(message)\nRuntimeError: Workflow failed: Task failed 'nova_plugin.server.start' -> Unexpected server state ERROR:None\n", "deployment_id": "clearwater-opnfv", "id": "565712dc-1752-4d35-b69a-2c3f1068d31a"} 2018-08-27 14:25:30,532 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:30,532 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:30 GMT 2018-08-27 14:25:30,532 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:30,532 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1678 2018-08-27 14:25:30,532 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:30,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {u'status': u'failed', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'clearwater-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-08-27T14:24:53.518Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'Traceback (most recent call last):\n File "/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py", line 502, in _remote_workflow_child_thread\n File "/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py", line 533, in _execute_workflow_function\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/workflows.py", line 27, in install\n node_instances=set(ctx.node_instances))\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py", line 28, in install_node_instances\n processor.install()\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py", line 93, in install\n graph_finisher_func=self._finish_install)\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py", line 114, in _process_node_instances\n self.graph.execute()\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py", line 133, in execute\n self._handle_terminated_task(task)\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py", line 207, in _handle_terminated_task\n raise RuntimeError(message)\nRuntimeError: Workflow failed: Task failed \'nova_plugin.server.start\' -> Unexpected server state ERROR:None\n', u'deployment_id': u'clearwater-opnfv', u'id': u'565712dc-1752-4d35-b69a-2c3f1068d31a'} 2018-08-27 14:25:30,656 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 14:25:30,656 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 06:26 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-27 14:25:30,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-08-27 14:25:30,662 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions 2018-08-27 14:25:30,726 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:30,726 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:30,726 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:30,726 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:30,726 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:30,726 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:30,727 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:30,727 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "terminated", "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-27T14:24:17.025Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "8f928695-5768-40d2-b526-5276fe777c7c"}, {"status": "failed", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:24:53.518Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 502, in _remote_workflow_child_thread\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 533, in _execute_workflow_function\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/workflows.py\", line 27, in install\n node_instances=set(ctx.node_instances))\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 28, in install_node_instances\n processor.install()\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 93, in install\n graph_finisher_func=self._finish_install)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 114, in _process_node_instances\n self.graph.execute()\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py\", line 133, in execute\n self._handle_terminated_task(task)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py\", line 207, in _handle_terminated_task\n raise RuntimeError(message)\nRuntimeError: Workflow failed: Task failed 'nova_plugin.server.start' -> Unexpected server state ERROR:None\n", "deployment_id": "clearwater-opnfv", "id": "565712dc-1752-4d35-b69a-2c3f1068d31a"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-08-27 14:25:30,727 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:30,727 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:30 GMT 2018-08-27 14:25:30,727 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:30,727 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8052 2018-08-27 14:25:30,727 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:30,728 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.204: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 14:25:30,876 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:30,877 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:30,877 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:30,877 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:30,877 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:30,877 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:30,877 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:30,877 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-08-27 14:25:30,877 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:25:30,878 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:30,878 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:30 GMT 2018-08-27 14:25:30,878 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:30,878 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:25:30,878 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:30,878 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:25:30,938 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:30,938 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:30,938 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:30,938 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:30,939 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:30,939 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:30,939 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:30,939 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-27 14:25:30,939 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:30,939 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:30 GMT 2018-08-27 14:25:30,939 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:30,939 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-27 14:25:30,939 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:30,940 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:25:30,995 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:30,995 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:30,995 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:30,996 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:30,996 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:30,996 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:30,996 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:30,996 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:25:30,996 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:30,996 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:31 GMT 2018-08-27 14:25:30,996 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:30,996 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:25:30,996 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:36,002 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:25:36,097 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:36,097 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:36,097 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:36,098 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:36,098 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:36,098 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:36,098 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:36,098 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:31.690Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:31.690Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_23t59u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:32.767Z", "message": "Stopping node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:32.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_yk2zb9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:32.767Z", "message": "Stopping node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:32.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_plzylz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:32.767Z", "message": "Stopping node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:32.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_3bjyca", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:32.767Z", "message": "Stopping node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:32.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_qv0z45", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:32.767Z", "message": "Stopping node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:32.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_dwcltt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:32.767Z", "message": "Stopping node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:32.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_yk2zb9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:33.778Z", "message": "Deleting node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:33.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_23t59u", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:33.778Z", "message": "Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:33.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_yk2zb9", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:33.778Z", "message": "Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "dime", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:33.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_plzylz", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:33.778Z", "message": "Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:33.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_3bjyca", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:33.778Z", "message": "Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "homer", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:33.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_qv0z45", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:33.778Z", "message": "Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:33.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_dwcltt", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:33.778Z", "message": "Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:33.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:33.778Z", "message": "Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": null, "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:33.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_23t59u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:34.866Z", "message": "Deleting node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:34.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_plzylz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:34.866Z", "message": "Deleting node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:34.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_3bjyca", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:34.866Z", "message": "Deleting node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:34.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_qv0z45", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:34.866Z", "message": "Deleting node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:34.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_dwcltt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:34.866Z", "message": "Deleting node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:34.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:34.866Z", "message": "Stopping node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:34.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_23t59u", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:34.866Z", "message": "Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:34.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_yk2zb9", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:34.866Z", "message": "Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "dime", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:34.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_plzylz", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:34.866Z", "message": "Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:34.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_3bjyca", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:34.866Z", "message": "Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "homer", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:34.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_qv0z45", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:34.866Z", "message": "Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:34.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_dwcltt", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:34.866Z", "message": "Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:34.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:35.913Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:35.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:35.913Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:35.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:35.913Z", "message": "Stopping agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:35.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:35.913Z", "message": "Stopping agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:35.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_ljj72g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:35.913Z", "message": "Stopping node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:35.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:35.913Z", "message": "Stopping node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:35.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:35.913Z", "message": "Stopping node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:35.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:35.913Z", "message": "Stopping node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:35.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_node_wgh6vv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:35.913Z", "message": "Stopping node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:35.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:35.913Z", "message": "Stopping node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:35.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:35.913Z", "message": "Stopping node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:35.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:35.913Z", "message": "Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:35.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:35.913Z", "message": "Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:35.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:35.913Z", "message": "Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:35.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:35.913Z", "message": "Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:35.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:35.913Z", "message": "Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:35.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:35.913Z", "message": "Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:35.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:35.913Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:35.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:35.913Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:35.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:36.095Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:36.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7dbf1fe4-f8a0-4c3e-b28d-d16234930d74"}], "metadata": {"pagination": {"total": 51, "offset": 0, "size": 50}}} 2018-08-27 14:25:36,098 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:36,098 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:36 GMT 2018-08-27 14:25:36,098 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:36,099 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 24753 2018-08-27 14:25:36,099 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:36,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-08-27 14:25:36,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:25:36,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:25:36,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:25:36,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:25:36,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:25:36,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:25:36,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:25:36,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:36,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:36,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:36,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:36,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:36,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:36,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:36,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:25:36,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:25:36,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:25:36,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:25:36,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:25:36,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:25:36,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:36,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:36,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:36,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:36,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:36,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:36,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-27 14:25:36,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-27 14:25:36,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-27 14:25:36,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-27 14:25:36,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:25:36,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:25:36,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:25:36,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:25:36,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:25:36,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:25:36,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:25:36,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:36,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:36,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:36,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:36,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:36,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:36,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-27 14:25:36,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-27 14:25:36,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:36,108 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:25:36,178 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:36,178 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:36,178 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:36,179 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:36,179 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:36,179 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:36,179 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:36,179 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:25:36,179 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:36,179 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:36 GMT 2018-08-27 14:25:36,179 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:36,179 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:25:36,180 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:41,185 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:25:41,369 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:41,369 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:41,369 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:41,369 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:41,369 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:41,369 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:41,369 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:41,369 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:36.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:36.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7dbf1fe4-f8a0-4c3e-b28d-d16234930d74"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:36.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:36.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7dbf1fe4-f8a0-4c3e-b28d-d16234930d74"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:36.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:36.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7dbf1fe4-f8a0-4c3e-b28d-d16234930d74"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:36.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:36.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7dbf1fe4-f8a0-4c3e-b28d-d16234930d74"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:36.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:36.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7dbf1fe4-f8a0-4c3e-b28d-d16234930d74"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:36.194Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:36.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7dbf1fe4-f8a0-4c3e-b28d-d16234930d74"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.499Z", "message": "Deleting agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.499Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.499Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.499Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.499Z", "message": "Stopping agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.499Z", "message": "Stopping agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.499Z", "message": "Stopping agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "task_failed", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.499Z", "message": "Task failed 'cloudify_agent.installer.operations.stop' -> Failed configuring agent installer: ip must be set in one of the following:\n1. dime_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. dime_host_gbn1m1.runtime_properties.cloudify_agent \n3. dime_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": [{"message": "Failed configuring agent installer: ip must be set in one of the following:\n1. dime_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. dime_host_gbn1m1.runtime_properties.cloudify_agent \n3. dime_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/operations.py\", line 54, in wrapper\n configuration.prepare_connection(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 33, in prepare_connection\n connection_attributes(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/decorators.py\", line 128, in wrapper\n group_function(cloudify_agent, *args, **kwargs)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 97, in connection_attributes\n raise_missing_attribute('ip')\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/attributes.py\", line 160, in raise_missing_attribute\n .format(attribute_name, _create_configuration_options())\nAgentInstallerConfigurationError: Failed configuring agent installer: ip must be set in one of the following:\n1. dime_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. dime_host_gbn1m1.runtime_properties.cloudify_agent \n3. dime_host.properties.agent_config \n4. bootstrap_context.cloudify_agent\n", "type": "AgentInstallerConfigurationError"}], "reported_timestamp": "2018-08-27T14:25:37.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.499Z", "message": "Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:37.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.499Z", "message": "Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:37.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.499Z", "message": "Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:37.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.499Z", "message": "Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:37.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.499Z", "message": "Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:37.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.499Z", "message": "Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:37.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.499Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.499Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7cc920b0-61cc-4689-9228-2c621c9494be"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7cc920b0-61cc-4689-9228-2c621c9494be"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7dbf1fe4-f8a0-4c3e-b28d-d16234930d74"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7cc920b0-61cc-4689-9228-2c621c9494be"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7dbf1fe4-f8a0-4c3e-b28d-d16234930d74"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7cc920b0-61cc-4689-9228-2c621c9494be"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7cc920b0-61cc-4689-9228-2c621c9494be"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7cc920b0-61cc-4689-9228-2c621c9494be"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7dbf1fe4-f8a0-4c3e-b28d-d16234930d74"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7cc920b0-61cc-4689-9228-2c621c9494be"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7cc920b0-61cc-4689-9228-2c621c9494be"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7cc920b0-61cc-4689-9228-2c621c9494be"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:37.503Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:37.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7cc920b0-61cc-4689-9228-2c621c9494be"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.627Z", "message": "Deleting agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.627Z", "message": "Deleting agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_ljj72g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.627Z", "message": "Deleting node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_node_wgh6vv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.627Z", "message": "Deleting node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.627Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.627Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.627Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.627Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.627Z", "message": "Stopping agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.627Z", "message": "Stopping node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.627Z", "message": "Stopping node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "task_failed", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.627Z", "message": "Task failed 'cloudify_agent.installer.operations.stop' -> Failed configuring agent installer: ip must be set in one of the following:\n1. homer_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. homer_host_nv8bn4.runtime_properties.cloudify_agent \n3. homer_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": [{"message": "Failed configuring agent installer: ip must be set in one of the following:\n1. homer_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. homer_host_nv8bn4.runtime_properties.cloudify_agent \n3. homer_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/operations.py\", line 54, in wrapper\n configuration.prepare_connection(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 33, in prepare_connection\n connection_attributes(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/decorators.py\", line 128, in wrapper\n group_function(cloudify_agent, *args, **kwargs)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 97, in connection_attributes\n raise_missing_attribute('ip')\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/attributes.py\", line 160, in raise_missing_attribute\n .format(attribute_name, _create_configuration_options())\nAgentInstallerConfigurationError: Failed configuring agent installer: ip must be set in one of the following:\n1. homer_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. homer_host_nv8bn4.runtime_properties.cloudify_agent \n3. homer_host.properties.agent_config \n4. bootstrap_context.cloudify_agent\n", "type": "AgentInstallerConfigurationError"}], "reported_timestamp": "2018-08-27T14:25:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "task_failed", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.627Z", "message": "Task failed 'cloudify_agent.installer.operations.stop' -> Failed configuring agent installer: ip must be set in one of the following:\n1. sprout_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. sprout_host_s7grio.runtime_properties.cloudify_agent \n3. sprout_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": [{"message": "Failed configuring agent installer: ip must be set in one of the following:\n1. sprout_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. sprout_host_s7grio.runtime_properties.cloudify_agent \n3. sprout_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/operations.py\", line 54, in wrapper\n configuration.prepare_connection(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 33, in prepare_connection\n connection_attributes(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/decorators.py\", line 128, in wrapper\n group_function(cloudify_agent, *args, **kwargs)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 97, in connection_attributes\n raise_missing_attribute('ip')\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/attributes.py\", line 160, in raise_missing_attribute\n .format(attribute_name, _create_configuration_options())\nAgentInstallerConfigurationError: Failed configuring agent installer: ip must be set in one of the following:\n1. sprout_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. sprout_host_s7grio.runtime_properties.cloudify_agent \n3. sprout_host.properties.agent_config \n4. bootstrap_context.cloudify_agent\n", "type": "AgentInstallerConfigurationError"}], "reported_timestamp": "2018-08-27T14:25:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.627Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.627Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}], "metadata": {"pagination": {"total": 188, "offset": 47, "size": 50}}} 2018-08-27 14:25:41,370 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:41,370 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:41 GMT 2018-08-27 14:25:41,370 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:41,370 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 33114 2018-08-27 14:25:41,370 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:41,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:41,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:41,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:41,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:41,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:41,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-27 14:25:41,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-27 14:25:41,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-27 14:25:41,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-27 14:25:41,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-27 14:25:41,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-27 14:25:41,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-27 14:25:41,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-27 14:25:41,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.stop' -> Failed configuring agent installer: ip must be set in one of the following: 1. dime_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config 2. dime_host_gbn1m1.runtime_properties.cloudify_agent 3. dime_host.properties.agent_config 4. bootstrap_context.cloudify_agent 2018-08-27 14:25:41,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:41,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:41,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:41,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:41,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:41,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:41,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-27 14:25:41,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-27 14:25:41,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:41,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:41,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:41,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:41,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:41,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:41,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:41,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:41,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:41,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:41,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:41,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:41,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-27 14:25:41,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-27 14:25:41,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-27 14:25:41,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:25:41,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:25:41,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-27 14:25:41,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-27 14:25:41,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-27 14:25:41,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-27 14:25:41,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-27 14:25:41,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:25:41,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:25:41,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.stop' -> Failed configuring agent installer: ip must be set in one of the following: 1. homer_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config 2. homer_host_nv8bn4.runtime_properties.cloudify_agent 3. homer_host.properties.agent_config 4. bootstrap_context.cloudify_agent 2018-08-27 14:25:41,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.stop' -> Failed configuring agent installer: ip must be set in one of the following: 1. sprout_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config 2. sprout_host_s7grio.runtime_properties.cloudify_agent 3. sprout_host.properties.agent_config 4. bootstrap_context.cloudify_agent 2018-08-27 14:25:41,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-27 14:25:41,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-27 14:25:41,380 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:25:41,695 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:41,695 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:41,696 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:41,696 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:41,696 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:41,696 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:41,696 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:41,696 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:25:41,696 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:41,696 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:41 GMT 2018-08-27 14:25:41,696 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:41,697 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:25:41,697 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:46,702 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:25:46,780 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:46,781 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:46,781 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:46,781 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:46,781 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:46,781 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:46,781 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:46,781 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_node_wgh6vv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.627Z", "message": "Deleting node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_ljj72g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.627Z", "message": "Deleting node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.627Z", "message": "Deleting agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "2f5e6cd5-e821-48f0-a081-8dea5c333f78"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a534c1ea-c0cb-46ac-9b0f-9d5ba32ac3b2"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f6f44348-dd0b-414f-93ad-bf8061da7e39"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "2f5e6cd5-e821-48f0-a081-8dea5c333f78"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "5988b077-082c-4545-b535-5fac327e1010"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a534c1ea-c0cb-46ac-9b0f-9d5ba32ac3b2"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "4bab36fc-1183-4987-a248-73749bb94cb2"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "2f5e6cd5-e821-48f0-a081-8dea5c333f78"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a534c1ea-c0cb-46ac-9b0f-9d5ba32ac3b2"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f6f44348-dd0b-414f-93ad-bf8061da7e39"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "4bab36fc-1183-4987-a248-73749bb94cb2"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "2f5e6cd5-e821-48f0-a081-8dea5c333f78"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a534c1ea-c0cb-46ac-9b0f-9d5ba32ac3b2"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f6f44348-dd0b-414f-93ad-bf8061da7e39"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "4bab36fc-1183-4987-a248-73749bb94cb2"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "2f5e6cd5-e821-48f0-a081-8dea5c333f78"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a534c1ea-c0cb-46ac-9b0f-9d5ba32ac3b2"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f6f44348-dd0b-414f-93ad-bf8061da7e39"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f6f44348-dd0b-414f-93ad-bf8061da7e39"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "4bab36fc-1183-4987-a248-73749bb94cb2"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "2f5e6cd5-e821-48f0-a081-8dea5c333f78"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "4bab36fc-1183-4987-a248-73749bb94cb2"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a534c1ea-c0cb-46ac-9b0f-9d5ba32ac3b2"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f6f44348-dd0b-414f-93ad-bf8061da7e39"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "4bab36fc-1183-4987-a248-73749bb94cb2"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "4bab36fc-1183-4987-a248-73749bb94cb2"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f6f44348-dd0b-414f-93ad-bf8061da7e39"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "2f5e6cd5-e821-48f0-a081-8dea5c333f78"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "4bab36fc-1183-4987-a248-73749bb94cb2"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f6f44348-dd0b-414f-93ad-bf8061da7e39"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f6f44348-dd0b-414f-93ad-bf8061da7e39"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "5988b077-082c-4545-b535-5fac327e1010"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a534c1ea-c0cb-46ac-9b0f-9d5ba32ac3b2"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "2f5e6cd5-e821-48f0-a081-8dea5c333f78"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "4bab36fc-1183-4987-a248-73749bb94cb2"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "2f5e6cd5-e821-48f0-a081-8dea5c333f78"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a534c1ea-c0cb-46ac-9b0f-9d5ba32ac3b2"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "2f5e6cd5-e821-48f0-a081-8dea5c333f78"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f6f44348-dd0b-414f-93ad-bf8061da7e39"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "4bab36fc-1183-4987-a248-73749bb94cb2"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a534c1ea-c0cb-46ac-9b0f-9d5ba32ac3b2"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:38.628Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a534c1ea-c0cb-46ac-9b0f-9d5ba32ac3b2"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.278Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f42c64ba-cee7-4b5a-b6a8-aa27b19f70f6"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.278Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "5988b077-082c-4545-b535-5fac327e1010"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.278Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f42c64ba-cee7-4b5a-b6a8-aa27b19f70f6"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.278Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "5988b077-082c-4545-b535-5fac327e1010"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.278Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f42c64ba-cee7-4b5a-b6a8-aa27b19f70f6"}], "metadata": {"pagination": {"total": 314, "offset": 97, "size": 50}}} 2018-08-27 14:25:46,782 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:46,782 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:46 GMT 2018-08-27 14:25:46,782 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:46,782 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27253 2018-08-27 14:25:46,782 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:46,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:25:46,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:25:46,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-27 14:25:46,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-27 14:25:46,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-27 14:25:46,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-27 14:25:46,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-27 14:25:46,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:46,792 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:25:46,848 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:46,848 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:46,848 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:46,848 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:46,848 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:46,848 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:46,849 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:46,849 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:25:46,849 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:46,849 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:46 GMT 2018-08-27 14:25:46,849 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:46,849 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:25:46,849 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:51,855 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:25:52,000 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:52,000 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:52,000 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:52,000 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:52,000 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:52,000 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:52,000 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:52,000 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.278Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f42c64ba-cee7-4b5a-b6a8-aa27b19f70f6"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.278Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f42c64ba-cee7-4b5a-b6a8-aa27b19f70f6"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.278Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f42c64ba-cee7-4b5a-b6a8-aa27b19f70f6"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.278Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "5988b077-082c-4545-b535-5fac327e1010"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.278Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "5988b077-082c-4545-b535-5fac327e1010"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.278Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "5988b077-082c-4545-b535-5fac327e1010"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.278Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f42c64ba-cee7-4b5a-b6a8-aa27b19f70f6"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.278Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f42c64ba-cee7-4b5a-b6a8-aa27b19f70f6"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.278Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "5988b077-082c-4545-b535-5fac327e1010"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.278Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "5988b077-082c-4545-b535-5fac327e1010"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.278Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f42c64ba-cee7-4b5a-b6a8-aa27b19f70f6"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.278Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "f42c64ba-cee7-4b5a-b6a8-aa27b19f70f6"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.278Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "5988b077-082c-4545-b535-5fac327e1010"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Stopping agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "task_failed", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Task failed 'cloudify_agent.installer.operations.stop' -> Failed configuring agent installer: ip must be set in one of the following:\n1. bono_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. bono_host_kej3zh.runtime_properties.cloudify_agent \n3. bono_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": [{"message": "Failed configuring agent installer: ip must be set in one of the following:\n1. bono_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. bono_host_kej3zh.runtime_properties.cloudify_agent \n3. bono_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/operations.py\", line 54, in wrapper\n configuration.prepare_connection(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 33, in prepare_connection\n connection_attributes(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/decorators.py\", line 128, in wrapper\n group_function(cloudify_agent, *args, **kwargs)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 97, in connection_attributes\n raise_missing_attribute('ip')\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/attributes.py\", line 160, in raise_missing_attribute\n .format(attribute_name, _create_configuration_options())\nAgentInstallerConfigurationError: Failed configuring agent installer: ip must be set in one of the following:\n1. bono_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. bono_host_kej3zh.runtime_properties.cloudify_agent \n3. bono_host.properties.agent_config \n4. bootstrap_context.cloudify_agent\n", "type": "AgentInstallerConfigurationError"}], "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "task_failed", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Task failed 'cloudify_agent.installer.operations.delete' -> Failed configuring agent installer: ip must be set in one of the following:\n1. dime_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. dime_host_gbn1m1.runtime_properties.cloudify_agent \n3. dime_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": [{"message": "Failed configuring agent installer: ip must be set in one of the following:\n1. dime_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. dime_host_gbn1m1.runtime_properties.cloudify_agent \n3. dime_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/operations.py\", line 54, in wrapper\n configuration.prepare_connection(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 33, in prepare_connection\n connection_attributes(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/decorators.py\", line 128, in wrapper\n group_function(cloudify_agent, *args, **kwargs)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 97, in connection_attributes\n raise_missing_attribute('ip')\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/attributes.py\", line 160, in raise_missing_attribute\n .format(attribute_name, _create_configuration_options())\nAgentInstallerConfigurationError: Failed configuring agent installer: ip must be set in one of the following:\n1. dime_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. dime_host_gbn1m1.runtime_properties.cloudify_agent \n3. dime_host.properties.agent_config \n4. bootstrap_context.cloudify_agent\n", "type": "AgentInstallerConfigurationError"}], "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "task_failed", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Task failed 'cloudify_agent.installer.operations.stop' -> Failed configuring agent installer: ip must be set in one of the following:\n1. vellum_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. vellum_host_9n0u9j.runtime_properties.cloudify_agent \n3. vellum_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": [{"message": "Failed configuring agent installer: ip must be set in one of the following:\n1. vellum_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. vellum_host_9n0u9j.runtime_properties.cloudify_agent \n3. vellum_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/operations.py\", line 54, in wrapper\n configuration.prepare_connection(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 33, in prepare_connection\n connection_attributes(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/decorators.py\", line 128, in wrapper\n group_function(cloudify_agent, *args, **kwargs)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 97, in connection_attributes\n raise_missing_attribute('ip')\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/attributes.py\", line 160, in raise_missing_attribute\n .format(attribute_name, _create_configuration_options())\nAgentInstallerConfigurationError: Failed configuring agent installer: ip must be set in one of the following:\n1. vellum_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. vellum_host_9n0u9j.runtime_properties.cloudify_agent \n3. vellum_host.properties.agent_config \n4. bootstrap_context.cloudify_agent\n", "type": "AgentInstallerConfigurationError"}], "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "task_failed", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Task failed 'cloudify_agent.installer.operations.stop' -> Failed configuring agent installer: ip must be set in one of the following:\n1. ellis_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. ellis_host_q7heh3.runtime_properties.cloudify_agent \n3. ellis_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": [{"message": "Failed configuring agent installer: ip must be set in one of the following:\n1. ellis_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. ellis_host_q7heh3.runtime_properties.cloudify_agent \n3. ellis_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/operations.py\", line 54, in wrapper\n configuration.prepare_connection(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 33, in prepare_connection\n connection_attributes(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/decorators.py\", line 128, in wrapper\n group_function(cloudify_agent, *args, **kwargs)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 97, in connection_attributes\n raise_missing_attribute('ip')\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/attributes.py\", line 160, in raise_missing_attribute\n .format(attribute_name, _create_configuration_options())\nAgentInstallerConfigurationError: Failed configuring agent installer: ip must be set in one of the following:\n1. ellis_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. ellis_host_q7heh3.runtime_properties.cloudify_agent \n3. ellis_host.properties.agent_config \n4. bootstrap_context.cloudify_agent\n", "type": "AgentInstallerConfigurationError"}], "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Deleting agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Deleting agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Deleting agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Stopping agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": [], "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:40.281Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:40.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.531Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.531Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "task_failed", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.531Z", "message": "Task failed 'cloudify_agent.installer.operations.delete' -> Failed configuring agent installer: ip must be set in one of the following:\n1. ellis_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. ellis_host_q7heh3.runtime_properties.cloudify_agent \n3. ellis_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": [{"message": "Failed configuring agent installer: ip must be set in one of the following:\n1. ellis_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. ellis_host_q7heh3.runtime_properties.cloudify_agent \n3. ellis_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/operations.py\", line 54, in wrapper\n configuration.prepare_connection(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 33, in prepare_connection\n connection_attributes(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/decorators.py\", line 128, in wrapper\n group_function(cloudify_agent, *args, **kwargs)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 97, in connection_attributes\n raise_missing_attribute('ip')\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/attributes.py\", line 160, in raise_missing_attribute\n .format(attribute_name, _create_configuration_options())\nAgentInstallerConfigurationError: Failed configuring agent installer: ip must be set in one of the following:\n1. ellis_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. ellis_host_q7heh3.runtime_properties.cloudify_agent \n3. ellis_host.properties.agent_config \n4. bootstrap_context.cloudify_agent\n", "type": "AgentInstallerConfigurationError"}], "reported_timestamp": "2018-08-27T14:25:41.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.531Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "task_failed", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.531Z", "message": "Task failed 'cloudify_agent.installer.operations.delete' -> Failed configuring agent installer: ip must be set in one of the following:\n1. homer_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. homer_host_nv8bn4.runtime_properties.cloudify_agent \n3. homer_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": [{"message": "Failed configuring agent installer: ip must be set in one of the following:\n1. homer_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. homer_host_nv8bn4.runtime_properties.cloudify_agent \n3. homer_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/operations.py\", line 54, in wrapper\n configuration.prepare_connection(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 33, in prepare_connection\n connection_attributes(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/decorators.py\", line 128, in wrapper\n group_function(cloudify_agent, *args, **kwargs)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 97, in connection_attributes\n raise_missing_attribute('ip')\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/attributes.py\", line 160, in raise_missing_attribute\n .format(attribute_name, _create_configuration_options())\nAgentInstallerConfigurationError: Failed configuring agent installer: ip must be set in one of the following:\n1. homer_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. homer_host_nv8bn4.runtime_properties.cloudify_agent \n3. homer_host.properties.agent_config \n4. bootstrap_context.cloudify_agent\n", "type": "AgentInstallerConfigurationError"}], "reported_timestamp": "2018-08-27T14:25:41.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.531Z", "message": "Deleting agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "task_failed", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.531Z", "message": "Task failed 'cloudify_agent.installer.operations.stop' -> Failed configuring agent installer: ip must be set in one of the following:\n1. bind_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. bind_host_uij9k6.runtime_properties.cloudify_agent \n3. bind_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": [{"message": "Failed configuring agent installer: ip must be set in one of the following:\n1. bind_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. bind_host_uij9k6.runtime_properties.cloudify_agent \n3. bind_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/operations.py\", line 54, in wrapper\n configuration.prepare_connection(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 33, in prepare_connection\n connection_attributes(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/decorators.py\", line 128, in wrapper\n group_function(cloudify_agent, *args, **kwargs)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 97, in connection_attributes\n raise_missing_attribute('ip')\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/attributes.py\", line 160, in raise_missing_attribute\n .format(attribute_name, _create_configuration_options())\nAgentInstallerConfigurationError: Failed configuring agent installer: ip must be set in one of the following:\n1. bind_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. bind_host_uij9k6.runtime_properties.cloudify_agent \n3. bind_host.properties.agent_config \n4. bootstrap_context.cloudify_agent\n", "type": "AgentInstallerConfigurationError"}], "reported_timestamp": "2018-08-27T14:25:41.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.531Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.531Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "task_failed", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.531Z", "message": "Task failed 'cloudify_agent.installer.operations.delete' -> Failed configuring agent installer: ip must be set in one of the following:\n1. bono_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. bono_host_kej3zh.runtime_properties.cloudify_agent \n3. bono_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": [{"message": "Failed configuring agent installer: ip must be set in one of the following:\n1. bono_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. bono_host_kej3zh.runtime_properties.cloudify_agent \n3. bono_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/operations.py\", line 54, in wrapper\n configuration.prepare_connection(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 33, in prepare_connection\n connection_attributes(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/decorators.py\", line 128, in wrapper\n group_function(cloudify_agent, *args, **kwargs)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 97, in connection_attributes\n raise_missing_attribute('ip')\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/attributes.py\", line 160, in raise_missing_attribute\n .format(attribute_name, _create_configuration_options())\nAgentInstallerConfigurationError: Failed configuring agent installer: ip must be set in one of the following:\n1. bono_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. bono_host_kej3zh.runtime_properties.cloudify_agent \n3. bono_host.properties.agent_config \n4. bootstrap_context.cloudify_agent\n", "type": "AgentInstallerConfigurationError"}], "reported_timestamp": "2018-08-27T14:25:41.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.531Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.531Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "task_failed", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.531Z", "message": "Task failed 'cloudify_agent.installer.operations.delete' -> Failed configuring agent installer: ip must be set in one of the following:\n1. sprout_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. sprout_host_s7grio.runtime_properties.cloudify_agent \n3. sprout_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": [{"message": "Failed configuring agent installer: ip must be set in one of the following:\n1. sprout_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. sprout_host_s7grio.runtime_properties.cloudify_agent \n3. sprout_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/operations.py\", line 54, in wrapper\n configuration.prepare_connection(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 33, in prepare_connection\n connection_attributes(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/decorators.py\", line 128, in wrapper\n group_function(cloudify_agent, *args, **kwargs)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 97, in connection_attributes\n raise_missing_attribute('ip')\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/attributes.py\", line 160, in raise_missing_attribute\n .format(attribute_name, _create_configuration_options())\nAgentInstallerConfigurationError: Failed configuring agent installer: ip must be set in one of the following:\n1. sprout_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. sprout_host_s7grio.runtime_properties.cloudify_agent \n3. sprout_host.properties.agent_config \n4. bootstrap_context.cloudify_agent\n", "type": "AgentInstallerConfigurationError"}], "reported_timestamp": "2018-08-27T14:25:41.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.531Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}], "metadata": {"pagination": {"total": 335, "offset": 147, "size": 50}}} 2018-08-27 14:25:52,001 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:52,001 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:52 GMT 2018-08-27 14:25:52,001 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:52,001 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 45955 2018-08-27 14:25:52,001 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:52,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:52,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:52,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:52,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:52,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:52,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-27 14:25:52,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:52,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:52,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:52,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:52,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-27 14:25:52,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:52,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:52,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-27 14:25:52,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-27 14:25:52,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-27 14:25:52,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:52,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.stop' -> Failed configuring agent installer: ip must be set in one of the following: 1. bono_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config 2. bono_host_kej3zh.runtime_properties.cloudify_agent 3. bono_host.properties.agent_config 4. bootstrap_context.cloudify_agent 2018-08-27 14:25:52,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.delete' -> Failed configuring agent installer: ip must be set in one of the following: 1. dime_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config 2. dime_host_gbn1m1.runtime_properties.cloudify_agent 3. dime_host.properties.agent_config 4. bootstrap_context.cloudify_agent 2018-08-27 14:25:52,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.stop' -> Failed configuring agent installer: ip must be set in one of the following: 1. vellum_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config 2. vellum_host_9n0u9j.runtime_properties.cloudify_agent 3. vellum_host.properties.agent_config 4. bootstrap_context.cloudify_agent 2018-08-27 14:25:52,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-27 14:25:52,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.stop' -> Failed configuring agent installer: ip must be set in one of the following: 1. ellis_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config 2. ellis_host_q7heh3.runtime_properties.cloudify_agent 3. ellis_host.properties.agent_config 4. bootstrap_context.cloudify_agent 2018-08-27 14:25:52,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-27 14:25:52,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-27 14:25:52,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-27 14:25:52,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:52,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-27 14:25:52,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:52,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-27 14:25:52,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-27 14:25:52,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-27 14:25:52,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-27 14:25:52,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-27 14:25:52,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-27 14:25:52,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-08-27 14:25:52,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-27 14:25:52,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-27 14:25:52,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-27 14:25:52,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.delete' -> Failed configuring agent installer: ip must be set in one of the following: 1. ellis_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config 2. ellis_host_q7heh3.runtime_properties.cloudify_agent 3. ellis_host.properties.agent_config 4. bootstrap_context.cloudify_agent 2018-08-27 14:25:52,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-27 14:25:52,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.delete' -> Failed configuring agent installer: ip must be set in one of the following: 1. homer_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config 2. homer_host_nv8bn4.runtime_properties.cloudify_agent 3. homer_host.properties.agent_config 4. bootstrap_context.cloudify_agent 2018-08-27 14:25:52,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-27 14:25:52,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.stop' -> Failed configuring agent installer: ip must be set in one of the following: 1. bind_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config 2. bind_host_uij9k6.runtime_properties.cloudify_agent 3. bind_host.properties.agent_config 4. bootstrap_context.cloudify_agent 2018-08-27 14:25:52,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-27 14:25:52,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-27 14:25:52,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.delete' -> Failed configuring agent installer: ip must be set in one of the following: 1. bono_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config 2. bono_host_kej3zh.runtime_properties.cloudify_agent 3. bono_host.properties.agent_config 4. bootstrap_context.cloudify_agent 2018-08-27 14:25:52,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-27 14:25:52,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-27 14:25:52,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.delete' -> Failed configuring agent installer: ip must be set in one of the following: 1. sprout_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config 2. sprout_host_s7grio.runtime_properties.cloudify_agent 3. sprout_host.properties.agent_config 4. bootstrap_context.cloudify_agent 2018-08-27 14:25:52,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-27 14:25:52,012 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:25:52,074 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:52,074 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:52,075 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:52,075 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:52,075 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:52,075 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:52,075 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:52,075 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:25:52,075 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:52,075 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:52 GMT 2018-08-27 14:25:52,075 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:52,076 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:25:52,076 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:57,081 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:25:57,244 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:57,244 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:57,245 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:57,245 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:57,245 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:57,245 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:57,245 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:57,245 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7799qc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.531Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "6ef3c81d-c950-4714-9f7e-ac4d97184954"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a83ff597-fe9b-4ca6-9028-79b94475f4f7"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "98023057-91f9-4da4-9f5d-bd62876bc7f6"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "81bfb5a0-7fcc-4c36-b36f-fe7148fa43f8"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "98023057-91f9-4da4-9f5d-bd62876bc7f6"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "98023057-91f9-4da4-9f5d-bd62876bc7f6"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0672c579-5671-4089-a18a-87936575ae2a"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "81bfb5a0-7fcc-4c36-b36f-fe7148fa43f8"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "6ef3c81d-c950-4714-9f7e-ac4d97184954"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "81bfb5a0-7fcc-4c36-b36f-fe7148fa43f8"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0672c579-5671-4089-a18a-87936575ae2a"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "98023057-91f9-4da4-9f5d-bd62876bc7f6"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "81bfb5a0-7fcc-4c36-b36f-fe7148fa43f8"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0672c579-5671-4089-a18a-87936575ae2a"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a83ff597-fe9b-4ca6-9028-79b94475f4f7"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0672c579-5671-4089-a18a-87936575ae2a"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0672c579-5671-4089-a18a-87936575ae2a"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0672c579-5671-4089-a18a-87936575ae2a"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "98023057-91f9-4da4-9f5d-bd62876bc7f6"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a83ff597-fe9b-4ca6-9028-79b94475f4f7"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "6ef3c81d-c950-4714-9f7e-ac4d97184954"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "6ef3c81d-c950-4714-9f7e-ac4d97184954"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0672c579-5671-4089-a18a-87936575ae2a"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "98023057-91f9-4da4-9f5d-bd62876bc7f6"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "6ef3c81d-c950-4714-9f7e-ac4d97184954"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0672c579-5671-4089-a18a-87936575ae2a"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "98023057-91f9-4da4-9f5d-bd62876bc7f6"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "6ef3c81d-c950-4714-9f7e-ac4d97184954"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0672c579-5671-4089-a18a-87936575ae2a"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a83ff597-fe9b-4ca6-9028-79b94475f4f7"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a83ff597-fe9b-4ca6-9028-79b94475f4f7"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "98023057-91f9-4da4-9f5d-bd62876bc7f6"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0672c579-5671-4089-a18a-87936575ae2a"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "6ef3c81d-c950-4714-9f7e-ac4d97184954"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "81bfb5a0-7fcc-4c36-b36f-fe7148fa43f8"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a83ff597-fe9b-4ca6-9028-79b94475f4f7"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a83ff597-fe9b-4ca6-9028-79b94475f4f7"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "81bfb5a0-7fcc-4c36-b36f-fe7148fa43f8"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "98023057-91f9-4da4-9f5d-bd62876bc7f6"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "81bfb5a0-7fcc-4c36-b36f-fe7148fa43f8"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "6ef3c81d-c950-4714-9f7e-ac4d97184954"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a83ff597-fe9b-4ca6-9028-79b94475f4f7"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "81bfb5a0-7fcc-4c36-b36f-fe7148fa43f8"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "98023057-91f9-4da4-9f5d-bd62876bc7f6"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a83ff597-fe9b-4ca6-9028-79b94475f4f7"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "6ef3c81d-c950-4714-9f7e-ac4d97184954"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "81bfb5a0-7fcc-4c36-b36f-fe7148fa43f8"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a83ff597-fe9b-4ca6-9028-79b94475f4f7"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "81bfb5a0-7fcc-4c36-b36f-fe7148fa43f8"}], "metadata": {"pagination": {"total": 364, "offset": 197, "size": 50}}} 2018-08-27 14:25:57,245 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:57,245 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:57 GMT 2018-08-27 14:25:57,246 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:57,246 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27603 2018-08-27 14:25:57,246 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:25:57,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-27 14:25:57,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-27 14:25:57,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-27 14:25:57,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-27 14:25:57,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-27 14:25:57,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-27 14:25:57,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:25:57,256 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:25:57,359 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:25:57,360 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:25:57,360 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:25:57,360 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:25:57,360 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:25:57,360 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:25:57,360 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:25:57,360 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:25:57,360 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:25:57,360 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:25:57 GMT 2018-08-27 14:25:57,361 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:25:57,361 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:25:57,361 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:02,366 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:26:02,436 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:02,436 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:02,436 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:02,436 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:02,436 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:02,437 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:02,437 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:02,437 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:41.568Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:41.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "a83ff597-fe9b-4ca6-9028-79b94475f4f7"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.596Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:42.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "098ed3a8-dbfc-4c6c-a87e-76a889434051"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.596Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:42.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "098ed3a8-dbfc-4c6c-a87e-76a889434051"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.596Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:42.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "098ed3a8-dbfc-4c6c-a87e-76a889434051"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.596Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:42.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "098ed3a8-dbfc-4c6c-a87e-76a889434051"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.596Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:42.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "098ed3a8-dbfc-4c6c-a87e-76a889434051"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.596Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:42.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "098ed3a8-dbfc-4c6c-a87e-76a889434051"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.596Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:42.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "098ed3a8-dbfc-4c6c-a87e-76a889434051"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.596Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:42.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "098ed3a8-dbfc-4c6c-a87e-76a889434051"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.596Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:42.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "098ed3a8-dbfc-4c6c-a87e-76a889434051"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.596Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:42.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "098ed3a8-dbfc-4c6c-a87e-76a889434051"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.600Z", "message": "Task failed 'nova_plugin.server.stop' -> Cannot 'stop' instance 50ae3567-93c0-49cf-b3c6-01fb166ac279 while it is in vm_state building [status_code=409]", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": [{"message": "Cannot 'stop' instance 50ae3567-93c0-49cf-b3c6-01fb166ac279 while it is in vm_state building [status_code=409]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 432, in stop\n nova_client.servers.stop(server)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1060, in stop\n resp, body = self._action_return_resp_and_body('os-stop', server, None)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Cannot 'stop' instance 50ae3567-93c0-49cf-b3c6-01fb166ac279 while it is in vm_state building [status_code=409]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:42.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.600Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:42.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.600Z", "message": "Deleting agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:42.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.600Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:42.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.600Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:42.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.600Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:42.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "task_failed", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.600Z", "message": "Task failed 'cloudify_agent.installer.operations.stop' -> Failed configuring agent installer: ip must be set in one of the following:\n1. proxy_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. proxy_host_7799qc.runtime_properties.cloudify_agent \n3. proxy_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": [{"message": "Failed configuring agent installer: ip must be set in one of the following:\n1. proxy_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. proxy_host_7799qc.runtime_properties.cloudify_agent \n3. proxy_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/operations.py\", line 54, in wrapper\n configuration.prepare_connection(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 33, in prepare_connection\n connection_attributes(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/decorators.py\", line 128, in wrapper\n group_function(cloudify_agent, *args, **kwargs)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 97, in connection_attributes\n raise_missing_attribute('ip')\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/attributes.py\", line 160, in raise_missing_attribute\n .format(attribute_name, _create_configuration_options())\nAgentInstallerConfigurationError: Failed configuring agent installer: ip must be set in one of the following:\n1. proxy_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config \n2. proxy_host_7799qc.runtime_properties.cloudify_agent \n3. proxy_host.properties.agent_config \n4. bootstrap_context.cloudify_agent\n", "type": "AgentInstallerConfigurationError"}], "reported_timestamp": "2018-08-27T14:25:42.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.600Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:42.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "task_failed", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.600Z", "message": "Task failed 'cloudify_agent.installer.operations.delete' -> Failed configuring agent installer: ip must be set in one of the following:\n1. vellum_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. vellum_host_9n0u9j.runtime_properties.cloudify_agent \n3. vellum_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": [{"message": "Failed configuring agent installer: ip must be set in one of the following:\n1. vellum_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. vellum_host_9n0u9j.runtime_properties.cloudify_agent \n3. vellum_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/operations.py\", line 54, in wrapper\n configuration.prepare_connection(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 33, in prepare_connection\n connection_attributes(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/decorators.py\", line 128, in wrapper\n group_function(cloudify_agent, *args, **kwargs)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 97, in connection_attributes\n raise_missing_attribute('ip')\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/attributes.py\", line 160, in raise_missing_attribute\n .format(attribute_name, _create_configuration_options())\nAgentInstallerConfigurationError: Failed configuring agent installer: ip must be set in one of the following:\n1. vellum_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. vellum_host_9n0u9j.runtime_properties.cloudify_agent \n3. vellum_host.properties.agent_config \n4. bootstrap_context.cloudify_agent\n", "type": "AgentInstallerConfigurationError"}], "reported_timestamp": "2018-08-27T14:25:42.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:42.600Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:42.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:43.743Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:43.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "task_failed", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:43.743Z", "message": "Task failed 'cloudify_agent.installer.operations.delete' -> Failed configuring agent installer: ip must be set in one of the following:\n1. bind_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. bind_host_uij9k6.runtime_properties.cloudify_agent \n3. bind_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": [{"message": "Failed configuring agent installer: ip must be set in one of the following:\n1. bind_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. bind_host_uij9k6.runtime_properties.cloudify_agent \n3. bind_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/operations.py\", line 54, in wrapper\n configuration.prepare_connection(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 33, in prepare_connection\n connection_attributes(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/decorators.py\", line 128, in wrapper\n group_function(cloudify_agent, *args, **kwargs)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 97, in connection_attributes\n raise_missing_attribute('ip')\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/attributes.py\", line 160, in raise_missing_attribute\n .format(attribute_name, _create_configuration_options())\nAgentInstallerConfigurationError: Failed configuring agent installer: ip must be set in one of the following:\n1. bind_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. bind_host_uij9k6.runtime_properties.cloudify_agent \n3. bind_host.properties.agent_config \n4. bootstrap_context.cloudify_agent\n", "type": "AgentInstallerConfigurationError"}], "reported_timestamp": "2018-08-27T14:25:43.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:43.743Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:43.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:43.743Z", "message": "Task failed 'nova_plugin.server.stop' -> Cannot 'stop' instance c511f324-0299-43fd-bda1-dde090123a8a while it is in vm_state building [status_code=409]", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": [{"message": "Cannot 'stop' instance c511f324-0299-43fd-bda1-dde090123a8a while it is in vm_state building [status_code=409]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 432, in stop\n nova_client.servers.stop(server)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1060, in stop\n resp, body = self._action_return_resp_and_body('os-stop', server, None)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Cannot 'stop' instance c511f324-0299-43fd-bda1-dde090123a8a while it is in vm_state building [status_code=409]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:43.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:43.743Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:43.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:43.777Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:43.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "13734a73-da3a-4ac9-9325-d86cf3e325bd"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:43.777Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:43.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "13734a73-da3a-4ac9-9325-d86cf3e325bd"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:43.777Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:43.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "13734a73-da3a-4ac9-9325-d86cf3e325bd"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:43.777Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:43.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "13734a73-da3a-4ac9-9325-d86cf3e325bd"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:43.777Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:43.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "13734a73-da3a-4ac9-9325-d86cf3e325bd"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:43.777Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:43.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "13734a73-da3a-4ac9-9325-d86cf3e325bd"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:43.777Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:43.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "13734a73-da3a-4ac9-9325-d86cf3e325bd"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:43.777Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:43.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "13734a73-da3a-4ac9-9325-d86cf3e325bd"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:43.777Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:43.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "13734a73-da3a-4ac9-9325-d86cf3e325bd"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:43.777Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:43.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "13734a73-da3a-4ac9-9325-d86cf3e325bd"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:44.900Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:44.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0cf0be8a-8508-4f84-8318-ce53f59a9383"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:44.900Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:44.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0cf0be8a-8508-4f84-8318-ce53f59a9383"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:44.900Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:44.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0cf0be8a-8508-4f84-8318-ce53f59a9383"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:44.900Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:44.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0cf0be8a-8508-4f84-8318-ce53f59a9383"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:44.900Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:44.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0cf0be8a-8508-4f84-8318-ce53f59a9383"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:44.900Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:44.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0cf0be8a-8508-4f84-8318-ce53f59a9383"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:44.900Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:44.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0cf0be8a-8508-4f84-8318-ce53f59a9383"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:44.900Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:44.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0cf0be8a-8508-4f84-8318-ce53f59a9383"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:44.900Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:44.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0cf0be8a-8508-4f84-8318-ce53f59a9383"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:44.900Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:44.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "0cf0be8a-8508-4f84-8318-ce53f59a9383"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:45.045Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance ba3124fb-1913-493b-8f33-62efe0bee11b is not ready [status_code=409]", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance ba3124fb-1913-493b-8f33-62efe0bee11b is not ready [status_code=409]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 432, in stop\n nova_client.servers.stop(server)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1060, in stop\n resp, body = self._action_return_resp_and_body('os-stop', server, None)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Instance ba3124fb-1913-493b-8f33-62efe0bee11b is not ready [status_code=409]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:45.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "task_failed", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:45.045Z", "message": "Task failed 'cloudify_agent.installer.operations.delete' -> Failed configuring agent installer: ip must be set in one of the following:\n1. proxy_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. proxy_host_7799qc.runtime_properties.cloudify_agent \n3. proxy_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": [{"message": "Failed configuring agent installer: ip must be set in one of the following:\n1. proxy_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. proxy_host_7799qc.runtime_properties.cloudify_agent \n3. proxy_host.properties.agent_config \n4. bootstrap_context.cloudify_agent", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/operations.py\", line 54, in wrapper\n configuration.prepare_connection(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 33, in prepare_connection\n connection_attributes(cloudify_agent)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/decorators.py\", line 128, in wrapper\n group_function(cloudify_agent, *args, **kwargs)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/configuration.py\", line 97, in connection_attributes\n raise_missing_attribute('ip')\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify_agent/installer/config/attributes.py\", line 160, in raise_missing_attribute\n .format(attribute_name, _create_configuration_options())\nAgentInstallerConfigurationError: Failed configuring agent installer: ip must be set in one of the following:\n1. proxy_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config \n2. proxy_host_7799qc.runtime_properties.cloudify_agent \n3. proxy_host.properties.agent_config \n4. bootstrap_context.cloudify_agent\n", "type": "AgentInstallerConfigurationError"}], "reported_timestamp": "2018-08-27T14:25:45.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:45.045Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:45.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:45.045Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:45.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}], "metadata": {"pagination": {"total": 380, "offset": 247, "size": 50}}} 2018-08-27 14:26:02,437 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:02,437 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:02 GMT 2018-08-27 14:26:02,437 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:02,437 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 41784 2018-08-27 14:26:02,437 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:02,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-27 14:26:02,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.stop' -> Cannot 'stop' instance 50ae3567-93c0-49cf-b3c6-01fb166ac279 while it is in vm_state building [status_code=409] 2018-08-27 14:26:02,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-27 14:26:02,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-27 14:26:02,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-27 14:26:02,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-27 14:26:02,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:02,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.stop' -> Failed configuring agent installer: ip must be set in one of the following: 1. proxy_host.interfaces.[cloudify_agent.installer.operations.stop].inputs.agent_config 2. proxy_host_7799qc.runtime_properties.cloudify_agent 3. proxy_host.properties.agent_config 4. bootstrap_context.cloudify_agent 2018-08-27 14:26:02,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-27 14:26:02,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.delete' -> Failed configuring agent installer: ip must be set in one of the following: 1. vellum_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config 2. vellum_host_9n0u9j.runtime_properties.cloudify_agent 3. vellum_host.properties.agent_config 4. bootstrap_context.cloudify_agent 2018-08-27 14:26:02,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-27 14:26:02,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-27 14:26:02,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.delete' -> Failed configuring agent installer: ip must be set in one of the following: 1. bind_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config 2. bind_host_uij9k6.runtime_properties.cloudify_agent 3. bind_host.properties.agent_config 4. bootstrap_context.cloudify_agent 2018-08-27 14:26:02,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-27 14:26:02,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.stop' -> Cannot 'stop' instance c511f324-0299-43fd-bda1-dde090123a8a while it is in vm_state building [status_code=409] 2018-08-27 14:26:02,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-27 14:26:02,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-27 14:26:02,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-27 14:26:02,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-27 14:26:02,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance ba3124fb-1913-493b-8f33-62efe0bee11b is not ready [status_code=409] 2018-08-27 14:26:02,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.delete' -> Failed configuring agent installer: ip must be set in one of the following: 1. proxy_host.interfaces.[cloudify_agent.installer.operations.delete].inputs.agent_config 2. proxy_host_7799qc.runtime_properties.cloudify_agent 3. proxy_host.properties.agent_config 4. bootstrap_context.cloudify_agent 2018-08-27 14:26:02,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:02,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-08-27 14:26:02,447 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:26:02,504 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:02,505 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:02,505 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:02,505 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:02,505 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:02,505 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:02,505 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:02,505 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:26:02,505 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:02,505 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:02 GMT 2018-08-27 14:26:02,506 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:02,506 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:26:02,506 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:07,507 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:26:07,587 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:07,588 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:07,588 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:07,588 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:07,588 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:07,588 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:07,588 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:07,588 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_uij9k6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:45.045Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:45.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:45.045Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:45.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:45.045Z", "message": "Task failed 'nova_plugin.server.stop' -> Cannot 'stop' instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 while it is in vm_state building [status_code=409]", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": [{"message": "Cannot 'stop' instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 while it is in vm_state building [status_code=409]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 432, in stop\n nova_client.servers.stop(server)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1060, in stop\n resp, body = self._action_return_resp_and_body('os-stop', server, None)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Cannot 'stop' instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 while it is in vm_state building [status_code=409]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:45.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:45.045Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:45.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:46.066Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:46.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:46.066Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 70339b4c-0eb1-4641-9d21-c4289b915a75 is not ready [status_code=409]", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 70339b4c-0eb1-4641-9d21-c4289b915a75 is not ready [status_code=409]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 432, in stop\n nova_client.servers.stop(server)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1060, in stop\n resp, body = self._action_return_resp_and_body('os-stop', server, None)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Instance 70339b4c-0eb1-4641-9d21-c4289b915a75 is not ready [status_code=409]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:46.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:46.066Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:46.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:46.066Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:46.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:46.066Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:46.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:46.066Z", "message": "Task failed 'nova_plugin.server.stop' -> Cannot 'stop' instance 0dd7d0f9-6715-4b6b-a48f-94467cc24002 while it is in vm_state building [status_code=409]", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": [{"message": "Cannot 'stop' instance 0dd7d0f9-6715-4b6b-a48f-94467cc24002 while it is in vm_state building [status_code=409]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 432, in stop\n nova_client.servers.stop(server)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1060, in stop\n resp, body = self._action_return_resp_and_body('os-stop', server, None)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Cannot 'stop' instance 0dd7d0f9-6715-4b6b-a48f-94467cc24002 while it is in vm_state building [status_code=409]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:46.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:47.334Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:47.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:48.182Z", "message": "Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_dime not associated with the instance 50ae3567-93c0-49cf-b3c6-01fb166ac279 [status_code=404]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Security group clearwater-sg_dime not associated with the instance 50ae3567-93c0-49cf-b3c6-01fb166ac279 [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 593, in disconnect_security_group\n server.remove_security_group(security_group_name)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 495, in remove_security_group\n return self.manager.remove_security_group(self, security_group)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1709, in remove_security_group\n {'name': security_group})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Security group clearwater-sg_dime not associated with the instance 50ae3567-93c0-49cf-b3c6-01fb166ac279 [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:48.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:48.182Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:48.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:48.182Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:48.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:48.182Z", "message": "Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_homer not associated with the instance c511f324-0299-43fd-bda1-dde090123a8a [status_code=404]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Security group clearwater-sg_homer not associated with the instance c511f324-0299-43fd-bda1-dde090123a8a [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 593, in disconnect_security_group\n server.remove_security_group(security_group_name)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 495, in remove_security_group\n return self.manager.remove_security_group(self, security_group)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1709, in remove_security_group\n {'name': security_group})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Security group clearwater-sg_homer not associated with the instance c511f324-0299-43fd-bda1-dde090123a8a [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:48.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:48.182Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:48.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:48.182Z", "message": "Task failed 'nova_plugin.server.stop' -> Cannot 'stop' instance 459786a4-958e-4121-a54f-ff97782ddaf0 while it is in vm_state building [status_code=409]", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": [{"message": "Cannot 'stop' instance 459786a4-958e-4121-a54f-ff97782ddaf0 while it is in vm_state building [status_code=409]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 432, in stop\n nova_client.servers.stop(server)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1060, in stop\n resp, body = self._action_return_resp_and_body('os-stop', server, None)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Cannot 'stop' instance 459786a4-958e-4121-a54f-ff97782ddaf0 while it is in vm_state building [status_code=409]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:48.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:48.182Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:48.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:48.182Z", "message": "Task failed 'nova_plugin.server.stop' -> Cannot 'stop' instance 5cf690d9-cc28-4d09-97fa-b8a5dbe91d50 while it is in vm_state building [status_code=409]", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": [{"message": "Cannot 'stop' instance 5cf690d9-cc28-4d09-97fa-b8a5dbe91d50 while it is in vm_state building [status_code=409]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 432, in stop\n nova_client.servers.stop(server)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1060, in stop\n resp, body = self._action_return_resp_and_body('os-stop', server, None)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Cannot 'stop' instance 5cf690d9-cc28-4d09-97fa-b8a5dbe91d50 while it is in vm_state building [status_code=409]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:48.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:49.505Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:49.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:49.505Z", "message": "Deleting node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:49.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:49.505Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:49.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:49.505Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:49.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:49.505Z", "message": "Task failed 'nova_plugin.server.disconnect_floatingip' -> Floating IP 172.30.9.202 is not associated with instance ba3124fb-1913-493b-8f33-62efe0bee11b. [status_code=409]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Floating IP 172.30.9.202 is not associated with instance ba3124fb-1913-493b-8f33-62efe0bee11b. [status_code=409]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 542, in disconnect_floatingip\n IP_ADDRESS_PROPERTY])\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 170, in remove_floating_ip\n return self.manager.remove_floating_ip(self, address)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 895, in remove_floating_ip\n return self._action('removeFloatingIp', server, {'address': address})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Floating IP 172.30.9.202 is not associated with instance ba3124fb-1913-493b-8f33-62efe0bee11b. [status_code=409]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:49.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:50.858Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:50.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:51.663Z", "message": "Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_sprout not associated with the instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 [status_code=404]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Security group clearwater-sg_sprout not associated with the instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 593, in disconnect_security_group\n server.remove_security_group(security_group_name)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 495, in remove_security_group\n return self.manager.remove_security_group(self, security_group)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1709, in remove_security_group\n {'name': security_group})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Security group clearwater-sg_sprout not associated with the instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:51.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:51.663Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:51.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:51.663Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:51.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:51.663Z", "message": "Task failed 'nova_plugin.server.disconnect_floatingip' -> Floating IP 172.30.9.207 is not associated with instance 0dd7d0f9-6715-4b6b-a48f-94467cc24002. [status_code=409]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Floating IP 172.30.9.207 is not associated with instance 0dd7d0f9-6715-4b6b-a48f-94467cc24002. [status_code=409]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 542, in disconnect_floatingip\n IP_ADDRESS_PROPERTY])\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 170, in remove_floating_ip\n return self.manager.remove_floating_ip(self, address)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 895, in remove_floating_ip\n return self._action('removeFloatingIp', server, {'address': address})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Floating IP 172.30.9.207 is not associated with instance 0dd7d0f9-6715-4b6b-a48f-94467cc24002. [status_code=409]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:51.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:52.638Z", "message": "deleting server", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:52.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "df38faeb-0542-488f-a9d0-33fed7cc6175"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:52.923Z", "message": "Task failed 'nova_plugin.server.disconnect_security_group' -> instance_id 70339b4c-0eb1-4641-9d21-c4289b915a75 could not be found as device id on any ports [status_code=404]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "instance_id 70339b4c-0eb1-4641-9d21-c4289b915a75 could not be found as device id on any ports [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 593, in disconnect_security_group\n server.remove_security_group(security_group_name)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 495, in remove_security_group\n return self.manager.remove_security_group(self, security_group)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1709, in remove_security_group\n {'name': security_group})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: instance_id 70339b4c-0eb1-4641-9d21-c4289b915a75 could not be found as device id on any ports [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:52.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:52.923Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:52.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:52.923Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:52.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:52.923Z", "message": "Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_base not associated with the instance c511f324-0299-43fd-bda1-dde090123a8a [status_code=404]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Security group clearwater-sg_base not associated with the instance c511f324-0299-43fd-bda1-dde090123a8a [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 593, in disconnect_security_group\n server.remove_security_group(security_group_name)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 495, in remove_security_group\n return self.manager.remove_security_group(self, security_group)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1709, in remove_security_group\n {'name': security_group})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Security group clearwater-sg_base not associated with the instance c511f324-0299-43fd-bda1-dde090123a8a [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:52.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:52.923Z", "message": "Task failed 'nova_plugin.server.disconnect_floatingip' -> Floating IP 172.30.9.201 is not associated with instance 5cf690d9-cc28-4d09-97fa-b8a5dbe91d50. [status_code=409]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Floating IP 172.30.9.201 is not associated with instance 5cf690d9-cc28-4d09-97fa-b8a5dbe91d50. [status_code=409]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 542, in disconnect_floatingip\n IP_ADDRESS_PROPERTY])\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 170, in remove_floating_ip\n return self.manager.remove_floating_ip(self, address)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 895, in remove_floating_ip\n return self._action('removeFloatingIp', server, {'address': address})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Floating IP 172.30.9.201 is not associated with instance 5cf690d9-cc28-4d09-97fa-b8a5dbe91d50. [status_code=409]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:52.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:52.923Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:52.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:53.930Z", "message": "Deleting node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:53.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:53.930Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:53.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:54.985Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:54.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:54.985Z", "message": "Task failed 'nova_plugin.server.disconnect_security_group' -> instance_id ba3124fb-1913-493b-8f33-62efe0bee11b could not be found as device id on any ports [status_code=404]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "instance_id ba3124fb-1913-493b-8f33-62efe0bee11b could not be found as device id on any ports [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 593, in disconnect_security_group\n server.remove_security_group(security_group_name)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 495, in remove_security_group\n return self.manager.remove_security_group(self, security_group)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1709, in remove_security_group\n {'name': security_group})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: instance_id ba3124fb-1913-493b-8f33-62efe0bee11b could not be found as device id on any ports [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:54.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:54.985Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:54.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:54.985Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:54.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:54.985Z", "message": "Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_base not associated with the instance 50ae3567-93c0-49cf-b3c6-01fb166ac279 [status_code=404]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Security group clearwater-sg_base not associated with the instance 50ae3567-93c0-49cf-b3c6-01fb166ac279 [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 593, in disconnect_security_group\n server.remove_security_group(security_group_name)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 495, in remove_security_group\n return self.manager.remove_security_group(self, security_group)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1709, in remove_security_group\n {'name': security_group})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Security group clearwater-sg_base not associated with the instance 50ae3567-93c0-49cf-b3c6-01fb166ac279 [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:54.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:54.985Z", "message": "Deleting node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:54.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:55.350Z", "message": "Waiting for server \"459786a4-958e-4121-a54f-ff97782ddaf0\" to be deleted. current status: BUILD", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:55.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "df38faeb-0542-488f-a9d0-33fed7cc6175"}, {"node_instance_id": "homer_host_nv8bn4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:55.997Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:55.997Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:55.997Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:55.997Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:55.997Z", "message": "Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_ellis not associated with the instance 0dd7d0f9-6715-4b6b-a48f-94467cc24002 [status_code=404]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Security group clearwater-sg_ellis not associated with the instance 0dd7d0f9-6715-4b6b-a48f-94467cc24002 [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 593, in disconnect_security_group\n server.remove_security_group(security_group_name)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 495, in remove_security_group\n return self.manager.remove_security_group(self, security_group)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1709, in remove_security_group\n {'name': security_group})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Security group clearwater-sg_ellis not associated with the instance 0dd7d0f9-6715-4b6b-a48f-94467cc24002 [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:55.997Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:57.057Z", "message": "deleting server", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:57.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "346d45e2-1956-4fbd-b610-6aff5c702cf8"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:57.072Z", "message": "Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_internal_sip not associated with the instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 [status_code=404]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Security group clearwater-sg_internal_sip not associated with the instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 593, in disconnect_security_group\n server.remove_security_group(security_group_name)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 495, in remove_security_group\n return self.manager.remove_security_group(self, security_group)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1709, in remove_security_group\n {'name': security_group})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Security group clearwater-sg_internal_sip not associated with the instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:57.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}], "metadata": {"pagination": {"total": 397, "offset": 297, "size": 50}}} 2018-08-27 14:26:07,589 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:07,589 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:07 GMT 2018-08-27 14:26:07,589 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:07,589 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 67087 2018-08-27 14:26:07,589 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:07,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-27 14:26:07,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-08-27 14:26:07,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.stop' -> Cannot 'stop' instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 while it is in vm_state building [status_code=409] 2018-08-27 14:26:07,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-27 14:26:07,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:07,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 70339b4c-0eb1-4641-9d21-c4289b915a75 is not ready [status_code=409] 2018-08-27 14:26:07,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-08-27 14:26:07,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-27 14:26:07,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-08-27 14:26:07,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.stop' -> Cannot 'stop' instance 0dd7d0f9-6715-4b6b-a48f-94467cc24002 while it is in vm_state building [status_code=409] 2018-08-27 14:26:07,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:07,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_dime not associated with the instance 50ae3567-93c0-49cf-b3c6-01fb166ac279 [status_code=404] 2018-08-27 14:26:07,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-08-27 14:26:07,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-08-27 14:26:07,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_homer not associated with the instance c511f324-0299-43fd-bda1-dde090123a8a [status_code=404] 2018-08-27 14:26:07,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:07,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.stop' -> Cannot 'stop' instance 459786a4-958e-4121-a54f-ff97782ddaf0 while it is in vm_state building [status_code=409] 2018-08-27 14:26:07,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:07,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.stop' -> Cannot 'stop' instance 5cf690d9-cc28-4d09-97fa-b8a5dbe91d50 while it is in vm_state building [status_code=409] 2018-08-27 14:26:07,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-08-27 14:26:07,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:26:07,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-27 14:26:07,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:07,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_floatingip' -> Floating IP 172.30.9.202 is not associated with instance ba3124fb-1913-493b-8f33-62efe0bee11b. [status_code=409] 2018-08-27 14:26:07,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:07,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_sprout not associated with the instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 [status_code=404] 2018-08-27 14:26:07,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:07,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:07,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_floatingip' -> Floating IP 172.30.9.207 is not associated with instance 0dd7d0f9-6715-4b6b-a48f-94467cc24002. [status_code=409] 2018-08-27 14:26:07,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-27 14:26:07,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> instance_id 70339b4c-0eb1-4641-9d21-c4289b915a75 could not be found as device id on any ports [status_code=404] 2018-08-27 14:26:07,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:07,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:07,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_base not associated with the instance c511f324-0299-43fd-bda1-dde090123a8a [status_code=404] 2018-08-27 14:26:07,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_floatingip' -> Floating IP 172.30.9.201 is not associated with instance 5cf690d9-cc28-4d09-97fa-b8a5dbe91d50. [status_code=409] 2018-08-27 14:26:07,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-27 14:26:07,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:26:07,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-27 14:26:07,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:07,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> instance_id ba3124fb-1913-493b-8f33-62efe0bee11b could not be found as device id on any ports [status_code=404] 2018-08-27 14:26:07,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:07,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-27 14:26:07,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_base not associated with the instance 50ae3567-93c0-49cf-b3c6-01fb166ac279 [status_code=404] 2018-08-27 14:26:07,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:26:07,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "459786a4-958e-4121-a54f-ff97782ddaf0" to be deleted. current status: BUILD 2018-08-27 14:26:07,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-27 14:26:07,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:07,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_ellis not associated with the instance 0dd7d0f9-6715-4b6b-a48f-94467cc24002 [status_code=404] 2018-08-27 14:26:07,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-27 14:26:07,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_internal_sip not associated with the instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 [status_code=404] 2018-08-27 14:26:07,600 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:26:07,663 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:07,664 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:07,664 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:07,664 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:07,664 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:07,664 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:07,664 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:07,664 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:26:07,664 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:07,664 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:07 GMT 2018-08-27 14:26:07,665 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:07,665 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:26:07,665 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:12,670 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:26:12,737 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:12,737 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:12,737 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:12,737 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:12,737 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:12,737 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:12,738 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:12,738 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:57.072Z", "message": "Task failed 'nova_plugin.server.disconnect_security_group' -> instance_id 70339b4c-0eb1-4641-9d21-c4289b915a75 could not be found as device id on any ports [status_code=404]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "instance_id 70339b4c-0eb1-4641-9d21-c4289b915a75 could not be found as device id on any ports [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 593, in disconnect_security_group\n server.remove_security_group(security_group_name)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 495, in remove_security_group\n return self.manager.remove_security_group(self, security_group)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1709, in remove_security_group\n {'name': security_group})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: instance_id 70339b4c-0eb1-4641-9d21-c4289b915a75 could not be found as device id on any ports [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:57.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:57.072Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:57.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:57.072Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:57.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:57.072Z", "message": "Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_internal_sip not associated with the instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 [status_code=404]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Security group clearwater-sg_internal_sip not associated with the instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 593, in disconnect_security_group\n server.remove_security_group(security_group_name)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 495, in remove_security_group\n return self.manager.remove_security_group(self, security_group)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1709, in remove_security_group\n {'name': security_group})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Security group clearwater-sg_internal_sip not associated with the instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:57.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:58.074Z", "message": "deleting server", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:58.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "c927b3d8-a84e-43e9-bde7-d36e4d9c90e1"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:58.080Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:58.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:58.080Z", "message": "Deleting node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:58.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:59.080Z", "message": "Waiting for server \"c511f324-0299-43fd-bda1-dde090123a8a\" to be deleted. current status: BUILD", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:59.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "346d45e2-1956-4fbd-b610-6aff5c702cf8"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:59.084Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:59.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:59.084Z", "message": "Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_bind not associated with the instance 5cf690d9-cc28-4d09-97fa-b8a5dbe91d50 [status_code=404]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Security group clearwater-sg_bind not associated with the instance 5cf690d9-cc28-4d09-97fa-b8a5dbe91d50 [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 593, in disconnect_security_group\n server.remove_security_group(security_group_name)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 495, in remove_security_group\n return self.manager.remove_security_group(self, security_group)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1709, in remove_security_group\n {'name': security_group})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Security group clearwater-sg_bind not associated with the instance 5cf690d9-cc28-4d09-97fa-b8a5dbe91d50 [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:25:59.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:25:59.084Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:25:59.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:00.088Z", "message": "Task failed 'nova_plugin.server.disconnect_security_group' -> instance_id ba3124fb-1913-493b-8f33-62efe0bee11b could not be found as device id on any ports [status_code=404]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "instance_id ba3124fb-1913-493b-8f33-62efe0bee11b could not be found as device id on any ports [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 593, in disconnect_security_group\n server.remove_security_group(security_group_name)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 495, in remove_security_group\n return self.manager.remove_security_group(self, security_group)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1709, in remove_security_group\n {'name': security_group})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: instance_id ba3124fb-1913-493b-8f33-62efe0bee11b could not be found as device id on any ports [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:26:00.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:00.088Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:00.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:00.088Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:00.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:00.342Z", "message": "Waiting for server \"50ae3567-93c0-49cf-b3c6-01fb166ac279\" to be deleted. current status: BUILD", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:00.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "c927b3d8-a84e-43e9-bde7-d36e4d9c90e1"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:01.528Z", "message": "Waiting for server \"459786a4-958e-4121-a54f-ff97782ddaf0\" to be deleted. current status: BUILD", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:01.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "df38faeb-0542-488f-a9d0-33fed7cc6175"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:01.575Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:01.575Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:02.092Z", "message": "Deleting node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:02.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:02.092Z", "message": "Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_base not associated with the instance 0dd7d0f9-6715-4b6b-a48f-94467cc24002 [status_code=404]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Security group clearwater-sg_base not associated with the instance 0dd7d0f9-6715-4b6b-a48f-94467cc24002 [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 593, in disconnect_security_group\n server.remove_security_group(security_group_name)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 495, in remove_security_group\n return self.manager.remove_security_group(self, security_group)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1709, in remove_security_group\n {'name': security_group})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Security group clearwater-sg_base not associated with the instance 0dd7d0f9-6715-4b6b-a48f-94467cc24002 [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:26:02.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:02.092Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:02.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_host_9n0u9j", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:03.087Z", "message": "deleting server", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:03.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "d0ca391c-14d0-4e20-8383-527e1d24faca"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:03.097Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:03.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:04.091Z", "message": "Waiting for server \"c511f324-0299-43fd-bda1-dde090123a8a\" to be deleted. current status: BUILD", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:04.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "346d45e2-1956-4fbd-b610-6aff5c702cf8"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:04.100Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:04.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:04.100Z", "message": "Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_base not associated with the instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 [status_code=404]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Security group clearwater-sg_base not associated with the instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 593, in disconnect_security_group\n server.remove_security_group(security_group_name)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 495, in remove_security_group\n return self.manager.remove_security_group(self, security_group)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1709, in remove_security_group\n {'name': security_group})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Security group clearwater-sg_base not associated with the instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:26:04.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:04.100Z", "message": "Deleting node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:04.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:05.123Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:05.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_host_9n0u9j", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:05.123Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:05.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:06.012Z", "message": "Waiting for server \"50ae3567-93c0-49cf-b3c6-01fb166ac279\" to be deleted. current status: BUILD", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:06.012Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "c927b3d8-a84e-43e9-bde7-d36e4d9c90e1"}, {"node_instance_id": "vellum_security_group_hapi8b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:06.127Z", "message": "Deleting node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:06.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_security_group_hapi8b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:06.127Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:06.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_security_group_hapi8b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:06.127Z", "message": "Stopping node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:06.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:07.135Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:07.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:07.135Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:07.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:07.135Z", "message": "Deleting node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:07.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:07.135Z", "message": "Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_base not associated with the instance 5cf690d9-cc28-4d09-97fa-b8a5dbe91d50 [status_code=404]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Security group clearwater-sg_base not associated with the instance 5cf690d9-cc28-4d09-97fa-b8a5dbe91d50 [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 593, in disconnect_security_group\n server.remove_security_group(security_group_name)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 495, in remove_security_group\n return self.manager.remove_security_group(self, security_group)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1709, in remove_security_group\n {'name': security_group})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Security group clearwater-sg_base not associated with the instance 5cf690d9-cc28-4d09-97fa-b8a5dbe91d50 [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:26:07.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:07.162Z", "message": "deleting server", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:07.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "fe04900a-94cb-4f6e-9373-c7ec9e0d4f01"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:08.111Z", "message": "Waiting for server \"459786a4-958e-4121-a54f-ff97782ddaf0\" to be deleted. current status: BUILD", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:08.111Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "df38faeb-0542-488f-a9d0-33fed7cc6175"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:08.139Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:08.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:08.139Z", "message": "Task failed 'nova_plugin.server.disconnect_security_group' -> instance_id ba3124fb-1913-493b-8f33-62efe0bee11b could not be found as device id on any ports [status_code=404]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "instance_id ba3124fb-1913-493b-8f33-62efe0bee11b could not be found as device id on any ports [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 593, in disconnect_security_group\n server.remove_security_group(security_group_name)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 495, in remove_security_group\n return self.manager.remove_security_group(self, security_group)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1709, in remove_security_group\n {'name': security_group})\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1845, in _action\n info=info, **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/clearwater-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: instance_id ba3124fb-1913-493b-8f33-62efe0bee11b could not be found as device id on any ports [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T14:26:08.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:08.139Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:08.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:08.139Z", "message": "Deleting node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:08.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:09.120Z", "message": "deleting server", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:09.120Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7fb859b7-75d6-40b5-a7a0-f00bcddcf314"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:10.125Z", "message": "Waiting for server \"c511f324-0299-43fd-bda1-dde090123a8a\" to be deleted. current status: BUILD", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:10.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "346d45e2-1956-4fbd-b610-6aff5c702cf8"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:10.125Z", "message": "Waiting for server \"0dd7d0f9-6715-4b6b-a48f-94467cc24002\" to be deleted. current status: BUILD", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:10.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "fe04900a-94cb-4f6e-9373-c7ec9e0d4f01"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:11.129Z", "message": "Waiting for server \"c18cb846-2b08-416a-9ab8-3b57b9ebf7e1\" to be deleted. current status: BUILD", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:11.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7fb859b7-75d6-40b5-a7a0-f00bcddcf314"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:12.132Z", "message": "Waiting for server \"50ae3567-93c0-49cf-b3c6-01fb166ac279\" to be deleted. current status: BUILD", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:12.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "c927b3d8-a84e-43e9-bde7-d36e4d9c90e1"}], "metadata": {"pagination": {"total": 407, "offset": 347, "size": 50}}} 2018-08-27 14:26:12,738 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:12,738 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:12 GMT 2018-08-27 14:26:12,738 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:12,738 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 45304 2018-08-27 14:26:12,738 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:12,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> instance_id 70339b4c-0eb1-4641-9d21-c4289b915a75 could not be found as device id on any ports [status_code=404] 2018-08-27 14:26:12,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-27 14:26:12,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:12,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_internal_sip not associated with the instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 [status_code=404] 2018-08-27 14:26:12,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-27 14:26:12,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-27 14:26:12,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:26:12,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c511f324-0299-43fd-bda1-dde090123a8a" to be deleted. current status: BUILD 2018-08-27 14:26:12,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:12,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_bind not associated with the instance 5cf690d9-cc28-4d09-97fa-b8a5dbe91d50 [status_code=404] 2018-08-27 14:26:12,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:12,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> instance_id ba3124fb-1913-493b-8f33-62efe0bee11b could not be found as device id on any ports [status_code=404] 2018-08-27 14:26:12,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:12,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:12,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "50ae3567-93c0-49cf-b3c6-01fb166ac279" to be deleted. current status: BUILD 2018-08-27 14:26:12,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "459786a4-958e-4121-a54f-ff97782ddaf0" to be deleted. current status: BUILD 2018-08-27 14:26:12,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-27 14:26:12,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:26:12,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_base not associated with the instance 0dd7d0f9-6715-4b6b-a48f-94467cc24002 [status_code=404] 2018-08-27 14:26:12,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-27 14:26:12,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-27 14:26:12,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:12,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c511f324-0299-43fd-bda1-dde090123a8a" to be deleted. current status: BUILD 2018-08-27 14:26:12,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-27 14:26:12,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_base not associated with the instance c18cb846-2b08-416a-9ab8-3b57b9ebf7e1 [status_code=404] 2018-08-27 14:26:12,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:26:12,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-27 14:26:12,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-27 14:26:12,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "50ae3567-93c0-49cf-b3c6-01fb166ac279" to be deleted. current status: BUILD 2018-08-27 14:26:12,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:26:12,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-27 14:26:12,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:26:12,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-27 14:26:12,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-27 14:26:12,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:26:12,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_base not associated with the instance 5cf690d9-cc28-4d09-97fa-b8a5dbe91d50 [status_code=404] 2018-08-27 14:26:12,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-27 14:26:12,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "459786a4-958e-4121-a54f-ff97782ddaf0" to be deleted. current status: BUILD 2018-08-27 14:26:12,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-27 14:26:12,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> instance_id ba3124fb-1913-493b-8f33-62efe0bee11b could not be found as device id on any ports [status_code=404] 2018-08-27 14:26:12,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-27 14:26:12,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:26:12,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-27 14:26:12,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c511f324-0299-43fd-bda1-dde090123a8a" to be deleted. current status: BUILD 2018-08-27 14:26:12,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "0dd7d0f9-6715-4b6b-a48f-94467cc24002" to be deleted. current status: BUILD 2018-08-27 14:26:12,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c18cb846-2b08-416a-9ab8-3b57b9ebf7e1" to be deleted. current status: BUILD 2018-08-27 14:26:12,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "50ae3567-93c0-49cf-b3c6-01fb166ac279" to be deleted. current status: BUILD 2018-08-27 14:26:12,748 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:26:12,803 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:12,803 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:12,803 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:12,803 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:12,803 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:12,804 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:12,804 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:12,804 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:26:12,804 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:12,804 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:12 GMT 2018-08-27 14:26:12,804 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:12,804 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:26:12,804 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:17,808 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:26:17,871 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:17,871 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:17,871 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:17,871 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:17,871 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:17,871 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:17,872 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:17,872 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:13.304Z", "message": "Waiting for server \"459786a4-958e-4121-a54f-ff97782ddaf0\" to be deleted. current status: BUILD", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:13.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "df38faeb-0542-488f-a9d0-33fed7cc6175"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:15.463Z", "message": "Waiting for server \"0dd7d0f9-6715-4b6b-a48f-94467cc24002\" to be deleted. current status: BUILD", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:15.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "fe04900a-94cb-4f6e-9373-c7ec9e0d4f01"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:16.137Z", "message": "Waiting for server \"c511f324-0299-43fd-bda1-dde090123a8a\" to be deleted. current status: BUILD", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:16.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "346d45e2-1956-4fbd-b610-6aff5c702cf8"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:17.140Z", "message": "Waiting for server \"c18cb846-2b08-416a-9ab8-3b57b9ebf7e1\" to be deleted. current status: BUILD", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:17.140Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7fb859b7-75d6-40b5-a7a0-f00bcddcf314"}], "metadata": {"pagination": {"total": 411, "offset": 394, "size": 50}}} 2018-08-27 14:26:17,872 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:17,872 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:17 GMT 2018-08-27 14:26:17,872 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:17,872 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2468 2018-08-27 14:26:17,872 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:17,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "459786a4-958e-4121-a54f-ff97782ddaf0" to be deleted. current status: BUILD 2018-08-27 14:26:17,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "0dd7d0f9-6715-4b6b-a48f-94467cc24002" to be deleted. current status: BUILD 2018-08-27 14:26:17,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c511f324-0299-43fd-bda1-dde090123a8a" to be deleted. current status: BUILD 2018-08-27 14:26:17,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c18cb846-2b08-416a-9ab8-3b57b9ebf7e1" to be deleted. current status: BUILD 2018-08-27 14:26:17,874 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:26:18,004 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:18,004 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:18,004 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:18,004 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:18,004 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:18,005 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:18,005 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:18,005 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:26:18,005 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:18,005 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:18 GMT 2018-08-27 14:26:18,005 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:18,005 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:26:18,005 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:23,008 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:26:23,079 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:23,079 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:23,080 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:23,080 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:23,080 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:23,080 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:23,080 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:23,080 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:18.143Z", "message": "Waiting for server \"50ae3567-93c0-49cf-b3c6-01fb166ac279\" to be deleted. current status: BUILD", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:18.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "c927b3d8-a84e-43e9-bde7-d36e4d9c90e1"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:19.367Z", "message": "Waiting for server \"459786a4-958e-4121-a54f-ff97782ddaf0\" to be deleted. current status: BUILD", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:19.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "df38faeb-0542-488f-a9d0-33fed7cc6175"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:21.719Z", "message": "Waiting for server \"c511f324-0299-43fd-bda1-dde090123a8a\" to be deleted. current status: BUILD", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:21.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "346d45e2-1956-4fbd-b610-6aff5c702cf8"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:22.147Z", "message": "Waiting for server \"0dd7d0f9-6715-4b6b-a48f-94467cc24002\" to be deleted. current status: BUILD", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:22.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "fe04900a-94cb-4f6e-9373-c7ec9e0d4f01"}], "metadata": {"pagination": {"total": 415, "offset": 398, "size": 50}}} 2018-08-27 14:26:23,080 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:23,081 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:23 GMT 2018-08-27 14:26:23,081 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:23,081 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2464 2018-08-27 14:26:23,081 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:23,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "50ae3567-93c0-49cf-b3c6-01fb166ac279" to be deleted. current status: BUILD 2018-08-27 14:26:23,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "459786a4-958e-4121-a54f-ff97782ddaf0" to be deleted. current status: BUILD 2018-08-27 14:26:23,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c511f324-0299-43fd-bda1-dde090123a8a" to be deleted. current status: BUILD 2018-08-27 14:26:23,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "0dd7d0f9-6715-4b6b-a48f-94467cc24002" to be deleted. current status: BUILD 2018-08-27 14:26:23,082 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:26:23,141 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:23,141 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:23,141 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:23,142 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:23,142 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:23,142 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:23,142 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:23,142 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:26:23,142 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:23,142 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:23 GMT 2018-08-27 14:26:23,142 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:23,142 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:26:23,143 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:28,145 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:26:28,214 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:28,215 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:28,215 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:28,215 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:28,215 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:28,215 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:28,215 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:28,215 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:23.150Z", "message": "Waiting for server \"c18cb846-2b08-416a-9ab8-3b57b9ebf7e1\" to be deleted. current status: BUILD", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:23.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7fb859b7-75d6-40b5-a7a0-f00bcddcf314"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:24.154Z", "message": "Waiting for server \"50ae3567-93c0-49cf-b3c6-01fb166ac279\" to be deleted. current status: BUILD", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:24.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "c927b3d8-a84e-43e9-bde7-d36e4d9c90e1"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:25.841Z", "message": "Waiting for server \"459786a4-958e-4121-a54f-ff97782ddaf0\" to be deleted. current status: BUILD", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:25.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "df38faeb-0542-488f-a9d0-33fed7cc6175"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:27.680Z", "message": "Waiting for server \"c511f324-0299-43fd-bda1-dde090123a8a\" to be deleted. current status: BUILD", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:27.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "346d45e2-1956-4fbd-b610-6aff5c702cf8"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:28.159Z", "message": "Waiting for server \"0dd7d0f9-6715-4b6b-a48f-94467cc24002\" to be deleted. current status: BUILD", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:28.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "fe04900a-94cb-4f6e-9373-c7ec9e0d4f01"}], "metadata": {"pagination": {"total": 420, "offset": 402, "size": 50}}} 2018-08-27 14:26:28,215 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:28,215 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:28 GMT 2018-08-27 14:26:28,216 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:28,216 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3062 2018-08-27 14:26:28,216 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:28,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c18cb846-2b08-416a-9ab8-3b57b9ebf7e1" to be deleted. current status: BUILD 2018-08-27 14:26:28,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "50ae3567-93c0-49cf-b3c6-01fb166ac279" to be deleted. current status: BUILD 2018-08-27 14:26:28,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "459786a4-958e-4121-a54f-ff97782ddaf0" to be deleted. current status: BUILD 2018-08-27 14:26:28,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c511f324-0299-43fd-bda1-dde090123a8a" to be deleted. current status: BUILD 2018-08-27 14:26:28,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "0dd7d0f9-6715-4b6b-a48f-94467cc24002" to be deleted. current status: BUILD 2018-08-27 14:26:28,217 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:26:28,273 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:28,273 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:28,274 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:28,274 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:28,274 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:28,274 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:28,274 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:28,274 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:26:28,274 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:28,274 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:28 GMT 2018-08-27 14:26:28,274 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:28,275 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:26:28,275 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:33,280 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:26:33,350 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:33,351 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:33,351 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:33,351 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:33,351 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:33,351 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:33,351 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:33,351 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:29.164Z", "message": "Waiting for server \"c18cb846-2b08-416a-9ab8-3b57b9ebf7e1\" to be deleted. current status: BUILD", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:29.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7fb859b7-75d6-40b5-a7a0-f00bcddcf314"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:30.168Z", "message": "Waiting for server \"50ae3567-93c0-49cf-b3c6-01fb166ac279\" to be deleted. current status: BUILD", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:30.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "c927b3d8-a84e-43e9-bde7-d36e4d9c90e1"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:31.823Z", "message": "Waiting for server \"459786a4-958e-4121-a54f-ff97782ddaf0\" to be deleted. current status: BUILD", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:31.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "df38faeb-0542-488f-a9d0-33fed7cc6175"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:33.322Z", "message": "Waiting for server \"c511f324-0299-43fd-bda1-dde090123a8a\" to be deleted. current status: BUILD", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:33.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "346d45e2-1956-4fbd-b610-6aff5c702cf8"}], "metadata": {"pagination": {"total": 424, "offset": 407, "size": 50}}} 2018-08-27 14:26:33,351 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:33,352 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:33 GMT 2018-08-27 14:26:33,352 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:33,352 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2466 2018-08-27 14:26:33,352 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:33,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c18cb846-2b08-416a-9ab8-3b57b9ebf7e1" to be deleted. current status: BUILD 2018-08-27 14:26:33,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "50ae3567-93c0-49cf-b3c6-01fb166ac279" to be deleted. current status: BUILD 2018-08-27 14:26:33,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "459786a4-958e-4121-a54f-ff97782ddaf0" to be deleted. current status: BUILD 2018-08-27 14:26:33,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c511f324-0299-43fd-bda1-dde090123a8a" to be deleted. current status: BUILD 2018-08-27 14:26:33,353 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:26:33,410 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:33,410 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:33,410 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:33,410 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:33,410 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:33,411 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:33,411 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:33,411 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:26:33,411 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:33,411 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:33 GMT 2018-08-27 14:26:33,411 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:33,411 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:26:33,411 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:38,417 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:26:38,487 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:38,487 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:38,488 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:38,488 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:38,488 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:38,488 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:38,488 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:38,488 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:34.172Z", "message": "Waiting for server \"0dd7d0f9-6715-4b6b-a48f-94467cc24002\" to be deleted. current status: BUILD", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:34.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "fe04900a-94cb-4f6e-9373-c7ec9e0d4f01"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:35.176Z", "message": "Waiting for server \"c18cb846-2b08-416a-9ab8-3b57b9ebf7e1\" to be deleted. current status: BUILD", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:35.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7fb859b7-75d6-40b5-a7a0-f00bcddcf314"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:35.176Z", "message": "Waiting for server \"50ae3567-93c0-49cf-b3c6-01fb166ac279\" to be deleted. current status: BUILD", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:35.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "c927b3d8-a84e-43e9-bde7-d36e4d9c90e1"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:38.062Z", "message": "Waiting for server \"459786a4-958e-4121-a54f-ff97782ddaf0\" to be deleted. current status: BUILD", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:38.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "df38faeb-0542-488f-a9d0-33fed7cc6175"}], "metadata": {"pagination": {"total": 428, "offset": 411, "size": 50}}} 2018-08-27 14:26:38,488 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:38,488 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:38 GMT 2018-08-27 14:26:38,488 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:38,489 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2466 2018-08-27 14:26:38,489 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:38,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "0dd7d0f9-6715-4b6b-a48f-94467cc24002" to be deleted. current status: BUILD 2018-08-27 14:26:38,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c18cb846-2b08-416a-9ab8-3b57b9ebf7e1" to be deleted. current status: BUILD 2018-08-27 14:26:38,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "50ae3567-93c0-49cf-b3c6-01fb166ac279" to be deleted. current status: BUILD 2018-08-27 14:26:38,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "459786a4-958e-4121-a54f-ff97782ddaf0" to be deleted. current status: BUILD 2018-08-27 14:26:38,490 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:26:38,546 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:38,546 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:38,546 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:38,546 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:38,547 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:38,547 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:38,547 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:38,547 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:26:38,547 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:38,547 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:38 GMT 2018-08-27 14:26:38,547 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:38,547 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:26:38,547 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:43,553 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:26:43,627 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:43,627 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:43,627 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:43,627 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:43,627 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:43,627 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:43,627 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:43,628 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:39.333Z", "message": "Waiting for server \"c511f324-0299-43fd-bda1-dde090123a8a\" to be deleted. current status: BUILD", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:39.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "346d45e2-1956-4fbd-b610-6aff5c702cf8"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:40.181Z", "message": "Waiting for server \"0dd7d0f9-6715-4b6b-a48f-94467cc24002\" to be deleted. current status: BUILD", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:40.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "fe04900a-94cb-4f6e-9373-c7ec9e0d4f01"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:41.185Z", "message": "Waiting for server \"c18cb846-2b08-416a-9ab8-3b57b9ebf7e1\" to be deleted. current status: BUILD", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:41.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7fb859b7-75d6-40b5-a7a0-f00bcddcf314"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:41.185Z", "message": "Waiting for server \"50ae3567-93c0-49cf-b3c6-01fb166ac279\" to be deleted. current status: BUILD", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:41.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "c927b3d8-a84e-43e9-bde7-d36e4d9c90e1"}], "metadata": {"pagination": {"total": 432, "offset": 415, "size": 50}}} 2018-08-27 14:26:43,628 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:43,628 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:43 GMT 2018-08-27 14:26:43,628 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:43,628 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2466 2018-08-27 14:26:43,628 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:43,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c511f324-0299-43fd-bda1-dde090123a8a" to be deleted. current status: BUILD 2018-08-27 14:26:43,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "0dd7d0f9-6715-4b6b-a48f-94467cc24002" to be deleted. current status: BUILD 2018-08-27 14:26:43,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c18cb846-2b08-416a-9ab8-3b57b9ebf7e1" to be deleted. current status: BUILD 2018-08-27 14:26:43,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "50ae3567-93c0-49cf-b3c6-01fb166ac279" to be deleted. current status: BUILD 2018-08-27 14:26:43,629 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:26:43,689 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:43,689 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:43,689 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:43,689 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:43,689 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:43,690 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:43,690 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:43,690 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:26:43,690 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:43,690 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:43 GMT 2018-08-27 14:26:43,690 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:43,690 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:26:43,690 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:48,691 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:26:48,758 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:48,758 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:48,758 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:48,758 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:48,758 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:48,758 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:48,758 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:48,759 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:43.964Z", "message": "Waiting for server \"459786a4-958e-4121-a54f-ff97782ddaf0\" to be deleted. current status: BUILD", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:43.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "df38faeb-0542-488f-a9d0-33fed7cc6175"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:45.077Z", "message": "Waiting for server \"0dd7d0f9-6715-4b6b-a48f-94467cc24002\" to be deleted. current status: BUILD", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:45.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "fe04900a-94cb-4f6e-9373-c7ec9e0d4f01"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:46.190Z", "message": "Waiting for server \"c511f324-0299-43fd-bda1-dde090123a8a\" to be deleted. current status: BUILD", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:46.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "346d45e2-1956-4fbd-b610-6aff5c702cf8"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:47.193Z", "message": "Waiting for server \"c18cb846-2b08-416a-9ab8-3b57b9ebf7e1\" to be deleted. current status: BUILD", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:47.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7fb859b7-75d6-40b5-a7a0-f00bcddcf314"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:47.193Z", "message": "Waiting for server \"50ae3567-93c0-49cf-b3c6-01fb166ac279\" to be deleted. current status: BUILD", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:47.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "c927b3d8-a84e-43e9-bde7-d36e4d9c90e1"}], "metadata": {"pagination": {"total": 437, "offset": 419, "size": 50}}} 2018-08-27 14:26:48,759 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:48,759 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:48 GMT 2018-08-27 14:26:48,759 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:48,759 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3062 2018-08-27 14:26:48,759 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:48,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "459786a4-958e-4121-a54f-ff97782ddaf0" to be deleted. current status: BUILD 2018-08-27 14:26:48,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "0dd7d0f9-6715-4b6b-a48f-94467cc24002" to be deleted. current status: BUILD 2018-08-27 14:26:48,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c511f324-0299-43fd-bda1-dde090123a8a" to be deleted. current status: BUILD 2018-08-27 14:26:48,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c18cb846-2b08-416a-9ab8-3b57b9ebf7e1" to be deleted. current status: BUILD 2018-08-27 14:26:48,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "50ae3567-93c0-49cf-b3c6-01fb166ac279" to be deleted. current status: BUILD 2018-08-27 14:26:48,760 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:26:48,823 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:48,823 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:48,823 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:48,823 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:48,823 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:48,823 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:48,823 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:48,824 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:26:48,824 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:48,824 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:48 GMT 2018-08-27 14:26:48,824 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:48,824 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:26:48,824 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:53,829 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:26:53,895 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:53,895 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:53,895 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:53,895 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:53,895 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:53,895 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:53,896 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:53,896 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:49.672Z", "message": "Waiting for server \"459786a4-958e-4121-a54f-ff97782ddaf0\" to be deleted. current status: BUILD", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:49.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "df38faeb-0542-488f-a9d0-33fed7cc6175"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:51.323Z", "message": "Waiting for server \"0dd7d0f9-6715-4b6b-a48f-94467cc24002\" to be deleted. current status: BUILD", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:51.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "fe04900a-94cb-4f6e-9373-c7ec9e0d4f01"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:52.197Z", "message": "Waiting for server \"c511f324-0299-43fd-bda1-dde090123a8a\" to be deleted. current status: BUILD", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:52.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "346d45e2-1956-4fbd-b610-6aff5c702cf8"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:53.207Z", "message": "Waiting for server \"50ae3567-93c0-49cf-b3c6-01fb166ac279\" to be deleted. current status: BUILD", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:53.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "c927b3d8-a84e-43e9-bde7-d36e4d9c90e1"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:53.207Z", "message": "Waiting for server \"c18cb846-2b08-416a-9ab8-3b57b9ebf7e1\" to be deleted. current status: BUILD", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:53.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7fb859b7-75d6-40b5-a7a0-f00bcddcf314"}], "metadata": {"pagination": {"total": 442, "offset": 424, "size": 50}}} 2018-08-27 14:26:53,896 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:53,896 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:53 GMT 2018-08-27 14:26:53,896 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:53,896 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3062 2018-08-27 14:26:53,896 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:53,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "459786a4-958e-4121-a54f-ff97782ddaf0" to be deleted. current status: BUILD 2018-08-27 14:26:53,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "0dd7d0f9-6715-4b6b-a48f-94467cc24002" to be deleted. current status: BUILD 2018-08-27 14:26:53,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c511f324-0299-43fd-bda1-dde090123a8a" to be deleted. current status: BUILD 2018-08-27 14:26:53,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "50ae3567-93c0-49cf-b3c6-01fb166ac279" to be deleted. current status: BUILD 2018-08-27 14:26:53,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c18cb846-2b08-416a-9ab8-3b57b9ebf7e1" to be deleted. current status: BUILD 2018-08-27 14:26:53,898 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:26:54,024 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:54,024 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:54,024 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:54,024 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:54,025 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:54,025 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:54,025 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:54,025 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:26:54,025 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:54,025 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:54 GMT 2018-08-27 14:26:54,025 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:54,025 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:26:54,025 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:59,031 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:26:59,210 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:59,210 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:59,211 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:59,211 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:59,211 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:59,211 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:59,211 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:59,211 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:55.235Z", "message": "Waiting for server \"459786a4-958e-4121-a54f-ff97782ddaf0\" to be deleted. current status: BUILD", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:55.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "df38faeb-0542-488f-a9d0-33fed7cc6175"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:57.082Z", "message": "Waiting for server \"0dd7d0f9-6715-4b6b-a48f-94467cc24002\" to be deleted. current status: BUILD", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:57.082Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "fe04900a-94cb-4f6e-9373-c7ec9e0d4f01"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:58.234Z", "message": "Waiting for server \"c511f324-0299-43fd-bda1-dde090123a8a\" to be deleted. current status: BUILD", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:58.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "346d45e2-1956-4fbd-b610-6aff5c702cf8"}], "metadata": {"pagination": {"total": 445, "offset": 429, "size": 50}}} 2018-08-27 14:26:59,211 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:59,211 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:59 GMT 2018-08-27 14:26:59,211 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:59,211 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1870 2018-08-27 14:26:59,212 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:26:59,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "459786a4-958e-4121-a54f-ff97782ddaf0" to be deleted. current status: BUILD 2018-08-27 14:26:59,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "0dd7d0f9-6715-4b6b-a48f-94467cc24002" to be deleted. current status: BUILD 2018-08-27 14:26:59,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c511f324-0299-43fd-bda1-dde090123a8a" to be deleted. current status: BUILD 2018-08-27 14:26:59,212 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:26:59,673 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:26:59,673 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:26:59,673 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:26:59,674 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:26:59,674 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:26:59,674 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:26:59,674 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:26:59,674 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:26:59,674 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:26:59,674 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:26:59 GMT 2018-08-27 14:26:59,674 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:26:59,674 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:26:59,674 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:27:04,680 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:27:04,857 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:27:04,858 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:27:04,858 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:27:04,858 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:27:04,858 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:27:04,858 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:27:04,858 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:27:04,858 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:59.257Z", "message": "Waiting for server \"50ae3567-93c0-49cf-b3c6-01fb166ac279\" to be deleted. current status: BUILD", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:59.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "c927b3d8-a84e-43e9-bde7-d36e4d9c90e1"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:26:59.257Z", "message": "Waiting for server \"c18cb846-2b08-416a-9ab8-3b57b9ebf7e1\" to be deleted. current status: BUILD", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:26:59.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7fb859b7-75d6-40b5-a7a0-f00bcddcf314"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:01.148Z", "message": "Waiting for server \"459786a4-958e-4121-a54f-ff97782ddaf0\" to be deleted. current status: BUILD", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:01.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "df38faeb-0542-488f-a9d0-33fed7cc6175"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:02.894Z", "message": "Waiting for server \"0dd7d0f9-6715-4b6b-a48f-94467cc24002\" to be deleted. current status: BUILD", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:02.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "fe04900a-94cb-4f6e-9373-c7ec9e0d4f01"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:04.437Z", "message": "Waiting for server \"c511f324-0299-43fd-bda1-dde090123a8a\" to be deleted. current status: BUILD", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:04.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "346d45e2-1956-4fbd-b610-6aff5c702cf8"}], "metadata": {"pagination": {"total": 450, "offset": 432, "size": 50}}} 2018-08-27 14:27:04,859 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:27:04,859 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:27:04 GMT 2018-08-27 14:27:04,859 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:27:04,859 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3062 2018-08-27 14:27:04,859 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:27:04,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "50ae3567-93c0-49cf-b3c6-01fb166ac279" to be deleted. current status: BUILD 2018-08-27 14:27:04,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c18cb846-2b08-416a-9ab8-3b57b9ebf7e1" to be deleted. current status: BUILD 2018-08-27 14:27:04,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "459786a4-958e-4121-a54f-ff97782ddaf0" to be deleted. current status: BUILD 2018-08-27 14:27:04,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "0dd7d0f9-6715-4b6b-a48f-94467cc24002" to be deleted. current status: BUILD 2018-08-27 14:27:04,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c511f324-0299-43fd-bda1-dde090123a8a" to be deleted. current status: BUILD 2018-08-27 14:27:04,860 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:27:04,920 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:27:04,920 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:27:04,920 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:27:04,920 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:27:04,920 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:27:04,920 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:27:04,920 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:27:04,921 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:27:04,921 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:27:04,921 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:27:04 GMT 2018-08-27 14:27:04,921 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:27:04,921 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:27:04,921 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:27:09,926 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:27:10,343 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:27:10,344 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:27:10,344 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:27:10,344 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:27:10,344 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:27:10,344 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:27:10,344 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:27:10,344 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:05.481Z", "message": "Waiting for server \"50ae3567-93c0-49cf-b3c6-01fb166ac279\" to be deleted. current status: BUILD", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:05.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "c927b3d8-a84e-43e9-bde7-d36e4d9c90e1"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:05.481Z", "message": "Waiting for server \"c18cb846-2b08-416a-9ab8-3b57b9ebf7e1\" to be deleted. current status: BUILD", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:05.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7fb859b7-75d6-40b5-a7a0-f00bcddcf314"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:07.199Z", "message": "Waiting for server \"459786a4-958e-4121-a54f-ff97782ddaf0\" to be deleted. current status: BUILD", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:07.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "df38faeb-0542-488f-a9d0-33fed7cc6175"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:08.632Z", "message": "Waiting for server \"0dd7d0f9-6715-4b6b-a48f-94467cc24002\" to be deleted. current status: BUILD", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:08.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "fe04900a-94cb-4f6e-9373-c7ec9e0d4f01"}], "metadata": {"pagination": {"total": 454, "offset": 437, "size": 50}}} 2018-08-27 14:27:10,345 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:27:10,345 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:27:10 GMT 2018-08-27 14:27:10,345 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:27:10,345 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2466 2018-08-27 14:27:10,345 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:27:10,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "50ae3567-93c0-49cf-b3c6-01fb166ac279" to be deleted. current status: BUILD 2018-08-27 14:27:10,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c18cb846-2b08-416a-9ab8-3b57b9ebf7e1" to be deleted. current status: BUILD 2018-08-27 14:27:10,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "459786a4-958e-4121-a54f-ff97782ddaf0" to be deleted. current status: BUILD 2018-08-27 14:27:10,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "0dd7d0f9-6715-4b6b-a48f-94467cc24002" to be deleted. current status: BUILD 2018-08-27 14:27:10,346 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:27:10,751 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:27:10,751 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:27:10,751 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:27:10,752 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:27:10,752 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:27:10,752 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:27:10,752 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:27:10,752 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:27:10,752 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:27:10,752 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:27:10 GMT 2018-08-27 14:27:10,752 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:27:10,752 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:27:10,752 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:27:15,758 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:27:15,878 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:27:15,879 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:27:15,879 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:27:15,879 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:27:15,879 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:27:15,879 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:27:15,879 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:27:15,879 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:10.488Z", "message": "Waiting for server \"c18cb846-2b08-416a-9ab8-3b57b9ebf7e1\" to be deleted. current status: BUILD", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:10.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7fb859b7-75d6-40b5-a7a0-f00bcddcf314"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:10.488Z", "message": "Waiting for server \"c511f324-0299-43fd-bda1-dde090123a8a\" to be deleted. current status: BUILD", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:10.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "346d45e2-1956-4fbd-b610-6aff5c702cf8"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:11.591Z", "message": "Waiting for server \"50ae3567-93c0-49cf-b3c6-01fb166ac279\" to be deleted. current status: BUILD", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:11.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "c927b3d8-a84e-43e9-bde7-d36e4d9c90e1"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:12.867Z", "message": "Waiting for server \"459786a4-958e-4121-a54f-ff97782ddaf0\" to be deleted. current status: BUILD", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:12.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "df38faeb-0542-488f-a9d0-33fed7cc6175"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:14.226Z", "message": "Waiting for server \"0dd7d0f9-6715-4b6b-a48f-94467cc24002\" to be deleted. current status: BUILD", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:14.226Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "fe04900a-94cb-4f6e-9373-c7ec9e0d4f01"}, {"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:15.525Z", "message": "Waiting for server \"c511f324-0299-43fd-bda1-dde090123a8a\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:15.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "346d45e2-1956-4fbd-b610-6aff5c702cf8"}], "metadata": {"pagination": {"total": 460, "offset": 441, "size": 50}}} 2018-08-27 14:27:15,879 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:27:15,880 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:27:15 GMT 2018-08-27 14:27:15,880 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:27:15,880 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3659 2018-08-27 14:27:15,880 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:27:15,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c18cb846-2b08-416a-9ab8-3b57b9ebf7e1" to be deleted. current status: BUILD 2018-08-27 14:27:15,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c511f324-0299-43fd-bda1-dde090123a8a" to be deleted. current status: BUILD 2018-08-27 14:27:15,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "50ae3567-93c0-49cf-b3c6-01fb166ac279" to be deleted. current status: BUILD 2018-08-27 14:27:15,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "459786a4-958e-4121-a54f-ff97782ddaf0" to be deleted. current status: BUILD 2018-08-27 14:27:15,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "0dd7d0f9-6715-4b6b-a48f-94467cc24002" to be deleted. current status: BUILD 2018-08-27 14:27:15,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c511f324-0299-43fd-bda1-dde090123a8a" to be deleted. current status: ACTIVE 2018-08-27 14:27:15,881 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:27:15,997 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:27:15,997 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:27:15,997 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:27:15,997 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:27:15,997 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:27:15,997 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:27:15,997 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:27:15,997 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:27:15,998 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:27:15,998 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:27:16 GMT 2018-08-27 14:27:15,998 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:27:15,998 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:27:15,998 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:27:21,003 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:27:21,074 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:27:21,075 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:27:21,075 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:27:21,075 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:27:21,075 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:27:21,075 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:27:21,075 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:27:21,075 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:16.633Z", "message": "Waiting for server \"50ae3567-93c0-49cf-b3c6-01fb166ac279\" to be deleted. current status: BUILD", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:16.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "c927b3d8-a84e-43e9-bde7-d36e4d9c90e1"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:18.303Z", "message": "Waiting for server \"c18cb846-2b08-416a-9ab8-3b57b9ebf7e1\" to be deleted. current status: BUILD", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:18.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7fb859b7-75d6-40b5-a7a0-f00bcddcf314"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:19.310Z", "message": "Waiting for server \"459786a4-958e-4121-a54f-ff97782ddaf0\" to be deleted. current status: BUILD", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:19.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "df38faeb-0542-488f-a9d0-33fed7cc6175"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:20.399Z", "message": "Waiting for server \"0dd7d0f9-6715-4b6b-a48f-94467cc24002\" to be deleted. current status: BUILD", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:20.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "fe04900a-94cb-4f6e-9373-c7ec9e0d4f01"}], "metadata": {"pagination": {"total": 464, "offset": 447, "size": 50}}} 2018-08-27 14:27:21,075 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:27:21,075 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:27:21 GMT 2018-08-27 14:27:21,076 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:27:21,076 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2466 2018-08-27 14:27:21,076 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:27:21,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "50ae3567-93c0-49cf-b3c6-01fb166ac279" to be deleted. current status: BUILD 2018-08-27 14:27:21,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c18cb846-2b08-416a-9ab8-3b57b9ebf7e1" to be deleted. current status: BUILD 2018-08-27 14:27:21,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "459786a4-958e-4121-a54f-ff97782ddaf0" to be deleted. current status: BUILD 2018-08-27 14:27:21,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "0dd7d0f9-6715-4b6b-a48f-94467cc24002" to be deleted. current status: BUILD 2018-08-27 14:27:21,077 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:27:21,175 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:27:21,176 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:27:21,176 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:27:21,176 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:27:21,176 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:27:21,176 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:27:21,176 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:27:21,176 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:27:21,177 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:27:21,177 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:27:21 GMT 2018-08-27 14:27:21,177 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:27:21,177 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:27:21,177 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:27:26,182 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:27:26,247 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:27:26,247 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:27:26,247 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:27:26,248 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:27:26,248 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:27:26,248 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:27:26,248 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:27:26,248 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_nv8bn4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:21.454Z", "message": "Waiting for server \"c511f324-0299-43fd-bda1-dde090123a8a\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:21.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "346d45e2-1956-4fbd-b610-6aff5c702cf8"}, {"node_instance_id": "sprout_host_s7grio", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:22.585Z", "message": "Waiting for server \"c18cb846-2b08-416a-9ab8-3b57b9ebf7e1\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:22.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7fb859b7-75d6-40b5-a7a0-f00bcddcf314"}, {"node_instance_id": "dime_host_gbn1m1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:22.585Z", "message": "Waiting for server \"50ae3567-93c0-49cf-b3c6-01fb166ac279\" to be deleted. current status: BUILD", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:22.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "c927b3d8-a84e-43e9-bde7-d36e4d9c90e1"}, {"node_instance_id": "proxy_host_7799qc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:24.845Z", "message": "Waiting for server \"459786a4-958e-4121-a54f-ff97782ddaf0\" to be deleted. current status: BUILD", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:24.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "df38faeb-0542-488f-a9d0-33fed7cc6175"}, {"node_instance_id": "ellis_host_q7heh3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:25.641Z", "message": "Waiting for server \"0dd7d0f9-6715-4b6b-a48f-94467cc24002\" to be deleted. current status: BUILD", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:25.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "fe04900a-94cb-4f6e-9373-c7ec9e0d4f01"}], "metadata": {"pagination": {"total": 469, "offset": 451, "size": 50}}} 2018-08-27 14:27:26,248 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:27:26,248 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:27:26 GMT 2018-08-27 14:27:26,248 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:27:26,248 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3064 2018-08-27 14:27:26,249 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:27:26,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c511f324-0299-43fd-bda1-dde090123a8a" to be deleted. current status: ACTIVE 2018-08-27 14:27:26,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c18cb846-2b08-416a-9ab8-3b57b9ebf7e1" to be deleted. current status: ACTIVE 2018-08-27 14:27:26,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "50ae3567-93c0-49cf-b3c6-01fb166ac279" to be deleted. current status: BUILD 2018-08-27 14:27:26,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "459786a4-958e-4121-a54f-ff97782ddaf0" to be deleted. current status: BUILD 2018-08-27 14:27:26,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "0dd7d0f9-6715-4b6b-a48f-94467cc24002" to be deleted. current status: BUILD 2018-08-27 14:27:26,250 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:27:26,308 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:27:26,308 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:27:26,308 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:27:26,309 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:27:26,309 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:27:26,309 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:27:26,309 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:27:26,309 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:27:26,309 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:27:26,309 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:27:26 GMT 2018-08-27 14:27:26,309 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:27:26,310 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:27:26,310 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:27:31,315 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:27:31,422 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:27:31,422 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:27:31,422 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:27:31,423 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:27:31,423 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:27:31,423 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:27:31,423 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:27:31,423 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_nv8bn4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:26.351Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:26.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_security_group_ajumjt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:27.165Z", "message": "Stopping node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_security_group_hapi8b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:27.165Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_security_group_hapi8b", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:27.272Z", "message": "deleting security_group", "level": "info", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:27.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "45af42b2-2caf-482d-9b15-7bc5af55c54c"}, {"node_instance_id": "dime_security_group_51pirp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:28.195Z", "message": "Stopping node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:28.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_host_gbn1m1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:28.195Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:28.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:28.195Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:28.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_security_group_ajumjt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:28.195Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:28.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_host_s7grio", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:28.195Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:28.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:28.195Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:28.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_security_group_bek7w7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:28.195Z", "message": "Stopping node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:28.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_security_group_ajumjt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:28.195Z", "message": "Deleting node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:28.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_host_kej3zh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:28.468Z", "message": "deleting server", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:28.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "d350e273-ba7d-4d9f-9b7d-785ac29c9e97"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:28.468Z", "message": "deleting server", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:28.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "138dc797-da76-4927-9816-a1669e582a89"}, {"node_instance_id": "dime_security_group_51pirp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:29.200Z", "message": "Deleting node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:29.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_security_group_51pirp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:29.200Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:29.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_security_group_bek7w7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:29.200Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:29.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "vellum_security_group_hapi8b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:29.200Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:29.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_security_group_ajumjt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:29.200Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:29.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_security_group_bek7w7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:29.200Z", "message": "Deleting node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:29.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_security_group_ajumjt", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:29.653Z", "message": "deleting security_group", "level": "info", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:29.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "50ffe9cf-1ffb-43e0-afd4-1a262959e4fc"}, {"node_instance_id": "sprout_security_group_bek7w7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:30.238Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:30.238Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "proxy_host_7799qc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:30.238Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:30.238Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:30.744Z", "message": "Waiting for server \"5cf690d9-cc28-4d09-97fa-b8a5dbe91d50\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:30.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "138dc797-da76-4927-9816-a1669e582a89"}, {"node_instance_id": "ellis_host_q7heh3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:31.258Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:31.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "homer_security_group_ajumjt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:31.258Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:31.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_security_group_51pirp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:31.258Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:31.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}], "metadata": {"pagination": {"total": 496, "offset": 456, "size": 50}}} 2018-08-27 14:27:31,423 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:27:31,423 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:27:31 GMT 2018-08-27 14:27:31,423 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:27:31,423 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13978 2018-08-27 14:27:31,424 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:27:31,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-27 14:27:31,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:27:31,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-27 14:27:31,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-27 14:27:31,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:27:31,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-27 14:27:31,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-27 14:27:31,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-27 14:27:31,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-27 14:27:31,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-27 14:27:31,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:27:31,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:27:31,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-27 14:27:31,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-27 14:27:31,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:27:31,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-27 14:27:31,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-27 14:27:31,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-27 14:27:31,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-27 14:27:31,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:27:31,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-27 14:27:31,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-27 14:27:31,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-27 14:27:31,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "5cf690d9-cc28-4d09-97fa-b8a5dbe91d50" to be deleted. current status: ACTIVE 2018-08-27 14:27:31,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-27 14:27:31,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-27 14:27:31,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-27 14:27:31,429 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:27:31,485 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:27:31,485 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:27:31,485 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:27:31,486 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:27:31,486 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:27:31,486 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:27:31,486 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:27:31,486 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:27:31,486 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:27:31,486 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:27:31 GMT 2018-08-27 14:27:31,486 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:27:31,486 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:27:31,487 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:27:36,492 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:27:36,557 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:27:36,557 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:27:36,557 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:27:36,557 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:27:36,557 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:27:36,557 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:27:36,558 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:27:36,558 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_security_group_bek7w7", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:31.674Z", "message": "deleting security_group", "level": "info", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:31.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "297d8c81-8046-45bc-922b-34dd5af29691"}, {"node_instance_id": "dime_security_group_51pirp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:31.674Z", "message": "deleting security_group", "level": "info", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:31.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "2b947927-903c-44fb-b3da-27e9f9e33d64"}, {"node_instance_id": "bono_security_group_dy2e0l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:32.333Z", "message": "Stopping node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:32.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "sprout_security_group_bek7w7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:32.333Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:32.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_host_kej3zh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:32.333Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:32.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_security_group_eozv4l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:32.333Z", "message": "Deleting node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:32.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_floatingip_kjcdae", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:32.333Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:32.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "dime_security_group_51pirp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:32.333Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:32.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_floatingip_q0i05d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:32.333Z", "message": "Stopping node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:32.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_security_group_eozv4l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:32.333Z", "message": "Stopping node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:32.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_floatingip_kjcdae", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:32.333Z", "message": "Deleting node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:32.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "internal_sip_security_group_gekz07", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:32.333Z", "message": "Stopping node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:32.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_floatingip_kjcdae", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:32.333Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:32.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_floatingip_kjcdae", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:32.333Z", "message": "Stopping node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:32.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_floatingip_kjcdae", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:33.053Z", "message": "deleting floatingip", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:33.053Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "50a07317-2e30-48ac-95aa-8e3a0cc32357"}, {"node_instance_id": "bono_floatingip_q0i05d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:33.484Z", "message": "Deleting node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:33.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_security_group_dy2e0l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:33.484Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:33.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_security_group_eozv4l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:33.484Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:33.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_security_group_dy2e0l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:33.484Z", "message": "Deleting node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:33.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_security_group_eozv4l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:33.484Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:33.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_security_group_dy2e0l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:33.484Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:33.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_floatingip_q0i05d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:33.484Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:33.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_floatingip_q0i05d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:33.484Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:33.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "internal_sip_security_group_gekz07", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:33.484Z", "message": "Deleting node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:33.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_security_group_eozv4l", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:33.694Z", "message": "deleting security_group", "level": "info", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:33.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "ea8f9abc-8758-49fd-a5dd-26df210d30a0"}, {"node_instance_id": "internal_sip_security_group_gekz07", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:34.492Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:34.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "ellis_security_group_eozv4l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:34.492Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:34.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "internal_sip_security_group_gekz07", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:34.492Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:34.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_security_group_dy2e0l", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:34.859Z", "message": "deleting security_group", "level": "info", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:34.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "26fca913-c6ae-45ca-b6a7-76b219a2b348"}, {"node_instance_id": "internal_sip_security_group_gekz07", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:34.859Z", "message": "deleting security_group", "level": "info", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:34.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "7d96f35f-950f-410e-939d-85bdf4a862dd"}, {"node_instance_id": "bono_floatingip_q0i05d", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:34.859Z", "message": "deleting floatingip", "level": "info", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:34.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "64413933-8765-4ead-8400-27553dde62d7"}, {"node_instance_id": "ellis_floatingip_kjcdae", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:35.495Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:35.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_security_group_dy2e0l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:35.495Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:35.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "base_security_group_hvynbr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:36.499Z", "message": "Stopping node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:36.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bono_floatingip_q0i05d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:36.499Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:36.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "keypair_zr0no4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:36.499Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:36.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_floatingip_z9dngd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:36.499Z", "message": "Stopping node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:36.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "internal_sip_security_group_gekz07", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:36.499Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:36.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_security_group_ybucfg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:36.499Z", "message": "Stopping node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:36.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_host_uij9k6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:36.499Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:36.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}], "metadata": {"pagination": {"total": 536, "offset": 483, "size": 50}}} 2018-08-27 14:27:36,558 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:27:36,558 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:27:36 GMT 2018-08-27 14:27:36,558 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:27:36,558 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20483 2018-08-27 14:27:36,558 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:27:36,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-27 14:27:36,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-27 14:27:36,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:27:36,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-27 14:27:36,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-27 14:27:36,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:27:36,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-08-27 14:27:36,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-27 14:27:36,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:27:36,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:27:36,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:27:36,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:27:36,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-08-27 14:27:36,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:27:36,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-08-27 14:27:36,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:27:36,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-27 14:27:36,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-27 14:27:36,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:27:36,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-27 14:27:36,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-27 14:27:36,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-08-27 14:27:36,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-08-27 14:27:36,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:27:36,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-27 14:27:36,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-27 14:27:36,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-27 14:27:36,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-27 14:27:36,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-27 14:27:36,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-27 14:27:36,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-08-27 14:27:36,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-08-27 14:27:36,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-27 14:27:36,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:27:36,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-08-27 14:27:36,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:27:36,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:27:36,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-27 14:27:36,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-27 14:27:36,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-27 14:27:36,566 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:27:36,622 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:27:36,622 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:27:36,622 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:27:36,622 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:27:36,622 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:27:36,622 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:27:36,623 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:27:36,623 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:27:36,623 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:27:36,623 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:27:36 GMT 2018-08-27 14:27:36,623 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:27:36,623 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-27 14:27:36,623 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:27:41,629 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 14:27:41,693 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:27:41,693 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:27:41,693 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:27:41,693 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:27:41,694 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:27:41,694 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:27:41,694 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:27:41,694 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "keypair_zr0no4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:37.730Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:37.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "base_security_group_hvynbr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:37.730Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:37.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_security_group_ybucfg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:37.730Z", "message": "Deleting node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:37.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "base_security_group_hvynbr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:37.730Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:37.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_floatingip_z9dngd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:37.730Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:37.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "keypair_zr0no4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:37.730Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:37.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_security_group_ybucfg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:37.730Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:37.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_floatingip_z9dngd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:37.730Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:37.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_security_group_ybucfg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:37.730Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:37.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_floatingip_z9dngd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:37.730Z", "message": "Deleting node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:37.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "keypair_zr0no4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:37.730Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:37.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "base_security_group_hvynbr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:37.730Z", "message": "Deleting node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:37.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "keypair_zr0no4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:38.172Z", "message": "not deleting keypair since an external keypair is being used", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:38.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "4470a964-d4e0-4cc3-b36d-f75bfce9f719"}, {"node_instance_id": "keypair_zr0no4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:38.734Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:38.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_floatingip_z9dngd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:38.868Z", "message": "deleting floatingip", "level": "info", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:38.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "64ce921d-376e-4ac8-a968-4fd6f7bf8658"}, {"node_instance_id": "base_security_group_hvynbr", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:38.868Z", "message": "deleting security_group", "level": "info", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:38.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "183b608a-8261-4dd9-b3b3-99fe6a4d1f1f"}, {"node_instance_id": "bind_security_group_ybucfg", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:38.868Z", "message": "deleting security_group", "level": "info", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:38.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "00059460-5175-4574-8e25-5599136d158c", "logger": "8af535f1-23b2-42c0-b6bd-da34f6ab7e3f"}, {"node_instance_id": "bind_security_group_ybucfg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:39.738Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:39.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "base_security_group_hvynbr", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:39.738Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:39.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:40.742Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:40.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}, {"node_instance_id": "bind_floatingip_z9dngd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-27T14:27:40.742Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T14:27:40.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "00059460-5175-4574-8e25-5599136d158c"}], "metadata": {"pagination": {"total": 557, "offset": 523, "size": 50}}} 2018-08-27 14:27:41,694 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:27:41,694 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:27:41 GMT 2018-08-27 14:27:41,694 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:27:41,694 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10810 2018-08-27 14:27:41,694 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:27:41,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:27:41,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-27 14:27:41,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:27:41,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-27 14:27:41,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-08-27 14:27:41,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-08-27 14:27:41,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-27 14:27:41,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-08-27 14:27:41,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-27 14:27:41,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:27:41,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-08-27 14:27:41,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-27 14:27:41,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - not deleting keypair since an external keypair is being used 2018-08-27 14:27:41,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-08-27 14:27:41,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-08-27 14:27:41,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-27 14:27:41,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-27 14:27:41,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-27 14:27:41,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-27 14:27:41,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'uninstall' workflow execution succeeded 2018-08-27 14:27:41,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-08-27 14:27:41,699 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/00059460-5175-4574-8e25-5599136d158c 2018-08-27 14:27:41,753 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:27:41,753 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:27:41,754 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:27:41,754 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:27:41,754 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:27:41,754 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:27:41,754 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:27:41,754 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T14:25:30.817Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "00059460-5175-4574-8e25-5599136d158c"} 2018-08-27 14:27:41,754 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:27:41,754 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:27:41 GMT 2018-08-27 14:27:41,754 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:27:41,755 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 378 2018-08-27 14:27:41,755 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:27:41,755 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.204:80/api/v3/deployments/clearwater-opnfv 2018-08-27 14:27:42,141 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:27:42,142 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:27:42,142 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:27:42,142 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:27:42,142 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:27:42,142 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:27:42,142 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:27:42,142 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-27 14:27:42,142 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "aa3c032f-b9ce-412b-b309-066272c9b080", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "bono_cluster_size": 1, "flavor_id": "2b3d9eb8-437f-4a4a-b005-246f7f15854a", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "permalink": null, "description": null, "blueprint_id": "clearwater-opnfv", "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"}}}}, "tenant_name": "default_tenant", "created_at": "2018-08-27T14:24:15.890Z", "updated_at": "2018-08-27T14:24:15.890Z", "created_by": "admin", "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"}}}}, "private_resource": false, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "workflows": [{"created_at": null, "name": "scale", "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"}}}, {"created_at": null, "name": "heal", "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"}}}, {"created_at": null, "name": "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": []}}}, {"created_at": null, "name": "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": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "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": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}, "members": ["bono_floatingip", "bono_host"]}}, "id": "clearwater-opnfv", "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}} 2018-08-27 14:27:42,143 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:27:42,143 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:27:42 GMT 2018-08-27 14:27:42,143 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:27:42,143 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-08-27 14:27:42,143 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:27:42,144 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.204:80/api/v3/blueprints/clearwater-opnfv 2018-08-27 14:27:42,225 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 14:27:42,226 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 14:27:42,226 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 14:27:42,226 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 14:27:42,226 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 14:27:42,226 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 14:27:42,226 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 14:27:42,226 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-27 14:27:42,227 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-08-27T14:24:06.895Z", "updated_at": "2018-08-27T14:24:06.895Z", "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"}}}, "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.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.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.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.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.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.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"}}}, "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": ""}, "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.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"}, "creation": {"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/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.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.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.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": ""}, "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.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"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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.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.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.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"}, "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_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"}, "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": "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.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": "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": {"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": "", "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, "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.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": ""}, "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.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"}, "creation": {"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/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.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.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.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"}, "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": "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.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": "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": {"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": "", "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, "description": ""}}, {"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": "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.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": {"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"}, "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": "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.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": {"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": {"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": "", "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, "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", "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": ""}, "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.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"}, "creation": {"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/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.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.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.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": ""}, "cloudify.interfaces.lifecycle.stop": {"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"}, "creation": {"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.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.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.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"}, "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": "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.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": "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": {"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": "", "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, "description": ""}}, {"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": "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.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": "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"}, "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": "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.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": "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": {"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": "", "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, "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", "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"}, "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": "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.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": "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": {"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": "", "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, "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.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": ""}, "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.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"}, "creation": {"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/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.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.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.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"}, "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": "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.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": "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": {"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": "", "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, "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", "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": ""}, "cloudify.interfaces.lifecycle.stop": {"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"}, "creation": {"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.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.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.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": ""}, "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.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"}, "creation": {"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/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.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.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.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"}, "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": "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.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": "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": {"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": "", "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, "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", "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"}, "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": "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.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": "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"}, "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": "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.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": "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": {"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": "", "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, "description": ""}}], "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 14:27:42,229 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 14:27:42,229 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 14:27:42 GMT 2018-08-27 14:27:42,229 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 14:27:42,230 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-08-27 14:27:42,230 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 14:27:42,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 14:27:42,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/aa3c032f-b9ce-412b-b309-066272c9b080 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:27:42,961 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3941ffea-bd8e-497a-a6b0-7d2688ed86d7 Date: Mon, 27 Aug 2018 14:27: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 14:27:42,961 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/aa3c032f-b9ce-412b-b309-066272c9b080 used request id req-3941ffea-bd8e-497a-a6b0-7d2688ed86d7 2018-08-27 14:27:42,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.706110954285s 2018-08-27 14:27:42,961 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/aa3c032f-b9ce-412b-b309-066272c9b080 used request id req-3941ffea-bd8e-497a-a6b0-7d2688ed86d7 2018-08-27 14:27:42,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 14:27:42,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:27:43,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:27: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-0573eb11-801d-4814-80ae-3476dab83a01 x-compute-request-id: req-0573eb11-801d-4814-80ae-3476dab83a01 Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_alt_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/2b3d9eb8-437f-4a4a-b005-246f7f15854a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/2b3d9eb8-437f-4a4a-b005-246f7f15854a", "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": "2b3d9eb8-437f-4a4a-b005-246f7f15854a"}, {"name": "cloudify_ims-flavor_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "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": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653"}]} 2018-08-27 14:27:43,248 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-0573eb11-801d-4814-80ae-3476dab83a01 2018-08-27 14:27:43,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.286118984222s 2018-08-27 14:27:43,248 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-0573eb11-801d-4814-80ae-3476dab83a01 2018-08-27 14:27:43,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 14:27:43,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/2b3d9eb8-437f-4a4a-b005-246f7f15854a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:27:43,295 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 14:27: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-7ec56072-365c-4ad5-8974-4b95077035b5 x-compute-request-id: req-7ec56072-365c-4ad5-8974-4b95077035b5 Content-Length: 0 Content-Type: application/json 2018-08-27 14:27:43,295 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/2b3d9eb8-437f-4a4a-b005-246f7f15854a used request id req-7ec56072-365c-4ad5-8974-4b95077035b5 2018-08-27 14:27:43,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0439760684967s 2018-08-27 14:27:43,295 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/2b3d9eb8-437f-4a4a-b005-246f7f15854a used request id req-7ec56072-365c-4ad5-8974-4b95077035b5 2018-08-27 14:27:43,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 14:27:43,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/33318682-eb05-48e3-a164-242eec0e7c02.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:27:45,449 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-adad35c8-41ad-4c0a-99cf-d499149df8f4 Content-Length: 0 Date: Mon, 27 Aug 2018 14:27:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 14:27:45,449 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/33318682-eb05-48e3-a164-242eec0e7c02.json used request id req-adad35c8-41ad-4c0a-99cf-d499149df8f4 2018-08-27 14:27:45,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 2.15084195137s 2018-08-27 14:27:45,450 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/33318682-eb05-48e3-a164-242eec0e7c02.json used request id req-adad35c8-41ad-4c0a-99cf-d499149df8f4 2018-08-27 14:27:45,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 14:27:45,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:27:45,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9f495343-5075-469d-94e2-677d7214edfd Date: Mon, 27 Aug 2018 14:27:45 GMT RESP BODY: {"floatingips": []} 2018-08-27 14:27:45,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-9f495343-5075-469d-94e2-677d7214edfd 2018-08-27 14:27:45,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.249258041382s 2018-08-27 14:27:45,704 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-9f495343-5075-469d-94e2-677d7214edfd 2018-08-27 14:27:45,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 14:27:45,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:27:46,139 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 14:27: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-ea0d4739-eb45-4690-bf4d-08b2bb4de8c1 x-compute-request-id: req-ea0d4739-eb45-4690-bf4d-08b2bb4de8c1 Content-Type: application/json 2018-08-27 14:27:46,139 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc used request id req-ea0d4739-eb45-4690-bf4d-08b2bb4de8c1 2018-08-27 14:27:46,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.434288978577s 2018-08-27 14:27:46,139 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc used request id req-ea0d4739-eb45-4690-bf4d-08b2bb4de8c1 2018-08-27 14:27:46,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:27:46,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:27:46,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:27: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-14496043-35eb-4ece-aa6a-95a82d62911f x-compute-request-id: req-14496043-35eb-4ece-aa6a-95a82d62911f Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:7a:1f", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:7a:1f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "rel": "bookmark"}], "image": {"id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "links": [{"href": "http://172.30.9.28:8774/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:23:03.000000", "flavor": {"id": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "links": [{"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "bookmark"}]}, "id": "fdc3aea6-126d-4a85-a2d2-1a31b4bf21cc", "security_groups": [{"name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}], "user_id": "de91fe99b848490e9d0eaab8cc94ba7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:27:46Z", "hostId": "c94ea4d3d5315f3565a574174c80dc8160ef54a1df714f41fd135f30", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "name": "cloudify_ims-vm_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "created": "2018-08-27T14:20:50Z", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 14:27:46,861 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-14496043-35eb-4ece-aa6a-95a82d62911f 2018-08-27 14:27:46,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.721196174622s 2018-08-27 14:27:46,861 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-14496043-35eb-4ece-aa6a-95a82d62911f 2018-08-27 14:27:46,863 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 14:27:48,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 14:27:48,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:27:48,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:27: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-30dbad39-af89-4722-a170-ee20ab733dd1 x-compute-request-id: req-30dbad39-af89-4722-a170-ee20ab733dd1 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 14:27:48,936 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-30dbad39-af89-4722-a170-ee20ab733dd1 2018-08-27 14:27:48,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0705358982086s 2018-08-27 14:27:48,937 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-30dbad39-af89-4722-a170-ee20ab733dd1 2018-08-27 14:27:48,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 14:27:48,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:27:49,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-1cbf57cb-91e2-4dfe-9b2c-92ced4af865b Date: Mon, 27 Aug 2018 14:27:49 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:20:39Z", "updated_at": "2018-08-27T14:20:44Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:41Z", "revision_number": 0, "id": "28224efd-aa71-43a4-84a0-18d6d310bebc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:41Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:39Z", "revision_number": 0, "id": "321b4279-eb84-4b56-82bc-9d7b6758c5db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:39Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:20:39Z", "revision_number": 0, "id": "4c0395c4-027c-4b63-acd0-f1723f68701c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:39Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-27T14:20:44Z", "revision_number": 0, "id": "513b471b-984d-4b29-894a-836a469f51fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:44Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T14:20:40Z", "revision_number": 0, "id": "8b3b5d3f-0991-4db9-9b21-2b5f2543a7b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:40Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T14:20:42Z", "revision_number": 0, "id": "a9154435-f8bc-43ba-9f7f-3cd1e371e267", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:42Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-27T14:20:43Z", "revision_number": 0, "id": "b7f1ecaf-0125-4185-bd15-19a163716467", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:43Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T14:20:42Z", "revision_number": 0, "id": "ea6d02f3-c847-486e-b821-4eaa883e9bdd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:20:42Z", "security_group_id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 443, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}], "revision_number": 7, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da", "name": "cloudify_ims-sg_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}, {"description": "Default security group", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:19:05Z", "updated_at": "2018-08-27T14:24:03Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T14:24:03Z", "revision_number": 0, "id": "29031c18-97a2-400e-a51b-3499e48497d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:24:03Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "579dba2c-37fb-4a3f-ba12-42310da924a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "794d15ab-e5ed-4d8c-aa79-f6f137a2197c", "remote_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "8ff1d34f-c9d3-4a41-9c70-8cb59944ed90", "remote_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T14:19:05Z", "revision_number": 0, "id": "b1051f23-9d4e-4383-8813-d2b7dc470930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T14:19:05Z", "security_group_id": "f1823595-9ba3-45fa-95cd-01659182f169", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf"}], "revision_number": 2, "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "f1823595-9ba3-45fa-95cd-01659182f169", "name": "default"}]} 2018-08-27 14:27:49,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-1cbf57cb-91e2-4dfe-9b2c-92ced4af865b 2018-08-27 14:27:49,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.316167831421s 2018-08-27 14:27:49,257 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-1cbf57cb-91e2-4dfe-9b2c-92ced4af865b 2018-08-27 14:27:49,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-27 14:27:49,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:27:49,664 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d411d6b2-ac3a-4223-a6e5-1b3f2058eef1 Content-Length: 0 Date: Mon, 27 Aug 2018 14:27:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 14:27:49,665 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da.json used request id req-d411d6b2-ac3a-4223-a6e5-1b3f2058eef1 2018-08-27 14:27:49,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.404134988785s 2018-08-27 14:27:49,665 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/4b4f554d-6ca9-4ff8-b6cd-e2134d04e3da.json used request id req-d411d6b2-ac3a-4223-a6e5-1b3f2058eef1 2018-08-27 14:27:49,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-27 14:27:49,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:27:49,703 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 14:27: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-071cf0bb-e18a-4eb3-b759-01b669dcdc91 x-compute-request-id: req-071cf0bb-e18a-4eb3-b759-01b669dcdc91 Content-Length: 0 Content-Type: application/json 2018-08-27 14:27:49,703 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2 used request id req-071cf0bb-e18a-4eb3-b759-01b669dcdc91 2018-08-27 14:27:49,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0375559329987s 2018-08-27 14:27:49,703 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cloudify_ims-kp_5fba8f0e-5ee2-4039-9794-5732ce9222b2 used request id req-071cf0bb-e18a-4eb3-b759-01b669dcdc91 2018-08-27 14:27:49,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 14:27:49,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/dfe7b1ef-ef93-4e92-9383-14baafbd9ed4/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}2c2e09929278676a3f9337d31654d6c4c318e4b3" -d '{"subnet_id": "0ea11600-0819-4030-a60c-d4848d284b2c"}' 2018-08-27 14:27:52,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ee4b078e-b582-43e5-974a-85359f4a1ebc Date: Mon, 27 Aug 2018 14:27:52 GMT RESP BODY: {"network_id": "4d93ace2-0952-4f10-aafe-6a7fe832b132", "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "subnet_id": "0ea11600-0819-4030-a60c-d4848d284b2c", "subnet_ids": ["0ea11600-0819-4030-a60c-d4848d284b2c"], "port_id": "dfe8ecac-18ed-435c-9a02-f1aee69a07b0", "id": "dfe7b1ef-ef93-4e92-9383-14baafbd9ed4"} 2018-08-27 14:27:52,371 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/dfe7b1ef-ef93-4e92-9383-14baafbd9ed4/remove_router_interface.json used request id req-ee4b078e-b582-43e5-974a-85359f4a1ebc 2018-08-27 14:27:52,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.66729807854s 2018-08-27 14:27:52,372 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/dfe7b1ef-ef93-4e92-9383-14baafbd9ed4/remove_router_interface.json used request id req-ee4b078e-b582-43e5-974a-85359f4a1ebc returning object dfe7b1ef-ef93-4e92-9383-14baafbd9ed4 2018-08-27 14:27:52,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 14:27:52,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:27:52,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-7aa06520-8cd0-434d-a8e1-16912ab3cf4e Date: Mon, 27 Aug 2018 14:27:52 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "created_at": "2018-08-27T14:19:08Z", "admin_state_up": true, "updated_at": "2018-08-27T14:27:50Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "dfe7b1ef-ef93-4e92-9383-14baafbd9ed4", "name": "cloudify_ims-router_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}]} 2018-08-27 14:27:52,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-7aa06520-8cd0-434d-a8e1-16912ab3cf4e 2018-08-27 14:27:52,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.45472407341s 2018-08-27 14:27:52,827 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-7aa06520-8cd0-434d-a8e1-16912ab3cf4e 2018-08-27 14:27:52,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 14:27:52,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/dfe7b1ef-ef93-4e92-9383-14baafbd9ed4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:27:56,897 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a6ed92cf-704e-4bd8-b501-e256d312728e Content-Length: 0 Date: Mon, 27 Aug 2018 14:27:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 14:27:56,897 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/dfe7b1ef-ef93-4e92-9383-14baafbd9ed4.json used request id req-a6ed92cf-704e-4bd8-b501-e256d312728e 2018-08-27 14:27:56,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.06935310364s 2018-08-27 14:27:56,898 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/dfe7b1ef-ef93-4e92-9383-14baafbd9ed4.json used request id req-a6ed92cf-704e-4bd8-b501-e256d312728e 2018-08-27 14:27:56,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 14:27:56,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:27:56,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-180cf908-60d1-401c-b5b7-93db63f5cc2a Date: Mon, 27 Aug 2018 14:27:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d93ace2-0952-4f10-aafe-6a7fe832b132","tenant_id":"a5a7695a253949cc8e3f1cdb7d696ecf","created_at":"2018-08-27T14:19:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T14:19:07Z","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":"a5a7695a253949cc8e3f1cdb7d696ecf","id":"0ea11600-0819-4030-a60c-d4848d284b2c","subnetpool_id":null,"name":"cloudify_ims-subnet_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}]} 2018-08-27 14:27:56,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-180cf908-60d1-401c-b5b7-93db63f5cc2a 2018-08-27 14:27:56,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0444259643555s 2018-08-27 14:27:56,943 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-180cf908-60d1-401c-b5b7-93db63f5cc2a 2018-08-27 14:27:56,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 14:27:56,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/0ea11600-0819-4030-a60c-d4848d284b2c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:27:59,391 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a8115c41-ccd2-468b-bb25-c28139aa6e96 Date: Mon, 27 Aug 2018 14:27:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 14:27:59,392 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/0ea11600-0819-4030-a60c-d4848d284b2c.json used request id req-a8115c41-ccd2-468b-bb25-c28139aa6e96 2018-08-27 14:27:59,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.44766497612s 2018-08-27 14:27:59,392 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/0ea11600-0819-4030-a60c-d4848d284b2c.json used request id req-a8115c41-ccd2-468b-bb25-c28139aa6e96 2018-08-27 14:27:59,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:27:59,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:27:59,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1238 X-Openstack-Request-Id: req-287a10db-e44a-4de4-957d-6f9b8ac16224 Date: Mon, 27 Aug 2018 14:27:59 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"4d93ace2-0952-4f10-aafe-6a7fe832b132","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a5a7695a253949cc8e3f1cdb7d696ecf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T14:27:59Z","qos_policy_id":null,"name":"cloudify_ims-net_5fba8f0e-5ee2-4039-9794-5732ce9222b2","admin_state_up":true,"tenant_id":"a5a7695a253949cc8e3f1cdb7d696ecf","created_at":"2018-08-27T14:19:05Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 14:27:59,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-287a10db-e44a-4de4-957d-6f9b8ac16224 2018-08-27 14:27:59,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.38125705719s 2018-08-27 14:27:59,774 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-287a10db-e44a-4de4-957d-6f9b8ac16224 2018-08-27 14:27:59,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 14:27:59,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/4d93ace2-0952-4f10-aafe-6a7fe832b132.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:28:01,270 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c0a053ef-46aa-42d1-9704-1374f83c4449 Date: Mon, 27 Aug 2018 14:28:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 14:28:01,270 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/4d93ace2-0952-4f10-aafe-6a7fe832b132.json used request id req-c0a053ef-46aa-42d1-9704-1374f83c4449 2018-08-27 14:28:01,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.49467992783s 2018-08-27 14:28:01,271 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/4d93ace2-0952-4f10-aafe-6a7fe832b132.json used request id req-c0a053ef-46aa-42d1-9704-1374f83c4449 2018-08-27 14:28:01,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 14:28:01,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:28:01,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-31d759ba-6d56-4b95-8063-8fd4163a071e Date: Mon, 27 Aug 2018 14:28:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:20:38Z", "file": "/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/file", "owner": "a5a7695a253949cc8e3f1cdb7d696ecf", "id": "4152e744-59f0-4b30-9c0f-d357f46bdf23", "size": 4373348352, "self": "/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/4152e744-59f0-4b30-9c0f-d357f46bdf23/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T14:19:41Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 14:28:01,587 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-31d759ba-6d56-4b95-8063-8fd4163a071e 2018-08-27 14:28:01,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.311598062515s 2018-08-27 14:28:01,587 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-31d759ba-6d56-4b95-8063-8fd4163a071e 2018-08-27 14:28:01,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 14:28:01,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c2e09929278676a3f9337d31654d6c4c318e4b3" 2018-08-27 14:28:02,608 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1aac92b3-d562-4fd7-813d-eb5e9838604e Date: Mon, 27 Aug 2018 14:28: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 14:28:02,608 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23 used request id req-1aac92b3-d562-4fd7-813d-eb5e9838604e 2018-08-27 14:28:02,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.01961016655s 2018-08-27 14:28:02,609 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/4152e744-59f0-4b30-9c0f-d357f46bdf23 used request id req-1aac92b3-d562-4fd7-813d-eb5e9838604e 2018-08-27 14:28:02,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 14:28:02,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:28:02,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28: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-454401a5-dff6-4d16-8c02-814957209201 x-compute-request-id: req-454401a5-dff6-4d16-8c02-814957209201 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653", "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": "8ef214d1-2e8c-4d1e-a44e-fcbf67649653"}]} 2018-08-27 14:28:02,631 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-454401a5-dff6-4d16-8c02-814957209201 2018-08-27 14:28:02,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0217587947845s 2018-08-27 14:28:02,631 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-454401a5-dff6-4d16-8c02-814957209201 2018-08-27 14:28:02,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 14:28:02,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:28:02,665 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 14:28: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-0010be26-b7f0-4f33-a9cf-35f39928045f x-compute-request-id: req-0010be26-b7f0-4f33-a9cf-35f39928045f Content-Length: 0 Content-Type: application/json 2018-08-27 14:28:02,665 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653 used request id req-0010be26-b7f0-4f33-a9cf-35f39928045f 2018-08-27 14:28:02,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0328052043915s 2018-08-27 14:28:02,666 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/8ef214d1-2e8c-4d1e-a44e-fcbf67649653 used request id req-0010be26-b7f0-4f33-a9cf-35f39928045f 2018-08-27 14:28:02,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 14:28:02,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:28:02,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdb55b85-f3e0-4e78-8704-28da322d9903 Content-Encoding: gzip Content-Length: 1030 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da", "links": {"self": "http://172.30.9.28:5000/v3/users/643d28eccdf547c1be8115317b9156d8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "643d28eccdf547c1be8115317b9156d8", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "links": {"self": "http://172.30.9.28:5000/v3/users/de91fe99b848490e9d0eaab8cc94ba7d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "de91fe99b848490e9d0eaab8cc94ba7d", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 14:28:02,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-fdb55b85-f3e0-4e78-8704-28da322d9903 2018-08-27 14:28:02,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207087993622s 2018-08-27 14:28:02,874 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-fdb55b85-f3e0-4e78-8704-28da322d9903 2018-08-27 14:28:02,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 14:28:02,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/de91fe99b848490e9d0eaab8cc94ba7d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:28:03,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-819cbeee-d797-4b0d-9da3-285d1e0761e4 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_5fba8f0e-5ee2-4039-9794-5732ce9222b2", "links": {"self": "http://172.30.9.28:5000/v3/users/de91fe99b848490e9d0eaab8cc94ba7d"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "de91fe99b848490e9d0eaab8cc94ba7d", "description": null}} 2018-08-27 14:28:03,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/de91fe99b848490e9d0eaab8cc94ba7d used request id req-819cbeee-d797-4b0d-9da3-285d1e0761e4 2018-08-27 14:28:03,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212673902512s 2018-08-27 14:28:03,094 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/de91fe99b848490e9d0eaab8cc94ba7d used request id req-819cbeee-d797-4b0d-9da3-285d1e0761e4 2018-08-27 14:28:03,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 14:28:03,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/de91fe99b848490e9d0eaab8cc94ba7d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:28:03,384 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 14:28:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08ca0d81-b363-48ae-83fa-499678323422 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 14:28:03,384 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/de91fe99b848490e9d0eaab8cc94ba7d used request id req-08ca0d81-b363-48ae-83fa-499678323422 2018-08-27 14:28:03,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.289832115173s 2018-08-27 14:28:03,385 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/de91fe99b848490e9d0eaab8cc94ba7d used request id req-08ca0d81-b363-48ae-83fa-499678323422 2018-08-27 14:28:03,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 14:28:03,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:28:03,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c40ae20-47bf-4949-a400-0a54885afd72 Content-Encoding: gzip Content-Length: 593 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9"}, "tags": [], "enabled": true, "id": "8d9ec3b924e84c679dfb4bd26aa542e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/a5a7695a253949cc8e3f1cdb7d696ecf"}, "tags": [], "enabled": true, "id": "a5a7695a253949cc8e3f1cdb7d696ecf", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_5fba8f0e-5ee2-4039-9794-5732ce9222b2"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-27 14:28:03,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-4c40ae20-47bf-4949-a400-0a54885afd72 2018-08-27 14:28:03,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.205130815506s 2018-08-27 14:28:03,596 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-4c40ae20-47bf-4949-a400-0a54885afd72 2018-08-27 14:28:03,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 14:28:03,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/a5a7695a253949cc8e3f1cdb7d696ecf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e81772117a0b8cbbdc879fabee76058a4b9ea4f" 2018-08-27 14:28:03,863 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 14:28:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-edfdcc54-80e9-423c-92f8-2166b24aca89 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 14:28:03,864 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/a5a7695a253949cc8e3f1cdb7d696ecf used request id req-edfdcc54-80e9-423c-92f8-2166b24aca89 2018-08-27 14:28:03,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.262306928635s 2018-08-27 14:28:03,864 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/a5a7695a253949cc8e3f1cdb7d696ecf used request id req-edfdcc54-80e9-423c-92f8-2166b24aca89 2018-08-27 14:28:03,864 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-08-27 14:28:03,890 - xtesting.ci.run_tests - INFO - Loading test case 'heat_ims'... 2018-08-27 14:28:03,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 14:28:03,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 14:28:03,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 14:28:03,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 14:28:03,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 14:28:03,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 14:28:03,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 14:28:03,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 14:28:03,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 14:28:03,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 14:28:03,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 14:28:03,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 14:28:03,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 14:28:03,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 14:28:03,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 14:28:03,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 14:28:03,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 14:28:03,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 14:28:03,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 14:28:03,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 14:28:03,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 14:28:03,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 14:28:03,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:28:03,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00fc660f-254f-4206-b7cc-31720b5a6681 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 14:28:03,925 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-00fc660f-254f-4206-b7cc-31720b5a6681 2018-08-27 14:28:03,925 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 14:28:04,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T15:28:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["BTGESO4tTXWEeoQVofTmyA"], "issued_at": "2018-08-27T14:28:04.000000Z"}} 2018-08-27 14:28:04,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 14:28:04,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}6d629e366d6c7f5a3df75f35eb305580aa88139c" 2018-08-27 14:28:04,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-149b8503-7e2c-46e3-a9b4-2698a9c4007b Date: Mon, 27 Aug 2018 14:28:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 14:28:04,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-149b8503-7e2c-46e3-a9b4-2698a9c4007b 2018-08-27 14:28:04,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.366511106491s 2018-08-27 14:28:04,702 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-149b8503-7e2c-46e3-a9b4-2698a9c4007b 2018-08-27 14:28:04,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:28:04,712 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 14:28:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-563aa42f-4707-4d1e-b041-1b250635c0f6 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 14:28:04,712 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-563aa42f-4707-4d1e-b041-1b250635c0f6 2018-08-27 14:28:04,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 14:28:04,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6d629e366d6c7f5a3df75f35eb305580aa88139c" 2018-08-27 14:28:04,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-689e6499-53c9-430d-a75a-840f372c3c7b Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/1822875bebb84e26b6f0f5a37895742c"}, "tags": [], "enabled": true, "id": "1822875bebb84e26b6f0f5a37895742c", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 14:28:04,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-689e6499-53c9-430d-a75a-840f372c3c7b 2018-08-27 14:28:04,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.146812915802s 2018-08-27 14:28:04,860 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-689e6499-53c9-430d-a75a-840f372c3c7b 2018-08-27 14:28:04,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 14:28:04,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}6d629e366d6c7f5a3df75f35eb305580aa88139c" -d '{"project": {"description": "Created by OPNFV Functest: heat_ims", "enabled": true, "domain_id": "default", "name": "heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26"}}' 2018-08-27 14:28:05,111 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 14:28:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e1c1336-3fc6-4879-af9c-66c8cf3ec319 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.28:5000/v3/projects/244e0418638349079823681e29514547"}, "tags": [], "enabled": true, "id": "244e0418638349079823681e29514547", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26"}} 2018-08-27 14:28:05,111 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-7e1c1336-3fc6-4879-af9c-66c8cf3ec319 2018-08-27 14:28:05,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.242044210434s 2018-08-27 14:28:05,111 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-7e1c1336-3fc6-4879-af9c-66c8cf3ec319 2018-08-27 14:28:05,112 - 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'244e0418638349079823681e29514547', '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_6c089c3e-f865-4305-8583-4a9082697b26'}) 2018-08-27 14:28:05,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 14:28:05,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}6d629e366d6c7f5a3df75f35eb305580aa88139c" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "ee4db217-67b3-43d7-8a41-99d78e730bb6", "email": null, "name": "heat_ims-user_6c089c3e-f865-4305-8583-4a9082697b26"}}' 2018-08-27 14:28:05,595 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 14:28:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ae9b3ef-9a02-4344-9c97-c57f3b984931 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_6c089c3e-f865-4305-8583-4a9082697b26", "links": {"self": "http://172.30.9.28:5000/v3/users/45b302c5aa7e446090dd45cf34e7f915"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "45b302c5aa7e446090dd45cf34e7f915", "domain_id": "default", "password_expires_at": null}} 2018-08-27 14:28:05,595 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-9ae9b3ef-9a02-4344-9c97-c57f3b984931 2018-08-27 14:28:05,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.477232933044s 2018-08-27 14:28:05,596 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-9ae9b3ef-9a02-4344-9c97-c57f3b984931 2018-08-27 14:28:05,596 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'45b302c5aa7e446090dd45cf34e7f915', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'heat_ims-user_6c089c3e-f865-4305-8583-4a9082697b26'}) 2018-08-27 14:28:05,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:28:05,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6d629e366d6c7f5a3df75f35eb305580aa88139c" 2018-08-27 14:28:05,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b23ff322-7f6e-4355-bcbb-420df93d863c Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:28:05,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b23ff322-7f6e-4355-bcbb-420df93d863c 2018-08-27 14:28:05,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195140123367s 2018-08-27 14:28:05,795 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b23ff322-7f6e-4355-bcbb-420df93d863c 2018-08-27 14:28:05,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:28:05,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6d629e366d6c7f5a3df75f35eb305580aa88139c" 2018-08-27 14:28:05,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4742ad38-0b25-4d94-a5cc-394c976e63a3 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:28:05,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4742ad38-0b25-4d94-a5cc-394c976e63a3 2018-08-27 14:28:05,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194284915924s 2018-08-27 14:28:05,995 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4742ad38-0b25-4d94-a5cc-394c976e63a3 2018-08-27 14:28:06,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:28:06,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6d629e366d6c7f5a3df75f35eb305580aa88139c" 2018-08-27 14:28:06,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ac22579-95a6-4d08-9fc1-4284d6cafa2c Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:28:06,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5ac22579-95a6-4d08-9fc1-4284d6cafa2c 2018-08-27 14:28:06,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185126066208s 2018-08-27 14:28:06,186 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5ac22579-95a6-4d08-9fc1-4284d6cafa2c 2018-08-27 14:28:06,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 14:28:06,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6d629e366d6c7f5a3df75f35eb305580aa88139c" 2018-08-27 14:28:06,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02ff945c-2b19-4468-950c-8904b851483e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 14:28:06,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-02ff945c-2b19-4468-950c-8904b851483e 2018-08-27 14:28:06,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.185701131821s 2018-08-27 14:28:06,377 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-02ff945c-2b19-4468-950c-8904b851483e 2018-08-27 14:28:06,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 14:28:06,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6d629e366d6c7f5a3df75f35eb305580aa88139c" 2018-08-27 14:28:06,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faa325e2-1277-47b5-9f32-3177fce3e438 Content-Encoding: gzip Content-Length: 1026 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_ims-user_6c089c3e-f865-4305-8583-4a9082697b26", "links": {"self": "http://172.30.9.28:5000/v3/users/45b302c5aa7e446090dd45cf34e7f915"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "45b302c5aa7e446090dd45cf34e7f915", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da", "links": {"self": "http://172.30.9.28:5000/v3/users/643d28eccdf547c1be8115317b9156d8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "643d28eccdf547c1be8115317b9156d8", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 14:28:06,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-faa325e2-1277-47b5-9f32-3177fce3e438 2018-08-27 14:28:06,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.216276884079s 2018-08-27 14:28:06,594 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-faa325e2-1277-47b5-9f32-3177fce3e438 2018-08-27 14:28:06,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 14:28:06,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}6d629e366d6c7f5a3df75f35eb305580aa88139c" 2018-08-27 14:28:06,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29e7eb3d-6230-46dc-aa7b-d08354ff62e5 Content-Encoding: gzip Content-Length: 594 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/244e0418638349079823681e29514547"}, "tags": [], "enabled": true, "id": "244e0418638349079823681e29514547", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "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.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9"}, "tags": [], "enabled": true, "id": "8d9ec3b924e84c679dfb4bd26aa542e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}]} 2018-08-27 14:28:06,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-29e7eb3d-6230-46dc-aa7b-d08354ff62e5 2018-08-27 14:28:06,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.198866128922s 2018-08-27 14:28:06,806 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-29e7eb3d-6230-46dc-aa7b-d08354ff62e5 2018-08-27 14:28:06,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 14:28:06,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=45b302c5aa7e446090dd45cf34e7f915&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=244e0418638349079823681e29514547" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6d629e366d6c7f5a3df75f35eb305580aa88139c" 2018-08-27 14:28:07,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cabd3791-84a3-4b55-b628-9dd705b7d850 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=45b302c5aa7e446090dd45cf34e7f915&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=244e0418638349079823681e29514547", "previous": null, "next": null}} 2018-08-27 14:28:07,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=45b302c5aa7e446090dd45cf34e7f915&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=244e0418638349079823681e29514547 used request id req-cabd3791-84a3-4b55-b628-9dd705b7d850 2018-08-27 14:28:07,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.188002109528s 2018-08-27 14:28:07,004 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=45b302c5aa7e446090dd45cf34e7f915&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=244e0418638349079823681e29514547 used request id req-cabd3791-84a3-4b55-b628-9dd705b7d850 2018-08-27 14:28:07,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 14:28:07,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/244e0418638349079823681e29514547/users/45b302c5aa7e446090dd45cf34e7f915/roles/2d704632e4b7449aa0baeaa243e3aa0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6d629e366d6c7f5a3df75f35eb305580aa88139c" 2018-08-27 14:28:07,173 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 14:28:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-350d1a50-6f6b-4215-b4a8-a839d6937f6b 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 14:28:07,173 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/244e0418638349079823681e29514547/users/45b302c5aa7e446090dd45cf34e7f915/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-350d1a50-6f6b-4215-b4a8-a839d6937f6b 2018-08-27 14:28:07,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.166433095932s 2018-08-27 14:28:07,174 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/244e0418638349079823681e29514547/users/45b302c5aa7e446090dd45cf34e7f915/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-350d1a50-6f6b-4215-b4a8-a839d6937f6b 2018-08-27 14:28:07,175 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 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'244e0418638349079823681e29514547', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'ee4db217-67b3-43d7-8a41-99d78e730bb6', 'username': u'heat_ims-user_6c089c3e-f865-4305-8583-4a9082697b26', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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 14:28:07,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 14:28:07,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 14:28:07,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 14:28:07,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 14:28:07,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 14:28:07,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 14:28:07,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 14:28:07,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 14:28:07,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 14:28:07,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 14:28:07,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 14:28:07,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 14:28:07,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 14:28:07,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 14:28:07,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 14:28:07,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 14:28:07,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 14:28:07,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 14:28:07,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 14:28:07,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 14:28:07,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 14:28:07,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 14:28:07,182 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'heat_ims-user_6c089c3e-f865-4305-8583-4a9082697b26', 'password': 'ee4db217-67b3-43d7-8a41-99d78e730bb6', 'project_name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '244e0418638349079823681e29514547', 'project_domain_name': 'Default'} 2018-08-27 14:28:07,212 - 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 14:28:07,212 - xtesting.ci.run_tests - INFO - Running test case 'heat_ims'... 2018-08-27 14:28:07,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 14:28:07,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6d629e366d6c7f5a3df75f35eb305580aa88139c" 2018-08-27 14:28:07,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b5e7cc4-cf37-49bb-9b96-41271cb4dcb4 Content-Encoding: gzip Content-Length: 587 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/244e0418638349079823681e29514547"}, "tags": [], "enabled": true, "id": "244e0418638349079823681e29514547", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9"}, "tags": [], "enabled": true, "id": "8d9ec3b924e84c679dfb4bd26aa542e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-27 14:28:07,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-3b5e7cc4-cf37-49bb-9b96-41271cb4dcb4 2018-08-27 14:28:07,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.200219869614s 2018-08-27 14:28:07,418 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-3b5e7cc4-cf37-49bb-9b96-41271cb4dcb4 2018-08-27 14:28:07,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-27 14:28:07,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/quotas/244e0418638349079823681e29514547.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6d629e366d6c7f5a3df75f35eb305580aa88139c" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-27 14:28:07,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-8fdc5075-04f0-44d7-b8db-bdf4f43bde88 Date: Mon, 27 Aug 2018 14:28:07 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 14:28:07,825 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/quotas/244e0418638349079823681e29514547.json used request id req-8fdc5075-04f0-44d7-b8db-bdf4f43bde88 2018-08-27 14:28:07,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.403948068619s 2018-08-27 14:28:07,825 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/quotas/244e0418638349079823681e29514547.json used request id req-8fdc5075-04f0-44d7-b8db-bdf4f43bde88 2018-08-27 14:28:07,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:28:07,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6d629e366d6c7f5a3df75f35eb305580aa88139c" 2018-08-27 14:28:08,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b4bad8a-11aa-4cb1-8318-968e10f43675 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:28:08,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1b4bad8a-11aa-4cb1-8318-968e10f43675 2018-08-27 14:28:08,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.184046983719s 2018-08-27 14:28:08,013 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1b4bad8a-11aa-4cb1-8318-968e10f43675 2018-08-27 14:28:08,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 14:28:08,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6d629e366d6c7f5a3df75f35eb305580aa88139c" 2018-08-27 14:28:08,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44861852-9fa8-4ec1-b915-73edfe8c75b9 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 14:28:08,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-44861852-9fa8-4ec1-b915-73edfe8c75b9 2018-08-27 14:28:08,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.112263917923s 2018-08-27 14:28:08,131 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-44861852-9fa8-4ec1-b915-73edfe8c75b9 2018-08-27 14:28:08,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 14:28:08,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6d629e366d6c7f5a3df75f35eb305580aa88139c" 2018-08-27 14:28:08,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e24a12f3-086c-49c3-bfc4-36ab1ea030a7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 14:28:08,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-e24a12f3-086c-49c3-bfc4-36ab1ea030a7 2018-08-27 14:28:08,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.196022987366s 2018-08-27 14:28:08,332 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-e24a12f3-086c-49c3-bfc4-36ab1ea030a7 2018-08-27 14:28:08,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 14:28:08,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6d629e366d6c7f5a3df75f35eb305580aa88139c" 2018-08-27 14:28:08,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17a9ee35-0a89-4c59-8ddd-3ca23697e040 Content-Encoding: gzip Content-Length: 1026 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_ims-user_6c089c3e-f865-4305-8583-4a9082697b26", "links": {"self": "http://172.30.9.28:5000/v3/users/45b302c5aa7e446090dd45cf34e7f915"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "45b302c5aa7e446090dd45cf34e7f915", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da", "links": {"self": "http://172.30.9.28:5000/v3/users/643d28eccdf547c1be8115317b9156d8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "643d28eccdf547c1be8115317b9156d8", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 14:28:08,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-17a9ee35-0a89-4c59-8ddd-3ca23697e040 2018-08-27 14:28:08,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.29493689537s 2018-08-27 14:28:08,628 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-17a9ee35-0a89-4c59-8ddd-3ca23697e040 2018-08-27 14:28:08,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 14:28:08,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}6d629e366d6c7f5a3df75f35eb305580aa88139c" 2018-08-27 14:28:08,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61d87e55-4ef4-47c1-b417-4a7fd6693cb1 Content-Encoding: gzip Content-Length: 594 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/244e0418638349079823681e29514547"}, "tags": [], "enabled": true, "id": "244e0418638349079823681e29514547", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "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.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9"}, "tags": [], "enabled": true, "id": "8d9ec3b924e84c679dfb4bd26aa542e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}]} 2018-08-27 14:28:08,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-61d87e55-4ef4-47c1-b417-4a7fd6693cb1 2018-08-27 14:28:08,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.201918125153s 2018-08-27 14:28:08,841 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-61d87e55-4ef4-47c1-b417-4a7fd6693cb1 2018-08-27 14:28:08,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 14:28:08,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=45b302c5aa7e446090dd45cf34e7f915&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=244e0418638349079823681e29514547" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6d629e366d6c7f5a3df75f35eb305580aa88139c" 2018-08-27 14:28:08,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aeed57a1-52c9-45c5-a55b-8e5249d6b8eb Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=45b302c5aa7e446090dd45cf34e7f915&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=244e0418638349079823681e29514547", "previous": null, "next": null}} 2018-08-27 14:28:08,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=45b302c5aa7e446090dd45cf34e7f915&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=244e0418638349079823681e29514547 used request id req-aeed57a1-52c9-45c5-a55b-8e5249d6b8eb 2018-08-27 14:28:08,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.111124992371s 2018-08-27 14:28:08,960 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=45b302c5aa7e446090dd45cf34e7f915&role.id=7b28244ddeaf43af86cd31e8e289ae52&scope.project.id=244e0418638349079823681e29514547 used request id req-aeed57a1-52c9-45c5-a55b-8e5249d6b8eb 2018-08-27 14:28:08,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 14:28:08,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/244e0418638349079823681e29514547/users/45b302c5aa7e446090dd45cf34e7f915/roles/7b28244ddeaf43af86cd31e8e289ae52 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6d629e366d6c7f5a3df75f35eb305580aa88139c" 2018-08-27 14:28:09,172 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 14:28:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3383642-16d5-431d-99d1-441bcd3f33db 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 14:28:09,172 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/244e0418638349079823681e29514547/users/45b302c5aa7e446090dd45cf34e7f915/roles/7b28244ddeaf43af86cd31e8e289ae52 used request id req-d3383642-16d5-431d-99d1-441bcd3f33db 2018-08-27 14:28:09,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.208863973618s 2018-08-27 14:28:09,173 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/244e0418638349079823681e29514547/users/45b302c5aa7e446090dd45cf34e7f915/roles/7b28244ddeaf43af86cd31e8e289ae52 used request id req-d3383642-16d5-431d-99d1-441bcd3f33db 2018-08-27 14:28:09,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 14:28:09,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:28:09,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f47f148-b278-47eb-98a6-cf09861c8ffb 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 14:28:09,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1f47f148-b278-47eb-98a6-cf09861c8ffb 2018-08-27 14:28:09,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 14:28:09,584 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "7b28244ddeaf43af86cd31e8e289ae52", "name": "heat_stack_owner"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T15:28:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "244e0418638349079823681e29514547", "name": "heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/244e0418638349079823681e29514547", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/244e0418638349079823681e29514547", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_244e0418638349079823681e29514547", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_244e0418638349079823681e29514547", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/244e0418638349079823681e29514547", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/244e0418638349079823681e29514547", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/244e0418638349079823681e29514547", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/244e0418638349079823681e29514547", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/244e0418638349079823681e29514547", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/244e0418638349079823681e29514547", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/244e0418638349079823681e29514547", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/244e0418638349079823681e29514547", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/244e0418638349079823681e29514547", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "heat_ims-user_6c089c3e-f865-4305-8583-4a9082697b26", "id": "45b302c5aa7e446090dd45cf34e7f915"}, "audit_ids": ["eI6aqMSNS-Ourfzx5sUsqg"], "issued_at": "2018-08-27T14:28:09.000000Z"}} 2018-08-27 14:28:09,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" -d '{"keypair": {"name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26"}}' 2018-08-27 14:28:10,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28: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-0905ce37-f60f-45c4-94f6-9a6838f6763d x-compute-request-id: req-0905ce37-f60f-45c4-94f6-9a6838f6763d Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCghxrs7tGtpq7ivPoFjLeHBlbU8J20qgJBxEErMxklx+e/Yk6Cmanxw92zUBpVTX027eoRnGdmXbncZpEaNLeD+c5i5HLSvvNZV6FHZTWnRh4jtdv7/NNp1OrrQ3vd/Lvo1mSV1lQmMyyy0k+9hO0+8kBFo+V1DcO8gAmMSEJ5sHYJMGoK/9cizgkuMeHLFMuWOZNrdu/ieDWah4S9eBWi6OSg3iF/6oa90uTkFM1gtaRS/LwguQkg1tuc0JVQIaZt/riWkhZcgN93rxW1O2HxWDvn0j3Pdsxx3OUg1eKKrlMoNuWohXbCLi1JFUGwgaMu03gF6PsY0JCIEpsNPhTh Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAoIca7O7Rraau4rz6BYy3hwZW1PCdtKoCQcRBKzMZJcfnv2JO\ngpmp8cPds1AaVU19Nu3qEZxnZl253GaRGjS3g/nOYuRy0r7zWVehR2U1p0YeI7Xb\n+/zTadTq60N73fy76NZkldZUJjMsstJPvYTtPvJARaPldQ3DvIAJjEhCebB2CTBq\nCv/XIs4JLjHhyxTLljmTa3bv4ng1moeEvXgVoujkoN4hf+qGvdLk5BTNYLWkUvy8\nILkJINbbnNCVUCGmbf64lpIWXIDfd68VtTth8Vg759I9z3bMcdzlINXiiq5TKDbl\nqIV2wi4tSRVBsIGjLtN4Bej7GNCQiBKbDT4U4QIDAQABAoIBAFBOhqfVacwnwQHp\nbGLuXLoN786jeSHykyJ3neqQq5n9AfD6qzAm06ABTp3wCtx14ZhjOWAKEKhjZyHd\npeWoTc6WYCuVAeRwZqlhb2uaNFc0est+pUjQ2KrvO37qycLqNs9qwfM7v+lEXK4x\nDHdRUqbU5lZwgdAnTK62lxA47hiV5dwIUGVM8pgemUUexE3mGB5APyFkURhSy49R\n6fL8CVafLzblMh76OhzUecuHTNKYpuXVJ2/o/dMvUu+rDmetRUaDUMUjS1sAOWVK\nPeJuPFwk9bhTq0bhw8L6bAmH/Sf5aS+ADvrXC3uqDReb+wPe36lhVbdEZ44DnZWE\nC9/VkkkCgYEA0qictwiTObVCz6AW26KwREOxI2tPGJFyuTpBSUtlOE0/yOZNqry4\nlNM780hyTl3FdFfLDIwhmfC+pGzOmZUD+7qSwHQuCEISLNE+wLcmTRuDEhKYHggr\nc8Xr37SCUIUZWpU49eLJQQp01+IxpmcBbQt/3nEdk9DU/7fAMv9HIGcCgYEAwxRC\nFaFTlSiSib9kBQs31ZLWqjywbyJkQ0gSsCfdVDegSUv/MSii+9cUgrM4/SVoZBbl\nr7pxQRY5jkHHf88TgjmL7RMKFcTDletzWjgAsh70Pbva6fXCupivXKAoOr3t6b9B\nOVmXXkCbBCb+ckORRKzGR0MqpD6SjGKukFCKs3cCgYEAnB1IxnwcX0/tS2Egj3Rp\nnK1twQntfA+OLab2axLs2GSnOIM0W6uwPtqsOwcdbuYfRrEpUQsoe6TmI4RfN4Iv\niYYi620uEACm53/KOZeBUvNolyQgh2EWkp3Cx+5GBNYei/q6U77V1tWg8bw3f1Im\nxGEZSggaG0lQEJJkZWa5l1ECgYBWknrxVnLdUvAVKVad1mik41FYoy45Y63THf0N\nJ+PVKAp9/Lf3fO03ji+QATFdRmiZYn/0CG2SUOah9xct5RvnQtqSD0z+dB/IPIEo\nnInSgmIps2BnS6VrYa8REBJKX1dh0HqFlPjT3x/sK9Hnq4ygSXyEy4307b/jhTeq\n29Nx6QKBgQCzwOTZOFDASiDanhqzsyTILY98SHMp5DZAaf7pxEucRC5Ru2qjzu+w\n+B77bbK1hUbzjlHx7Sb84KaxFub2Uuu+Wy3uHe32p2vPKUmyHDEKniWbsk4Dm4yn\nfx1OphqMTSszvxWgInYlOpEKDQt0i96bBOdO0caBHKLKqcd3ceY+9g==\n-----END RSA PRIVATE KEY-----\n", "user_id": "45b302c5aa7e446090dd45cf34e7f915", "name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "fingerprint": "0a:ef:9b:26:8a:a2:de:c2:2b:02:81:47:59:ff:42:52"}} 2018-08-27 14:28:10,043 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-0905ce37-f60f-45c4-94f6-9a6838f6763d 2018-08-27 14:28:10,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.869415998459s 2018-08-27 14:28:10,044 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-0905ce37-f60f-45c4-94f6-9a6838f6763d 2018-08-27 14:28:10,044 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCghxrs7tGtpq7ivPoFjLeHBlbU8J20qgJBxEErMxklx+e/Yk6Cmanxw92zUBpVTX027eoRnGdmXbncZpEaNLeD+c5i5HLSvvNZV6FHZTWnRh4jtdv7/NNp1OrrQ3vd/Lvo1mSV1lQmMyyy0k+9hO0+8kBFo+V1DcO8gAmMSEJ5sHYJMGoK/9cizgkuMeHLFMuWOZNrdu/ieDWah4S9eBWi6OSg3iF/6oa90uTkFM1gtaRS/LwguQkg1tuc0JVQIaZt/riWkhZcgN93rxW1O2HxWDvn0j3Pdsxx3OUg1eKKrlMoNuWohXbCLi1JFUGwgaMu03gF6PsY0JCIEpsNPhTh Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAoIca7O7Rraau4rz6BYy3hwZW1PCdtKoCQcRBKzMZJcfnv2JO\ngpmp8cPds1AaVU19Nu3qEZxnZl253GaRGjS3g/nOYuRy0r7zWVehR2U1p0YeI7Xb\n+/zTadTq60N73fy76NZkldZUJjMsstJPvYTtPvJARaPldQ3DvIAJjEhCebB2CTBq\nCv/XIs4JLjHhyxTLljmTa3bv4ng1moeEvXgVoujkoN4hf+qGvdLk5BTNYLWkUvy8\nILkJINbbnNCVUCGmbf64lpIWXIDfd68VtTth8Vg759I9z3bMcdzlINXiiq5TKDbl\nqIV2wi4tSRVBsIGjLtN4Bej7GNCQiBKbDT4U4QIDAQABAoIBAFBOhqfVacwnwQHp\nbGLuXLoN786jeSHykyJ3neqQq5n9AfD6qzAm06ABTp3wCtx14ZhjOWAKEKhjZyHd\npeWoTc6WYCuVAeRwZqlhb2uaNFc0est+pUjQ2KrvO37qycLqNs9qwfM7v+lEXK4x\nDHdRUqbU5lZwgdAnTK62lxA47hiV5dwIUGVM8pgemUUexE3mGB5APyFkURhSy49R\n6fL8CVafLzblMh76OhzUecuHTNKYpuXVJ2/o/dMvUu+rDmetRUaDUMUjS1sAOWVK\nPeJuPFwk9bhTq0bhw8L6bAmH/Sf5aS+ADvrXC3uqDReb+wPe36lhVbdEZ44DnZWE\nC9/VkkkCgYEA0qictwiTObVCz6AW26KwREOxI2tPGJFyuTpBSUtlOE0/yOZNqry4\nlNM780hyTl3FdFfLDIwhmfC+pGzOmZUD+7qSwHQuCEISLNE+wLcmTRuDEhKYHggr\nc8Xr37SCUIUZWpU49eLJQQp01+IxpmcBbQt/3nEdk9DU/7fAMv9HIGcCgYEAwxRC\nFaFTlSiSib9kBQs31ZLWqjywbyJkQ0gSsCfdVDegSUv/MSii+9cUgrM4/SVoZBbl\nr7pxQRY5jkHHf88TgjmL7RMKFcTDletzWjgAsh70Pbva6fXCupivXKAoOr3t6b9B\nOVmXXkCbBCb+ckORRKzGR0MqpD6SjGKukFCKs3cCgYEAnB1IxnwcX0/tS2Egj3Rp\nnK1twQntfA+OLab2axLs2GSnOIM0W6uwPtqsOwcdbuYfRrEpUQsoe6TmI4RfN4Iv\niYYi620uEACm53/KOZeBUvNolyQgh2EWkp3Cx+5GBNYei/q6U77V1tWg8bw3f1Im\nxGEZSggaG0lQEJJkZWa5l1ECgYBWknrxVnLdUvAVKVad1mik41FYoy45Y63THf0N\nJ+PVKAp9/Lf3fO03ji+QATFdRmiZYn/0CG2SUOah9xct5RvnQtqSD0z+dB/IPIEo\nnInSgmIps2BnS6VrYa8REBJKX1dh0HqFlPjT3x/sK9Hnq4ygSXyEy4307b/jhTeq\n29Nx6QKBgQCzwOTZOFDASiDanhqzsyTILY98SHMp5DZAaf7pxEucRC5Ru2qjzu+w\n+B77bbK1hUbzjlHx7Sb84KaxFub2Uuu+Wy3uHe32p2vPKUmyHDEKniWbsk4Dm4yn\nfx1OphqMTSszvxWgInYlOpEKDQt0i96bBOdO0caBHKLKqcd3ceY+9g==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'45b302c5aa7e446090dd45cf34e7f915', 'name': u'heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26', 'created_at': '2018-08-27T14:28:10.044747', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'0a:ef:9b:26:8a:a2:de:c2:2b:02:81:47:59:ff:42:52', 'type': 'ssh', 'id': u'heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26'}) 2018-08-27 14:28:10,045 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-27 14:28:11,537 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-27 14:28:11,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 14:28:11,543 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 14:28:11 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 14:28:11,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 14:28:11,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:28:11,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8270163c-fbdc-4a76-9a21-3de1ac932786 Date: Mon, 27 Aug 2018 14:28:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 14:28:11,863 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8270163c-fbdc-4a76-9a21-3de1ac932786 2018-08-27 14:28:11,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.314701080322s 2018-08-27 14:28:11,864 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8270163c-fbdc-4a76-9a21-3de1ac932786 2018-08-27 14:28:11,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 14:28:11,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26"}' 2018-08-27 14:28:12,185 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/74f42650-f020-432a-9cfb-cf441af77c67 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-aa43695c-b4ae-41cd-b65a-d59936cf37d9 Date: Mon, 27 Aug 2018 14:28:12 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:28:12Z", "file": "/v2/images/74f42650-f020-432a-9cfb-cf441af77c67/file", "owner": "244e0418638349079823681e29514547", "id": "74f42650-f020-432a-9cfb-cf441af77c67", "size": null, "self": "/v2/images/74f42650-f020-432a-9cfb-cf441af77c67", "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_6c089c3e-f865-4305-8583-4a9082697b26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "checksum": null, "created_at": "2018-08-27T14:28:12Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 14:28:12,185 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-aa43695c-b4ae-41cd-b65a-d59936cf37d9 2018-08-27 14:28:12,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.313004970551s 2018-08-27 14:28:12,185 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-aa43695c-b4ae-41cd-b65a-d59936cf37d9 returning object 74f42650-f020-432a-9cfb-cf441af77c67 2018-08-27 14:28:12,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 14:28:12,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/74f42650-f020-432a-9cfb-cf441af77c67/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" -d '' 2018-08-27 14:28:16,600 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7135c561-7dcf-4f77-8230-c3b78c90ff71 Date: Mon, 27 Aug 2018 14:28:16 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 14:28:16,600 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/74f42650-f020-432a-9cfb-cf441af77c67/file used request id req-7135c561-7dcf-4f77-8230-c3b78c90ff71 2018-08-27 14:28:16,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.41429805756s 2018-08-27 14:28:16,601 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/74f42650-f020-432a-9cfb-cf441af77c67/file used request id req-7135c561-7dcf-4f77-8230-c3b78c90ff71 2018-08-27 14:28:16,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 14:28:16,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:28:16,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-96de4eac-acc9-485c-94c0-b7ef3c17a39f Date: Mon, 27 Aug 2018 14:28:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:28:16Z", "file": "/v2/images/74f42650-f020-432a-9cfb-cf441af77c67/file", "owner": "244e0418638349079823681e29514547", "id": "74f42650-f020-432a-9cfb-cf441af77c67", "size": 263193088, "self": "/v2/images/74f42650-f020-432a-9cfb-cf441af77c67", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/74f42650-f020-432a-9cfb-cf441af77c67/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/74f42650-f020-432a-9cfb-cf441af77c67/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T14:28:12Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 14:28:16,840 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-96de4eac-acc9-485c-94c0-b7ef3c17a39f 2018-08-27 14:28:16,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.234061002731s 2018-08-27 14:28:16,841 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-96de4eac-acc9-485c-94c0-b7ef3c17a39f 2018-08-27 14:28:16,843 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/74f42650-f020-432a-9cfb-cf441af77c67/snap', u'metadata': Munch({})})], 'file': u'/v2/images/74f42650-f020-432a-9cfb-cf441af77c67/file', 'owner': u'244e0418638349079823681e29514547', 'id': u'74f42650-f020-432a-9cfb-cf441af77c67', 'size': 263193088, u'self': u'/v2/images/74f42650-f020-432a-9cfb-cf441af77c67', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/74f42650-f020-432a-9cfb-cf441af77c67/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T14:28:16Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T14:28:16Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26', '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/74f42650-f020-432a-9cfb-cf441af77c67', 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_6c089c3e-f865-4305-8583-4a9082697b26', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26', 'created': u'2018-08-27T14:28:12Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-27T14:28:12Z', 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/74f42650-f020-432a-9cfb-cf441af77c67', 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_6c089c3e-f865-4305-8583-4a9082697b26', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-27 14:28:16,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 14:28:16,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}6d629e366d6c7f5a3df75f35eb305580aa88139c" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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 14:28:17,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28: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-3dc334fa-0373-4884-b7c9-94fc3f949c9b x-compute-request-id: req-3dc334fa-0373-4884-b7c9-94fc3f949c9b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "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": "bed8e90f-348e-48c2-89f5-50cd7333d537"}} 2018-08-27 14:28:17,155 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3dc334fa-0373-4884-b7c9-94fc3f949c9b 2018-08-27 14:28:17,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.311460018158s 2018-08-27 14:28:17,155 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3dc334fa-0373-4884-b7c9-94fc3f949c9b 2018-08-27 14:28:17,156 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26', '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'd56eab07eebe4995963c4bcc663afcc8', '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'bed8e90f-348e-48c2-89f5-50cd7333d537', 'swap': 0}) 2018-08-27 14:28:17,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 14:28:17,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537/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}6d629e366d6c7f5a3df75f35eb305580aa88139c" -d '{"extra_specs": {}}' 2018-08-27 14:28:17,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28: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 x-openstack-request-id: req-f4baa67c-eb08-4f03-8e14-271766848f4b x-compute-request-id: req-f4baa67c-eb08-4f03-8e14-271766848f4b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 14:28:17,180 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537/os-extra_specs used request id req-f4baa67c-eb08-4f03-8e14-271766848f4b 2018-08-27 14:28:17,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0225610733032s 2018-08-27 14:28:17,180 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537/os-extra_specs used request id req-f4baa67c-eb08-4f03-8e14-271766848f4b 2018-08-27 14:28:17,180 - functest.opnfv_tests.vnf.ims.heat_ims - INFO - Create Heat Stack 2018-08-27 14:28:17,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.POST.stacks 2018-08-27 14:28:17,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" -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_6c089c3e-f865-4305-8583-4a9082697b26", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "public_sig_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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 14:28:29,907 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 14:28:17 GMT Server: Apache x-openstack-request-id: req-b9b741d1-3448-47df-9078-b8ad278851b5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2 Content-Length: 217 Content-Type: application/json RESP BODY: {"stack": {"id": "154bff18-42c9-4f39-9874-fc11caadccd2", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}]}} 2018-08-27 14:28:29,907 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks used request id req-b9b741d1-3448-47df-9078-b8ad278851b5 2018-08-27 14:28:29,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.POST.stacks in 11.9548668861s 2018-08-27 14:28:29,908 - shade.request_ids - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks used request id req-b9b741d1-3448-47df-9078-b8ad278851b5 2018-08-27 14:28:29,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:28:29,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:28:30,227 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:28:29 GMT Server: Apache x-openstack-request-id: req-238e24a0-8652-400f-a61d-92b5aa6a42c9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/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 14:28:30,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:30 GMT Server: Apache x-openstack-request-id: req-3661a73b-d37d-451a-a844-d5595aa084ec Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 431 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/clearwater-opnfv/events/bb914d5d-52ca-49a3-84a1-ae396f42fcf9", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE started", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "id": "bb914d5d-52ca-49a3-84a1-ae396f42fcf9"}, {"resource_name": "sig_network", "event_time": "2018-08-27T14:28:30Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sig_network/events/42bebd7b-4583-4c5b-978d-c39baa4dac7d", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sig_network-nt2a653dhjbj", "id": "42bebd7b-4583-4c5b-978d-c39baa4dac7d"}]} 2018-08-27 14:28:30,971 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?sort_dir=asc&sort_dir=asc used request id req-3661a73b-d37d-451a-a844-d5595aa084ec 2018-08-27 14:28:30,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.06255507469s 2018-08-27 14:28:30,971 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?sort_dir=asc&sort_dir=asc used request id req-3661a73b-d37d-451a-a844-d5595aa084ec 2018-08-27 14:28:35,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:28:35,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=42bebd7b-4583-4c5b-978d-c39baa4dac7d&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:28:36,269 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:28:35 GMT Server: Apache x-openstack-request-id: req-adb6784f-e580-4e10-9a67-4507ef6a0fe9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=42bebd7b-4583-4c5b-978d-c39baa4dac7d&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 14:28:37,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:36 GMT Server: Apache x-openstack-request-id: req-a413107e-b764-4497-98cd-74bb1408e9de Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 442 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "security_groups", "event_time": "2018-08-27T14:28:31Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/security_groups/events/020a1ee9-c8c0-4b36-9322-c3ac1c6c6cfc", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-security_groups-ugnmkfc3nqhx", "id": "020a1ee9-c8c0-4b36-9322-c3ac1c6c6cfc"}, {"resource_name": "mgmt_network", "event_time": "2018-08-27T14:28:32Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/mgmt_network/events/507f5132-bbb2-4e92-a745-d5cfb8c87006", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-mgmt_network-y2xw4ho7jomm", "id": "507f5132-bbb2-4e92-a745-d5cfb8c87006"}]} 2018-08-27 14:28:37,065 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=42bebd7b-4583-4c5b-978d-c39baa4dac7d&sort_dir=asc&marker=42bebd7b-4583-4c5b-978d-c39baa4dac7d&sort_dir=asc used request id req-a413107e-b764-4497-98cd-74bb1408e9de 2018-08-27 14:28:37,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.08786892891s 2018-08-27 14:28:37,066 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=42bebd7b-4583-4c5b-978d-c39baa4dac7d&sort_dir=asc&marker=42bebd7b-4583-4c5b-978d-c39baa4dac7d&sort_dir=asc used request id req-a413107e-b764-4497-98cd-74bb1408e9de 2018-08-27 14:28:42,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:28:42,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=507f5132-bbb2-4e92-a745-d5cfb8c87006&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:28:42,795 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:28:42 GMT Server: Apache x-openstack-request-id: req-e10986ee-3327-4c09-9c5e-3a1be6a18f89 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=507f5132-bbb2-4e92-a745-d5cfb8c87006&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 14:28:43,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:42 GMT Server: Apache x-openstack-request-id: req-87d5bfa8-08d6-48bb-9e82-c65b20f7d485 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:28:43,126 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=507f5132-bbb2-4e92-a745-d5cfb8c87006&sort_dir=asc&marker=507f5132-bbb2-4e92-a745-d5cfb8c87006&sort_dir=asc used request id req-87d5bfa8-08d6-48bb-9e82-c65b20f7d485 2018-08-27 14:28:43,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.05426502228s 2018-08-27 14:28:43,127 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=507f5132-bbb2-4e92-a745-d5cfb8c87006&sort_dir=asc&marker=507f5132-bbb2-4e92-a745-d5cfb8c87006&sort_dir=asc used request id req-87d5bfa8-08d6-48bb-9e82-c65b20f7d485 2018-08-27 14:28:48,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:28:48,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=507f5132-bbb2-4e92-a745-d5cfb8c87006&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:28:48,449 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:28:48 GMT Server: Apache x-openstack-request-id: req-c9ce9e6b-7673-4703-88fa-21456d8b283c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=507f5132-bbb2-4e92-a745-d5cfb8c87006&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 14:28:48,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:48 GMT Server: Apache x-openstack-request-id: req-d115ca66-a215-4a8e-8d71-ff0799c60081 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:28:48,812 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=507f5132-bbb2-4e92-a745-d5cfb8c87006&sort_dir=asc&marker=507f5132-bbb2-4e92-a745-d5cfb8c87006&sort_dir=asc used request id req-d115ca66-a215-4a8e-8d71-ff0799c60081 2018-08-27 14:28:48,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.679393053055s 2018-08-27 14:28:48,812 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=507f5132-bbb2-4e92-a745-d5cfb8c87006&sort_dir=asc&marker=507f5132-bbb2-4e92-a745-d5cfb8c87006&sort_dir=asc used request id req-d115ca66-a215-4a8e-8d71-ff0799c60081 2018-08-27 14:28:48,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:28:48,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:28:49,151 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:28:48 GMT Server: Apache x-openstack-request-id: req-ba2bf89e-6e21-4cee-a702-f7481bf3042d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:28:49,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:49 GMT Server: Apache x-openstack-request-id: req-6fe97c80-4d58-457d-957c-74e8ba46b119 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:28:49,465 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6fe97c80-4d58-457d-957c-74e8ba46b119 2018-08-27 14:28:49,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.652570962906s 2018-08-27 14:28:49,466 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6fe97c80-4d58-457d-957c-74e8ba46b119 2018-08-27 14:28:54,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:28:54,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=507f5132-bbb2-4e92-a745-d5cfb8c87006&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:28:54,886 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:28:54 GMT Server: Apache x-openstack-request-id: req-fe202539-57c6-4480-badd-7a1db93fdd66 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=507f5132-bbb2-4e92-a745-d5cfb8c87006&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 14:28:54,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:28:54 GMT Server: Apache x-openstack-request-id: req-7cfd457a-ac1b-4d49-b9f8-4de98874f907 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-08-27T14:28:51Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sig_network/events/9d807884-aa7b-4c97-9d4e-41e8492a0573", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "e65c2775-bd02-45ca-871c-692fd65b7595", "id": "9d807884-aa7b-4c97-9d4e-41e8492a0573"}, {"resource_name": "security_groups", "event_time": "2018-08-27T14:28:52Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/security_groups/events/145fda84-2e05-415a-844c-2ee44d828233", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "60259087-c138-41ba-82c9-e305b5a96a21", "id": "145fda84-2e05-415a-844c-2ee44d828233"}, {"resource_name": "mgmt_network", "event_time": "2018-08-27T14:28:52Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/mgmt_network/events/8274333d-1e3f-4f3b-b539-3f7bbe071f61", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "fb322d9c-474f-4a74-bb42-7bda3ecfa5ef", "id": "8274333d-1e3f-4f3b-b539-3f7bbe071f61"}, {"resource_name": "dns", "event_time": "2018-08-27T14:28:53Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dns/events/642563d3-9e03-4667-9040-c68f7dd18832", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dns-kcg3ehmw6k5v", "id": "642563d3-9e03-4667-9040-c68f7dd18832"}]} 2018-08-27 14:28:54,933 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=507f5132-bbb2-4e92-a745-d5cfb8c87006&sort_dir=asc&marker=507f5132-bbb2-4e92-a745-d5cfb8c87006&sort_dir=asc used request id req-7cfd457a-ac1b-4d49-b9f8-4de98874f907 2018-08-27 14:28:54,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.460211038589s 2018-08-27 14:28:54,934 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=507f5132-bbb2-4e92-a745-d5cfb8c87006&sort_dir=asc&marker=507f5132-bbb2-4e92-a745-d5cfb8c87006&sort_dir=asc used request id req-7cfd457a-ac1b-4d49-b9f8-4de98874f907 2018-08-27 14:28:59,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:28:59,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:29:00,326 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:28:59 GMT Server: Apache x-openstack-request-id: req-3e7ee6ce-7dd4-4f02-92c7-0522f1736629 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:29:00,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:29:00 GMT Server: Apache x-openstack-request-id: req-6a414813-2dd9-4cf3-8a73-3fced99ae9a2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:29:00,643 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-6a414813-2dd9-4cf3-8a73-3fced99ae9a2 2018-08-27 14:29:00,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.702911138535s 2018-08-27 14:29:00,643 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-6a414813-2dd9-4cf3-8a73-3fced99ae9a2 2018-08-27 14:29:05,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:29:05,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:29:06,365 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:29:05 GMT Server: Apache x-openstack-request-id: req-40731a4c-08d9-42c9-9506-7023f9bad7b3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:29:06,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:29:06 GMT Server: Apache x-openstack-request-id: req-1fedc489-d3d6-4490-9d5f-1ebbc491e284 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:29:06,652 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-1fedc489-d3d6-4490-9d5f-1ebbc491e284 2018-08-27 14:29:06,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.00315499306s 2018-08-27 14:29:06,653 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-1fedc489-d3d6-4490-9d5f-1ebbc491e284 2018-08-27 14:29:06,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:29:06,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:29:06,937 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:29:06 GMT Server: Apache x-openstack-request-id: req-c2cd15cc-866c-481e-8aa3-9ddef974e9a0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:29:07,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:29:06 GMT Server: Apache x-openstack-request-id: req-6a58d458-0dae-4bb5-98ac-a419bd75f5bd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:29:07,241 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6a58d458-0dae-4bb5-98ac-a419bd75f5bd 2018-08-27 14:29:07,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.587578058243s 2018-08-27 14:29:07,241 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6a58d458-0dae-4bb5-98ac-a419bd75f5bd 2018-08-27 14:29:12,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:29:12,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:29:12,557 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:29:12 GMT Server: Apache x-openstack-request-id: req-3683b01f-6a28-4ca6-8626-92494c27abf6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:29:12,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:29:12 GMT Server: Apache x-openstack-request-id: req-baf86e68-fc2a-44f6-a1d4-6a114320391f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:29:12,600 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-baf86e68-fc2a-44f6-a1d4-6a114320391f 2018-08-27 14:29:12,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.352406024933s 2018-08-27 14:29:12,601 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-baf86e68-fc2a-44f6-a1d4-6a114320391f 2018-08-27 14:29:17,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:29:17,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:29:18,307 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:29:17 GMT Server: Apache x-openstack-request-id: req-f96c2839-e3ef-43bc-b77e-51e00e177a4a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:29:18,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:29:18 GMT Server: Apache x-openstack-request-id: req-2ca929c5-a3d9-4ee5-850f-8d261a0ba28e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:29:18,350 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-2ca929c5-a3d9-4ee5-850f-8d261a0ba28e 2018-08-27 14:29:18,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.742680072784s 2018-08-27 14:29:18,350 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-2ca929c5-a3d9-4ee5-850f-8d261a0ba28e 2018-08-27 14:29:18,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:29:18,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:29:18,381 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:29:18 GMT Server: Apache x-openstack-request-id: req-58fa83ee-4089-4547-b4e8-f5a3e3ad6401 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:29:18,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:29:18 GMT Server: Apache x-openstack-request-id: req-3ffde0d0-5915-4fc6-aa75-dff8b082954a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:29:18,422 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3ffde0d0-5915-4fc6-aa75-dff8b082954a 2018-08-27 14:29:18,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0717260837555s 2018-08-27 14:29:18,423 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3ffde0d0-5915-4fc6-aa75-dff8b082954a 2018-08-27 14:29:23,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:29:23,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:29:23,459 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:29:23 GMT Server: Apache x-openstack-request-id: req-2714163f-e112-452e-a689-12de38a8e18f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:29:24,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:29:23 GMT Server: Apache x-openstack-request-id: req-8c2dcb72-b4e0-44c7-9bb4-3e910360ef3d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:29:24,169 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-8c2dcb72-b4e0-44c7-9bb4-3e910360ef3d 2018-08-27 14:29:24,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.739381074905s 2018-08-27 14:29:24,169 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-8c2dcb72-b4e0-44c7-9bb4-3e910360ef3d 2018-08-27 14:29:29,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:29:29,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:29:29,207 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:29:29 GMT Server: Apache x-openstack-request-id: req-4f041d0b-eaf1-4897-ad67-89373dbc8219 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:29:29,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:29:29 GMT Server: Apache x-openstack-request-id: req-47158d08-6203-4c2a-9955-cb6eb0c66442 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:29:29,933 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-47158d08-6203-4c2a-9955-cb6eb0c66442 2018-08-27 14:29:29,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.758294820786s 2018-08-27 14:29:29,934 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-47158d08-6203-4c2a-9955-cb6eb0c66442 2018-08-27 14:29:29,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:29:29,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:29:29,979 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:29:29 GMT Server: Apache x-openstack-request-id: req-7d098c9f-48c0-4728-87d2-adf893f63aca Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:29:30,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:29:29 GMT Server: Apache x-openstack-request-id: req-4cd12b1a-3f64-4a73-a29e-877c70dfbca6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:29:30,306 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-4cd12b1a-3f64-4a73-a29e-877c70dfbca6 2018-08-27 14:29:30,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.371543884277s 2018-08-27 14:29:30,306 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-4cd12b1a-3f64-4a73-a29e-877c70dfbca6 2018-08-27 14:29:35,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:29:35,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:29:35,343 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:29:35 GMT Server: Apache x-openstack-request-id: req-e0b738df-189d-4e6f-907a-5bc328fafd7d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:29:35,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:29:35 GMT Server: Apache x-openstack-request-id: req-de40410a-f374-4934-bc15-ff8cc8b71012 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:29:35,655 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-de40410a-f374-4934-bc15-ff8cc8b71012 2018-08-27 14:29:35,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.342144012451s 2018-08-27 14:29:35,656 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-de40410a-f374-4934-bc15-ff8cc8b71012 2018-08-27 14:29:40,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:29:40,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:29:40,692 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:29:40 GMT Server: Apache x-openstack-request-id: req-a64e0489-3f35-4c22-928f-b33c66e10c23 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:29:41,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:29:40 GMT Server: Apache x-openstack-request-id: req-518748f5-534a-4bed-b2db-f705021d051a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:29:41,412 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-518748f5-534a-4bed-b2db-f705021d051a 2018-08-27 14:29:41,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.750898122787s 2018-08-27 14:29:41,413 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-518748f5-534a-4bed-b2db-f705021d051a 2018-08-27 14:29:41,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:29:41,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:29:41,705 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:29:41 GMT Server: Apache x-openstack-request-id: req-496d35dc-6cd2-4833-99b9-d7f988847524 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:29:41,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:29:41 GMT Server: Apache x-openstack-request-id: req-e3fd79ae-3da8-4ea9-b3c5-8f5e66bf8e5f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:29:41,748 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e3fd79ae-3da8-4ea9-b3c5-8f5e66bf8e5f 2018-08-27 14:29:41,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.335108995438s 2018-08-27 14:29:41,749 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e3fd79ae-3da8-4ea9-b3c5-8f5e66bf8e5f 2018-08-27 14:29:46,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:29:46,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:29:46,786 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:29:46 GMT Server: Apache x-openstack-request-id: req-b9b84002-cfa4-4b7c-8515-08119ce95d5b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:29:47,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:29:46 GMT Server: Apache x-openstack-request-id: req-81018991-35f9-44ce-8fd3-5f9bbbcf3650 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:29:47,107 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-81018991-35f9-44ce-8fd3-5f9bbbcf3650 2018-08-27 14:29:47,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.351221084595s 2018-08-27 14:29:47,107 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-81018991-35f9-44ce-8fd3-5f9bbbcf3650 2018-08-27 14:29:52,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:29:52,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:29:52,418 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:29:52 GMT Server: Apache x-openstack-request-id: req-b5564e22-9db2-44e9-bf9e-cf26fae6fc23 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:29:52,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:29:52 GMT Server: Apache x-openstack-request-id: req-1310040a-7e11-42c8-8d8f-7b882c83cc23 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:29:52,460 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-1310040a-7e11-42c8-8d8f-7b882c83cc23 2018-08-27 14:29:52,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.346884965897s 2018-08-27 14:29:52,461 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-1310040a-7e11-42c8-8d8f-7b882c83cc23 2018-08-27 14:29:52,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:29:52,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:29:52,490 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:29:52 GMT Server: Apache x-openstack-request-id: req-8161860a-ab59-4cb1-a0dc-b744649914a5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:29:52,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:29:52 GMT Server: Apache x-openstack-request-id: req-2acc1d23-3c3d-452a-88fa-06290bfdcf41 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:29:52,532 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2acc1d23-3c3d-452a-88fa-06290bfdcf41 2018-08-27 14:29:52,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0709838867188s 2018-08-27 14:29:52,533 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2acc1d23-3c3d-452a-88fa-06290bfdcf41 2018-08-27 14:29:57,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:29:57,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:29:57,908 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:29:57 GMT Server: Apache x-openstack-request-id: req-fdab64a4-a5ad-4929-b365-7545399f3ad1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:29:57,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:29:57 GMT Server: Apache x-openstack-request-id: req-af0f5921-ceac-4564-b5a2-e484f8edab0d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:29:57,950 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-af0f5921-ceac-4564-b5a2-e484f8edab0d 2018-08-27 14:29:57,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.411229133606s 2018-08-27 14:29:57,951 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-af0f5921-ceac-4564-b5a2-e484f8edab0d 2018-08-27 14:30:02,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:30:02,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:30:02,987 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:30:02 GMT Server: Apache x-openstack-request-id: req-0355409f-8a01-4747-bae9-9dfd8cf2ce10 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:30:03,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:30:02 GMT Server: Apache x-openstack-request-id: req-1c2ac83e-7f63-4c9a-a0fd-b1725b3ddaa4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:30:03,031 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-1c2ac83e-7f63-4c9a-a0fd-b1725b3ddaa4 2018-08-27 14:30:03,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741460323334s 2018-08-27 14:30:03,031 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-1c2ac83e-7f63-4c9a-a0fd-b1725b3ddaa4 2018-08-27 14:30:03,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:30:03,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:30:03,337 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:30:03 GMT Server: Apache x-openstack-request-id: req-1e2e5951-92eb-4c27-a6b7-45b0215209cd Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:30:03,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:30:03 GMT Server: Apache x-openstack-request-id: req-2d8fbc4f-7202-4020-9148-fbc1ac4d4615 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:30:03,378 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2d8fbc4f-7202-4020-9148-fbc1ac4d4615 2018-08-27 14:30:03,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.347004175186s 2018-08-27 14:30:03,379 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2d8fbc4f-7202-4020-9148-fbc1ac4d4615 2018-08-27 14:30:08,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:30:08,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:30:08,417 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:30:08 GMT Server: Apache x-openstack-request-id: req-110002e0-8f84-4731-ad8f-98a8dd382d49 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:30:08,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:30:08 GMT Server: Apache x-openstack-request-id: req-206483cb-650b-431d-aeba-2a1e2a4539ee Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:30:08,458 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-206483cb-650b-431d-aeba-2a1e2a4539ee 2018-08-27 14:30:08,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726430416107s 2018-08-27 14:30:08,459 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-206483cb-650b-431d-aeba-2a1e2a4539ee 2018-08-27 14:30:13,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:30:13,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:30:13,494 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:30:13 GMT Server: Apache x-openstack-request-id: req-8020af37-48b4-4339-bd8d-4fd6fae31944 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:30:13,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:30:13 GMT Server: Apache x-openstack-request-id: req-dcffc80a-cef3-4c57-8f06-35285c82e4e3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:30:13,537 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-dcffc80a-cef3-4c57-8f06-35285c82e4e3 2018-08-27 14:30:13,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720949172974s 2018-08-27 14:30:13,537 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-dcffc80a-cef3-4c57-8f06-35285c82e4e3 2018-08-27 14:30:13,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:30:13,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:30:13,566 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:30:13 GMT Server: Apache x-openstack-request-id: req-2dcc63e3-b082-47a6-b03a-a7f439422a26 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:30:13,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:30:13 GMT Server: Apache x-openstack-request-id: req-a8cb03bf-9a8d-4830-9b5a-6bf299f3f2e3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:30:13,608 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a8cb03bf-9a8d-4830-9b5a-6bf299f3f2e3 2018-08-27 14:30:13,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0703830718994s 2018-08-27 14:30:13,608 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a8cb03bf-9a8d-4830-9b5a-6bf299f3f2e3 2018-08-27 14:30:18,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:30:18,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:30:18,645 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:30:18 GMT Server: Apache x-openstack-request-id: req-90ff55ab-4a35-4858-a891-9ddff7ef0224 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:30:18,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:30:18 GMT Server: Apache x-openstack-request-id: req-e618042d-aad2-406d-85da-fba31da8fa3b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:30:18,687 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-e618042d-aad2-406d-85da-fba31da8fa3b 2018-08-27 14:30:18,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715489387512s 2018-08-27 14:30:18,687 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-e618042d-aad2-406d-85da-fba31da8fa3b 2018-08-27 14:30:23,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:30:23,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:30:23,997 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:30:23 GMT Server: Apache x-openstack-request-id: req-8ec7205c-f1be-4553-9d78-a80f7ea2509d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:30:24,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:30:23 GMT Server: Apache x-openstack-request-id: req-9ced22a6-ab30-45f0-aedc-898625be0438 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:30:24,040 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-9ced22a6-ab30-45f0-aedc-898625be0438 2018-08-27 14:30:24,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.348917961121s 2018-08-27 14:30:24,041 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-9ced22a6-ab30-45f0-aedc-898625be0438 2018-08-27 14:30:24,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:30:24,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:30:24,071 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:30:24 GMT Server: Apache x-openstack-request-id: req-902376e9-ce34-43aa-92c7-2457a16825b4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:30:24,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:30:24 GMT Server: Apache x-openstack-request-id: req-03ca28c7-285c-44f3-83ed-ffa412b6dd89 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:30:24,113 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-03ca28c7-285c-44f3-83ed-ffa412b6dd89 2018-08-27 14:30:24,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0715801715851s 2018-08-27 14:30:24,113 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-03ca28c7-285c-44f3-83ed-ffa412b6dd89 2018-08-27 14:30:29,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:30:29,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:30:29,150 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:30:29 GMT Server: Apache x-openstack-request-id: req-adf59b19-63e0-4626-bd3f-dcc56dcc3339 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:30:29,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:30:29 GMT Server: Apache x-openstack-request-id: req-ab3fcc3c-4c8f-42c7-aa23-80ebf101e48b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:30:29,193 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-ab3fcc3c-4c8f-42c7-aa23-80ebf101e48b 2018-08-27 14:30:29,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731289386749s 2018-08-27 14:30:29,194 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-ab3fcc3c-4c8f-42c7-aa23-80ebf101e48b 2018-08-27 14:30:34,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:30:34,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:30:34,230 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:30:34 GMT Server: Apache x-openstack-request-id: req-1b6adc01-2be1-476f-bfc0-c91177e4f7b5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:30:34,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:30:34 GMT Server: Apache x-openstack-request-id: req-e4078568-1ef3-4508-bb63-4f24793a5ca9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:30:34,272 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-e4078568-1ef3-4508-bb63-4f24793a5ca9 2018-08-27 14:30:34,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727269649506s 2018-08-27 14:30:34,273 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-e4078568-1ef3-4508-bb63-4f24793a5ca9 2018-08-27 14:30:34,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:30:34,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:30:34,303 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:30:34 GMT Server: Apache x-openstack-request-id: req-3bf75a0f-b893-40a0-a492-d2816b5b1f00 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:30:34,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:30:34 GMT Server: Apache x-openstack-request-id: req-e4796531-d47d-46d4-9bfe-2adf09a66eea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:30:34,346 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e4796531-d47d-46d4-9bfe-2adf09a66eea 2018-08-27 14:30:34,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0730428695679s 2018-08-27 14:30:34,347 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e4796531-d47d-46d4-9bfe-2adf09a66eea 2018-08-27 14:30:39,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:30:39,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:30:39,384 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:30:39 GMT Server: Apache x-openstack-request-id: req-e94c588d-235f-4090-853b-44118b2e9abb Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:30:39,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:30:39 GMT Server: Apache x-openstack-request-id: req-a00b79e7-3ba4-480a-9b06-745a6d8ee16c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:30:39,428 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-a00b79e7-3ba4-480a-9b06-745a6d8ee16c 2018-08-27 14:30:39,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738508701324s 2018-08-27 14:30:39,428 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-a00b79e7-3ba4-480a-9b06-745a6d8ee16c 2018-08-27 14:30:44,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:30:44,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:30:44,459 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:30:44 GMT Server: Apache x-openstack-request-id: req-a0245f04-8d34-493e-973b-2f47d5dad6a0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:30:44,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:30:44 GMT Server: Apache x-openstack-request-id: req-fbd12c23-9c09-48da-b6b0-f8a7fbf65e62 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:30:44,502 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-fbd12c23-9c09-48da-b6b0-f8a7fbf65e62 2018-08-27 14:30:44,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728690624237s 2018-08-27 14:30:44,502 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-fbd12c23-9c09-48da-b6b0-f8a7fbf65e62 2018-08-27 14:30:44,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:30:44,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:30:44,532 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:30:44 GMT Server: Apache x-openstack-request-id: req-8bf90e72-aff7-4d32-849a-2ad2bd3a3ea9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:30:45,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:30:44 GMT Server: Apache x-openstack-request-id: req-e0b070ea-3327-4e3d-838e-2e33e44d2634 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:30:45,235 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e0b070ea-3327-4e3d-838e-2e33e44d2634 2018-08-27 14:30:45,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.732029914856s 2018-08-27 14:30:45,235 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e0b070ea-3327-4e3d-838e-2e33e44d2634 2018-08-27 14:30:50,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:30:50,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:30:50,271 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:30:50 GMT Server: Apache x-openstack-request-id: req-3fbff5e5-f62b-42b5-be0d-6b24c915dcd3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:30:50,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:30:50 GMT Server: Apache x-openstack-request-id: req-e61d9785-4bad-48da-8ed3-c5643731ce33 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:30:50,314 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-e61d9785-4bad-48da-8ed3-c5643731ce33 2018-08-27 14:30:50,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716869831085s 2018-08-27 14:30:50,314 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-e61d9785-4bad-48da-8ed3-c5643731ce33 2018-08-27 14:30:55,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:30:55,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:30:55,350 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:30:55 GMT Server: Apache x-openstack-request-id: req-88deb1d0-7594-4a6a-9a00-313d1087beee Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&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 14:30:55,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:30:55 GMT Server: Apache x-openstack-request-id: req-447d2db3-6590-42aa-bc14-b4c272ee8e49 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 444 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-27T14:30:55Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dns/events/4f7d66f6-6e42-4f28-8c1c-2f5b8f6b67db", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "ecbcdda3-567d-437d-b056-05ae5a0c3aba", "id": "4f7d66f6-6e42-4f28-8c1c-2f5b8f6b67db"}, {"resource_name": "ellis", "event_time": "2018-08-27T14:30:55Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/ellis/events/ddd0c01b-ad2d-4bd6-9b51-488b6884f241", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-ellis-qfsct2v2tr62", "id": "ddd0c01b-ad2d-4bd6-9b51-488b6884f241"}]} 2018-08-27 14:30:55,426 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-447d2db3-6590-42aa-bc14-b4c272ee8e49 2018-08-27 14:30:55,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.105818033218s 2018-08-27 14:30:55,426 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc&marker=642563d3-9e03-4667-9040-c68f7dd18832&sort_dir=asc used request id req-447d2db3-6590-42aa-bc14-b4c272ee8e49 2018-08-27 14:31:00,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:31:00,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:31:00,462 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:31:00 GMT Server: Apache x-openstack-request-id: req-7a1a8549-e8bf-4a86-81ec-12e6f58bb593 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&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 14:31:00,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:31:00 GMT Server: Apache x-openstack-request-id: req-af687895-e3ec-43de-911e-401f2a75e39c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:31:00,504 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc&marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc used request id req-af687895-e3ec-43de-911e-401f2a75e39c 2018-08-27 14:31:00,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721919536591s 2018-08-27 14:31:00,505 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc&marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc used request id req-af687895-e3ec-43de-911e-401f2a75e39c 2018-08-27 14:31:05,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:31:05,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:31:05,795 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:31:05 GMT Server: Apache x-openstack-request-id: req-d30f36ae-90d4-4ea7-ba91-d5f47a6bac27 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&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 14:31:05,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:31:05 GMT Server: Apache x-openstack-request-id: req-5110aeac-f4e1-4399-849b-d96a09e54e6f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:31:05,837 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc&marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc used request id req-5110aeac-f4e1-4399-849b-d96a09e54e6f 2018-08-27 14:31:05,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.326591968536s 2018-08-27 14:31:05,837 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc&marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc used request id req-5110aeac-f4e1-4399-849b-d96a09e54e6f 2018-08-27 14:31:05,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:31:05,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:31:05,869 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:31:05 GMT Server: Apache x-openstack-request-id: req-3a5ecf6a-f5b0-4062-809b-2ed52b8b1803 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:31:06,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:31:05 GMT Server: Apache x-openstack-request-id: req-5fb765df-ba39-427d-b309-956e4f19ce79 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:31:06,164 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5fb765df-ba39-427d-b309-956e4f19ce79 2018-08-27 14:31:06,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.325757026672s 2018-08-27 14:31:06,164 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5fb765df-ba39-427d-b309-956e4f19ce79 2018-08-27 14:31:11,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:31:11,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:31:11,201 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:31:11 GMT Server: Apache x-openstack-request-id: req-b1ca22f7-10f6-4253-8a1b-a56d427d91dc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&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 14:31:11,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:31:11 GMT Server: Apache x-openstack-request-id: req-99a903ac-aecc-43bd-89f7-7e66b10ea95a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:31:11,245 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc&marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc used request id req-99a903ac-aecc-43bd-89f7-7e66b10ea95a 2018-08-27 14:31:11,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737822055817s 2018-08-27 14:31:11,245 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc&marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc used request id req-99a903ac-aecc-43bd-89f7-7e66b10ea95a 2018-08-27 14:31:16,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:31:16,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:31:16,280 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:31:16 GMT Server: Apache x-openstack-request-id: req-48b901a3-b55c-47f3-a68e-c2dcbf866a99 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&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 14:31:16,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:31:16 GMT Server: Apache x-openstack-request-id: req-f0b3a9fd-eff8-4546-b7f0-857c26fe6616 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:31:16,602 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc&marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc used request id req-f0b3a9fd-eff8-4546-b7f0-857c26fe6616 2018-08-27 14:31:16,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.351537942886s 2018-08-27 14:31:16,603 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc&marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc used request id req-f0b3a9fd-eff8-4546-b7f0-857c26fe6616 2018-08-27 14:31:16,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:31:16,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:31:16,632 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:31:16 GMT Server: Apache x-openstack-request-id: req-4451d831-8d6f-49bb-b8b4-37bf4aed5186 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:31:16,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:31:16 GMT Server: Apache x-openstack-request-id: req-3fa2dccf-7c14-4f85-939b-db5f4df00ba1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:31:16,678 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3fa2dccf-7c14-4f85-939b-db5f4df00ba1 2018-08-27 14:31:16,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0751960277557s 2018-08-27 14:31:16,679 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3fa2dccf-7c14-4f85-939b-db5f4df00ba1 2018-08-27 14:31:21,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:31:21,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:31:21,717 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:31:21 GMT Server: Apache x-openstack-request-id: req-ce42bb99-cf57-4504-9d24-c045c73a6dce Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&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 14:31:21,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:31:21 GMT Server: Apache x-openstack-request-id: req-06cc9e32-95ba-46c7-87f5-d228b0153381 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 717 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-27T14:31:20Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/ellis/events/4efeadea-b592-4adb-8a09-0f43c834f70c", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "24b3f764-45a3-4024-9d3e-287e77d59078", "id": "4efeadea-b592-4adb-8a09-0f43c834f70c"}, {"resource_name": "dime", "event_time": "2018-08-27T14:31:20Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dime/events/3228ecda-37b6-48fc-a9db-c3f222309d88", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dime-y35afrgx4nhx", "id": "3228ecda-37b6-48fc-a9db-c3f222309d88"}, {"resource_name": "homer", "event_time": "2018-08-27T14:31:20Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/homer/events/ac4449d7-7783-4e70-b7c1-5b8469cfe01d", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-homer-dezvuemco7jl", "id": "ac4449d7-7783-4e70-b7c1-5b8469cfe01d"}, {"resource_name": "vellum", "event_time": "2018-08-27T14:31:20Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/vellum/events/6b729e6e-253c-4297-b33b-79103b73fe8c", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-vellum-5dvn3cksj6b3", "id": "6b729e6e-253c-4297-b33b-79103b73fe8c"}, {"resource_name": "bono", "event_time": "2018-08-27T14:31:20Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/bono/events/3a43f907-2140-4d4c-a0b5-9933aece145a", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-bono-tlytrrrkkked", "id": "3a43f907-2140-4d4c-a0b5-9933aece145a"}, {"resource_name": "sprout", "event_time": "2018-08-27T14:31:20Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sprout/events/4b470caf-37ce-4ffb-892a-904b203ce042", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sprout-rm365dzzgh4t", "id": "4b470caf-37ce-4ffb-892a-904b203ce042"}]} 2018-08-27 14:31:21,762 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc&marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc used request id req-06cc9e32-95ba-46c7-87f5-d228b0153381 2018-08-27 14:31:21,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0763509273529s 2018-08-27 14:31:21,762 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc&marker=ddd0c01b-ad2d-4bd6-9b51-488b6884f241&sort_dir=asc used request id req-06cc9e32-95ba-46c7-87f5-d228b0153381 2018-08-27 14:31:26,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:31:26,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:31:26,814 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:31:26 GMT Server: Apache x-openstack-request-id: req-50270b9d-1f05-4b1c-b0b7-6efe2cabbde7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&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 14:31:26,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:31:26 GMT Server: Apache x-openstack-request-id: req-caa5460b-7752-4407-8edf-bb4fab10b789 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:31:26,858 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc&marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc used request id req-caa5460b-7752-4407-8edf-bb4fab10b789 2018-08-27 14:31:26,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0894668102264s 2018-08-27 14:31:26,859 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc&marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc used request id req-caa5460b-7752-4407-8edf-bb4fab10b789 2018-08-27 14:31:31,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:31:31,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:31:31,895 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:31:31 GMT Server: Apache x-openstack-request-id: req-ce4db444-d5ee-4603-8020-aad6b3d85e47 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&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 14:31:31,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:31:31 GMT Server: Apache x-openstack-request-id: req-473ebc2a-2650-47cd-8e87-96fd3be64e4e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:31:31,937 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc&marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc used request id req-473ebc2a-2650-47cd-8e87-96fd3be64e4e 2018-08-27 14:31:31,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072732925415s 2018-08-27 14:31:31,938 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc&marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc used request id req-473ebc2a-2650-47cd-8e87-96fd3be64e4e 2018-08-27 14:31:31,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:31:31,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:31:31,967 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:31:31 GMT Server: Apache x-openstack-request-id: req-c42a94ab-50f6-4d4a-94a7-ececbcb88d79 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:31:32,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:31:31 GMT Server: Apache x-openstack-request-id: req-845fb160-6da5-4385-8e83-e168eb193bd8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:31:32,011 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-845fb160-6da5-4385-8e83-e168eb193bd8 2018-08-27 14:31:32,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0730679035187s 2018-08-27 14:31:32,012 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-845fb160-6da5-4385-8e83-e168eb193bd8 2018-08-27 14:31:37,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:31:37,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:31:37,051 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:31:36 GMT Server: Apache x-openstack-request-id: req-e3bb894e-a965-4070-a2e6-0b4dd0c0c77c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&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 14:31:37,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:31:37 GMT Server: Apache x-openstack-request-id: req-2a13b0fb-3f7a-42e5-a384-0f24b122de7c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:31:37,094 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc&marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc used request id req-2a13b0fb-3f7a-42e5-a384-0f24b122de7c 2018-08-27 14:31:37,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0755679607391s 2018-08-27 14:31:37,094 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc&marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc used request id req-2a13b0fb-3f7a-42e5-a384-0f24b122de7c 2018-08-27 14:31:42,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:31:42,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:31:42,131 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:31:42 GMT Server: Apache x-openstack-request-id: req-f75c068b-8553-4749-acba-c3368654d166 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&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 14:31:42,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:31:42 GMT Server: Apache x-openstack-request-id: req-6ae1d1c8-b044-4a59-a43a-010a4e10ad76 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:31:42,172 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc&marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc used request id req-6ae1d1c8-b044-4a59-a43a-010a4e10ad76 2018-08-27 14:31:42,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723960399628s 2018-08-27 14:31:42,173 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc&marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc used request id req-6ae1d1c8-b044-4a59-a43a-010a4e10ad76 2018-08-27 14:31:42,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:31:42,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:31:42,219 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:31:42 GMT Server: Apache x-openstack-request-id: req-af88e2ff-795e-435a-bb0b-9c914a643a34 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:31:42,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:31:42 GMT Server: Apache x-openstack-request-id: req-49fa14e5-1414-4702-ad22-1be9b36fd4d7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:31:42,395 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-49fa14e5-1414-4702-ad22-1be9b36fd4d7 2018-08-27 14:31:42,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.221998929977s 2018-08-27 14:31:42,396 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-49fa14e5-1414-4702-ad22-1be9b36fd4d7 2018-08-27 14:31:47,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:31:47,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:31:47,433 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:31:47 GMT Server: Apache x-openstack-request-id: req-fc85139d-c252-4578-aeee-ebb323e2ccbc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&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 14:31:47,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:31:47 GMT Server: Apache x-openstack-request-id: req-5b4c951f-b62c-4662-95e9-1ada03d316b4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:31:47,475 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc&marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc used request id req-5b4c951f-b62c-4662-95e9-1ada03d316b4 2018-08-27 14:31:47,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724170207977s 2018-08-27 14:31:47,475 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc&marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc used request id req-5b4c951f-b62c-4662-95e9-1ada03d316b4 2018-08-27 14:31:52,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:31:52,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:31:52,512 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:31:52 GMT Server: Apache x-openstack-request-id: req-e991a2e0-cb33-43b9-8e12-38797c6e6d51 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&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 14:31:52,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:31:52 GMT Server: Apache x-openstack-request-id: req-4fc1bee4-c318-445f-8662-43dab9086917 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:31:52,555 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc&marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc used request id req-4fc1bee4-c318-445f-8662-43dab9086917 2018-08-27 14:31:52,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739419460297s 2018-08-27 14:31:52,556 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc&marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc used request id req-4fc1bee4-c318-445f-8662-43dab9086917 2018-08-27 14:31:52,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:31:52,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:31:52,585 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:31:52 GMT Server: Apache x-openstack-request-id: req-2d45a931-c274-4a34-97be-d32ef8e78093 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:31:52,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:31:52 GMT Server: Apache x-openstack-request-id: req-d93835fb-8156-4d23-ad19-cef9a7053889 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:31:52,628 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d93835fb-8156-4d23-ad19-cef9a7053889 2018-08-27 14:31:52,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0716638565063s 2018-08-27 14:31:52,628 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d93835fb-8156-4d23-ad19-cef9a7053889 2018-08-27 14:31:57,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:31:57,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:31:57,664 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:31:57 GMT Server: Apache x-openstack-request-id: req-0278a1e2-6537-4636-8884-66ffb8dac6de Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&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 14:31:57,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:31:57 GMT Server: Apache x-openstack-request-id: req-ed6b48b4-eb90-4dc5-849e-810c5d455ce7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:31:57,708 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc&marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc used request id req-ed6b48b4-eb90-4dc5-849e-810c5d455ce7 2018-08-27 14:31:57,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729739665985s 2018-08-27 14:31:57,708 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc&marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc used request id req-ed6b48b4-eb90-4dc5-849e-810c5d455ce7 2018-08-27 14:32:02,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:32:02,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:32:02,744 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:32:02 GMT Server: Apache x-openstack-request-id: req-7d452fdb-6136-41ab-b165-eecb8080c07d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&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 14:32:02,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:32:02 GMT Server: Apache x-openstack-request-id: req-27ecae4f-3f3f-41d7-8b22-759f848f6c0b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dime", "event_time": "2018-08-27T14:32:02Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dime/events/190df9ac-7420-418a-bc20-af1ab0814b85", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "a08e98e3-e1d0-4548-882f-458f9528045e", "id": "190df9ac-7420-418a-bc20-af1ab0814b85"}]} 2018-08-27 14:32:02,786 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc&marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc used request id req-27ecae4f-3f3f-41d7-8b22-759f848f6c0b 2018-08-27 14:32:02,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717689990997s 2018-08-27 14:32:02,786 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc&marker=4b470caf-37ce-4ffb-892a-904b203ce042&sort_dir=asc used request id req-27ecae4f-3f3f-41d7-8b22-759f848f6c0b 2018-08-27 14:32:07,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:32:07,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=190df9ac-7420-418a-bc20-af1ab0814b85&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:32:07,821 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:32:07 GMT Server: Apache x-openstack-request-id: req-19f5017a-d9f4-4a8f-9ff1-60be95a388f6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=190df9ac-7420-418a-bc20-af1ab0814b85&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 14:32:07,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:32:07 GMT Server: Apache x-openstack-request-id: req-eacb28ff-23b0-441c-b58c-803b9801b743 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 356 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sprout", "event_time": "2018-08-27T14:32:03Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sprout/events/f9404a72-b086-41b9-a6e1-b018aa9da44e", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "fba279f6-ed7e-4ad7-8295-3e8e567f5614", "id": "f9404a72-b086-41b9-a6e1-b018aa9da44e"}]} 2018-08-27 14:32:07,864 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=190df9ac-7420-418a-bc20-af1ab0814b85&sort_dir=asc&marker=190df9ac-7420-418a-bc20-af1ab0814b85&sort_dir=asc used request id req-eacb28ff-23b0-441c-b58c-803b9801b743 2018-08-27 14:32:07,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717279911041s 2018-08-27 14:32:07,864 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=190df9ac-7420-418a-bc20-af1ab0814b85&sort_dir=asc&marker=190df9ac-7420-418a-bc20-af1ab0814b85&sort_dir=asc used request id req-eacb28ff-23b0-441c-b58c-803b9801b743 2018-08-27 14:32:12,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:32:12,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:32:12,919 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:32:12 GMT Server: Apache x-openstack-request-id: req-046bf42f-692e-4e19-8bdf-33acf7a5100d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:32:12,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:32:12 GMT Server: Apache x-openstack-request-id: req-e6541f36-4a30-4c71-b189-dc1eba65ed03 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:32:12,963 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-e6541f36-4a30-4c71-b189-dc1eba65ed03 2018-08-27 14:32:12,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0920708179474s 2018-08-27 14:32:12,963 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-e6541f36-4a30-4c71-b189-dc1eba65ed03 2018-08-27 14:32:17,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:32:17,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:32:17,998 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:32:17 GMT Server: Apache x-openstack-request-id: req-99cff9ff-3870-49bd-9d93-b51347094f2a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:32:18,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:32:17 GMT Server: Apache x-openstack-request-id: req-a8a8abae-5ab4-4f92-9c11-c418b96554dd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:32:18,040 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-a8a8abae-5ab4-4f92-9c11-c418b96554dd 2018-08-27 14:32:18,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712730884552s 2018-08-27 14:32:18,041 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-a8a8abae-5ab4-4f92-9c11-c418b96554dd 2018-08-27 14:32:18,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:32:18,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:32:18,073 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:32:18 GMT Server: Apache x-openstack-request-id: req-8d7da9f5-a2ef-4f2d-b600-702032cac639 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:32:18,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:32:18 GMT Server: Apache x-openstack-request-id: req-bf6d545c-2ad6-402d-bcd1-9f58dde5f4be Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:32:18,365 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-bf6d545c-2ad6-402d-bcd1-9f58dde5f4be 2018-08-27 14:32:18,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.324003219604s 2018-08-27 14:32:18,366 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-bf6d545c-2ad6-402d-bcd1-9f58dde5f4be 2018-08-27 14:32:23,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:32:23,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:32:23,403 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:32:23 GMT Server: Apache x-openstack-request-id: req-092f53a4-532c-40af-a628-5388dbb4042f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:32:23,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:32:23 GMT Server: Apache x-openstack-request-id: req-418db921-f84e-49ac-8380-ac5a36b00fb1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:32:23,446 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-418db921-f84e-49ac-8380-ac5a36b00fb1 2018-08-27 14:32:23,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073165178299s 2018-08-27 14:32:23,446 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-418db921-f84e-49ac-8380-ac5a36b00fb1 2018-08-27 14:32:28,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:32:28,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:32:28,498 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:32:28 GMT Server: Apache x-openstack-request-id: req-8cbdc66c-0fff-4e04-800c-4f61c65b44f3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:32:28,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:32:28 GMT Server: Apache x-openstack-request-id: req-30201eda-959d-40a6-b98b-03c2bfcf00fd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:32:28,540 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-30201eda-959d-40a6-b98b-03c2bfcf00fd 2018-08-27 14:32:28,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0884578227997s 2018-08-27 14:32:28,541 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-30201eda-959d-40a6-b98b-03c2bfcf00fd 2018-08-27 14:32:28,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:32:28,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:32:28,570 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:32:28 GMT Server: Apache x-openstack-request-id: req-482625c7-e461-4a3c-b520-56ea848365ad Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:32:28,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:32:28 GMT Server: Apache x-openstack-request-id: req-cf08eccf-79f1-41a1-a78c-556c6af70a23 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:32:28,612 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-cf08eccf-79f1-41a1-a78c-556c6af70a23 2018-08-27 14:32:28,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0701498985291s 2018-08-27 14:32:28,612 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-cf08eccf-79f1-41a1-a78c-556c6af70a23 2018-08-27 14:32:33,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:32:33,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:32:33,649 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:32:33 GMT Server: Apache x-openstack-request-id: req-a3911e93-6e6e-4730-9613-367de04273b8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:32:33,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:32:33 GMT Server: Apache x-openstack-request-id: req-5a7882e3-70cd-4416-a0c2-7577db3edf23 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:32:33,693 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-5a7882e3-70cd-4416-a0c2-7577db3edf23 2018-08-27 14:32:33,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0748209953308s 2018-08-27 14:32:33,694 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-5a7882e3-70cd-4416-a0c2-7577db3edf23 2018-08-27 14:32:38,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:32:38,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:32:38,730 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:32:38 GMT Server: Apache x-openstack-request-id: req-8f4e2ba5-7557-480d-a784-9dc4a0a4970d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:32:38,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:32:38 GMT Server: Apache x-openstack-request-id: req-f0fadf45-e298-43e5-9ada-aab8f2f2a4b4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:32:38,771 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-f0fadf45-e298-43e5-9ada-aab8f2f2a4b4 2018-08-27 14:32:38,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716409683228s 2018-08-27 14:32:38,772 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-f0fadf45-e298-43e5-9ada-aab8f2f2a4b4 2018-08-27 14:32:38,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:32:38,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:32:38,801 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:32:38 GMT Server: Apache x-openstack-request-id: req-0d5753f6-8e08-4161-a811-53191313c680 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:32:38,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:32:38 GMT Server: Apache x-openstack-request-id: req-ae26ba70-2fc7-49ad-8f47-79e0b3baa947 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:32:38,842 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ae26ba70-2fc7-49ad-8f47-79e0b3baa947 2018-08-27 14:32:38,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0702681541443s 2018-08-27 14:32:38,843 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ae26ba70-2fc7-49ad-8f47-79e0b3baa947 2018-08-27 14:32:43,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:32:43,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:32:43,881 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:32:43 GMT Server: Apache x-openstack-request-id: req-6e29e8dc-2860-44e6-9211-e57780c4681d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:32:43,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:32:43 GMT Server: Apache x-openstack-request-id: req-2dd2e7a6-5560-4f66-b7c7-69dcdfff006b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:32:43,923 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-2dd2e7a6-5560-4f66-b7c7-69dcdfff006b 2018-08-27 14:32:43,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729901790619s 2018-08-27 14:32:43,923 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-2dd2e7a6-5560-4f66-b7c7-69dcdfff006b 2018-08-27 14:32:48,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:32:48,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:32:48,958 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:32:48 GMT Server: Apache x-openstack-request-id: req-228bf1d9-ff64-4200-a0c8-66ad2d183246 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:32:49,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:32:48 GMT Server: Apache x-openstack-request-id: req-ce6e02d0-7ade-4270-afd7-f33607a77abd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:32:49,001 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-ce6e02d0-7ade-4270-afd7-f33607a77abd 2018-08-27 14:32:49,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726549625397s 2018-08-27 14:32:49,002 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-ce6e02d0-7ade-4270-afd7-f33607a77abd 2018-08-27 14:32:49,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:32:49,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:32:49,030 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:32:49 GMT Server: Apache x-openstack-request-id: req-304a8abe-bca4-41d1-82bf-1354a751cb80 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:32:49,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:32:49 GMT Server: Apache x-openstack-request-id: req-a131c296-8283-498b-99a8-ab6f9560d831 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:32:49,072 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a131c296-8283-498b-99a8-ab6f9560d831 2018-08-27 14:32:49,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0697870254517s 2018-08-27 14:32:49,072 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a131c296-8283-498b-99a8-ab6f9560d831 2018-08-27 14:32:54,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:32:54,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:32:54,110 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:32:54 GMT Server: Apache x-openstack-request-id: req-a9e23a03-5cfb-4bd4-b8c1-3d1619d82fa9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:32:54,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:32:54 GMT Server: Apache x-openstack-request-id: req-6d96070a-0110-4c34-af60-aece06199ff7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:32:54,153 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-6d96070a-0110-4c34-af60-aece06199ff7 2018-08-27 14:32:54,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740730762482s 2018-08-27 14:32:54,154 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-6d96070a-0110-4c34-af60-aece06199ff7 2018-08-27 14:32:59,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:32:59,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:32:59,190 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:32:59 GMT Server: Apache x-openstack-request-id: req-76407473-b325-472a-963e-fad7f6b580e8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:32:59,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:32:59 GMT Server: Apache x-openstack-request-id: req-7578c58d-b5f2-44d3-bf5c-64e6f829c4a9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:32:59,236 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-7578c58d-b5f2-44d3-bf5c-64e6f829c4a9 2018-08-27 14:32:59,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0765309333801s 2018-08-27 14:32:59,237 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-7578c58d-b5f2-44d3-bf5c-64e6f829c4a9 2018-08-27 14:32:59,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:32:59,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:32:59,266 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:32:59 GMT Server: Apache x-openstack-request-id: req-6695be47-bca0-4bef-994a-d9b3b751205a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:32:59,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:32:59 GMT Server: Apache x-openstack-request-id: req-5f5377ed-45e1-4b38-8f0b-e8dd3421556c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:32:59,309 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5f5377ed-45e1-4b38-8f0b-e8dd3421556c 2018-08-27 14:32:59,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0718710422516s 2018-08-27 14:32:59,310 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5f5377ed-45e1-4b38-8f0b-e8dd3421556c 2018-08-27 14:33:04,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:33:04,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:33:04,347 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:33:04 GMT Server: Apache x-openstack-request-id: req-81bbb4ef-6040-45cb-9c1a-e345189da800 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:33:04,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:33:04 GMT Server: Apache x-openstack-request-id: req-26bf84fc-becf-478b-ad14-5cca4a02e24b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:33:04,389 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-26bf84fc-becf-478b-ad14-5cca4a02e24b 2018-08-27 14:33:04,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728259086609s 2018-08-27 14:33:04,390 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-26bf84fc-becf-478b-ad14-5cca4a02e24b 2018-08-27 14:33:09,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:33:09,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:33:09,422 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:33:09 GMT Server: Apache x-openstack-request-id: req-65ec7aeb-3a30-4903-a9e7-652e0ca7d8b9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:33:09,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:33:09 GMT Server: Apache x-openstack-request-id: req-e75b5bed-ef8c-4d6b-b152-3f45d1e5168d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:33:09,464 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-e75b5bed-ef8c-4d6b-b152-3f45d1e5168d 2018-08-27 14:33:09,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720498561859s 2018-08-27 14:33:09,465 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-e75b5bed-ef8c-4d6b-b152-3f45d1e5168d 2018-08-27 14:33:09,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:33:09,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:33:09,494 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:33:09 GMT Server: Apache x-openstack-request-id: req-efce80ec-1f22-468f-98cc-7b4c8cfa3dbe Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:33:09,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:33:09 GMT Server: Apache x-openstack-request-id: req-13698b74-30b6-4461-bdf0-c47cd0b7fd52 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:33:09,537 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-13698b74-30b6-4461-bdf0-c47cd0b7fd52 2018-08-27 14:33:09,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719339847565s 2018-08-27 14:33:09,538 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-13698b74-30b6-4461-bdf0-c47cd0b7fd52 2018-08-27 14:33:14,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:33:14,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:33:14,575 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:33:14 GMT Server: Apache x-openstack-request-id: req-9c984f28-2219-4433-9a2a-2f6d1db6c708 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:33:14,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:33:14 GMT Server: Apache x-openstack-request-id: req-ea5a8c72-6d9c-424b-93e0-708a7fabd451 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:33:14,617 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-ea5a8c72-6d9c-424b-93e0-708a7fabd451 2018-08-27 14:33:14,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725648403168s 2018-08-27 14:33:14,617 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-ea5a8c72-6d9c-424b-93e0-708a7fabd451 2018-08-27 14:33:19,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:33:19,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:33:19,656 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:33:19 GMT Server: Apache x-openstack-request-id: req-d7ae0556-d0e5-4eff-a606-6697bb45c586 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:33:19,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:33:19 GMT Server: Apache x-openstack-request-id: req-8805cb84-926d-4a17-8be8-dc7c5ce0fe95 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:33:19,830 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-8805cb84-926d-4a17-8be8-dc7c5ce0fe95 2018-08-27 14:33:19,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.207258939743s 2018-08-27 14:33:19,831 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-8805cb84-926d-4a17-8be8-dc7c5ce0fe95 2018-08-27 14:33:19,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:33:19,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:33:20,010 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:33:19 GMT Server: Apache x-openstack-request-id: req-2dec474f-522f-4227-8fe4-9fc865a19ac6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:33:20,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:33:20 GMT Server: Apache x-openstack-request-id: req-8aaea0ca-6242-4947-aa78-03d94f44a37f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:33:20,053 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8aaea0ca-6242-4947-aa78-03d94f44a37f 2018-08-27 14:33:20,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.221299886703s 2018-08-27 14:33:20,053 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8aaea0ca-6242-4947-aa78-03d94f44a37f 2018-08-27 14:33:25,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:33:25,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:33:25,089 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:33:25 GMT Server: Apache x-openstack-request-id: req-a84af3b1-2446-4fae-a63c-992a0e52b2bc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:33:25,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:33:25 GMT Server: Apache x-openstack-request-id: req-052c202c-4698-4f76-9ddf-49b8ab9b335d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:33:25,132 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-052c202c-4698-4f76-9ddf-49b8ab9b335d 2018-08-27 14:33:25,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728812217712s 2018-08-27 14:33:25,133 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-052c202c-4698-4f76-9ddf-49b8ab9b335d 2018-08-27 14:33:30,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:33:30,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:33:30,164 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:33:30 GMT Server: Apache x-openstack-request-id: req-cac4b64c-6469-4dae-8180-a54d264c39c1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:33:30,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:33:30 GMT Server: Apache x-openstack-request-id: req-06764e15-bf17-4627-9688-93a4ae6599fd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:33:30,448 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-06764e15-bf17-4627-9688-93a4ae6599fd 2018-08-27 14:33:30,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.31356716156s 2018-08-27 14:33:30,448 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-06764e15-bf17-4627-9688-93a4ae6599fd 2018-08-27 14:33:30,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:33:30,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:33:30,495 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:33:30 GMT Server: Apache x-openstack-request-id: req-75ae482f-1538-44e6-bd19-b6cdcf966ebf Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:33:30,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:33:30 GMT Server: Apache x-openstack-request-id: req-3571d378-b3d8-461e-84a2-185076a484bc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:33:30,538 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3571d378-b3d8-461e-84a2-185076a484bc 2018-08-27 14:33:30,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0887908935547s 2018-08-27 14:33:30,538 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3571d378-b3d8-461e-84a2-185076a484bc 2018-08-27 14:33:35,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:33:35,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:33:35,591 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:33:35 GMT Server: Apache x-openstack-request-id: req-e9340075-b36e-4597-ba90-c6dbed5e6c90 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:33:35,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:33:35 GMT Server: Apache x-openstack-request-id: req-4b643ccb-3819-4722-81b1-a20fa07a20f1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:33:35,636 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-4b643ccb-3819-4722-81b1-a20fa07a20f1 2018-08-27 14:33:35,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0912239551544s 2018-08-27 14:33:35,636 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-4b643ccb-3819-4722-81b1-a20fa07a20f1 2018-08-27 14:33:40,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:33:40,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:33:40,672 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:33:40 GMT Server: Apache x-openstack-request-id: req-21572fbe-ff5b-4af5-8147-a89dbeb168e0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:33:40,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:33:40 GMT Server: Apache x-openstack-request-id: req-2957e169-b336-49d5-9df2-bc418de4572f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:33:40,715 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-2957e169-b336-49d5-9df2-bc418de4572f 2018-08-27 14:33:40,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731430053711s 2018-08-27 14:33:40,716 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-2957e169-b336-49d5-9df2-bc418de4572f 2018-08-27 14:33:40,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:33:40,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:33:40,745 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:33:40 GMT Server: Apache x-openstack-request-id: req-22d7c389-1836-4db8-82a3-df2cf9012761 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:33:40,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:33:40 GMT Server: Apache x-openstack-request-id: req-1023299e-bdc0-434e-8dab-72fec3c9df53 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:33:40,789 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-1023299e-bdc0-434e-8dab-72fec3c9df53 2018-08-27 14:33:40,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.072459936142s 2018-08-27 14:33:40,789 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-1023299e-bdc0-434e-8dab-72fec3c9df53 2018-08-27 14:33:45,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:33:45,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:33:45,823 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:33:45 GMT Server: Apache x-openstack-request-id: req-1f98aed5-94d7-4a10-a7d5-0803d15c0ad8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:33:45,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:33:45 GMT Server: Apache x-openstack-request-id: req-cbd7db86-7e32-4d75-b007-bcaeda5f36b1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:33:45,867 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-cbd7db86-7e32-4d75-b007-bcaeda5f36b1 2018-08-27 14:33:45,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0752317905426s 2018-08-27 14:33:45,867 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-cbd7db86-7e32-4d75-b007-bcaeda5f36b1 2018-08-27 14:33:50,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:33:50,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:33:50,904 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:33:50 GMT Server: Apache x-openstack-request-id: req-976c3d23-c664-4bb7-9a99-b69e877f3114 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:33:50,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:33:50 GMT Server: Apache x-openstack-request-id: req-aabbbb57-bb85-405f-b771-ac3f2a2551ac Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:33:50,947 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-aabbbb57-bb85-405f-b771-ac3f2a2551ac 2018-08-27 14:33:50,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745069980621s 2018-08-27 14:33:50,948 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-aabbbb57-bb85-405f-b771-ac3f2a2551ac 2018-08-27 14:33:50,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:33:50,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:33:50,978 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:33:50 GMT Server: Apache x-openstack-request-id: req-a3437f6d-443b-440f-b868-5c44a4c45108 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:33:51,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:33:50 GMT Server: Apache x-openstack-request-id: req-0ef9c436-ce4f-4999-b22c-5874114552da Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:33:51,279 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-0ef9c436-ce4f-4999-b22c-5874114552da 2018-08-27 14:33:51,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.330708026886s 2018-08-27 14:33:51,280 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-0ef9c436-ce4f-4999-b22c-5874114552da 2018-08-27 14:33:56,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:33:56,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:33:56,593 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:33:56 GMT Server: Apache x-openstack-request-id: req-603369b1-d2ad-4fee-bd43-4c83cf19979e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&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 14:33:56,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:33:56 GMT Server: Apache x-openstack-request-id: req-cb64da76-1e5e-4a51-9dc8-1891d5bd6407 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 443 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "homer", "event_time": "2018-08-27T14:33:53Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/homer/events/72e2e2f5-b52b-481c-9269-a86238d9dd0e", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "9e18d476-18d4-446b-913c-ad016d333c69", "id": "72e2e2f5-b52b-481c-9269-a86238d9dd0e"}, {"resource_name": "bono", "event_time": "2018-08-27T14:33:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/bono/events/f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "f5ae6d76-4d35-45b8-84ae-8f85b320e7ac", "id": "f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b"}]} 2018-08-27 14:33:56,636 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-cb64da76-1e5e-4a51-9dc8-1891d5bd6407 2018-08-27 14:33:56,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.349212169647s 2018-08-27 14:33:56,636 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc&marker=f9404a72-b086-41b9-a6e1-b018aa9da44e&sort_dir=asc used request id req-cb64da76-1e5e-4a51-9dc8-1891d5bd6407 2018-08-27 14:34:01,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:34:01,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:34:01,914 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:34:01 GMT Server: Apache x-openstack-request-id: req-d5fef9cb-f5a2-4220-a825-94fbe88ad172 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:34:01,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:34:01 GMT Server: Apache x-openstack-request-id: req-7c7c94d3-61e1-4b59-a864-be4f7ce9379f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:34:01,956 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7c7c94d3-61e1-4b59-a864-be4f7ce9379f 2018-08-27 14:34:01,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.313149929047s 2018-08-27 14:34:01,956 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7c7c94d3-61e1-4b59-a864-be4f7ce9379f 2018-08-27 14:34:06,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:34:06,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:34:06,995 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:34:06 GMT Server: Apache x-openstack-request-id: req-68a590b1-5eb7-4b45-83c5-88976018528c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:34:07,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:34:07 GMT Server: Apache x-openstack-request-id: req-61c0e2a3-0b48-45bc-8a48-da58cccc756f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:34:07,304 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-61c0e2a3-0b48-45bc-8a48-da58cccc756f 2018-08-27 14:34:07,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.342228889465s 2018-08-27 14:34:07,305 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-61c0e2a3-0b48-45bc-8a48-da58cccc756f 2018-08-27 14:34:07,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:34:07,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:34:07,335 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:34:07 GMT Server: Apache x-openstack-request-id: req-3c1c16e7-5b0e-4b22-ba6b-aa4ac7b07104 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:34:07,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:34:07 GMT Server: Apache x-openstack-request-id: req-5383ce78-51fd-472c-9327-660a2a960367 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:34:07,639 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5383ce78-51fd-472c-9327-660a2a960367 2018-08-27 14:34:07,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.333889007568s 2018-08-27 14:34:07,640 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5383ce78-51fd-472c-9327-660a2a960367 2018-08-27 14:34:12,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:34:12,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:34:12,676 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:34:12 GMT Server: Apache x-openstack-request-id: req-30bcac18-830a-42d9-920e-f244e4c2b89d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:34:13,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:34:12 GMT Server: Apache x-openstack-request-id: req-388a8f8c-0eae-4259-b73e-c50fc3bdfcc6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:34:13,017 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-388a8f8c-0eae-4259-b73e-c50fc3bdfcc6 2018-08-27 14:34:13,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.370172023773s 2018-08-27 14:34:13,017 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-388a8f8c-0eae-4259-b73e-c50fc3bdfcc6 2018-08-27 14:34:18,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:34:18,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:34:18,053 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:34:18 GMT Server: Apache x-openstack-request-id: req-f2ffa6e3-d3ec-4282-9773-1f4c9aeff3f2 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:34:18,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:34:18 GMT Server: Apache x-openstack-request-id: req-8558a858-b7b2-44d5-85e6-c9906055391e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:34:18,097 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8558a858-b7b2-44d5-85e6-c9906055391e 2018-08-27 14:34:18,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746459960938s 2018-08-27 14:34:18,098 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8558a858-b7b2-44d5-85e6-c9906055391e 2018-08-27 14:34:18,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:34:18,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:34:18,405 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:34:18 GMT Server: Apache x-openstack-request-id: req-9ecd7f82-9551-4af2-9f96-94ef0efc1d3b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:34:18,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:34:18 GMT Server: Apache x-openstack-request-id: req-eaaa9e29-aa64-4939-af1f-7d148699825d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:34:18,723 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-eaaa9e29-aa64-4939-af1f-7d148699825d 2018-08-27 14:34:18,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.624476909637s 2018-08-27 14:34:18,724 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-eaaa9e29-aa64-4939-af1f-7d148699825d 2018-08-27 14:34:23,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:34:23,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:34:24,042 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:34:23 GMT Server: Apache x-openstack-request-id: req-5f1c01b0-16b4-4cfa-b68e-fd29efce60b9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:34:24,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:34:24 GMT Server: Apache x-openstack-request-id: req-e79ff366-450e-4c8d-b5cd-14d0083680b6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:34:24,084 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e79ff366-450e-4c8d-b5cd-14d0083680b6 2018-08-27 14:34:24,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.353358983994s 2018-08-27 14:34:24,084 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e79ff366-450e-4c8d-b5cd-14d0083680b6 2018-08-27 14:34:29,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:34:29,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:34:29,117 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:34:29 GMT Server: Apache x-openstack-request-id: req-ef1b331f-be66-4429-bfd9-1ee7b2a07018 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:34:29,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:34:29 GMT Server: Apache x-openstack-request-id: req-d8f3b6af-3da8-49ad-b644-1d76b13fdb09 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:34:29,159 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d8f3b6af-3da8-49ad-b644-1d76b13fdb09 2018-08-27 14:34:29,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720620155334s 2018-08-27 14:34:29,159 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d8f3b6af-3da8-49ad-b644-1d76b13fdb09 2018-08-27 14:34:29,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:34:29,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:34:29,463 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:34:29 GMT Server: Apache x-openstack-request-id: req-26ab10b6-ba3d-4b19-b8f1-6319d7471604 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:34:29,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:34:29 GMT Server: Apache x-openstack-request-id: req-3dddc2c2-010a-4966-bf2b-68b539f8bd9d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:34:29,505 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3dddc2c2-010a-4966-bf2b-68b539f8bd9d 2018-08-27 14:34:29,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.345496892929s 2018-08-27 14:34:29,506 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3dddc2c2-010a-4966-bf2b-68b539f8bd9d 2018-08-27 14:34:34,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:34:34,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:34:34,543 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:34:34 GMT Server: Apache x-openstack-request-id: req-2dff40a1-e52b-4f74-984e-f0772f12110c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:34:34,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:34:34 GMT Server: Apache x-openstack-request-id: req-995f7cfb-78eb-4866-aa2d-f3d6ce89e631 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:34:34,585 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-995f7cfb-78eb-4866-aa2d-f3d6ce89e631 2018-08-27 14:34:34,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729160308838s 2018-08-27 14:34:34,586 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-995f7cfb-78eb-4866-aa2d-f3d6ce89e631 2018-08-27 14:34:39,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:34:39,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:34:39,639 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:34:39 GMT Server: Apache x-openstack-request-id: req-441693ef-11ed-464d-b6a1-197ee3d01154 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:34:39,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:34:39 GMT Server: Apache x-openstack-request-id: req-39a867fd-18ac-4e56-bdac-2869cdb9ae50 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:34:39,949 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-39a867fd-18ac-4e56-bdac-2869cdb9ae50 2018-08-27 14:34:39,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.357734918594s 2018-08-27 14:34:39,950 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-39a867fd-18ac-4e56-bdac-2869cdb9ae50 2018-08-27 14:34:39,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:34:39,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:34:39,979 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:34:39 GMT Server: Apache x-openstack-request-id: req-f2a3fc69-2fb0-4ae6-9ea6-fe635d2c9984 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:34:40,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:34:39 GMT Server: Apache x-openstack-request-id: req-51fe48c4-5a2f-4117-87f0-eeccee509055 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:34:40,022 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-51fe48c4-5a2f-4117-87f0-eeccee509055 2018-08-27 14:34:40,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0715968608856s 2018-08-27 14:34:40,022 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-51fe48c4-5a2f-4117-87f0-eeccee509055 2018-08-27 14:34:45,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:34:45,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:34:45,058 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:34:45 GMT Server: Apache x-openstack-request-id: req-05d47752-25ea-4dca-9d86-068b1b291dbf Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:34:45,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:34:45 GMT Server: Apache x-openstack-request-id: req-46375af9-b5de-4edc-9caf-f46400404aa8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:34:45,100 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-46375af9-b5de-4edc-9caf-f46400404aa8 2018-08-27 14:34:45,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0709600448608s 2018-08-27 14:34:45,100 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-46375af9-b5de-4edc-9caf-f46400404aa8 2018-08-27 14:34:50,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:34:50,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:34:50,407 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:34:50 GMT Server: Apache x-openstack-request-id: req-cb0ebea6-24e1-499c-b70a-0d7b159ff436 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:34:50,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:34:50 GMT Server: Apache x-openstack-request-id: req-a57977e5-1be1-4470-9247-50b4642357c7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:34:50,449 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a57977e5-1be1-4470-9247-50b4642357c7 2018-08-27 14:34:50,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.343106985092s 2018-08-27 14:34:50,449 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a57977e5-1be1-4470-9247-50b4642357c7 2018-08-27 14:34:50,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:34:50,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:34:50,494 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:34:50 GMT Server: Apache x-openstack-request-id: req-71a29656-4692-4200-a992-1f15f7dbccd0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:34:50,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:34:50 GMT Server: Apache x-openstack-request-id: req-bacc73cd-f7ae-4236-9c61-8cca567b4d07 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:34:50,537 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-bacc73cd-f7ae-4236-9c61-8cca567b4d07 2018-08-27 14:34:50,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.086846113205s 2018-08-27 14:34:50,537 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-bacc73cd-f7ae-4236-9c61-8cca567b4d07 2018-08-27 14:34:55,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:34:55,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:34:55,847 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:34:55 GMT Server: Apache x-openstack-request-id: req-0564f2aa-2140-4365-ad73-328b96d2ae2a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:34:56,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:34:55 GMT Server: Apache x-openstack-request-id: req-2ab8aaab-76fa-4d80-8fbe-834e4b213a3c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:34:56,231 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2ab8aaab-76fa-4d80-8fbe-834e4b213a3c 2018-08-27 14:34:56,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.687335968018s 2018-08-27 14:34:56,232 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2ab8aaab-76fa-4d80-8fbe-834e4b213a3c 2018-08-27 14:35:01,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:35:01,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:35:01,545 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:35:01 GMT Server: Apache x-openstack-request-id: req-c2ad1b32-2e08-425f-a9cc-0af0f2a95f68 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:35:01,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:35:01 GMT Server: Apache x-openstack-request-id: req-e915aa28-e42e-4b91-a79e-8d31f4bbba26 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:35:01,587 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e915aa28-e42e-4b91-a79e-8d31f4bbba26 2018-08-27 14:35:01,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.349666118622s 2018-08-27 14:35:01,587 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e915aa28-e42e-4b91-a79e-8d31f4bbba26 2018-08-27 14:35:01,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:35:01,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:35:01,902 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:35:01 GMT Server: Apache x-openstack-request-id: req-02a79376-e2aa-4b63-a087-a06318d069c9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:35:02,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:35:01 GMT Server: Apache x-openstack-request-id: req-253b5b80-d661-4472-9000-fe70a3c3ab19 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:35:02,203 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-253b5b80-d661-4472-9000-fe70a3c3ab19 2018-08-27 14:35:02,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.615451097488s 2018-08-27 14:35:02,204 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-253b5b80-d661-4472-9000-fe70a3c3ab19 2018-08-27 14:35:07,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:35:07,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:35:07,241 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:35:07 GMT Server: Apache x-openstack-request-id: req-76fefd8b-3539-4243-8b1d-2a683b60a812 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:35:07,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:35:07 GMT Server: Apache x-openstack-request-id: req-7caf1b57-829d-4705-b908-66df4f334791 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:35:07,572 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7caf1b57-829d-4705-b908-66df4f334791 2018-08-27 14:35:07,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.360913991928s 2018-08-27 14:35:07,572 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7caf1b57-829d-4705-b908-66df4f334791 2018-08-27 14:35:12,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:35:12,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:35:12,607 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:35:12 GMT Server: Apache x-openstack-request-id: req-19f410c3-fe48-494f-a584-2b48211421f9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:35:12,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:35:12 GMT Server: Apache x-openstack-request-id: req-91c99209-eb17-465d-8709-b374e44f11db Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:35:12,650 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-91c99209-eb17-465d-8709-b374e44f11db 2018-08-27 14:35:12,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717859268188s 2018-08-27 14:35:12,650 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-91c99209-eb17-465d-8709-b374e44f11db 2018-08-27 14:35:12,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:35:12,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:35:12,682 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:35:12 GMT Server: Apache x-openstack-request-id: req-b003479b-0fcf-4bd7-8ecd-e9a9ea8a858c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:35:12,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:35:12 GMT Server: Apache x-openstack-request-id: req-17066a98-cd63-4a9f-8c48-7072f1529875 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:35:12,985 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-17066a98-cd63-4a9f-8c48-7072f1529875 2018-08-27 14:35:12,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.334169864655s 2018-08-27 14:35:12,985 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-17066a98-cd63-4a9f-8c48-7072f1529875 2018-08-27 14:35:17,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:35:17,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:35:18,306 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:35:18 GMT Server: Apache x-openstack-request-id: req-1cf208a3-ce53-42d3-81f9-560fa29a25a3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:35:18,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:35:18 GMT Server: Apache x-openstack-request-id: req-9fa3d3e1-c643-4252-a0b4-8bf82e11366a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:35:18,598 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9fa3d3e1-c643-4252-a0b4-8bf82e11366a 2018-08-27 14:35:18,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.606365203857s 2018-08-27 14:35:18,599 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9fa3d3e1-c643-4252-a0b4-8bf82e11366a 2018-08-27 14:35:23,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:35:23,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:35:23,906 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:35:23 GMT Server: Apache x-openstack-request-id: req-57618a99-0c34-4698-95b2-cd1c230a5ebd Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:35:23,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:35:23 GMT Server: Apache x-openstack-request-id: req-1c0824df-3cd1-4ce7-93b3-ed2fb3ec2a59 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:35:23,948 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1c0824df-3cd1-4ce7-93b3-ed2fb3ec2a59 2018-08-27 14:35:23,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.343773841858s 2018-08-27 14:35:23,949 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1c0824df-3cd1-4ce7-93b3-ed2fb3ec2a59 2018-08-27 14:35:23,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:35:23,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:35:23,980 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:35:23 GMT Server: Apache x-openstack-request-id: req-e2c67ea1-e608-4ae2-ae45-f2425c94e520 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:35:24,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:35:23 GMT Server: Apache x-openstack-request-id: req-b8c9996c-2a5b-44d0-84cf-477f42fa0878 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:35:24,025 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b8c9996c-2a5b-44d0-84cf-477f42fa0878 2018-08-27 14:35:24,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0754089355469s 2018-08-27 14:35:24,025 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b8c9996c-2a5b-44d0-84cf-477f42fa0878 2018-08-27 14:35:29,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:35:29,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:35:29,337 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:35:29 GMT Server: Apache x-openstack-request-id: req-5bead44e-db5d-4c88-add4-2fc3ee21f98d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:35:29,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:35:29 GMT Server: Apache x-openstack-request-id: req-1beb725f-24e7-4913-b416-00dc4c255046 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:35:29,380 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1beb725f-24e7-4913-b416-00dc4c255046 2018-08-27 14:35:29,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.348011016846s 2018-08-27 14:35:29,380 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1beb725f-24e7-4913-b416-00dc4c255046 2018-08-27 14:35:34,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:35:34,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:35:34,415 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:35:34 GMT Server: Apache x-openstack-request-id: req-e901924c-203f-4129-b95f-a39b15c8b24a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:35:34,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:35:34 GMT Server: Apache x-openstack-request-id: req-5b6d20b8-51ee-4a63-b147-1a9660190ba5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:35:34,459 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5b6d20b8-51ee-4a63-b147-1a9660190ba5 2018-08-27 14:35:34,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736010074615s 2018-08-27 14:35:34,460 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5b6d20b8-51ee-4a63-b147-1a9660190ba5 2018-08-27 14:35:34,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:35:34,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:35:34,489 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:35:34 GMT Server: Apache x-openstack-request-id: req-eb3c50c6-eee9-4ba4-9c47-7f24c0e5f63b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:35:34,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:35:34 GMT Server: Apache x-openstack-request-id: req-38e03e8a-7ba9-4b67-aa68-996e079de3a1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:35:34,806 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-38e03e8a-7ba9-4b67-aa68-996e079de3a1 2018-08-27 14:35:34,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.345460891724s 2018-08-27 14:35:34,806 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-38e03e8a-7ba9-4b67-aa68-996e079de3a1 2018-08-27 14:35:39,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:35:39,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:35:39,844 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:35:39 GMT Server: Apache x-openstack-request-id: req-dd46cdcc-f09a-493f-862b-0697a2f49e40 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:35:40,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:35:39 GMT Server: Apache x-openstack-request-id: req-32baea58-fb91-4c7d-b956-7fde5aaf5313 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:35:40,256 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-32baea58-fb91-4c7d-b956-7fde5aaf5313 2018-08-27 14:35:40,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.443773984909s 2018-08-27 14:35:40,257 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-32baea58-fb91-4c7d-b956-7fde5aaf5313 2018-08-27 14:35:45,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:35:45,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:35:45,577 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:35:45 GMT Server: Apache x-openstack-request-id: req-2407f269-f4e0-4a26-844e-86f74a932f71 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:35:45,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:35:45 GMT Server: Apache x-openstack-request-id: req-e0299477-604f-4070-b06a-941d10780c9a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:35:45,874 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e0299477-604f-4070-b06a-941d10780c9a 2018-08-27 14:35:45,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.61213684082s 2018-08-27 14:35:45,875 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e0299477-604f-4070-b06a-941d10780c9a 2018-08-27 14:35:45,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:35:45,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:35:45,920 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:35:45 GMT Server: Apache x-openstack-request-id: req-efcd8667-57ab-47c1-9c62-89a5cde9f016 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:35:45,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:35:45 GMT Server: Apache x-openstack-request-id: req-d16af76c-967a-40eb-878f-02472b89325d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:35:45,962 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d16af76c-967a-40eb-878f-02472b89325d 2018-08-27 14:35:45,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0869300365448s 2018-08-27 14:35:45,963 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d16af76c-967a-40eb-878f-02472b89325d 2018-08-27 14:35:50,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:35:50,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:35:51,001 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:35:50 GMT Server: Apache x-openstack-request-id: req-bec1ef1e-c5d2-47f9-89a2-9de46b02ce2d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:35:51,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:35:50 GMT Server: Apache x-openstack-request-id: req-3754290a-ac72-46a0-8b02-11d73269fa5c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:35:51,043 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3754290a-ac72-46a0-8b02-11d73269fa5c 2018-08-27 14:35:51,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073009967804s 2018-08-27 14:35:51,043 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3754290a-ac72-46a0-8b02-11d73269fa5c 2018-08-27 14:35:56,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:35:56,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:35:56,339 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:35:56 GMT Server: Apache x-openstack-request-id: req-49bcbe0a-6117-41ff-be1d-49feba7f98e7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:35:56,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:35:56 GMT Server: Apache x-openstack-request-id: req-9dc53310-b1e8-4220-ae26-4659e8d056a6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:35:56,380 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9dc53310-b1e8-4220-ae26-4659e8d056a6 2018-08-27 14:35:56,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.331263065338s 2018-08-27 14:35:56,380 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9dc53310-b1e8-4220-ae26-4659e8d056a6 2018-08-27 14:35:56,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:35:56,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:35:56,407 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:35:56 GMT Server: Apache x-openstack-request-id: req-c4dd0904-cd90-4d65-93ec-2abe5476b4e0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:35:56,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:35:56 GMT Server: Apache x-openstack-request-id: req-f976c4d0-ee40-419c-bc6a-b64be69646ba Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:35:56,449 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-f976c4d0-ee40-419c-bc6a-b64be69646ba 2018-08-27 14:35:56,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0682678222656s 2018-08-27 14:35:56,449 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-f976c4d0-ee40-419c-bc6a-b64be69646ba 2018-08-27 14:36:01,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:36:01,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:36:01,760 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:36:01 GMT Server: Apache x-openstack-request-id: req-1ecf65a8-e9ea-44fa-b549-38916b294ea5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:36:01,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:36:01 GMT Server: Apache x-openstack-request-id: req-5e0cc2b7-1161-401d-bfe4-e6aeea47d106 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:36:01,803 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5e0cc2b7-1161-401d-bfe4-e6aeea47d106 2018-08-27 14:36:01,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.347090005875s 2018-08-27 14:36:01,804 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5e0cc2b7-1161-401d-bfe4-e6aeea47d106 2018-08-27 14:36:06,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:36:06,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:36:06,841 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:36:06 GMT Server: Apache x-openstack-request-id: req-17927df6-2d0f-4190-8b27-21ba5a540242 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:36:06,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:36:06 GMT Server: Apache x-openstack-request-id: req-5a98f97b-b0c1-46df-9bd8-39f18cef7001 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:36:06,883 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5a98f97b-b0c1-46df-9bd8-39f18cef7001 2018-08-27 14:36:06,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737609863281s 2018-08-27 14:36:06,884 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5a98f97b-b0c1-46df-9bd8-39f18cef7001 2018-08-27 14:36:06,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:36:06,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:36:06,913 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:36:06 GMT Server: Apache x-openstack-request-id: req-71c599b4-bb1a-490e-afb8-6725023cd795 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:36:07,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:36:06 GMT Server: Apache x-openstack-request-id: req-7fc1b52c-65d3-4a14-94c5-aecb98e64e89 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:36:07,212 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-7fc1b52c-65d3-4a14-94c5-aecb98e64e89 2018-08-27 14:36:07,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.327445030212s 2018-08-27 14:36:07,212 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-7fc1b52c-65d3-4a14-94c5-aecb98e64e89 2018-08-27 14:36:12,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:36:12,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:36:12,251 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:36:12 GMT Server: Apache x-openstack-request-id: req-d1e9531f-76b2-4457-b1c5-ea8d696d7525 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:36:12,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:36:12 GMT Server: Apache x-openstack-request-id: req-6fdce091-d5e2-4c9a-8983-4ec505bba99c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:36:12,572 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6fdce091-d5e2-4c9a-8983-4ec505bba99c 2018-08-27 14:36:12,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.352586984634s 2018-08-27 14:36:12,572 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6fdce091-d5e2-4c9a-8983-4ec505bba99c 2018-08-27 14:36:17,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:36:17,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:36:17,607 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:36:17 GMT Server: Apache x-openstack-request-id: req-cf07d156-1861-484d-ac66-132508aa70c9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:36:17,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:36:17 GMT Server: Apache x-openstack-request-id: req-b72b52e4-c651-4f83-a6aa-afa9dde856d5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:36:17,649 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b72b52e4-c651-4f83-a6aa-afa9dde856d5 2018-08-27 14:36:17,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713729858398s 2018-08-27 14:36:17,649 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b72b52e4-c651-4f83-a6aa-afa9dde856d5 2018-08-27 14:36:17,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:36:17,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:36:17,679 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:36:17 GMT Server: Apache x-openstack-request-id: req-7bdf6eeb-b28c-4f02-b874-39ed97c6709b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:36:17,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:36:17 GMT Server: Apache x-openstack-request-id: req-e4819357-f432-4db7-abe3-7c92b3a0ddca Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:36:17,999 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e4819357-f432-4db7-abe3-7c92b3a0ddca 2018-08-27 14:36:17,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.348891019821s 2018-08-27 14:36:17,999 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e4819357-f432-4db7-abe3-7c92b3a0ddca 2018-08-27 14:36:23,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:36:23,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:36:23,039 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:36:23 GMT Server: Apache x-openstack-request-id: req-d6daf698-965a-4060-81fa-06f8efee3d3e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:36:23,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:36:23 GMT Server: Apache x-openstack-request-id: req-9113e6d3-a495-4e0f-904b-36f827362f95 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:36:23,080 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9113e6d3-a495-4e0f-904b-36f827362f95 2018-08-27 14:36:23,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745069980621s 2018-08-27 14:36:23,081 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9113e6d3-a495-4e0f-904b-36f827362f95 2018-08-27 14:36:28,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:36:28,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:36:28,131 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:36:28 GMT Server: Apache x-openstack-request-id: req-feb712cd-1f24-4b33-b8e5-a1040fa41df7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:36:28,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:36:28 GMT Server: Apache x-openstack-request-id: req-97a07786-57c3-49ea-9898-771318209c7b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:36:28,173 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-97a07786-57c3-49ea-9898-771318209c7b 2018-08-27 14:36:28,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0867800712585s 2018-08-27 14:36:28,173 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-97a07786-57c3-49ea-9898-771318209c7b 2018-08-27 14:36:28,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:36:28,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:36:28,203 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:36:28 GMT Server: Apache x-openstack-request-id: req-237d127d-baa6-47df-9138-0a4db2caa82b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:36:28,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:36:28 GMT Server: Apache x-openstack-request-id: req-3646ed7b-a8b2-4e6a-bfde-54bd452bc742 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:36:28,246 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3646ed7b-a8b2-4e6a-bfde-54bd452bc742 2018-08-27 14:36:28,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.071702003479s 2018-08-27 14:36:28,246 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3646ed7b-a8b2-4e6a-bfde-54bd452bc742 2018-08-27 14:36:33,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:36:33,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:36:33,284 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:36:33 GMT Server: Apache x-openstack-request-id: req-915f9781-c106-4f59-a1e4-d81ae603c94c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:36:33,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:36:33 GMT Server: Apache x-openstack-request-id: req-bb9a50b9-0dbd-4829-b342-630d7b1ab5cf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:36:33,326 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bb9a50b9-0dbd-4829-b342-630d7b1ab5cf 2018-08-27 14:36:33,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734808444977s 2018-08-27 14:36:33,327 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bb9a50b9-0dbd-4829-b342-630d7b1ab5cf 2018-08-27 14:36:38,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:36:38,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:36:38,360 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:36:38 GMT Server: Apache x-openstack-request-id: req-3b86ccc5-9e01-4999-a887-1408a54a354a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:36:38,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:36:38 GMT Server: Apache x-openstack-request-id: req-319ee376-f3a0-4fc7-bff2-c0487f1e9059 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:36:38,400 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-319ee376-f3a0-4fc7-bff2-c0487f1e9059 2018-08-27 14:36:38,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724849700928s 2018-08-27 14:36:38,401 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-319ee376-f3a0-4fc7-bff2-c0487f1e9059 2018-08-27 14:36:38,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:36:38,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:36:38,431 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:36:38 GMT Server: Apache x-openstack-request-id: req-442a7605-8172-48b3-a1f3-10bfb485e47a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:36:38,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:36:38 GMT Server: Apache x-openstack-request-id: req-baa317f2-7e31-42f6-8542-370c93727bbb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:36:38,473 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-baa317f2-7e31-42f6-8542-370c93727bbb 2018-08-27 14:36:38,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0714259147644s 2018-08-27 14:36:38,473 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-baa317f2-7e31-42f6-8542-370c93727bbb 2018-08-27 14:36:43,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:36:43,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:36:43,510 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:36:43 GMT Server: Apache x-openstack-request-id: req-1804c468-64c4-4ac6-b9c9-f455c3d42ab4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:36:43,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:36:43 GMT Server: Apache x-openstack-request-id: req-04662719-ebc3-4981-a58c-d6d6a85b075c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:36:43,551 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-04662719-ebc3-4981-a58c-d6d6a85b075c 2018-08-27 14:36:43,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716419219971s 2018-08-27 14:36:43,552 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-04662719-ebc3-4981-a58c-d6d6a85b075c 2018-08-27 14:36:48,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:36:48,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:36:48,589 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:36:48 GMT Server: Apache x-openstack-request-id: req-b1c14c0b-629b-44e9-8c3f-a4cbef5ec417 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:36:48,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:36:48 GMT Server: Apache x-openstack-request-id: req-d19f9f4f-b202-42cf-aca7-5c177af0a54b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:36:48,631 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d19f9f4f-b202-42cf-aca7-5c177af0a54b 2018-08-27 14:36:48,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729398727417s 2018-08-27 14:36:48,631 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d19f9f4f-b202-42cf-aca7-5c177af0a54b 2018-08-27 14:36:48,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:36:48,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:36:48,660 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:36:48 GMT Server: Apache x-openstack-request-id: req-a76c4b3a-df69-4ad0-b7ca-62f1f5113c2e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:36:48,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:36:48 GMT Server: Apache x-openstack-request-id: req-bc1b4327-7afc-4754-9e2f-33ccf4731ccb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:36:48,703 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-bc1b4327-7afc-4754-9e2f-33ccf4731ccb 2018-08-27 14:36:48,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0709688663483s 2018-08-27 14:36:48,703 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-bc1b4327-7afc-4754-9e2f-33ccf4731ccb 2018-08-27 14:36:53,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:36:53,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:36:53,741 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:36:53 GMT Server: Apache x-openstack-request-id: req-0a450b49-42d9-47d1-b286-a53bfb4bf346 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:36:53,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:36:53 GMT Server: Apache x-openstack-request-id: req-6a4113c8-cd96-460e-b75f-95307fbf218f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:36:53,783 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6a4113c8-cd96-460e-b75f-95307fbf218f 2018-08-27 14:36:53,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728969573975s 2018-08-27 14:36:53,783 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6a4113c8-cd96-460e-b75f-95307fbf218f 2018-08-27 14:36:58,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:36:58,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:36:58,833 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:36:58 GMT Server: Apache x-openstack-request-id: req-227ae648-0024-4534-b840-b470740f0816 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:36:58,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:36:58 GMT Server: Apache x-openstack-request-id: req-8df2aedc-6b2d-4d06-ae4b-37e76919174b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:36:58,875 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8df2aedc-6b2d-4d06-ae4b-37e76919174b 2018-08-27 14:36:58,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0897929668427s 2018-08-27 14:36:58,876 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8df2aedc-6b2d-4d06-ae4b-37e76919174b 2018-08-27 14:36:58,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:36:58,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:36:59,168 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:36:58 GMT Server: Apache x-openstack-request-id: req-bb31702d-6ecb-4fea-8d02-9034dcbbfc53 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:36:59,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:36:59 GMT Server: Apache x-openstack-request-id: req-ca39db54-163c-438d-ac99-8744d52da51d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:36:59,214 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ca39db54-163c-438d-ac99-8744d52da51d 2018-08-27 14:36:59,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.33788895607s 2018-08-27 14:36:59,214 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ca39db54-163c-438d-ac99-8744d52da51d 2018-08-27 14:37:04,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:37:04,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:37:04,516 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:37:04 GMT Server: Apache x-openstack-request-id: req-f54ccb49-028c-4b55-aec7-f6cca006117e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:37:04,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:37:04 GMT Server: Apache x-openstack-request-id: req-a71c0150-a671-4882-ac7c-77fe6bc2dbb3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:37:04,558 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a71c0150-a671-4882-ac7c-77fe6bc2dbb3 2018-08-27 14:37:04,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.336646795273s 2018-08-27 14:37:04,558 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a71c0150-a671-4882-ac7c-77fe6bc2dbb3 2018-08-27 14:37:09,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:37:09,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:37:09,589 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:37:09 GMT Server: Apache x-openstack-request-id: req-886b45bc-1239-4c64-b5a0-76c2adc167b9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:37:09,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:37:09 GMT Server: Apache x-openstack-request-id: req-1921149a-28be-4605-91db-5ca874dc07b6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:37:09,632 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1921149a-28be-4605-91db-5ca874dc07b6 2018-08-27 14:37:09,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072566986084s 2018-08-27 14:37:09,633 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1921149a-28be-4605-91db-5ca874dc07b6 2018-08-27 14:37:09,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:37:09,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:37:09,663 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:37:09 GMT Server: Apache x-openstack-request-id: req-415f928c-a6c7-4d6e-b2e0-2279f07d0291 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:37:09,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:37:09 GMT Server: Apache x-openstack-request-id: req-ff4ed14b-9eca-4d23-ac57-6c59ff144a06 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:37:09,704 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ff4ed14b-9eca-4d23-ac57-6c59ff144a06 2018-08-27 14:37:09,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0710968971252s 2018-08-27 14:37:09,705 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ff4ed14b-9eca-4d23-ac57-6c59ff144a06 2018-08-27 14:37:14,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:37:14,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:37:14,743 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:37:14 GMT Server: Apache x-openstack-request-id: req-6c5346f5-93dd-494d-9acf-33a90b430325 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:37:14,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:37:14 GMT Server: Apache x-openstack-request-id: req-9bfb6962-7128-4b60-9dd4-3ea5011cfa3b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:37:14,785 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9bfb6962-7128-4b60-9dd4-3ea5011cfa3b 2018-08-27 14:37:14,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724799633026s 2018-08-27 14:37:14,785 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9bfb6962-7128-4b60-9dd4-3ea5011cfa3b 2018-08-27 14:37:19,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:37:19,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:37:19,817 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:37:19 GMT Server: Apache x-openstack-request-id: req-edd0e3e3-316e-4ff8-83d0-12f2e3aac063 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:37:19,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:37:19 GMT Server: Apache x-openstack-request-id: req-bd70983d-5863-43c2-a7b6-980511e916c3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:37:19,859 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bd70983d-5863-43c2-a7b6-980511e916c3 2018-08-27 14:37:19,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072340965271s 2018-08-27 14:37:19,859 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bd70983d-5863-43c2-a7b6-980511e916c3 2018-08-27 14:37:19,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:37:19,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:37:19,890 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:37:19 GMT Server: Apache x-openstack-request-id: req-c6945e71-ebb3-4443-9122-92a80eb155d9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:37:19,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:37:19 GMT Server: Apache x-openstack-request-id: req-3c410999-5123-4469-9481-8fe93952917d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:37:19,933 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3c410999-5123-4469-9481-8fe93952917d 2018-08-27 14:37:19,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0733819007874s 2018-08-27 14:37:19,933 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3c410999-5123-4469-9481-8fe93952917d 2018-08-27 14:37:24,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:37:24,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:37:24,972 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:37:24 GMT Server: Apache x-openstack-request-id: req-336e69aa-35fd-4747-af35-045db5fd9b00 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:37:25,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:37:24 GMT Server: Apache x-openstack-request-id: req-3e6a7c56-46c4-4ddc-8164-59777b1efa6e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:37:25,015 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3e6a7c56-46c4-4ddc-8164-59777b1efa6e 2018-08-27 14:37:25,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743870735168s 2018-08-27 14:37:25,015 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3e6a7c56-46c4-4ddc-8164-59777b1efa6e 2018-08-27 14:37:30,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:37:30,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:37:30,049 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:37:30 GMT Server: Apache x-openstack-request-id: req-d049b088-e3c2-4861-b917-e3128ecff370 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:37:30,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:37:30 GMT Server: Apache x-openstack-request-id: req-5e099c58-7198-4b2b-856b-fee064c09f6f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:37:30,090 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5e099c58-7198-4b2b-856b-fee064c09f6f 2018-08-27 14:37:30,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718262195587s 2018-08-27 14:37:30,091 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5e099c58-7198-4b2b-856b-fee064c09f6f 2018-08-27 14:37:30,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:37:30,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:37:30,120 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:37:30 GMT Server: Apache x-openstack-request-id: req-86abe8e0-2841-40b1-bacd-297a80b8a419 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:37:30,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:37:30 GMT Server: Apache x-openstack-request-id: req-5628422f-4b0c-464c-8819-8fe7884383c2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:37:30,163 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5628422f-4b0c-464c-8819-8fe7884383c2 2018-08-27 14:37:30,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.071986913681s 2018-08-27 14:37:30,164 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5628422f-4b0c-464c-8819-8fe7884383c2 2018-08-27 14:37:35,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:37:35,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:37:35,201 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:37:35 GMT Server: Apache x-openstack-request-id: req-7edb4746-0a51-4334-ad58-92d0b96ee6cb Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:37:35,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:37:35 GMT Server: Apache x-openstack-request-id: req-a79288a8-3f92-405b-8f01-b5f5d9061ba5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:37:35,242 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a79288a8-3f92-405b-8f01-b5f5d9061ba5 2018-08-27 14:37:35,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716860294342s 2018-08-27 14:37:35,243 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a79288a8-3f92-405b-8f01-b5f5d9061ba5 2018-08-27 14:37:40,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:37:40,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:37:40,278 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:37:40 GMT Server: Apache x-openstack-request-id: req-3dc24fe9-a6ca-40f5-870c-4356ac4e3a86 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:37:40,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:37:40 GMT Server: Apache x-openstack-request-id: req-97a15ef0-2a76-4ddf-ac8f-790b9651a23d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:37:40,613 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-97a15ef0-2a76-4ddf-ac8f-790b9651a23d 2018-08-27 14:37:40,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.364202976227s 2018-08-27 14:37:40,613 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-97a15ef0-2a76-4ddf-ac8f-790b9651a23d 2018-08-27 14:37:40,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:37:40,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:37:40,642 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:37:40 GMT Server: Apache x-openstack-request-id: req-97549207-baf2-42b2-8cb1-a236c3be5de2 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:37:40,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:37:40 GMT Server: Apache x-openstack-request-id: req-56310160-69e5-4aa7-91e1-94f2c4576020 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:37:40,683 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-56310160-69e5-4aa7-91e1-94f2c4576020 2018-08-27 14:37:40,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0694041252136s 2018-08-27 14:37:40,683 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-56310160-69e5-4aa7-91e1-94f2c4576020 2018-08-27 14:37:45,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:37:45,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:37:45,719 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:37:45 GMT Server: Apache x-openstack-request-id: req-e27d0d0e-d08d-4ca8-b1fe-1d2065b55f7c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:37:45,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:37:45 GMT Server: Apache x-openstack-request-id: req-ad0d2f70-43e2-424e-ae1a-5326fbe043e9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:37:45,761 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ad0d2f70-43e2-424e-ae1a-5326fbe043e9 2018-08-27 14:37:45,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715777873993s 2018-08-27 14:37:45,762 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ad0d2f70-43e2-424e-ae1a-5326fbe043e9 2018-08-27 14:37:50,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:37:50,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:37:50,797 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:37:50 GMT Server: Apache x-openstack-request-id: req-c4d3c977-b6bd-4ad4-84be-ffca926864cd Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:37:50,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:37:50 GMT Server: Apache x-openstack-request-id: req-7d65e392-d24c-4770-87cb-1c89fb979076 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:37:50,838 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7d65e392-d24c-4770-87cb-1c89fb979076 2018-08-27 14:37:50,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708470344543s 2018-08-27 14:37:50,839 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7d65e392-d24c-4770-87cb-1c89fb979076 2018-08-27 14:37:50,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:37:50,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:37:50,868 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:37:50 GMT Server: Apache x-openstack-request-id: req-b826aad1-b79a-48f0-96ad-fab7fd0866a8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:37:50,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:37:50 GMT Server: Apache x-openstack-request-id: req-fadc2dfc-d05b-46ff-8c4e-8ed46f96883f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:37:50,910 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-fadc2dfc-d05b-46ff-8c4e-8ed46f96883f 2018-08-27 14:37:50,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.071093082428s 2018-08-27 14:37:50,911 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-fadc2dfc-d05b-46ff-8c4e-8ed46f96883f 2018-08-27 14:37:55,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:37:55,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:37:55,948 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:37:55 GMT Server: Apache x-openstack-request-id: req-ecd43552-1c30-4721-9077-24dea35dde33 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:37:55,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:37:55 GMT Server: Apache x-openstack-request-id: req-0edc8cb0-b052-4a03-b326-1d1bd77d9288 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:37:55,990 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0edc8cb0-b052-4a03-b326-1d1bd77d9288 2018-08-27 14:37:55,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726411342621s 2018-08-27 14:37:55,991 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0edc8cb0-b052-4a03-b326-1d1bd77d9288 2018-08-27 14:38:00,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:38:01,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:38:01,026 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:38:01 GMT Server: Apache x-openstack-request-id: req-0d4cf554-fb7e-4216-a848-ffe64d77fd51 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:38:01,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:38:01 GMT Server: Apache x-openstack-request-id: req-5823e511-fa3f-4235-b786-ddc7204f2488 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:38:01,068 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5823e511-fa3f-4235-b786-ddc7204f2488 2018-08-27 14:38:01,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713407993317s 2018-08-27 14:38:01,068 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5823e511-fa3f-4235-b786-ddc7204f2488 2018-08-27 14:38:01,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:38:01,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:38:01,100 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:38:01 GMT Server: Apache x-openstack-request-id: req-c6a36720-70e0-4bfa-a450-7c7d750c7dca Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:38:01,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:38:01 GMT Server: Apache x-openstack-request-id: req-628c1bd3-bb2c-4b33-9717-a855691d1bfd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:38:01,142 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-628c1bd3-bb2c-4b33-9717-a855691d1bfd 2018-08-27 14:38:01,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0734939575195s 2018-08-27 14:38:01,143 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-628c1bd3-bb2c-4b33-9717-a855691d1bfd 2018-08-27 14:38:06,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:38:06,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:38:06,180 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:38:06 GMT Server: Apache x-openstack-request-id: req-05de1318-d712-4217-b2f4-aa058e4284db Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:38:06,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:38:06 GMT Server: Apache x-openstack-request-id: req-e5ca7f52-b84a-43a6-829d-5abacd591d02 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:38:06,222 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e5ca7f52-b84a-43a6-829d-5abacd591d02 2018-08-27 14:38:06,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726590156555s 2018-08-27 14:38:06,223 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e5ca7f52-b84a-43a6-829d-5abacd591d02 2018-08-27 14:38:11,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:38:11,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:38:11,259 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:38:11 GMT Server: Apache x-openstack-request-id: req-87d1c863-0bd0-4532-a13b-d9b24a809a25 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:38:11,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:38:11 GMT Server: Apache x-openstack-request-id: req-8ec5f7eb-62d7-4b68-9307-31c797293557 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:38:11,300 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8ec5f7eb-62d7-4b68-9307-31c797293557 2018-08-27 14:38:11,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718929767609s 2018-08-27 14:38:11,301 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8ec5f7eb-62d7-4b68-9307-31c797293557 2018-08-27 14:38:11,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:38:11,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:38:11,331 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:38:11 GMT Server: Apache x-openstack-request-id: req-3dd6d90e-9833-4d57-b076-ff36b815ac42 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:38:11,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:38:11 GMT Server: Apache x-openstack-request-id: req-382dad21-bdd1-465d-a24a-19089d12d0f9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:38:11,376 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-382dad21-bdd1-465d-a24a-19089d12d0f9 2018-08-27 14:38:11,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0747020244598s 2018-08-27 14:38:11,376 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-382dad21-bdd1-465d-a24a-19089d12d0f9 2018-08-27 14:38:16,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:38:16,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:38:16,561 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:38:16 GMT Server: Apache x-openstack-request-id: req-752a7f2e-0eee-463c-b073-59aa610d23bb Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:38:16,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:38:16 GMT Server: Apache x-openstack-request-id: req-b784f7a5-f4fb-4414-a3df-d05b412686d9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:38:16,603 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b784f7a5-f4fb-4414-a3df-d05b412686d9 2018-08-27 14:38:16,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.220899820328s 2018-08-27 14:38:16,604 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b784f7a5-f4fb-4414-a3df-d05b412686d9 2018-08-27 14:38:21,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:38:21,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:38:21,639 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:38:21 GMT Server: Apache x-openstack-request-id: req-aac9a545-ccdd-4993-8e4f-5de5e67bbf3d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:38:21,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:38:21 GMT Server: Apache x-openstack-request-id: req-9c4d9be6-ca1d-4785-8e5f-0bf0d7458c7b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:38:21,680 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9c4d9be6-ca1d-4785-8e5f-0bf0d7458c7b 2018-08-27 14:38:21,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0704619884491s 2018-08-27 14:38:21,681 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9c4d9be6-ca1d-4785-8e5f-0bf0d7458c7b 2018-08-27 14:38:21,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:38:21,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:38:21,710 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:38:21 GMT Server: Apache x-openstack-request-id: req-5d58f7e9-d84a-4589-a739-78c94856c371 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:38:21,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:38:21 GMT Server: Apache x-openstack-request-id: req-a39984d5-ba12-4157-875f-b4e61b6f978f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:38:21,753 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a39984d5-ba12-4157-875f-b4e61b6f978f 2018-08-27 14:38:21,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0716259479523s 2018-08-27 14:38:21,753 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a39984d5-ba12-4157-875f-b4e61b6f978f 2018-08-27 14:38:26,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:38:26,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:38:26,790 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:38:26 GMT Server: Apache x-openstack-request-id: req-8ec38ca0-8649-4602-ad49-5c6345ad7881 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:38:26,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:38:26 GMT Server: Apache x-openstack-request-id: req-b4cc105d-856b-4b5d-a297-4e382fcafcfe Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:38:26,832 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b4cc105d-856b-4b5d-a297-4e382fcafcfe 2018-08-27 14:38:26,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718388557434s 2018-08-27 14:38:26,832 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b4cc105d-856b-4b5d-a297-4e382fcafcfe 2018-08-27 14:38:31,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:38:31,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:38:31,890 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:38:31 GMT Server: Apache x-openstack-request-id: req-7cc3b626-eb0f-435f-bc4d-95e65d1358a4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:38:31,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:38:31 GMT Server: Apache x-openstack-request-id: req-2a2de0de-1e39-439b-ba9f-e28265d7a8ad Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:38:31,932 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2a2de0de-1e39-439b-ba9f-e28265d7a8ad 2018-08-27 14:38:31,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.09410405159s 2018-08-27 14:38:31,933 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2a2de0de-1e39-439b-ba9f-e28265d7a8ad 2018-08-27 14:38:31,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:38:31,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:38:31,963 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:38:31 GMT Server: Apache x-openstack-request-id: req-64811901-0ebc-4f78-8c78-6c8fa9e80760 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:38:32,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:38:31 GMT Server: Apache x-openstack-request-id: req-430e20f7-d2b6-4769-96f4-28a9c60498f0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:38:32,006 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-430e20f7-d2b6-4769-96f4-28a9c60498f0 2018-08-27 14:38:32,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0727379322052s 2018-08-27 14:38:32,006 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-430e20f7-d2b6-4769-96f4-28a9c60498f0 2018-08-27 14:38:37,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:38:37,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:38:37,043 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:38:37 GMT Server: Apache x-openstack-request-id: req-2ba88d8d-c50d-46dc-bd6c-354f3388ddd7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:38:37,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:38:37 GMT Server: Apache x-openstack-request-id: req-738a3260-4681-4894-b4f0-cea48301842d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:38:37,087 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-738a3260-4681-4894-b4f0-cea48301842d 2018-08-27 14:38:37,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737030506134s 2018-08-27 14:38:37,087 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-738a3260-4681-4894-b4f0-cea48301842d 2018-08-27 14:38:42,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:38:42,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:38:42,123 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:38:42 GMT Server: Apache x-openstack-request-id: req-767c70b7-1c89-47c7-a4ed-faffce8fb2a1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:38:42,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:38:42 GMT Server: Apache x-openstack-request-id: req-433b84e5-571b-414c-8c63-dbced6320066 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:38:42,165 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-433b84e5-571b-414c-8c63-dbced6320066 2018-08-27 14:38:42,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719630718231s 2018-08-27 14:38:42,165 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-433b84e5-571b-414c-8c63-dbced6320066 2018-08-27 14:38:42,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:38:42,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:38:42,194 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:38:42 GMT Server: Apache x-openstack-request-id: req-b5c7f32f-71d5-4107-8ee6-b8c3afe04bb9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:38:42,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:38:42 GMT Server: Apache x-openstack-request-id: req-828c5e61-d726-4dd8-8748-fcffc517d196 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:38:42,237 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-828c5e61-d726-4dd8-8748-fcffc517d196 2018-08-27 14:38:42,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0716950893402s 2018-08-27 14:38:42,238 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-828c5e61-d726-4dd8-8748-fcffc517d196 2018-08-27 14:38:47,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:38:47,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:38:47,275 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:38:47 GMT Server: Apache x-openstack-request-id: req-cf54a932-095b-4ffe-9da5-7444ccca65a7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:38:47,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:38:47 GMT Server: Apache x-openstack-request-id: req-89e38414-7101-4eb4-949e-a2275e40fd5b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:38:47,317 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-89e38414-7101-4eb4-949e-a2275e40fd5b 2018-08-27 14:38:47,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725359916687s 2018-08-27 14:38:47,318 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-89e38414-7101-4eb4-949e-a2275e40fd5b 2018-08-27 14:38:52,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:38:52,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:38:52,353 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:38:52 GMT Server: Apache x-openstack-request-id: req-4ca8397d-537e-47b8-b555-4d64008e37b0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:38:52,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:38:52 GMT Server: Apache x-openstack-request-id: req-4a6a6aa9-eb6d-4319-aeae-9c899db184c7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:38:52,396 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4a6a6aa9-eb6d-4319-aeae-9c899db184c7 2018-08-27 14:38:52,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723638534546s 2018-08-27 14:38:52,397 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4a6a6aa9-eb6d-4319-aeae-9c899db184c7 2018-08-27 14:38:52,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:38:52,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:38:52,426 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:38:52 GMT Server: Apache x-openstack-request-id: req-60198012-318c-44e5-a021-4645e855cd1b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:38:52,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:38:52 GMT Server: Apache x-openstack-request-id: req-45f58d66-39f1-4358-a03b-826b52fb13f1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:38:52,469 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-45f58d66-39f1-4358-a03b-826b52fb13f1 2018-08-27 14:38:52,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0715880393982s 2018-08-27 14:38:52,469 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-45f58d66-39f1-4358-a03b-826b52fb13f1 2018-08-27 14:38:57,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:38:57,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:38:57,523 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:38:57 GMT Server: Apache x-openstack-request-id: req-c3e90a11-87c8-43b3-91dc-6656a850167d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:38:57,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:38:57 GMT Server: Apache x-openstack-request-id: req-9fa3a30c-6799-438f-9ebf-52418c8ea5ff Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:38:57,565 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9fa3a30c-6799-438f-9ebf-52418c8ea5ff 2018-08-27 14:38:57,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0893290042877s 2018-08-27 14:38:57,566 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9fa3a30c-6799-438f-9ebf-52418c8ea5ff 2018-08-27 14:39:02,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:39:02,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:39:02,601 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:39:02 GMT Server: Apache x-openstack-request-id: req-408f7eeb-45e8-4fb1-ab0f-559b783285d3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:39:02,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:39:02 GMT Server: Apache x-openstack-request-id: req-ad50ac58-534b-43eb-80e6-bd184540769b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:39:02,644 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ad50ac58-534b-43eb-80e6-bd184540769b 2018-08-27 14:39:02,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721249580383s 2018-08-27 14:39:02,644 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ad50ac58-534b-43eb-80e6-bd184540769b 2018-08-27 14:39:02,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:39:02,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:39:02,935 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:39:02 GMT Server: Apache x-openstack-request-id: req-d2c23469-3388-4889-979b-701c470d3eb3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:39:02,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:39:02 GMT Server: Apache x-openstack-request-id: req-01f5a52a-efec-4a93-b129-7984325f0d54 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:39:02,982 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-01f5a52a-efec-4a93-b129-7984325f0d54 2018-08-27 14:39:02,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.337374925613s 2018-08-27 14:39:02,982 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-01f5a52a-efec-4a93-b129-7984325f0d54 2018-08-27 14:39:07,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:39:07,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:39:08,272 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:39:07 GMT Server: Apache x-openstack-request-id: req-b5c4b028-597c-47b7-8d4a-061dab4dd9a0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:39:08,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:39:08 GMT Server: Apache x-openstack-request-id: req-5a1a273d-cdee-4882-88d0-ab2f2b7f9555 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:39:08,315 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5a1a273d-cdee-4882-88d0-ab2f2b7f9555 2018-08-27 14:39:08,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.329698085785s 2018-08-27 14:39:08,315 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5a1a273d-cdee-4882-88d0-ab2f2b7f9555 2018-08-27 14:39:13,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:39:13,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:39:13,354 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:39:13 GMT Server: Apache x-openstack-request-id: req-f37b3a7b-e881-44dc-b866-2e00b520690f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:39:13,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:39:13 GMT Server: Apache x-openstack-request-id: req-7495ace4-40ea-45f8-b889-277a179774ec Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:39:13,395 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7495ace4-40ea-45f8-b889-277a179774ec 2018-08-27 14:39:13,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741670131683s 2018-08-27 14:39:13,396 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7495ace4-40ea-45f8-b889-277a179774ec 2018-08-27 14:39:13,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:39:13,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:39:13,426 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:39:13 GMT Server: Apache x-openstack-request-id: req-6b611c41-91d6-4cfb-8b66-a3f65bbe0507 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:39:13,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:39:13 GMT Server: Apache x-openstack-request-id: req-dc3d741c-a146-4737-8e81-d808804a518b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:39:13,730 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-dc3d741c-a146-4737-8e81-d808804a518b 2018-08-27 14:39:13,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.333233118057s 2018-08-27 14:39:13,730 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-dc3d741c-a146-4737-8e81-d808804a518b 2018-08-27 14:39:18,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:39:18,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:39:18,781 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:39:18 GMT Server: Apache x-openstack-request-id: req-f0b70650-8228-4427-9e77-f8f787f1310c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:39:18,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:39:18 GMT Server: Apache x-openstack-request-id: req-eb380518-77f2-447d-8b34-910115026d82 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:39:18,823 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-eb380518-77f2-447d-8b34-910115026d82 2018-08-27 14:39:18,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0861759185791s 2018-08-27 14:39:18,823 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-eb380518-77f2-447d-8b34-910115026d82 2018-08-27 14:39:23,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:39:23,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:39:23,854 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:39:23 GMT Server: Apache x-openstack-request-id: req-27c36463-b0ca-4106-b6a9-18c00456d5c8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:39:23,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:39:23 GMT Server: Apache x-openstack-request-id: req-aa0c59f9-e823-48b1-952c-2dc5b3ba191c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:39:23,896 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-aa0c59f9-e823-48b1-952c-2dc5b3ba191c 2018-08-27 14:39:23,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071496963501s 2018-08-27 14:39:23,896 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-aa0c59f9-e823-48b1-952c-2dc5b3ba191c 2018-08-27 14:39:23,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:39:23,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:39:24,178 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:39:23 GMT Server: Apache x-openstack-request-id: req-9ff6f9b0-c115-4790-8248-fd5f86d8a79a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:39:24,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:39:24 GMT Server: Apache x-openstack-request-id: req-6beab6d4-321a-4d9b-8482-8c2697e5b931 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:39:24,222 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6beab6d4-321a-4d9b-8482-8c2697e5b931 2018-08-27 14:39:24,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.325235128403s 2018-08-27 14:39:24,222 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6beab6d4-321a-4d9b-8482-8c2697e5b931 2018-08-27 14:39:29,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:39:29,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:39:29,533 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:39:29 GMT Server: Apache x-openstack-request-id: req-db5f91d8-b311-4318-b52a-70bad2281551 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:39:29,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:39:29 GMT Server: Apache x-openstack-request-id: req-461325b3-c14e-4bdd-bede-731486178f14 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:39:29,574 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-461325b3-c14e-4bdd-bede-731486178f14 2018-08-27 14:39:29,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.344870090485s 2018-08-27 14:39:29,574 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-461325b3-c14e-4bdd-bede-731486178f14 2018-08-27 14:39:34,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:39:34,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:39:34,610 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:39:34 GMT Server: Apache x-openstack-request-id: req-f3da3fd0-5ecb-4644-9355-90a1189cab8a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:39:34,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:39:34 GMT Server: Apache x-openstack-request-id: req-8286ce8d-9b9b-48ca-8a28-8824533f98dc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:39:34,652 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8286ce8d-9b9b-48ca-8a28-8824533f98dc 2018-08-27 14:39:34,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716950893402s 2018-08-27 14:39:34,652 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8286ce8d-9b9b-48ca-8a28-8824533f98dc 2018-08-27 14:39:34,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:39:34,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:39:34,681 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:39:34 GMT Server: Apache x-openstack-request-id: req-c667b909-8f15-435a-9114-2ddbe5a597d5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:39:34,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:39:34 GMT Server: Apache x-openstack-request-id: req-27969b82-a619-4ea9-a535-10333cc1a45c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:39:34,723 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-27969b82-a619-4ea9-a535-10333cc1a45c 2018-08-27 14:39:34,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0701417922974s 2018-08-27 14:39:34,723 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-27969b82-a619-4ea9-a535-10333cc1a45c 2018-08-27 14:39:39,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:39:39,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:39:40,038 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:39:39 GMT Server: Apache x-openstack-request-id: req-fa1b9ebf-005c-4769-ac4f-17ef7c4d764e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:39:40,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:39:40 GMT Server: Apache x-openstack-request-id: req-63967242-51ac-48fc-9875-1ec0977cb696 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:39:40,079 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-63967242-51ac-48fc-9875-1ec0977cb696 2018-08-27 14:39:40,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.349808931351s 2018-08-27 14:39:40,080 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-63967242-51ac-48fc-9875-1ec0977cb696 2018-08-27 14:39:45,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:39:45,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:39:45,116 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:39:45 GMT Server: Apache x-openstack-request-id: req-8a777d85-3358-413d-bccb-7f3a9ac2c2a0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:39:45,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:39:45 GMT Server: Apache x-openstack-request-id: req-1ddf345f-9193-4122-98ff-f0f8b2337ef9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:39:45,158 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1ddf345f-9193-4122-98ff-f0f8b2337ef9 2018-08-27 14:39:45,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723788738251s 2018-08-27 14:39:45,158 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1ddf345f-9193-4122-98ff-f0f8b2337ef9 2018-08-27 14:39:45,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:39:45,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:39:45,188 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:39:45 GMT Server: Apache x-openstack-request-id: req-9941d3ea-1bbc-4d18-a324-6e3f10f3127d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:39:45,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:39:45 GMT Server: Apache x-openstack-request-id: req-b246b7fc-4de4-4b60-ab40-36173e323be2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:39:45,230 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b246b7fc-4de4-4b60-ab40-36173e323be2 2018-08-27 14:39:45,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0715639591217s 2018-08-27 14:39:45,231 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b246b7fc-4de4-4b60-ab40-36173e323be2 2018-08-27 14:39:50,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:39:50,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:39:50,632 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:39:50 GMT Server: Apache x-openstack-request-id: req-88c18ce3-4116-4f74-87b2-546229477436 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:39:50,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:39:50 GMT Server: Apache x-openstack-request-id: req-31d23cd9-c8c0-4ea4-af20-bf74a871f70c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:39:50,674 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-31d23cd9-c8c0-4ea4-af20-bf74a871f70c 2018-08-27 14:39:50,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.436914920807s 2018-08-27 14:39:50,674 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-31d23cd9-c8c0-4ea4-af20-bf74a871f70c 2018-08-27 14:39:55,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:39:55,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:39:55,713 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:39:55 GMT Server: Apache x-openstack-request-id: req-cef8684c-999c-43bc-912b-5c47f10b1543 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:39:56,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:39:55 GMT Server: Apache x-openstack-request-id: req-b6889dcf-c2f9-43c9-949f-806c9f7e718f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:39:56,029 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b6889dcf-c2f9-43c9-949f-806c9f7e718f 2018-08-27 14:39:56,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.348218917847s 2018-08-27 14:39:56,029 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b6889dcf-c2f9-43c9-949f-806c9f7e718f 2018-08-27 14:39:56,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:39:56,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:39:56,341 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:39:56 GMT Server: Apache x-openstack-request-id: req-b02292e3-3121-40a9-ac2a-c47dd36f91c5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:39:56,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:39:56 GMT Server: Apache x-openstack-request-id: req-61c34b95-f9e6-4122-80d8-db2f5d6bfab8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:39:56,384 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-61c34b95-f9e6-4122-80d8-db2f5d6bfab8 2018-08-27 14:39:56,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.354358911514s 2018-08-27 14:39:56,384 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-61c34b95-f9e6-4122-80d8-db2f5d6bfab8 2018-08-27 14:40:01,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:40:01,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:40:01,422 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:40:01 GMT Server: Apache x-openstack-request-id: req-4bfb117f-1d7b-417d-b6bf-1d6324a2b537 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:40:01,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:40:01 GMT Server: Apache x-openstack-request-id: req-e06d0e32-c326-41b8-8f0b-ddb84c3d7da2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:40:01,739 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e06d0e32-c326-41b8-8f0b-ddb84c3d7da2 2018-08-27 14:40:01,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.347587108612s 2018-08-27 14:40:01,739 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e06d0e32-c326-41b8-8f0b-ddb84c3d7da2 2018-08-27 14:40:06,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:40:06,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:40:07,025 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:40:06 GMT Server: Apache x-openstack-request-id: req-1393fb31-de1e-4e9e-b40c-4f49fee25e6b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:40:07,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:40:07 GMT Server: Apache x-openstack-request-id: req-c9b05de2-bd23-472f-867e-e9ffacfd5b6a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:40:07,067 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c9b05de2-bd23-472f-867e-e9ffacfd5b6a 2018-08-27 14:40:07,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.322446107864s 2018-08-27 14:40:07,068 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c9b05de2-bd23-472f-867e-e9ffacfd5b6a 2018-08-27 14:40:07,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:40:07,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:40:07,098 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:40:07 GMT Server: Apache x-openstack-request-id: req-33207da7-56ea-4017-9f46-e16da3acb22b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:40:07,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:40:07 GMT Server: Apache x-openstack-request-id: req-ee962d0d-6d28-4c1a-a1ae-e04fb80f96e3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:40:07,141 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ee962d0d-6d28-4c1a-a1ae-e04fb80f96e3 2018-08-27 14:40:07,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0729231834412s 2018-08-27 14:40:07,142 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ee962d0d-6d28-4c1a-a1ae-e04fb80f96e3 2018-08-27 14:40:12,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:40:12,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:40:12,178 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:40:12 GMT Server: Apache x-openstack-request-id: req-81fa10f5-6fb7-4e6b-9328-b4562d48cd25 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:40:12,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:40:12 GMT Server: Apache x-openstack-request-id: req-1b0751bd-5c2b-48db-a2d8-a9067b80a990 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:40:12,220 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1b0751bd-5c2b-48db-a2d8-a9067b80a990 2018-08-27 14:40:12,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716080665588s 2018-08-27 14:40:12,220 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1b0751bd-5c2b-48db-a2d8-a9067b80a990 2018-08-27 14:40:17,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:40:17,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:40:17,256 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:40:17 GMT Server: Apache x-openstack-request-id: req-5e691421-54ac-48d0-b3a6-75aad9e821f3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:40:17,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:40:17 GMT Server: Apache x-openstack-request-id: req-a2786981-6700-4585-88e2-ea46dfaa9e50 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:40:17,297 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a2786981-6700-4585-88e2-ea46dfaa9e50 2018-08-27 14:40:17,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0709819793701s 2018-08-27 14:40:17,297 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a2786981-6700-4585-88e2-ea46dfaa9e50 2018-08-27 14:40:17,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:40:17,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:40:17,326 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:40:17 GMT Server: Apache x-openstack-request-id: req-f96ad358-5894-476b-b7ab-7a2dd40f95e6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:40:17,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:40:17 GMT Server: Apache x-openstack-request-id: req-5b6b1fa2-141a-4206-83c5-bfcfb70a1c4b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:40:17,639 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5b6b1fa2-141a-4206-83c5-bfcfb70a1c4b 2018-08-27 14:40:17,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.341351032257s 2018-08-27 14:40:17,640 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5b6b1fa2-141a-4206-83c5-bfcfb70a1c4b 2018-08-27 14:40:22,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:40:22,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:40:22,938 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:40:22 GMT Server: Apache x-openstack-request-id: req-9f140091-03e2-4042-b155-ddf1ed2b9bd6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:40:23,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:40:22 GMT Server: Apache x-openstack-request-id: req-4aa41135-8333-4fd6-be5f-a4ace6090925 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:40:23,243 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4aa41135-8333-4fd6-be5f-a4ace6090925 2018-08-27 14:40:23,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.597205877304s 2018-08-27 14:40:23,244 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4aa41135-8333-4fd6-be5f-a4ace6090925 2018-08-27 14:40:28,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:40:28,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:40:28,280 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:40:28 GMT Server: Apache x-openstack-request-id: req-cda1504d-b544-43d9-b7b6-cbd3e70926d8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:40:28,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:40:28 GMT Server: Apache x-openstack-request-id: req-f453ae3f-7bfa-4181-bedb-05f8ec779cab Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:40:28,322 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f453ae3f-7bfa-4181-bedb-05f8ec779cab 2018-08-27 14:40:28,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723819732666s 2018-08-27 14:40:28,322 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f453ae3f-7bfa-4181-bedb-05f8ec779cab 2018-08-27 14:40:28,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:40:28,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:40:28,352 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:40:28 GMT Server: Apache x-openstack-request-id: req-df266e02-e38e-4bd9-a358-0251985925b2 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:40:28,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:40:28 GMT Server: Apache x-openstack-request-id: req-9da8e839-7984-46f7-bb45-ccf2f680b5e8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:40:28,658 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-9da8e839-7984-46f7-bb45-ccf2f680b5e8 2018-08-27 14:40:28,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.334702014923s 2018-08-27 14:40:28,658 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-9da8e839-7984-46f7-bb45-ccf2f680b5e8 2018-08-27 14:40:33,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:40:33,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:40:33,695 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:40:33 GMT Server: Apache x-openstack-request-id: req-77dcec8c-a653-4e62-97f5-bb1854f6bc67 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:40:33,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:40:33 GMT Server: Apache x-openstack-request-id: req-32173ac3-e545-4c9c-96c3-9ce85541bcd5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:40:33,737 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-32173ac3-e545-4c9c-96c3-9ce85541bcd5 2018-08-27 14:40:33,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723397731781s 2018-08-27 14:40:33,737 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-32173ac3-e545-4c9c-96c3-9ce85541bcd5 2018-08-27 14:40:38,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:40:38,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:40:38,773 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:40:38 GMT Server: Apache x-openstack-request-id: req-26b52fe6-21c7-48c1-99b9-a2fa2e288ab2 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:40:38,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:40:38 GMT Server: Apache x-openstack-request-id: req-340b47f4-ee4e-48eb-9d17-7600a1291d41 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:40:38,815 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-340b47f4-ee4e-48eb-9d17-7600a1291d41 2018-08-27 14:40:38,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719709396362s 2018-08-27 14:40:38,816 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-340b47f4-ee4e-48eb-9d17-7600a1291d41 2018-08-27 14:40:38,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:40:38,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:40:38,846 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:40:38 GMT Server: Apache x-openstack-request-id: req-edb582e2-0101-42d8-b64a-736cbe5777a1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:40:39,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:40:38 GMT Server: Apache x-openstack-request-id: req-12b6150e-a101-4f8f-81ca-aec5153728c3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:40:39,166 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-12b6150e-a101-4f8f-81ca-aec5153728c3 2018-08-27 14:40:39,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.349838018417s 2018-08-27 14:40:39,166 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-12b6150e-a101-4f8f-81ca-aec5153728c3 2018-08-27 14:40:44,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:40:44,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:40:44,202 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:40:44 GMT Server: Apache x-openstack-request-id: req-8d169541-db2f-4e1a-850e-67b47827c2b9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:40:44,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:40:44 GMT Server: Apache x-openstack-request-id: req-bb120eee-e3dd-48f8-8e44-a27d7d135f51 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:40:44,521 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bb120eee-e3dd-48f8-8e44-a27d7d135f51 2018-08-27 14:40:44,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.348577022552s 2018-08-27 14:40:44,521 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bb120eee-e3dd-48f8-8e44-a27d7d135f51 2018-08-27 14:40:49,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:40:49,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:40:49,557 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:40:49 GMT Server: Apache x-openstack-request-id: req-d0cf5ac5-8e4f-4d66-8a3a-9c5b0d38406f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:40:49,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:40:49 GMT Server: Apache x-openstack-request-id: req-c3f877da-42dc-4348-8c20-26972bcb3116 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:40:49,600 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c3f877da-42dc-4348-8c20-26972bcb3116 2018-08-27 14:40:49,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722789764404s 2018-08-27 14:40:49,600 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c3f877da-42dc-4348-8c20-26972bcb3116 2018-08-27 14:40:49,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:40:49,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:40:49,629 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:40:49 GMT Server: Apache x-openstack-request-id: req-5382d426-7c1d-4848-96ba-1f9878e30278 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:40:49,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:40:49 GMT Server: Apache x-openstack-request-id: req-d113044b-b018-4405-a6ad-dff7da668e11 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:40:49,672 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d113044b-b018-4405-a6ad-dff7da668e11 2018-08-27 14:40:49,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0713248252869s 2018-08-27 14:40:49,672 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d113044b-b018-4405-a6ad-dff7da668e11 2018-08-27 14:40:54,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:40:54,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:40:54,710 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:40:54 GMT Server: Apache x-openstack-request-id: req-b89839a7-9bd2-4cbc-9f07-c1246fe2d7de Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:40:54,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:40:54 GMT Server: Apache x-openstack-request-id: req-7945e22b-3192-400a-9941-b255782630d1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:40:54,753 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7945e22b-3192-400a-9941-b255782630d1 2018-08-27 14:40:54,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734231472015s 2018-08-27 14:40:54,753 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7945e22b-3192-400a-9941-b255782630d1 2018-08-27 14:40:59,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:40:59,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:41:00,039 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:40:59 GMT Server: Apache x-openstack-request-id: req-33810986-f85b-4339-8a99-5b66362bc5e9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:41:00,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:41:00 GMT Server: Apache x-openstack-request-id: req-94540b22-d043-42a3-b025-2e0a717c5c09 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:41:00,356 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-94540b22-d043-42a3-b025-2e0a717c5c09 2018-08-27 14:41:00,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.601561069489s 2018-08-27 14:41:00,357 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-94540b22-d043-42a3-b025-2e0a717c5c09 2018-08-27 14:41:00,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:41:00,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:41:00,664 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:41:00 GMT Server: Apache x-openstack-request-id: req-7f74510f-e9e2-4244-b1fb-cbf5a2d15051 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:41:00,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:41:00 GMT Server: Apache x-openstack-request-id: req-42a0ff13-d8b5-4c1a-84a6-b26418d4d298 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:41:00,976 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-42a0ff13-d8b5-4c1a-84a6-b26418d4d298 2018-08-27 14:41:00,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.618890047073s 2018-08-27 14:41:00,977 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-42a0ff13-d8b5-4c1a-84a6-b26418d4d298 2018-08-27 14:41:05,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:41:05,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:41:06,012 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:41:05 GMT Server: Apache x-openstack-request-id: req-cde96590-37df-435a-93e3-27595fc2c88b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:41:06,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:41:05 GMT Server: Apache x-openstack-request-id: req-33677742-165c-4b99-bfad-1fc8236fab95 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:41:06,053 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-33677742-165c-4b99-bfad-1fc8236fab95 2018-08-27 14:41:06,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.070592880249s 2018-08-27 14:41:06,054 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-33677742-165c-4b99-bfad-1fc8236fab95 2018-08-27 14:41:11,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:41:11,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:41:11,420 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:41:11 GMT Server: Apache x-openstack-request-id: req-04ab912e-387c-4dc8-a9c8-6160dbb500bd Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:41:11,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:41:11 GMT Server: Apache x-openstack-request-id: req-4f0cd93f-d912-4f22-bbe5-d336f3b06116 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:41:11,747 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4f0cd93f-d912-4f22-bbe5-d336f3b06116 2018-08-27 14:41:11,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.687638044357s 2018-08-27 14:41:11,748 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4f0cd93f-d912-4f22-bbe5-d336f3b06116 2018-08-27 14:41:11,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:41:11,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:41:11,777 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:41:11 GMT Server: Apache x-openstack-request-id: req-446c86a2-36fb-4bfe-b83d-119ac8617c26 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:41:12,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:41:11 GMT Server: Apache x-openstack-request-id: req-3b626893-1822-4856-b933-8a975d798938 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:41:12,080 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3b626893-1822-4856-b933-8a975d798938 2018-08-27 14:41:12,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.331955909729s 2018-08-27 14:41:12,081 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3b626893-1822-4856-b933-8a975d798938 2018-08-27 14:41:17,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:41:17,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:41:17,390 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:41:17 GMT Server: Apache x-openstack-request-id: req-8d413b9e-067f-4266-8529-c563e8ce1ad6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:41:17,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:41:17 GMT Server: Apache x-openstack-request-id: req-f90ed53e-e4d2-47d4-8cfc-b0859d07740b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:41:17,433 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f90ed53e-e4d2-47d4-8cfc-b0859d07740b 2018-08-27 14:41:17,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.345880031586s 2018-08-27 14:41:17,433 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f90ed53e-e4d2-47d4-8cfc-b0859d07740b 2018-08-27 14:41:22,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:41:22,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:41:22,718 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:41:22 GMT Server: Apache x-openstack-request-id: req-01dc4736-eab4-4f26-ad49-ffbe087a5716 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:41:22,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:41:22 GMT Server: Apache x-openstack-request-id: req-c68d81aa-f841-420d-a19d-213d26826a9a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:41:22,762 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c68d81aa-f841-420d-a19d-213d26826a9a 2018-08-27 14:41:22,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.326275110245s 2018-08-27 14:41:22,762 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c68d81aa-f841-420d-a19d-213d26826a9a 2018-08-27 14:41:22,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:41:22,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:41:22,792 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:41:22 GMT Server: Apache x-openstack-request-id: req-62ef8537-641e-4892-b7ca-a96d0a319c08 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:41:22,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:41:22 GMT Server: Apache x-openstack-request-id: req-99dc7100-9c8c-44d5-b4b5-5e8fc83d240e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:41:22,818 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-99dc7100-9c8c-44d5-b4b5-5e8fc83d240e 2018-08-27 14:41:22,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0551609992981s 2018-08-27 14:41:22,818 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-99dc7100-9c8c-44d5-b4b5-5e8fc83d240e 2018-08-27 14:41:27,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:41:27,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:41:27,854 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:41:27 GMT Server: Apache x-openstack-request-id: req-6498dcab-b91a-48c9-87e1-3dfcda25d01c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:41:27,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:41:27 GMT Server: Apache x-openstack-request-id: req-e3cacca7-e0b7-445e-afc1-2356926fd117 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:41:27,898 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e3cacca7-e0b7-445e-afc1-2356926fd117 2018-08-27 14:41:27,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727150440216s 2018-08-27 14:41:27,898 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e3cacca7-e0b7-445e-afc1-2356926fd117 2018-08-27 14:41:32,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:41:32,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:41:33,190 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:41:32 GMT Server: Apache x-openstack-request-id: req-f539497d-3b4a-46f9-b34e-a2484e27fa39 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:41:33,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:41:33 GMT Server: Apache x-openstack-request-id: req-a960f126-f15c-478e-9b91-5d467f975bcc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:41:33,231 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a960f126-f15c-478e-9b91-5d467f975bcc 2018-08-27 14:41:33,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.331036090851s 2018-08-27 14:41:33,232 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a960f126-f15c-478e-9b91-5d467f975bcc 2018-08-27 14:41:33,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:41:33,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:41:33,261 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:41:33 GMT Server: Apache x-openstack-request-id: req-8f23369d-2764-4ec7-a6f1-e292776c01fc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:41:33,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:41:33 GMT Server: Apache x-openstack-request-id: req-15c72858-c120-47f9-84f6-163fbe01360e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:41:33,303 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-15c72858-c120-47f9-84f6-163fbe01360e 2018-08-27 14:41:33,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0713679790497s 2018-08-27 14:41:33,304 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-15c72858-c120-47f9-84f6-163fbe01360e 2018-08-27 14:41:38,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:41:38,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:41:38,340 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:41:38 GMT Server: Apache x-openstack-request-id: req-267a072b-a015-4b50-a369-660f94350a18 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:41:38,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:41:38 GMT Server: Apache x-openstack-request-id: req-908684df-5681-40d7-8c53-d7c20e410531 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:41:38,382 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-908684df-5681-40d7-8c53-d7c20e410531 2018-08-27 14:41:38,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718929767609s 2018-08-27 14:41:38,383 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-908684df-5681-40d7-8c53-d7c20e410531 2018-08-27 14:41:43,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:41:43,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:41:43,419 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:41:43 GMT Server: Apache x-openstack-request-id: req-c9bc974d-5127-4619-b81a-b4feb6272eac Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:41:43,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:41:43 GMT Server: Apache x-openstack-request-id: req-f4ae60a2-ffd7-4a75-9a45-0ff821e9b552 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:41:43,461 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f4ae60a2-ffd7-4a75-9a45-0ff821e9b552 2018-08-27 14:41:43,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722548961639s 2018-08-27 14:41:43,461 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f4ae60a2-ffd7-4a75-9a45-0ff821e9b552 2018-08-27 14:41:43,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:41:43,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:41:43,491 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:41:43 GMT Server: Apache x-openstack-request-id: req-b42d7646-76ea-43ba-9887-e3c9d31e84d0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:41:43,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:41:43 GMT Server: Apache x-openstack-request-id: req-286afb6d-8a18-4716-8da7-153aee76d537 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:41:43,534 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-286afb6d-8a18-4716-8da7-153aee76d537 2018-08-27 14:41:43,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0718331336975s 2018-08-27 14:41:43,534 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-286afb6d-8a18-4716-8da7-153aee76d537 2018-08-27 14:41:48,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:41:48,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:41:48,565 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:41:48 GMT Server: Apache x-openstack-request-id: req-39b48cee-5223-4a09-b9b8-30d9c3ef0d26 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:41:48,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:41:48 GMT Server: Apache x-openstack-request-id: req-857bc459-4eed-4b5f-b71e-2287570af25d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:41:48,915 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-857bc459-4eed-4b5f-b71e-2287570af25d 2018-08-27 14:41:48,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.378509998322s 2018-08-27 14:41:48,915 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-857bc459-4eed-4b5f-b71e-2287570af25d 2018-08-27 14:41:53,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:41:53,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:41:53,946 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:41:53 GMT Server: Apache x-openstack-request-id: req-5ac0798c-47b6-4b36-a3a1-20b3f6cc07f8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:41:53,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:41:53 GMT Server: Apache x-openstack-request-id: req-f2a2d134-c078-46bc-bff0-c36d1079bf8f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:41:53,988 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f2a2d134-c078-46bc-bff0-c36d1079bf8f 2018-08-27 14:41:53,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0701801776886s 2018-08-27 14:41:53,988 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f2a2d134-c078-46bc-bff0-c36d1079bf8f 2018-08-27 14:41:53,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:41:53,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:41:54,018 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:41:53 GMT Server: Apache x-openstack-request-id: req-e6185c5c-a2e0-4c42-898e-5bb4e063b537 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:41:54,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:41:54 GMT Server: Apache x-openstack-request-id: req-09d293ce-cb23-4aa6-a029-2d8a904cb812 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:41:54,060 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-09d293ce-cb23-4aa6-a029-2d8a904cb812 2018-08-27 14:41:54,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0713739395142s 2018-08-27 14:41:54,060 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-09d293ce-cb23-4aa6-a029-2d8a904cb812 2018-08-27 14:41:59,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:41:59,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:41:59,097 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:41:59 GMT Server: Apache x-openstack-request-id: req-35da55aa-8ee0-4f5d-ab5a-f371de61673d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:41:59,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:41:59 GMT Server: Apache x-openstack-request-id: req-7ae9545f-fcc2-444c-8b8c-76c3ae32345b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:41:59,138 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7ae9545f-fcc2-444c-8b8c-76c3ae32345b 2018-08-27 14:41:59,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710999965668s 2018-08-27 14:41:59,139 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7ae9545f-fcc2-444c-8b8c-76c3ae32345b 2018-08-27 14:42:04,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:42:04,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:42:04,175 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:42:04 GMT Server: Apache x-openstack-request-id: req-0bb88e7f-6fc5-4c7f-a17c-a5e6d7990a16 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:42:04,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:42:04 GMT Server: Apache x-openstack-request-id: req-044602ab-c0f5-4b81-89a5-cb3329b40695 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:42:04,470 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-044602ab-c0f5-4b81-89a5-cb3329b40695 2018-08-27 14:42:04,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.325421094894s 2018-08-27 14:42:04,470 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-044602ab-c0f5-4b81-89a5-cb3329b40695 2018-08-27 14:42:04,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:42:04,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:42:04,500 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:42:04 GMT Server: Apache x-openstack-request-id: req-e635ac32-3fff-46a4-9482-da5fde32951c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:42:04,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:42:04 GMT Server: Apache x-openstack-request-id: req-e62dfc59-bb07-42eb-adbb-70609d74b577 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:42:04,541 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e62dfc59-bb07-42eb-adbb-70609d74b577 2018-08-27 14:42:04,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.070484161377s 2018-08-27 14:42:04,542 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e62dfc59-bb07-42eb-adbb-70609d74b577 2018-08-27 14:42:09,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:42:09,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:42:09,573 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:42:09 GMT Server: Apache x-openstack-request-id: req-8de2c4bc-3956-4336-8a0d-dc82cdb476e1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:42:09,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:42:09 GMT Server: Apache x-openstack-request-id: req-6750bb35-df06-47b8-b208-6802658db92e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:42:09,615 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6750bb35-df06-47b8-b208-6802658db92e 2018-08-27 14:42:09,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0706989765167s 2018-08-27 14:42:09,615 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6750bb35-df06-47b8-b208-6802658db92e 2018-08-27 14:42:14,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:42:14,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:42:14,651 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:42:14 GMT Server: Apache x-openstack-request-id: req-1c2a3580-8e11-4f01-98ed-9304523551df Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:42:14,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:42:14 GMT Server: Apache x-openstack-request-id: req-802c61c5-7db9-41a8-84c2-73cce7e81a7a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:42:14,693 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-802c61c5-7db9-41a8-84c2-73cce7e81a7a 2018-08-27 14:42:14,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717039108276s 2018-08-27 14:42:14,693 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-802c61c5-7db9-41a8-84c2-73cce7e81a7a 2018-08-27 14:42:14,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:42:14,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:42:14,739 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:42:14 GMT Server: Apache x-openstack-request-id: req-47cd8c9e-091a-4ce3-96d4-470fc79cd7e4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:42:14,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:42:14 GMT Server: Apache x-openstack-request-id: req-5e5427d7-e4df-462d-8ee4-eb6bccbd3db8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:42:14,781 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5e5427d7-e4df-462d-8ee4-eb6bccbd3db8 2018-08-27 14:42:14,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0871698856354s 2018-08-27 14:42:14,781 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5e5427d7-e4df-462d-8ee4-eb6bccbd3db8 2018-08-27 14:42:19,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:42:19,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:42:19,817 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:42:19 GMT Server: Apache x-openstack-request-id: req-556b2961-fe00-4919-a21c-c9a1ad2d3cbf Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:42:20,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:42:19 GMT Server: Apache x-openstack-request-id: req-cc93ad99-77a9-4774-946a-17e87447ff06 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:42:20,114 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-cc93ad99-77a9-4774-946a-17e87447ff06 2018-08-27 14:42:20,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.325797080994s 2018-08-27 14:42:20,114 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-cc93ad99-77a9-4774-946a-17e87447ff06 2018-08-27 14:42:25,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:42:25,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:42:25,151 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:42:25 GMT Server: Apache x-openstack-request-id: req-9164ff04-09e7-40a4-bf07-7eeef60a1536 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:42:25,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:42:25 GMT Server: Apache x-openstack-request-id: req-f7c62052-6ec8-4d25-b20d-ef378e4a3a8d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:42:25,192 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f7c62052-6ec8-4d25-b20d-ef378e4a3a8d 2018-08-27 14:42:25,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723929405212s 2018-08-27 14:42:25,193 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f7c62052-6ec8-4d25-b20d-ef378e4a3a8d 2018-08-27 14:42:25,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:42:25,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:42:25,481 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:42:25 GMT Server: Apache x-openstack-request-id: req-35c95802-b750-414f-ba2b-2663951a7a6a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:42:25,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:42:25 GMT Server: Apache x-openstack-request-id: req-9eee2c2d-d210-4f28-b87b-61e200730976 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:42:25,788 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-9eee2c2d-d210-4f28-b87b-61e200730976 2018-08-27 14:42:25,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.594473838806s 2018-08-27 14:42:25,788 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-9eee2c2d-d210-4f28-b87b-61e200730976 2018-08-27 14:42:30,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:42:30,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:42:30,825 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:42:30 GMT Server: Apache x-openstack-request-id: req-c79abea3-40fd-4178-a866-0c182de373f6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:42:31,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:42:30 GMT Server: Apache x-openstack-request-id: req-bee30421-d8c4-476c-ab08-4f831cb7c1ca Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:42:31,137 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bee30421-d8c4-476c-ab08-4f831cb7c1ca 2018-08-27 14:42:31,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.341851949692s 2018-08-27 14:42:31,137 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bee30421-d8c4-476c-ab08-4f831cb7c1ca 2018-08-27 14:42:36,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:42:36,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:42:36,172 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:42:36 GMT Server: Apache x-openstack-request-id: req-f3f4b6dc-e195-4822-8a0a-62e2ba57139c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:42:36,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:42:36 GMT Server: Apache x-openstack-request-id: req-630d547f-e328-4c72-ba6c-4fab295a7cd8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:42:36,213 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-630d547f-e328-4c72-ba6c-4fab295a7cd8 2018-08-27 14:42:36,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0697100162506s 2018-08-27 14:42:36,213 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-630d547f-e328-4c72-ba6c-4fab295a7cd8 2018-08-27 14:42:36,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:42:36,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:42:36,242 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:42:36 GMT Server: Apache x-openstack-request-id: req-6884855c-5012-4ee5-87d8-fed6cae303d9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:42:36,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:42:36 GMT Server: Apache x-openstack-request-id: req-8f8b91f6-eccb-47d9-b9fa-c0e91594a7b3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:42:36,284 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8f8b91f6-eccb-47d9-b9fa-c0e91594a7b3 2018-08-27 14:42:36,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0702450275421s 2018-08-27 14:42:36,284 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8f8b91f6-eccb-47d9-b9fa-c0e91594a7b3 2018-08-27 14:42:41,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:42:41,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:42:41,321 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:42:41 GMT Server: Apache x-openstack-request-id: req-45344c28-434d-49e0-a044-0152d7f96939 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:42:41,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:42:41 GMT Server: Apache x-openstack-request-id: req-36b373a9-6c84-4d7d-b43f-8a684397600a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:42:41,362 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-36b373a9-6c84-4d7d-b43f-8a684397600a 2018-08-27 14:42:41,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715520381927s 2018-08-27 14:42:41,363 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-36b373a9-6c84-4d7d-b43f-8a684397600a 2018-08-27 14:42:46,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:42:46,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:42:46,399 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:42:46 GMT Server: Apache x-openstack-request-id: req-2332659c-3de5-4ec0-82f1-c6c15a44b69e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:42:46,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:42:46 GMT Server: Apache x-openstack-request-id: req-6c7c1560-bce7-43eb-8edf-17fbfd3c39ff Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:42:46,440 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6c7c1560-bce7-43eb-8edf-17fbfd3c39ff 2018-08-27 14:42:46,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714640617371s 2018-08-27 14:42:46,440 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6c7c1560-bce7-43eb-8edf-17fbfd3c39ff 2018-08-27 14:42:46,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:42:46,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:42:46,469 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:42:46 GMT Server: Apache x-openstack-request-id: req-7a764f5b-f073-4617-b90f-3b2a54f12af3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:42:46,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:42:46 GMT Server: Apache x-openstack-request-id: req-8f23eff9-7bcd-45fb-8f74-40952ade1cd2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:42:46,510 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8f23eff9-7bcd-45fb-8f74-40952ade1cd2 2018-08-27 14:42:46,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0696179866791s 2018-08-27 14:42:46,511 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8f23eff9-7bcd-45fb-8f74-40952ade1cd2 2018-08-27 14:42:51,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:42:51,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:42:51,548 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:42:51 GMT Server: Apache x-openstack-request-id: req-3768fbce-fc00-4e5a-a350-6a1b04e5c254 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:42:51,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:42:51 GMT Server: Apache x-openstack-request-id: req-2508d364-cbb9-43fe-937c-f235c84e28d3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:42:51,589 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2508d364-cbb9-43fe-937c-f235c84e28d3 2018-08-27 14:42:51,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720908641815s 2018-08-27 14:42:51,590 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2508d364-cbb9-43fe-937c-f235c84e28d3 2018-08-27 14:42:56,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:42:56,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:42:56,626 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:42:56 GMT Server: Apache x-openstack-request-id: req-4863598e-df94-486f-9194-8eb2b1401db6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:42:56,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:42:56 GMT Server: Apache x-openstack-request-id: req-c47f53ee-65bd-4308-ba4c-de8d57b16905 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:42:56,668 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c47f53ee-65bd-4308-ba4c-de8d57b16905 2018-08-27 14:42:56,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072921037674s 2018-08-27 14:42:56,669 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c47f53ee-65bd-4308-ba4c-de8d57b16905 2018-08-27 14:42:56,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:42:56,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:42:56,699 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:42:56 GMT Server: Apache x-openstack-request-id: req-640ab675-40f1-43a4-9d30-e096a88b61fe Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:42:56,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:42:56 GMT Server: Apache x-openstack-request-id: req-f39a5c7f-1b88-4c90-882d-dc3743c951af Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:42:56,741 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-f39a5c7f-1b88-4c90-882d-dc3743c951af 2018-08-27 14:42:56,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0714840888977s 2018-08-27 14:42:56,741 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-f39a5c7f-1b88-4c90-882d-dc3743c951af 2018-08-27 14:43:01,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:43:01,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:43:01,778 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:43:01 GMT Server: Apache x-openstack-request-id: req-7d267a2f-85a7-406a-aafe-b7fee115e292 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:43:01,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:43:01 GMT Server: Apache x-openstack-request-id: req-aee259c9-a924-4352-82f6-a1351d5c5188 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:43:01,820 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-aee259c9-a924-4352-82f6-a1351d5c5188 2018-08-27 14:43:01,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716879367828s 2018-08-27 14:43:01,820 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-aee259c9-a924-4352-82f6-a1351d5c5188 2018-08-27 14:43:06,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:43:06,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:43:06,857 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:43:06 GMT Server: Apache x-openstack-request-id: req-493300ad-dd2b-45b4-94ab-7bc1ad225b4c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:43:06,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:43:06 GMT Server: Apache x-openstack-request-id: req-2bfba39c-b600-4cc9-9470-5dcd0dca0475 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:43:06,898 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2bfba39c-b600-4cc9-9470-5dcd0dca0475 2018-08-27 14:43:06,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725541114807s 2018-08-27 14:43:06,899 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2bfba39c-b600-4cc9-9470-5dcd0dca0475 2018-08-27 14:43:06,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:43:06,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:43:06,927 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:43:06 GMT Server: Apache x-openstack-request-id: req-09ea6646-9d33-48c6-8195-1ba5024cefe1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:43:06,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:43:06 GMT Server: Apache x-openstack-request-id: req-8d63411d-0394-4c3e-bc19-dac0c52d1bc6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:43:06,967 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8d63411d-0394-4c3e-bc19-dac0c52d1bc6 2018-08-27 14:43:06,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0680701732635s 2018-08-27 14:43:06,968 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8d63411d-0394-4c3e-bc19-dac0c52d1bc6 2018-08-27 14:43:11,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:43:11,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:43:12,004 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:43:11 GMT Server: Apache x-openstack-request-id: req-aab5d2db-5c8b-42eb-808b-8ccaecc15f89 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:43:12,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:43:11 GMT Server: Apache x-openstack-request-id: req-3cde1761-dbd4-4772-9171-a6c5bb41bb39 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:43:12,045 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3cde1761-dbd4-4772-9171-a6c5bb41bb39 2018-08-27 14:43:12,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714390277863s 2018-08-27 14:43:12,045 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3cde1761-dbd4-4772-9171-a6c5bb41bb39 2018-08-27 14:43:17,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:43:17,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:43:17,092 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:43:17 GMT Server: Apache x-openstack-request-id: req-bbf3e6e2-8a7f-4898-a1a8-4f73bf6f0dcc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:43:17,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:43:17 GMT Server: Apache x-openstack-request-id: req-e28c1807-ad1d-4a27-8c13-829bc5cc36d4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:43:17,133 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e28c1807-ad1d-4a27-8c13-829bc5cc36d4 2018-08-27 14:43:17,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0856759548187s 2018-08-27 14:43:17,133 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e28c1807-ad1d-4a27-8c13-829bc5cc36d4 2018-08-27 14:43:17,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:43:17,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:43:17,163 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:43:17 GMT Server: Apache x-openstack-request-id: req-84128134-05c9-46c6-b580-b0dda2316edc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:43:17,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:43:17 GMT Server: Apache x-openstack-request-id: req-a0694bed-3f7f-40bc-a2db-5fd3ffb4573e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:43:17,337 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a0694bed-3f7f-40bc-a2db-5fd3ffb4573e 2018-08-27 14:43:17,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.203611850739s 2018-08-27 14:43:17,337 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a0694bed-3f7f-40bc-a2db-5fd3ffb4573e 2018-08-27 14:43:22,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:43:22,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:43:22,733 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:43:22 GMT Server: Apache x-openstack-request-id: req-6f9a0775-ba20-4b85-9d2b-1c1a46902a33 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:43:22,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:43:22 GMT Server: Apache x-openstack-request-id: req-d69246be-552c-4f5b-b4c9-e60ca0bc970c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:43:22,774 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d69246be-552c-4f5b-b4c9-e60ca0bc970c 2018-08-27 14:43:22,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.433667898178s 2018-08-27 14:43:22,774 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d69246be-552c-4f5b-b4c9-e60ca0bc970c 2018-08-27 14:43:27,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:43:27,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:43:27,811 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:43:27 GMT Server: Apache x-openstack-request-id: req-3f5ece9e-6518-4208-857f-27b3da55f966 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:43:27,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:43:27 GMT Server: Apache x-openstack-request-id: req-8deb791e-1399-4b4f-be6e-fb888b7ba571 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:43:27,853 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8deb791e-1399-4b4f-be6e-fb888b7ba571 2018-08-27 14:43:27,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739800930023s 2018-08-27 14:43:27,854 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8deb791e-1399-4b4f-be6e-fb888b7ba571 2018-08-27 14:43:27,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:43:27,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:43:27,885 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:43:27 GMT Server: Apache x-openstack-request-id: req-6be6da19-ccc3-46c4-8d70-7445eea97e03 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:43:27,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:43:27 GMT Server: Apache x-openstack-request-id: req-3b9665ad-5762-4682-8e65-22c985768cf0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:43:27,926 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3b9665ad-5762-4682-8e65-22c985768cf0 2018-08-27 14:43:27,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0721859931946s 2018-08-27 14:43:27,927 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3b9665ad-5762-4682-8e65-22c985768cf0 2018-08-27 14:43:32,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:43:32,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:43:32,960 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:43:32 GMT Server: Apache x-openstack-request-id: req-fa2a428e-539d-4398-b594-1f9768aab633 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:43:33,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:43:32 GMT Server: Apache x-openstack-request-id: req-c0d12889-2470-4781-9834-555191d6f122 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:43:33,003 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c0d12889-2470-4781-9834-555191d6f122 2018-08-27 14:43:33,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072732925415s 2018-08-27 14:43:33,003 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c0d12889-2470-4781-9834-555191d6f122 2018-08-27 14:43:38,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:43:38,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:43:38,036 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:43:38 GMT Server: Apache x-openstack-request-id: req-7a3601cd-ed26-491f-abcb-3caf49bb4606 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:43:38,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:43:38 GMT Server: Apache x-openstack-request-id: req-653515e3-0c21-4e52-b516-a7aeab5a4ab4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:43:38,078 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-653515e3-0c21-4e52-b516-a7aeab5a4ab4 2018-08-27 14:43:38,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0693380832672s 2018-08-27 14:43:38,078 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-653515e3-0c21-4e52-b516-a7aeab5a4ab4 2018-08-27 14:43:38,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:43:38,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:43:38,106 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:43:38 GMT Server: Apache x-openstack-request-id: req-5a154b52-858e-45d6-bce3-a2e69d99b835 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:43:38,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:43:38 GMT Server: Apache x-openstack-request-id: req-aa7d98ff-8956-4b6f-a6bd-87c916ca04c0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:43:38,147 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-aa7d98ff-8956-4b6f-a6bd-87c916ca04c0 2018-08-27 14:43:38,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0684299468994s 2018-08-27 14:43:38,147 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-aa7d98ff-8956-4b6f-a6bd-87c916ca04c0 2018-08-27 14:43:43,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:43:43,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:43:43,181 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:43:43 GMT Server: Apache x-openstack-request-id: req-e3760b51-5b74-4596-bf8c-416535922436 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:43:43,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:43:43 GMT Server: Apache x-openstack-request-id: req-89b6e982-9acb-4e38-9f0f-8ea7d4866c7b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:43:43,470 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-89b6e982-9acb-4e38-9f0f-8ea7d4866c7b 2018-08-27 14:43:43,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.320589065552s 2018-08-27 14:43:43,471 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-89b6e982-9acb-4e38-9f0f-8ea7d4866c7b 2018-08-27 14:43:48,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:43:48,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:43:48,522 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:43:48 GMT Server: Apache x-openstack-request-id: req-d2ab38b9-8fb4-4229-94e6-1c0709f844c4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:43:48,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:43:48 GMT Server: Apache x-openstack-request-id: req-71ff7362-bc0b-4ecb-ab79-4e9f54228d51 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:43:48,564 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-71ff7362-bc0b-4ecb-ab79-4e9f54228d51 2018-08-27 14:43:48,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0874991416931s 2018-08-27 14:43:48,564 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-71ff7362-bc0b-4ecb-ab79-4e9f54228d51 2018-08-27 14:43:48,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:43:48,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:43:48,594 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:43:48 GMT Server: Apache x-openstack-request-id: req-62e8e90b-c84f-48a8-85a2-0995f8b7330a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:43:48,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:43:48 GMT Server: Apache x-openstack-request-id: req-45cb2ebd-4b6a-4a0e-9bd8-aa10efeab7b6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:43:48,637 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-45cb2ebd-4b6a-4a0e-9bd8-aa10efeab7b6 2018-08-27 14:43:48,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0726101398468s 2018-08-27 14:43:48,638 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-45cb2ebd-4b6a-4a0e-9bd8-aa10efeab7b6 2018-08-27 14:43:53,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:43:53,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:43:53,674 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:43:53 GMT Server: Apache x-openstack-request-id: req-6e526ad1-3524-45b5-bb24-2175d8750767 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:43:53,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:43:53 GMT Server: Apache x-openstack-request-id: req-14832d01-523d-4be1-9085-9ccbce4a4fac Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:43:53,715 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-14832d01-523d-4be1-9085-9ccbce4a4fac 2018-08-27 14:43:53,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708999633789s 2018-08-27 14:43:53,716 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-14832d01-523d-4be1-9085-9ccbce4a4fac 2018-08-27 14:43:58,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:43:58,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:43:58,753 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:43:58 GMT Server: Apache x-openstack-request-id: req-2f547106-024b-416b-be2c-12636fd9a2c0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:43:58,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:43:58 GMT Server: Apache x-openstack-request-id: req-73be8ac4-6d96-4b1d-806d-fccfce290865 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:43:58,794 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-73be8ac4-6d96-4b1d-806d-fccfce290865 2018-08-27 14:43:58,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727119445801s 2018-08-27 14:43:58,795 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-73be8ac4-6d96-4b1d-806d-fccfce290865 2018-08-27 14:43:58,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:43:58,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:43:58,824 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:43:58 GMT Server: Apache x-openstack-request-id: req-6e56ed21-c013-4c8d-b1e0-5980b736dc9f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:43:58,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:43:58 GMT Server: Apache x-openstack-request-id: req-e301ed33-3272-4838-a628-af8688c10f07 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:43:58,849 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e301ed33-3272-4838-a628-af8688c10f07 2018-08-27 14:43:58,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0539071559906s 2018-08-27 14:43:58,850 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e301ed33-3272-4838-a628-af8688c10f07 2018-08-27 14:44:03,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:44:03,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:44:03,884 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:44:03 GMT Server: Apache x-openstack-request-id: req-f29c654b-eacf-4f21-8cf6-d9844e91c9ba Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:44:03,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:44:03 GMT Server: Apache x-openstack-request-id: req-2a808b92-aeea-4a93-a7d2-5be53fe7a48d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:44:03,927 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2a808b92-aeea-4a93-a7d2-5be53fe7a48d 2018-08-27 14:44:03,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074905872345s 2018-08-27 14:44:03,928 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2a808b92-aeea-4a93-a7d2-5be53fe7a48d 2018-08-27 14:44:08,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:44:08,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:44:08,961 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:44:08 GMT Server: Apache x-openstack-request-id: req-85a1c680-7e7a-4f6b-b5b7-694a4160a5f8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:44:09,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:44:08 GMT Server: Apache x-openstack-request-id: req-c845441f-7c0d-4bb7-a655-f975e0f15f36 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:44:09,002 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c845441f-7c0d-4bb7-a655-f975e0f15f36 2018-08-27 14:44:09,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0684130191803s 2018-08-27 14:44:09,002 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c845441f-7c0d-4bb7-a655-f975e0f15f36 2018-08-27 14:44:09,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:44:09,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:44:09,032 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:44:08 GMT Server: Apache x-openstack-request-id: req-1746728a-6ba6-4be2-93b8-07a790dea083 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:44:09,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:44:09 GMT Server: Apache x-openstack-request-id: req-39434de0-3578-4b6f-9807-d847c7e5b609 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:44:09,074 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-39434de0-3578-4b6f-9807-d847c7e5b609 2018-08-27 14:44:09,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0717439651489s 2018-08-27 14:44:09,075 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-39434de0-3578-4b6f-9807-d847c7e5b609 2018-08-27 14:44:14,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:44:14,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:44:14,382 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:44:14 GMT Server: Apache x-openstack-request-id: req-25bab9cc-4109-4e16-b2bf-b50fb83a0046 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:44:14,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:44:14 GMT Server: Apache x-openstack-request-id: req-5b6a2990-87c9-4624-a48c-c3d8e0215e14 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:44:14,425 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5b6a2990-87c9-4624-a48c-c3d8e0215e14 2018-08-27 14:44:14,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.344283103943s 2018-08-27 14:44:14,425 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5b6a2990-87c9-4624-a48c-c3d8e0215e14 2018-08-27 14:44:19,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:44:19,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:44:19,461 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:44:19 GMT Server: Apache x-openstack-request-id: req-85720d40-fe44-4569-8a5e-a5a82f3c3f16 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:44:19,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:44:19 GMT Server: Apache x-openstack-request-id: req-d70f0413-e9f2-4ba2-8b27-b014cb008ef9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:44:19,502 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d70f0413-e9f2-4ba2-8b27-b014cb008ef9 2018-08-27 14:44:19,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714249610901s 2018-08-27 14:44:19,503 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d70f0413-e9f2-4ba2-8b27-b014cb008ef9 2018-08-27 14:44:19,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:44:19,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:44:19,531 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:44:19 GMT Server: Apache x-openstack-request-id: req-ddef0709-0fa2-4dd7-ad48-4e0283ef9691 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:44:19,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:44:19 GMT Server: Apache x-openstack-request-id: req-7ce9711f-5049-4b9f-9427-814ddfd8782f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:44:19,573 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-7ce9711f-5049-4b9f-9427-814ddfd8782f 2018-08-27 14:44:19,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.069876909256s 2018-08-27 14:44:19,574 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-7ce9711f-5049-4b9f-9427-814ddfd8782f 2018-08-27 14:44:24,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:44:24,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:44:24,876 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:44:24 GMT Server: Apache x-openstack-request-id: req-a1ad34d0-697d-4874-9ed3-85b16d1f9c56 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:44:24,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:44:24 GMT Server: Apache x-openstack-request-id: req-d136546b-19aa-4e98-9f01-de7fa77370fb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:44:24,918 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d136546b-19aa-4e98-9f01-de7fa77370fb 2018-08-27 14:44:24,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.339076042175s 2018-08-27 14:44:24,919 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d136546b-19aa-4e98-9f01-de7fa77370fb 2018-08-27 14:44:29,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:44:29,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:44:29,954 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:44:29 GMT Server: Apache x-openstack-request-id: req-13d810b5-0004-499e-b10d-0bd18ae97be1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:44:29,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:44:29 GMT Server: Apache x-openstack-request-id: req-1a34e59a-da72-400f-b284-ea760cbd2621 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:44:29,997 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1a34e59a-da72-400f-b284-ea760cbd2621 2018-08-27 14:44:29,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724618434906s 2018-08-27 14:44:29,997 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1a34e59a-da72-400f-b284-ea760cbd2621 2018-08-27 14:44:29,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:44:30,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:44:30,027 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:44:29 GMT Server: Apache x-openstack-request-id: req-f54cb62f-b1e6-4f2a-8d79-817a27a1231d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:44:30,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:44:30 GMT Server: Apache x-openstack-request-id: req-ff719b0a-0556-4c4c-8312-42d14f9544ed Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:44:30,070 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ff719b0a-0556-4c4c-8312-42d14f9544ed 2018-08-27 14:44:30,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719799995422s 2018-08-27 14:44:30,070 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ff719b0a-0556-4c4c-8312-42d14f9544ed 2018-08-27 14:44:35,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:44:35,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:44:35,106 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:44:35 GMT Server: Apache x-openstack-request-id: req-55186ed8-f378-4ad5-85b9-2d4fbabf5dce Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:44:35,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:44:35 GMT Server: Apache x-openstack-request-id: req-44ef0e99-c30d-4409-a171-707715c407ef Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:44:35,148 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-44ef0e99-c30d-4409-a171-707715c407ef 2018-08-27 14:44:35,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712230205536s 2018-08-27 14:44:35,148 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-44ef0e99-c30d-4409-a171-707715c407ef 2018-08-27 14:44:40,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:44:40,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:44:40,180 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:44:40 GMT Server: Apache x-openstack-request-id: req-4840e4a1-75b7-422d-beca-48b1a18376bb Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:44:40,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:44:40 GMT Server: Apache x-openstack-request-id: req-25e97543-7764-4cb1-98ae-25f2c514966a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:44:40,221 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-25e97543-7764-4cb1-98ae-25f2c514966a 2018-08-27 14:44:40,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705330371857s 2018-08-27 14:44:40,221 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-25e97543-7764-4cb1-98ae-25f2c514966a 2018-08-27 14:44:40,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:44:40,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:44:40,513 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:44:40 GMT Server: Apache x-openstack-request-id: req-194c1571-b312-4987-8281-8643ee1d5437 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:44:40,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:44:40 GMT Server: Apache x-openstack-request-id: req-85bcf188-95f8-413a-8f6b-5254f8a73abe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:44:40,558 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-85bcf188-95f8-413a-8f6b-5254f8a73abe 2018-08-27 14:44:40,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.335703849792s 2018-08-27 14:44:40,558 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-85bcf188-95f8-413a-8f6b-5254f8a73abe 2018-08-27 14:44:45,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:44:45,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:44:45,594 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:44:45 GMT Server: Apache x-openstack-request-id: req-d5fc8afb-ec5d-499d-9c3f-e5ac124472c8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:44:45,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:44:45 GMT Server: Apache x-openstack-request-id: req-f3cf13d9-e880-4c48-8cee-45ab4f82b22a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:44:45,635 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f3cf13d9-e880-4c48-8cee-45ab4f82b22a 2018-08-27 14:44:45,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0701160430908s 2018-08-27 14:44:45,635 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f3cf13d9-e880-4c48-8cee-45ab4f82b22a 2018-08-27 14:44:50,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:44:50,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:44:50,670 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:44:50 GMT Server: Apache x-openstack-request-id: req-99239f57-4002-469d-87fc-efd15af119ec Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:44:50,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:44:50 GMT Server: Apache x-openstack-request-id: req-dad60241-9e12-4312-b26c-e9503fe90800 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:44:50,992 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-dad60241-9e12-4312-b26c-e9503fe90800 2018-08-27 14:44:50,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.351363182068s 2018-08-27 14:44:50,993 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-dad60241-9e12-4312-b26c-e9503fe90800 2018-08-27 14:44:50,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:44:50,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:44:51,024 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:44:50 GMT Server: Apache x-openstack-request-id: req-c1cc439d-9fc3-438e-b557-833d469e21c5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:44:51,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:44:51 GMT Server: Apache x-openstack-request-id: req-66134d3d-ba8a-4c72-b5cf-14e92da0029b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:44:51,344 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-66134d3d-ba8a-4c72-b5cf-14e92da0029b 2018-08-27 14:44:51,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.35036110878s 2018-08-27 14:44:51,344 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-66134d3d-ba8a-4c72-b5cf-14e92da0029b 2018-08-27 14:44:56,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:44:56,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:44:56,652 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:44:56 GMT Server: Apache x-openstack-request-id: req-dcdd78ec-9430-4649-a068-a4884cc52c16 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:44:56,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:44:56 GMT Server: Apache x-openstack-request-id: req-c98a2d72-fffe-476e-a285-5fa7efb144ae Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:44:56,693 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c98a2d72-fffe-476e-a285-5fa7efb144ae 2018-08-27 14:44:56,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.34175992012s 2018-08-27 14:44:56,693 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c98a2d72-fffe-476e-a285-5fa7efb144ae 2018-08-27 14:45:01,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:45:01,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:45:01,730 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:45:01 GMT Server: Apache x-openstack-request-id: req-38882c30-59e5-48b4-9717-4945e50132f1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:45:02,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:45:01 GMT Server: Apache x-openstack-request-id: req-9041d24e-b74b-4982-84fa-175ccc01b152 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:45:02,040 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9041d24e-b74b-4982-84fa-175ccc01b152 2018-08-27 14:45:02,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.340779066086s 2018-08-27 14:45:02,040 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9041d24e-b74b-4982-84fa-175ccc01b152 2018-08-27 14:45:02,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:45:02,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:45:02,070 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:45:02 GMT Server: Apache x-openstack-request-id: req-7368676c-ced6-4c84-8b0e-3ccadbb4893b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:45:02,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:45:02 GMT Server: Apache x-openstack-request-id: req-d2a78a13-e3a7-417a-a712-3d9a7a7958b3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:45:02,112 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d2a78a13-e3a7-417a-a712-3d9a7a7958b3 2018-08-27 14:45:02,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0715160369873s 2018-08-27 14:45:02,113 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d2a78a13-e3a7-417a-a712-3d9a7a7958b3 2018-08-27 14:45:07,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:45:07,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:45:07,149 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:45:07 GMT Server: Apache x-openstack-request-id: req-805cbd33-dad3-48be-aa07-ae9f9c37288f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:45:07,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:45:07 GMT Server: Apache x-openstack-request-id: req-16a6a0dd-ada6-49ac-a584-5ca65452d96d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:45:07,190 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-16a6a0dd-ada6-49ac-a584-5ca65452d96d 2018-08-27 14:45:07,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0702040195465s 2018-08-27 14:45:07,190 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-16a6a0dd-ada6-49ac-a584-5ca65452d96d 2018-08-27 14:45:12,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:45:12,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:45:12,221 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:45:12 GMT Server: Apache x-openstack-request-id: req-d75e225d-f6e9-4205-9e47-5b1fd9418862 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:45:12,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:45:12 GMT Server: Apache x-openstack-request-id: req-a830ee71-e7cf-4620-8957-bf3b2ba1c847 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:45:12,262 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a830ee71-e7cf-4620-8957-bf3b2ba1c847 2018-08-27 14:45:12,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710589885712s 2018-08-27 14:45:12,263 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a830ee71-e7cf-4620-8957-bf3b2ba1c847 2018-08-27 14:45:12,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:45:12,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:45:12,292 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:45:12 GMT Server: Apache x-openstack-request-id: req-fbff2733-d35e-4858-ab02-c430d04da072 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:45:12,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:45:12 GMT Server: Apache x-openstack-request-id: req-07cf67b8-21ed-4412-9218-86d75bec60b2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:45:12,334 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-07cf67b8-21ed-4412-9218-86d75bec60b2 2018-08-27 14:45:12,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0705990791321s 2018-08-27 14:45:12,334 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-07cf67b8-21ed-4412-9218-86d75bec60b2 2018-08-27 14:45:17,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:45:17,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:45:17,371 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:45:17 GMT Server: Apache x-openstack-request-id: req-cc41d3d4-d3da-479d-9084-9b1f65f11721 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:45:17,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:45:17 GMT Server: Apache x-openstack-request-id: req-1f20214e-7319-4975-abb6-e6cccfe2fe8f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:45:17,413 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1f20214e-7319-4975-abb6-e6cccfe2fe8f 2018-08-27 14:45:17,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718669891357s 2018-08-27 14:45:17,413 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1f20214e-7319-4975-abb6-e6cccfe2fe8f 2018-08-27 14:45:22,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:45:22,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:45:22,694 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:45:22 GMT Server: Apache x-openstack-request-id: req-7f2772f9-1755-4d10-ab31-6cbfcd9035d9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:45:23,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:45:22 GMT Server: Apache x-openstack-request-id: req-3be41949-3327-42da-aa95-74655ce4cc35 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:45:23,129 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3be41949-3327-42da-aa95-74655ce4cc35 2018-08-27 14:45:23,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.714731931686s 2018-08-27 14:45:23,129 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3be41949-3327-42da-aa95-74655ce4cc35 2018-08-27 14:45:23,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:45:23,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:45:23,158 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:45:23 GMT Server: Apache x-openstack-request-id: req-1d770be0-5d05-44fa-afc2-c68f50940ec6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:45:23,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:45:23 GMT Server: Apache x-openstack-request-id: req-f70026aa-8f3a-4d90-8ee5-b745d71114a2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:45:23,201 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-f70026aa-8f3a-4d90-8ee5-b745d71114a2 2018-08-27 14:45:23,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0706198215485s 2018-08-27 14:45:23,201 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-f70026aa-8f3a-4d90-8ee5-b745d71114a2 2018-08-27 14:45:28,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:45:28,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:45:28,449 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:45:28 GMT Server: Apache x-openstack-request-id: req-8ed210db-9554-49af-bdee-58bae123dd24 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:45:28,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:45:28 GMT Server: Apache x-openstack-request-id: req-7611bb03-a1da-48fd-a6a0-824fd9c415a0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:45:28,491 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7611bb03-a1da-48fd-a6a0-824fd9c415a0 2018-08-27 14:45:28,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.282968997955s 2018-08-27 14:45:28,491 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7611bb03-a1da-48fd-a6a0-824fd9c415a0 2018-08-27 14:45:33,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:45:33,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:45:33,527 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:45:33 GMT Server: Apache x-openstack-request-id: req-94924765-3915-4811-b7cd-0b2b99a0b87d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:45:33,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:45:33 GMT Server: Apache x-openstack-request-id: req-946407b5-a869-4c2b-9f94-4e5dbbdaade4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:45:33,568 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-946407b5-a869-4c2b-9f94-4e5dbbdaade4 2018-08-27 14:45:33,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713720321655s 2018-08-27 14:45:33,569 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-946407b5-a869-4c2b-9f94-4e5dbbdaade4 2018-08-27 14:45:33,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:45:33,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:45:33,598 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:45:33 GMT Server: Apache x-openstack-request-id: req-1f20dd2c-1148-461e-bf00-2f52fd7a6ccc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:45:33,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:45:33 GMT Server: Apache x-openstack-request-id: req-b566df2d-859d-418c-ad10-444488b08f9f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:45:33,640 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b566df2d-859d-418c-ad10-444488b08f9f 2018-08-27 14:45:33,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0708501338959s 2018-08-27 14:45:33,640 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b566df2d-859d-418c-ad10-444488b08f9f 2018-08-27 14:45:38,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:45:38,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:45:38,677 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:45:38 GMT Server: Apache x-openstack-request-id: req-d73a6b77-d3e7-460e-877d-fdc53ac3bf93 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:45:38,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:45:38 GMT Server: Apache x-openstack-request-id: req-5bd6dbfa-cad1-473b-b21f-c3fa6898a847 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:45:38,718 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5bd6dbfa-cad1-473b-b21f-c3fa6898a847 2018-08-27 14:45:38,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714199542999s 2018-08-27 14:45:38,719 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5bd6dbfa-cad1-473b-b21f-c3fa6898a847 2018-08-27 14:45:43,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:45:43,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:45:43,754 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:45:43 GMT Server: Apache x-openstack-request-id: req-7d1acd0e-1552-4f84-8653-87bd7f48edec Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:45:43,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:45:43 GMT Server: Apache x-openstack-request-id: req-c601c4de-e2a6-407d-b1ab-f05261264796 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:45:43,796 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c601c4de-e2a6-407d-b1ab-f05261264796 2018-08-27 14:45:43,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717160701752s 2018-08-27 14:45:43,796 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c601c4de-e2a6-407d-b1ab-f05261264796 2018-08-27 14:45:43,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:45:43,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:45:44,100 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:45:43 GMT Server: Apache x-openstack-request-id: req-bce504cd-ae2b-4c43-aeeb-d420e17b4d83 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:45:44,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:45:44 GMT Server: Apache x-openstack-request-id: req-2a06ee70-f56c-4b3f-a5c8-47ab6c1314b3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:45:44,142 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2a06ee70-f56c-4b3f-a5c8-47ab6c1314b3 2018-08-27 14:45:44,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.34493803978s 2018-08-27 14:45:44,142 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2a06ee70-f56c-4b3f-a5c8-47ab6c1314b3 2018-08-27 14:45:49,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:45:49,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:45:49,178 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:45:49 GMT Server: Apache x-openstack-request-id: req-bb248958-3823-4e58-8a59-55a24883bb59 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:45:49,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:45:49 GMT Server: Apache x-openstack-request-id: req-50a01efb-8862-4084-9b90-4aab92c8e898 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:45:49,491 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-50a01efb-8862-4084-9b90-4aab92c8e898 2018-08-27 14:45:49,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.341524839401s 2018-08-27 14:45:49,491 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-50a01efb-8862-4084-9b90-4aab92c8e898 2018-08-27 14:45:54,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:45:54,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:45:54,527 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:45:54 GMT Server: Apache x-openstack-request-id: req-283ccbf5-7928-49d7-9087-10a39de5e104 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:45:54,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:45:54 GMT Server: Apache x-openstack-request-id: req-8c4df05f-62ef-4f8e-a8aa-8d5c87ce4db9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:45:54,568 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8c4df05f-62ef-4f8e-a8aa-8d5c87ce4db9 2018-08-27 14:45:54,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714678764343s 2018-08-27 14:45:54,569 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8c4df05f-62ef-4f8e-a8aa-8d5c87ce4db9 2018-08-27 14:45:54,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:45:54,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:45:54,599 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:45:54 GMT Server: Apache x-openstack-request-id: req-01ae9041-ea8e-4ea9-a760-d1a8fc5e12bf Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:45:54,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:45:54 GMT Server: Apache x-openstack-request-id: req-b5003aa0-ca36-4684-9207-60e86771163c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:45:54,643 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b5003aa0-ca36-4684-9207-60e86771163c 2018-08-27 14:45:54,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0738558769226s 2018-08-27 14:45:54,644 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b5003aa0-ca36-4684-9207-60e86771163c 2018-08-27 14:45:59,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:45:59,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:45:59,679 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:45:59 GMT Server: Apache x-openstack-request-id: req-52a909e9-4626-4a89-a51e-3b6b956b41d6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:45:59,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:45:59 GMT Server: Apache x-openstack-request-id: req-7074024c-2a79-44fd-ae19-5f4d5fcc2cf6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:45:59,721 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7074024c-2a79-44fd-ae19-5f4d5fcc2cf6 2018-08-27 14:45:59,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710649490356s 2018-08-27 14:45:59,721 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7074024c-2a79-44fd-ae19-5f4d5fcc2cf6 2018-08-27 14:46:04,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:46:04,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:46:05,036 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:46:04 GMT Server: Apache x-openstack-request-id: req-e78cdefe-e37d-4ab9-95ba-c6b0db3cc15a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:46:05,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:46:05 GMT Server: Apache x-openstack-request-id: req-62159d1e-3e28-4e70-b477-7a2a2d50afac Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:46:05,078 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-62159d1e-3e28-4e70-b477-7a2a2d50afac 2018-08-27 14:46:05,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.350844860077s 2018-08-27 14:46:05,078 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-62159d1e-3e28-4e70-b477-7a2a2d50afac 2018-08-27 14:46:05,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:46:05,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:46:05,384 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:46:05 GMT Server: Apache x-openstack-request-id: req-a32ff136-2121-4d09-a54f-ac82db90a808 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:46:05,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:46:05 GMT Server: Apache x-openstack-request-id: req-56af32fa-888f-4edd-99cd-11e6b67a9e85 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:46:05,426 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-56af32fa-888f-4edd-99cd-11e6b67a9e85 2018-08-27 14:46:05,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.347228050232s 2018-08-27 14:46:05,426 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-56af32fa-888f-4edd-99cd-11e6b67a9e85 2018-08-27 14:46:10,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:46:10,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:46:10,737 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:46:10 GMT Server: Apache x-openstack-request-id: req-37e591a3-08ca-4c3e-94b3-c2decf237054 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:46:10,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:46:10 GMT Server: Apache x-openstack-request-id: req-6db044cf-395f-4149-be99-40ed42924776 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:46:10,778 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6db044cf-395f-4149-be99-40ed42924776 2018-08-27 14:46:10,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.344675064087s 2018-08-27 14:46:10,778 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6db044cf-395f-4149-be99-40ed42924776 2018-08-27 14:46:15,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:46:15,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:46:15,813 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:46:15 GMT Server: Apache x-openstack-request-id: req-1f890b6e-4ee8-4ef9-b9ff-60e015afe6cf Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:46:16,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:46:15 GMT Server: Apache x-openstack-request-id: req-9bdaf162-685c-4e79-bc0e-33c556086c5c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:46:16,114 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9bdaf162-685c-4e79-bc0e-33c556086c5c 2018-08-27 14:46:16,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.329973936081s 2018-08-27 14:46:16,114 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9bdaf162-685c-4e79-bc0e-33c556086c5c 2018-08-27 14:46:16,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:46:16,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:46:16,415 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:46:16 GMT Server: Apache x-openstack-request-id: req-2e6b74e7-05d7-4a1f-b468-f4d5a0950442 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:46:16,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:46:16 GMT Server: Apache x-openstack-request-id: req-7a9d209e-25dd-4142-86d1-48a7b5141ac2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:46:16,458 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-7a9d209e-25dd-4142-86d1-48a7b5141ac2 2018-08-27 14:46:16,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.343802928925s 2018-08-27 14:46:16,459 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-7a9d209e-25dd-4142-86d1-48a7b5141ac2 2018-08-27 14:46:21,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:46:21,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:46:21,496 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:46:21 GMT Server: Apache x-openstack-request-id: req-6bdeeeee-4dc5-4c53-808a-fff2c6dd862c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:46:21,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:46:21 GMT Server: Apache x-openstack-request-id: req-05fb65ad-9342-46f4-a990-35c1e414f194 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:46:21,538 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-05fb65ad-9342-46f4-a990-35c1e414f194 2018-08-27 14:46:21,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721709728241s 2018-08-27 14:46:21,538 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-05fb65ad-9342-46f4-a990-35c1e414f194 2018-08-27 14:46:26,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:46:26,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:46:26,593 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:46:26 GMT Server: Apache x-openstack-request-id: req-fd857135-2688-4890-b605-9b75dd0f8806 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:46:26,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:46:26 GMT Server: Apache x-openstack-request-id: req-a17c6f83-8afd-49d5-a9e1-ea26cca45246 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:46:26,635 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a17c6f83-8afd-49d5-a9e1-ea26cca45246 2018-08-27 14:46:26,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0910270214081s 2018-08-27 14:46:26,635 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a17c6f83-8afd-49d5-a9e1-ea26cca45246 2018-08-27 14:46:26,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:46:26,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:46:26,665 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:46:26 GMT Server: Apache x-openstack-request-id: req-4e8d910e-0ed6-49b2-8d6c-02fc02816edf Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:46:26,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:46:26 GMT Server: Apache x-openstack-request-id: req-92a98b68-3952-4ac0-a571-95da31864854 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:46:26,707 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-92a98b68-3952-4ac0-a571-95da31864854 2018-08-27 14:46:26,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0713260173798s 2018-08-27 14:46:26,708 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-92a98b68-3952-4ac0-a571-95da31864854 2018-08-27 14:46:31,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:46:31,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:46:31,758 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:46:31 GMT Server: Apache x-openstack-request-id: req-976e0145-d15b-47b0-bcec-23bc3c6989ca Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:46:32,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:46:31 GMT Server: Apache x-openstack-request-id: req-78c332c5-1c68-4583-94d1-c9403782cd3e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:46:32,477 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-78c332c5-1c68-4583-94d1-c9403782cd3e 2018-08-27 14:46:32,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.766023159027s 2018-08-27 14:46:32,478 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-78c332c5-1c68-4583-94d1-c9403782cd3e 2018-08-27 14:46:37,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:46:37,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:46:37,800 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:46:37 GMT Server: Apache x-openstack-request-id: req-51538258-71f0-40aa-a913-a8bda8c95032 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:46:38,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:46:37 GMT Server: Apache x-openstack-request-id: req-326bf4f3-c564-4c48-951f-9acead032070 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:46:38,097 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-326bf4f3-c564-4c48-951f-9acead032070 2018-08-27 14:46:38,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.615745067596s 2018-08-27 14:46:38,098 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-326bf4f3-c564-4c48-951f-9acead032070 2018-08-27 14:46:38,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:46:38,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:46:38,127 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:46:38 GMT Server: Apache x-openstack-request-id: req-e30fff92-7bce-47b4-abde-6ac46d1943c0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:46:38,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:46:38 GMT Server: Apache x-openstack-request-id: req-09a5ef21-9532-4a9f-a9b5-e8ddadbe3473 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:46:38,435 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-09a5ef21-9532-4a9f-a9b5-e8ddadbe3473 2018-08-27 14:46:38,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.336814165115s 2018-08-27 14:46:38,436 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-09a5ef21-9532-4a9f-a9b5-e8ddadbe3473 2018-08-27 14:46:43,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:46:43,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:46:43,473 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:46:43 GMT Server: Apache x-openstack-request-id: req-85a5bcdd-c283-46ef-b016-a25ebc6f425f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:46:44,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:46:43 GMT Server: Apache x-openstack-request-id: req-34aa1b82-c7ba-479d-9673-256d98a8fba4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:46:44,195 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-34aa1b82-c7ba-479d-9673-256d98a8fba4 2018-08-27 14:46:44,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.753117799759s 2018-08-27 14:46:44,196 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-34aa1b82-c7ba-479d-9673-256d98a8fba4 2018-08-27 14:46:49,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:46:49,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:46:49,500 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:46:49 GMT Server: Apache x-openstack-request-id: req-14d0938d-7934-4be5-b611-5b726800518f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:46:49,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:46:49 GMT Server: Apache x-openstack-request-id: req-acfbbfd8-c7a7-46c7-ab23-059c731c1a09 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:46:49,542 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-acfbbfd8-c7a7-46c7-ab23-059c731c1a09 2018-08-27 14:46:49,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.344195127487s 2018-08-27 14:46:49,542 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-acfbbfd8-c7a7-46c7-ab23-059c731c1a09 2018-08-27 14:46:49,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:46:49,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:46:49,572 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:46:49 GMT Server: Apache x-openstack-request-id: req-1880c19f-f344-45b0-808e-86290bb2f235 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:46:49,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:46:49 GMT Server: Apache x-openstack-request-id: req-e9ab158d-8c42-4057-be5c-38895a554e00 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:46:49,615 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e9ab158d-8c42-4057-be5c-38895a554e00 2018-08-27 14:46:49,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0723898410797s 2018-08-27 14:46:49,616 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e9ab158d-8c42-4057-be5c-38895a554e00 2018-08-27 14:46:54,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:46:54,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:46:54,652 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:46:54 GMT Server: Apache x-openstack-request-id: req-2d636b9a-9bbf-491f-94ca-5e5765dfa54f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:46:54,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:46:54 GMT Server: Apache x-openstack-request-id: req-c4627afa-230e-4513-814e-ba19c73d4bd9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:46:54,695 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c4627afa-230e-4513-814e-ba19c73d4bd9 2018-08-27 14:46:54,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727121829987s 2018-08-27 14:46:54,696 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c4627afa-230e-4513-814e-ba19c73d4bd9 2018-08-27 14:46:59,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:46:59,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:46:59,986 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:46:59 GMT Server: Apache x-openstack-request-id: req-8dcb0c0b-1a83-44a6-91eb-8ff52a8989a0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:47:00,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:46:59 GMT Server: Apache x-openstack-request-id: req-e491f2f5-d8d8-4600-add5-20b20a9a7f10 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:47:00,028 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e491f2f5-d8d8-4600-add5-20b20a9a7f10 2018-08-27 14:47:00,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.326622962952s 2018-08-27 14:47:00,029 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e491f2f5-d8d8-4600-add5-20b20a9a7f10 2018-08-27 14:47:00,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:47:00,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:47:00,058 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:47:00 GMT Server: Apache x-openstack-request-id: req-4e40d570-7ec0-4359-83a6-5fb8ee61f8eb Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:47:00,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:47:00 GMT Server: Apache x-openstack-request-id: req-c896a96a-6142-4171-9e12-692949588df4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:47:00,360 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c896a96a-6142-4171-9e12-692949588df4 2018-08-27 14:47:00,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.331067085266s 2018-08-27 14:47:00,361 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c896a96a-6142-4171-9e12-692949588df4 2018-08-27 14:47:05,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:47:05,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:47:05,397 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:47:05 GMT Server: Apache x-openstack-request-id: req-cd6b0aa7-eef2-4d76-8cdc-12f91b54baa8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:47:05,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:47:05 GMT Server: Apache x-openstack-request-id: req-11d342fe-1327-4ba7-ac16-4973336397cc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:47:05,439 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-11d342fe-1327-4ba7-ac16-4973336397cc 2018-08-27 14:47:05,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720641613007s 2018-08-27 14:47:05,440 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-11d342fe-1327-4ba7-ac16-4973336397cc 2018-08-27 14:47:10,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:47:10,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:47:10,736 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:47:10 GMT Server: Apache x-openstack-request-id: req-2cacb846-7182-4677-aab6-fa7f52a2a7e9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:47:11,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:47:10 GMT Server: Apache x-openstack-request-id: req-04eabe28-ae5c-485d-8306-0548d67134ba Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:47:11,048 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-04eabe28-ae5c-485d-8306-0548d67134ba 2018-08-27 14:47:11,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.605859041214s 2018-08-27 14:47:11,048 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-04eabe28-ae5c-485d-8306-0548d67134ba 2018-08-27 14:47:11,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:47:11,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:47:11,338 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:47:11 GMT Server: Apache x-openstack-request-id: req-328f693b-7346-44db-9571-5bc1d10f164d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:47:11,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:47:11 GMT Server: Apache x-openstack-request-id: req-88bd2ca0-2bd4-4df1-b4fc-556b9f2144a0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:47:11,380 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-88bd2ca0-2bd4-4df1-b4fc-556b9f2144a0 2018-08-27 14:47:11,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.331935882568s 2018-08-27 14:47:11,381 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-88bd2ca0-2bd4-4df1-b4fc-556b9f2144a0 2018-08-27 14:47:16,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:47:16,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:47:16,417 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:47:16 GMT Server: Apache x-openstack-request-id: req-d19ee902-4b91-4739-a34d-935cbb391919 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:47:16,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:47:16 GMT Server: Apache x-openstack-request-id: req-467d6b62-aaed-40bc-ab78-0a951d0e3007 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:47:16,459 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-467d6b62-aaed-40bc-ab78-0a951d0e3007 2018-08-27 14:47:16,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714349746704s 2018-08-27 14:47:16,459 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-467d6b62-aaed-40bc-ab78-0a951d0e3007 2018-08-27 14:47:21,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:47:21,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:47:21,490 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:47:21 GMT Server: Apache x-openstack-request-id: req-21179587-f70d-4eea-bc74-246d054c2f70 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:47:21,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:47:21 GMT Server: Apache x-openstack-request-id: req-6590a46d-c7b7-464e-8041-7ace361b631b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:47:21,533 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6590a46d-c7b7-464e-8041-7ace361b631b 2018-08-27 14:47:21,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723350048065s 2018-08-27 14:47:21,533 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6590a46d-c7b7-464e-8041-7ace361b631b 2018-08-27 14:47:21,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:47:21,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:47:21,563 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:47:21 GMT Server: Apache x-openstack-request-id: req-78ccdcaf-9b2d-4339-b5c9-098fadbf8561 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:47:21,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:47:21 GMT Server: Apache x-openstack-request-id: req-72c6fde4-a34b-4b00-a8ca-683578df0f32 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:47:21,604 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-72c6fde4-a34b-4b00-a8ca-683578df0f32 2018-08-27 14:47:21,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0707180500031s 2018-08-27 14:47:21,605 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-72c6fde4-a34b-4b00-a8ca-683578df0f32 2018-08-27 14:47:26,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:47:26,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:47:26,642 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:47:26 GMT Server: Apache x-openstack-request-id: req-c77b6911-3cf6-4963-a1f0-34611f882786 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:47:26,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:47:26 GMT Server: Apache x-openstack-request-id: req-88bcc974-959a-4c0e-9cfb-b9ee70a79300 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:47:26,684 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-88bcc974-959a-4c0e-9cfb-b9ee70a79300 2018-08-27 14:47:26,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072005033493s 2018-08-27 14:47:26,684 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-88bcc974-959a-4c0e-9cfb-b9ee70a79300 2018-08-27 14:47:31,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:47:31,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:47:31,719 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:47:31 GMT Server: Apache x-openstack-request-id: req-916144ef-c35a-43db-9312-35210ef61ba6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:47:31,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:47:31 GMT Server: Apache x-openstack-request-id: req-ff8ae980-92a6-4bfe-8314-09d4ea0207f9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:47:31,761 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ff8ae980-92a6-4bfe-8314-09d4ea0207f9 2018-08-27 14:47:31,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711739063263s 2018-08-27 14:47:31,761 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ff8ae980-92a6-4bfe-8314-09d4ea0207f9 2018-08-27 14:47:31,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:47:31,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:47:31,807 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:47:31 GMT Server: Apache x-openstack-request-id: req-d488a461-8b4f-4157-b766-1294f4d3fda0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:47:31,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:47:31 GMT Server: Apache x-openstack-request-id: req-646cfc81-38f8-4008-b4ee-28be65616cff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:47:31,849 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-646cfc81-38f8-4008-b4ee-28be65616cff 2018-08-27 14:47:31,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0873401165009s 2018-08-27 14:47:31,850 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-646cfc81-38f8-4008-b4ee-28be65616cff 2018-08-27 14:47:36,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:47:36,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:47:36,885 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:47:36 GMT Server: Apache x-openstack-request-id: req-85598865-eb9a-4175-acb0-b903d4486f3c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:47:36,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:47:36 GMT Server: Apache x-openstack-request-id: req-bce3141c-2f98-4c96-978c-df91373dbf44 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:47:36,927 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bce3141c-2f98-4c96-978c-df91373dbf44 2018-08-27 14:47:36,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0704591274261s 2018-08-27 14:47:36,927 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bce3141c-2f98-4c96-978c-df91373dbf44 2018-08-27 14:47:41,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:47:41,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:47:41,962 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:47:41 GMT Server: Apache x-openstack-request-id: req-00d89b9a-5daf-471c-9ab7-74f3c1e9fd5d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:47:42,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:47:41 GMT Server: Apache x-openstack-request-id: req-bbd65eca-0d05-4c5d-87c0-344e3becc24a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:47:42,004 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bbd65eca-0d05-4c5d-87c0-344e3becc24a 2018-08-27 14:47:42,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719039440155s 2018-08-27 14:47:42,005 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bbd65eca-0d05-4c5d-87c0-344e3becc24a 2018-08-27 14:47:42,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:47:42,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:47:42,032 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:47:41 GMT Server: Apache x-openstack-request-id: req-61dee972-86b7-4124-873b-912a6396561c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:47:42,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:47:42 GMT Server: Apache x-openstack-request-id: req-a8ab814b-be3f-4738-8d58-d632dfcfeee3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:47:42,073 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a8ab814b-be3f-4738-8d58-d632dfcfeee3 2018-08-27 14:47:42,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0672700405121s 2018-08-27 14:47:42,073 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a8ab814b-be3f-4738-8d58-d632dfcfeee3 2018-08-27 14:47:47,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:47:47,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:47:47,109 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:47:47 GMT Server: Apache x-openstack-request-id: req-ae116ec0-193d-4937-92f4-f16ab63f1e21 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:47:47,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:47:47 GMT Server: Apache x-openstack-request-id: req-d65d46f2-38fd-4e9f-b6f8-b7922eab7cf3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:47:47,151 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d65d46f2-38fd-4e9f-b6f8-b7922eab7cf3 2018-08-27 14:47:47,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719089508057s 2018-08-27 14:47:47,152 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d65d46f2-38fd-4e9f-b6f8-b7922eab7cf3 2018-08-27 14:47:52,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:47:52,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:47:52,187 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:47:52 GMT Server: Apache x-openstack-request-id: req-4b202445-318f-4b9b-8a9a-5fbf6b078db9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:47:52,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:47:52 GMT Server: Apache x-openstack-request-id: req-231ae65a-88a7-40e6-9eba-d090d07deabb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:47:52,230 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-231ae65a-88a7-40e6-9eba-d090d07deabb 2018-08-27 14:47:52,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722558498383s 2018-08-27 14:47:52,230 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-231ae65a-88a7-40e6-9eba-d090d07deabb 2018-08-27 14:47:52,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:47:52,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:47:52,259 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:47:52 GMT Server: Apache x-openstack-request-id: req-bb2de921-f4f9-4423-8429-ea1fffffe6e1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:47:52,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:47:52 GMT Server: Apache x-openstack-request-id: req-e6be00ab-9a16-4a11-ac53-ba74c8236f08 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:47:52,300 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e6be00ab-9a16-4a11-ac53-ba74c8236f08 2018-08-27 14:47:52,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.070011138916s 2018-08-27 14:47:52,301 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e6be00ab-9a16-4a11-ac53-ba74c8236f08 2018-08-27 14:47:57,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:47:57,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:47:57,338 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:47:57 GMT Server: Apache x-openstack-request-id: req-63f9febc-d8e1-4fe3-b6bf-f9fb49d55269 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:47:57,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:47:57 GMT Server: Apache x-openstack-request-id: req-c1492ea4-7e91-4573-9b2b-6950dfc4c84e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:47:57,378 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c1492ea4-7e91-4573-9b2b-6950dfc4c84e 2018-08-27 14:47:57,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0706679821014s 2018-08-27 14:47:57,379 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c1492ea4-7e91-4573-9b2b-6950dfc4c84e 2018-08-27 14:48:02,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:48:02,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:48:02,415 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:48:02 GMT Server: Apache x-openstack-request-id: req-4069ff64-97ac-4334-b4f9-c53df65533e9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:48:02,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:48:02 GMT Server: Apache x-openstack-request-id: req-4579933d-ea19-4350-8885-834d9664161d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:48:02,456 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4579933d-ea19-4350-8885-834d9664161d 2018-08-27 14:48:02,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718238353729s 2018-08-27 14:48:02,457 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4579933d-ea19-4350-8885-834d9664161d 2018-08-27 14:48:02,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:48:02,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:48:02,486 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:48:02 GMT Server: Apache x-openstack-request-id: req-8686aa67-6340-4566-9fed-93ec8a5e4904 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:48:02,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:48:02 GMT Server: Apache x-openstack-request-id: req-5410cf24-7f90-4b16-b2d4-a60ca07b69b4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:48:02,511 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5410cf24-7f90-4b16-b2d4-a60ca07b69b4 2018-08-27 14:48:02,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.054291009903s 2018-08-27 14:48:02,512 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5410cf24-7f90-4b16-b2d4-a60ca07b69b4 2018-08-27 14:48:07,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:48:07,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:48:07,549 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:48:07 GMT Server: Apache x-openstack-request-id: req-c4bb9484-8bb0-4484-b065-1ba01d60a978 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:48:07,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:48:07 GMT Server: Apache x-openstack-request-id: req-5a2fe059-e579-4959-ac98-d9b01d69e976 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:48:07,591 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5a2fe059-e579-4959-ac98-d9b01d69e976 2018-08-27 14:48:07,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725769996643s 2018-08-27 14:48:07,591 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5a2fe059-e579-4959-ac98-d9b01d69e976 2018-08-27 14:48:12,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:48:12,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:48:12,628 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:48:12 GMT Server: Apache x-openstack-request-id: req-67e1bb8a-d965-4410-bc15-5f0e8b40455f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:48:12,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:48:12 GMT Server: Apache x-openstack-request-id: req-6545c641-147f-48bf-9e72-0ec1395b9c13 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:48:12,670 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6545c641-147f-48bf-9e72-0ec1395b9c13 2018-08-27 14:48:12,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728278160095s 2018-08-27 14:48:12,670 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6545c641-147f-48bf-9e72-0ec1395b9c13 2018-08-27 14:48:12,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:48:12,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:48:12,700 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:48:12 GMT Server: Apache x-openstack-request-id: req-9c6a2120-7fd1-415b-9344-4f8340b953c4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:48:12,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:48:12 GMT Server: Apache x-openstack-request-id: req-c55e113b-faa5-48d6-9286-66c6e47bc867 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:48:12,741 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c55e113b-faa5-48d6-9286-66c6e47bc867 2018-08-27 14:48:12,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0703649520874s 2018-08-27 14:48:12,742 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c55e113b-faa5-48d6-9286-66c6e47bc867 2018-08-27 14:48:17,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:48:17,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:48:17,780 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:48:17 GMT Server: Apache x-openstack-request-id: req-7394df79-8fb7-425e-b5f3-f0ecec692429 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:48:18,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:48:17 GMT Server: Apache x-openstack-request-id: req-858c8ad7-d8ba-423d-b049-c78205646da5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:48:18,091 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-858c8ad7-d8ba-423d-b049-c78205646da5 2018-08-27 14:48:18,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.342661857605s 2018-08-27 14:48:18,091 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-858c8ad7-d8ba-423d-b049-c78205646da5 2018-08-27 14:48:23,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:48:23,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:48:23,367 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:48:23 GMT Server: Apache x-openstack-request-id: req-6d5c4be7-392b-4fbf-a46c-c3503321f885 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:48:23,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:48:23 GMT Server: Apache x-openstack-request-id: req-db25ea1a-8bd9-4bbd-8374-d9645e9e8dcd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:48:23,408 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-db25ea1a-8bd9-4bbd-8374-d9645e9e8dcd 2018-08-27 14:48:23,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.31539607048s 2018-08-27 14:48:23,409 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-db25ea1a-8bd9-4bbd-8374-d9645e9e8dcd 2018-08-27 14:48:23,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:48:23,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:48:23,699 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:48:23 GMT Server: Apache x-openstack-request-id: req-91bbefca-8feb-4d02-988a-289dba5a8e49 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:48:23,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:48:23 GMT Server: Apache x-openstack-request-id: req-48c9a3da-5de1-494e-9823-b5e8bf01ed05 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:48:23,741 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-48c9a3da-5de1-494e-9823-b5e8bf01ed05 2018-08-27 14:48:23,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.331850767136s 2018-08-27 14:48:23,741 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-48c9a3da-5de1-494e-9823-b5e8bf01ed05 2018-08-27 14:48:28,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:48:28,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:48:28,778 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:48:28 GMT Server: Apache x-openstack-request-id: req-f2d8b8f8-6cf9-4786-864b-a43dce5c8e34 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:48:28,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:48:28 GMT Server: Apache x-openstack-request-id: req-16a9437e-ceb2-4b5f-85aa-1a9a63c51f14 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:48:28,821 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-16a9437e-ceb2-4b5f-85aa-1a9a63c51f14 2018-08-27 14:48:28,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724530220032s 2018-08-27 14:48:28,821 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-16a9437e-ceb2-4b5f-85aa-1a9a63c51f14 2018-08-27 14:48:33,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:48:33,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:48:33,857 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:48:33 GMT Server: Apache x-openstack-request-id: req-79880379-4b5c-4e9b-9270-676b2a80570c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:48:33,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:48:33 GMT Server: Apache x-openstack-request-id: req-27c2ee7a-589d-43a7-9dc3-b5475b46a29e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:48:33,898 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-27c2ee7a-589d-43a7-9dc3-b5475b46a29e 2018-08-27 14:48:33,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712261199951s 2018-08-27 14:48:33,899 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-27c2ee7a-589d-43a7-9dc3-b5475b46a29e 2018-08-27 14:48:33,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:48:33,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:48:33,928 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:48:33 GMT Server: Apache x-openstack-request-id: req-5840055e-9f94-48d3-b469-d162f36308af Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:48:33,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:48:33 GMT Server: Apache x-openstack-request-id: req-0dc30a34-c7b7-4959-aab4-3e2b87a47a62 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:48:33,970 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-0dc30a34-c7b7-4959-aab4-3e2b87a47a62 2018-08-27 14:48:33,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0706398487091s 2018-08-27 14:48:33,970 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-0dc30a34-c7b7-4959-aab4-3e2b87a47a62 2018-08-27 14:48:38,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:48:38,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:48:39,009 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:48:38 GMT Server: Apache x-openstack-request-id: req-afb4a1a1-0fbc-4f19-ba3f-3f5ccde6ff20 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:48:39,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:48:38 GMT Server: Apache x-openstack-request-id: req-b5b7fc77-9fd5-4fbf-96bc-1e2bbdb83fb1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:48:39,052 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b5b7fc77-9fd5-4fbf-96bc-1e2bbdb83fb1 2018-08-27 14:48:39,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0752539634705s 2018-08-27 14:48:39,053 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b5b7fc77-9fd5-4fbf-96bc-1e2bbdb83fb1 2018-08-27 14:48:44,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:48:44,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:48:44,088 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:48:44 GMT Server: Apache x-openstack-request-id: req-fa5040e0-be0e-4a97-b80e-355c4c681ccd Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:48:44,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:48:44 GMT Server: Apache x-openstack-request-id: req-b2afdde1-48a9-469f-95cf-18dd16ab1616 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:48:44,130 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b2afdde1-48a9-469f-95cf-18dd16ab1616 2018-08-27 14:48:44,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712928771973s 2018-08-27 14:48:44,130 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b2afdde1-48a9-469f-95cf-18dd16ab1616 2018-08-27 14:48:44,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:48:44,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:48:44,160 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:48:44 GMT Server: Apache x-openstack-request-id: req-3afaf865-67be-4505-91ef-15846b85fd2e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:48:44,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:48:44 GMT Server: Apache x-openstack-request-id: req-3f475bf7-717a-4ad0-9140-acc1e6ba3424 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:48:44,203 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3f475bf7-717a-4ad0-9140-acc1e6ba3424 2018-08-27 14:48:44,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0723271369934s 2018-08-27 14:48:44,203 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3f475bf7-717a-4ad0-9140-acc1e6ba3424 2018-08-27 14:48:49,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:48:49,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:48:49,242 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:48:49 GMT Server: Apache x-openstack-request-id: req-d3d1e682-5da3-49ce-98c5-f897dd815b67 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:48:49,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:48:49 GMT Server: Apache x-openstack-request-id: req-f6209e08-3567-44d4-b6fb-7045fa746e45 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:48:49,557 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f6209e08-3567-44d4-b6fb-7045fa746e45 2018-08-27 14:48:49,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.346706867218s 2018-08-27 14:48:49,557 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f6209e08-3567-44d4-b6fb-7045fa746e45 2018-08-27 14:48:54,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:48:54,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:48:54,594 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:48:54 GMT Server: Apache x-openstack-request-id: req-7a85a2e9-ecac-471b-a915-0958d87bfdbc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:48:54,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:48:54 GMT Server: Apache x-openstack-request-id: req-0f6b46f4-6379-457b-80cb-ef053194b6d1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:48:54,635 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0f6b46f4-6379-457b-80cb-ef053194b6d1 2018-08-27 14:48:54,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716338157654s 2018-08-27 14:48:54,635 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0f6b46f4-6379-457b-80cb-ef053194b6d1 2018-08-27 14:48:54,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:48:54,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:48:54,663 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:48:54 GMT Server: Apache x-openstack-request-id: req-719f7e96-11af-4615-b6e4-11e9a74ae3ea Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:48:54,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:48:54 GMT Server: Apache x-openstack-request-id: req-05aa8e3e-fe7e-4379-8364-cef0ced15f02 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:48:54,958 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-05aa8e3e-fe7e-4379-8364-cef0ced15f02 2018-08-27 14:48:54,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.322531938553s 2018-08-27 14:48:54,959 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-05aa8e3e-fe7e-4379-8364-cef0ced15f02 2018-08-27 14:48:59,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:48:59,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:49:00,249 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:48:59 GMT Server: Apache x-openstack-request-id: req-ea11e105-52ba-4beb-b105-3500c3218286 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:49:00,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:49:00 GMT Server: Apache x-openstack-request-id: req-d3c46851-9fe5-40b1-b477-587cdd93b68a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:49:00,291 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d3c46851-9fe5-40b1-b477-587cdd93b68a 2018-08-27 14:49:00,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.325796842575s 2018-08-27 14:49:00,291 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d3c46851-9fe5-40b1-b477-587cdd93b68a 2018-08-27 14:49:05,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:49:05,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:49:05,345 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:49:05 GMT Server: Apache x-openstack-request-id: req-4aa95cc4-c4d9-47e8-99f2-0b7896ee2b21 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:49:05,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:49:05 GMT Server: Apache x-openstack-request-id: req-24d08c1b-bfc0-49d1-ad7a-c036479aa0cf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:49:05,387 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-24d08c1b-bfc0-49d1-ad7a-c036479aa0cf 2018-08-27 14:49:05,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0894770622253s 2018-08-27 14:49:05,387 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-24d08c1b-bfc0-49d1-ad7a-c036479aa0cf 2018-08-27 14:49:05,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:49:05,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:49:05,416 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:49:05 GMT Server: Apache x-openstack-request-id: req-2d82cd24-3336-4bb5-b50b-32ed058eb22f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:49:05,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:49:05 GMT Server: Apache x-openstack-request-id: req-625227dd-7ded-4798-b320-b8d9ca9365a9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:49:05,458 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-625227dd-7ded-4798-b320-b8d9ca9365a9 2018-08-27 14:49:05,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0700340270996s 2018-08-27 14:49:05,458 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-625227dd-7ded-4798-b320-b8d9ca9365a9 2018-08-27 14:49:10,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:49:10,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:49:10,494 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:49:10 GMT Server: Apache x-openstack-request-id: req-9c88c3c9-90a2-44d6-99e4-2379b6809917 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:49:10,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:49:10 GMT Server: Apache x-openstack-request-id: req-fd463b70-2887-49ff-bc29-eddeda022f0d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:49:10,536 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-fd463b70-2887-49ff-bc29-eddeda022f0d 2018-08-27 14:49:10,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713489055634s 2018-08-27 14:49:10,536 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-fd463b70-2887-49ff-bc29-eddeda022f0d 2018-08-27 14:49:15,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:49:15,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:49:15,572 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:49:15 GMT Server: Apache x-openstack-request-id: req-8e495d0c-d452-4d76-93cd-f8a25a1495cc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:49:15,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:49:15 GMT Server: Apache x-openstack-request-id: req-8a69f3f4-40b3-4793-8aa9-2d00f9913980 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:49:15,615 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8a69f3f4-40b3-4793-8aa9-2d00f9913980 2018-08-27 14:49:15,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734198093414s 2018-08-27 14:49:15,616 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8a69f3f4-40b3-4793-8aa9-2d00f9913980 2018-08-27 14:49:15,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:49:15,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:49:15,921 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:49:15 GMT Server: Apache x-openstack-request-id: req-04c7de2a-86ff-410a-8e93-9c1659bc4e6c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:49:15,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:49:15 GMT Server: Apache x-openstack-request-id: req-bbe1a7c4-e223-4be9-93a5-3873dcb1847f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:49:15,949 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-bbe1a7c4-e223-4be9-93a5-3873dcb1847f 2018-08-27 14:49:15,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.332299947739s 2018-08-27 14:49:15,949 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-bbe1a7c4-e223-4be9-93a5-3873dcb1847f 2018-08-27 14:49:20,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:49:20,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:49:21,001 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:49:20 GMT Server: Apache x-openstack-request-id: req-bc02f046-ba19-4e4b-9f9c-59071c2596b5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:49:21,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:49:20 GMT Server: Apache x-openstack-request-id: req-c408bf14-a6be-4511-bb98-494d19d60f1c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:49:21,043 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c408bf14-a6be-4511-bb98-494d19d60f1c 2018-08-27 14:49:21,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0876059532166s 2018-08-27 14:49:21,044 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c408bf14-a6be-4511-bb98-494d19d60f1c 2018-08-27 14:49:26,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:49:26,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:49:26,079 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:49:26 GMT Server: Apache x-openstack-request-id: req-15df2add-b207-4fd0-a870-4dfa81436ed7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:49:26,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:49:26 GMT Server: Apache x-openstack-request-id: req-cfa87517-73c4-46ae-8644-d9098ce3e36a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:49:26,121 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-cfa87517-73c4-46ae-8644-d9098ce3e36a 2018-08-27 14:49:26,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717768669128s 2018-08-27 14:49:26,121 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-cfa87517-73c4-46ae-8644-d9098ce3e36a 2018-08-27 14:49:26,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:49:26,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:49:26,151 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:49:26 GMT Server: Apache x-openstack-request-id: req-f8812e0c-7bda-4907-9565-5fb7b4118287 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:49:26,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:49:26 GMT Server: Apache x-openstack-request-id: req-aa796adc-48e9-46d5-9d19-e3cb66f649a8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:49:26,193 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-aa796adc-48e9-46d5-9d19-e3cb66f649a8 2018-08-27 14:49:26,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0711319446564s 2018-08-27 14:49:26,193 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-aa796adc-48e9-46d5-9d19-e3cb66f649a8 2018-08-27 14:49:31,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:49:31,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:49:31,247 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:49:31 GMT Server: Apache x-openstack-request-id: req-6db51fca-02d7-4f5b-9948-642f10a4e31f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:49:31,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:49:31 GMT Server: Apache x-openstack-request-id: req-9b4a9b79-42b6-4e7d-b4a6-1aafffad1419 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:49:31,291 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9b4a9b79-42b6-4e7d-b4a6-1aafffad1419 2018-08-27 14:49:31,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0910220146179s 2018-08-27 14:49:31,291 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9b4a9b79-42b6-4e7d-b4a6-1aafffad1419 2018-08-27 14:49:36,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:49:36,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:49:36,327 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:49:36 GMT Server: Apache x-openstack-request-id: req-7308eb33-d1a2-4f0e-bc74-daa735a1e73e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:49:36,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:49:36 GMT Server: Apache x-openstack-request-id: req-7685fda6-5921-4e8c-9ba6-bbc6dc7f84be Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:49:36,369 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7685fda6-5921-4e8c-9ba6-bbc6dc7f84be 2018-08-27 14:49:36,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715050697327s 2018-08-27 14:49:36,369 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7685fda6-5921-4e8c-9ba6-bbc6dc7f84be 2018-08-27 14:49:36,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:49:36,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:49:36,402 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:49:36 GMT Server: Apache x-openstack-request-id: req-0e0792af-48be-4365-8468-4acda7efb913 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:49:36,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:49:36 GMT Server: Apache x-openstack-request-id: req-0cb5b7ee-cb3b-4023-abb1-f287eba854fd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:49:36,446 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-0cb5b7ee-cb3b-4023-abb1-f287eba854fd 2018-08-27 14:49:36,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0762150287628s 2018-08-27 14:49:36,446 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-0cb5b7ee-cb3b-4023-abb1-f287eba854fd 2018-08-27 14:49:41,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:49:41,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:49:41,484 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:49:41 GMT Server: Apache x-openstack-request-id: req-29201b95-dba7-45d5-963e-ec3a24fcf385 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:49:41,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:49:41 GMT Server: Apache x-openstack-request-id: req-0093bcc1-cee6-407f-80fb-58d7537af862 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:49:41,525 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0093bcc1-cee6-407f-80fb-58d7537af862 2018-08-27 14:49:41,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724129676819s 2018-08-27 14:49:41,526 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0093bcc1-cee6-407f-80fb-58d7537af862 2018-08-27 14:49:46,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:49:46,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:49:46,562 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:49:46 GMT Server: Apache x-openstack-request-id: req-82cddeea-a834-46e8-bf39-52071d9a2bc5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:49:46,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:49:46 GMT Server: Apache x-openstack-request-id: req-cb202df3-2420-47ec-b3a7-56891ef48a79 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:49:46,604 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-cb202df3-2420-47ec-b3a7-56891ef48a79 2018-08-27 14:49:46,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725469589233s 2018-08-27 14:49:46,604 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-cb202df3-2420-47ec-b3a7-56891ef48a79 2018-08-27 14:49:46,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:49:46,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:49:46,633 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:49:46 GMT Server: Apache x-openstack-request-id: req-7eb107e8-2141-4750-a204-e488221cc457 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:49:46,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:49:46 GMT Server: Apache x-openstack-request-id: req-f5657803-68a1-4162-a5e4-aefa0e0aed04 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:49:46,675 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-f5657803-68a1-4162-a5e4-aefa0e0aed04 2018-08-27 14:49:46,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0703501701355s 2018-08-27 14:49:46,676 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-f5657803-68a1-4162-a5e4-aefa0e0aed04 2018-08-27 14:49:51,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:49:51,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:49:51,712 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:49:51 GMT Server: Apache x-openstack-request-id: req-f7743aea-405d-4dbb-92b2-d15597932eea Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:49:51,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:49:51 GMT Server: Apache x-openstack-request-id: req-48319a10-2367-4af3-8348-fc5c4c9a8479 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:49:51,754 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-48319a10-2367-4af3-8348-fc5c4c9a8479 2018-08-27 14:49:51,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718259811401s 2018-08-27 14:49:51,755 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-48319a10-2367-4af3-8348-fc5c4c9a8479 2018-08-27 14:49:56,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:49:56,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:49:56,790 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:49:56 GMT Server: Apache x-openstack-request-id: req-8ff36aaf-3d4b-4178-9768-92b14a881e25 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:49:56,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:49:56 GMT Server: Apache x-openstack-request-id: req-8fd320c0-0bf9-478c-b6ea-d0cc609d49fd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:49:56,833 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8fd320c0-0bf9-478c-b6ea-d0cc609d49fd 2018-08-27 14:49:56,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723910331726s 2018-08-27 14:49:56,833 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8fd320c0-0bf9-478c-b6ea-d0cc609d49fd 2018-08-27 14:49:56,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:49:56,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:49:56,863 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:49:56 GMT Server: Apache x-openstack-request-id: req-61b5e0a4-1d71-45cc-8313-0c98ebdab9b9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:49:56,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:49:56 GMT Server: Apache x-openstack-request-id: req-44c7e206-1980-4621-930a-ea79650bd5e8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:49:56,904 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-44c7e206-1980-4621-930a-ea79650bd5e8 2018-08-27 14:49:56,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.070967912674s 2018-08-27 14:49:56,905 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-44c7e206-1980-4621-930a-ea79650bd5e8 2018-08-27 14:50:01,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:50:01,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:50:02,215 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:50:01 GMT Server: Apache x-openstack-request-id: req-dbb25ac3-9ddf-417f-a603-9dd5def3027b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:50:02,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:50:02 GMT Server: Apache x-openstack-request-id: req-5477eeb5-d470-463c-8d69-a7a64bca49fa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:50:02,255 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5477eeb5-d470-463c-8d69-a7a64bca49fa 2018-08-27 14:50:02,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.347961902618s 2018-08-27 14:50:02,256 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5477eeb5-d470-463c-8d69-a7a64bca49fa 2018-08-27 14:50:07,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:50:07,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:50:07,560 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:50:07 GMT Server: Apache x-openstack-request-id: req-5aba6e50-c1cc-4189-a58c-2ad76b8e5f72 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:50:07,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:50:07 GMT Server: Apache x-openstack-request-id: req-89fbe553-38f8-4542-be1a-1af86a779f6a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:50:07,601 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-89fbe553-38f8-4542-be1a-1af86a779f6a 2018-08-27 14:50:07,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.343367099762s 2018-08-27 14:50:07,601 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-89fbe553-38f8-4542-be1a-1af86a779f6a 2018-08-27 14:50:07,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:50:07,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:50:07,633 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:50:07 GMT Server: Apache x-openstack-request-id: req-0955e38f-1884-4ddc-9aec-777c907a868f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:50:07,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:50:07 GMT Server: Apache x-openstack-request-id: req-cd29cb28-7118-41d1-8c00-c6057615d0d0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:50:07,675 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-cd29cb28-7118-41d1-8c00-c6057615d0d0 2018-08-27 14:50:07,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0738089084625s 2018-08-27 14:50:07,676 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-cd29cb28-7118-41d1-8c00-c6057615d0d0 2018-08-27 14:50:12,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:50:12,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:50:12,713 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:50:12 GMT Server: Apache x-openstack-request-id: req-57fb5e7c-7b51-4d0d-856b-fa4422835ad5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:50:12,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:50:12 GMT Server: Apache x-openstack-request-id: req-8098b776-9399-4505-a993-0840612920f2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:50:12,754 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8098b776-9399-4505-a993-0840612920f2 2018-08-27 14:50:12,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710649490356s 2018-08-27 14:50:12,754 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8098b776-9399-4505-a993-0840612920f2 2018-08-27 14:50:17,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:50:17,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:50:17,790 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:50:17 GMT Server: Apache x-openstack-request-id: req-211b27ca-905c-47e1-a169-a2a79fded628 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:50:17,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:50:17 GMT Server: Apache x-openstack-request-id: req-5e0beb49-e703-4fd6-b842-f9d960701e77 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:50:17,832 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5e0beb49-e703-4fd6-b842-f9d960701e77 2018-08-27 14:50:17,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071760892868s 2018-08-27 14:50:17,832 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5e0beb49-e703-4fd6-b842-f9d960701e77 2018-08-27 14:50:17,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:50:17,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:50:17,863 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:50:17 GMT Server: Apache x-openstack-request-id: req-6cd6dc4e-7513-4eaf-8da3-a4217d4f46fd Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:50:18,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:50:17 GMT Server: Apache x-openstack-request-id: req-559e3d3e-b718-4d48-b04d-1c623b54c2f1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:50:18,566 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-559e3d3e-b718-4d48-b04d-1c623b54c2f1 2018-08-27 14:50:18,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.733052015305s 2018-08-27 14:50:18,566 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-559e3d3e-b718-4d48-b04d-1c623b54c2f1 2018-08-27 14:50:23,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:50:23,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:50:23,869 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:50:23 GMT Server: Apache x-openstack-request-id: req-9e5325b8-071b-49e4-8f70-45d6abe34d19 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:50:23,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:50:23 GMT Server: Apache x-openstack-request-id: req-8c02fc44-ac2b-46f4-99a1-4d567c374f46 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:50:23,911 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8c02fc44-ac2b-46f4-99a1-4d567c374f46 2018-08-27 14:50:23,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.337276220322s 2018-08-27 14:50:23,911 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8c02fc44-ac2b-46f4-99a1-4d567c374f46 2018-08-27 14:50:28,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:50:28,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:50:28,947 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:50:28 GMT Server: Apache x-openstack-request-id: req-1466f061-4724-4c29-98dd-ff99ef59c610 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:50:28,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:50:28 GMT Server: Apache x-openstack-request-id: req-70178b9e-ad22-4c9c-b4fe-7bddd3e53e3f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:50:28,988 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-70178b9e-ad22-4c9c-b4fe-7bddd3e53e3f 2018-08-27 14:50:28,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071151971817s 2018-08-27 14:50:28,989 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-70178b9e-ad22-4c9c-b4fe-7bddd3e53e3f 2018-08-27 14:50:28,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:50:28,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:50:29,017 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:50:28 GMT Server: Apache x-openstack-request-id: req-21f9679b-901d-49df-9888-5647deb68401 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:50:29,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:50:29 GMT Server: Apache x-openstack-request-id: req-cf762d0b-08d5-4d69-96cb-a1d05cdfdd5c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:50:29,059 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-cf762d0b-08d5-4d69-96cb-a1d05cdfdd5c 2018-08-27 14:50:29,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.070023059845s 2018-08-27 14:50:29,059 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-cf762d0b-08d5-4d69-96cb-a1d05cdfdd5c 2018-08-27 14:50:34,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:50:34,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:50:34,098 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:50:34 GMT Server: Apache x-openstack-request-id: req-d5bb16c8-e2e4-4a4e-8a5a-5636f1eb8bfd Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:50:34,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:50:34 GMT Server: Apache x-openstack-request-id: req-71320c25-5878-4964-8118-e851dd220740 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:50:34,142 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-71320c25-5878-4964-8118-e851dd220740 2018-08-27 14:50:34,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0755648612976s 2018-08-27 14:50:34,142 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-71320c25-5878-4964-8118-e851dd220740 2018-08-27 14:50:39,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:50:39,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:50:39,173 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:50:39 GMT Server: Apache x-openstack-request-id: req-3632b0f8-b428-457c-b1d0-62ee646cd265 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:50:39,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:50:39 GMT Server: Apache x-openstack-request-id: req-038c90fa-2e77-4ae4-8ebb-4568be6d9804 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:50:39,216 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-038c90fa-2e77-4ae4-8ebb-4568be6d9804 2018-08-27 14:50:39,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726010799408s 2018-08-27 14:50:39,216 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-038c90fa-2e77-4ae4-8ebb-4568be6d9804 2018-08-27 14:50:39,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:50:39,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:50:39,246 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:50:39 GMT Server: Apache x-openstack-request-id: req-aad14602-ad2c-4073-b620-db16267cbf19 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:50:39,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:50:39 GMT Server: Apache x-openstack-request-id: req-703b9c6c-c157-4c14-af8a-cf7ea78a965b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:50:39,289 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-703b9c6c-c157-4c14-af8a-cf7ea78a965b 2018-08-27 14:50:39,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719981193542s 2018-08-27 14:50:39,289 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-703b9c6c-c157-4c14-af8a-cf7ea78a965b 2018-08-27 14:50:44,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:50:44,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:50:44,604 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:50:44 GMT Server: Apache x-openstack-request-id: req-e222edad-8282-4a76-9744-2620b759b932 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:50:44,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:50:44 GMT Server: Apache x-openstack-request-id: req-0b3a366b-4047-455f-947f-6c68b6a0e185 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:50:44,646 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0b3a366b-4047-455f-947f-6c68b6a0e185 2018-08-27 14:50:44,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.350128889084s 2018-08-27 14:50:44,646 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0b3a366b-4047-455f-947f-6c68b6a0e185 2018-08-27 14:50:49,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:50:49,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:50:49,683 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:50:49 GMT Server: Apache x-openstack-request-id: req-2211be80-ee17-47ca-8bce-184c6a6caa7d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:50:49,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:50:49 GMT Server: Apache x-openstack-request-id: req-4996a35e-8c2e-4dbd-89bc-355236818a12 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:50:49,725 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4996a35e-8c2e-4dbd-89bc-355236818a12 2018-08-27 14:50:49,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726389884949s 2018-08-27 14:50:49,725 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4996a35e-8c2e-4dbd-89bc-355236818a12 2018-08-27 14:50:49,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:50:49,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:50:49,755 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:50:49 GMT Server: Apache x-openstack-request-id: req-b8fb0bff-0075-4c34-820f-f7d8d2264be6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:50:49,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:50:49 GMT Server: Apache x-openstack-request-id: req-ceeb11ba-8709-4f16-894c-77fcfad1c94e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:50:49,796 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ceeb11ba-8709-4f16-894c-77fcfad1c94e 2018-08-27 14:50:49,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.070601940155s 2018-08-27 14:50:49,797 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ceeb11ba-8709-4f16-894c-77fcfad1c94e 2018-08-27 14:50:54,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:50:54,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:50:54,835 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:50:54 GMT Server: Apache x-openstack-request-id: req-243094b3-9a9d-4ac7-af09-135b0efd531d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:50:54,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:50:54 GMT Server: Apache x-openstack-request-id: req-a7a75be5-636f-468f-88a8-4b48fe8f172d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:50:54,876 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a7a75be5-636f-468f-88a8-4b48fe8f172d 2018-08-27 14:50:54,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727570056915s 2018-08-27 14:50:54,876 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a7a75be5-636f-468f-88a8-4b48fe8f172d 2018-08-27 14:50:59,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:50:59,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:51:00,166 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:50:59 GMT Server: Apache x-openstack-request-id: req-f0d19171-abf4-4fa2-93cd-89a26d1091a2 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:51:00,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:51:00 GMT Server: Apache x-openstack-request-id: req-90e19d1a-1765-48be-8f44-745e39fc3474 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:51:00,208 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-90e19d1a-1765-48be-8f44-745e39fc3474 2018-08-27 14:51:00,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.326242923737s 2018-08-27 14:51:00,209 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-90e19d1a-1765-48be-8f44-745e39fc3474 2018-08-27 14:51:00,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:51:00,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:51:00,238 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:51:00 GMT Server: Apache x-openstack-request-id: req-75bd13fc-1a5c-4cd9-9f61-1ab05e1ba2f0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:51:00,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:51:00 GMT Server: Apache x-openstack-request-id: req-f13de73e-1990-430e-943b-f0c7e07b9ef1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:51:00,282 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-f13de73e-1990-430e-943b-f0c7e07b9ef1 2018-08-27 14:51:00,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0727808475494s 2018-08-27 14:51:00,283 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-f13de73e-1990-430e-943b-f0c7e07b9ef1 2018-08-27 14:51:05,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:51:05,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:51:05,319 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:51:05 GMT Server: Apache x-openstack-request-id: req-75e6e671-5288-48a0-97c6-6b083e2c96f0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:51:05,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:51:05 GMT Server: Apache x-openstack-request-id: req-501b64cf-3a82-41f0-b7f0-6056b5e197ec Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:51:05,360 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-501b64cf-3a82-41f0-b7f0-6056b5e197ec 2018-08-27 14:51:05,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711288452148s 2018-08-27 14:51:05,361 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-501b64cf-3a82-41f0-b7f0-6056b5e197ec 2018-08-27 14:51:10,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:51:10,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:51:10,397 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:51:10 GMT Server: Apache x-openstack-request-id: req-7f9eeed9-f03a-4a3a-b3ef-60900f8e1833 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:51:10,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:51:10 GMT Server: Apache x-openstack-request-id: req-79a3a2a1-3413-4627-b137-7f6d40c146d3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:51:10,695 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-79a3a2a1-3413-4627-b137-7f6d40c146d3 2018-08-27 14:51:10,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.328342914581s 2018-08-27 14:51:10,695 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-79a3a2a1-3413-4627-b137-7f6d40c146d3 2018-08-27 14:51:10,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:51:10,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:51:11,011 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:51:10 GMT Server: Apache x-openstack-request-id: req-ad41e7f3-0ca1-45fd-9e99-6d7d415be646 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:51:11,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:51:11 GMT Server: Apache x-openstack-request-id: req-8c240fe6-6a56-4696-a91a-06dc1050572c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:51:11,054 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8c240fe6-6a56-4696-a91a-06dc1050572c 2018-08-27 14:51:11,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.358426094055s 2018-08-27 14:51:11,055 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8c240fe6-6a56-4696-a91a-06dc1050572c 2018-08-27 14:51:16,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:51:16,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:51:16,092 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:51:16 GMT Server: Apache x-openstack-request-id: req-148aeeb2-98d3-4c68-b911-b5bdefaeceec Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:51:16,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:51:16 GMT Server: Apache x-openstack-request-id: req-3f8caf06-a880-4d54-b8df-cd48ed6941e8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:51:16,405 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3f8caf06-a880-4d54-b8df-cd48ed6941e8 2018-08-27 14:51:16,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.343503952026s 2018-08-27 14:51:16,405 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3f8caf06-a880-4d54-b8df-cd48ed6941e8 2018-08-27 14:51:21,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:51:21,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:51:21,442 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:51:21 GMT Server: Apache x-openstack-request-id: req-4631f400-50d8-43c1-8b1c-253afa03f6ad Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:51:21,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:51:21 GMT Server: Apache x-openstack-request-id: req-40a5de82-991f-4abe-adee-d0dfa0a9988c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:51:21,484 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-40a5de82-991f-4abe-adee-d0dfa0a9988c 2018-08-27 14:51:21,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734839439392s 2018-08-27 14:51:21,485 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-40a5de82-991f-4abe-adee-d0dfa0a9988c 2018-08-27 14:51:21,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:51:21,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:51:21,778 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:51:21 GMT Server: Apache x-openstack-request-id: req-d31cb789-362b-4b93-9996-a29e57e10325 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:51:21,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:51:21 GMT Server: Apache x-openstack-request-id: req-3589295c-1d54-43a0-8bd3-551dd383bc0d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:51:21,820 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3589295c-1d54-43a0-8bd3-551dd383bc0d 2018-08-27 14:51:21,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.334491014481s 2018-08-27 14:51:21,820 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3589295c-1d54-43a0-8bd3-551dd383bc0d 2018-08-27 14:51:26,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:51:26,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:51:26,856 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:51:26 GMT Server: Apache x-openstack-request-id: req-88c0500a-341e-4dc9-a3d4-b65709a9454c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:51:27,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:51:26 GMT Server: Apache x-openstack-request-id: req-039930f1-0db1-4366-a488-788fe247a36c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:51:27,151 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-039930f1-0db1-4366-a488-788fe247a36c 2018-08-27 14:51:27,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.323729991913s 2018-08-27 14:51:27,151 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-039930f1-0db1-4366-a488-788fe247a36c 2018-08-27 14:51:32,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:51:32,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:51:32,188 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:51:32 GMT Server: Apache x-openstack-request-id: req-7ea2bc8d-d4c8-408e-b1e8-f0bbabfda9b6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:51:32,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:51:32 GMT Server: Apache x-openstack-request-id: req-24e167a6-640a-4b31-834d-0b3fd83c017b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:51:32,231 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-24e167a6-640a-4b31-834d-0b3fd83c017b 2018-08-27 14:51:32,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736148357391s 2018-08-27 14:51:32,231 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-24e167a6-640a-4b31-834d-0b3fd83c017b 2018-08-27 14:51:32,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:51:32,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:51:32,261 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:51:32 GMT Server: Apache x-openstack-request-id: req-b7d2a703-0757-4699-b2e8-112e341e0e3a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:51:32,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:51:32 GMT Server: Apache x-openstack-request-id: req-70a6b4f8-d058-49a9-886b-ded403041e53 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:51:32,565 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-70a6b4f8-d058-49a9-886b-ded403041e53 2018-08-27 14:51:32,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.333357095718s 2018-08-27 14:51:32,565 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-70a6b4f8-d058-49a9-886b-ded403041e53 2018-08-27 14:51:37,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:51:37,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:51:37,875 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:51:37 GMT Server: Apache x-openstack-request-id: req-94b73887-cd27-4a13-a1b9-b4a45aa757c1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:51:37,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:51:37 GMT Server: Apache x-openstack-request-id: req-caf90571-07f7-4ef8-9c5b-7be305f531d8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:51:37,919 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-caf90571-07f7-4ef8-9c5b-7be305f531d8 2018-08-27 14:51:37,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.348279953003s 2018-08-27 14:51:37,920 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-caf90571-07f7-4ef8-9c5b-7be305f531d8 2018-08-27 14:51:42,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:51:42,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:51:42,956 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:51:42 GMT Server: Apache x-openstack-request-id: req-a5a05b34-6b1b-44b6-a21b-3b543a3c6c7d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:51:42,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:51:42 GMT Server: Apache x-openstack-request-id: req-0a9754e6-de0f-46cb-8f7a-1e7b38cb808f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:51:42,999 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0a9754e6-de0f-46cb-8f7a-1e7b38cb808f 2018-08-27 14:51:42,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734989643097s 2018-08-27 14:51:42,999 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0a9754e6-de0f-46cb-8f7a-1e7b38cb808f 2018-08-27 14:51:43,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:51:43,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:51:43,032 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:51:42 GMT Server: Apache x-openstack-request-id: req-176a553c-f808-4418-9dd5-68b375d51934 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:51:43,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:51:43 GMT Server: Apache x-openstack-request-id: req-96374a9a-4ddc-433a-b1ec-6bae57a5476b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:51:43,075 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-96374a9a-4ddc-433a-b1ec-6bae57a5476b 2018-08-27 14:51:43,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0754861831665s 2018-08-27 14:51:43,076 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-96374a9a-4ddc-433a-b1ec-6bae57a5476b 2018-08-27 14:51:48,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:51:48,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:51:48,112 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:51:48 GMT Server: Apache x-openstack-request-id: req-edba242c-9557-4c0f-acd9-77043935448b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:51:48,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:51:48 GMT Server: Apache x-openstack-request-id: req-a1c3bc5e-642e-40d4-b89e-7033049bff63 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:51:48,154 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a1c3bc5e-642e-40d4-b89e-7033049bff63 2018-08-27 14:51:48,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716490745544s 2018-08-27 14:51:48,154 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a1c3bc5e-642e-40d4-b89e-7033049bff63 2018-08-27 14:51:53,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:51:53,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:51:53,191 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:51:53 GMT Server: Apache x-openstack-request-id: req-60c2121d-52d2-4d48-89de-bb97a3e8ba35 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:51:53,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:51:53 GMT Server: Apache x-openstack-request-id: req-ca2c39c4-94e0-4d0a-b51f-9f2e7397a059 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:51:53,496 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ca2c39c4-94e0-4d0a-b51f-9f2e7397a059 2018-08-27 14:51:53,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.335932016373s 2018-08-27 14:51:53,496 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ca2c39c4-94e0-4d0a-b51f-9f2e7397a059 2018-08-27 14:51:53,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:51:53,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:51:53,526 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:51:53 GMT Server: Apache x-openstack-request-id: req-915ed7b0-80ec-4228-a798-7b5695a18689 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:51:53,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:51:53 GMT Server: Apache x-openstack-request-id: req-3603f24b-6087-4a0a-929f-02d396e21fb7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:51:53,568 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3603f24b-6087-4a0a-929f-02d396e21fb7 2018-08-27 14:51:53,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.070681810379s 2018-08-27 14:51:53,568 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3603f24b-6087-4a0a-929f-02d396e21fb7 2018-08-27 14:51:58,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:51:58,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:51:58,870 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:51:58 GMT Server: Apache x-openstack-request-id: req-c98bdea5-0c26-4d4d-8f02-d97189007321 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:51:58,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:51:58 GMT Server: Apache x-openstack-request-id: req-8384ac75-af35-4de7-9fc2-c99ff86fca4f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:51:58,913 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8384ac75-af35-4de7-9fc2-c99ff86fca4f 2018-08-27 14:51:58,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.338907957077s 2018-08-27 14:51:58,914 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8384ac75-af35-4de7-9fc2-c99ff86fca4f 2018-08-27 14:52:03,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:52:03,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:52:03,949 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:52:03 GMT Server: Apache x-openstack-request-id: req-2d1db31d-dbae-40a9-aa63-b84f8c7c5a3d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:52:03,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:52:03 GMT Server: Apache x-openstack-request-id: req-56724a74-9894-4b4e-b5f2-314f7ce7e83f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:52:03,993 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-56724a74-9894-4b4e-b5f2-314f7ce7e83f 2018-08-27 14:52:03,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732479095459s 2018-08-27 14:52:03,993 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-56724a74-9894-4b4e-b5f2-314f7ce7e83f 2018-08-27 14:52:03,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:52:03,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:52:04,021 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:52:03 GMT Server: Apache x-openstack-request-id: req-82b7e8b4-de4f-4b6f-836d-9ce8f8e7611c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:52:04,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:52:04 GMT Server: Apache x-openstack-request-id: req-28667c32-0dfb-4eac-80a6-a54850182d72 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:52:04,340 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-28667c32-0dfb-4eac-80a6-a54850182d72 2018-08-27 14:52:04,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.346583843231s 2018-08-27 14:52:04,340 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-28667c32-0dfb-4eac-80a6-a54850182d72 2018-08-27 14:52:09,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:52:09,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:52:09,377 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:52:09 GMT Server: Apache x-openstack-request-id: req-b2120978-e819-472d-9634-a5211daa0bb7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:52:09,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:52:09 GMT Server: Apache x-openstack-request-id: req-397d2579-cfbc-4309-aaea-cbc7651f4732 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:52:09,684 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-397d2579-cfbc-4309-aaea-cbc7651f4732 2018-08-27 14:52:09,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.336508989334s 2018-08-27 14:52:09,684 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-397d2579-cfbc-4309-aaea-cbc7651f4732 2018-08-27 14:52:14,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:52:14,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:52:14,720 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:52:14 GMT Server: Apache x-openstack-request-id: req-483ed5d0-c00d-466c-a4ee-1e7732adfedf Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:52:15,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:52:14 GMT Server: Apache x-openstack-request-id: req-957d8859-3776-40fa-94d5-3da058fe77c6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:52:15,035 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-957d8859-3776-40fa-94d5-3da058fe77c6 2018-08-27 14:52:15,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.345541954041s 2018-08-27 14:52:15,036 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-957d8859-3776-40fa-94d5-3da058fe77c6 2018-08-27 14:52:15,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:52:15,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:52:15,065 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:52:15 GMT Server: Apache x-openstack-request-id: req-77e375f6-4256-4325-8336-34a76bcc0500 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:52:15,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:52:15 GMT Server: Apache x-openstack-request-id: req-6d54327c-164d-42cc-a124-df8cc9031eae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:52:15,107 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6d54327c-164d-42cc-a124-df8cc9031eae 2018-08-27 14:52:15,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0710511207581s 2018-08-27 14:52:15,108 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6d54327c-164d-42cc-a124-df8cc9031eae 2018-08-27 14:52:20,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:52:20,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:52:20,144 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:52:20 GMT Server: Apache x-openstack-request-id: req-cfc5fcf7-e762-4677-a926-a686fe9610b0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:52:20,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:52:20 GMT Server: Apache x-openstack-request-id: req-7ddcd68c-2641-4220-9d6d-6660a9b4aa03 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:52:20,185 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7ddcd68c-2641-4220-9d6d-6660a9b4aa03 2018-08-27 14:52:20,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711510181427s 2018-08-27 14:52:20,186 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7ddcd68c-2641-4220-9d6d-6660a9b4aa03 2018-08-27 14:52:25,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:52:25,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:52:25,220 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:52:25 GMT Server: Apache x-openstack-request-id: req-9c0236c1-bb8f-43a5-8a87-b2f37df83aee Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:52:25,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:52:25 GMT Server: Apache x-openstack-request-id: req-3b927950-7485-4b29-8481-e2ea772c6e59 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:52:25,263 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3b927950-7485-4b29-8481-e2ea772c6e59 2018-08-27 14:52:25,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715579986572s 2018-08-27 14:52:25,263 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3b927950-7485-4b29-8481-e2ea772c6e59 2018-08-27 14:52:25,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:52:25,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:52:25,292 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:52:25 GMT Server: Apache x-openstack-request-id: req-c09532f8-3bc6-4a3a-b386-3a6786fde5cf Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:52:25,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:52:25 GMT Server: Apache x-openstack-request-id: req-a452ad3d-a9d4-44a8-b135-279ac25b4eb7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:52:25,602 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a452ad3d-a9d4-44a8-b135-279ac25b4eb7 2018-08-27 14:52:25,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.338694095612s 2018-08-27 14:52:25,603 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a452ad3d-a9d4-44a8-b135-279ac25b4eb7 2018-08-27 14:52:30,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:52:30,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:52:30,873 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:52:30 GMT Server: Apache x-openstack-request-id: req-5de6f978-e735-40ee-98ed-76d9629ccff0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:52:30,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:52:30 GMT Server: Apache x-openstack-request-id: req-223b9f21-b1de-4935-b4e1-a970e8690e12 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:52:30,915 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-223b9f21-b1de-4935-b4e1-a970e8690e12 2018-08-27 14:52:30,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.305155038834s 2018-08-27 14:52:30,915 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-223b9f21-b1de-4935-b4e1-a970e8690e12 2018-08-27 14:52:35,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:52:35,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:52:35,949 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:52:35 GMT Server: Apache x-openstack-request-id: req-440d3a62-c62d-48ed-864d-b9366349693f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:52:35,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:52:35 GMT Server: Apache x-openstack-request-id: req-194d3b28-db56-4490-98ae-8b578ee089c8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:52:35,990 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-194d3b28-db56-4490-98ae-8b578ee089c8 2018-08-27 14:52:35,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714199542999s 2018-08-27 14:52:35,990 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-194d3b28-db56-4490-98ae-8b578ee089c8 2018-08-27 14:52:35,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:52:35,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:52:36,294 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:52:35 GMT Server: Apache x-openstack-request-id: req-3e19b83c-8b1b-4d4a-9994-b59985657c2b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:52:36,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:52:36 GMT Server: Apache x-openstack-request-id: req-305f447f-5685-493f-a7a9-304d57fa54ae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:52:36,336 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-305f447f-5685-493f-a7a9-304d57fa54ae 2018-08-27 14:52:36,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.345461845398s 2018-08-27 14:52:36,337 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-305f447f-5685-493f-a7a9-304d57fa54ae 2018-08-27 14:52:41,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:52:41,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:52:41,374 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:52:41 GMT Server: Apache x-openstack-request-id: req-4fe47e99-a76a-49a2-a168-2af79ff516aa Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:52:41,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:52:41 GMT Server: Apache x-openstack-request-id: req-2282105e-25eb-4d72-9c23-03b813922d0d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:52:41,416 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2282105e-25eb-4d72-9c23-03b813922d0d 2018-08-27 14:52:41,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724039077759s 2018-08-27 14:52:41,416 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2282105e-25eb-4d72-9c23-03b813922d0d 2018-08-27 14:52:46,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:52:46,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:52:46,452 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:52:46 GMT Server: Apache x-openstack-request-id: req-ec1d974b-31da-4cdb-a255-60fd6504ce89 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:52:46,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:52:46 GMT Server: Apache x-openstack-request-id: req-68a0f759-670a-4dae-91b5-01a7a22b7ea4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:52:46,493 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-68a0f759-670a-4dae-91b5-01a7a22b7ea4 2018-08-27 14:52:46,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071161031723s 2018-08-27 14:52:46,494 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-68a0f759-670a-4dae-91b5-01a7a22b7ea4 2018-08-27 14:52:46,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:52:46,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:52:46,523 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:52:46 GMT Server: Apache x-openstack-request-id: req-6e853de8-2f17-45dc-8485-b0761727f6cd Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:52:46,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:52:46 GMT Server: Apache x-openstack-request-id: req-12c2fca4-0f40-4dce-a956-5f8c4aa0a491 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:52:46,565 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-12c2fca4-0f40-4dce-a956-5f8c4aa0a491 2018-08-27 14:52:46,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0713119506836s 2018-08-27 14:52:46,566 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-12c2fca4-0f40-4dce-a956-5f8c4aa0a491 2018-08-27 14:52:51,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:52:51,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:52:51,605 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:52:51 GMT Server: Apache x-openstack-request-id: req-a5058cc0-f904-4296-a938-25c4aa21e9d2 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:52:51,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:52:51 GMT Server: Apache x-openstack-request-id: req-2e15dd6b-37e6-400d-9071-a8b128a15cd7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:52:51,648 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2e15dd6b-37e6-400d-9071-a8b128a15cd7 2018-08-27 14:52:51,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0759198665619s 2018-08-27 14:52:51,649 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2e15dd6b-37e6-400d-9071-a8b128a15cd7 2018-08-27 14:52:56,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:52:56,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:52:56,926 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:52:56 GMT Server: Apache x-openstack-request-id: req-96dbbe09-a1f6-4920-b3cd-7a0474930b22 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:52:56,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:52:56 GMT Server: Apache x-openstack-request-id: req-3e70d486-c8db-441e-80a8-1363da48d9ed Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:52:56,967 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3e70d486-c8db-441e-80a8-1363da48d9ed 2018-08-27 14:52:56,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.313152074814s 2018-08-27 14:52:56,968 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3e70d486-c8db-441e-80a8-1363da48d9ed 2018-08-27 14:52:56,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:52:56,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:52:56,997 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:52:56 GMT Server: Apache x-openstack-request-id: req-5a117db3-0f20-464b-9c60-8d668374de9e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:52:57,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:52:57 GMT Server: Apache x-openstack-request-id: req-8f06df8c-7dca-412d-b39a-80e0403eae17 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:52:57,040 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8f06df8c-7dca-412d-b39a-80e0403eae17 2018-08-27 14:52:57,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0715539455414s 2018-08-27 14:52:57,040 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8f06df8c-7dca-412d-b39a-80e0403eae17 2018-08-27 14:53:02,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:53:02,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:53:02,077 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:53:02 GMT Server: Apache x-openstack-request-id: req-905d42d9-d336-4654-bcff-3a1eaa4ef030 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:53:02,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:53:02 GMT Server: Apache x-openstack-request-id: req-97dbac3a-6da5-47c5-a648-cab5aa093de0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:53:02,119 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-97dbac3a-6da5-47c5-a648-cab5aa093de0 2018-08-27 14:53:02,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723581314087s 2018-08-27 14:53:02,120 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-97dbac3a-6da5-47c5-a648-cab5aa093de0 2018-08-27 14:53:07,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:53:07,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:53:07,154 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:53:07 GMT Server: Apache x-openstack-request-id: req-8c6fabbe-279a-4afe-8fe0-50fb451ed3c9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:53:07,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:53:07 GMT Server: Apache x-openstack-request-id: req-3e893da8-a0f7-47a6-8359-27999ee8cee4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:53:07,195 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3e893da8-a0f7-47a6-8359-27999ee8cee4 2018-08-27 14:53:07,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0698509216309s 2018-08-27 14:53:07,196 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3e893da8-a0f7-47a6-8359-27999ee8cee4 2018-08-27 14:53:07,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:53:07,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:53:07,224 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:53:07 GMT Server: Apache x-openstack-request-id: req-d5e62fec-c49e-4aa1-b827-d99c37d8d9e2 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:53:07,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:53:07 GMT Server: Apache x-openstack-request-id: req-e20d4660-9982-4468-bd4b-681b552fc009 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:53:07,542 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e20d4660-9982-4468-bd4b-681b552fc009 2018-08-27 14:53:07,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.345925807953s 2018-08-27 14:53:07,543 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e20d4660-9982-4468-bd4b-681b552fc009 2018-08-27 14:53:12,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:53:12,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:53:12,580 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:53:12 GMT Server: Apache x-openstack-request-id: req-3b9298e1-5b7a-4386-938e-0afa558f8ff7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:53:12,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:53:12 GMT Server: Apache x-openstack-request-id: req-73a399e6-f6f6-49e2-9029-5d2c60cce3e9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:53:12,622 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-73a399e6-f6f6-49e2-9029-5d2c60cce3e9 2018-08-27 14:53:12,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727288722992s 2018-08-27 14:53:12,623 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-73a399e6-f6f6-49e2-9029-5d2c60cce3e9 2018-08-27 14:53:17,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:53:17,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:53:17,659 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:53:17 GMT Server: Apache x-openstack-request-id: req-17c3f4db-a423-46b0-b2c1-c051d7a69111 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:53:17,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:53:17 GMT Server: Apache x-openstack-request-id: req-fe7948f8-abed-4c68-ada2-0a65d1554cbf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:53:17,700 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-fe7948f8-abed-4c68-ada2-0a65d1554cbf 2018-08-27 14:53:17,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717039108276s 2018-08-27 14:53:17,701 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-fe7948f8-abed-4c68-ada2-0a65d1554cbf 2018-08-27 14:53:17,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:53:17,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:53:17,729 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:53:17 GMT Server: Apache x-openstack-request-id: req-fc3f5ec1-a8c0-4e7a-a08b-7309db5b3ce6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:53:17,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:53:17 GMT Server: Apache x-openstack-request-id: req-34ec0b24-24c0-4d91-a8e0-aaa910a3709d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:53:17,772 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-34ec0b24-24c0-4d91-a8e0-aaa910a3709d 2018-08-27 14:53:17,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0703248977661s 2018-08-27 14:53:17,772 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-34ec0b24-24c0-4d91-a8e0-aaa910a3709d 2018-08-27 14:53:22,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:53:22,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:53:22,812 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:53:22 GMT Server: Apache x-openstack-request-id: req-9283acb7-bde5-4184-bfc4-8bc86db6796f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:53:22,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:53:22 GMT Server: Apache x-openstack-request-id: req-d4babaf0-f45e-47b8-b302-1c9df456c765 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:53:22,856 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d4babaf0-f45e-47b8-b302-1c9df456c765 2018-08-27 14:53:22,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0772948265076s 2018-08-27 14:53:22,857 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d4babaf0-f45e-47b8-b302-1c9df456c765 2018-08-27 14:53:27,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:53:27,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:53:27,892 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:53:27 GMT Server: Apache x-openstack-request-id: req-85451f80-88a4-40dd-96ff-e7b1d57e83e2 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:53:27,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:53:27 GMT Server: Apache x-openstack-request-id: req-089f21a0-d69b-4d02-9d12-f56ceecb3dbe Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:53:27,934 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-089f21a0-d69b-4d02-9d12-f56ceecb3dbe 2018-08-27 14:53:27,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713391304016s 2018-08-27 14:53:27,934 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-089f21a0-d69b-4d02-9d12-f56ceecb3dbe 2018-08-27 14:53:27,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:53:27,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:53:27,964 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:53:27 GMT Server: Apache x-openstack-request-id: req-a19b0d85-42a1-4b8a-aedf-2c36ce4e478f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:53:28,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:53:27 GMT Server: Apache x-openstack-request-id: req-a3ef9a43-6a1f-4470-b0ef-028203ae3d98 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:53:28,007 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a3ef9a43-6a1f-4470-b0ef-028203ae3d98 2018-08-27 14:53:28,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719809532166s 2018-08-27 14:53:28,007 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a3ef9a43-6a1f-4470-b0ef-028203ae3d98 2018-08-27 14:53:33,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:53:33,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:53:33,044 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:53:33 GMT Server: Apache x-openstack-request-id: req-48c7ec70-6813-4874-9bef-cff2af61730f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:53:33,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:53:33 GMT Server: Apache x-openstack-request-id: req-633748fa-6609-466e-a224-e29ed251bbe9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:53:33,087 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-633748fa-6609-466e-a224-e29ed251bbe9 2018-08-27 14:53:33,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733659267426s 2018-08-27 14:53:33,088 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-633748fa-6609-466e-a224-e29ed251bbe9 2018-08-27 14:53:38,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:53:38,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:53:38,124 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:53:38 GMT Server: Apache x-openstack-request-id: req-f1a5736e-b60e-456f-a601-96e3b5afaf5a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:53:38,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:53:38 GMT Server: Apache x-openstack-request-id: req-cfe0ccdc-d93e-4b98-855a-2fd2b3d60859 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:53:38,167 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-cfe0ccdc-d93e-4b98-855a-2fd2b3d60859 2018-08-27 14:53:38,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735599994659s 2018-08-27 14:53:38,168 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-cfe0ccdc-d93e-4b98-855a-2fd2b3d60859 2018-08-27 14:53:38,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:53:38,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:53:38,198 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:53:38 GMT Server: Apache x-openstack-request-id: req-d12d59a1-8b80-4c6c-b7cd-98739d6e7e73 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:53:38,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:53:38 GMT Server: Apache x-openstack-request-id: req-5b8b7397-bdd5-460b-ab09-07b7ab785c1c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:53:38,241 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5b8b7397-bdd5-460b-ab09-07b7ab785c1c 2018-08-27 14:53:38,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.072830915451s 2018-08-27 14:53:38,242 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5b8b7397-bdd5-460b-ab09-07b7ab785c1c 2018-08-27 14:53:43,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:53:43,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:53:43,529 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:53:43 GMT Server: Apache x-openstack-request-id: req-c336247f-96e5-4cc6-9096-4a9f3e75de78 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:53:44,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:53:43 GMT Server: Apache x-openstack-request-id: req-ea9f3687-9f29-451e-b1f3-68078d88627c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:53:44,225 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ea9f3687-9f29-451e-b1f3-68078d88627c 2018-08-27 14:53:44,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.976482868195s 2018-08-27 14:53:44,225 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ea9f3687-9f29-451e-b1f3-68078d88627c 2018-08-27 14:53:49,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:53:49,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:53:49,278 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:53:49 GMT Server: Apache x-openstack-request-id: req-426d93f1-1931-4d70-807f-ea46ca619ab4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:53:49,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:53:49 GMT Server: Apache x-openstack-request-id: req-986fc20f-4060-4dbf-b1c3-4da381c64ede Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:53:49,320 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-986fc20f-4060-4dbf-b1c3-4da381c64ede 2018-08-27 14:53:49,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0885310173035s 2018-08-27 14:53:49,320 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-986fc20f-4060-4dbf-b1c3-4da381c64ede 2018-08-27 14:53:49,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:53:49,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:53:49,618 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:53:49 GMT Server: Apache x-openstack-request-id: req-d038d4e3-59a2-4cb7-8573-38aa45b0430f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:53:49,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:53:49 GMT Server: Apache x-openstack-request-id: req-36dcaa1b-91cd-4d87-9d61-6c8fa58c8852 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:53:49,660 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-36dcaa1b-91cd-4d87-9d61-6c8fa58c8852 2018-08-27 14:53:49,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.338923931122s 2018-08-27 14:53:49,660 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-36dcaa1b-91cd-4d87-9d61-6c8fa58c8852 2018-08-27 14:53:54,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:53:54,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:53:54,693 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:53:54 GMT Server: Apache x-openstack-request-id: req-a00cef5f-4b4f-44da-abb1-31cfc44c5c1d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:53:55,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:53:54 GMT Server: Apache x-openstack-request-id: req-ded7e80a-1f7e-4919-884c-9fb46d372e43 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:53:55,512 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ded7e80a-1f7e-4919-884c-9fb46d372e43 2018-08-27 14:53:55,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.849139213562s 2018-08-27 14:53:55,512 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ded7e80a-1f7e-4919-884c-9fb46d372e43 2018-08-27 14:54:00,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:54:00,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:54:00,544 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:54:00 GMT Server: Apache x-openstack-request-id: req-8f055b61-4d20-47e1-89b2-537c064f0e71 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:54:00,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:54:00 GMT Server: Apache x-openstack-request-id: req-fc87403c-1bfa-4d93-8c63-66e6297bc524 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:54:00,586 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-fc87403c-1bfa-4d93-8c63-66e6297bc524 2018-08-27 14:54:00,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714190006256s 2018-08-27 14:54:00,586 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-fc87403c-1bfa-4d93-8c63-66e6297bc524 2018-08-27 14:54:00,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:54:00,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:54:00,864 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:54:00 GMT Server: Apache x-openstack-request-id: req-2706518e-0e06-4998-9a7c-6ba3b45bb552 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:54:01,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:54:00 GMT Server: Apache x-openstack-request-id: req-c7fdee57-4d78-4356-956a-c3f72bdbc7aa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:54:01,179 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c7fdee57-4d78-4356-956a-c3f72bdbc7aa 2018-08-27 14:54:01,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.592283010483s 2018-08-27 14:54:01,180 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c7fdee57-4d78-4356-956a-c3f72bdbc7aa 2018-08-27 14:54:06,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:54:06,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:54:06,220 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:54:06 GMT Server: Apache x-openstack-request-id: req-c53b90a0-4808-484e-b353-d55215765ede Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:54:06,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:54:06 GMT Server: Apache x-openstack-request-id: req-ad90ae80-d575-46bd-a547-621dfe9aca2c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:54:06,261 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ad90ae80-d575-46bd-a547-621dfe9aca2c 2018-08-27 14:54:06,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0742390155792s 2018-08-27 14:54:06,262 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ad90ae80-d575-46bd-a547-621dfe9aca2c 2018-08-27 14:54:11,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:54:11,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:54:11,301 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:54:11 GMT Server: Apache x-openstack-request-id: req-b0501d11-b313-4d2b-bb73-5e08284931e1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:54:11,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:54:11 GMT Server: Apache x-openstack-request-id: req-c5c7e2da-3ebe-4bf4-b8dc-e971512219a9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:54:11,344 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c5c7e2da-3ebe-4bf4-b8dc-e971512219a9 2018-08-27 14:54:11,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0767221450806s 2018-08-27 14:54:11,345 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c5c7e2da-3ebe-4bf4-b8dc-e971512219a9 2018-08-27 14:54:11,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:54:11,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:54:11,375 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:54:11 GMT Server: Apache x-openstack-request-id: req-4ba8855f-d949-4847-95d2-49fec53408bc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:54:11,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:54:11 GMT Server: Apache x-openstack-request-id: req-dd1d8034-8341-4684-9eb2-1da439367bca Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:54:11,707 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-dd1d8034-8341-4684-9eb2-1da439367bca 2018-08-27 14:54:11,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.361601114273s 2018-08-27 14:54:11,707 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-dd1d8034-8341-4684-9eb2-1da439367bca 2018-08-27 14:54:16,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:54:16,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:54:16,743 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:54:16 GMT Server: Apache x-openstack-request-id: req-cb5bbdd1-441a-400d-84fb-ef130acdf486 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:54:16,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:54:16 GMT Server: Apache x-openstack-request-id: req-5b281d85-aedc-4761-bfbd-5fc48223e6cc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:54:16,783 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5b281d85-aedc-4761-bfbd-5fc48223e6cc 2018-08-27 14:54:16,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0694508552551s 2018-08-27 14:54:16,784 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5b281d85-aedc-4761-bfbd-5fc48223e6cc 2018-08-27 14:54:21,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:54:21,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:54:21,819 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:54:21 GMT Server: Apache x-openstack-request-id: req-17fb1988-4e0a-4a21-8b77-c8d7f789e62e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:54:22,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:54:21 GMT Server: Apache x-openstack-request-id: req-566d2e54-34d4-4be6-9ee1-386f90fc1fac Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:54:22,133 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-566d2e54-34d4-4be6-9ee1-386f90fc1fac 2018-08-27 14:54:22,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.343986034393s 2018-08-27 14:54:22,134 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-566d2e54-34d4-4be6-9ee1-386f90fc1fac 2018-08-27 14:54:22,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:54:22,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:54:22,163 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:54:22 GMT Server: Apache x-openstack-request-id: req-7416bcdf-19cb-4e9c-a361-806409ca0d0b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:54:22,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:54:22 GMT Server: Apache x-openstack-request-id: req-396099de-d7a9-4288-aa1e-744468c78e8e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:54:22,205 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-396099de-d7a9-4288-aa1e-744468c78e8e 2018-08-27 14:54:22,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0702049732208s 2018-08-27 14:54:22,205 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-396099de-d7a9-4288-aa1e-744468c78e8e 2018-08-27 14:54:27,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:54:27,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:54:27,242 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:54:27 GMT Server: Apache x-openstack-request-id: req-1a4dbb2c-a4df-43d4-9490-8a45feabe387 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:54:27,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:54:27 GMT Server: Apache x-openstack-request-id: req-6eb6ebfe-6b85-44b5-a8dd-41465e5199de Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:54:27,283 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6eb6ebfe-6b85-44b5-a8dd-41465e5199de 2018-08-27 14:54:27,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.07088804245s 2018-08-27 14:54:27,283 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6eb6ebfe-6b85-44b5-a8dd-41465e5199de 2018-08-27 14:54:32,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:54:32,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:54:32,320 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:54:32 GMT Server: Apache x-openstack-request-id: req-652ab02d-29ec-426e-8ae7-b737888a1ebd Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:54:32,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:54:32 GMT Server: Apache x-openstack-request-id: req-4f0bb83b-666b-46ef-9301-5a52da3311f6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:54:32,362 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4f0bb83b-666b-46ef-9301-5a52da3311f6 2018-08-27 14:54:32,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732960700989s 2018-08-27 14:54:32,363 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4f0bb83b-666b-46ef-9301-5a52da3311f6 2018-08-27 14:54:32,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:54:32,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:54:32,393 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:54:32 GMT Server: Apache x-openstack-request-id: req-6047a801-5095-4dd0-acf9-06810ba10c54 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:54:32,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:54:32 GMT Server: Apache x-openstack-request-id: req-27b991f1-fcf1-43a5-8b3f-30d835736c7c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:54:32,434 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-27b991f1-fcf1-43a5-8b3f-30d835736c7c 2018-08-27 14:54:32,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0708360671997s 2018-08-27 14:54:32,435 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-27b991f1-fcf1-43a5-8b3f-30d835736c7c 2018-08-27 14:54:37,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:54:37,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:54:37,470 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:54:37 GMT Server: Apache x-openstack-request-id: req-88a5690e-ad21-45d6-b876-407884aae14a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:54:37,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:54:37 GMT Server: Apache x-openstack-request-id: req-04a984eb-df70-47ce-86ad-56e3feae61a3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:54:37,512 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-04a984eb-df70-47ce-86ad-56e3feae61a3 2018-08-27 14:54:37,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712411403656s 2018-08-27 14:54:37,513 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-04a984eb-df70-47ce-86ad-56e3feae61a3 2018-08-27 14:54:42,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:54:42,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:54:42,549 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:54:42 GMT Server: Apache x-openstack-request-id: req-d21a29e8-1423-44ba-b06f-bc2af191bed7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:54:42,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:54:42 GMT Server: Apache x-openstack-request-id: req-1480e847-b4bc-4b88-871d-21412dbb46a1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:54:42,591 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1480e847-b4bc-4b88-871d-21412dbb46a1 2018-08-27 14:54:42,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719480514526s 2018-08-27 14:54:42,591 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1480e847-b4bc-4b88-871d-21412dbb46a1 2018-08-27 14:54:42,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:54:42,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:54:42,621 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:54:42 GMT Server: Apache x-openstack-request-id: req-dc1e0e16-3736-49ab-b088-1b01f371ee46 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:54:42,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:54:42 GMT Server: Apache x-openstack-request-id: req-80bd11da-50a3-4056-acdb-9ed237e361ed Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:54:42,663 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-80bd11da-50a3-4056-acdb-9ed237e361ed 2018-08-27 14:54:42,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0711100101471s 2018-08-27 14:54:42,663 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-80bd11da-50a3-4056-acdb-9ed237e361ed 2018-08-27 14:54:47,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:54:47,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:54:47,700 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:54:47 GMT Server: Apache x-openstack-request-id: req-fabfea6d-3f2c-4589-98b5-68177bca6150 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:54:47,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:54:47 GMT Server: Apache x-openstack-request-id: req-d22ac797-7723-4a09-b172-4bdebbdbdf4d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:54:47,742 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d22ac797-7723-4a09-b172-4bdebbdbdf4d 2018-08-27 14:54:47,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722079277039s 2018-08-27 14:54:47,742 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d22ac797-7723-4a09-b172-4bdebbdbdf4d 2018-08-27 14:54:52,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:54:52,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:54:52,778 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:54:52 GMT Server: Apache x-openstack-request-id: req-971fdd83-514f-4a76-bf6e-d1d65dd8f238 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:54:52,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:54:52 GMT Server: Apache x-openstack-request-id: req-5c99f902-84e4-401f-9c48-d06eaa6510d9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:54:52,819 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5c99f902-84e4-401f-9c48-d06eaa6510d9 2018-08-27 14:54:52,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.070897102356s 2018-08-27 14:54:52,820 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5c99f902-84e4-401f-9c48-d06eaa6510d9 2018-08-27 14:54:52,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:54:52,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:54:52,848 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:54:52 GMT Server: Apache x-openstack-request-id: req-4f2e79e9-febc-4bfd-a487-3ca6504c9091 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:54:52,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:54:52 GMT Server: Apache x-openstack-request-id: req-2a7b8147-1ab7-47e9-b470-4af9b7c2e916 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:54:52,890 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2a7b8147-1ab7-47e9-b470-4af9b7c2e916 2018-08-27 14:54:52,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0704169273376s 2018-08-27 14:54:52,891 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2a7b8147-1ab7-47e9-b470-4af9b7c2e916 2018-08-27 14:54:57,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:54:57,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:54:57,943 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:54:57 GMT Server: Apache x-openstack-request-id: req-43ce9cde-7d2a-4ade-8718-803d2a2e9332 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:54:57,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:54:57 GMT Server: Apache x-openstack-request-id: req-4b90481f-3592-4860-868d-5f519ae6c26e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:54:57,987 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4b90481f-3592-4860-868d-5f519ae6c26e 2018-08-27 14:54:57,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0898358821869s 2018-08-27 14:54:57,988 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4b90481f-3592-4860-868d-5f519ae6c26e 2018-08-27 14:55:02,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:55:02,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:55:03,023 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:55:03 GMT Server: Apache x-openstack-request-id: req-eeae6e67-1d73-442b-b87c-8a83220a3c1b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:55:03,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:55:03 GMT Server: Apache x-openstack-request-id: req-5a986cb0-b409-4822-8a4b-692e9bb23031 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:55:03,065 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5a986cb0-b409-4822-8a4b-692e9bb23031 2018-08-27 14:55:03,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719361305237s 2018-08-27 14:55:03,066 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5a986cb0-b409-4822-8a4b-692e9bb23031 2018-08-27 14:55:03,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:55:03,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:55:03,094 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:55:03 GMT Server: Apache x-openstack-request-id: req-831517aa-a0a7-427c-9cdc-2a97477a4403 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:55:03,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:55:03 GMT Server: Apache x-openstack-request-id: req-ccbe8ef4-35b6-4be0-8682-4877cb34864c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:55:03,136 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ccbe8ef4-35b6-4be0-8682-4877cb34864c 2018-08-27 14:55:03,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0702469348907s 2018-08-27 14:55:03,137 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ccbe8ef4-35b6-4be0-8682-4877cb34864c 2018-08-27 14:55:08,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:55:08,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:55:08,174 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:55:08 GMT Server: Apache x-openstack-request-id: req-a9af7cd3-d14c-441b-b82d-253575322072 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:55:08,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:55:08 GMT Server: Apache x-openstack-request-id: req-11f26af9-1737-492b-a965-682507d1179a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:55:08,478 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-11f26af9-1737-492b-a965-682507d1179a 2018-08-27 14:55:08,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.334354877472s 2018-08-27 14:55:08,478 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-11f26af9-1737-492b-a965-682507d1179a 2018-08-27 14:55:13,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:55:13,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:55:13,512 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:55:13 GMT Server: Apache x-openstack-request-id: req-fa6d6414-8595-4994-bdf5-311c753597c3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:55:13,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:55:13 GMT Server: Apache x-openstack-request-id: req-e35c2f89-15bb-4ac9-88f2-32ed02e945fb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:55:13,553 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e35c2f89-15bb-4ac9-88f2-32ed02e945fb 2018-08-27 14:55:13,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723321437836s 2018-08-27 14:55:13,554 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e35c2f89-15bb-4ac9-88f2-32ed02e945fb 2018-08-27 14:55:13,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:55:13,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:55:13,583 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:55:13 GMT Server: Apache x-openstack-request-id: req-1622b84e-25e6-4fbd-9d46-fff19ae73287 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:55:13,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:55:13 GMT Server: Apache x-openstack-request-id: req-06092b61-fcad-43b8-a54f-b5e188221266 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:55:13,625 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-06092b61-fcad-43b8-a54f-b5e188221266 2018-08-27 14:55:13,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0706479549408s 2018-08-27 14:55:13,625 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-06092b61-fcad-43b8-a54f-b5e188221266 2018-08-27 14:55:18,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:55:18,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:55:18,662 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:55:18 GMT Server: Apache x-openstack-request-id: req-a3e95f43-8fc0-498b-b2d0-0898cc4f6542 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:55:18,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:55:18 GMT Server: Apache x-openstack-request-id: req-a8596492-d1a3-4a6e-b56b-d99677379752 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:55:18,704 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a8596492-d1a3-4a6e-b56b-d99677379752 2018-08-27 14:55:18,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724420547485s 2018-08-27 14:55:18,705 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a8596492-d1a3-4a6e-b56b-d99677379752 2018-08-27 14:55:23,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:55:23,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:55:23,742 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:55:23 GMT Server: Apache x-openstack-request-id: req-44214e94-2bed-4e3f-b7be-62af7c4cacab Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:55:23,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:55:23 GMT Server: Apache x-openstack-request-id: req-5846caac-d5a1-4055-b85b-038e896bf2fa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:55:23,785 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5846caac-d5a1-4055-b85b-038e896bf2fa 2018-08-27 14:55:23,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0742931365967s 2018-08-27 14:55:23,785 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5846caac-d5a1-4055-b85b-038e896bf2fa 2018-08-27 14:55:23,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:55:23,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:55:23,814 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:55:23 GMT Server: Apache x-openstack-request-id: req-b94f36e5-7eb0-4ff1-accc-f5f724f0cbb9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:55:23,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:55:23 GMT Server: Apache x-openstack-request-id: req-fa13a211-def2-4e5a-9511-48f015e5b510 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:55:23,867 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-fa13a211-def2-4e5a-9511-48f015e5b510 2018-08-27 14:55:23,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0813190937042s 2018-08-27 14:55:23,868 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-fa13a211-def2-4e5a-9511-48f015e5b510 2018-08-27 14:55:28,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:55:28,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:55:28,903 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:55:28 GMT Server: Apache x-openstack-request-id: req-96f53035-86a5-41ed-ba1e-54cb563079f1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:55:29,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:55:28 GMT Server: Apache x-openstack-request-id: req-0f635cec-81f2-4c68-8cfe-bda3b875e7d7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:55:29,217 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0f635cec-81f2-4c68-8cfe-bda3b875e7d7 2018-08-27 14:55:29,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.343282938004s 2018-08-27 14:55:29,218 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0f635cec-81f2-4c68-8cfe-bda3b875e7d7 2018-08-27 14:55:34,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:55:34,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:55:34,254 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:55:34 GMT Server: Apache x-openstack-request-id: req-346a8dfb-05bd-4d9f-a380-fc7099376691 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:55:34,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:55:34 GMT Server: Apache x-openstack-request-id: req-b8ce2b8f-90ac-46a8-9bc2-5ccf01040f40 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:55:34,296 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b8ce2b8f-90ac-46a8-9bc2-5ccf01040f40 2018-08-27 14:55:34,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719680786133s 2018-08-27 14:55:34,296 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b8ce2b8f-90ac-46a8-9bc2-5ccf01040f40 2018-08-27 14:55:34,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:55:34,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:55:34,325 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:55:34 GMT Server: Apache x-openstack-request-id: req-f44a9710-38f3-4df6-8794-ef009f3dce12 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:55:34,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:55:34 GMT Server: Apache x-openstack-request-id: req-61a20ce9-3cbf-4c68-90a5-600f62b3f69a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:55:34,635 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-61a20ce9-3cbf-4c68-90a5-600f62b3f69a 2018-08-27 14:55:34,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.338679075241s 2018-08-27 14:55:34,636 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-61a20ce9-3cbf-4c68-90a5-600f62b3f69a 2018-08-27 14:55:39,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:55:39,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:55:39,962 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:55:39 GMT Server: Apache x-openstack-request-id: req-cdf48324-bf86-40c3-892b-c38eac1d9062 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:55:40,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:55:39 GMT Server: Apache x-openstack-request-id: req-c4d66372-1859-4fab-a694-89a3b2473c7c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:55:40,004 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c4d66372-1859-4fab-a694-89a3b2473c7c 2018-08-27 14:55:40,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.362035036087s 2018-08-27 14:55:40,005 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c4d66372-1859-4fab-a694-89a3b2473c7c 2018-08-27 14:55:45,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:55:45,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:55:45,040 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:55:45 GMT Server: Apache x-openstack-request-id: req-b88f056b-1422-47cd-bcdd-4b665ace37ad Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:55:45,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:55:45 GMT Server: Apache x-openstack-request-id: req-7433ece0-a8da-4493-b717-7197acad782c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:55:45,081 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7433ece0-a8da-4493-b717-7197acad782c 2018-08-27 14:55:45,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713880062103s 2018-08-27 14:55:45,082 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7433ece0-a8da-4493-b717-7197acad782c 2018-08-27 14:55:45,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:55:45,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:55:45,112 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:55:45 GMT Server: Apache x-openstack-request-id: req-6318e522-ddf9-4d6d-9fde-274e53ed68b4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:55:45,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:55:45 GMT Server: Apache x-openstack-request-id: req-edbb14b4-86d8-4f93-a874-a55c8bb4c530 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:55:45,153 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-edbb14b4-86d8-4f93-a874-a55c8bb4c530 2018-08-27 14:55:45,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0707979202271s 2018-08-27 14:55:45,153 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-edbb14b4-86d8-4f93-a874-a55c8bb4c530 2018-08-27 14:55:50,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:55:50,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:55:50,186 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:55:50 GMT Server: Apache x-openstack-request-id: req-70bae4bf-f4b0-43b9-8fc5-83a17c720a50 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:55:50,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:55:50 GMT Server: Apache x-openstack-request-id: req-64693d6d-1cd1-479c-a42a-1e955d848e14 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:55:50,228 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-64693d6d-1cd1-479c-a42a-1e955d848e14 2018-08-27 14:55:50,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719320774078s 2018-08-27 14:55:50,229 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-64693d6d-1cd1-479c-a42a-1e955d848e14 2018-08-27 14:55:55,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:55:55,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:55:55,260 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:55:55 GMT Server: Apache x-openstack-request-id: req-066610d2-c2ee-4c44-9258-483ff3dac780 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:55:55,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:55:55 GMT Server: Apache x-openstack-request-id: req-3e18f3e5-1b87-44af-8cda-09609b2ab3c7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:55:55,302 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3e18f3e5-1b87-44af-8cda-09609b2ab3c7 2018-08-27 14:55:55,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715069770813s 2018-08-27 14:55:55,302 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3e18f3e5-1b87-44af-8cda-09609b2ab3c7 2018-08-27 14:55:55,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:55:55,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:55:55,331 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:55:55 GMT Server: Apache x-openstack-request-id: req-3e371506-c9d3-40c6-b524-deb1576ed8fa Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:55:55,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:55:55 GMT Server: Apache x-openstack-request-id: req-cfce8fcc-8e8a-4782-8b79-f4f38e8daa4a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:55:55,375 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-cfce8fcc-8e8a-4782-8b79-f4f38e8daa4a 2018-08-27 14:55:55,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0723118782043s 2018-08-27 14:55:55,375 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-cfce8fcc-8e8a-4782-8b79-f4f38e8daa4a 2018-08-27 14:56:00,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:56:00,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:56:00,412 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:56:00 GMT Server: Apache x-openstack-request-id: req-1d967791-e995-487d-ac47-bff33f26b7ad Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:56:00,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:56:00 GMT Server: Apache x-openstack-request-id: req-bb7eba58-a4bd-4f1e-b774-4609a93d5c5b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:56:00,456 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bb7eba58-a4bd-4f1e-b774-4609a93d5c5b 2018-08-27 14:56:00,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741078853607s 2018-08-27 14:56:00,457 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bb7eba58-a4bd-4f1e-b774-4609a93d5c5b 2018-08-27 14:56:05,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:56:05,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:56:05,492 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:56:05 GMT Server: Apache x-openstack-request-id: req-2112d019-fc8a-440b-bc9b-cccf823f660c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:56:05,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:56:05 GMT Server: Apache x-openstack-request-id: req-98c80fa6-c917-4a99-8149-e1cba0fc80fb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:56:05,800 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-98c80fa6-c917-4a99-8149-e1cba0fc80fb 2018-08-27 14:56:05,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.337319135666s 2018-08-27 14:56:05,800 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-98c80fa6-c917-4a99-8149-e1cba0fc80fb 2018-08-27 14:56:05,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:56:05,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:56:05,830 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:56:05 GMT Server: Apache x-openstack-request-id: req-95408825-9a2a-4dca-a546-81cfd08bd329 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:56:05,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:56:05 GMT Server: Apache x-openstack-request-id: req-70acadbd-8023-4838-9b4f-8f33dac24709 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:56:05,872 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-70acadbd-8023-4838-9b4f-8f33dac24709 2018-08-27 14:56:05,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0707049369812s 2018-08-27 14:56:05,872 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-70acadbd-8023-4838-9b4f-8f33dac24709 2018-08-27 14:56:10,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:56:10,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:56:10,911 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:56:10 GMT Server: Apache x-openstack-request-id: req-200dbf64-244a-4ba0-b86c-388fd208a7c3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:56:10,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:56:10 GMT Server: Apache x-openstack-request-id: req-cb219b76-e590-4eb7-8620-3cee0a4af2ec Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:56:10,954 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-cb219b76-e590-4eb7-8620-3cee0a4af2ec 2018-08-27 14:56:10,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0754239559174s 2018-08-27 14:56:10,954 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-cb219b76-e590-4eb7-8620-3cee0a4af2ec 2018-08-27 14:56:15,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:56:15,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:56:15,988 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:56:15 GMT Server: Apache x-openstack-request-id: req-39ffcc76-02b9-4e34-be36-11c62e842a88 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:56:16,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:56:15 GMT Server: Apache x-openstack-request-id: req-166e6ed9-f1ec-4f47-8c49-dedd95376f1a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:56:16,317 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-166e6ed9-f1ec-4f47-8c49-dedd95376f1a 2018-08-27 14:56:16,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.35720705986s 2018-08-27 14:56:16,318 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-166e6ed9-f1ec-4f47-8c49-dedd95376f1a 2018-08-27 14:56:16,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:56:16,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:56:16,347 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:56:16 GMT Server: Apache x-openstack-request-id: req-e809eb4e-b8f3-425b-96e4-ee34b70f0f42 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:56:16,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:56:16 GMT Server: Apache x-openstack-request-id: req-3c642ac6-9f87-47ed-a832-b630a182d954 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:56:16,390 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3c642ac6-9f87-47ed-a832-b630a182d954 2018-08-27 14:56:16,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719039440155s 2018-08-27 14:56:16,390 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3c642ac6-9f87-47ed-a832-b630a182d954 2018-08-27 14:56:21,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:56:21,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:56:21,426 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:56:21 GMT Server: Apache x-openstack-request-id: req-f933dd6a-8616-421b-9247-a42a1d6c031f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:56:21,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:56:21 GMT Server: Apache x-openstack-request-id: req-04252fe0-46bf-49c7-8e5f-2ea4728ccc98 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:56:21,467 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-04252fe0-46bf-49c7-8e5f-2ea4728ccc98 2018-08-27 14:56:21,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0701630115509s 2018-08-27 14:56:21,467 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-04252fe0-46bf-49c7-8e5f-2ea4728ccc98 2018-08-27 14:56:26,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:56:26,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:56:26,519 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:56:26 GMT Server: Apache x-openstack-request-id: req-b6e0517c-f2f8-4efc-bf4d-296c61a4ec28 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:56:26,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:56:26 GMT Server: Apache x-openstack-request-id: req-08988ea6-d94b-4b27-a2f8-5d0187472b06 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:56:26,562 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-08988ea6-d94b-4b27-a2f8-5d0187472b06 2018-08-27 14:56:26,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0894770622253s 2018-08-27 14:56:26,563 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-08988ea6-d94b-4b27-a2f8-5d0187472b06 2018-08-27 14:56:26,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:56:26,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:56:26,593 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:56:26 GMT Server: Apache x-openstack-request-id: req-2dee426b-0ddb-4e08-a71d-7b63508db8ae Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:56:26,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:56:26 GMT Server: Apache x-openstack-request-id: req-89059925-17f9-4489-91cd-9027fd5b925f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:56:26,906 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-89059925-17f9-4489-91cd-9027fd5b925f 2018-08-27 14:56:26,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.343155145645s 2018-08-27 14:56:26,907 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-89059925-17f9-4489-91cd-9027fd5b925f 2018-08-27 14:56:31,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:56:31,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:56:31,943 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:56:31 GMT Server: Apache x-openstack-request-id: req-9716418a-83d8-460a-b642-67adc1eae3cd Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:56:31,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:56:31 GMT Server: Apache x-openstack-request-id: req-a2fccc5d-3fec-4809-b5d8-72365bfa85ea Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:56:31,985 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a2fccc5d-3fec-4809-b5d8-72365bfa85ea 2018-08-27 14:56:31,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716071128845s 2018-08-27 14:56:31,986 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a2fccc5d-3fec-4809-b5d8-72365bfa85ea 2018-08-27 14:56:36,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:56:36,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:56:37,022 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:56:37 GMT Server: Apache x-openstack-request-id: req-f37ef454-3387-47df-a2d8-2fce8e341ce6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:56:37,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:56:37 GMT Server: Apache x-openstack-request-id: req-839bdbbc-37bc-4818-96ab-da434151a49c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:56:37,324 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-839bdbbc-37bc-4818-96ab-da434151a49c 2018-08-27 14:56:37,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.332491874695s 2018-08-27 14:56:37,324 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-839bdbbc-37bc-4818-96ab-da434151a49c 2018-08-27 14:56:37,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:56:37,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:56:37,354 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:56:37 GMT Server: Apache x-openstack-request-id: req-02af87c4-f274-403e-b8d9-d7f8b4a06277 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:56:37,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:56:37 GMT Server: Apache x-openstack-request-id: req-d640ec20-c788-4395-9b67-4070055cdc82 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:56:37,396 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d640ec20-c788-4395-9b67-4070055cdc82 2018-08-27 14:56:37,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0716209411621s 2018-08-27 14:56:37,397 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d640ec20-c788-4395-9b67-4070055cdc82 2018-08-27 14:56:42,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:56:42,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:56:42,433 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:56:42 GMT Server: Apache x-openstack-request-id: req-063089a8-5491-49d7-8524-b19fd2d21cde Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:56:42,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:56:42 GMT Server: Apache x-openstack-request-id: req-00d3c156-4477-48f9-93d5-47d20b3aae5d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:56:42,731 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-00d3c156-4477-48f9-93d5-47d20b3aae5d 2018-08-27 14:56:42,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.327795982361s 2018-08-27 14:56:42,732 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-00d3c156-4477-48f9-93d5-47d20b3aae5d 2018-08-27 14:56:47,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:56:47,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:56:47,763 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:56:47 GMT Server: Apache x-openstack-request-id: req-5733dd36-de20-40e1-830a-b29fc0a4c1b9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:56:47,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:56:47 GMT Server: Apache x-openstack-request-id: req-9c6f016f-5fbd-4c1b-a7de-067371c8c206 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:56:47,805 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9c6f016f-5fbd-4c1b-a7de-067371c8c206 2018-08-27 14:56:47,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716550350189s 2018-08-27 14:56:47,805 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9c6f016f-5fbd-4c1b-a7de-067371c8c206 2018-08-27 14:56:47,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:56:47,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:56:47,835 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:56:47 GMT Server: Apache x-openstack-request-id: req-0382c337-4eb1-4b9f-beb6-fdbc19b55455 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:56:48,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:56:47 GMT Server: Apache x-openstack-request-id: req-9b2a8632-65fe-47ed-9dc5-95dfdc82298f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:56:48,136 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-9b2a8632-65fe-47ed-9dc5-95dfdc82298f 2018-08-27 14:56:48,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.33048915863s 2018-08-27 14:56:48,137 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-9b2a8632-65fe-47ed-9dc5-95dfdc82298f 2018-08-27 14:56:53,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:56:53,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:56:53,175 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:56:53 GMT Server: Apache x-openstack-request-id: req-b683541a-1c1c-4a2c-be52-a4337be3c8dc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:56:53,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:56:53 GMT Server: Apache x-openstack-request-id: req-e827c35f-4aa9-4be5-b5ba-1aec4cecbb5b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:56:53,217 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e827c35f-4aa9-4be5-b5ba-1aec4cecbb5b 2018-08-27 14:56:53,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737771987915s 2018-08-27 14:56:53,218 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e827c35f-4aa9-4be5-b5ba-1aec4cecbb5b 2018-08-27 14:56:58,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:56:58,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:56:58,265 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:56:58 GMT Server: Apache x-openstack-request-id: req-1244755d-e52a-4786-bd6a-e9fc6452163b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:56:58,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:56:58 GMT Server: Apache x-openstack-request-id: req-9b4d45d4-c4c9-4878-a4a0-e9367bc7b9a1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:56:58,585 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9b4d45d4-c4c9-4878-a4a0-e9367bc7b9a1 2018-08-27 14:56:58,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.365780830383s 2018-08-27 14:56:58,585 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9b4d45d4-c4c9-4878-a4a0-e9367bc7b9a1 2018-08-27 14:56:58,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:56:58,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:56:58,614 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:56:58 GMT Server: Apache x-openstack-request-id: req-7d66ecf8-621d-48ed-b50b-d6dc26987652 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:56:58,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:56:58 GMT Server: Apache x-openstack-request-id: req-8a8475eb-4551-4622-8ca5-2b70f8f875b9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:56:58,914 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8a8475eb-4551-4622-8ca5-2b70f8f875b9 2018-08-27 14:56:58,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.328975915909s 2018-08-27 14:56:58,915 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8a8475eb-4551-4622-8ca5-2b70f8f875b9 2018-08-27 14:57:03,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:57:03,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:57:03,950 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:57:03 GMT Server: Apache x-openstack-request-id: req-625797be-06d4-4600-9316-d78440efea68 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:57:04,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:57:03 GMT Server: Apache x-openstack-request-id: req-daceead3-2411-4fce-ae0b-dea7aeaaf0f3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:57:04,253 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-daceead3-2411-4fce-ae0b-dea7aeaaf0f3 2018-08-27 14:57:04,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.332282066345s 2018-08-27 14:57:04,253 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-daceead3-2411-4fce-ae0b-dea7aeaaf0f3 2018-08-27 14:57:09,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:57:09,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:57:09,543 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:57:09 GMT Server: Apache x-openstack-request-id: req-95061776-946a-4c8e-bb5f-c0be9222302a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:57:09,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:57:09 GMT Server: Apache x-openstack-request-id: req-86b76f38-e978-45ff-a1ca-54e5aecad5e3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:57:09,584 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-86b76f38-e978-45ff-a1ca-54e5aecad5e3 2018-08-27 14:57:09,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.325175046921s 2018-08-27 14:57:09,585 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-86b76f38-e978-45ff-a1ca-54e5aecad5e3 2018-08-27 14:57:09,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:57:09,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:57:09,889 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:57:09 GMT Server: Apache x-openstack-request-id: req-89520f4d-4db3-422f-852a-5aafaab4ba9f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:57:10,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:57:09 GMT Server: Apache x-openstack-request-id: req-b9a13d3c-ea2b-4340-94a3-5e88dacafe29 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:57:10,207 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b9a13d3c-ea2b-4340-94a3-5e88dacafe29 2018-08-27 14:57:10,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.622101068497s 2018-08-27 14:57:10,208 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b9a13d3c-ea2b-4340-94a3-5e88dacafe29 2018-08-27 14:57:15,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:57:15,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:57:15,246 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:57:15 GMT Server: Apache x-openstack-request-id: req-31fce7a9-8f50-4900-b814-0a6aa861b142 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:57:15,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:57:15 GMT Server: Apache x-openstack-request-id: req-09d329d4-141d-4d21-9089-1a94f582d2c7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:57:15,289 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-09d329d4-141d-4d21-9089-1a94f582d2c7 2018-08-27 14:57:15,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745511054993s 2018-08-27 14:57:15,289 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-09d329d4-141d-4d21-9089-1a94f582d2c7 2018-08-27 14:57:20,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:57:20,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:57:20,326 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:57:20 GMT Server: Apache x-openstack-request-id: req-72bf091e-d0b7-4bb2-ab91-150a2828e405 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:57:20,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:57:20 GMT Server: Apache x-openstack-request-id: req-929fbec7-b918-49b7-98f9-9f26bcd302bf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:57:20,368 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-929fbec7-b918-49b7-98f9-9f26bcd302bf 2018-08-27 14:57:20,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724420547485s 2018-08-27 14:57:20,368 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-929fbec7-b918-49b7-98f9-9f26bcd302bf 2018-08-27 14:57:20,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:57:20,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:57:20,399 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:57:20 GMT Server: Apache x-openstack-request-id: req-758bf244-45f8-4ea9-b413-12a36931da5b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:57:20,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:57:20 GMT Server: Apache x-openstack-request-id: req-7b7a7f9e-c723-422b-b36f-ec08e1421f13 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:57:20,442 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-7b7a7f9e-c723-422b-b36f-ec08e1421f13 2018-08-27 14:57:20,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0736858844757s 2018-08-27 14:57:20,443 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-7b7a7f9e-c723-422b-b36f-ec08e1421f13 2018-08-27 14:57:25,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:57:25,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:57:25,477 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:57:25 GMT Server: Apache x-openstack-request-id: req-4f65ed34-0d62-489c-b357-494737662a7e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:57:25,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:57:25 GMT Server: Apache x-openstack-request-id: req-965b6632-ca81-4cf0-bc49-5991f139c685 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:57:25,518 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-965b6632-ca81-4cf0-bc49-5991f139c685 2018-08-27 14:57:25,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0700678825378s 2018-08-27 14:57:25,519 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-965b6632-ca81-4cf0-bc49-5991f139c685 2018-08-27 14:57:30,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:57:30,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:57:30,554 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:57:30 GMT Server: Apache x-openstack-request-id: req-6a2dc1c7-1562-4f98-a962-9090ea6e873b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:57:30,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:57:30 GMT Server: Apache x-openstack-request-id: req-b30c5bc5-b461-4e41-bf7e-d2515267d750 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:57:30,596 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b30c5bc5-b461-4e41-bf7e-d2515267d750 2018-08-27 14:57:30,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710458755493s 2018-08-27 14:57:30,596 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b30c5bc5-b461-4e41-bf7e-d2515267d750 2018-08-27 14:57:30,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:57:30,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:57:30,625 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:57:30 GMT Server: Apache x-openstack-request-id: req-af715ca6-e809-4a56-8edd-ee3709804b2e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:57:30,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:57:30 GMT Server: Apache x-openstack-request-id: req-a7823fca-cd1f-4e89-9426-061266b4efcd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:57:30,666 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a7823fca-cd1f-4e89-9426-061266b4efcd 2018-08-27 14:57:30,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0699031352997s 2018-08-27 14:57:30,667 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a7823fca-cd1f-4e89-9426-061266b4efcd 2018-08-27 14:57:35,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:57:35,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:57:35,971 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:57:35 GMT Server: Apache x-openstack-request-id: req-7e51b46b-4cba-450e-8e16-45d22ae72a75 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:57:36,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:57:35 GMT Server: Apache x-openstack-request-id: req-d1d96430-cb9c-4ee7-b1df-6b7f7d4089db Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:57:36,013 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d1d96430-cb9c-4ee7-b1df-6b7f7d4089db 2018-08-27 14:57:36,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.339516878128s 2018-08-27 14:57:36,014 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d1d96430-cb9c-4ee7-b1df-6b7f7d4089db 2018-08-27 14:57:41,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:57:41,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:57:41,051 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:57:41 GMT Server: Apache x-openstack-request-id: req-c60e6938-97a4-41f7-a69a-fb3a686f36fa Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:57:41,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:57:41 GMT Server: Apache x-openstack-request-id: req-2b38ba99-c0a7-4ae8-b917-10e37f9a235c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:57:41,093 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2b38ba99-c0a7-4ae8-b917-10e37f9a235c 2018-08-27 14:57:41,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073075056076s 2018-08-27 14:57:41,093 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2b38ba99-c0a7-4ae8-b917-10e37f9a235c 2018-08-27 14:57:41,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:57:41,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:57:41,135 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:57:41 GMT Server: Apache x-openstack-request-id: req-2c2983e9-efbf-45d1-af15-c6d9892e171a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:57:41,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:57:41 GMT Server: Apache x-openstack-request-id: req-85531001-7d0e-4dbd-a98d-ab7727088f08 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:57:41,177 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-85531001-7d0e-4dbd-a98d-ab7727088f08 2018-08-27 14:57:41,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0833818912506s 2018-08-27 14:57:41,177 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-85531001-7d0e-4dbd-a98d-ab7727088f08 2018-08-27 14:57:46,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:57:46,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:57:46,218 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:57:46 GMT Server: Apache x-openstack-request-id: req-99e70fcd-2228-4c1f-816b-bfdfb22e0adb Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:57:46,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:57:46 GMT Server: Apache x-openstack-request-id: req-5bc8ad6f-1dd9-4b20-bfc4-98aa0c14925f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:57:46,926 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5bc8ad6f-1dd9-4b20-bfc4-98aa0c14925f 2018-08-27 14:57:46,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.742166042328s 2018-08-27 14:57:46,926 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5bc8ad6f-1dd9-4b20-bfc4-98aa0c14925f 2018-08-27 14:57:51,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:57:51,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:57:51,959 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:57:51 GMT Server: Apache x-openstack-request-id: req-a8b069d2-7bef-49ef-975f-006f195d865a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:57:52,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:57:51 GMT Server: Apache x-openstack-request-id: req-db4c72e9-05a8-40cc-a63d-1ff86688377d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:57:52,003 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-db4c72e9-05a8-40cc-a63d-1ff86688377d 2018-08-27 14:57:52,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0747201442719s 2018-08-27 14:57:52,004 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-db4c72e9-05a8-40cc-a63d-1ff86688377d 2018-08-27 14:57:52,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:57:52,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:57:52,033 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:57:51 GMT Server: Apache x-openstack-request-id: req-90a9bf31-855d-48af-a32a-b7e45f1482d4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:57:52,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:57:52 GMT Server: Apache x-openstack-request-id: req-df10cda1-48f4-4923-bdef-a1489e051799 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:57:52,077 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-df10cda1-48f4-4923-bdef-a1489e051799 2018-08-27 14:57:52,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0729119777679s 2018-08-27 14:57:52,077 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-df10cda1-48f4-4923-bdef-a1489e051799 2018-08-27 14:57:57,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:57:57,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:57:57,786 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:57:57 GMT Server: Apache x-openstack-request-id: req-f84ee3e7-356b-4881-a1e1-e8af26cc8a98 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:57:57,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:57:57 GMT Server: Apache x-openstack-request-id: req-e87892ff-bb48-443e-8bd0-95cf1d44cf60 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:57:57,828 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e87892ff-bb48-443e-8bd0-95cf1d44cf60 2018-08-27 14:57:57,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.744064092636s 2018-08-27 14:57:57,829 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e87892ff-bb48-443e-8bd0-95cf1d44cf60 2018-08-27 14:58:02,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:58:02,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:58:02,866 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:58:02 GMT Server: Apache x-openstack-request-id: req-cd5f5870-d550-4501-8df7-9db8cfe01a62 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:58:02,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:58:02 GMT Server: Apache x-openstack-request-id: req-5c003069-e1c7-44df-a00b-96891a4d3a82 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:58:02,908 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5c003069-e1c7-44df-a00b-96891a4d3a82 2018-08-27 14:58:02,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737390518188s 2018-08-27 14:58:02,909 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5c003069-e1c7-44df-a00b-96891a4d3a82 2018-08-27 14:58:02,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:58:02,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:58:03,188 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:58:02 GMT Server: Apache x-openstack-request-id: req-6508405d-8c49-42e2-bf45-744323477501 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:58:03,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:58:03 GMT Server: Apache x-openstack-request-id: req-aa0f4e4b-4aba-4c5e-b8a7-95777c04ee47 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:58:03,502 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-aa0f4e4b-4aba-4c5e-b8a7-95777c04ee47 2018-08-27 14:58:03,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.592706918716s 2018-08-27 14:58:03,502 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-aa0f4e4b-4aba-4c5e-b8a7-95777c04ee47 2018-08-27 14:58:08,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:58:08,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:58:08,539 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:58:08 GMT Server: Apache x-openstack-request-id: req-37171820-32c5-415e-854f-ff1bc9283616 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:58:08,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:58:08 GMT Server: Apache x-openstack-request-id: req-e44c328b-861a-4957-9f8e-9fd1d9c563c1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:58:08,580 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e44c328b-861a-4957-9f8e-9fd1d9c563c1 2018-08-27 14:58:08,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712871551514s 2018-08-27 14:58:08,581 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e44c328b-861a-4957-9f8e-9fd1d9c563c1 2018-08-27 14:58:13,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:58:13,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:58:13,615 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:58:13 GMT Server: Apache x-openstack-request-id: req-81cf28b4-ce1d-4546-a085-3a4c119039e9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:58:13,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:58:13 GMT Server: Apache x-openstack-request-id: req-3c7d4f7a-9142-40c2-8ad2-267ba969bd09 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:58:13,657 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3c7d4f7a-9142-40c2-8ad2-267ba969bd09 2018-08-27 14:58:13,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723628997803s 2018-08-27 14:58:13,658 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3c7d4f7a-9142-40c2-8ad2-267ba969bd09 2018-08-27 14:58:13,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:58:13,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:58:13,687 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:58:13 GMT Server: Apache x-openstack-request-id: req-29b9ee34-9bef-487a-b72d-2257374c0a4a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:58:13,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:58:13 GMT Server: Apache x-openstack-request-id: req-5b4a2d9f-15a3-4c0f-afcc-44c7edcf1512 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:58:13,730 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5b4a2d9f-15a3-4c0f-afcc-44c7edcf1512 2018-08-27 14:58:13,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0717308521271s 2018-08-27 14:58:13,731 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5b4a2d9f-15a3-4c0f-afcc-44c7edcf1512 2018-08-27 14:58:18,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:58:18,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:58:19,109 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:58:18 GMT Server: Apache x-openstack-request-id: req-c699dd22-1189-49b8-a886-1a5f0b81669b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:58:19,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:58:19 GMT Server: Apache x-openstack-request-id: req-df568194-36e5-4892-b224-9598d2b1216f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:58:19,152 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-df568194-36e5-4892-b224-9598d2b1216f 2018-08-27 14:58:19,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.414335012436s 2018-08-27 14:58:19,152 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-df568194-36e5-4892-b224-9598d2b1216f 2018-08-27 14:58:24,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:58:24,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:58:24,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:58:24 GMT Server: Apache x-openstack-request-id: req-10ce0ff4-0d8d-47c3-a8dd-e1afd99f12ca Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:58:24,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:58:24 GMT Server: Apache x-openstack-request-id: req-07686c67-4fd6-49b6-8a2d-a66a45d5c8b1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:58:24,919 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-07686c67-4fd6-49b6-8a2d-a66a45d5c8b1 2018-08-27 14:58:24,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.761170148849s 2018-08-27 14:58:24,919 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-07686c67-4fd6-49b6-8a2d-a66a45d5c8b1 2018-08-27 14:58:24,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:58:24,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:58:24,948 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:58:24 GMT Server: Apache x-openstack-request-id: req-42202450-4a35-44b0-8613-5f3e56a9d28b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:58:24,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:58:24 GMT Server: Apache x-openstack-request-id: req-86e7c81c-041f-464c-a459-7746b8ee8fb3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:58:24,990 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-86e7c81c-041f-464c-a459-7746b8ee8fb3 2018-08-27 14:58:24,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0703749656677s 2018-08-27 14:58:24,991 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-86e7c81c-041f-464c-a459-7746b8ee8fb3 2018-08-27 14:58:29,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:58:30,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:58:30,028 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:58:30 GMT Server: Apache x-openstack-request-id: req-a5c7a657-22d4-45ee-bba6-b1c4182be307 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:58:30,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:58:30 GMT Server: Apache x-openstack-request-id: req-e15f0421-2659-416a-8c57-7bbaf5ded8bb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:58:30,069 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e15f0421-2659-416a-8c57-7bbaf5ded8bb 2018-08-27 14:58:30,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719368457794s 2018-08-27 14:58:30,070 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e15f0421-2659-416a-8c57-7bbaf5ded8bb 2018-08-27 14:58:35,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:58:35,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:58:35,102 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:58:35 GMT Server: Apache x-openstack-request-id: req-ddf88b6c-b8bd-438a-b34a-bdab0159f2fe Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:58:35,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:58:35 GMT Server: Apache x-openstack-request-id: req-4aa52908-9369-42d8-81dc-3e0397e1a049 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:58:35,143 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4aa52908-9369-42d8-81dc-3e0397e1a049 2018-08-27 14:58:35,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712449550629s 2018-08-27 14:58:35,144 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4aa52908-9369-42d8-81dc-3e0397e1a049 2018-08-27 14:58:35,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:58:35,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:58:35,173 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:58:35 GMT Server: Apache x-openstack-request-id: req-d9f46343-fd2e-49e3-bdc1-0e96d0141358 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:58:35,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:58:35 GMT Server: Apache x-openstack-request-id: req-73c89f32-5387-40ce-a00d-d64f0f6b3dc2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:58:35,215 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-73c89f32-5387-40ce-a00d-d64f0f6b3dc2 2018-08-27 14:58:35,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0706260204315s 2018-08-27 14:58:35,216 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-73c89f32-5387-40ce-a00d-d64f0f6b3dc2 2018-08-27 14:58:40,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:58:40,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:58:40,253 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:58:40 GMT Server: Apache x-openstack-request-id: req-9518cbe8-d13d-4d0e-b38e-ea1682fafc66 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:58:40,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:58:40 GMT Server: Apache x-openstack-request-id: req-46fbd2af-2a28-45fc-b6df-7fd8703dfc38 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:58:40,296 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-46fbd2af-2a28-45fc-b6df-7fd8703dfc38 2018-08-27 14:58:40,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739159584045s 2018-08-27 14:58:40,297 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-46fbd2af-2a28-45fc-b6df-7fd8703dfc38 2018-08-27 14:58:45,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:58:45,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:58:45,337 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:58:45 GMT Server: Apache x-openstack-request-id: req-117935ce-5a87-448a-b324-14b153afd241 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:58:45,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:58:45 GMT Server: Apache x-openstack-request-id: req-b19d53dc-23f7-4ceb-a7ad-a6fcc4abbf12 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:58:45,743 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b19d53dc-23f7-4ceb-a7ad-a6fcc4abbf12 2018-08-27 14:58:45,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.440351009369s 2018-08-27 14:58:45,743 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b19d53dc-23f7-4ceb-a7ad-a6fcc4abbf12 2018-08-27 14:58:45,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:58:45,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:58:45,792 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:58:45 GMT Server: Apache x-openstack-request-id: req-0186865e-d9a1-4e69-b2f1-c44225681e86 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:58:46,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:58:45 GMT Server: Apache x-openstack-request-id: req-16108eee-b7a2-4569-b532-b14bbb984b82 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:58:46,541 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-16108eee-b7a2-4569-b532-b14bbb984b82 2018-08-27 14:58:46,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.796989917755s 2018-08-27 14:58:46,541 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-16108eee-b7a2-4569-b532-b14bbb984b82 2018-08-27 14:58:51,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:58:51,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:58:51,578 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:58:51 GMT Server: Apache x-openstack-request-id: req-dcfbde17-852e-4ed4-a022-f92f720b72b7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:58:51,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:58:51 GMT Server: Apache x-openstack-request-id: req-016d258d-5622-45cf-a91b-b0166f07d998 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:58:51,619 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-016d258d-5622-45cf-a91b-b0166f07d998 2018-08-27 14:58:51,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713181495667s 2018-08-27 14:58:51,620 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-016d258d-5622-45cf-a91b-b0166f07d998 2018-08-27 14:58:56,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:58:56,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:58:56,654 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:58:56 GMT Server: Apache x-openstack-request-id: req-16e91c8f-63d5-48a9-a434-a0dd7b648afa Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:58:56,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:58:56 GMT Server: Apache x-openstack-request-id: req-14597afa-4f80-467f-91c0-ba98756251ae Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:58:56,697 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-14597afa-4f80-467f-91c0-ba98756251ae 2018-08-27 14:58:56,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715978145599s 2018-08-27 14:58:56,697 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-14597afa-4f80-467f-91c0-ba98756251ae 2018-08-27 14:58:56,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:58:56,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:58:57,082 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:58:56 GMT Server: Apache x-openstack-request-id: req-3dea3a57-7798-4155-b886-d20d1de95307 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:58:57,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:58:57 GMT Server: Apache x-openstack-request-id: req-2f784484-145c-4d9f-897c-a415ec4fc2ab Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:58:57,124 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2f784484-145c-4d9f-897c-a415ec4fc2ab 2018-08-27 14:58:57,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.426399946213s 2018-08-27 14:58:57,125 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2f784484-145c-4d9f-897c-a415ec4fc2ab 2018-08-27 14:59:02,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:59:02,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:59:02,180 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:59:02 GMT Server: Apache x-openstack-request-id: req-e1a0d6e8-53c4-4249-9c51-590e4b3fd606 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:59:02,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:59:02 GMT Server: Apache x-openstack-request-id: req-c842d8b6-b94e-4861-a542-8c4f4852a761 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:59:02,222 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c842d8b6-b94e-4861-a542-8c4f4852a761 2018-08-27 14:59:02,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0910050868988s 2018-08-27 14:59:02,223 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c842d8b6-b94e-4861-a542-8c4f4852a761 2018-08-27 14:59:07,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:59:07,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:59:07,916 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:59:07 GMT Server: Apache x-openstack-request-id: req-b35b3e74-94af-4ff0-9289-72bf22d7eb10 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:59:07,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:59:07 GMT Server: Apache x-openstack-request-id: req-7f1cd925-5143-40ae-9663-b1f3092c3a5f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:59:07,958 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7f1cd925-5143-40ae-9663-b1f3092c3a5f 2018-08-27 14:59:07,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.729292154312s 2018-08-27 14:59:07,958 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7f1cd925-5143-40ae-9663-b1f3092c3a5f 2018-08-27 14:59:07,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:59:07,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:59:08,248 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:59:07 GMT Server: Apache x-openstack-request-id: req-7c3b70b6-932d-48a6-883c-ca281a1723ba Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:59:08,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:59:08 GMT Server: Apache x-openstack-request-id: req-a903e187-7225-401c-bb2c-925d0639b529 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:59:08,290 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a903e187-7225-401c-bb2c-925d0639b529 2018-08-27 14:59:08,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.331439971924s 2018-08-27 14:59:08,291 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a903e187-7225-401c-bb2c-925d0639b529 2018-08-27 14:59:13,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:59:13,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:59:13,326 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:59:13 GMT Server: Apache x-openstack-request-id: req-da6291ef-0b95-4a9d-a8f4-4a508ebc4976 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:59:13,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:59:13 GMT Server: Apache x-openstack-request-id: req-33c57ba1-9499-4426-b8d6-85d258049585 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:59:13,368 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-33c57ba1-9499-4426-b8d6-85d258049585 2018-08-27 14:59:13,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723209381104s 2018-08-27 14:59:13,368 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-33c57ba1-9499-4426-b8d6-85d258049585 2018-08-27 14:59:18,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:59:18,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:59:18,402 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:59:18 GMT Server: Apache x-openstack-request-id: req-f5a2ce2f-32ab-4853-bc25-f9a96a1ea199 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:59:18,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:59:18 GMT Server: Apache x-openstack-request-id: req-be2faf08-6237-4b91-a9e2-710d2be4e908 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:59:18,444 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-be2faf08-6237-4b91-a9e2-710d2be4e908 2018-08-27 14:59:18,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720338821411s 2018-08-27 14:59:18,444 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-be2faf08-6237-4b91-a9e2-710d2be4e908 2018-08-27 14:59:18,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:59:18,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:59:18,473 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:59:18 GMT Server: Apache x-openstack-request-id: req-db58754b-778f-4d48-aa64-f87ba8ad4e42 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:59:19,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:59:18 GMT Server: Apache x-openstack-request-id: req-0a0cd054-91d0-450a-baf1-a1da35c4ffbe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:59:19,200 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-0a0cd054-91d0-450a-baf1-a1da35c4ffbe 2018-08-27 14:59:19,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.755438804626s 2018-08-27 14:59:19,200 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-0a0cd054-91d0-450a-baf1-a1da35c4ffbe 2018-08-27 14:59:24,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:59:24,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:59:24,238 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:59:24 GMT Server: Apache x-openstack-request-id: req-beef6cdc-54aa-484a-aebf-74c9fa82ed51 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:59:24,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:59:24 GMT Server: Apache x-openstack-request-id: req-df80e08b-3810-469f-8324-e18cb064e2c1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:59:24,279 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-df80e08b-3810-469f-8324-e18cb064e2c1 2018-08-27 14:59:24,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718131065369s 2018-08-27 14:59:24,280 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-df80e08b-3810-469f-8324-e18cb064e2c1 2018-08-27 14:59:29,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:59:29,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:59:29,315 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:59:29 GMT Server: Apache x-openstack-request-id: req-8b66b6c0-a52c-470b-82e6-0a793af25bce Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:59:29,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:59:29 GMT Server: Apache x-openstack-request-id: req-6705eec0-1c0c-4f8b-a39d-23bb232dae4a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:59:29,357 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6705eec0-1c0c-4f8b-a39d-23bb232dae4a 2018-08-27 14:59:29,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713460445404s 2018-08-27 14:59:29,357 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6705eec0-1c0c-4f8b-a39d-23bb232dae4a 2018-08-27 14:59:29,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:59:29,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:59:29,386 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:59:29 GMT Server: Apache x-openstack-request-id: req-88cd5d48-7840-437a-b97d-4bf2d5b0c5bc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:59:29,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:59:29 GMT Server: Apache x-openstack-request-id: req-c9078d3c-8dd9-4fb0-a491-44c0c76bd9d9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:59:29,427 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c9078d3c-8dd9-4fb0-a491-44c0c76bd9d9 2018-08-27 14:59:29,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.06942486763s 2018-08-27 14:59:29,427 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c9078d3c-8dd9-4fb0-a491-44c0c76bd9d9 2018-08-27 14:59:34,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:59:34,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:59:34,464 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:59:34 GMT Server: Apache x-openstack-request-id: req-019c0dfb-a6a8-485c-bb87-cb41d690b3c0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:59:34,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:59:34 GMT Server: Apache x-openstack-request-id: req-f003fb3f-fee1-4937-b6a3-e3e226f5d01f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:59:34,506 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f003fb3f-fee1-4937-b6a3-e3e226f5d01f 2018-08-27 14:59:34,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072457075119s 2018-08-27 14:59:34,507 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f003fb3f-fee1-4937-b6a3-e3e226f5d01f 2018-08-27 14:59:39,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:59:39,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:59:39,542 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:59:39 GMT Server: Apache x-openstack-request-id: req-0d6f1812-afac-4803-9030-5c77aec01088 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:59:39,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:59:39 GMT Server: Apache x-openstack-request-id: req-320575b6-f712-49d7-93b3-3daa734cbb79 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:59:39,585 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-320575b6-f712-49d7-93b3-3daa734cbb79 2018-08-27 14:59:39,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722830295563s 2018-08-27 14:59:39,585 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-320575b6-f712-49d7-93b3-3daa734cbb79 2018-08-27 14:59:39,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:59:39,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:59:39,616 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:59:39 GMT Server: Apache x-openstack-request-id: req-24939a4b-5c20-4932-bb9e-4229ed699cb6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:59:39,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:59:39 GMT Server: Apache x-openstack-request-id: req-687365d3-5a15-4b19-b243-5fb7abde85de Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:59:39,659 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-687365d3-5a15-4b19-b243-5fb7abde85de 2018-08-27 14:59:39,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0733609199524s 2018-08-27 14:59:39,660 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-687365d3-5a15-4b19-b243-5fb7abde85de 2018-08-27 14:59:44,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:59:44,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:59:44,696 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:59:44 GMT Server: Apache x-openstack-request-id: req-eb991f66-7ffa-4f86-8523-ac24bbcc5851 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:59:45,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:59:44 GMT Server: Apache x-openstack-request-id: req-f526ee69-0a73-4918-a677-f4b14e841155 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:59:45,012 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f526ee69-0a73-4918-a677-f4b14e841155 2018-08-27 14:59:45,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.346160888672s 2018-08-27 14:59:45,013 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f526ee69-0a73-4918-a677-f4b14e841155 2018-08-27 14:59:50,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:59:50,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:59:50,049 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:59:50 GMT Server: Apache x-openstack-request-id: req-71ff1d72-452a-443c-997d-273f04668fa3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:59:50,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:59:50 GMT Server: Apache x-openstack-request-id: req-9f4d99c9-b855-4a8f-be12-be8eb8fbe5cc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:59:50,093 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9f4d99c9-b855-4a8f-be12-be8eb8fbe5cc 2018-08-27 14:59:50,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0767829418182s 2018-08-27 14:59:50,094 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9f4d99c9-b855-4a8f-be12-be8eb8fbe5cc 2018-08-27 14:59:50,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 14:59:50,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:59:50,125 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:59:50 GMT Server: Apache x-openstack-request-id: req-ea74e2f5-d59b-40fe-863d-25f7dd113a51 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 14:59:50,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:59:50 GMT Server: Apache x-openstack-request-id: req-e0c5f711-23f4-4e4e-a324-941152c5533d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 14:59:50,857 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e0c5f711-23f4-4e4e-a324-941152c5533d 2018-08-27 14:59:50,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.762521028519s 2018-08-27 14:59:50,857 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e0c5f711-23f4-4e4e-a324-941152c5533d 2018-08-27 14:59:55,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 14:59:55,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 14:59:56,576 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 14:59:55 GMT Server: Apache x-openstack-request-id: req-ca2d6e65-5f59-4dfb-bc5f-55d13bf776b0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 14:59:56,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 14:59:56 GMT Server: Apache x-openstack-request-id: req-a54a16e8-b5a6-44e2-b758-2ef2af0083ba Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 14:59:56,620 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a54a16e8-b5a6-44e2-b758-2ef2af0083ba 2018-08-27 14:59:56,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.75614118576s 2018-08-27 14:59:56,620 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a54a16e8-b5a6-44e2-b758-2ef2af0083ba 2018-08-27 15:00:01,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:00:01,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:00:01,655 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:00:01 GMT Server: Apache x-openstack-request-id: req-972c1040-79ea-4ecd-9ec8-60a2a428a8ba Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:00:01,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:00:01 GMT Server: Apache x-openstack-request-id: req-dc50d804-7b5c-4c7e-a4de-1809ad0188aa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:00:01,697 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-dc50d804-7b5c-4c7e-a4de-1809ad0188aa 2018-08-27 15:00:01,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0706839561462s 2018-08-27 15:00:01,697 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-dc50d804-7b5c-4c7e-a4de-1809ad0188aa 2018-08-27 15:00:01,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:00:01,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:00:01,727 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:00:01 GMT Server: Apache x-openstack-request-id: req-3e303359-372e-4457-a8fa-156001233767 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:00:01,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:00:01 GMT Server: Apache x-openstack-request-id: req-09875eee-a66f-4a12-b1b2-16514bf9dbbc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:00:01,768 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-09875eee-a66f-4a12-b1b2-16514bf9dbbc 2018-08-27 15:00:01,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.070307970047s 2018-08-27 15:00:01,769 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-09875eee-a66f-4a12-b1b2-16514bf9dbbc 2018-08-27 15:00:06,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:00:06,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:00:06,806 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:00:06 GMT Server: Apache x-openstack-request-id: req-cb5c48ad-665e-49c5-8a21-845aa1012ad6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:00:06,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:00:06 GMT Server: Apache x-openstack-request-id: req-e87bf915-04db-4dff-9c85-db4e07105e6b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:00:06,848 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e87bf915-04db-4dff-9c85-db4e07105e6b 2018-08-27 15:00:06,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724940299988s 2018-08-27 15:00:06,848 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e87bf915-04db-4dff-9c85-db4e07105e6b 2018-08-27 15:00:11,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:00:11,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:00:11,882 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:00:11 GMT Server: Apache x-openstack-request-id: req-dec85907-751f-48f8-9c47-c75901b5e0cc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:00:11,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:00:11 GMT Server: Apache x-openstack-request-id: req-517c91d9-f16d-442d-aaec-0d07ca8acd90 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:00:11,923 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-517c91d9-f16d-442d-aaec-0d07ca8acd90 2018-08-27 15:00:11,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0686569213867s 2018-08-27 15:00:11,923 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-517c91d9-f16d-442d-aaec-0d07ca8acd90 2018-08-27 15:00:11,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:00:11,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:00:12,219 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:00:11 GMT Server: Apache x-openstack-request-id: req-18f9e4c4-08e1-42b1-a1a7-c3e56bd32935 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:00:12,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:00:12 GMT Server: Apache x-openstack-request-id: req-5798bcae-6bf4-4559-b454-4e3a46e34181 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:00:12,261 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5798bcae-6bf4-4559-b454-4e3a46e34181 2018-08-27 15:00:12,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.33749294281s 2018-08-27 15:00:12,261 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5798bcae-6bf4-4559-b454-4e3a46e34181 2018-08-27 15:00:17,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:00:17,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:00:17,296 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:00:17 GMT Server: Apache x-openstack-request-id: req-8efad55d-9c2a-4691-8e7f-2fc337f66275 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:00:17,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:00:17 GMT Server: Apache x-openstack-request-id: req-e8cf69fd-39fd-494b-b07b-bb26b2f83b09 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:00:17,338 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e8cf69fd-39fd-494b-b07b-bb26b2f83b09 2018-08-27 15:00:17,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0707130432129s 2018-08-27 15:00:17,338 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e8cf69fd-39fd-494b-b07b-bb26b2f83b09 2018-08-27 15:00:22,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:00:22,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:00:22,373 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:00:22 GMT Server: Apache x-openstack-request-id: req-472a21d2-0a13-405d-97a4-6d70cff4a1e7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:00:22,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:00:22 GMT Server: Apache x-openstack-request-id: req-08ab816f-0df1-4fac-963e-ba1cc899252a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:00:22,416 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-08ab816f-0df1-4fac-963e-ba1cc899252a 2018-08-27 15:00:22,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717508792877s 2018-08-27 15:00:22,416 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-08ab816f-0df1-4fac-963e-ba1cc899252a 2018-08-27 15:00:22,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:00:22,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:00:23,103 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:00:22 GMT Server: Apache x-openstack-request-id: req-92c4cc50-ff5c-46ad-be6b-b3c4b1f8b387 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:00:23,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:00:23 GMT Server: Apache x-openstack-request-id: req-8b6e675a-644e-4a77-9f17-f7a3bd864840 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:00:23,129 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8b6e675a-644e-4a77-9f17-f7a3bd864840 2018-08-27 15:00:23,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.712600946426s 2018-08-27 15:00:23,130 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8b6e675a-644e-4a77-9f17-f7a3bd864840 2018-08-27 15:00:28,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:00:28,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:00:28,166 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:00:28 GMT Server: Apache x-openstack-request-id: req-a9383316-8e37-4871-95cd-51a8e89af8f3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:00:28,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:00:28 GMT Server: Apache x-openstack-request-id: req-60a536fb-9c94-4fdc-a24d-ca91179f148e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:00:28,207 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-60a536fb-9c94-4fdc-a24d-ca91179f148e 2018-08-27 15:00:28,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710709095001s 2018-08-27 15:00:28,208 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-60a536fb-9c94-4fdc-a24d-ca91179f148e 2018-08-27 15:00:33,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:00:33,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:00:33,245 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:00:33 GMT Server: Apache x-openstack-request-id: req-c0ea82c9-59f6-4adf-9325-38c1ae3ee801 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:00:33,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:00:33 GMT Server: Apache x-openstack-request-id: req-c569d2bb-8056-49d0-a574-9d7f62635f86 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:00:33,287 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c569d2bb-8056-49d0-a574-9d7f62635f86 2018-08-27 15:00:33,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735459327698s 2018-08-27 15:00:33,288 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c569d2bb-8056-49d0-a574-9d7f62635f86 2018-08-27 15:00:33,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:00:33,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:00:33,317 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:00:33 GMT Server: Apache x-openstack-request-id: req-b631c72f-6b4d-4a33-b8ca-45e5f6e3e4fc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:00:33,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:00:33 GMT Server: Apache x-openstack-request-id: req-dc68b628-b329-4b27-91af-5e27a9c047f1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:00:33,360 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-dc68b628-b329-4b27-91af-5e27a9c047f1 2018-08-27 15:00:33,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.071414232254s 2018-08-27 15:00:33,360 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-dc68b628-b329-4b27-91af-5e27a9c047f1 2018-08-27 15:00:38,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:00:38,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:00:38,401 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:00:38 GMT Server: Apache x-openstack-request-id: req-7b8ab558-39b0-4a2c-85bf-5910f7ba5c98 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:00:38,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:00:38 GMT Server: Apache x-openstack-request-id: req-92338289-4ff5-4e8a-a455-0e5dddf81007 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:00:38,442 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-92338289-4ff5-4e8a-a455-0e5dddf81007 2018-08-27 15:00:38,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.075267791748s 2018-08-27 15:00:38,443 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-92338289-4ff5-4e8a-a455-0e5dddf81007 2018-08-27 15:00:43,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:00:43,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:00:43,479 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:00:43 GMT Server: Apache x-openstack-request-id: req-36a91569-140e-4fd9-bb7d-306095f73ce2 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:00:43,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:00:43 GMT Server: Apache x-openstack-request-id: req-c2609cdb-aefa-499f-817d-053d3de20b2c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:00:43,521 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c2609cdb-aefa-499f-817d-053d3de20b2c 2018-08-27 15:00:43,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726320743561s 2018-08-27 15:00:43,521 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c2609cdb-aefa-499f-817d-053d3de20b2c 2018-08-27 15:00:43,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:00:43,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:00:43,831 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:00:43 GMT Server: Apache x-openstack-request-id: req-335adcd4-4d3f-457e-998f-b5b84bcf26d0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:00:43,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:00:43 GMT Server: Apache x-openstack-request-id: req-db2d74b0-bba8-4984-9d25-604ae9b6631f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:00:43,873 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-db2d74b0-bba8-4984-9d25-604ae9b6631f 2018-08-27 15:00:43,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.351160049438s 2018-08-27 15:00:43,874 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-db2d74b0-bba8-4984-9d25-604ae9b6631f 2018-08-27 15:00:48,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:00:48,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:00:48,910 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:00:48 GMT Server: Apache x-openstack-request-id: req-0e237a73-74c6-47fb-9134-03de09328cbb Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:00:48,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:00:48 GMT Server: Apache x-openstack-request-id: req-562f933b-d77b-4fec-bed7-86847977a9e4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:00:48,952 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-562f933b-d77b-4fec-bed7-86847977a9e4 2018-08-27 15:00:48,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714571475983s 2018-08-27 15:00:48,952 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-562f933b-d77b-4fec-bed7-86847977a9e4 2018-08-27 15:00:53,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:00:53,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:00:53,988 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:00:53 GMT Server: Apache x-openstack-request-id: req-7a05b122-7e96-4763-be25-0094f8d4081a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:00:54,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:00:53 GMT Server: Apache x-openstack-request-id: req-317b7473-adad-45ef-acb5-f26437dcf8ef Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:00:54,031 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-317b7473-adad-45ef-acb5-f26437dcf8ef 2018-08-27 15:00:54,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729339122772s 2018-08-27 15:00:54,031 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-317b7473-adad-45ef-acb5-f26437dcf8ef 2018-08-27 15:00:54,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:00:54,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:00:54,061 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:00:54 GMT Server: Apache x-openstack-request-id: req-c2df3a00-802f-4ab1-bb25-d719c324fc85 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:00:54,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:00:54 GMT Server: Apache x-openstack-request-id: req-0c1efd4e-f0f6-4208-8de0-eb196a590e76 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:00:54,103 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-0c1efd4e-f0f6-4208-8de0-eb196a590e76 2018-08-27 15:00:54,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712060928345s 2018-08-27 15:00:54,103 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-0c1efd4e-f0f6-4208-8de0-eb196a590e76 2018-08-27 15:00:59,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:00:59,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:00:59,810 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:00:59 GMT Server: Apache x-openstack-request-id: req-c1632b7a-f5bc-4b54-aab0-0c58b55fe3ea Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:00:59,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:00:59 GMT Server: Apache x-openstack-request-id: req-e62ba8ae-d4df-4eb8-aeac-e0fbaec4e9bf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:00:59,853 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e62ba8ae-d4df-4eb8-aeac-e0fbaec4e9bf 2018-08-27 15:00:59,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.742613792419s 2018-08-27 15:00:59,853 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e62ba8ae-d4df-4eb8-aeac-e0fbaec4e9bf 2018-08-27 15:01:04,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:01:04,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:01:04,890 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:01:04 GMT Server: Apache x-openstack-request-id: req-8462d022-28c6-48c4-82e1-19cff38fcb48 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:01:04,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:01:04 GMT Server: Apache x-openstack-request-id: req-d84903c7-51df-4082-b8ea-8b1c7f2ff51d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:01:04,931 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d84903c7-51df-4082-b8ea-8b1c7f2ff51d 2018-08-27 15:01:04,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725831985474s 2018-08-27 15:01:04,932 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d84903c7-51df-4082-b8ea-8b1c7f2ff51d 2018-08-27 15:01:04,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:01:04,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:01:04,960 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:01:04 GMT Server: Apache x-openstack-request-id: req-93384626-106a-4758-8a8a-639172f63730 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:01:05,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:01:04 GMT Server: Apache x-openstack-request-id: req-54ff4a8c-2548-43eb-9b80-e4ffa89cb07c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:01:05,004 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-54ff4a8c-2548-43eb-9b80-e4ffa89cb07c 2018-08-27 15:01:05,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719912052155s 2018-08-27 15:01:05,005 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-54ff4a8c-2548-43eb-9b80-e4ffa89cb07c 2018-08-27 15:01:10,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:01:10,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:01:10,322 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:01:10 GMT Server: Apache x-openstack-request-id: req-c5d37588-3ead-4e5b-8756-fd51e80be182 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:01:10,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:01:10 GMT Server: Apache x-openstack-request-id: req-9f379ed1-2b41-4041-ab05-ce6ad782a766 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:01:10,363 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9f379ed1-2b41-4041-ab05-ce6ad782a766 2018-08-27 15:01:10,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.35266494751s 2018-08-27 15:01:10,364 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9f379ed1-2b41-4041-ab05-ce6ad782a766 2018-08-27 15:01:15,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:01:15,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:01:15,400 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:01:15 GMT Server: Apache x-openstack-request-id: req-b8ca5fc9-5aa3-422c-ba4d-b9ed6d08370c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:01:15,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:01:15 GMT Server: Apache x-openstack-request-id: req-fd6be216-477c-4152-9e9c-696b136f7c1e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:01:15,441 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-fd6be216-477c-4152-9e9c-696b136f7c1e 2018-08-27 15:01:15,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721120834351s 2018-08-27 15:01:15,442 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-fd6be216-477c-4152-9e9c-696b136f7c1e 2018-08-27 15:01:15,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:01:15,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:01:15,489 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:01:15 GMT Server: Apache x-openstack-request-id: req-bce33831-cb03-4a30-8826-203c094b12f6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:01:15,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:01:15 GMT Server: Apache x-openstack-request-id: req-b83daf21-025a-464a-a57c-4210b86d6120 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:01:15,530 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b83daf21-025a-464a-a57c-4210b86d6120 2018-08-27 15:01:15,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0881459712982s 2018-08-27 15:01:15,531 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b83daf21-025a-464a-a57c-4210b86d6120 2018-08-27 15:01:20,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:01:20,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:01:20,568 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:01:20 GMT Server: Apache x-openstack-request-id: req-a1eefdf0-a272-47f0-b862-5535e2711b76 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:01:20,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:01:20 GMT Server: Apache x-openstack-request-id: req-bf5bb7bc-b7f3-42bb-b30f-d0f3b344f828 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:01:20,609 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bf5bb7bc-b7f3-42bb-b30f-d0f3b344f828 2018-08-27 15:01:20,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717070102692s 2018-08-27 15:01:20,609 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bf5bb7bc-b7f3-42bb-b30f-d0f3b344f828 2018-08-27 15:01:25,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:01:25,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:01:25,645 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:01:25 GMT Server: Apache x-openstack-request-id: req-6b8fb904-5430-4125-a1b3-b0b564df2394 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:01:25,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:01:25 GMT Server: Apache x-openstack-request-id: req-af7f8fdc-be5d-40c4-9e8e-288166292114 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:01:25,686 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-af7f8fdc-be5d-40c4-9e8e-288166292114 2018-08-27 15:01:25,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708119869232s 2018-08-27 15:01:25,686 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-af7f8fdc-be5d-40c4-9e8e-288166292114 2018-08-27 15:01:25,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:01:25,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:01:25,714 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:01:25 GMT Server: Apache x-openstack-request-id: req-6198e644-e587-4401-9d41-3404802f50e6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:01:25,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:01:25 GMT Server: Apache x-openstack-request-id: req-c8dfa2bc-3f3f-45f4-a037-6fff469c3328 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:01:25,754 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c8dfa2bc-3f3f-45f4-a037-6fff469c3328 2018-08-27 15:01:25,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0674550533295s 2018-08-27 15:01:25,755 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c8dfa2bc-3f3f-45f4-a037-6fff469c3328 2018-08-27 15:01:30,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:01:30,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:01:30,790 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:01:30 GMT Server: Apache x-openstack-request-id: req-4bd3df7e-8af2-4573-84b6-0f80d6762678 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:01:30,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:01:30 GMT Server: Apache x-openstack-request-id: req-eace4608-5225-4e88-b356-d6d42dbe064b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:01:30,833 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-eace4608-5225-4e88-b356-d6d42dbe064b 2018-08-27 15:01:30,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719130039215s 2018-08-27 15:01:30,833 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-eace4608-5225-4e88-b356-d6d42dbe064b 2018-08-27 15:01:35,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:01:35,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:01:35,869 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:01:35 GMT Server: Apache x-openstack-request-id: req-9998663b-a7ea-4510-ba58-de0f5676e616 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:01:36,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:01:35 GMT Server: Apache x-openstack-request-id: req-c17bf61b-6f03-46f0-9f1c-f4f6dfc0dd8a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:01:36,581 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c17bf61b-6f03-46f0-9f1c-f4f6dfc0dd8a 2018-08-27 15:01:36,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.742167949677s 2018-08-27 15:01:36,582 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c17bf61b-6f03-46f0-9f1c-f4f6dfc0dd8a 2018-08-27 15:01:36,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:01:36,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:01:36,611 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:01:36 GMT Server: Apache x-openstack-request-id: req-26f7464f-036a-42de-987a-945101ccbccc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:01:36,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:01:36 GMT Server: Apache x-openstack-request-id: req-cdf09be2-7fd6-4860-9551-c74832c31575 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:01:36,653 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-cdf09be2-7fd6-4860-9551-c74832c31575 2018-08-27 15:01:36,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0707938671112s 2018-08-27 15:01:36,654 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-cdf09be2-7fd6-4860-9551-c74832c31575 2018-08-27 15:01:41,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:01:41,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:01:41,949 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:01:41 GMT Server: Apache x-openstack-request-id: req-52ebd37c-f106-434f-a755-6e6db8dc4981 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:01:41,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:01:41 GMT Server: Apache x-openstack-request-id: req-4b3fd9fa-1282-46f9-9c3e-19a799fc5b8c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:01:41,994 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4b3fd9fa-1282-46f9-9c3e-19a799fc5b8c 2018-08-27 15:01:41,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.33350110054s 2018-08-27 15:01:41,994 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4b3fd9fa-1282-46f9-9c3e-19a799fc5b8c 2018-08-27 15:01:47,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:01:47,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:01:47,029 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:01:47 GMT Server: Apache x-openstack-request-id: req-99f8fb57-19c2-4df5-98db-070c3f40f425 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:01:47,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:01:47 GMT Server: Apache x-openstack-request-id: req-4a4cc260-8c70-44f9-91bc-9e1a6e635935 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:01:47,070 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4a4cc260-8c70-44f9-91bc-9e1a6e635935 2018-08-27 15:01:47,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705840587616s 2018-08-27 15:01:47,071 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4a4cc260-8c70-44f9-91bc-9e1a6e635935 2018-08-27 15:01:47,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:01:47,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:01:47,452 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:01:47 GMT Server: Apache x-openstack-request-id: req-b9a2a4b0-864a-4e73-8105-83f2995d8aec Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:01:47,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:01:47 GMT Server: Apache x-openstack-request-id: req-6f140ac8-31af-4178-86ca-70cbb2e1c076 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:01:47,495 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6f140ac8-31af-4178-86ca-70cbb2e1c076 2018-08-27 15:01:47,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.423897981644s 2018-08-27 15:01:47,496 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6f140ac8-31af-4178-86ca-70cbb2e1c076 2018-08-27 15:01:52,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:01:52,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:01:53,194 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:01:52 GMT Server: Apache x-openstack-request-id: req-52ada32b-4674-4e20-a2d7-ab3977866f3a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:01:53,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:01:53 GMT Server: Apache x-openstack-request-id: req-f43c3541-6579-4958-9188-2201f22d342b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:01:53,236 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f43c3541-6579-4958-9188-2201f22d342b 2018-08-27 15:01:53,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.737684011459s 2018-08-27 15:01:53,237 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f43c3541-6579-4958-9188-2201f22d342b 2018-08-27 15:01:58,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:01:58,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:01:58,549 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:01:58 GMT Server: Apache x-openstack-request-id: req-9a461c35-1686-4c5e-ace6-8ec7588c6725 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:01:58,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:01:58 GMT Server: Apache x-openstack-request-id: req-2e7606b1-af44-4b4d-b534-f219d7161222 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:01:58,591 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2e7606b1-af44-4b4d-b534-f219d7161222 2018-08-27 15:01:58,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.34824514389s 2018-08-27 15:01:58,591 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2e7606b1-af44-4b4d-b534-f219d7161222 2018-08-27 15:01:58,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:01:58,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:01:58,620 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:01:58 GMT Server: Apache x-openstack-request-id: req-d68acc58-0ace-49c8-b9f4-d85334f24c6f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:01:58,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:01:58 GMT Server: Apache x-openstack-request-id: req-d13aa9e5-0243-4a33-957c-f3533fbb0406 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:01:58,662 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d13aa9e5-0243-4a33-957c-f3533fbb0406 2018-08-27 15:01:58,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0708520412445s 2018-08-27 15:01:58,663 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d13aa9e5-0243-4a33-957c-f3533fbb0406 2018-08-27 15:02:03,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:02:03,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:02:03,699 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:02:03 GMT Server: Apache x-openstack-request-id: req-420f6560-8716-46de-a283-208b8df11c1f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:02:04,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:02:03 GMT Server: Apache x-openstack-request-id: req-f96c2fdc-e693-42fc-91ce-4f6e7220e525 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:02:04,403 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f96c2fdc-e693-42fc-91ce-4f6e7220e525 2018-08-27 15:02:04,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.733812093735s 2018-08-27 15:02:04,404 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f96c2fdc-e693-42fc-91ce-4f6e7220e525 2018-08-27 15:02:09,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:02:09,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:02:09,442 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:02:09 GMT Server: Apache x-openstack-request-id: req-c11a0006-9ed9-4ad1-a734-e0759af8c48e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:02:09,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:02:09 GMT Server: Apache x-openstack-request-id: req-dd4781f7-8d38-4314-bede-24b040ffa5f3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:02:09,484 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-dd4781f7-8d38-4314-bede-24b040ffa5f3 2018-08-27 15:02:09,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0747978687286s 2018-08-27 15:02:09,485 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-dd4781f7-8d38-4314-bede-24b040ffa5f3 2018-08-27 15:02:09,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:02:09,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:02:09,776 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:02:09 GMT Server: Apache x-openstack-request-id: req-6a11bac1-560d-412c-9f15-c7fab6a7b4de Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:02:09,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:02:09 GMT Server: Apache x-openstack-request-id: req-563f7243-cced-40ec-98a0-1967d120329b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:02:09,817 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-563f7243-cced-40ec-98a0-1967d120329b 2018-08-27 15:02:09,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.332154035568s 2018-08-27 15:02:09,818 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-563f7243-cced-40ec-98a0-1967d120329b 2018-08-27 15:02:14,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:02:14,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:02:14,854 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:02:14 GMT Server: Apache x-openstack-request-id: req-d31c66bd-8bbf-4620-87e4-9a36655f2f2b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:02:14,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:02:14 GMT Server: Apache x-openstack-request-id: req-9372c870-bee3-498e-8fb7-dca45dff1c80 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:02:14,895 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9372c870-bee3-498e-8fb7-dca45dff1c80 2018-08-27 15:02:14,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705950260162s 2018-08-27 15:02:14,895 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9372c870-bee3-498e-8fb7-dca45dff1c80 2018-08-27 15:02:19,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:02:19,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:02:19,931 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:02:19 GMT Server: Apache x-openstack-request-id: req-798cf07a-ab34-4c2b-a1e5-1ce953faface Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:02:19,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:02:19 GMT Server: Apache x-openstack-request-id: req-cc725e81-6b38-4802-8df9-22a387dc2406 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:02:19,973 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-cc725e81-6b38-4802-8df9-22a387dc2406 2018-08-27 15:02:19,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713489055634s 2018-08-27 15:02:19,973 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-cc725e81-6b38-4802-8df9-22a387dc2406 2018-08-27 15:02:19,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:02:19,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:02:20,003 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:02:19 GMT Server: Apache x-openstack-request-id: req-c2f8c162-dabe-4738-ac14-b4456076d640 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:02:20,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:02:20 GMT Server: Apache x-openstack-request-id: req-a70a1150-39bc-4d5f-9d07-c95afa9789b9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:02:20,730 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a70a1150-39bc-4d5f-9d07-c95afa9789b9 2018-08-27 15:02:20,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.756103038788s 2018-08-27 15:02:20,730 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a70a1150-39bc-4d5f-9d07-c95afa9789b9 2018-08-27 15:02:25,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:02:25,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:02:25,766 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:02:25 GMT Server: Apache x-openstack-request-id: req-d66140dc-319c-45fc-a473-5152717eb490 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:02:25,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:02:25 GMT Server: Apache x-openstack-request-id: req-025f91f9-2533-49f4-90f5-2f617f1e4059 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:02:25,809 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-025f91f9-2533-49f4-90f5-2f617f1e4059 2018-08-27 15:02:25,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719559192657s 2018-08-27 15:02:25,809 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-025f91f9-2533-49f4-90f5-2f617f1e4059 2018-08-27 15:02:30,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:02:30,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:02:31,114 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:02:30 GMT Server: Apache x-openstack-request-id: req-8892d766-3266-4ec5-b2aa-55db0168a551 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:02:31,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:02:31 GMT Server: Apache x-openstack-request-id: req-53aae3a7-c3d8-4e70-8bc0-43861cfe1dd3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:02:31,156 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-53aae3a7-c3d8-4e70-8bc0-43861cfe1dd3 2018-08-27 15:02:31,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.340968847275s 2018-08-27 15:02:31,156 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-53aae3a7-c3d8-4e70-8bc0-43861cfe1dd3 2018-08-27 15:02:31,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:02:31,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:02:31,186 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:02:31 GMT Server: Apache x-openstack-request-id: req-930bcd6e-f7ef-424a-8e68-7aeb73314af2 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:02:31,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:02:31 GMT Server: Apache x-openstack-request-id: req-c08c786d-07e9-4735-9584-c47d45904cd9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:02:31,228 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c08c786d-07e9-4735-9584-c47d45904cd9 2018-08-27 15:02:31,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.071751832962s 2018-08-27 15:02:31,229 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c08c786d-07e9-4735-9584-c47d45904cd9 2018-08-27 15:02:36,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:02:36,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:02:36,264 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:02:36 GMT Server: Apache x-openstack-request-id: req-e0432658-f9e8-497d-a05e-a699fb64219b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:02:36,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:02:36 GMT Server: Apache x-openstack-request-id: req-302c55ab-c53a-4f56-8a9f-12a27d3e4d15 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:02:36,568 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-302c55ab-c53a-4f56-8a9f-12a27d3e4d15 2018-08-27 15:02:36,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.332190990448s 2018-08-27 15:02:36,568 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-302c55ab-c53a-4f56-8a9f-12a27d3e4d15 2018-08-27 15:02:41,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:02:41,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:02:41,603 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:02:41 GMT Server: Apache x-openstack-request-id: req-e2a9c859-2bf4-4198-9a61-dc18a9a83f6f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:02:41,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:02:41 GMT Server: Apache x-openstack-request-id: req-d73c8c73-9a4c-4280-ad83-1584d89947a6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:02:41,645 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d73c8c73-9a4c-4280-ad83-1584d89947a6 2018-08-27 15:02:41,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710110664368s 2018-08-27 15:02:41,645 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d73c8c73-9a4c-4280-ad83-1584d89947a6 2018-08-27 15:02:41,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:02:41,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:02:41,672 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:02:41 GMT Server: Apache x-openstack-request-id: req-f57209d1-57fd-49e3-bf7d-dc3533551844 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:02:41,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:02:41 GMT Server: Apache x-openstack-request-id: req-db79b8a0-73b9-4218-a771-dd8798600621 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:02:41,714 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-db79b8a0-73b9-4218-a771-dd8798600621 2018-08-27 15:02:41,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0683169364929s 2018-08-27 15:02:41,714 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-db79b8a0-73b9-4218-a771-dd8798600621 2018-08-27 15:02:46,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:02:46,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:02:46,751 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:02:46 GMT Server: Apache x-openstack-request-id: req-c69441de-ede3-42ff-94e9-5398893db2f8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:02:46,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:02:46 GMT Server: Apache x-openstack-request-id: req-c4259490-106e-4f2f-9492-976de927ad8c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:02:46,793 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c4259490-106e-4f2f-9492-976de927ad8c 2018-08-27 15:02:46,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718059539795s 2018-08-27 15:02:46,793 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c4259490-106e-4f2f-9492-976de927ad8c 2018-08-27 15:02:51,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:02:51,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:02:51,824 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:02:51 GMT Server: Apache x-openstack-request-id: req-53f3f680-efdf-4bbc-b184-18366b9d3aa1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:02:51,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:02:51 GMT Server: Apache x-openstack-request-id: req-8d2cb6e5-394c-4329-8289-9e71dea6c43d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:02:51,865 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8d2cb6e5-394c-4329-8289-9e71dea6c43d 2018-08-27 15:02:51,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705509185791s 2018-08-27 15:02:51,866 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8d2cb6e5-394c-4329-8289-9e71dea6c43d 2018-08-27 15:02:51,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:02:51,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:02:52,159 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:02:51 GMT Server: Apache x-openstack-request-id: req-a158d5a6-d788-44a2-b166-0be036f0535f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:02:52,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:02:52 GMT Server: Apache x-openstack-request-id: req-6cbee001-46a0-4487-89af-fe09cafebf13 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:02:52,201 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6cbee001-46a0-4487-89af-fe09cafebf13 2018-08-27 15:02:52,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.334811210632s 2018-08-27 15:02:52,202 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6cbee001-46a0-4487-89af-fe09cafebf13 2018-08-27 15:02:57,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:02:57,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:02:57,240 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:02:57 GMT Server: Apache x-openstack-request-id: req-ab3e8f9f-b150-480a-afb0-32e7c68ca86d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:02:57,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:02:57 GMT Server: Apache x-openstack-request-id: req-57a17cf5-28eb-41e5-80d6-abd1569b29d9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:02:57,283 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-57a17cf5-28eb-41e5-80d6-abd1569b29d9 2018-08-27 15:02:57,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739989280701s 2018-08-27 15:02:57,283 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-57a17cf5-28eb-41e5-80d6-abd1569b29d9 2018-08-27 15:03:02,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:03:02,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:03:02,581 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:03:02 GMT Server: Apache x-openstack-request-id: req-41844c59-9a40-4018-86ec-9a50e666ecd1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:03:02,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:03:02 GMT Server: Apache x-openstack-request-id: req-ed17e4a9-9f50-48e8-a064-b87243273b0f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:03:02,623 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ed17e4a9-9f50-48e8-a064-b87243273b0f 2018-08-27 15:03:02,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.334372997284s 2018-08-27 15:03:02,623 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ed17e4a9-9f50-48e8-a064-b87243273b0f 2018-08-27 15:03:02,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:03:02,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:03:02,653 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:03:02 GMT Server: Apache x-openstack-request-id: req-6a43c81b-9424-4c41-9ee9-13a1882b9260 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:03:02,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:03:02 GMT Server: Apache x-openstack-request-id: req-d1f68b2b-38b5-4222-9237-a34442851ee4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:03:02,694 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d1f68b2b-38b5-4222-9237-a34442851ee4 2018-08-27 15:03:02,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0703160762787s 2018-08-27 15:03:02,695 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d1f68b2b-38b5-4222-9237-a34442851ee4 2018-08-27 15:03:07,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:03:07,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:03:08,392 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:03:07 GMT Server: Apache x-openstack-request-id: req-189c46a1-60bf-404a-8795-b9d29b9a38ab Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:03:08,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:03:08 GMT Server: Apache x-openstack-request-id: req-5f6604f4-b77f-4a62-bf77-d2fbe819438f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:03:08,433 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5f6604f4-b77f-4a62-bf77-d2fbe819438f 2018-08-27 15:03:08,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.732006072998s 2018-08-27 15:03:08,434 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5f6604f4-b77f-4a62-bf77-d2fbe819438f 2018-08-27 15:03:13,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:03:13,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:03:13,468 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:03:13 GMT Server: Apache x-openstack-request-id: req-e2000211-25fa-4778-baad-4722f7e4afe1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:03:13,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:03:13 GMT Server: Apache x-openstack-request-id: req-e3c7e79c-22fd-4244-b27d-356fa5ec593b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:03:13,510 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e3c7e79c-22fd-4244-b27d-356fa5ec593b 2018-08-27 15:03:13,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.070818901062s 2018-08-27 15:03:13,510 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e3c7e79c-22fd-4244-b27d-356fa5ec593b 2018-08-27 15:03:13,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:03:13,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:03:13,555 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:03:13 GMT Server: Apache x-openstack-request-id: req-16f3b6a2-4637-4380-967d-d0d2e68686df Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:03:13,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:03:13 GMT Server: Apache x-openstack-request-id: req-2375d5ce-f301-4b69-8865-d9c8353f200d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:03:13,597 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2375d5ce-f301-4b69-8865-d9c8353f200d 2018-08-27 15:03:13,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0863571166992s 2018-08-27 15:03:13,598 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2375d5ce-f301-4b69-8865-d9c8353f200d 2018-08-27 15:03:18,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:03:18,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:03:18,629 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:03:18 GMT Server: Apache x-openstack-request-id: req-cf47539b-a504-449d-8b41-3647e3a8ee84 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:03:18,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:03:18 GMT Server: Apache x-openstack-request-id: req-744ec9e4-3cbe-4b28-a458-dba891652d44 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:03:18,671 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-744ec9e4-3cbe-4b28-a458-dba891652d44 2018-08-27 15:03:18,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0706980228424s 2018-08-27 15:03:18,671 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-744ec9e4-3cbe-4b28-a458-dba891652d44 2018-08-27 15:03:23,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:03:23,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:03:23,975 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:03:23 GMT Server: Apache x-openstack-request-id: req-7a83f434-9250-4e7a-aabb-4a2eeb35cf67 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:03:24,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:03:23 GMT Server: Apache x-openstack-request-id: req-e1f6f132-ad10-48ec-aa0c-703b8a8279a9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:03:24,017 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e1f6f132-ad10-48ec-aa0c-703b8a8279a9 2018-08-27 15:03:24,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.340135097504s 2018-08-27 15:03:24,017 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e1f6f132-ad10-48ec-aa0c-703b8a8279a9 2018-08-27 15:03:24,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:03:24,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:03:24,046 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:03:23 GMT Server: Apache x-openstack-request-id: req-dc74786c-826e-47a7-bfcb-09e80c9ea759 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:03:24,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:03:24 GMT Server: Apache x-openstack-request-id: req-0387b20f-e3cf-4596-84c9-4a8fd2764584 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:03:24,088 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-0387b20f-e3cf-4596-84c9-4a8fd2764584 2018-08-27 15:03:24,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0705320835114s 2018-08-27 15:03:24,089 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-0387b20f-e3cf-4596-84c9-4a8fd2764584 2018-08-27 15:03:29,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:03:29,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:03:29,125 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:03:29 GMT Server: Apache x-openstack-request-id: req-8a633409-7726-410a-99c9-531761999227 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:03:29,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:03:29 GMT Server: Apache x-openstack-request-id: req-6b7f3578-1168-4b1e-a002-12f11412e753 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:03:29,166 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6b7f3578-1168-4b1e-a002-12f11412e753 2018-08-27 15:03:29,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731749534607s 2018-08-27 15:03:29,166 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6b7f3578-1168-4b1e-a002-12f11412e753 2018-08-27 15:03:34,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:03:34,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:03:34,200 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:03:34 GMT Server: Apache x-openstack-request-id: req-c315c07a-ea04-4f30-9f5d-a5f6794e2ff6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:03:34,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:03:34 GMT Server: Apache x-openstack-request-id: req-4eafd116-cfce-4018-aa94-7c090d49ea67 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:03:34,243 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4eafd116-cfce-4018-aa94-7c090d49ea67 2018-08-27 15:03:34,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744149684906s 2018-08-27 15:03:34,243 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4eafd116-cfce-4018-aa94-7c090d49ea67 2018-08-27 15:03:34,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:03:34,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:03:34,272 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:03:34 GMT Server: Apache x-openstack-request-id: req-8d020fb9-cb75-45a3-85ae-d9e6ec024d47 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:03:34,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:03:34 GMT Server: Apache x-openstack-request-id: req-4b1426cc-2e53-4371-933f-4185d7b75fa9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:03:34,314 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-4b1426cc-2e53-4371-933f-4185d7b75fa9 2018-08-27 15:03:34,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0705099105835s 2018-08-27 15:03:34,315 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-4b1426cc-2e53-4371-933f-4185d7b75fa9 2018-08-27 15:03:39,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:03:39,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:03:39,351 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:03:39 GMT Server: Apache x-openstack-request-id: req-c6d5f0e1-ef72-411d-b241-14cc2d1437c3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:03:39,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:03:39 GMT Server: Apache x-openstack-request-id: req-491db5e1-d2c2-40d4-a852-1b04f4312274 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:03:39,393 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-491db5e1-d2c2-40d4-a852-1b04f4312274 2018-08-27 15:03:39,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071702003479s 2018-08-27 15:03:39,394 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-491db5e1-d2c2-40d4-a852-1b04f4312274 2018-08-27 15:03:44,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:03:44,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:03:44,841 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:03:44 GMT Server: Apache x-openstack-request-id: req-b44bdc00-331e-4a24-bc95-55de046892e9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:03:44,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:03:44 GMT Server: Apache x-openstack-request-id: req-62ac8fcc-f924-4bec-b453-73ba30906742 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:03:44,885 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-62ac8fcc-f924-4bec-b453-73ba30906742 2018-08-27 15:03:44,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.489879131317s 2018-08-27 15:03:44,885 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-62ac8fcc-f924-4bec-b453-73ba30906742 2018-08-27 15:03:44,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:03:44,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:03:44,915 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:03:44 GMT Server: Apache x-openstack-request-id: req-3c2d68a9-c6d0-4a97-8815-11407e10dd15 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:03:44,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:03:44 GMT Server: Apache x-openstack-request-id: req-ebedbdd4-09ae-478e-8b9c-0d0fc3b20986 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:03:44,960 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ebedbdd4-09ae-478e-8b9c-0d0fc3b20986 2018-08-27 15:03:44,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0739169120789s 2018-08-27 15:03:44,960 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ebedbdd4-09ae-478e-8b9c-0d0fc3b20986 2018-08-27 15:03:49,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:03:49,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:03:50,013 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:03:49 GMT Server: Apache x-openstack-request-id: req-8aca3da4-cfbd-4ffa-b82c-777426ffcb79 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:03:50,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:03:49 GMT Server: Apache x-openstack-request-id: req-88a6a465-bb75-4210-9975-d4b7021f0230 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:03:50,054 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-88a6a465-bb75-4210-9975-d4b7021f0230 2018-08-27 15:03:50,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0880398750305s 2018-08-27 15:03:50,055 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-88a6a465-bb75-4210-9975-d4b7021f0230 2018-08-27 15:03:55,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:03:55,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:03:55,373 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:03:55 GMT Server: Apache x-openstack-request-id: req-9b9dfd44-55d7-4175-8510-5914b9273542 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:03:55,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:03:55 GMT Server: Apache x-openstack-request-id: req-74f131d4-1dc7-4859-8cfb-d01b970f065f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:03:55,414 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-74f131d4-1dc7-4859-8cfb-d01b970f065f 2018-08-27 15:03:55,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.353780984879s 2018-08-27 15:03:55,415 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-74f131d4-1dc7-4859-8cfb-d01b970f065f 2018-08-27 15:03:55,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:03:55,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:03:55,445 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:03:55 GMT Server: Apache x-openstack-request-id: req-fa3e1bf4-20c9-496e-a7cb-ec62f044d0ad Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:03:56,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:03:55 GMT Server: Apache x-openstack-request-id: req-9c146be7-1a09-4e5d-afa9-6416bf45fba5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:03:56,172 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-9c146be7-1a09-4e5d-afa9-6416bf45fba5 2018-08-27 15:03:56,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.756577014923s 2018-08-27 15:03:56,172 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-9c146be7-1a09-4e5d-afa9-6416bf45fba5 2018-08-27 15:04:01,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:04:01,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:04:01,467 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:04:01 GMT Server: Apache x-openstack-request-id: req-d00aa0c7-ebc2-4e20-907d-004689656a59 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:04:01,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:04:01 GMT Server: Apache x-openstack-request-id: req-bbeb58aa-fe3e-46e7-a254-7e5c9a6eb01a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:04:01,511 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bbeb58aa-fe3e-46e7-a254-7e5c9a6eb01a 2018-08-27 15:04:01,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.332269906998s 2018-08-27 15:04:01,512 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bbeb58aa-fe3e-46e7-a254-7e5c9a6eb01a 2018-08-27 15:04:06,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:04:06,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:04:06,548 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:04:06 GMT Server: Apache x-openstack-request-id: req-e168ddc6-1638-4032-93f2-3df04561a82d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:04:06,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:04:06 GMT Server: Apache x-openstack-request-id: req-6a978e6c-6b4a-46b2-95e9-8c458ef01ef4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:04:06,589 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6a978e6c-6b4a-46b2-95e9-8c458ef01ef4 2018-08-27 15:04:06,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714378356934s 2018-08-27 15:04:06,590 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6a978e6c-6b4a-46b2-95e9-8c458ef01ef4 2018-08-27 15:04:06,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:04:06,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:04:06,619 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:04:06 GMT Server: Apache x-openstack-request-id: req-f4db0876-955e-49e9-a28b-4f7360d33ae5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:04:06,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:04:06 GMT Server: Apache x-openstack-request-id: req-785a8672-1c54-4f6d-b403-b00e838b2d82 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:04:06,661 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-785a8672-1c54-4f6d-b403-b00e838b2d82 2018-08-27 15:04:06,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0713248252869s 2018-08-27 15:04:06,662 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-785a8672-1c54-4f6d-b403-b00e838b2d82 2018-08-27 15:04:11,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:04:11,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:04:11,696 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:04:11 GMT Server: Apache x-openstack-request-id: req-b0e39266-f215-4baa-a40b-d5d67439b887 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:04:11,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:04:11 GMT Server: Apache x-openstack-request-id: req-d2a866d8-a628-4aab-8f0b-f4cff330c550 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:04:11,738 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d2a866d8-a628-4aab-8f0b-f4cff330c550 2018-08-27 15:04:11,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073961019516s 2018-08-27 15:04:11,738 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d2a866d8-a628-4aab-8f0b-f4cff330c550 2018-08-27 15:04:16,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:04:16,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:04:17,144 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:04:16 GMT Server: Apache x-openstack-request-id: req-af2709b9-fe9e-4586-88a8-264ee56b2ff2 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:04:17,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:04:17 GMT Server: Apache x-openstack-request-id: req-4d63d770-b80a-40fb-ab38-139d55478a10 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:04:17,186 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4d63d770-b80a-40fb-ab38-139d55478a10 2018-08-27 15:04:17,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.441586971283s 2018-08-27 15:04:17,186 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4d63d770-b80a-40fb-ab38-139d55478a10 2018-08-27 15:04:17,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:04:17,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:04:17,232 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:04:17 GMT Server: Apache x-openstack-request-id: req-17532a6c-6bc2-45ca-a4db-a765d53ee141 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:04:17,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:04:17 GMT Server: Apache x-openstack-request-id: req-79ed5ab3-3956-43c4-861f-3480e1b10cb4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:04:17,274 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-79ed5ab3-3956-43c4-861f-3480e1b10cb4 2018-08-27 15:04:17,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0873489379883s 2018-08-27 15:04:17,274 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-79ed5ab3-3956-43c4-861f-3480e1b10cb4 2018-08-27 15:04:22,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:04:22,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:04:22,312 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:04:22 GMT Server: Apache x-openstack-request-id: req-45c8ff5e-211b-4023-abb4-43f896c8ede0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:04:22,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:04:22 GMT Server: Apache x-openstack-request-id: req-328222ec-34f9-4504-b9aa-baf0254ad44f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:04:22,354 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-328222ec-34f9-4504-b9aa-baf0254ad44f 2018-08-27 15:04:22,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725510120392s 2018-08-27 15:04:22,354 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-328222ec-34f9-4504-b9aa-baf0254ad44f 2018-08-27 15:04:27,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:04:27,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:04:27,390 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:04:27 GMT Server: Apache x-openstack-request-id: req-4ed7289e-0d56-4905-9c86-2d25ab1d6a7f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:04:27,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:04:27 GMT Server: Apache x-openstack-request-id: req-8564f48f-9cbe-4dce-b489-fb49157faaa3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:04:27,719 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8564f48f-9cbe-4dce-b489-fb49157faaa3 2018-08-27 15:04:27,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.358948945999s 2018-08-27 15:04:27,720 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8564f48f-9cbe-4dce-b489-fb49157faaa3 2018-08-27 15:04:27,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:04:27,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:04:27,751 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:04:27 GMT Server: Apache x-openstack-request-id: req-a6a1e71a-4e20-45f5-8d47-580708ae4246 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:04:27,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:04:27 GMT Server: Apache x-openstack-request-id: req-12914d00-3b90-41ac-98d0-5ba0406276ce Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:04:27,793 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-12914d00-3b90-41ac-98d0-5ba0406276ce 2018-08-27 15:04:27,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0724940299988s 2018-08-27 15:04:27,793 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-12914d00-3b90-41ac-98d0-5ba0406276ce 2018-08-27 15:04:32,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:04:32,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:04:32,826 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:04:32 GMT Server: Apache x-openstack-request-id: req-7f7f13f4-23e7-4bb7-9c21-92670f3ab501 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:04:32,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:04:32 GMT Server: Apache x-openstack-request-id: req-56a9a222-9363-4f3c-ba9b-cd2cf25a88e7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:04:32,868 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-56a9a222-9363-4f3c-ba9b-cd2cf25a88e7 2018-08-27 15:04:32,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717701911926s 2018-08-27 15:04:32,868 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-56a9a222-9363-4f3c-ba9b-cd2cf25a88e7 2018-08-27 15:04:37,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:04:37,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:04:37,904 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:04:37 GMT Server: Apache x-openstack-request-id: req-eb1c3e6b-fe3c-474b-af52-aac0281b6d6c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:04:37,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:04:37 GMT Server: Apache x-openstack-request-id: req-adaee4c1-e758-45d4-8bd2-d18d4456567e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:04:37,947 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-adaee4c1-e758-45d4-8bd2-d18d4456567e 2018-08-27 15:04:37,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729308128357s 2018-08-27 15:04:37,948 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-adaee4c1-e758-45d4-8bd2-d18d4456567e 2018-08-27 15:04:37,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:04:37,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:04:38,256 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:04:37 GMT Server: Apache x-openstack-request-id: req-99cb12bb-5edd-4276-8fd5-5dd9f35f606e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:04:38,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:04:38 GMT Server: Apache x-openstack-request-id: req-24fcdc15-f8f5-42d1-af8f-9088d75288b0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:04:38,297 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-24fcdc15-f8f5-42d1-af8f-9088d75288b0 2018-08-27 15:04:38,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.349432945251s 2018-08-27 15:04:38,298 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-24fcdc15-f8f5-42d1-af8f-9088d75288b0 2018-08-27 15:04:43,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:04:43,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:04:43,334 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:04:43 GMT Server: Apache x-openstack-request-id: req-5a74973d-13fc-4349-a406-9c594690a062 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:04:43,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:04:43 GMT Server: Apache x-openstack-request-id: req-19a2cf1e-592e-4212-83e0-ff9e950bc485 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:04:43,638 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-19a2cf1e-592e-4212-83e0-ff9e950bc485 2018-08-27 15:04:43,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.333562135696s 2018-08-27 15:04:43,639 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-19a2cf1e-592e-4212-83e0-ff9e950bc485 2018-08-27 15:04:48,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:04:48,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:04:48,674 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:04:48 GMT Server: Apache x-openstack-request-id: req-9002d127-4e9f-4851-8c7f-b0eb9d3be816 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:04:49,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:04:48 GMT Server: Apache x-openstack-request-id: req-a8ca5033-c9ae-45c1-a48e-653df0484ca1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:04:49,390 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a8ca5033-c9ae-45c1-a48e-653df0484ca1 2018-08-27 15:04:49,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.746078968048s 2018-08-27 15:04:49,391 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a8ca5033-c9ae-45c1-a48e-653df0484ca1 2018-08-27 15:04:49,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:04:49,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:04:49,420 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:04:49 GMT Server: Apache x-openstack-request-id: req-fbaca705-a457-4cb4-a12e-dc3c0ee3cdd7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:04:49,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:04:49 GMT Server: Apache x-openstack-request-id: req-e9481436-c4a7-46ff-88cc-74a6c91d06d8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:04:49,730 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e9481436-c4a7-46ff-88cc-74a6c91d06d8 2018-08-27 15:04:49,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.338938951492s 2018-08-27 15:04:49,730 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e9481436-c4a7-46ff-88cc-74a6c91d06d8 2018-08-27 15:04:54,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:04:54,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:04:54,765 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:04:54 GMT Server: Apache x-openstack-request-id: req-8601bdd4-3915-4d0a-8c04-3ac3b01a93bd Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:04:54,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:04:54 GMT Server: Apache x-openstack-request-id: req-5451ede0-aad3-41e9-998c-0e686e853ace Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:04:54,807 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5451ede0-aad3-41e9-998c-0e686e853ace 2018-08-27 15:04:54,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715429782867s 2018-08-27 15:04:54,807 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5451ede0-aad3-41e9-998c-0e686e853ace 2018-08-27 15:04:59,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:04:59,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:04:59,842 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:04:59 GMT Server: Apache x-openstack-request-id: req-14c3ac1e-c66f-4417-86c1-a0430e80704b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:05:00,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:04:59 GMT Server: Apache x-openstack-request-id: req-2675757f-78ea-4b6f-b6b1-2f0c75bcca42 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:05:00,154 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2675757f-78ea-4b6f-b6b1-2f0c75bcca42 2018-08-27 15:05:00,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.341477155685s 2018-08-27 15:05:00,155 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2675757f-78ea-4b6f-b6b1-2f0c75bcca42 2018-08-27 15:05:00,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:05:00,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:05:00,184 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:05:00 GMT Server: Apache x-openstack-request-id: req-3ba3d086-358b-4a10-9567-bd31925c5a16 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:05:00,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:05:00 GMT Server: Apache x-openstack-request-id: req-e9520ab0-96a6-4ffb-b828-0b1cb7d045dc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:05:00,226 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e9520ab0-96a6-4ffb-b828-0b1cb7d045dc 2018-08-27 15:05:00,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.070494890213s 2018-08-27 15:05:00,226 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e9520ab0-96a6-4ffb-b828-0b1cb7d045dc 2018-08-27 15:05:05,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:05:05,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:05:05,263 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:05:05 GMT Server: Apache x-openstack-request-id: req-549b980f-ea1e-41d6-b5a7-4fa8008b1e73 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:05:05,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:05:05 GMT Server: Apache x-openstack-request-id: req-2d4a6533-648a-4d52-86a5-5b6420a3fdc0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:05:05,306 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2d4a6533-648a-4d52-86a5-5b6420a3fdc0 2018-08-27 15:05:05,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731689929962s 2018-08-27 15:05:05,307 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2d4a6533-648a-4d52-86a5-5b6420a3fdc0 2018-08-27 15:05:10,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:05:10,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:05:10,342 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:05:10 GMT Server: Apache x-openstack-request-id: req-d495ad57-f75e-40f0-a5a1-db42309313b6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:05:10,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:05:10 GMT Server: Apache x-openstack-request-id: req-66b10fe9-ee8d-48f0-98d1-99fbec2729f7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:05:10,661 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-66b10fe9-ee8d-48f0-98d1-99fbec2729f7 2018-08-27 15:05:10,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.348434925079s 2018-08-27 15:05:10,661 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-66b10fe9-ee8d-48f0-98d1-99fbec2729f7 2018-08-27 15:05:10,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:05:10,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:05:10,691 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:05:10 GMT Server: Apache x-openstack-request-id: req-0572ce57-2177-4667-b85e-4ffbabeeed62 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:05:10,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:05:10 GMT Server: Apache x-openstack-request-id: req-106d0a96-c7a7-4651-8c27-cdffcd40d2e9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:05:10,733 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-106d0a96-c7a7-4651-8c27-cdffcd40d2e9 2018-08-27 15:05:10,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0717089176178s 2018-08-27 15:05:10,734 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-106d0a96-c7a7-4651-8c27-cdffcd40d2e9 2018-08-27 15:05:15,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:05:15,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:05:15,771 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:05:15 GMT Server: Apache x-openstack-request-id: req-837a5b59-2627-4f1e-a8cd-8a5009e5911d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:05:16,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:05:15 GMT Server: Apache x-openstack-request-id: req-6709bfea-f34c-443f-8ae5-2b864c07228d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:05:16,075 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6709bfea-f34c-443f-8ae5-2b864c07228d 2018-08-27 15:05:16,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.334262132645s 2018-08-27 15:05:16,075 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6709bfea-f34c-443f-8ae5-2b864c07228d 2018-08-27 15:05:21,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:05:21,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:05:21,110 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:05:21 GMT Server: Apache x-openstack-request-id: req-7dfba033-1252-4de5-9a1d-425021f3053f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:05:21,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:05:21 GMT Server: Apache x-openstack-request-id: req-86511cd2-9306-40b2-91d8-8ed14358ee0e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:05:21,152 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-86511cd2-9306-40b2-91d8-8ed14358ee0e 2018-08-27 15:05:21,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071506023407s 2018-08-27 15:05:21,153 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-86511cd2-9306-40b2-91d8-8ed14358ee0e 2018-08-27 15:05:21,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:05:21,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:05:21,331 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:05:21 GMT Server: Apache x-openstack-request-id: req-1ca255eb-09ee-4ab5-9b77-91fd9ae43e43 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:05:21,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:05:21 GMT Server: Apache x-openstack-request-id: req-7f717676-ff7f-4a7b-8daf-74991ba0c248 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:05:21,374 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-7f717676-ff7f-4a7b-8daf-74991ba0c248 2018-08-27 15:05:21,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.220530033112s 2018-08-27 15:05:21,374 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-7f717676-ff7f-4a7b-8daf-74991ba0c248 2018-08-27 15:05:26,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:05:26,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:05:27,186 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:05:26 GMT Server: Apache x-openstack-request-id: req-a50d2a2c-0197-46aa-9637-0b2291da402b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:05:27,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:05:27 GMT Server: Apache x-openstack-request-id: req-218ee24c-16bb-4c93-a089-21ee40a5786b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:05:27,229 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-218ee24c-16bb-4c93-a089-21ee40a5786b 2018-08-27 15:05:27,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.847759962082s 2018-08-27 15:05:27,229 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-218ee24c-16bb-4c93-a089-21ee40a5786b 2018-08-27 15:05:32,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:05:32,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:05:32,265 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:05:32 GMT Server: Apache x-openstack-request-id: req-5dc7ce0b-42e4-4fa8-ab31-f4ba2f553a70 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:05:32,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:05:32 GMT Server: Apache x-openstack-request-id: req-6413ec02-6cb6-4354-9bf9-92d9174c6846 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:05:32,306 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6413ec02-6cb6-4354-9bf9-92d9174c6846 2018-08-27 15:05:32,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714099407196s 2018-08-27 15:05:32,307 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6413ec02-6cb6-4354-9bf9-92d9174c6846 2018-08-27 15:05:32,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:05:32,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:05:32,335 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:05:32 GMT Server: Apache x-openstack-request-id: req-791e2593-8801-4d4c-b979-c0415442029e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:05:32,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:05:32 GMT Server: Apache x-openstack-request-id: req-94dd05d0-bcf8-4e02-b8a1-7ae9f79a6eb5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:05:32,377 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-94dd05d0-bcf8-4e02-b8a1-7ae9f79a6eb5 2018-08-27 15:05:32,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0699660778046s 2018-08-27 15:05:32,377 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-94dd05d0-bcf8-4e02-b8a1-7ae9f79a6eb5 2018-08-27 15:05:37,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:05:37,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:05:37,429 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:05:37 GMT Server: Apache x-openstack-request-id: req-265f0641-55e7-4399-9cdc-caab1070e620 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:05:37,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:05:37 GMT Server: Apache x-openstack-request-id: req-62461e69-4642-43b6-b5e8-22ebc66be158 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:05:37,749 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-62461e69-4642-43b6-b5e8-22ebc66be158 2018-08-27 15:05:37,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.36532497406s 2018-08-27 15:05:37,750 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-62461e69-4642-43b6-b5e8-22ebc66be158 2018-08-27 15:05:42,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:05:42,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:05:42,785 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:05:42 GMT Server: Apache x-openstack-request-id: req-2d51bb10-fc6d-4931-8536-1d43c9538334 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:05:42,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:05:42 GMT Server: Apache x-openstack-request-id: req-c72b4ae5-fc22-4ea1-984a-c9b7b56b5bb8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:05:42,826 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c72b4ae5-fc22-4ea1-984a-c9b7b56b5bb8 2018-08-27 15:05:42,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0709838867188s 2018-08-27 15:05:42,827 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c72b4ae5-fc22-4ea1-984a-c9b7b56b5bb8 2018-08-27 15:05:42,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:05:42,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:05:42,855 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:05:42 GMT Server: Apache x-openstack-request-id: req-085d32e6-a0b5-4458-b6fd-492a88afc935 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:05:42,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:05:42 GMT Server: Apache x-openstack-request-id: req-b128ff7d-2451-4433-8f0c-522884493ff3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:05:42,882 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b128ff7d-2451-4433-8f0c-522884493ff3 2018-08-27 15:05:42,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0543618202209s 2018-08-27 15:05:42,882 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b128ff7d-2451-4433-8f0c-522884493ff3 2018-08-27 15:05:47,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:05:47,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:05:47,920 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:05:47 GMT Server: Apache x-openstack-request-id: req-c553d68f-50de-441d-a105-43f49853125e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:05:47,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:05:47 GMT Server: Apache x-openstack-request-id: req-c97f5275-43aa-4833-9232-7da3b11a1ec0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:05:47,962 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c97f5275-43aa-4833-9232-7da3b11a1ec0 2018-08-27 15:05:47,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733389854431s 2018-08-27 15:05:47,963 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c97f5275-43aa-4833-9232-7da3b11a1ec0 2018-08-27 15:05:52,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:05:52,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:05:52,999 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:05:52 GMT Server: Apache x-openstack-request-id: req-eec7b913-5af5-4179-92bc-dd1ba16cb6df Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:05:53,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:05:53 GMT Server: Apache x-openstack-request-id: req-d0e9b2ab-2195-4e01-9da2-d2d1709f7254 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:05:53,040 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d0e9b2ab-2195-4e01-9da2-d2d1709f7254 2018-08-27 15:05:53,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719349384308s 2018-08-27 15:05:53,041 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d0e9b2ab-2195-4e01-9da2-d2d1709f7254 2018-08-27 15:05:53,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:05:53,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:05:53,069 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:05:53 GMT Server: Apache x-openstack-request-id: req-b11ee9c2-bd6b-43eb-b32f-e8f07b17e88e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:05:53,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:05:53 GMT Server: Apache x-openstack-request-id: req-2d4a83e7-48cb-4f39-a2d5-98ba5219bb77 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:05:53,111 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2d4a83e7-48cb-4f39-a2d5-98ba5219bb77 2018-08-27 15:05:53,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0695312023163s 2018-08-27 15:05:53,111 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2d4a83e7-48cb-4f39-a2d5-98ba5219bb77 2018-08-27 15:05:58,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:05:58,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:05:58,146 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:05:58 GMT Server: Apache x-openstack-request-id: req-999064c9-7608-45e9-8543-4e3e4733557a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:05:58,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:05:58 GMT Server: Apache x-openstack-request-id: req-8764b475-9365-4aba-bb6d-098b9a93a160 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:05:58,188 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8764b475-9365-4aba-bb6d-098b9a93a160 2018-08-27 15:05:58,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705809593201s 2018-08-27 15:05:58,189 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8764b475-9365-4aba-bb6d-098b9a93a160 2018-08-27 15:06:03,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:06:03,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:06:03,221 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:06:03 GMT Server: Apache x-openstack-request-id: req-27473ec1-4884-4d1e-b95f-d369631fff39 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:06:03,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:06:03 GMT Server: Apache x-openstack-request-id: req-3db38ac8-32de-4bf2-bc6a-bb4a1d2583ec Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:06:03,263 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3db38ac8-32de-4bf2-bc6a-bb4a1d2583ec 2018-08-27 15:06:03,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712540149689s 2018-08-27 15:06:03,263 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3db38ac8-32de-4bf2-bc6a-bb4a1d2583ec 2018-08-27 15:06:03,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:06:03,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:06:03,293 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:06:03 GMT Server: Apache x-openstack-request-id: req-d51511b6-d094-4b27-8680-9736015bcf6d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:06:03,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:06:03 GMT Server: Apache x-openstack-request-id: req-25da9bc0-7e6d-4759-b62b-8d8561a2b008 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:06:03,335 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-25da9bc0-7e6d-4759-b62b-8d8561a2b008 2018-08-27 15:06:03,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0711491107941s 2018-08-27 15:06:03,335 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-25da9bc0-7e6d-4759-b62b-8d8561a2b008 2018-08-27 15:06:08,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:06:08,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:06:08,372 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:06:08 GMT Server: Apache x-openstack-request-id: req-b1ebd316-5d84-4192-871c-bc5f693c3f20 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:06:08,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:06:08 GMT Server: Apache x-openstack-request-id: req-de8a63ec-b8dd-41ac-856c-41f8cb7a0948 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:06:08,416 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-de8a63ec-b8dd-41ac-856c-41f8cb7a0948 2018-08-27 15:06:08,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741229057312s 2018-08-27 15:06:08,416 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-de8a63ec-b8dd-41ac-856c-41f8cb7a0948 2018-08-27 15:06:13,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:06:13,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:06:13,448 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:06:13 GMT Server: Apache x-openstack-request-id: req-7a75c1f0-0e7e-487b-8ef4-0ed2a107c16e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:06:13,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:06:13 GMT Server: Apache x-openstack-request-id: req-97dc607f-8040-4cb5-b514-6b1f62a6ccbb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:06:13,749 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-97dc607f-8040-4cb5-b514-6b1f62a6ccbb 2018-08-27 15:06:13,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.331649065018s 2018-08-27 15:06:13,750 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-97dc607f-8040-4cb5-b514-6b1f62a6ccbb 2018-08-27 15:06:13,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:06:13,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:06:13,779 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:06:13 GMT Server: Apache x-openstack-request-id: req-2cc6fadb-1ae1-43d0-962a-6e74cfb9003c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:06:13,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:06:13 GMT Server: Apache x-openstack-request-id: req-826bc9bb-53d9-420a-b90e-044c3e1e107f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:06:13,821 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-826bc9bb-53d9-420a-b90e-044c3e1e107f 2018-08-27 15:06:13,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0709040164948s 2018-08-27 15:06:13,822 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-826bc9bb-53d9-420a-b90e-044c3e1e107f 2018-08-27 15:06:18,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:06:18,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:06:18,854 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:06:18 GMT Server: Apache x-openstack-request-id: req-cdc8cb0c-7bb9-4286-89f1-d9f06d485794 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:06:19,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:06:18 GMT Server: Apache x-openstack-request-id: req-f67a28cb-2a3d-4cd1-8fa1-e17d2818386d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:06:19,579 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f67a28cb-2a3d-4cd1-8fa1-e17d2818386d 2018-08-27 15:06:19,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.75522518158s 2018-08-27 15:06:19,579 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f67a28cb-2a3d-4cd1-8fa1-e17d2818386d 2018-08-27 15:06:24,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:06:24,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:06:24,887 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:06:24 GMT Server: Apache x-openstack-request-id: req-e3e0212e-0d4b-4b9a-b426-25bfbb038194 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:06:24,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:06:24 GMT Server: Apache x-openstack-request-id: req-f9734d11-9404-45c1-b0e3-2b3897948d6d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:06:24,929 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f9734d11-9404-45c1-b0e3-2b3897948d6d 2018-08-27 15:06:24,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.34327507019s 2018-08-27 15:06:24,929 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f9734d11-9404-45c1-b0e3-2b3897948d6d 2018-08-27 15:06:24,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:06:24,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:06:24,960 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:06:24 GMT Server: Apache x-openstack-request-id: req-a4d923d5-9ec2-4387-ad02-7c4558de7a8a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:06:25,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:06:24 GMT Server: Apache x-openstack-request-id: req-a2d2193c-ed62-4df0-9691-a741cd240a5f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:06:25,002 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a2d2193c-ed62-4df0-9691-a741cd240a5f 2018-08-27 15:06:25,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0724020004272s 2018-08-27 15:06:25,002 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a2d2193c-ed62-4df0-9691-a741cd240a5f 2018-08-27 15:06:30,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:06:30,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:06:30,036 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:06:30 GMT Server: Apache x-openstack-request-id: req-f7d23218-f773-40ef-980c-0323e072e331 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:06:30,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:06:30 GMT Server: Apache x-openstack-request-id: req-e70b4bd5-478e-4e55-93a8-db139e79df75 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:06:30,078 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e70b4bd5-478e-4e55-93a8-db139e79df75 2018-08-27 15:06:30,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0700840950012s 2018-08-27 15:06:30,079 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e70b4bd5-478e-4e55-93a8-db139e79df75 2018-08-27 15:06:35,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:06:35,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:06:35,117 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:06:35 GMT Server: Apache x-openstack-request-id: req-629033fe-5d84-4bd9-9938-55e921e924e6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:06:35,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:06:35 GMT Server: Apache x-openstack-request-id: req-31465187-3f7e-4eb7-a157-9babce2cf6e2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:06:35,158 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-31465187-3f7e-4eb7-a157-9babce2cf6e2 2018-08-27 15:06:35,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736811161041s 2018-08-27 15:06:35,159 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-31465187-3f7e-4eb7-a157-9babce2cf6e2 2018-08-27 15:06:35,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:06:35,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:06:35,188 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:06:35 GMT Server: Apache x-openstack-request-id: req-3d9a105a-0b81-479a-9d3c-0ad778586725 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:06:35,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:06:35 GMT Server: Apache x-openstack-request-id: req-622fd29c-23cc-48e5-8fe4-99148e5a87b6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:06:35,230 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-622fd29c-23cc-48e5-8fe4-99148e5a87b6 2018-08-27 15:06:35,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0702810287476s 2018-08-27 15:06:35,230 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-622fd29c-23cc-48e5-8fe4-99148e5a87b6 2018-08-27 15:06:40,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:06:40,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:06:40,268 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:06:40 GMT Server: Apache x-openstack-request-id: req-261c2804-b65e-47ba-9648-b1330cf7dc54 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:06:40,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:06:40 GMT Server: Apache x-openstack-request-id: req-a86bdba1-b0c8-441b-916d-5634e1f8e389 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:06:40,311 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a86bdba1-b0c8-441b-916d-5634e1f8e389 2018-08-27 15:06:40,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0742092132568s 2018-08-27 15:06:40,312 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a86bdba1-b0c8-441b-916d-5634e1f8e389 2018-08-27 15:06:45,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:06:45,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:06:45,349 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:06:45 GMT Server: Apache x-openstack-request-id: req-41bc7604-042a-467b-bea4-100ed4502abc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:06:45,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:06:45 GMT Server: Apache x-openstack-request-id: req-48ea3b87-e100-48a2-b4d6-6f899e3a7f8f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:06:45,391 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-48ea3b87-e100-48a2-b4d6-6f899e3a7f8f 2018-08-27 15:06:45,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733199119568s 2018-08-27 15:06:45,391 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-48ea3b87-e100-48a2-b4d6-6f899e3a7f8f 2018-08-27 15:06:45,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:06:45,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:06:45,421 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:06:45 GMT Server: Apache x-openstack-request-id: req-6b1ecaf7-a81a-4f13-bc73-620faca17f31 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:06:45,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:06:45 GMT Server: Apache x-openstack-request-id: req-25581c22-eee0-4d1e-8898-bda88faaf0ab Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:06:45,463 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-25581c22-eee0-4d1e-8898-bda88faaf0ab 2018-08-27 15:06:45,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712749958038s 2018-08-27 15:06:45,463 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-25581c22-eee0-4d1e-8898-bda88faaf0ab 2018-08-27 15:06:50,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:06:50,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:06:50,500 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:06:50 GMT Server: Apache x-openstack-request-id: req-1c111510-4ffa-4d05-84cc-ca9b062c6602 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:06:50,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:06:50 GMT Server: Apache x-openstack-request-id: req-cf490d48-3b2e-4af2-acdf-98f21dcd86b5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:06:50,542 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-cf490d48-3b2e-4af2-acdf-98f21dcd86b5 2018-08-27 15:06:50,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716400146484s 2018-08-27 15:06:50,542 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-cf490d48-3b2e-4af2-acdf-98f21dcd86b5 2018-08-27 15:06:55,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:06:55,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:06:55,578 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:06:55 GMT Server: Apache x-openstack-request-id: req-15e743f1-7e0c-4d34-9417-2b409fd2dd74 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:06:55,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:06:55 GMT Server: Apache x-openstack-request-id: req-8a47dc8b-80fa-4f6d-a5f9-d7d547fb1a2f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:06:55,620 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8a47dc8b-80fa-4f6d-a5f9-d7d547fb1a2f 2018-08-27 15:06:55,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072252035141s 2018-08-27 15:06:55,621 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8a47dc8b-80fa-4f6d-a5f9-d7d547fb1a2f 2018-08-27 15:06:55,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:06:55,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:06:55,915 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:06:55 GMT Server: Apache x-openstack-request-id: req-88a8bee2-b74b-41c4-ad0d-83ceea123a07 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:06:55,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:06:55 GMT Server: Apache x-openstack-request-id: req-daf19230-75f6-4242-844c-b4797898adfe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:06:55,957 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-daf19230-75f6-4242-844c-b4797898adfe 2018-08-27 15:06:55,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.336124181747s 2018-08-27 15:06:55,958 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-daf19230-75f6-4242-844c-b4797898adfe 2018-08-27 15:07:00,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:07:00,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:07:00,994 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:07:00 GMT Server: Apache x-openstack-request-id: req-e2fff723-c2fb-49e1-b046-8f346ed206bc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:07:01,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:07:00 GMT Server: Apache x-openstack-request-id: req-ed0a045b-f019-428f-a6f1-f8a40439e0f5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:07:01,035 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ed0a045b-f019-428f-a6f1-f8a40439e0f5 2018-08-27 15:07:01,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0707900524139s 2018-08-27 15:07:01,036 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ed0a045b-f019-428f-a6f1-f8a40439e0f5 2018-08-27 15:07:06,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:07:06,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:07:06,070 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:07:06 GMT Server: Apache x-openstack-request-id: req-7def448d-e86f-48ea-b762-9163176bea2e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:07:06,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:07:06 GMT Server: Apache x-openstack-request-id: req-587c1071-8084-489a-a226-bb890dc0a6cc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:07:06,111 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-587c1071-8084-489a-a226-bb890dc0a6cc 2018-08-27 15:07:06,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0698380470276s 2018-08-27 15:07:06,112 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-587c1071-8084-489a-a226-bb890dc0a6cc 2018-08-27 15:07:06,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:07:06,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:07:06,141 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:07:06 GMT Server: Apache x-openstack-request-id: req-4d316f01-36bd-4ddc-8a08-2546de4649d5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:07:06,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:07:06 GMT Server: Apache x-openstack-request-id: req-03885949-181c-4184-9b37-fcb047c1a9c6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:07:06,443 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-03885949-181c-4184-9b37-fcb047c1a9c6 2018-08-27 15:07:06,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.330839157104s 2018-08-27 15:07:06,444 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-03885949-181c-4184-9b37-fcb047c1a9c6 2018-08-27 15:07:11,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:07:11,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:07:11,670 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:07:11 GMT Server: Apache x-openstack-request-id: req-7502e533-b1a9-4515-b6bc-c9557e2ff351 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:07:12,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:07:11 GMT Server: Apache x-openstack-request-id: req-3b6720d2-b3f3-4489-9227-e30520496bd4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:07:12,046 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3b6720d2-b3f3-4489-9227-e30520496bd4 2018-08-27 15:07:12,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.595550060272s 2018-08-27 15:07:12,046 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3b6720d2-b3f3-4489-9227-e30520496bd4 2018-08-27 15:07:17,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:07:17,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:07:17,081 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:07:17 GMT Server: Apache x-openstack-request-id: req-34ed3db4-92a9-4c1a-8a63-eae795a47042 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:07:17,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:07:17 GMT Server: Apache x-openstack-request-id: req-f199e4e0-ce6e-4307-9476-b85b003516e8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:07:17,397 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f199e4e0-ce6e-4307-9476-b85b003516e8 2018-08-27 15:07:17,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.34540605545s 2018-08-27 15:07:17,398 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f199e4e0-ce6e-4307-9476-b85b003516e8 2018-08-27 15:07:17,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:07:17,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:07:17,429 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:07:17 GMT Server: Apache x-openstack-request-id: req-7da2c213-ec49-49b4-aab9-aa8b96dfa502 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:07:17,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:07:17 GMT Server: Apache x-openstack-request-id: req-d380191a-1593-4d02-a210-91daa843305c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:07:17,473 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d380191a-1593-4d02-a210-91daa843305c 2018-08-27 15:07:17,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0741999149323s 2018-08-27 15:07:17,473 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d380191a-1593-4d02-a210-91daa843305c 2018-08-27 15:07:22,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:07:22,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:07:22,513 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:07:22 GMT Server: Apache x-openstack-request-id: req-4a59889b-2273-4e02-8148-f0afe9770ee8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:07:22,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:07:22 GMT Server: Apache x-openstack-request-id: req-6c6ca42d-f63e-4093-97cc-88545c4b9722 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:07:22,555 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6c6ca42d-f63e-4093-97cc-88545c4b9722 2018-08-27 15:07:22,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0748009681702s 2018-08-27 15:07:22,556 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6c6ca42d-f63e-4093-97cc-88545c4b9722 2018-08-27 15:07:27,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:07:27,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:07:27,591 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:07:27 GMT Server: Apache x-openstack-request-id: req-d16eb130-9902-42a8-b8e9-266771407851 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:07:27,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:07:27 GMT Server: Apache x-openstack-request-id: req-c3e4ac83-b802-4aec-a8e3-4920a536ca1f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:07:27,632 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c3e4ac83-b802-4aec-a8e3-4920a536ca1f 2018-08-27 15:07:27,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0700809955597s 2018-08-27 15:07:27,632 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c3e4ac83-b802-4aec-a8e3-4920a536ca1f 2018-08-27 15:07:27,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:07:27,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:07:27,660 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:07:27 GMT Server: Apache x-openstack-request-id: req-e62f5971-17ae-4daa-a69e-e46635c204e0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:07:27,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:07:27 GMT Server: Apache x-openstack-request-id: req-1de24db4-dc98-4d2e-96d8-72c5cfc992e2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:07:27,701 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-1de24db4-dc98-4d2e-96d8-72c5cfc992e2 2018-08-27 15:07:27,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0687208175659s 2018-08-27 15:07:27,701 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-1de24db4-dc98-4d2e-96d8-72c5cfc992e2 2018-08-27 15:07:32,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:07:32,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:07:32,734 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:07:32 GMT Server: Apache x-openstack-request-id: req-cca52672-b086-4f7f-a214-f4c4c9fe9840 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:07:33,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:07:32 GMT Server: Apache x-openstack-request-id: req-a2890f00-063b-4fe9-95ce-fd07a9cc5f6d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:07:33,031 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a2890f00-063b-4fe9-95ce-fd07a9cc5f6d 2018-08-27 15:07:33,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.32724905014s 2018-08-27 15:07:33,031 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a2890f00-063b-4fe9-95ce-fd07a9cc5f6d 2018-08-27 15:07:38,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:07:38,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:07:38,332 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:07:38 GMT Server: Apache x-openstack-request-id: req-190d5a35-e4e0-477b-8b1a-355ebfb94949 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:07:38,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:07:38 GMT Server: Apache x-openstack-request-id: req-04ebb370-072e-4dfb-aafe-90b531c39726 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:07:38,374 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-04ebb370-072e-4dfb-aafe-90b531c39726 2018-08-27 15:07:38,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.337045907974s 2018-08-27 15:07:38,374 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-04ebb370-072e-4dfb-aafe-90b531c39726 2018-08-27 15:07:38,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:07:38,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:07:38,691 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:07:38 GMT Server: Apache x-openstack-request-id: req-0d6162d0-8352-49df-b708-241981a3b1cf Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:07:39,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:07:38 GMT Server: Apache x-openstack-request-id: req-55de0360-0afd-40b4-bd21-cef9c6e7f2ae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:07:39,007 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-55de0360-0afd-40b4-bd21-cef9c6e7f2ae 2018-08-27 15:07:39,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.632441997528s 2018-08-27 15:07:39,008 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-55de0360-0afd-40b4-bd21-cef9c6e7f2ae 2018-08-27 15:07:44,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:07:44,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:07:44,041 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:07:44 GMT Server: Apache x-openstack-request-id: req-6a8528e8-025d-42e8-8141-290e7ba6d904 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:07:44,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:07:44 GMT Server: Apache x-openstack-request-id: req-2ef2296f-30d2-460c-8532-61c4ae57fe2f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:07:44,084 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2ef2296f-30d2-460c-8532-61c4ae57fe2f 2018-08-27 15:07:44,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723659992218s 2018-08-27 15:07:44,085 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2ef2296f-30d2-460c-8532-61c4ae57fe2f 2018-08-27 15:07:49,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:07:49,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:07:49,115 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:07:49 GMT Server: Apache x-openstack-request-id: req-2a0ecdbd-a0a9-47f6-827f-ae21ec03ed8b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:07:49,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:07:49 GMT Server: Apache x-openstack-request-id: req-08689468-a308-4d19-99f9-d788dad81375 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:07:49,820 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-08689468-a308-4d19-99f9-d788dad81375 2018-08-27 15:07:49,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.734361886978s 2018-08-27 15:07:49,821 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-08689468-a308-4d19-99f9-d788dad81375 2018-08-27 15:07:49,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:07:49,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:07:49,851 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:07:49 GMT Server: Apache x-openstack-request-id: req-21e662e3-eaee-4da8-bc48-393f9cef22bd Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:07:49,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:07:49 GMT Server: Apache x-openstack-request-id: req-386f50c4-b371-4e0e-bb71-bbea528b0403 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:07:49,877 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-386f50c4-b371-4e0e-bb71-bbea528b0403 2018-08-27 15:07:49,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.055361032486s 2018-08-27 15:07:49,877 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-386f50c4-b371-4e0e-bb71-bbea528b0403 2018-08-27 15:07:54,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:07:54,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:07:54,915 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:07:54 GMT Server: Apache x-openstack-request-id: req-e7b2493f-ac1a-4de4-bb9c-457f8265c1d6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:07:55,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:07:54 GMT Server: Apache x-openstack-request-id: req-92ed2953-6ec3-4c8a-aa27-be3f3ae37f9e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:07:55,251 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-92ed2953-6ec3-4c8a-aa27-be3f3ae37f9e 2018-08-27 15:07:55,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.36700797081s 2018-08-27 15:07:55,251 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-92ed2953-6ec3-4c8a-aa27-be3f3ae37f9e 2018-08-27 15:08:00,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:08:00,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:08:00,284 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:08:00 GMT Server: Apache x-openstack-request-id: req-73596fe5-a301-4db9-a32a-1a884d9a895b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:08:00,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:08:00 GMT Server: Apache x-openstack-request-id: req-027429c7-fd1d-4e70-97f6-6481f589765f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:08:00,326 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-027429c7-fd1d-4e70-97f6-6481f589765f 2018-08-27 15:08:00,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731191635132s 2018-08-27 15:08:00,327 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-027429c7-fd1d-4e70-97f6-6481f589765f 2018-08-27 15:08:00,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:08:00,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:08:00,355 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:08:00 GMT Server: Apache x-openstack-request-id: req-87d69ac1-a497-426e-9848-a030ed0ecbe4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:08:01,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:08:00 GMT Server: Apache x-openstack-request-id: req-946b7379-ca65-4f64-b1a5-cbed46904158 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:08:01,055 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-946b7379-ca65-4f64-b1a5-cbed46904158 2018-08-27 15:08:01,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.728249788284s 2018-08-27 15:08:01,056 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-946b7379-ca65-4f64-b1a5-cbed46904158 2018-08-27 15:08:06,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:08:06,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:08:06,093 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:08:06 GMT Server: Apache x-openstack-request-id: req-4711be78-e087-413e-8f53-56b770230900 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:08:06,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:08:06 GMT Server: Apache x-openstack-request-id: req-e7ba1a48-32cf-409f-bc3f-3dc520ffd480 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:08:06,135 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e7ba1a48-32cf-409f-bc3f-3dc520ffd480 2018-08-27 15:08:06,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720009803772s 2018-08-27 15:08:06,135 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e7ba1a48-32cf-409f-bc3f-3dc520ffd480 2018-08-27 15:08:11,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:08:11,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:08:11,172 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:08:11 GMT Server: Apache x-openstack-request-id: req-7bd21695-46a3-49a3-952f-52caead2f183 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:08:11,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:08:11 GMT Server: Apache x-openstack-request-id: req-14093431-4b40-4908-82c6-54c9232caa0c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:08:11,212 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-14093431-4b40-4908-82c6-54c9232caa0c 2018-08-27 15:08:11,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714280605316s 2018-08-27 15:08:11,213 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-14093431-4b40-4908-82c6-54c9232caa0c 2018-08-27 15:08:11,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:08:11,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:08:11,244 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:08:11 GMT Server: Apache x-openstack-request-id: req-fa27cec3-e3a6-4027-9e9b-a38cd091ab35 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:08:11,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:08:11 GMT Server: Apache x-openstack-request-id: req-771f580d-b842-4e54-85b3-26c00c9344c6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:08:11,286 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-771f580d-b842-4e54-85b3-26c00c9344c6 2018-08-27 15:08:11,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0734729766846s 2018-08-27 15:08:11,287 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-771f580d-b842-4e54-85b3-26c00c9344c6 2018-08-27 15:08:16,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:08:16,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:08:16,578 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:08:16 GMT Server: Apache x-openstack-request-id: req-88d086a2-bd75-4e14-afff-7ce26759ebf6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:08:16,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:08:16 GMT Server: Apache x-openstack-request-id: req-a90df405-b035-48fd-a6f3-405ae4fb06ca Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:08:16,893 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a90df405-b035-48fd-a6f3-405ae4fb06ca 2018-08-27 15:08:16,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.599886894226s 2018-08-27 15:08:16,894 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a90df405-b035-48fd-a6f3-405ae4fb06ca 2018-08-27 15:08:21,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:08:21,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:08:21,928 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:08:21 GMT Server: Apache x-openstack-request-id: req-74d88b26-2211-4047-85cf-deac14ff05f8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:08:21,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:08:21 GMT Server: Apache x-openstack-request-id: req-22ffddf9-9d05-4a3a-be9d-5b0211821843 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:08:21,969 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-22ffddf9-9d05-4a3a-be9d-5b0211821843 2018-08-27 15:08:21,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712049007416s 2018-08-27 15:08:21,970 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-22ffddf9-9d05-4a3a-be9d-5b0211821843 2018-08-27 15:08:21,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:08:21,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:08:22,015 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:08:21 GMT Server: Apache x-openstack-request-id: req-e2180614-a53d-4842-8356-b74b07d59491 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:08:22,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:08:22 GMT Server: Apache x-openstack-request-id: req-2d8b8082-06e8-4cd8-82b1-e960f1ba2cf5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:08:22,057 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2d8b8082-06e8-4cd8-82b1-e960f1ba2cf5 2018-08-27 15:08:22,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0871880054474s 2018-08-27 15:08:22,058 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2d8b8082-06e8-4cd8-82b1-e960f1ba2cf5 2018-08-27 15:08:27,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:08:27,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:08:27,094 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:08:27 GMT Server: Apache x-openstack-request-id: req-914b4acb-5337-4306-9bb3-8ed02a2c922e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:08:27,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:08:27 GMT Server: Apache x-openstack-request-id: req-58b17922-947c-4674-b146-25a9f59db238 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:08:27,135 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-58b17922-947c-4674-b146-25a9f59db238 2018-08-27 15:08:27,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738821029663s 2018-08-27 15:08:27,135 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-58b17922-947c-4674-b146-25a9f59db238 2018-08-27 15:08:32,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:08:32,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:08:32,171 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:08:32 GMT Server: Apache x-openstack-request-id: req-babe91f5-1714-4108-8930-3f363d7415ef Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:08:32,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:08:32 GMT Server: Apache x-openstack-request-id: req-1a12236c-b903-4229-97bb-0ecf2bbd1ed9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:08:32,213 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1a12236c-b903-4229-97bb-0ecf2bbd1ed9 2018-08-27 15:08:32,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071711063385s 2018-08-27 15:08:32,213 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1a12236c-b903-4229-97bb-0ecf2bbd1ed9 2018-08-27 15:08:32,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:08:32,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:08:32,245 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:08:32 GMT Server: Apache x-openstack-request-id: req-20cd88ea-0c85-4c35-8829-91693a46a9ea Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:08:32,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:08:32 GMT Server: Apache x-openstack-request-id: req-4debb3f9-d2b6-4bad-b48f-be0b9b576873 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:08:32,288 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-4debb3f9-d2b6-4bad-b48f-be0b9b576873 2018-08-27 15:08:32,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0744731426239s 2018-08-27 15:08:32,289 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-4debb3f9-d2b6-4bad-b48f-be0b9b576873 2018-08-27 15:08:37,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:08:37,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:08:37,325 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:08:37 GMT Server: Apache x-openstack-request-id: req-3d1f11d4-b647-4e43-852d-71dfdedf1b8e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:08:37,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:08:37 GMT Server: Apache x-openstack-request-id: req-bc61c5d9-0034-40fe-9e92-f9995d3127a9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:08:37,367 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bc61c5d9-0034-40fe-9e92-f9995d3127a9 2018-08-27 15:08:37,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716300010681s 2018-08-27 15:08:37,367 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bc61c5d9-0034-40fe-9e92-f9995d3127a9 2018-08-27 15:08:42,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:08:42,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:08:42,403 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:08:42 GMT Server: Apache x-openstack-request-id: req-06378d93-64b8-4260-87a1-e1a07e0cc546 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:08:42,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:08:42 GMT Server: Apache x-openstack-request-id: req-566b7c73-3d63-4596-898a-00cde2ee938a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:08:42,444 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-566b7c73-3d63-4596-898a-00cde2ee938a 2018-08-27 15:08:42,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712919235229s 2018-08-27 15:08:42,445 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-566b7c73-3d63-4596-898a-00cde2ee938a 2018-08-27 15:08:42,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:08:42,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:08:43,150 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:08:42 GMT Server: Apache x-openstack-request-id: req-4deba799-6296-4dab-a7a0-63e1e81637ac Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:08:43,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:08:43 GMT Server: Apache x-openstack-request-id: req-c2063111-ecc6-4c1c-9374-390c0db92249 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:08:43,193 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c2063111-ecc6-4c1c-9374-390c0db92249 2018-08-27 15:08:43,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.748070001602s 2018-08-27 15:08:43,194 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c2063111-ecc6-4c1c-9374-390c0db92249 2018-08-27 15:08:48,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:08:48,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:08:48,231 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:08:48 GMT Server: Apache x-openstack-request-id: req-ce9ad125-b7bc-4864-82d8-aa178ce42f5b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:08:48,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:08:48 GMT Server: Apache x-openstack-request-id: req-8edb4603-574e-4a9f-87f4-635637bedee3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:08:48,273 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8edb4603-574e-4a9f-87f4-635637bedee3 2018-08-27 15:08:48,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722761154175s 2018-08-27 15:08:48,273 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8edb4603-574e-4a9f-87f4-635637bedee3 2018-08-27 15:08:53,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:08:53,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:08:53,309 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:08:53 GMT Server: Apache x-openstack-request-id: req-c2de50d4-0459-4c05-ba9f-ffe9936f3f05 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:08:53,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:08:53 GMT Server: Apache x-openstack-request-id: req-bb7da397-4541-4cd2-88d9-01b3e66df145 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:08:53,351 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bb7da397-4541-4cd2-88d9-01b3e66df145 2018-08-27 15:08:53,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720219612122s 2018-08-27 15:08:53,351 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bb7da397-4541-4cd2-88d9-01b3e66df145 2018-08-27 15:08:53,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:08:53,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:08:53,381 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:08:53 GMT Server: Apache x-openstack-request-id: req-786f376b-3804-4762-80a2-33b2b137a1c8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:08:53,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:08:53 GMT Server: Apache x-openstack-request-id: req-8e321074-482c-45bf-bb3b-1cee6b340eac Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:08:53,422 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8e321074-482c-45bf-bb3b-1cee6b340eac 2018-08-27 15:08:53,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0705790519714s 2018-08-27 15:08:53,423 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8e321074-482c-45bf-bb3b-1cee6b340eac 2018-08-27 15:08:58,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:08:58,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:08:58,455 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:08:58 GMT Server: Apache x-openstack-request-id: req-ffd0a392-45b9-4763-a6d7-5eac14e5991c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:08:58,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:08:58 GMT Server: Apache x-openstack-request-id: req-665a397e-8dd1-4b14-a49d-3aba2f6fd041 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:08:58,497 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-665a397e-8dd1-4b14-a49d-3aba2f6fd041 2018-08-27 15:08:58,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719659328461s 2018-08-27 15:08:58,497 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-665a397e-8dd1-4b14-a49d-3aba2f6fd041 2018-08-27 15:09:03,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:09:03,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:09:03,533 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:09:03 GMT Server: Apache x-openstack-request-id: req-a371acbd-86ef-43d2-b292-0e0291258681 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:09:03,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:09:03 GMT Server: Apache x-openstack-request-id: req-e5ff5d21-43e7-42c6-b993-8d4ad717c035 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:09:03,575 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e5ff5d21-43e7-42c6-b993-8d4ad717c035 2018-08-27 15:09:03,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072625875473s 2018-08-27 15:09:03,576 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e5ff5d21-43e7-42c6-b993-8d4ad717c035 2018-08-27 15:09:03,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:09:03,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:09:03,606 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:09:03 GMT Server: Apache x-openstack-request-id: req-61f5d904-a1d1-428b-9f39-1ce0950da891 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:09:03,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:09:03 GMT Server: Apache x-openstack-request-id: req-fbbb657d-6cb6-478b-9632-6cecfa70cbe9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:09:03,647 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-fbbb657d-6cb6-478b-9632-6cecfa70cbe9 2018-08-27 15:09:03,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0711779594421s 2018-08-27 15:09:03,648 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-fbbb657d-6cb6-478b-9632-6cecfa70cbe9 2018-08-27 15:09:08,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:09:08,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:09:08,687 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:09:08 GMT Server: Apache x-openstack-request-id: req-9db82c42-b9bd-4e5d-9b00-f57b34af3a25 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:09:08,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:09:08 GMT Server: Apache x-openstack-request-id: req-7a78d692-9db8-467f-bbaa-83e6ca2e8656 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:09:08,729 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7a78d692-9db8-467f-bbaa-83e6ca2e8656 2018-08-27 15:09:08,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745301246643s 2018-08-27 15:09:08,730 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7a78d692-9db8-467f-bbaa-83e6ca2e8656 2018-08-27 15:09:13,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:09:13,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:09:13,765 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:09:13 GMT Server: Apache x-openstack-request-id: req-23872884-a7d1-4a0a-a561-ad84a51a054d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:09:13,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:09:13 GMT Server: Apache x-openstack-request-id: req-0b63fb0f-b00d-4594-95dc-b0d97de4f749 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:09:13,806 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0b63fb0f-b00d-4594-95dc-b0d97de4f749 2018-08-27 15:09:13,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708210468292s 2018-08-27 15:09:13,807 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0b63fb0f-b00d-4594-95dc-b0d97de4f749 2018-08-27 15:09:13,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:09:13,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:09:13,850 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:09:13 GMT Server: Apache x-openstack-request-id: req-1a6bc2ca-2b07-45a9-89fd-864a3f8e3936 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:09:14,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:09:13 GMT Server: Apache x-openstack-request-id: req-76efd552-4e11-4e99-8f44-9aba22092ecf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:09:14,150 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-76efd552-4e11-4e99-8f44-9aba22092ecf 2018-08-27 15:09:14,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.342839002609s 2018-08-27 15:09:14,150 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-76efd552-4e11-4e99-8f44-9aba22092ecf 2018-08-27 15:09:19,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:09:19,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:09:19,189 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:09:19 GMT Server: Apache x-openstack-request-id: req-404e8df7-2061-4e40-87a0-a37d9214a735 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:09:19,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:09:19 GMT Server: Apache x-openstack-request-id: req-b5f4cdff-6f0e-4210-97af-b2fb4ffbc88c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:09:19,230 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b5f4cdff-6f0e-4210-97af-b2fb4ffbc88c 2018-08-27 15:09:19,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733668804169s 2018-08-27 15:09:19,231 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b5f4cdff-6f0e-4210-97af-b2fb4ffbc88c 2018-08-27 15:09:24,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:09:24,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:09:24,619 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:09:24 GMT Server: Apache x-openstack-request-id: req-cf1903d5-02d4-4279-912e-059b5568f332 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:09:24,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:09:24 GMT Server: Apache x-openstack-request-id: req-b4b2e444-40c8-4e3d-8186-a7a80b927da9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:09:24,921 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b4b2e444-40c8-4e3d-8186-a7a80b927da9 2018-08-27 15:09:24,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.684154033661s 2018-08-27 15:09:24,921 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b4b2e444-40c8-4e3d-8186-a7a80b927da9 2018-08-27 15:09:24,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:09:24,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:09:24,950 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:09:24 GMT Server: Apache x-openstack-request-id: req-86cd2b9d-9114-42d7-82e7-153ae98c3e6e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:09:25,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:09:24 GMT Server: Apache x-openstack-request-id: req-efa659b8-264d-4155-926d-c0f5aeb2d54a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:09:25,263 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-efa659b8-264d-4155-926d-c0f5aeb2d54a 2018-08-27 15:09:25,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.341760873795s 2018-08-27 15:09:25,264 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-efa659b8-264d-4155-926d-c0f5aeb2d54a 2018-08-27 15:09:30,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:09:30,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:09:30,296 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:09:30 GMT Server: Apache x-openstack-request-id: req-19ed6518-bb38-41f9-bde3-411b2ada4a47 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:09:30,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:09:30 GMT Server: Apache x-openstack-request-id: req-e6855af6-4144-499e-9f7a-925d24eefa42 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:09:30,340 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e6855af6-4144-499e-9f7a-925d24eefa42 2018-08-27 15:09:30,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737299919128s 2018-08-27 15:09:30,340 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e6855af6-4144-499e-9f7a-925d24eefa42 2018-08-27 15:09:35,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:09:35,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:09:35,377 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:09:35 GMT Server: Apache x-openstack-request-id: req-0176dfef-0373-4fae-83aa-c4968eca4e65 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:09:35,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:09:35 GMT Server: Apache x-openstack-request-id: req-64e5128d-0740-43bd-a5c2-5c248776cac6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:09:35,418 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-64e5128d-0740-43bd-a5c2-5c248776cac6 2018-08-27 15:09:35,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721051692963s 2018-08-27 15:09:35,419 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-64e5128d-0740-43bd-a5c2-5c248776cac6 2018-08-27 15:09:35,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:09:35,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:09:35,447 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:09:35 GMT Server: Apache x-openstack-request-id: req-6a144b5f-8871-4069-b322-3fb4721646be Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:09:35,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:09:35 GMT Server: Apache x-openstack-request-id: req-d8bfe406-74a6-4b8f-acdf-c95e4397a982 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:09:35,743 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d8bfe406-74a6-4b8f-acdf-c95e4397a982 2018-08-27 15:09:35,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.324113130569s 2018-08-27 15:09:35,744 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d8bfe406-74a6-4b8f-acdf-c95e4397a982 2018-08-27 15:09:40,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:09:40,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:09:40,780 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:09:40 GMT Server: Apache x-openstack-request-id: req-fa481704-1459-49ce-b7df-e2503e6028e9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:09:40,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:09:40 GMT Server: Apache x-openstack-request-id: req-b311fe37-ef42-40c8-ad9a-4d3b39406d16 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:09:40,822 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b311fe37-ef42-40c8-ad9a-4d3b39406d16 2018-08-27 15:09:40,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719430446625s 2018-08-27 15:09:40,823 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b311fe37-ef42-40c8-ad9a-4d3b39406d16 2018-08-27 15:09:45,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:09:45,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:09:46,138 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:09:45 GMT Server: Apache x-openstack-request-id: req-75bc686a-10e1-4012-9596-3df25e831c6c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:09:46,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:09:46 GMT Server: Apache x-openstack-request-id: req-20347ddc-f215-44e4-942b-4a3cb0df0341 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:09:46,180 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-20347ddc-f215-44e4-942b-4a3cb0df0341 2018-08-27 15:09:46,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.356123209s 2018-08-27 15:09:46,181 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-20347ddc-f215-44e4-942b-4a3cb0df0341 2018-08-27 15:09:46,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:09:46,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:09:46,211 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:09:46 GMT Server: Apache x-openstack-request-id: req-7da5ca78-dae4-40c0-999e-74954a4d425b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:09:46,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:09:46 GMT Server: Apache x-openstack-request-id: req-c6989a07-bcdf-4cae-b316-c77589bab3eb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:09:46,253 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c6989a07-bcdf-4cae-b316-c77589bab3eb 2018-08-27 15:09:46,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0718569755554s 2018-08-27 15:09:46,253 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c6989a07-bcdf-4cae-b316-c77589bab3eb 2018-08-27 15:09:51,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:09:51,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:09:51,288 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:09:51 GMT Server: Apache x-openstack-request-id: req-24334422-1aa4-4249-987c-8274ecf7de61 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:09:51,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:09:51 GMT Server: Apache x-openstack-request-id: req-f20485a1-0d8d-4ec4-b059-ab77bce15345 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:09:51,333 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f20485a1-0d8d-4ec4-b059-ab77bce15345 2018-08-27 15:09:51,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0742871761322s 2018-08-27 15:09:51,333 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f20485a1-0d8d-4ec4-b059-ab77bce15345 2018-08-27 15:09:56,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:09:56,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:09:56,371 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:09:56 GMT Server: Apache x-openstack-request-id: req-af6a3013-66c8-494d-8efd-bc5157a1208a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:09:56,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:09:56 GMT Server: Apache x-openstack-request-id: req-022036e7-a91f-44ad-a25c-94200be9d90c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:09:56,412 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-022036e7-a91f-44ad-a25c-94200be9d90c 2018-08-27 15:09:56,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728280544281s 2018-08-27 15:09:56,412 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-022036e7-a91f-44ad-a25c-94200be9d90c 2018-08-27 15:09:56,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:09:56,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:09:56,441 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:09:56 GMT Server: Apache x-openstack-request-id: req-166b2ccf-6838-4425-965a-9301b94e6d07 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:09:56,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:09:56 GMT Server: Apache x-openstack-request-id: req-e22371d9-1602-4a38-bfb4-9178fb9e76cc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:09:56,484 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e22371d9-1602-4a38-bfb4-9178fb9e76cc 2018-08-27 15:09:56,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0716350078583s 2018-08-27 15:09:56,485 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e22371d9-1602-4a38-bfb4-9178fb9e76cc 2018-08-27 15:10:01,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:10:01,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:10:01,795 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:10:01 GMT Server: Apache x-openstack-request-id: req-c1058bcf-3638-4062-86da-200c73af3bab Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:10:01,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:10:01 GMT Server: Apache x-openstack-request-id: req-fb470dd6-04ff-4dd4-956c-6d1934712e51 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:10:01,839 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-fb470dd6-04ff-4dd4-956c-6d1934712e51 2018-08-27 15:10:01,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.347463130951s 2018-08-27 15:10:01,839 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-fb470dd6-04ff-4dd4-956c-6d1934712e51 2018-08-27 15:10:06,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:10:06,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:10:06,874 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:10:06 GMT Server: Apache x-openstack-request-id: req-09277886-5d33-4e48-8a56-6b7d29212f62 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:10:06,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:10:06 GMT Server: Apache x-openstack-request-id: req-c4c3b11a-d926-40d9-b7aa-80b58403ccaf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:10:06,917 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c4c3b11a-d926-40d9-b7aa-80b58403ccaf 2018-08-27 15:10:06,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720040798187s 2018-08-27 15:10:06,918 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c4c3b11a-d926-40d9-b7aa-80b58403ccaf 2018-08-27 15:10:06,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:10:06,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:10:07,206 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:10:06 GMT Server: Apache x-openstack-request-id: req-dcd7319c-8d56-493a-b079-97e98d202900 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:10:07,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:10:07 GMT Server: Apache x-openstack-request-id: req-7266e368-70c4-4c0b-b163-f165b4a9e9fe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:10:07,249 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-7266e368-70c4-4c0b-b163-f165b4a9e9fe 2018-08-27 15:10:07,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.33070397377s 2018-08-27 15:10:07,249 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-7266e368-70c4-4c0b-b163-f165b4a9e9fe 2018-08-27 15:10:12,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:10:12,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:10:12,287 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:10:12 GMT Server: Apache x-openstack-request-id: req-23c6f887-b9e5-4955-8721-ba6a93568da0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:10:12,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:10:12 GMT Server: Apache x-openstack-request-id: req-8fe805a5-277e-4d6d-82e1-301396e0c64f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:10:12,565 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8fe805a5-277e-4d6d-82e1-301396e0c64f 2018-08-27 15:10:12,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.308790922165s 2018-08-27 15:10:12,565 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8fe805a5-277e-4d6d-82e1-301396e0c64f 2018-08-27 15:10:17,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:10:17,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:10:17,791 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:10:17 GMT Server: Apache x-openstack-request-id: req-634dbf8f-f638-4a21-9f32-0d27d5870e20 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:10:17,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:10:17 GMT Server: Apache x-openstack-request-id: req-9c97485f-a3e2-484d-be7a-f00ebc01c5e4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:10:17,833 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9c97485f-a3e2-484d-be7a-f00ebc01c5e4 2018-08-27 15:10:17,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.262219905853s 2018-08-27 15:10:17,834 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9c97485f-a3e2-484d-be7a-f00ebc01c5e4 2018-08-27 15:10:17,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:10:17,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:10:18,148 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:10:17 GMT Server: Apache x-openstack-request-id: req-5efa21d6-582d-4217-8c4e-68102717553e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:10:18,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:10:18 GMT Server: Apache x-openstack-request-id: req-98d881aa-2d5c-44b8-8509-ed6a24bb8393 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:10:18,191 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-98d881aa-2d5c-44b8-8509-ed6a24bb8393 2018-08-27 15:10:18,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.356581926346s 2018-08-27 15:10:18,191 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-98d881aa-2d5c-44b8-8509-ed6a24bb8393 2018-08-27 15:10:23,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:10:23,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:10:23,228 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:10:23 GMT Server: Apache x-openstack-request-id: req-c4feb38e-0d2e-460f-b88e-f9edf244a791 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:10:23,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:10:23 GMT Server: Apache x-openstack-request-id: req-6fe85311-4f7a-4946-af1f-84a54309d2c0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:10:23,271 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6fe85311-4f7a-4946-af1f-84a54309d2c0 2018-08-27 15:10:23,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731778144836s 2018-08-27 15:10:23,272 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6fe85311-4f7a-4946-af1f-84a54309d2c0 2018-08-27 15:10:28,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:10:28,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:10:28,309 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:10:28 GMT Server: Apache x-openstack-request-id: req-f10c132e-b2d7-41d8-82ce-b57573ece85d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:10:28,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:10:28 GMT Server: Apache x-openstack-request-id: req-b5e2a9e0-829d-4aef-bd40-eaec860c6062 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:10:28,352 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b5e2a9e0-829d-4aef-bd40-eaec860c6062 2018-08-27 15:10:28,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740468502045s 2018-08-27 15:10:28,352 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b5e2a9e0-829d-4aef-bd40-eaec860c6062 2018-08-27 15:10:28,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:10:28,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:10:28,381 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:10:28 GMT Server: Apache x-openstack-request-id: req-810bb837-e8d4-4ef3-823b-3c527c584a59 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:10:28,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:10:28 GMT Server: Apache x-openstack-request-id: req-893cc2b0-9f28-427c-a3a8-c57b54b0a299 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:10:28,423 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-893cc2b0-9f28-427c-a3a8-c57b54b0a299 2018-08-27 15:10:28,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0706570148468s 2018-08-27 15:10:28,424 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-893cc2b0-9f28-427c-a3a8-c57b54b0a299 2018-08-27 15:10:33,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:10:33,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:10:33,710 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:10:33 GMT Server: Apache x-openstack-request-id: req-01f60676-fb91-445d-82f7-f88375824f95 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:10:33,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:10:33 GMT Server: Apache x-openstack-request-id: req-976c4db4-d137-463b-9be7-5c118d25ee47 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:10:33,751 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-976c4db4-d137-463b-9be7-5c118d25ee47 2018-08-27 15:10:33,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.325695037842s 2018-08-27 15:10:33,751 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-976c4db4-d137-463b-9be7-5c118d25ee47 2018-08-27 15:10:38,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:10:38,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:10:38,787 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:10:38 GMT Server: Apache x-openstack-request-id: req-4660decc-49e1-4aab-b574-399883480e15 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:10:39,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:10:38 GMT Server: Apache x-openstack-request-id: req-7cd6cec0-f187-4695-9c1a-16583caece77 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:10:39,076 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7cd6cec0-f187-4695-9c1a-16583caece77 2018-08-27 15:10:39,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.318943977356s 2018-08-27 15:10:39,077 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7cd6cec0-f187-4695-9c1a-16583caece77 2018-08-27 15:10:39,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:10:39,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:10:39,104 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:10:39 GMT Server: Apache x-openstack-request-id: req-2b970452-614b-45cc-b040-d0cffb9ace75 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:10:39,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:10:39 GMT Server: Apache x-openstack-request-id: req-dbe9d2da-b579-49cf-8441-4abdfccaefc0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:10:39,145 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-dbe9d2da-b579-49cf-8441-4abdfccaefc0 2018-08-27 15:10:39,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0677578449249s 2018-08-27 15:10:39,145 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-dbe9d2da-b579-49cf-8441-4abdfccaefc0 2018-08-27 15:10:44,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:10:44,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:10:44,182 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:10:44 GMT Server: Apache x-openstack-request-id: req-0c3ccc90-e5db-4028-bea6-f95ca4f7d53a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:10:44,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:10:44 GMT Server: Apache x-openstack-request-id: req-90328364-86c8-4a55-983a-19c81db7a7de Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:10:44,224 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-90328364-86c8-4a55-983a-19c81db7a7de 2018-08-27 15:10:44,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718150138855s 2018-08-27 15:10:44,224 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-90328364-86c8-4a55-983a-19c81db7a7de 2018-08-27 15:10:49,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:10:49,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:10:49,261 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:10:49 GMT Server: Apache x-openstack-request-id: req-6a565694-66b9-4f7a-9e7a-a80383c90d10 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:10:49,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:10:49 GMT Server: Apache x-openstack-request-id: req-33e94f6d-c36b-48ff-a9b4-4ac22ac3ab6c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:10:49,573 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-33e94f6d-c36b-48ff-a9b4-4ac22ac3ab6c 2018-08-27 15:10:49,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.342897176743s 2018-08-27 15:10:49,573 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-33e94f6d-c36b-48ff-a9b4-4ac22ac3ab6c 2018-08-27 15:10:49,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:10:49,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:10:49,603 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:10:49 GMT Server: Apache x-openstack-request-id: req-1b36d903-533e-4ad0-8fc3-9ab3b68a30fd Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:10:49,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:10:49 GMT Server: Apache x-openstack-request-id: req-8008d85d-56da-4cac-975b-decf422cf441 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:10:49,645 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8008d85d-56da-4cac-975b-decf422cf441 2018-08-27 15:10:49,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0711050033569s 2018-08-27 15:10:49,645 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8008d85d-56da-4cac-975b-decf422cf441 2018-08-27 15:10:54,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:10:54,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:10:54,682 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:10:54 GMT Server: Apache x-openstack-request-id: req-19a70cab-9f4c-47c2-ad5e-bec93a68e315 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:10:54,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:10:54 GMT Server: Apache x-openstack-request-id: req-8a308821-0703-4a8d-8315-5544d71006de Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:10:54,725 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8a308821-0703-4a8d-8315-5544d71006de 2018-08-27 15:10:54,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727510452271s 2018-08-27 15:10:54,725 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8a308821-0703-4a8d-8315-5544d71006de 2018-08-27 15:10:59,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:10:59,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:10:59,762 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:10:59 GMT Server: Apache x-openstack-request-id: req-6cbc0a8e-72ca-449c-853b-10695678210b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:10:59,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:10:59 GMT Server: Apache x-openstack-request-id: req-1ccf4692-1485-4b74-9d00-dc892abe7b16 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:10:59,804 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1ccf4692-1485-4b74-9d00-dc892abe7b16 2018-08-27 15:10:59,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730490684509s 2018-08-27 15:10:59,805 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1ccf4692-1485-4b74-9d00-dc892abe7b16 2018-08-27 15:10:59,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:10:59,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:10:59,834 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:10:59 GMT Server: Apache x-openstack-request-id: req-6f25de32-0767-467f-bf8b-d2b5e2aae9c6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:10:59,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:10:59 GMT Server: Apache x-openstack-request-id: req-1088b77e-f576-4214-99c0-344e75cb1330 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:10:59,875 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-1088b77e-f576-4214-99c0-344e75cb1330 2018-08-27 15:10:59,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0700759887695s 2018-08-27 15:10:59,876 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-1088b77e-f576-4214-99c0-344e75cb1330 2018-08-27 15:11:04,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:11:04,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:11:04,913 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:11:04 GMT Server: Apache x-openstack-request-id: req-09c4a512-236b-414f-8f51-8e1ffc20bea6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:11:04,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:11:04 GMT Server: Apache x-openstack-request-id: req-3db11481-b2f8-4884-9e8e-8157d8593a52 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:11:04,955 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3db11481-b2f8-4884-9e8e-8157d8593a52 2018-08-27 15:11:04,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727000236511s 2018-08-27 15:11:04,955 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3db11481-b2f8-4884-9e8e-8157d8593a52 2018-08-27 15:11:09,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:11:09,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:11:09,991 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:11:09 GMT Server: Apache x-openstack-request-id: req-3b518be4-1bd1-4b30-b3d3-93df52ed9fd6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:11:10,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:11:10 GMT Server: Apache x-openstack-request-id: req-bf1da6e4-75dc-410a-858b-0e6610b1dbca Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:11:10,034 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bf1da6e4-75dc-410a-858b-0e6610b1dbca 2018-08-27 15:11:10,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724079608917s 2018-08-27 15:11:10,034 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bf1da6e4-75dc-410a-858b-0e6610b1dbca 2018-08-27 15:11:10,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:11:10,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:11:10,063 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:11:10 GMT Server: Apache x-openstack-request-id: req-a9019316-9199-44a5-b907-866e5bd11900 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:11:10,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:11:10 GMT Server: Apache x-openstack-request-id: req-5cb93c95-a828-4a58-9d24-52b279065653 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:11:10,107 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5cb93c95-a828-4a58-9d24-52b279065653 2018-08-27 15:11:10,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0727109909058s 2018-08-27 15:11:10,108 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5cb93c95-a828-4a58-9d24-52b279065653 2018-08-27 15:11:15,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:11:15,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:11:15,144 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:11:15 GMT Server: Apache x-openstack-request-id: req-a45c78a6-d68a-4b30-87ff-f4b9e0ec17bc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:11:15,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:11:15 GMT Server: Apache x-openstack-request-id: req-611b935c-cf26-4e79-bfe1-1bac6a01345b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:11:15,186 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-611b935c-cf26-4e79-bfe1-1bac6a01345b 2018-08-27 15:11:15,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712389945984s 2018-08-27 15:11:15,186 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-611b935c-cf26-4e79-bfe1-1bac6a01345b 2018-08-27 15:11:20,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:11:20,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:11:20,222 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:11:20 GMT Server: Apache x-openstack-request-id: req-888c38bf-4dbd-4d26-aa9c-6bcd4703328b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:11:20,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:11:20 GMT Server: Apache x-openstack-request-id: req-21487936-7992-466c-95e1-abfbdd27c54c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:11:20,264 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-21487936-7992-466c-95e1-abfbdd27c54c 2018-08-27 15:11:20,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723960399628s 2018-08-27 15:11:20,264 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-21487936-7992-466c-95e1-abfbdd27c54c 2018-08-27 15:11:20,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:11:20,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:11:20,292 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:11:20 GMT Server: Apache x-openstack-request-id: req-70e702fe-1332-4185-a3f9-5e8caf341200 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:11:20,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:11:20 GMT Server: Apache x-openstack-request-id: req-529388df-fb29-412b-8038-3a8a8ef2148b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:11:20,666 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-529388df-fb29-412b-8038-3a8a8ef2148b 2018-08-27 15:11:20,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.401152849197s 2018-08-27 15:11:20,667 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-529388df-fb29-412b-8038-3a8a8ef2148b 2018-08-27 15:11:25,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:11:25,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:11:25,975 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:11:25 GMT Server: Apache x-openstack-request-id: req-0ccb444b-3b4e-4969-b97d-19326cc1d682 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:11:26,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:11:25 GMT Server: Apache x-openstack-request-id: req-e34e0eb7-200b-4c30-84a3-c402c76066b9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:11:26,019 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e34e0eb7-200b-4c30-84a3-c402c76066b9 2018-08-27 15:11:26,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.34977388382s 2018-08-27 15:11:26,019 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e34e0eb7-200b-4c30-84a3-c402c76066b9 2018-08-27 15:11:31,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:11:31,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:11:31,053 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:11:31 GMT Server: Apache x-openstack-request-id: req-fdb26384-a51c-4c1e-8b56-1f6e1ccabbbe Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:11:31,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:11:31 GMT Server: Apache x-openstack-request-id: req-ced2e443-7c9e-452f-9098-513b10979613 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:11:31,094 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ced2e443-7c9e-452f-9098-513b10979613 2018-08-27 15:11:31,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722279548645s 2018-08-27 15:11:31,094 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ced2e443-7c9e-452f-9098-513b10979613 2018-08-27 15:11:31,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:11:31,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:11:31,123 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:11:31 GMT Server: Apache x-openstack-request-id: req-605ea9cd-320d-41c3-9ea2-7a95ab400dab Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:11:31,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:11:31 GMT Server: Apache x-openstack-request-id: req-1c7a7c80-8925-4986-b8ec-6eb9f084dc03 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:11:31,164 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-1c7a7c80-8925-4986-b8ec-6eb9f084dc03 2018-08-27 15:11:31,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0697329044342s 2018-08-27 15:11:31,165 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-1c7a7c80-8925-4986-b8ec-6eb9f084dc03 2018-08-27 15:11:36,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:11:36,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:11:36,203 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:11:36 GMT Server: Apache x-openstack-request-id: req-e59f2b3b-9d5d-419f-ad83-8da35d39da9b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:11:36,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:11:36 GMT Server: Apache x-openstack-request-id: req-6717a3bf-f250-43d8-8ba1-5a24e613f137 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:11:36,245 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6717a3bf-f250-43d8-8ba1-5a24e613f137 2018-08-27 15:11:36,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733108520508s 2018-08-27 15:11:36,245 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6717a3bf-f250-43d8-8ba1-5a24e613f137 2018-08-27 15:11:41,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:11:41,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:11:41,276 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:11:41 GMT Server: Apache x-openstack-request-id: req-1f6b2040-9a9c-48d9-94e8-0121e296ab76 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:11:41,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:11:41 GMT Server: Apache x-openstack-request-id: req-f20d1313-e87a-4a6a-a054-43dee460dbbc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:11:41,318 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f20d1313-e87a-4a6a-a054-43dee460dbbc 2018-08-27 15:11:41,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719401836395s 2018-08-27 15:11:41,319 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f20d1313-e87a-4a6a-a054-43dee460dbbc 2018-08-27 15:11:41,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:11:41,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:11:41,348 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:11:41 GMT Server: Apache x-openstack-request-id: req-676e21d7-edc6-4d11-980d-ad6032ab76f0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:11:41,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:11:41 GMT Server: Apache x-openstack-request-id: req-ff0c5137-c29e-4fa5-8edb-bdc703cbac0a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:11:41,389 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ff0c5137-c29e-4fa5-8edb-bdc703cbac0a 2018-08-27 15:11:41,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0698449611664s 2018-08-27 15:11:41,389 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ff0c5137-c29e-4fa5-8edb-bdc703cbac0a 2018-08-27 15:11:46,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:11:46,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:11:46,708 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:11:46 GMT Server: Apache x-openstack-request-id: req-c3519803-b3d5-4b78-a0ac-c9e5058dbf7c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:11:46,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:11:46 GMT Server: Apache x-openstack-request-id: req-ddff73c5-8901-4d8b-aee4-de5f11ec5f58 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:11:46,750 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ddff73c5-8901-4d8b-aee4-de5f11ec5f58 2018-08-27 15:11:46,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.355142116547s 2018-08-27 15:11:46,751 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ddff73c5-8901-4d8b-aee4-de5f11ec5f58 2018-08-27 15:11:51,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:11:51,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:11:51,788 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:11:51 GMT Server: Apache x-openstack-request-id: req-76c03863-02a3-405f-a2d9-ea06de95358b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:11:52,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:11:51 GMT Server: Apache x-openstack-request-id: req-5507b697-3d36-4b65-893c-75f6c06bed57 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:11:52,081 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5507b697-3d36-4b65-893c-75f6c06bed57 2018-08-27 15:11:52,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.324375152588s 2018-08-27 15:11:52,081 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5507b697-3d36-4b65-893c-75f6c06bed57 2018-08-27 15:11:52,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:11:52,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:11:52,126 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:11:52 GMT Server: Apache x-openstack-request-id: req-0da01bee-2000-4547-b61d-2b3ae9603d1a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:11:52,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:11:52 GMT Server: Apache x-openstack-request-id: req-e9b0908c-3fac-409e-9bec-ba17406d6bd3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:11:52,168 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e9b0908c-3fac-409e-9bec-ba17406d6bd3 2018-08-27 15:11:52,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0861749649048s 2018-08-27 15:11:52,168 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e9b0908c-3fac-409e-9bec-ba17406d6bd3 2018-08-27 15:11:57,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:11:57,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:11:57,199 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:11:57 GMT Server: Apache x-openstack-request-id: req-6c71cd47-4519-40d7-9bc6-436a48740122 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:11:57,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:11:57 GMT Server: Apache x-openstack-request-id: req-0c5521dd-9aba-4b1b-babd-568b4afd4e72 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:11:57,239 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0c5521dd-9aba-4b1b-babd-568b4afd4e72 2018-08-27 15:11:57,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0685470104218s 2018-08-27 15:11:57,239 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0c5521dd-9aba-4b1b-babd-568b4afd4e72 2018-08-27 15:12:02,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:12:02,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:12:02,270 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:12:02 GMT Server: Apache x-openstack-request-id: req-cb0624a2-6350-4f06-bf2a-6e522df03322 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:12:02,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:12:02 GMT Server: Apache x-openstack-request-id: req-9d69578f-2399-43db-9f2d-beef10cf5c10 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:12:02,313 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9d69578f-2399-43db-9f2d-beef10cf5c10 2018-08-27 15:12:02,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720520019531s 2018-08-27 15:12:02,313 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9d69578f-2399-43db-9f2d-beef10cf5c10 2018-08-27 15:12:02,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:12:02,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:12:02,340 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:12:02 GMT Server: Apache x-openstack-request-id: req-7ce97dae-2c22-4572-8387-495abed24d6b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:12:02,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:12:02 GMT Server: Apache x-openstack-request-id: req-46128aee-6eff-405f-9246-940273fe7d59 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:12:02,381 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-46128aee-6eff-405f-9246-940273fe7d59 2018-08-27 15:12:02,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0671379566193s 2018-08-27 15:12:02,381 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-46128aee-6eff-405f-9246-940273fe7d59 2018-08-27 15:12:07,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:12:07,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:12:07,419 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:12:07 GMT Server: Apache x-openstack-request-id: req-b20283c7-6d2e-4309-aac8-1e6534753e0e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:12:07,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:12:07 GMT Server: Apache x-openstack-request-id: req-eb7690f9-065f-4a21-9565-543d6dd10f90 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:12:07,461 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-eb7690f9-065f-4a21-9565-543d6dd10f90 2018-08-27 15:12:07,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740358829498s 2018-08-27 15:12:07,462 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-eb7690f9-065f-4a21-9565-543d6dd10f90 2018-08-27 15:12:12,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:12:12,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:12:12,496 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:12:12 GMT Server: Apache x-openstack-request-id: req-02a49e13-669f-49a0-a79f-fb73c6372ffc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:12:12,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:12:12 GMT Server: Apache x-openstack-request-id: req-ea801cb6-661e-405e-b820-e90ce3fc0af0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:12:12,538 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ea801cb6-661e-405e-b820-e90ce3fc0af0 2018-08-27 15:12:12,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0707621574402s 2018-08-27 15:12:12,538 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ea801cb6-661e-405e-b820-e90ce3fc0af0 2018-08-27 15:12:12,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:12:12,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:12:12,570 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:12:12 GMT Server: Apache x-openstack-request-id: req-e3b9f5a1-e1cb-4669-9070-75f8319e0c07 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:12:12,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:12:12 GMT Server: Apache x-openstack-request-id: req-91c194bc-cfad-4978-8569-7dd6cd887b3a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:12:12,612 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-91c194bc-cfad-4978-8569-7dd6cd887b3a 2018-08-27 15:12:12,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0728459358215s 2018-08-27 15:12:12,612 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-91c194bc-cfad-4978-8569-7dd6cd887b3a 2018-08-27 15:12:17,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:12:17,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:12:17,648 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:12:17 GMT Server: Apache x-openstack-request-id: req-0f5a303f-ace8-45ad-91f7-207c15a677f7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:12:17,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:12:17 GMT Server: Apache x-openstack-request-id: req-b7520b9c-0ddd-428f-9d33-14e6b55ca1de Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:12:17,690 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b7520b9c-0ddd-428f-9d33-14e6b55ca1de 2018-08-27 15:12:17,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071212053299s 2018-08-27 15:12:17,690 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b7520b9c-0ddd-428f-9d33-14e6b55ca1de 2018-08-27 15:12:22,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:12:22,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:12:22,740 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:12:22 GMT Server: Apache x-openstack-request-id: req-beae9871-faad-4347-a924-83da5d0dd0b7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:12:22,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:12:22 GMT Server: Apache x-openstack-request-id: req-3cc1235c-e090-4887-915b-38d0115314ea Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:12:22,781 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3cc1235c-e090-4887-915b-38d0115314ea 2018-08-27 15:12:22,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0887138843536s 2018-08-27 15:12:22,781 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3cc1235c-e090-4887-915b-38d0115314ea 2018-08-27 15:12:22,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:12:22,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:12:22,828 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:12:22 GMT Server: Apache x-openstack-request-id: req-da1abb6c-343b-4e94-99e5-d5b70fa074e7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:12:23,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:12:22 GMT Server: Apache x-openstack-request-id: req-b36d99dc-b631-4a2b-8bea-91a8e21fc78e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:12:23,263 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b36d99dc-b631-4a2b-8bea-91a8e21fc78e 2018-08-27 15:12:23,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.481181144714s 2018-08-27 15:12:23,264 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b36d99dc-b631-4a2b-8bea-91a8e21fc78e 2018-08-27 15:12:28,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:12:28,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:12:28,297 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:12:28 GMT Server: Apache x-openstack-request-id: req-824b51d7-2017-424e-b046-8e09a9f50706 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:12:28,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:12:28 GMT Server: Apache x-openstack-request-id: req-c69f4efd-eacb-4811-adcc-f7ed3c395c2d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:12:28,608 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c69f4efd-eacb-4811-adcc-f7ed3c395c2d 2018-08-27 15:12:28,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.337949037552s 2018-08-27 15:12:28,608 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c69f4efd-eacb-4811-adcc-f7ed3c395c2d 2018-08-27 15:12:33,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:12:33,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:12:33,645 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:12:33 GMT Server: Apache x-openstack-request-id: req-73519b43-c0d5-4ced-a353-c3005c278aed Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:12:33,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:12:33 GMT Server: Apache x-openstack-request-id: req-f0a785e1-c01b-4553-927a-fb0fbb20fc3d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:12:33,686 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f0a785e1-c01b-4553-927a-fb0fbb20fc3d 2018-08-27 15:12:33,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723259449005s 2018-08-27 15:12:33,687 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f0a785e1-c01b-4553-927a-fb0fbb20fc3d 2018-08-27 15:12:33,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:12:33,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:12:33,716 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:12:33 GMT Server: Apache x-openstack-request-id: req-ab0b89b9-e647-4e31-a4de-4293942c307f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:12:33,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:12:33 GMT Server: Apache x-openstack-request-id: req-bff7b4bb-522d-4736-9809-74a747b41c2b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:12:33,758 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-bff7b4bb-522d-4736-9809-74a747b41c2b 2018-08-27 15:12:33,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0702748298645s 2018-08-27 15:12:33,758 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-bff7b4bb-522d-4736-9809-74a747b41c2b 2018-08-27 15:12:38,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:12:38,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:12:38,793 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:12:38 GMT Server: Apache x-openstack-request-id: req-cd8a2b56-0a53-4f07-a556-0ef4359a9c0d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:12:38,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:12:38 GMT Server: Apache x-openstack-request-id: req-3f0f4a4a-56cb-4194-be10-6ba4bb5f826a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:12:38,835 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3f0f4a4a-56cb-4194-be10-6ba4bb5f826a 2018-08-27 15:12:38,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0700709819794s 2018-08-27 15:12:38,835 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3f0f4a4a-56cb-4194-be10-6ba4bb5f826a 2018-08-27 15:12:43,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:12:43,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:12:43,868 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:12:43 GMT Server: Apache x-openstack-request-id: req-f3552f12-ca53-4396-a092-ac74677b2984 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:12:43,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:12:43 GMT Server: Apache x-openstack-request-id: req-7b243210-cb73-476d-a43d-2f4b36cd4cc5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:12:43,911 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7b243210-cb73-476d-a43d-2f4b36cd4cc5 2018-08-27 15:12:43,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728240013123s 2018-08-27 15:12:43,911 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7b243210-cb73-476d-a43d-2f4b36cd4cc5 2018-08-27 15:12:43,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:12:43,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:12:43,957 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:12:43 GMT Server: Apache x-openstack-request-id: req-c5db80c6-edf7-447b-b709-b443cfa8a6a2 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:12:43,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:12:43 GMT Server: Apache x-openstack-request-id: req-3cf47e5b-c504-49a4-be8f-77b53fa3cbfc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:12:43,998 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3cf47e5b-c504-49a4-be8f-77b53fa3cbfc 2018-08-27 15:12:43,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0865440368652s 2018-08-27 15:12:43,999 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3cf47e5b-c504-49a4-be8f-77b53fa3cbfc 2018-08-27 15:12:49,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:12:49,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:12:49,039 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:12:49 GMT Server: Apache x-openstack-request-id: req-0a2b582d-fb23-460d-bc3f-036cd6000392 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:12:49,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:12:49 GMT Server: Apache x-openstack-request-id: req-6874ef26-8159-4fff-98a3-c0d7891c791d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:12:49,080 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6874ef26-8159-4fff-98a3-c0d7891c791d 2018-08-27 15:12:49,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0752630233765s 2018-08-27 15:12:49,081 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6874ef26-8159-4fff-98a3-c0d7891c791d 2018-08-27 15:12:54,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:12:54,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:12:54,390 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:12:54 GMT Server: Apache x-openstack-request-id: req-a0104169-8b01-432a-9099-61ec712a7d31 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:12:54,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:12:54 GMT Server: Apache x-openstack-request-id: req-feec3844-df95-4fb6-9ddf-e832ffc78c25 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:12:54,431 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-feec3844-df95-4fb6-9ddf-e832ffc78c25 2018-08-27 15:12:54,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.344518899918s 2018-08-27 15:12:54,432 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-feec3844-df95-4fb6-9ddf-e832ffc78c25 2018-08-27 15:12:54,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:12:54,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:12:54,737 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:12:54 GMT Server: Apache x-openstack-request-id: req-586caa47-8ee2-495a-b9f2-232815fc7d74 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:12:55,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:12:54 GMT Server: Apache x-openstack-request-id: req-a15ffb57-3307-4a4b-894a-4d152dc76b4d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:12:55,039 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a15ffb57-3307-4a4b-894a-4d152dc76b4d 2018-08-27 15:12:55,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.607007026672s 2018-08-27 15:12:55,039 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a15ffb57-3307-4a4b-894a-4d152dc76b4d 2018-08-27 15:13:00,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:13:00,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:13:00,075 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:13:00 GMT Server: Apache x-openstack-request-id: req-10418ea9-ce2a-4f53-8612-54e37b4beb2c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:13:00,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:13:00 GMT Server: Apache x-openstack-request-id: req-297b3a30-df55-48f0-9d39-3a8f9310530f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:13:00,391 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-297b3a30-df55-48f0-9d39-3a8f9310530f 2018-08-27 15:13:00,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.344875097275s 2018-08-27 15:13:00,391 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-297b3a30-df55-48f0-9d39-3a8f9310530f 2018-08-27 15:13:05,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:13:05,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:13:05,422 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:13:05 GMT Server: Apache x-openstack-request-id: req-cb40836b-b1fe-4584-8000-d39f8a75dd03 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:13:05,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:13:05 GMT Server: Apache x-openstack-request-id: req-22a27eda-0930-4df2-bd59-6e8436a3d042 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:13:05,463 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-22a27eda-0930-4df2-bd59-6e8436a3d042 2018-08-27 15:13:05,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0709710121155s 2018-08-27 15:13:05,463 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-22a27eda-0930-4df2-bd59-6e8436a3d042 2018-08-27 15:13:05,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:13:05,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:13:05,756 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:13:05 GMT Server: Apache x-openstack-request-id: req-ae10ddc9-92a2-4b71-aa4a-0c296241f2ec Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:13:05,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:13:05 GMT Server: Apache x-openstack-request-id: req-14fd9ef5-4a08-4433-aa1d-41c5dcf44c8d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:13:05,798 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-14fd9ef5-4a08-4433-aa1d-41c5dcf44c8d 2018-08-27 15:13:05,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.33442401886s 2018-08-27 15:13:05,798 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-14fd9ef5-4a08-4433-aa1d-41c5dcf44c8d 2018-08-27 15:13:10,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:13:10,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:13:10,836 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:13:10 GMT Server: Apache x-openstack-request-id: req-7ae33768-6f59-44aa-b573-305feeb42db7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:13:11,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:13:10 GMT Server: Apache x-openstack-request-id: req-18c0e082-bb37-42cc-be84-a75611976cd4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:13:11,150 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-18c0e082-bb37-42cc-be84-a75611976cd4 2018-08-27 15:13:11,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.344396829605s 2018-08-27 15:13:11,150 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-18c0e082-bb37-42cc-be84-a75611976cd4 2018-08-27 15:13:16,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:13:16,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:13:16,185 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:13:16 GMT Server: Apache x-openstack-request-id: req-88c5fc4e-3cd4-4a72-9d1f-790ffe7afbb4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:13:16,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:13:16 GMT Server: Apache x-openstack-request-id: req-138b6c8b-e04a-4916-8eca-6b6c5c319d03 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:13:16,594 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-138b6c8b-e04a-4916-8eca-6b6c5c319d03 2018-08-27 15:13:16,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.438354969025s 2018-08-27 15:13:16,594 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-138b6c8b-e04a-4916-8eca-6b6c5c319d03 2018-08-27 15:13:16,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:13:16,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:13:16,625 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:13:16 GMT Server: Apache x-openstack-request-id: req-340b6df8-ea53-4a64-bc95-272757d1c1be Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:13:16,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:13:16 GMT Server: Apache x-openstack-request-id: req-072b0055-ff69-48d9-a082-bb170551d439 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:13:16,668 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-072b0055-ff69-48d9-a082-bb170551d439 2018-08-27 15:13:16,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0727858543396s 2018-08-27 15:13:16,668 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-072b0055-ff69-48d9-a082-bb170551d439 2018-08-27 15:13:21,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:13:21,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:13:21,705 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:13:21 GMT Server: Apache x-openstack-request-id: req-8c323b0c-24be-476d-8f1a-bc84e0456ef4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:13:21,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:13:21 GMT Server: Apache x-openstack-request-id: req-aeaf9263-6a78-42dd-965c-f63adde1919e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:13:21,747 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-aeaf9263-6a78-42dd-965c-f63adde1919e 2018-08-27 15:13:21,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735330581665s 2018-08-27 15:13:21,748 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-aeaf9263-6a78-42dd-965c-f63adde1919e 2018-08-27 15:13:26,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:13:26,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:13:26,783 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:13:26 GMT Server: Apache x-openstack-request-id: req-95766311-1ed0-4fcc-b676-0d373147c754 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:13:26,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:13:26 GMT Server: Apache x-openstack-request-id: req-12580b5d-3948-4e61-a2ef-289fbac7b712 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:13:26,825 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-12580b5d-3948-4e61-a2ef-289fbac7b712 2018-08-27 15:13:26,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715909004211s 2018-08-27 15:13:26,825 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-12580b5d-3948-4e61-a2ef-289fbac7b712 2018-08-27 15:13:26,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:13:26,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:13:26,854 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:13:26 GMT Server: Apache x-openstack-request-id: req-f270ffe0-f485-4e34-b547-e1b2599d83b3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:13:26,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:13:26 GMT Server: Apache x-openstack-request-id: req-44318a0b-c597-41b6-a1c6-91fb7c295d90 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:13:26,896 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-44318a0b-c597-41b6-a1c6-91fb7c295d90 2018-08-27 15:13:26,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0701448917389s 2018-08-27 15:13:26,896 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-44318a0b-c597-41b6-a1c6-91fb7c295d90 2018-08-27 15:13:31,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:13:31,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:13:31,934 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:13:31 GMT Server: Apache x-openstack-request-id: req-869fb5b3-23ee-4c05-b6b8-226dd3950539 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:13:31,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:13:31 GMT Server: Apache x-openstack-request-id: req-4fcce7a4-12b8-4fb9-812f-1965c9a30104 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:13:31,976 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4fcce7a4-12b8-4fb9-812f-1965c9a30104 2018-08-27 15:13:31,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733089447021s 2018-08-27 15:13:31,977 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4fcce7a4-12b8-4fb9-812f-1965c9a30104 2018-08-27 15:13:36,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:13:36,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:13:37,279 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:13:36 GMT Server: Apache x-openstack-request-id: req-2915b35c-42ad-442d-8206-6aec663dbb98 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:13:37,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:13:37 GMT Server: Apache x-openstack-request-id: req-02782d49-85a7-4846-9501-8d9a0ab99f1a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:13:37,319 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-02782d49-85a7-4846-9501-8d9a0ab99f1a 2018-08-27 15:13:37,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.341259002686s 2018-08-27 15:13:37,319 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-02782d49-85a7-4846-9501-8d9a0ab99f1a 2018-08-27 15:13:37,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:13:37,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:13:37,622 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:13:37 GMT Server: Apache x-openstack-request-id: req-9538e210-655b-43bf-bc68-c50d0e4d045c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:13:37,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:13:37 GMT Server: Apache x-openstack-request-id: req-25ad64fa-fc45-4d29-b5f7-f412daed0b45 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:13:37,662 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-25ad64fa-fc45-4d29-b5f7-f412daed0b45 2018-08-27 15:13:37,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.342808961868s 2018-08-27 15:13:37,662 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-25ad64fa-fc45-4d29-b5f7-f412daed0b45 2018-08-27 15:13:42,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:13:42,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:13:42,970 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:13:42 GMT Server: Apache x-openstack-request-id: req-94877daa-ce62-45de-9a7f-732006e4d8eb Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:13:43,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:13:42 GMT Server: Apache x-openstack-request-id: req-db93e504-8171-478f-a020-55167b159dea Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:13:43,012 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-db93e504-8171-478f-a020-55167b159dea 2018-08-27 15:13:43,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.347098827362s 2018-08-27 15:13:43,012 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-db93e504-8171-478f-a020-55167b159dea 2018-08-27 15:13:48,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:13:48,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:13:48,049 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:13:48 GMT Server: Apache x-openstack-request-id: req-77dbb0a3-c85f-41e5-abd0-18a350d0750f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:13:48,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:13:48 GMT Server: Apache x-openstack-request-id: req-830b43d7-c06c-48db-bbc8-1afc9159b048 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:13:48,092 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-830b43d7-c06c-48db-bbc8-1afc9159b048 2018-08-27 15:13:48,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073294878006s 2018-08-27 15:13:48,092 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-830b43d7-c06c-48db-bbc8-1afc9159b048 2018-08-27 15:13:48,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:13:48,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:13:48,121 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:13:48 GMT Server: Apache x-openstack-request-id: req-d0045848-8d42-497f-bb5e-ccad8ea570c5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:13:48,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:13:48 GMT Server: Apache x-openstack-request-id: req-d8d2edd4-ad36-4fa0-b9eb-bc4d085c9650 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:13:48,163 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d8d2edd4-ad36-4fa0-b9eb-bc4d085c9650 2018-08-27 15:13:48,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0700590610504s 2018-08-27 15:13:48,163 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-d8d2edd4-ad36-4fa0-b9eb-bc4d085c9650 2018-08-27 15:13:53,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:13:53,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:13:53,197 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:13:53 GMT Server: Apache x-openstack-request-id: req-6c6f94d6-9b99-4ec4-9684-d05ddea48245 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:13:53,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:13:53 GMT Server: Apache x-openstack-request-id: req-f4f00324-4cd3-4d47-8fe3-2088e1df0e0b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:13:53,239 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f4f00324-4cd3-4d47-8fe3-2088e1df0e0b 2018-08-27 15:13:53,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0697331428528s 2018-08-27 15:13:53,240 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f4f00324-4cd3-4d47-8fe3-2088e1df0e0b 2018-08-27 15:13:58,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:13:58,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:13:58,522 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:13:58 GMT Server: Apache x-openstack-request-id: req-ed1959b0-8776-418e-bec5-e7e5086e2151 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:13:58,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:13:58 GMT Server: Apache x-openstack-request-id: req-7005d9b8-906a-4922-a9fc-2c9a537cc1aa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:13:58,563 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7005d9b8-906a-4922-a9fc-2c9a537cc1aa 2018-08-27 15:13:58,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.317305088043s 2018-08-27 15:13:58,563 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7005d9b8-906a-4922-a9fc-2c9a537cc1aa 2018-08-27 15:13:58,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:13:58,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:13:58,872 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:13:58 GMT Server: Apache x-openstack-request-id: req-08d9bdbe-e518-4576-99dd-d0e14d86812d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:13:58,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:13:58 GMT Server: Apache x-openstack-request-id: req-34d76f0c-cf9a-4898-b843-5bbce3d7fb30 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:13:58,914 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-34d76f0c-cf9a-4898-b843-5bbce3d7fb30 2018-08-27 15:13:58,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.350448846817s 2018-08-27 15:13:58,914 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-34d76f0c-cf9a-4898-b843-5bbce3d7fb30 2018-08-27 15:14:03,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:14:03,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:14:04,200 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:14:03 GMT Server: Apache x-openstack-request-id: req-4e9e8359-2ba0-4ae0-9ba1-c66ce216801b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:14:04,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:14:04 GMT Server: Apache x-openstack-request-id: req-937da3d7-e399-4bec-a7d2-5712639ec3e4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:14:04,242 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-937da3d7-e399-4bec-a7d2-5712639ec3e4 2018-08-27 15:14:04,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.320381879807s 2018-08-27 15:14:04,242 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-937da3d7-e399-4bec-a7d2-5712639ec3e4 2018-08-27 15:14:09,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:14:09,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:14:09,277 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:14:09 GMT Server: Apache x-openstack-request-id: req-1a328a49-1bbe-4211-b58f-9d75bd0b633e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:14:09,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:14:09 GMT Server: Apache x-openstack-request-id: req-eb1b5d00-0e02-48fe-8661-894605ad2a76 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:14:09,319 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-eb1b5d00-0e02-48fe-8661-894605ad2a76 2018-08-27 15:14:09,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710809230804s 2018-08-27 15:14:09,319 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-eb1b5d00-0e02-48fe-8661-894605ad2a76 2018-08-27 15:14:09,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:14:09,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:14:09,347 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:14:09 GMT Server: Apache x-openstack-request-id: req-c2b01357-d6e4-434e-96c7-1762d7869d18 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:14:09,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:14:09 GMT Server: Apache x-openstack-request-id: req-e51d5a0b-6a40-4fa9-81ec-465760c1acb1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:14:09,387 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e51d5a0b-6a40-4fa9-81ec-465760c1acb1 2018-08-27 15:14:09,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0678839683533s 2018-08-27 15:14:09,388 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e51d5a0b-6a40-4fa9-81ec-465760c1acb1 2018-08-27 15:14:14,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:14:14,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:14:14,425 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:14:14 GMT Server: Apache x-openstack-request-id: req-b29eb02e-0da8-4005-809d-0a16e424368c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:14:14,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:14:14 GMT Server: Apache x-openstack-request-id: req-d05c03a4-7bbc-423b-95b3-40474eca317a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:14:14,467 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d05c03a4-7bbc-423b-95b3-40474eca317a 2018-08-27 15:14:14,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733659267426s 2018-08-27 15:14:14,468 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d05c03a4-7bbc-423b-95b3-40474eca317a 2018-08-27 15:14:19,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:14:19,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:14:19,520 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:14:19 GMT Server: Apache x-openstack-request-id: req-6440b818-ca9a-4b6c-9b52-cb5e5f55c667 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:14:19,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:14:19 GMT Server: Apache x-openstack-request-id: req-6f74af3c-e503-4ab8-9209-bde0040e2ede Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:14:19,567 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6f74af3c-e503-4ab8-9209-bde0040e2ede 2018-08-27 15:14:19,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0938889980316s 2018-08-27 15:14:19,568 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6f74af3c-e503-4ab8-9209-bde0040e2ede 2018-08-27 15:14:19,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:14:19,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:14:19,599 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:14:19 GMT Server: Apache x-openstack-request-id: req-f076983d-dbde-4ca6-96f1-21748c0f070b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:14:19,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:14:19 GMT Server: Apache x-openstack-request-id: req-efd5b0a9-2a32-447f-a2d2-7a0e862647e3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:14:19,640 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-efd5b0a9-2a32-447f-a2d2-7a0e862647e3 2018-08-27 15:14:19,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0720088481903s 2018-08-27 15:14:19,641 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-efd5b0a9-2a32-447f-a2d2-7a0e862647e3 2018-08-27 15:14:24,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:14:24,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:14:24,677 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:14:24 GMT Server: Apache x-openstack-request-id: req-0ba634db-4abd-4219-8138-a087fe8b3c6b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:14:24,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:14:24 GMT Server: Apache x-openstack-request-id: req-c13adf05-dc64-4348-b71d-378ae050c963 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:14:24,718 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c13adf05-dc64-4348-b71d-378ae050c963 2018-08-27 15:14:24,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705230236053s 2018-08-27 15:14:24,718 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c13adf05-dc64-4348-b71d-378ae050c963 2018-08-27 15:14:29,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:14:29,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:14:29,755 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:14:29 GMT Server: Apache x-openstack-request-id: req-6dd75485-bde3-45c2-bba2-c7b34380d52c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:14:29,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:14:29 GMT Server: Apache x-openstack-request-id: req-9a955c11-35b8-498c-942f-056e7d6e1c84 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:14:29,797 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9a955c11-35b8-498c-942f-056e7d6e1c84 2018-08-27 15:14:29,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731220245361s 2018-08-27 15:14:29,798 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9a955c11-35b8-498c-942f-056e7d6e1c84 2018-08-27 15:14:29,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:14:29,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:14:30,111 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:14:29 GMT Server: Apache x-openstack-request-id: req-dbf2e5c3-b4f0-49b0-8d94-2505d50b871f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:14:30,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:14:30 GMT Server: Apache x-openstack-request-id: req-291b4422-9b21-40b7-9984-8c9c1f534a3e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:14:30,415 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-291b4422-9b21-40b7-9984-8c9c1f534a3e 2018-08-27 15:14:30,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.616385936737s 2018-08-27 15:14:30,415 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-291b4422-9b21-40b7-9984-8c9c1f534a3e 2018-08-27 15:14:35,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:14:35,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:14:35,450 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:14:35 GMT Server: Apache x-openstack-request-id: req-637e8c17-b096-44ad-8420-e3dfc6216a9c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:14:35,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:14:35 GMT Server: Apache x-openstack-request-id: req-365e2b27-f7c3-41f5-bf22-cceab03d81b0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:14:35,493 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-365e2b27-f7c3-41f5-bf22-cceab03d81b0 2018-08-27 15:14:35,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0752139091492s 2018-08-27 15:14:35,493 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-365e2b27-f7c3-41f5-bf22-cceab03d81b0 2018-08-27 15:14:40,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:14:40,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:14:40,530 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:14:40 GMT Server: Apache x-openstack-request-id: req-ba78dcec-0a66-4efd-af16-9a860c9865be Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:14:40,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:14:40 GMT Server: Apache x-openstack-request-id: req-4d78fc70-e5f9-4270-b2c2-d7e269423551 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:14:40,571 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4d78fc70-e5f9-4270-b2c2-d7e269423551 2018-08-27 15:14:40,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072163105011s 2018-08-27 15:14:40,572 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4d78fc70-e5f9-4270-b2c2-d7e269423551 2018-08-27 15:14:40,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:14:40,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:14:40,601 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:14:40 GMT Server: Apache x-openstack-request-id: req-ebb4dcd2-87d8-4d44-9bd6-dc377fd4ca65 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:14:40,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:14:40 GMT Server: Apache x-openstack-request-id: req-a2f7b079-23ae-43a1-bee7-496757f395dd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:14:40,643 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a2f7b079-23ae-43a1-bee7-496757f395dd 2018-08-27 15:14:40,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0704729557037s 2018-08-27 15:14:40,643 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a2f7b079-23ae-43a1-bee7-496757f395dd 2018-08-27 15:14:45,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:14:45,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:14:45,939 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:14:45 GMT Server: Apache x-openstack-request-id: req-01d8cab5-4e49-4b8b-bdbb-617ba266f656 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:14:45,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:14:45 GMT Server: Apache x-openstack-request-id: req-5d0c0fba-ec37-45f6-a1d0-cbe43542c550 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:14:45,980 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5d0c0fba-ec37-45f6-a1d0-cbe43542c550 2018-08-27 15:14:45,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.330506086349s 2018-08-27 15:14:45,980 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5d0c0fba-ec37-45f6-a1d0-cbe43542c550 2018-08-27 15:14:50,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:14:50,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:14:51,016 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:14:51 GMT Server: Apache x-openstack-request-id: req-0d9590e5-0beb-44ac-a30d-60708bfbe843 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:14:51,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:14:51 GMT Server: Apache x-openstack-request-id: req-39db4ffa-0e75-44d7-b3f6-52509d9c966e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:14:51,057 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-39db4ffa-0e75-44d7-b3f6-52509d9c966e 2018-08-27 15:14:51,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712399482727s 2018-08-27 15:14:51,058 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-39db4ffa-0e75-44d7-b3f6-52509d9c966e 2018-08-27 15:14:51,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:14:51,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:14:51,088 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:14:51 GMT Server: Apache x-openstack-request-id: req-3bdf2e5b-df87-4d62-b0a6-114398e32227 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:14:51,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:14:51 GMT Server: Apache x-openstack-request-id: req-68d002bf-66e6-4a0e-95cd-e620a81621dc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:14:51,385 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-68d002bf-66e6-4a0e-95cd-e620a81621dc 2018-08-27 15:14:51,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.326416969299s 2018-08-27 15:14:51,385 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-68d002bf-66e6-4a0e-95cd-e620a81621dc 2018-08-27 15:14:56,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:14:56,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:14:56,422 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:14:56 GMT Server: Apache x-openstack-request-id: req-8d7c6129-2466-4cda-b496-769c6028f763 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:14:56,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:14:56 GMT Server: Apache x-openstack-request-id: req-7f46199a-0288-430e-9c9e-d71d82bd066e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:14:56,464 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7f46199a-0288-430e-9c9e-d71d82bd066e 2018-08-27 15:14:56,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716691017151s 2018-08-27 15:14:56,464 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7f46199a-0288-430e-9c9e-d71d82bd066e 2018-08-27 15:15:01,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:15:01,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:15:01,501 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:15:01 GMT Server: Apache x-openstack-request-id: req-4f9526ba-4086-4d31-a692-e3c02979af28 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:15:01,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:15:01 GMT Server: Apache x-openstack-request-id: req-deea5767-f2d0-49e6-b37f-69ebea431cc1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:15:01,544 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-deea5767-f2d0-49e6-b37f-69ebea431cc1 2018-08-27 15:15:01,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740928649902s 2018-08-27 15:15:01,545 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-deea5767-f2d0-49e6-b37f-69ebea431cc1 2018-08-27 15:15:01,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:15:01,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:15:01,574 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:15:01 GMT Server: Apache x-openstack-request-id: req-2751988f-b2c8-44dc-9e07-90e07606522e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:15:01,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:15:01 GMT Server: Apache x-openstack-request-id: req-2dc94cfc-003d-4783-8845-47d817f71497 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:15:01,616 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2dc94cfc-003d-4783-8845-47d817f71497 2018-08-27 15:15:01,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0706250667572s 2018-08-27 15:15:01,616 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2dc94cfc-003d-4783-8845-47d817f71497 2018-08-27 15:15:06,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:15:06,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:15:06,653 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:15:06 GMT Server: Apache x-openstack-request-id: req-ff7c3bb8-3e34-4b80-b524-a7805661021f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:15:06,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:15:06 GMT Server: Apache x-openstack-request-id: req-8a4f2b6a-96c8-4f52-bb2c-cabe9a1c82b4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:15:06,977 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8a4f2b6a-96c8-4f52-bb2c-cabe9a1c82b4 2018-08-27 15:15:06,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.353564977646s 2018-08-27 15:15:06,977 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8a4f2b6a-96c8-4f52-bb2c-cabe9a1c82b4 2018-08-27 15:15:11,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:15:11,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:15:12,012 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:15:11 GMT Server: Apache x-openstack-request-id: req-10eb0801-6b18-4315-a24a-e935f91cd63e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:15:12,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:15:12 GMT Server: Apache x-openstack-request-id: req-81d8b2e6-779f-4761-b591-3748e76f716f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:15:12,053 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-81d8b2e6-779f-4761-b591-3748e76f716f 2018-08-27 15:15:12,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.070307970047s 2018-08-27 15:15:12,053 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-81d8b2e6-779f-4761-b591-3748e76f716f 2018-08-27 15:15:12,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:15:12,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:15:12,082 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:15:12 GMT Server: Apache x-openstack-request-id: req-8047c823-ba79-4758-94c0-a02ce278748a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:15:12,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:15:12 GMT Server: Apache x-openstack-request-id: req-7d219eed-406e-4471-b3cc-40ff1a53bc9d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:15:12,123 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-7d219eed-406e-4471-b3cc-40ff1a53bc9d 2018-08-27 15:15:12,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0692780017853s 2018-08-27 15:15:12,123 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-7d219eed-406e-4471-b3cc-40ff1a53bc9d 2018-08-27 15:15:17,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:15:17,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:15:17,161 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:15:17 GMT Server: Apache x-openstack-request-id: req-987f402e-410f-42bd-acb7-f4a78a747808 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:15:17,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:15:17 GMT Server: Apache x-openstack-request-id: req-941e5a4e-e9a3-482f-ba38-08d3e4990307 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:15:17,481 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-941e5a4e-e9a3-482f-ba38-08d3e4990307 2018-08-27 15:15:17,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.351089000702s 2018-08-27 15:15:17,482 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-941e5a4e-e9a3-482f-ba38-08d3e4990307 2018-08-27 15:15:22,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:15:22,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:15:22,774 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:15:22 GMT Server: Apache x-openstack-request-id: req-3b36afd3-a6f8-4fb0-adf1-79e42089f6a5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:15:22,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:15:22 GMT Server: Apache x-openstack-request-id: req-6dbc3645-25f0-4b7e-8599-3c7e10966892 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:15:22,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6dbc3645-25f0-4b7e-8599-3c7e10966892 2018-08-27 15:15:22,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.329210996628s 2018-08-27 15:15:22,817 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6dbc3645-25f0-4b7e-8599-3c7e10966892 2018-08-27 15:15:22,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:15:22,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:15:22,845 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:15:22 GMT Server: Apache x-openstack-request-id: req-d6fc638f-2461-4492-b0f8-309b8bb6db94 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:15:23,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:15:22 GMT Server: Apache x-openstack-request-id: req-319ed803-4083-4a2a-aff2-02a38322ae68 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:15:23,162 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-319ed803-4083-4a2a-aff2-02a38322ae68 2018-08-27 15:15:23,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.344362020493s 2018-08-27 15:15:23,162 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-319ed803-4083-4a2a-aff2-02a38322ae68 2018-08-27 15:15:28,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:15:28,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:15:28,205 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:15:28 GMT Server: Apache x-openstack-request-id: req-f6a79184-7545-40d5-87af-1c8b7860ace8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:15:28,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:15:28 GMT Server: Apache x-openstack-request-id: req-b9a1c37e-f7da-40d6-94be-07576d513932 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:15:28,247 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b9a1c37e-f7da-40d6-94be-07576d513932 2018-08-27 15:15:28,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0779368877411s 2018-08-27 15:15:28,247 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b9a1c37e-f7da-40d6-94be-07576d513932 2018-08-27 15:15:33,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:15:33,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:15:33,281 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:15:33 GMT Server: Apache x-openstack-request-id: req-d82c4401-2245-4054-b1eb-d73840826962 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:15:33,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:15:33 GMT Server: Apache x-openstack-request-id: req-9a7bf333-4511-47bf-bffe-b913766cf597 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:15:33,322 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9a7bf333-4511-47bf-bffe-b913766cf597 2018-08-27 15:15:33,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713248252869s 2018-08-27 15:15:33,323 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9a7bf333-4511-47bf-bffe-b913766cf597 2018-08-27 15:15:33,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:15:33,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:15:33,352 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:15:33 GMT Server: Apache x-openstack-request-id: req-b931e417-8777-4ceb-b33b-5cf930357b1e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:15:33,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:15:33 GMT Server: Apache x-openstack-request-id: req-b2e9f7d6-8fea-41b5-85ee-19e0b64e8807 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:15:33,394 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b2e9f7d6-8fea-41b5-85ee-19e0b64e8807 2018-08-27 15:15:33,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0703809261322s 2018-08-27 15:15:33,394 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b2e9f7d6-8fea-41b5-85ee-19e0b64e8807 2018-08-27 15:15:38,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:15:38,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:15:38,430 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:15:38 GMT Server: Apache x-openstack-request-id: req-ba5a4537-8426-43c3-af6c-b6a8f03de6e3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:15:38,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:15:38 GMT Server: Apache x-openstack-request-id: req-49f9ce15-6375-4135-b23a-0dcdda22b3d0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:15:38,472 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-49f9ce15-6375-4135-b23a-0dcdda22b3d0 2018-08-27 15:15:38,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713589191437s 2018-08-27 15:15:38,472 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-49f9ce15-6375-4135-b23a-0dcdda22b3d0 2018-08-27 15:15:43,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:15:43,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:15:43,509 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:15:43 GMT Server: Apache x-openstack-request-id: req-715ee162-96f1-4d49-ae77-2270fc9a9dbb Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:15:43,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:15:43 GMT Server: Apache x-openstack-request-id: req-1adbfd64-0ed1-437b-a1fd-dd0fbd1235ab Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:15:43,828 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1adbfd64-0ed1-437b-a1fd-dd0fbd1235ab 2018-08-27 15:15:43,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.350069999695s 2018-08-27 15:15:43,829 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1adbfd64-0ed1-437b-a1fd-dd0fbd1235ab 2018-08-27 15:15:43,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:15:43,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:15:43,860 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:15:43 GMT Server: Apache x-openstack-request-id: req-41c40acc-bead-4fef-8375-12d082753fa4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:15:44,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:15:43 GMT Server: Apache x-openstack-request-id: req-075834a6-9a29-4d71-8454-0cf7cd93088d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:15:44,157 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-075834a6-9a29-4d71-8454-0cf7cd93088d 2018-08-27 15:15:44,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.327753067017s 2018-08-27 15:15:44,158 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-075834a6-9a29-4d71-8454-0cf7cd93088d 2018-08-27 15:15:49,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:15:49,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:15:49,195 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:15:49 GMT Server: Apache x-openstack-request-id: req-8fbafed0-9135-41c1-911f-2034ae8993f1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:15:49,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:15:49 GMT Server: Apache x-openstack-request-id: req-bc28e4aa-9307-4a97-8c88-15923beabc04 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:15:49,237 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bc28e4aa-9307-4a97-8c88-15923beabc04 2018-08-27 15:15:49,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723359584808s 2018-08-27 15:15:49,237 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bc28e4aa-9307-4a97-8c88-15923beabc04 2018-08-27 15:15:54,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:15:54,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:15:54,288 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:15:54 GMT Server: Apache x-openstack-request-id: req-67e86422-14d4-4564-9354-4b929a2508dc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:15:54,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:15:54 GMT Server: Apache x-openstack-request-id: req-a1e92714-0ebe-4866-9576-59a2b597f1d0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:15:54,579 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a1e92714-0ebe-4866-9576-59a2b597f1d0 2018-08-27 15:15:54,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.335592985153s 2018-08-27 15:15:54,579 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a1e92714-0ebe-4866-9576-59a2b597f1d0 2018-08-27 15:15:54,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:15:54,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:15:54,610 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:15:54 GMT Server: Apache x-openstack-request-id: req-baadde4c-9657-418e-8eef-db5a189a5bf3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:15:54,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:15:54 GMT Server: Apache x-openstack-request-id: req-6b9e0101-5271-45d3-88f8-ab2437bbf858 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:15:54,652 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6b9e0101-5271-45d3-88f8-ab2437bbf858 2018-08-27 15:15:54,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0728847980499s 2018-08-27 15:15:54,653 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6b9e0101-5271-45d3-88f8-ab2437bbf858 2018-08-27 15:15:59,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:15:59,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:15:59,689 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:15:59 GMT Server: Apache x-openstack-request-id: req-dbe33ef5-2382-412d-b453-c92f5cbac70c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:15:59,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:15:59 GMT Server: Apache x-openstack-request-id: req-c2991831-2fd3-42cd-89ec-fa3feb0031a9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:15:59,730 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c2991831-2fd3-42cd-89ec-fa3feb0031a9 2018-08-27 15:15:59,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0706429481506s 2018-08-27 15:15:59,731 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c2991831-2fd3-42cd-89ec-fa3feb0031a9 2018-08-27 15:16:04,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:16:04,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:16:04,767 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:16:04 GMT Server: Apache x-openstack-request-id: req-62735f19-e6dc-40f3-b858-a0c66210c069 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:16:04,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:16:04 GMT Server: Apache x-openstack-request-id: req-691c6b47-ac06-4a99-92a2-f0d880f4350b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:16:04,809 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-691c6b47-ac06-4a99-92a2-f0d880f4350b 2018-08-27 15:16:04,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724439620972s 2018-08-27 15:16:04,809 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-691c6b47-ac06-4a99-92a2-f0d880f4350b 2018-08-27 15:16:04,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:16:04,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:16:05,117 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:16:04 GMT Server: Apache x-openstack-request-id: req-3f00d194-0ac7-4160-9f69-fcf5d7152755 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:16:05,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:16:05 GMT Server: Apache x-openstack-request-id: req-4ff00c16-9e51-4f9d-bf85-540fe217c16c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:16:05,159 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-4ff00c16-9e51-4f9d-bf85-540fe217c16c 2018-08-27 15:16:05,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.349748134613s 2018-08-27 15:16:05,160 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-4ff00c16-9e51-4f9d-bf85-540fe217c16c 2018-08-27 15:16:10,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:16:10,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:16:10,197 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:16:10 GMT Server: Apache x-openstack-request-id: req-06188e91-d516-4892-9467-3ce0d165ac0f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:16:10,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:16:10 GMT Server: Apache x-openstack-request-id: req-d57bae88-7131-43fb-916c-13ba12394d1b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:16:10,239 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d57bae88-7131-43fb-916c-13ba12394d1b 2018-08-27 15:16:10,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725200176239s 2018-08-27 15:16:10,240 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d57bae88-7131-43fb-916c-13ba12394d1b 2018-08-27 15:16:15,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:16:15,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:16:15,558 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:16:15 GMT Server: Apache x-openstack-request-id: req-89584578-f6c7-40f9-9e55-72cdee0bfab5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:16:15,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:16:15 GMT Server: Apache x-openstack-request-id: req-32d39fd9-942d-4b09-aff2-8b556a5f6fa8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:16:15,601 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-32d39fd9-942d-4b09-aff2-8b556a5f6fa8 2018-08-27 15:16:15,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.356523036957s 2018-08-27 15:16:15,601 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-32d39fd9-942d-4b09-aff2-8b556a5f6fa8 2018-08-27 15:16:15,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:16:15,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:16:15,631 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:16:15 GMT Server: Apache x-openstack-request-id: req-41e60620-e544-498d-8544-7296cd25ac7a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:16:15,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:16:15 GMT Server: Apache x-openstack-request-id: req-e13d49b4-a8ee-42e3-9efb-3819f1a7a400 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:16:15,657 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e13d49b4-a8ee-42e3-9efb-3819f1a7a400 2018-08-27 15:16:15,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0555830001831s 2018-08-27 15:16:15,658 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e13d49b4-a8ee-42e3-9efb-3819f1a7a400 2018-08-27 15:16:20,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:16:20,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:16:20,980 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:16:20 GMT Server: Apache x-openstack-request-id: req-a56e88ab-7fe0-42e9-9d3b-89def2095c35 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:16:21,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:16:20 GMT Server: Apache x-openstack-request-id: req-7ef37878-0fa4-4613-b412-a0da76d43f71 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:16:21,022 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7ef37878-0fa4-4613-b412-a0da76d43f71 2018-08-27 15:16:21,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.356931209564s 2018-08-27 15:16:21,022 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7ef37878-0fa4-4613-b412-a0da76d43f71 2018-08-27 15:16:26,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:16:26,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:16:26,059 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:16:26 GMT Server: Apache x-openstack-request-id: req-c9e9e4a1-ee13-4100-a859-ddbd48dd255a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:16:26,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:16:26 GMT Server: Apache x-openstack-request-id: req-ea39389a-b57b-45d6-a3de-40d8112936b3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:16:26,100 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ea39389a-b57b-45d6-a3de-40d8112936b3 2018-08-27 15:16:26,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725581645966s 2018-08-27 15:16:26,101 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ea39389a-b57b-45d6-a3de-40d8112936b3 2018-08-27 15:16:26,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:16:26,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:16:26,131 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:16:26 GMT Server: Apache x-openstack-request-id: req-457393b6-3e21-46e4-890e-c13f54efff6b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:16:26,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:16:26 GMT Server: Apache x-openstack-request-id: req-0d64024f-33c7-4dc4-9c8f-f0f3fed271ee Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:16:26,174 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-0d64024f-33c7-4dc4-9c8f-f0f3fed271ee 2018-08-27 15:16:26,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0725321769714s 2018-08-27 15:16:26,174 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-0d64024f-33c7-4dc4-9c8f-f0f3fed271ee 2018-08-27 15:16:31,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:16:31,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:16:31,463 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:16:31 GMT Server: Apache x-openstack-request-id: req-799bb54c-880d-4c7b-9a80-4f1b26c16ef7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:16:31,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:16:31 GMT Server: Apache x-openstack-request-id: req-4f1411fa-b1c3-4031-af80-96d36bc92365 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:16:31,504 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4f1411fa-b1c3-4031-af80-96d36bc92365 2018-08-27 15:16:31,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.322932004929s 2018-08-27 15:16:31,505 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4f1411fa-b1c3-4031-af80-96d36bc92365 2018-08-27 15:16:36,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:16:36,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:16:36,540 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:16:36 GMT Server: Apache x-openstack-request-id: req-50bd730a-3309-45ba-b21e-1de02f8e368d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:16:36,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:16:36 GMT Server: Apache x-openstack-request-id: req-d2819e35-62a7-473b-8235-6f16b96d61ea Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:16:36,582 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d2819e35-62a7-473b-8235-6f16b96d61ea 2018-08-27 15:16:36,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717940330505s 2018-08-27 15:16:36,583 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d2819e35-62a7-473b-8235-6f16b96d61ea 2018-08-27 15:16:36,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:16:36,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:16:36,612 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:16:36 GMT Server: Apache x-openstack-request-id: req-f4f23f75-5e4e-477e-b3d1-198b9fa76bad Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:16:36,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:16:36 GMT Server: Apache x-openstack-request-id: req-34358ab7-bca6-4cb3-aa3c-baccb1c888f7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:16:36,916 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-34358ab7-bca6-4cb3-aa3c-baccb1c888f7 2018-08-27 15:16:36,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.332705974579s 2018-08-27 15:16:36,916 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-34358ab7-bca6-4cb3-aa3c-baccb1c888f7 2018-08-27 15:16:41,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:16:41,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:16:41,953 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:16:41 GMT Server: Apache x-openstack-request-id: req-4efbddb2-5e73-472d-84ad-c17cc512ac14 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:16:41,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:16:41 GMT Server: Apache x-openstack-request-id: req-844b6672-99c2-4c64-9072-92ac7493170b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:16:41,995 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-844b6672-99c2-4c64-9072-92ac7493170b 2018-08-27 15:16:41,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720071792603s 2018-08-27 15:16:41,996 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-844b6672-99c2-4c64-9072-92ac7493170b 2018-08-27 15:16:47,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:16:47,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:16:47,035 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:16:47 GMT Server: Apache x-openstack-request-id: req-e659cdf5-9718-4ff9-b044-3f5733aa16e4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:16:47,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:16:47 GMT Server: Apache x-openstack-request-id: req-f2de0099-9e63-415c-a99a-4c4d12632bb4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:16:47,338 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f2de0099-9e63-415c-a99a-4c4d12632bb4 2018-08-27 15:16:47,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.337115049362s 2018-08-27 15:16:47,339 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f2de0099-9e63-415c-a99a-4c4d12632bb4 2018-08-27 15:16:47,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:16:47,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:16:47,369 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:16:47 GMT Server: Apache x-openstack-request-id: req-6a314764-10b1-4b53-adf1-5604023eba17 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:16:47,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:16:47 GMT Server: Apache x-openstack-request-id: req-afab4cca-c892-4077-b69a-e320edd2386c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:16:47,411 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-afab4cca-c892-4077-b69a-e320edd2386c 2018-08-27 15:16:47,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0716910362244s 2018-08-27 15:16:47,412 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-afab4cca-c892-4077-b69a-e320edd2386c 2018-08-27 15:16:52,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:16:52,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:16:52,449 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:16:52 GMT Server: Apache x-openstack-request-id: req-63803373-546c-401a-9257-ee4501bdbc01 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:16:52,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:16:52 GMT Server: Apache x-openstack-request-id: req-0d78a0da-8c97-421f-a32e-a9a2c067009b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:16:52,491 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0d78a0da-8c97-421f-a32e-a9a2c067009b 2018-08-27 15:16:52,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731728076935s 2018-08-27 15:16:52,492 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0d78a0da-8c97-421f-a32e-a9a2c067009b 2018-08-27 15:16:57,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:16:57,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:16:57,528 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:16:57 GMT Server: Apache x-openstack-request-id: req-86419292-17ec-4612-88f6-cedd2b51e6e4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:16:57,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:16:57 GMT Server: Apache x-openstack-request-id: req-2db412e3-14f9-45a4-874a-e3cbc2c6cb88 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:16:57,569 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2db412e3-14f9-45a4-874a-e3cbc2c6cb88 2018-08-27 15:16:57,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718951225281s 2018-08-27 15:16:57,570 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2db412e3-14f9-45a4-874a-e3cbc2c6cb88 2018-08-27 15:16:57,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:16:57,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:16:57,600 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:16:57 GMT Server: Apache x-openstack-request-id: req-7ae09dca-d88c-4e44-a565-53ea6a9a0ee0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:16:57,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:16:57 GMT Server: Apache x-openstack-request-id: req-7bc1a3ef-8e90-4494-a7b4-61a07332731f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:16:57,642 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-7bc1a3ef-8e90-4494-a7b4-61a07332731f 2018-08-27 15:16:57,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0714981555939s 2018-08-27 15:16:57,642 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-7bc1a3ef-8e90-4494-a7b4-61a07332731f 2018-08-27 15:17:02,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:17:02,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:17:02,679 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:17:02 GMT Server: Apache x-openstack-request-id: req-7cd99cbc-cfb5-4da7-9689-68ca7262cdb1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:17:02,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:17:02 GMT Server: Apache x-openstack-request-id: req-2faf0d16-9687-45cc-8293-f9d3bdb54ea6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:17:02,721 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2faf0d16-9687-45cc-8293-f9d3bdb54ea6 2018-08-27 15:17:02,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720238685608s 2018-08-27 15:17:02,721 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-2faf0d16-9687-45cc-8293-f9d3bdb54ea6 2018-08-27 15:17:07,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:17:07,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:17:07,759 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:17:07 GMT Server: Apache x-openstack-request-id: req-e553a747-2eb3-4b37-9fab-0c42bc4707ec Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:17:07,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:17:07 GMT Server: Apache x-openstack-request-id: req-23fbfe7d-b481-46ad-91b1-00872bb5da53 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:17:07,800 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-23fbfe7d-b481-46ad-91b1-00872bb5da53 2018-08-27 15:17:07,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729291439056s 2018-08-27 15:17:07,801 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-23fbfe7d-b481-46ad-91b1-00872bb5da53 2018-08-27 15:17:07,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:17:07,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:17:08,074 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:17:07 GMT Server: Apache x-openstack-request-id: req-8a427ac4-d375-4d6e-b726-33142c5496d2 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:17:08,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:17:08 GMT Server: Apache x-openstack-request-id: req-819533e4-eeab-4f7a-a49b-75748aea4d54 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:17:08,116 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-819533e4-eeab-4f7a-a49b-75748aea4d54 2018-08-27 15:17:08,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.31543803215s 2018-08-27 15:17:08,117 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-819533e4-eeab-4f7a-a49b-75748aea4d54 2018-08-27 15:17:13,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:17:13,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:17:13,154 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:17:13 GMT Server: Apache x-openstack-request-id: req-360fcf91-7009-48f9-a8d0-32ab3f541532 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:17:13,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:17:13 GMT Server: Apache x-openstack-request-id: req-d3a13327-263f-48c3-805f-01c92185483b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:17:13,197 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d3a13327-263f-48c3-805f-01c92185483b 2018-08-27 15:17:13,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735008716583s 2018-08-27 15:17:13,198 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d3a13327-263f-48c3-805f-01c92185483b 2018-08-27 15:17:18,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:17:18,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:17:18,234 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:17:18 GMT Server: Apache x-openstack-request-id: req-e3b0b743-f2f3-4ae5-a486-cf0d5cbdee80 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:17:18,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:17:18 GMT Server: Apache x-openstack-request-id: req-7b0a497f-109c-422f-9d77-5ce95763f8d0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:17:18,534 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7b0a497f-109c-422f-9d77-5ce95763f8d0 2018-08-27 15:17:18,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.330760955811s 2018-08-27 15:17:18,535 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7b0a497f-109c-422f-9d77-5ce95763f8d0 2018-08-27 15:17:18,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:17:18,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:17:18,566 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:17:18 GMT Server: Apache x-openstack-request-id: req-15c7706f-fa70-4b42-aabb-35358cd5a967 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:17:18,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:17:18 GMT Server: Apache x-openstack-request-id: req-c78e4c64-b4ac-47f1-b8a9-d1df1b2fcf5d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:17:18,610 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c78e4c64-b4ac-47f1-b8a9-d1df1b2fcf5d 2018-08-27 15:17:18,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0746200084686s 2018-08-27 15:17:18,610 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c78e4c64-b4ac-47f1-b8a9-d1df1b2fcf5d 2018-08-27 15:17:23,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:17:23,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:17:23,647 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:17:23 GMT Server: Apache x-openstack-request-id: req-dbc18515-444a-4c84-aa4c-9d442b20fee3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:17:23,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:17:23 GMT Server: Apache x-openstack-request-id: req-8ebef727-6092-422e-a0bb-c9b5e7cf3dcb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:17:23,688 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8ebef727-6092-422e-a0bb-c9b5e7cf3dcb 2018-08-27 15:17:23,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714681148529s 2018-08-27 15:17:23,689 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8ebef727-6092-422e-a0bb-c9b5e7cf3dcb 2018-08-27 15:17:28,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:17:28,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:17:28,724 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:17:28 GMT Server: Apache x-openstack-request-id: req-58b47855-852d-49e1-90f9-7000274bc1e9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:17:28,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:17:28 GMT Server: Apache x-openstack-request-id: req-c3275074-2952-48f7-ac0b-8d5c421cfb5a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:17:28,766 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c3275074-2952-48f7-ac0b-8d5c421cfb5a 2018-08-27 15:17:28,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744709968567s 2018-08-27 15:17:28,766 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c3275074-2952-48f7-ac0b-8d5c421cfb5a 2018-08-27 15:17:28,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:17:28,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:17:28,795 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:17:28 GMT Server: Apache x-openstack-request-id: req-f15265c7-728f-4c09-aba4-6ce431eab9fe Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:17:28,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:17:28 GMT Server: Apache x-openstack-request-id: req-947a1f9f-944c-451d-bd7e-836f1338e5ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:17:28,838 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-947a1f9f-944c-451d-bd7e-836f1338e5ff 2018-08-27 15:17:28,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0716078281403s 2018-08-27 15:17:28,839 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-947a1f9f-944c-451d-bd7e-836f1338e5ff 2018-08-27 15:17:33,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:17:33,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:17:33,875 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:17:33 GMT Server: Apache x-openstack-request-id: req-20d40c4d-3155-4337-8864-1ffdd50d7adf Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:17:33,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:17:33 GMT Server: Apache x-openstack-request-id: req-40da3a69-c2d8-44b9-bb58-e04d3a8cae05 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:17:33,919 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-40da3a69-c2d8-44b9-bb58-e04d3a8cae05 2018-08-27 15:17:33,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740649700165s 2018-08-27 15:17:33,920 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-40da3a69-c2d8-44b9-bb58-e04d3a8cae05 2018-08-27 15:17:38,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:17:38,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:17:38,956 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:17:38 GMT Server: Apache x-openstack-request-id: req-c3fcd1bb-f3bf-491b-8e93-54132e7fee67 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:17:39,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:17:38 GMT Server: Apache x-openstack-request-id: req-a73abef5-2ded-4361-937d-17b0402c985d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:17:39,000 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a73abef5-2ded-4361-937d-17b0402c985d 2018-08-27 15:17:39,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744678974152s 2018-08-27 15:17:39,001 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a73abef5-2ded-4361-937d-17b0402c985d 2018-08-27 15:17:39,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:17:39,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:17:39,033 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:17:38 GMT Server: Apache x-openstack-request-id: req-a3daa594-892b-4429-a830-05dca6c68052 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:17:39,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:17:39 GMT Server: Apache x-openstack-request-id: req-ab89fa25-afc9-44ea-ab16-9c5d829ab04b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:17:39,076 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ab89fa25-afc9-44ea-ab16-9c5d829ab04b 2018-08-27 15:17:39,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0743210315704s 2018-08-27 15:17:39,076 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-ab89fa25-afc9-44ea-ab16-9c5d829ab04b 2018-08-27 15:17:44,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:17:44,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:17:44,129 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:17:44 GMT Server: Apache x-openstack-request-id: req-1701d06c-85c2-4f4c-96d1-eb937ece6404 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:17:44,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:17:44 GMT Server: Apache x-openstack-request-id: req-4462abde-f86e-4f78-8bea-233c4c45f22a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:17:44,171 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4462abde-f86e-4f78-8bea-233c4c45f22a 2018-08-27 15:17:44,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0885338783264s 2018-08-27 15:17:44,172 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4462abde-f86e-4f78-8bea-233c4c45f22a 2018-08-27 15:17:49,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:17:49,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:17:49,224 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:17:49 GMT Server: Apache x-openstack-request-id: req-6f5d09fe-6d04-4a13-a978-99049d850815 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:17:49,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:17:49 GMT Server: Apache x-openstack-request-id: req-8c508a33-89d9-49fe-b768-2098dfaead67 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:17:49,543 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8c508a33-89d9-49fe-b768-2098dfaead67 2018-08-27 15:17:49,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.365203142166s 2018-08-27 15:17:49,543 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8c508a33-89d9-49fe-b768-2098dfaead67 2018-08-27 15:17:49,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:17:49,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:17:49,592 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:17:49 GMT Server: Apache x-openstack-request-id: req-c661d433-8411-43b9-808d-14caa2bbfd8b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:17:49,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:17:49 GMT Server: Apache x-openstack-request-id: req-3a483fcb-7192-45fd-82aa-c4c8dfbcd492 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:17:49,634 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3a483fcb-7192-45fd-82aa-c4c8dfbcd492 2018-08-27 15:17:49,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.089949131012s 2018-08-27 15:17:49,634 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3a483fcb-7192-45fd-82aa-c4c8dfbcd492 2018-08-27 15:17:54,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:17:54,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:17:54,671 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:17:54 GMT Server: Apache x-openstack-request-id: req-ac2f35c0-b35b-4273-980e-7a04a6ec941b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:17:54,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:17:54 GMT Server: Apache x-openstack-request-id: req-329fe6c0-b084-4606-a8a1-c51454141cb4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:17:54,712 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-329fe6c0-b084-4606-a8a1-c51454141cb4 2018-08-27 15:17:54,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715229511261s 2018-08-27 15:17:54,714 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-329fe6c0-b084-4606-a8a1-c51454141cb4 2018-08-27 15:17:59,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:17:59,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:17:59,752 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:17:59 GMT Server: Apache x-openstack-request-id: req-c2adb985-e038-4097-b44b-8603710f26b8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:17:59,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:17:59 GMT Server: Apache x-openstack-request-id: req-340a1b9a-3313-4aa9-b2f9-a55347858358 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:17:59,794 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-340a1b9a-3313-4aa9-b2f9-a55347858358 2018-08-27 15:17:59,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739510059357s 2018-08-27 15:17:59,794 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-340a1b9a-3313-4aa9-b2f9-a55347858358 2018-08-27 15:17:59,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:17:59,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:17:59,823 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:17:59 GMT Server: Apache x-openstack-request-id: req-9e239148-5bc8-42d3-b135-7fe96f895580 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:18:00,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:17:59 GMT Server: Apache x-openstack-request-id: req-511cb8b9-4dab-400e-b373-809a8ef6fc5a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:18:00,122 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-511cb8b9-4dab-400e-b373-809a8ef6fc5a 2018-08-27 15:18:00,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.3269739151s 2018-08-27 15:18:00,122 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-511cb8b9-4dab-400e-b373-809a8ef6fc5a 2018-08-27 15:18:05,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:18:05,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:18:05,160 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:18:05 GMT Server: Apache x-openstack-request-id: req-89d6a483-8977-4d47-8af1-81acb413fb1a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:18:05,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:18:05 GMT Server: Apache x-openstack-request-id: req-3c911307-cd23-4051-b38c-8f3daa70c436 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:18:05,203 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3c911307-cd23-4051-b38c-8f3daa70c436 2018-08-27 15:18:05,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746901035309s 2018-08-27 15:18:05,204 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3c911307-cd23-4051-b38c-8f3daa70c436 2018-08-27 15:18:10,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:18:10,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:18:10,239 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:18:10 GMT Server: Apache x-openstack-request-id: req-b5131348-0725-4bca-8e58-d1b3b1b56f9f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:18:10,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:18:10 GMT Server: Apache x-openstack-request-id: req-6a87ea50-67d1-4977-880c-8cd69b06e2d0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:18:10,281 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6a87ea50-67d1-4977-880c-8cd69b06e2d0 2018-08-27 15:18:10,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718278884888s 2018-08-27 15:18:10,282 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6a87ea50-67d1-4977-880c-8cd69b06e2d0 2018-08-27 15:18:10,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:18:10,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:18:10,588 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:18:10 GMT Server: Apache x-openstack-request-id: req-54040dfa-9b4e-4d5c-9c11-2bb9c2c958c9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:18:10,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:18:10 GMT Server: Apache x-openstack-request-id: req-3888ad65-739a-4d42-95cd-84bde557474d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:18:10,631 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3888ad65-739a-4d42-95cd-84bde557474d 2018-08-27 15:18:10,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.348873138428s 2018-08-27 15:18:10,632 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3888ad65-739a-4d42-95cd-84bde557474d 2018-08-27 15:18:15,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:18:15,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:18:15,668 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:18:15 GMT Server: Apache x-openstack-request-id: req-90c2ae13-3f9a-40fd-98f0-86aaef9218a0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:18:15,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:18:15 GMT Server: Apache x-openstack-request-id: req-a92bb405-4fe5-44dd-b8aa-d6ed551c65d2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:18:15,712 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a92bb405-4fe5-44dd-b8aa-d6ed551c65d2 2018-08-27 15:18:15,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732250213623s 2018-08-27 15:18:15,712 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a92bb405-4fe5-44dd-b8aa-d6ed551c65d2 2018-08-27 15:18:20,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:18:20,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:18:20,748 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:18:20 GMT Server: Apache x-openstack-request-id: req-3ff2d957-7a07-4a8c-b36c-10c79b841a97 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:18:20,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:18:20 GMT Server: Apache x-openstack-request-id: req-b9cdef22-fff4-4e3d-a43b-70d8daa4c896 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:18:20,790 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b9cdef22-fff4-4e3d-a43b-70d8daa4c896 2018-08-27 15:18:20,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725681781769s 2018-08-27 15:18:20,791 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b9cdef22-fff4-4e3d-a43b-70d8daa4c896 2018-08-27 15:18:20,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:18:20,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:18:20,821 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:18:20 GMT Server: Apache x-openstack-request-id: req-a51853f3-e908-46a7-8ff0-f8f40b3de25c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:18:20,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:18:20 GMT Server: Apache x-openstack-request-id: req-80e61844-6da5-4438-ae71-1a796c4dc9be Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:18:20,863 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-80e61844-6da5-4438-ae71-1a796c4dc9be 2018-08-27 15:18:20,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0714650154114s 2018-08-27 15:18:20,863 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-80e61844-6da5-4438-ae71-1a796c4dc9be 2018-08-27 15:18:25,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:18:25,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:18:25,900 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:18:25 GMT Server: Apache x-openstack-request-id: req-7caed285-6ce8-44b8-b8b6-96ee82bbbfd7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:18:25,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:18:25 GMT Server: Apache x-openstack-request-id: req-58fe2edb-834b-40a6-89fc-7862ddb8db2b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:18:25,942 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-58fe2edb-834b-40a6-89fc-7862ddb8db2b 2018-08-27 15:18:25,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719790458679s 2018-08-27 15:18:25,942 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-58fe2edb-834b-40a6-89fc-7862ddb8db2b 2018-08-27 15:18:30,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:18:30,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:18:30,974 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:18:30 GMT Server: Apache x-openstack-request-id: req-38223c74-bde9-4b64-813d-19aaf7523ca7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:18:31,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:18:30 GMT Server: Apache x-openstack-request-id: req-401b609d-6619-4eab-b945-f8fb3fbe3f99 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:18:31,016 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-401b609d-6619-4eab-b945-f8fb3fbe3f99 2018-08-27 15:18:31,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724749565125s 2018-08-27 15:18:31,016 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-401b609d-6619-4eab-b945-f8fb3fbe3f99 2018-08-27 15:18:31,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:18:31,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:18:31,044 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:18:30 GMT Server: Apache x-openstack-request-id: req-388d5649-cdf0-4e23-81a2-d023cf9ac955 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:18:31,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:18:31 GMT Server: Apache x-openstack-request-id: req-e7424792-1f16-4af9-a94e-f34b5b8111b9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:18:31,085 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e7424792-1f16-4af9-a94e-f34b5b8111b9 2018-08-27 15:18:31,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0686640739441s 2018-08-27 15:18:31,086 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-e7424792-1f16-4af9-a94e-f34b5b8111b9 2018-08-27 15:18:36,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:18:36,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:18:36,123 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:18:36 GMT Server: Apache x-openstack-request-id: req-f73f5d6d-7bb5-43d3-95ee-c2bec399d6cf Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:18:36,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:18:36 GMT Server: Apache x-openstack-request-id: req-27b1e4a0-cb2a-4a83-b20a-1a60a92ce357 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:18:36,196 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-27b1e4a0-cb2a-4a83-b20a-1a60a92ce357 2018-08-27 15:18:36,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.103852033615s 2018-08-27 15:18:36,197 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-27b1e4a0-cb2a-4a83-b20a-1a60a92ce357 2018-08-27 15:18:41,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:18:41,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:18:41,594 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:18:41 GMT Server: Apache x-openstack-request-id: req-08fd0046-4cc6-4e2e-9dc3-21c47d0fb1bf Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:18:41,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:18:41 GMT Server: Apache x-openstack-request-id: req-db923d5c-75a2-41d8-a04c-2f8755beac18 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:18:41,636 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-db923d5c-75a2-41d8-a04c-2f8755beac18 2018-08-27 15:18:41,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.433145046234s 2018-08-27 15:18:41,636 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-db923d5c-75a2-41d8-a04c-2f8755beac18 2018-08-27 15:18:41,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:18:41,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:18:41,666 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:18:41 GMT Server: Apache x-openstack-request-id: req-cf2d18a6-333f-411c-b1b2-a543485d2e76 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:18:41,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:18:41 GMT Server: Apache x-openstack-request-id: req-75811923-05ac-4714-b642-88caafed61fb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:18:41,979 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-75811923-05ac-4714-b642-88caafed61fb 2018-08-27 15:18:41,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.342638015747s 2018-08-27 15:18:41,980 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-75811923-05ac-4714-b642-88caafed61fb 2018-08-27 15:18:46,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:18:46,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:18:47,017 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:18:46 GMT Server: Apache x-openstack-request-id: req-7867be9d-e504-41bb-9387-39e9aac128f1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:18:47,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:18:46 GMT Server: Apache x-openstack-request-id: req-d2f7244e-5bd5-41c1-a0c8-633d216a9e18 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:18:47,353 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d2f7244e-5bd5-41c1-a0c8-633d216a9e18 2018-08-27 15:18:47,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.367235898972s 2018-08-27 15:18:47,353 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d2f7244e-5bd5-41c1-a0c8-633d216a9e18 2018-08-27 15:18:52,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:18:52,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:18:52,389 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:18:52 GMT Server: Apache x-openstack-request-id: req-3ff5e87c-3891-4841-9303-4b05c7a8aa70 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:18:52,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:18:52 GMT Server: Apache x-openstack-request-id: req-3494bbb8-424c-4be8-9b0d-b028cf30175b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:18:52,430 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3494bbb8-424c-4be8-9b0d-b028cf30175b 2018-08-27 15:18:52,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712900161743s 2018-08-27 15:18:52,431 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3494bbb8-424c-4be8-9b0d-b028cf30175b 2018-08-27 15:18:52,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:18:52,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:18:52,709 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:18:52 GMT Server: Apache x-openstack-request-id: req-ca003753-b640-41b4-b6dd-e150f5b18182 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:18:52,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:18:52 GMT Server: Apache x-openstack-request-id: req-9499f04a-1024-4980-a49d-49292a12d1ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:18:52,750 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-9499f04a-1024-4980-a49d-49292a12d1ff 2018-08-27 15:18:52,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.318797111511s 2018-08-27 15:18:52,751 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-9499f04a-1024-4980-a49d-49292a12d1ff 2018-08-27 15:18:57,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:18:57,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:18:57,784 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:18:57 GMT Server: Apache x-openstack-request-id: req-0ebd739e-2a99-48c9-9c05-f58d578b201f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:18:57,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:18:57 GMT Server: Apache x-openstack-request-id: req-05231fff-c0e3-458b-90bd-565dd0b1aa6a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:18:57,826 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-05231fff-c0e3-458b-90bd-565dd0b1aa6a 2018-08-27 15:18:57,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713968276978s 2018-08-27 15:18:57,826 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-05231fff-c0e3-458b-90bd-565dd0b1aa6a 2018-08-27 15:19:02,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:19:02,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:19:02,860 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:19:02 GMT Server: Apache x-openstack-request-id: req-f3060856-be1a-4f3a-aaa8-0a7620e6cec8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:19:02,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:19:02 GMT Server: Apache x-openstack-request-id: req-0cc3fdfc-0b78-4fbd-87b3-8817eb4d39ab Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:19:02,902 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0cc3fdfc-0b78-4fbd-87b3-8817eb4d39ab 2018-08-27 15:19:02,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713741779327s 2018-08-27 15:19:02,902 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0cc3fdfc-0b78-4fbd-87b3-8817eb4d39ab 2018-08-27 15:19:02,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:19:02,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:19:02,932 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:19:02 GMT Server: Apache x-openstack-request-id: req-ee1a3035-84fd-4d71-8717-cdf6be23e392 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:19:02,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:19:02 GMT Server: Apache x-openstack-request-id: req-4a901f40-5d4e-4947-984f-28f2f94fdcff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:19:02,974 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-4a901f40-5d4e-4947-984f-28f2f94fdcff 2018-08-27 15:19:02,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0711550712585s 2018-08-27 15:19:02,974 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-4a901f40-5d4e-4947-984f-28f2f94fdcff 2018-08-27 15:19:07,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:19:07,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:19:08,011 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:19:07 GMT Server: Apache x-openstack-request-id: req-72389e67-9b32-4b4a-899b-83e94254b63c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:19:08,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:19:07 GMT Server: Apache x-openstack-request-id: req-c9af7d62-aa58-4e09-91f4-5adaa2211c50 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:19:08,054 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c9af7d62-aa58-4e09-91f4-5adaa2211c50 2018-08-27 15:19:08,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728831291199s 2018-08-27 15:19:08,054 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c9af7d62-aa58-4e09-91f4-5adaa2211c50 2018-08-27 15:19:13,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:19:13,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:19:13,089 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:19:13 GMT Server: Apache x-openstack-request-id: req-cf498954-a647-4fda-b278-b43877efdbeb Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:19:13,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:19:13 GMT Server: Apache x-openstack-request-id: req-0e643f4f-ec70-4afe-b232-ac57197c22c8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:19:13,130 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0e643f4f-ec70-4afe-b232-ac57197c22c8 2018-08-27 15:19:13,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0706830024719s 2018-08-27 15:19:13,131 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0e643f4f-ec70-4afe-b232-ac57197c22c8 2018-08-27 15:19:13,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:19:13,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:19:13,418 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:19:13 GMT Server: Apache x-openstack-request-id: req-0bc9a43d-79d4-4e9f-a620-d613a1bb77b4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:19:13,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:19:13 GMT Server: Apache x-openstack-request-id: req-c070ede4-b335-4f94-84b1-b113eb3662cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:19:13,459 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c070ede4-b335-4f94-84b1-b113eb3662cb 2018-08-27 15:19:13,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.327668190002s 2018-08-27 15:19:13,460 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c070ede4-b335-4f94-84b1-b113eb3662cb 2018-08-27 15:19:18,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:19:18,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:19:18,498 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:19:18 GMT Server: Apache x-openstack-request-id: req-cc78c4fd-fd0d-48a9-b9b1-5530cf0cb853 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:19:18,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:19:18 GMT Server: Apache x-openstack-request-id: req-7d5e6043-258b-4d7e-8eb7-846861b80480 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:19:18,540 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7d5e6043-258b-4d7e-8eb7-846861b80480 2018-08-27 15:19:18,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734732151031s 2018-08-27 15:19:18,540 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7d5e6043-258b-4d7e-8eb7-846861b80480 2018-08-27 15:19:23,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:19:23,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:19:23,576 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:19:23 GMT Server: Apache x-openstack-request-id: req-69894e2a-f13b-41bb-b993-82c94cbc7371 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:19:23,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:19:23 GMT Server: Apache x-openstack-request-id: req-a6e419a9-3a96-4bcf-864a-b0604faf84e1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:19:23,617 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a6e419a9-3a96-4bcf-864a-b0604faf84e1 2018-08-27 15:19:23,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713438987732s 2018-08-27 15:19:23,618 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a6e419a9-3a96-4bcf-864a-b0604faf84e1 2018-08-27 15:19:23,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:19:23,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:19:23,647 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:19:23 GMT Server: Apache x-openstack-request-id: req-9295250e-03aa-495a-a599-7508eb9011d6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:19:23,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:19:23 GMT Server: Apache x-openstack-request-id: req-f342fa8e-f8db-4f05-9c40-085f1ca33bdd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:19:23,690 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-f342fa8e-f8db-4f05-9c40-085f1ca33bdd 2018-08-27 15:19:23,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0713818073273s 2018-08-27 15:19:23,690 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-f342fa8e-f8db-4f05-9c40-085f1ca33bdd 2018-08-27 15:19:28,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:19:28,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:19:28,725 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:19:28 GMT Server: Apache x-openstack-request-id: req-749d45f1-ddd6-443d-9fce-626bf11c0c09 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:19:29,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:19:28 GMT Server: Apache x-openstack-request-id: req-b9617bfa-874b-430f-afb8-61850f60c09f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:19:29,035 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b9617bfa-874b-430f-afb8-61850f60c09f 2018-08-27 15:19:29,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.341808080673s 2018-08-27 15:19:29,035 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b9617bfa-874b-430f-afb8-61850f60c09f 2018-08-27 15:19:34,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:19:34,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:19:34,071 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:19:34 GMT Server: Apache x-openstack-request-id: req-2fa49e06-3e5c-41d8-aaeb-82875203dc87 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:19:34,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:19:34 GMT Server: Apache x-openstack-request-id: req-6eb7f48d-8869-4350-9d71-34b071eac9bf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:19:34,113 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6eb7f48d-8869-4350-9d71-34b071eac9bf 2018-08-27 15:19:34,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717351436615s 2018-08-27 15:19:34,113 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6eb7f48d-8869-4350-9d71-34b071eac9bf 2018-08-27 15:19:34,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:19:34,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:19:34,142 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:19:34 GMT Server: Apache x-openstack-request-id: req-d4053180-48e6-4a12-809c-da2b311fdf0e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:19:34,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:19:34 GMT Server: Apache x-openstack-request-id: req-9aeb7533-eec7-4ad1-9024-0ac96d778395 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:19:34,184 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-9aeb7533-eec7-4ad1-9024-0ac96d778395 2018-08-27 15:19:34,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0710499286652s 2018-08-27 15:19:34,185 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-9aeb7533-eec7-4ad1-9024-0ac96d778395 2018-08-27 15:19:39,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:19:39,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:19:39,222 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:19:39 GMT Server: Apache x-openstack-request-id: req-00c3330d-8f18-4062-bf76-b78a317f6248 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:19:39,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:19:39 GMT Server: Apache x-openstack-request-id: req-6fc47e38-b4a7-4371-9365-8c596602464a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:19:39,266 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6fc47e38-b4a7-4371-9365-8c596602464a 2018-08-27 15:19:39,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074159860611s 2018-08-27 15:19:39,266 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6fc47e38-b4a7-4371-9365-8c596602464a 2018-08-27 15:19:44,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:19:44,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:19:44,303 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:19:44 GMT Server: Apache x-openstack-request-id: req-a468f319-0196-4be8-9147-35ecf2c61505 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:19:44,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:19:44 GMT Server: Apache x-openstack-request-id: req-89239d0b-bc3a-4199-9a37-a45b04dd8136 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:19:44,344 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-89239d0b-bc3a-4199-9a37-a45b04dd8136 2018-08-27 15:19:44,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719771385193s 2018-08-27 15:19:44,344 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-89239d0b-bc3a-4199-9a37-a45b04dd8136 2018-08-27 15:19:44,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:19:44,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:19:44,373 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:19:44 GMT Server: Apache x-openstack-request-id: req-378e2e26-6f42-4b85-b1bc-99452bb2502e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:19:44,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:19:44 GMT Server: Apache x-openstack-request-id: req-3101ea64-e3a8-437e-a8b4-6094be084947 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:19:44,417 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3101ea64-e3a8-437e-a8b4-6094be084947 2018-08-27 15:19:44,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0718791484833s 2018-08-27 15:19:44,417 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-3101ea64-e3a8-437e-a8b4-6094be084947 2018-08-27 15:19:49,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:19:49,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:19:49,455 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:19:49 GMT Server: Apache x-openstack-request-id: req-c16fcb85-0251-43ae-981e-0f6443f381c0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:19:49,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:19:49 GMT Server: Apache x-openstack-request-id: req-46cca9f6-83b7-4be3-b5e8-8a82e2337c30 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:19:49,499 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-46cca9f6-83b7-4be3-b5e8-8a82e2337c30 2018-08-27 15:19:49,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0748801231384s 2018-08-27 15:19:49,499 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-46cca9f6-83b7-4be3-b5e8-8a82e2337c30 2018-08-27 15:19:54,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:19:54,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:19:54,531 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:19:54 GMT Server: Apache x-openstack-request-id: req-e6e66f70-41c1-40fc-8835-344579b7eea5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:19:54,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:19:54 GMT Server: Apache x-openstack-request-id: req-63a498ab-6ace-4a8c-babb-ecd5fc0e42ee Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:19:54,573 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-63a498ab-6ace-4a8c-babb-ecd5fc0e42ee 2018-08-27 15:19:54,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722651481628s 2018-08-27 15:19:54,573 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-63a498ab-6ace-4a8c-babb-ecd5fc0e42ee 2018-08-27 15:19:54,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:19:54,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:19:54,619 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:19:54 GMT Server: Apache x-openstack-request-id: req-56838b77-21b0-44ef-8a56-9091184f38db Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:19:54,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:19:54 GMT Server: Apache x-openstack-request-id: req-988b78b8-4790-4519-a095-126d46416e53 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:19:54,661 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-988b78b8-4790-4519-a095-126d46416e53 2018-08-27 15:19:54,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0874807834625s 2018-08-27 15:19:54,662 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-988b78b8-4790-4519-a095-126d46416e53 2018-08-27 15:19:59,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:19:59,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:19:59,701 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:19:59 GMT Server: Apache x-openstack-request-id: req-322df574-8aba-4612-aa41-cbd8cb241cfe Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:19:59,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:19:59 GMT Server: Apache x-openstack-request-id: req-87f3b78b-0170-41a6-b3cf-6a449083d375 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:19:59,742 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-87f3b78b-0170-41a6-b3cf-6a449083d375 2018-08-27 15:19:59,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739190578461s 2018-08-27 15:19:59,743 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-87f3b78b-0170-41a6-b3cf-6a449083d375 2018-08-27 15:20:04,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:20:04,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:20:04,778 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:20:04 GMT Server: Apache x-openstack-request-id: req-7b0b4f89-368c-41d8-abdc-f7055eb8addb Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:20:05,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:20:04 GMT Server: Apache x-openstack-request-id: req-a9b2f0ef-6c67-41f7-8af2-1aa9a1fab8d9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:20:05,074 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a9b2f0ef-6c67-41f7-8af2-1aa9a1fab8d9 2018-08-27 15:20:05,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.325469970703s 2018-08-27 15:20:05,075 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a9b2f0ef-6c67-41f7-8af2-1aa9a1fab8d9 2018-08-27 15:20:05,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:20:05,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:20:05,359 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:20:05 GMT Server: Apache x-openstack-request-id: req-340e9a26-dc43-4c55-a060-72b54097446d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:20:05,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:20:05 GMT Server: Apache x-openstack-request-id: req-6b467692-0a98-44be-bed8-23ab60a1992c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:20:05,648 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6b467692-0a98-44be-bed8-23ab60a1992c 2018-08-27 15:20:05,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.572699069977s 2018-08-27 15:20:05,648 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6b467692-0a98-44be-bed8-23ab60a1992c 2018-08-27 15:20:10,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:20:10,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:20:10,952 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:20:10 GMT Server: Apache x-openstack-request-id: req-6ea9194c-2dc2-4018-91cb-3127007d84ba Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:20:10,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:20:10 GMT Server: Apache x-openstack-request-id: req-cb6f6b79-c03d-4a2c-94c0-da59258f0b39 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:20:10,994 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-cb6f6b79-c03d-4a2c-94c0-da59258f0b39 2018-08-27 15:20:10,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.338484048843s 2018-08-27 15:20:10,994 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-cb6f6b79-c03d-4a2c-94c0-da59258f0b39 2018-08-27 15:20:16,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:20:16,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:20:16,325 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:20:16 GMT Server: Apache x-openstack-request-id: req-9df53929-a20f-4621-b072-4006481492c5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:20:16,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:20:16 GMT Server: Apache x-openstack-request-id: req-182b7a7a-df29-4ce2-b3ce-9f6acd8abb8c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:20:16,366 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-182b7a7a-df29-4ce2-b3ce-9f6acd8abb8c 2018-08-27 15:20:16,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.366567134857s 2018-08-27 15:20:16,367 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-182b7a7a-df29-4ce2-b3ce-9f6acd8abb8c 2018-08-27 15:20:16,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:20:16,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:20:16,397 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:20:16 GMT Server: Apache x-openstack-request-id: req-614e96fd-4188-4d6f-890f-eec7ca0380f0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:20:16,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:20:16 GMT Server: Apache x-openstack-request-id: req-b9ca253e-442e-428f-8a02-7dead1d02974 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:20:16,440 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b9ca253e-442e-428f-8a02-7dead1d02974 2018-08-27 15:20:16,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0725688934326s 2018-08-27 15:20:16,440 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b9ca253e-442e-428f-8a02-7dead1d02974 2018-08-27 15:20:21,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:20:21,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:20:21,752 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:20:21 GMT Server: Apache x-openstack-request-id: req-b10e5dc3-bb0e-4174-a882-3742179dbbc7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:20:21,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:20:21 GMT Server: Apache x-openstack-request-id: req-1b1892b6-a4c7-4eb5-86cb-2785d805de20 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:20:21,796 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1b1892b6-a4c7-4eb5-86cb-2785d805de20 2018-08-27 15:20:21,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.348857879639s 2018-08-27 15:20:21,796 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1b1892b6-a4c7-4eb5-86cb-2785d805de20 2018-08-27 15:20:26,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:20:26,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:20:26,832 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:20:26 GMT Server: Apache x-openstack-request-id: req-17c72a78-d03c-46bd-93e5-dc73dc6fd923 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:20:26,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:20:26 GMT Server: Apache x-openstack-request-id: req-5ab8d04f-cee4-4c30-b0c4-06809b3838c9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:20:26,875 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5ab8d04f-cee4-4c30-b0c4-06809b3838c9 2018-08-27 15:20:26,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725190639496s 2018-08-27 15:20:26,875 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5ab8d04f-cee4-4c30-b0c4-06809b3838c9 2018-08-27 15:20:26,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:20:26,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:20:26,905 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:20:26 GMT Server: Apache x-openstack-request-id: req-85ee1110-bbe1-4166-a56c-2d1cdd04726a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:20:27,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:20:26 GMT Server: Apache x-openstack-request-id: req-f587f326-287d-4636-a6cb-95401078323d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:20:27,313 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-f587f326-287d-4636-a6cb-95401078323d 2018-08-27 15:20:27,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.437532901764s 2018-08-27 15:20:27,314 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-f587f326-287d-4636-a6cb-95401078323d 2018-08-27 15:20:32,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:20:32,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:20:32,637 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:20:32 GMT Server: Apache x-openstack-request-id: req-3a0f4db1-fb3c-499b-968f-afa20b9f3c75 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:20:32,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:20:32 GMT Server: Apache x-openstack-request-id: req-ecb6ae58-730c-445f-957c-ecfb510096aa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:20:32,964 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ecb6ae58-730c-445f-957c-ecfb510096aa 2018-08-27 15:20:32,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.643866062164s 2018-08-27 15:20:32,965 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ecb6ae58-730c-445f-957c-ecfb510096aa 2018-08-27 15:20:37,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:20:37,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:20:38,016 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:20:37 GMT Server: Apache x-openstack-request-id: req-6c68fc87-ba13-40a8-b16e-4d9ffed43305 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:20:38,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:20:38 GMT Server: Apache x-openstack-request-id: req-68c3e89b-7f39-4f04-aed6-f119fd000fbd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:20:38,058 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-68c3e89b-7f39-4f04-aed6-f119fd000fbd 2018-08-27 15:20:38,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0886759757996s 2018-08-27 15:20:38,058 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-68c3e89b-7f39-4f04-aed6-f119fd000fbd 2018-08-27 15:20:38,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:20:38,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:20:38,357 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:20:38 GMT Server: Apache x-openstack-request-id: req-16cc34c5-f759-470b-b8e4-a8e6ae8f0af0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:20:38,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:20:38 GMT Server: Apache x-openstack-request-id: req-a8282111-b61b-4510-8a9f-980cca46081b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:20:38,399 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a8282111-b61b-4510-8a9f-980cca46081b 2018-08-27 15:20:38,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.340624809265s 2018-08-27 15:20:38,400 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a8282111-b61b-4510-8a9f-980cca46081b 2018-08-27 15:20:43,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:20:43,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:20:43,715 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:20:43 GMT Server: Apache x-openstack-request-id: req-5f96b151-91c0-4125-93c4-fed629b69823 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:20:43,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:20:43 GMT Server: Apache x-openstack-request-id: req-b7844609-25df-4bca-97ca-15341f6715bd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:20:43,757 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b7844609-25df-4bca-97ca-15341f6715bd 2018-08-27 15:20:43,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.350800991058s 2018-08-27 15:20:43,758 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b7844609-25df-4bca-97ca-15341f6715bd 2018-08-27 15:20:48,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:20:48,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:20:48,807 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:20:48 GMT Server: Apache x-openstack-request-id: req-297ace29-c875-442b-8b9e-5416881f7bb6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:20:48,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:20:48 GMT Server: Apache x-openstack-request-id: req-31f07549-80dc-4b75-81e7-8f1101cb0abb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:20:48,852 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-31f07549-80dc-4b75-81e7-8f1101cb0abb 2018-08-27 15:20:48,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0906338691711s 2018-08-27 15:20:48,852 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-31f07549-80dc-4b75-81e7-8f1101cb0abb 2018-08-27 15:20:48,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:20:48,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:20:48,897 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:20:48 GMT Server: Apache x-openstack-request-id: req-40288af1-04e4-42c1-9fe5-b0308dbaafa5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:20:48,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:20:48 GMT Server: Apache x-openstack-request-id: req-a6be7941-7f53-4d63-a7a0-24e74bf72c0b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:20:48,939 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a6be7941-7f53-4d63-a7a0-24e74bf72c0b 2018-08-27 15:20:48,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0864651203156s 2018-08-27 15:20:48,939 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a6be7941-7f53-4d63-a7a0-24e74bf72c0b 2018-08-27 15:20:53,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:20:53,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:20:53,992 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:20:53 GMT Server: Apache x-openstack-request-id: req-82dbcdfb-ab03-4ec9-898a-e990aaa46221 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:20:54,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:20:53 GMT Server: Apache x-openstack-request-id: req-0b9d1d47-92d6-4a4c-b07c-4d8948a98a2a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:20:54,309 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0b9d1d47-92d6-4a4c-b07c-4d8948a98a2a 2018-08-27 15:20:54,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.3624958992s 2018-08-27 15:20:54,309 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0b9d1d47-92d6-4a4c-b07c-4d8948a98a2a 2018-08-27 15:20:59,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:20:59,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:20:59,596 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:20:59 GMT Server: Apache x-openstack-request-id: req-0ca85cdf-0766-40d6-bae0-40dd2619934c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:20:59,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:20:59 GMT Server: Apache x-openstack-request-id: req-be65928a-518f-48b0-acbf-6279ddc92329 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:20:59,637 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-be65928a-518f-48b0-acbf-6279ddc92329 2018-08-27 15:20:59,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.322099924088s 2018-08-27 15:20:59,637 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-be65928a-518f-48b0-acbf-6279ddc92329 2018-08-27 15:20:59,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:20:59,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:20:59,667 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:20:59 GMT Server: Apache x-openstack-request-id: req-64858d4f-5fe2-4314-adbb-cc07aad19ef7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:20:59,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:20:59 GMT Server: Apache x-openstack-request-id: req-bc5ee217-fc02-47e3-bc46-41e5592e3d0a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:20:59,946 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-bc5ee217-fc02-47e3-bc46-41e5592e3d0a 2018-08-27 15:20:59,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.30849313736s 2018-08-27 15:20:59,947 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-bc5ee217-fc02-47e3-bc46-41e5592e3d0a 2018-08-27 15:21:04,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:21:04,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:21:05,239 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:21:04 GMT Server: Apache x-openstack-request-id: req-06a45414-820c-45f7-9c67-c85862e0a417 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:21:05,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:21:05 GMT Server: Apache x-openstack-request-id: req-fbfae89e-47f4-40bb-a9a0-ec92ab4b43bd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:21:05,282 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-fbfae89e-47f4-40bb-a9a0-ec92ab4b43bd 2018-08-27 15:21:05,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.328173875809s 2018-08-27 15:21:05,282 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-fbfae89e-47f4-40bb-a9a0-ec92ab4b43bd 2018-08-27 15:21:10,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:21:10,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:21:10,317 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:21:10 GMT Server: Apache x-openstack-request-id: req-ad021e26-1c82-449c-b7f7-97f296428ba5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:21:10,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:21:10 GMT Server: Apache x-openstack-request-id: req-ac32e1cf-53e5-4441-887c-af3b97207200 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:21:10,359 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ac32e1cf-53e5-4441-887c-af3b97207200 2018-08-27 15:21:10,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713260173798s 2018-08-27 15:21:10,360 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ac32e1cf-53e5-4441-887c-af3b97207200 2018-08-27 15:21:10,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:21:10,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:21:10,389 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:21:10 GMT Server: Apache x-openstack-request-id: req-61c87796-b98f-4688-b0ac-55195f3eaf18 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:21:10,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:21:10 GMT Server: Apache x-openstack-request-id: req-8235b8bf-ee1c-4956-b3af-eaf8aedd90d2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:21:10,431 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8235b8bf-ee1c-4956-b3af-eaf8aedd90d2 2018-08-27 15:21:10,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0704538822174s 2018-08-27 15:21:10,431 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8235b8bf-ee1c-4956-b3af-eaf8aedd90d2 2018-08-27 15:21:15,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:21:15,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:21:15,463 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:21:15 GMT Server: Apache x-openstack-request-id: req-94ff683e-855c-48b9-b16a-afd6f0d23fa8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:21:15,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:21:15 GMT Server: Apache x-openstack-request-id: req-e707a041-16d4-4a22-8fa6-5f33d40bd2fb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:21:15,504 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e707a041-16d4-4a22-8fa6-5f33d40bd2fb 2018-08-27 15:21:15,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708339214325s 2018-08-27 15:21:15,505 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e707a041-16d4-4a22-8fa6-5f33d40bd2fb 2018-08-27 15:21:20,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:21:20,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:21:20,542 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:21:20 GMT Server: Apache x-openstack-request-id: req-8a693f77-2b39-4897-8996-d9bacbf59add Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:21:20,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:21:20 GMT Server: Apache x-openstack-request-id: req-80c413bb-0f92-426e-88e4-362cfe9ef4bf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:21:20,584 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-80c413bb-0f92-426e-88e4-362cfe9ef4bf 2018-08-27 15:21:20,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731139183044s 2018-08-27 15:21:20,584 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-80c413bb-0f92-426e-88e4-362cfe9ef4bf 2018-08-27 15:21:20,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:21:20,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:21:20,614 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:21:20 GMT Server: Apache x-openstack-request-id: req-cf60b2c9-cd03-4d75-931f-f935533ec608 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:21:20,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:21:20 GMT Server: Apache x-openstack-request-id: req-b4dbbe8b-e5f6-4d67-8862-4d6594953727 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:21:20,935 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b4dbbe8b-e5f6-4d67-8862-4d6594953727 2018-08-27 15:21:20,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.35010099411s 2018-08-27 15:21:20,935 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-b4dbbe8b-e5f6-4d67-8862-4d6594953727 2018-08-27 15:21:25,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:21:25,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:21:25,972 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:21:25 GMT Server: Apache x-openstack-request-id: req-017a1198-108f-4bc1-bed6-7448cc659a91 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:21:26,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:21:25 GMT Server: Apache x-openstack-request-id: req-53cb8057-de0b-42d0-a6e8-6021c816f88a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:21:26,013 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-53cb8057-de0b-42d0-a6e8-6021c816f88a 2018-08-27 15:21:26,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712668895721s 2018-08-27 15:21:26,014 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-53cb8057-de0b-42d0-a6e8-6021c816f88a 2018-08-27 15:21:31,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:21:31,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:21:31,050 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:21:31 GMT Server: Apache x-openstack-request-id: req-e66e0b8e-8ad2-4d92-947d-09dfba815c7c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:21:31,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:21:31 GMT Server: Apache x-openstack-request-id: req-8ca1c014-b2a0-49c0-b109-fc0d47e7c7f8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:21:31,092 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8ca1c014-b2a0-49c0-b109-fc0d47e7c7f8 2018-08-27 15:21:31,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722351074219s 2018-08-27 15:21:31,092 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8ca1c014-b2a0-49c0-b109-fc0d47e7c7f8 2018-08-27 15:21:31,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:21:31,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:21:31,382 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:21:31 GMT Server: Apache x-openstack-request-id: req-976176a9-c58c-4deb-8199-f96402f1fd71 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:21:31,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:21:31 GMT Server: Apache x-openstack-request-id: req-363512ea-6ded-4d06-91b9-9a065f293b7f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:21:31,424 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-363512ea-6ded-4d06-91b9-9a065f293b7f 2018-08-27 15:21:31,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.331371068954s 2018-08-27 15:21:31,424 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-363512ea-6ded-4d06-91b9-9a065f293b7f 2018-08-27 15:21:36,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:21:36,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:21:36,463 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:21:36 GMT Server: Apache x-openstack-request-id: req-dade3911-2e6c-4be2-922d-18126a23306d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:21:36,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:21:36 GMT Server: Apache x-openstack-request-id: req-faff172d-7420-4df2-91a3-d6f8a325da14 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:21:36,504 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-faff172d-7420-4df2-91a3-d6f8a325da14 2018-08-27 15:21:36,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733420848846s 2018-08-27 15:21:36,505 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-faff172d-7420-4df2-91a3-d6f8a325da14 2018-08-27 15:21:41,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:21:41,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:21:41,542 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:21:41 GMT Server: Apache x-openstack-request-id: req-e8054cfe-6805-41c4-a526-7f99b077d2ae Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:21:41,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:21:41 GMT Server: Apache x-openstack-request-id: req-f53d12b7-8d00-4e25-9c72-943b1ac40f36 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:21:41,584 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f53d12b7-8d00-4e25-9c72-943b1ac40f36 2018-08-27 15:21:41,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735349655151s 2018-08-27 15:21:41,585 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f53d12b7-8d00-4e25-9c72-943b1ac40f36 2018-08-27 15:21:41,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:21:41,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:21:41,617 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:21:41 GMT Server: Apache x-openstack-request-id: req-77418e26-8ef7-4cc3-afc3-461ee64d93c4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:21:41,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:21:41 GMT Server: Apache x-openstack-request-id: req-45b535dc-2c74-4c63-b7b4-7473337ab9c0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:21:41,659 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-45b535dc-2c74-4c63-b7b4-7473337ab9c0 2018-08-27 15:21:41,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0731320381165s 2018-08-27 15:21:41,659 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-45b535dc-2c74-4c63-b7b4-7473337ab9c0 2018-08-27 15:21:46,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:21:46,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:21:46,694 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:21:46 GMT Server: Apache x-openstack-request-id: req-8dcae5e2-435c-4288-b4ba-a7d1aa546ef1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:21:46,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:21:46 GMT Server: Apache x-openstack-request-id: req-3be3e586-ef0a-4d5c-8fbc-375e216c55a8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:21:46,996 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3be3e586-ef0a-4d5c-8fbc-375e216c55a8 2018-08-27 15:21:46,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.33215212822s 2018-08-27 15:21:46,997 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3be3e586-ef0a-4d5c-8fbc-375e216c55a8 2018-08-27 15:21:52,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:21:52,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:21:52,302 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:21:52 GMT Server: Apache x-openstack-request-id: req-5685693a-ffd7-4d29-ac9f-48639f464cb1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:21:52,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:21:52 GMT Server: Apache x-openstack-request-id: req-ae8e99bd-f493-4d62-9a0e-b763c108831b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:21:52,630 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ae8e99bd-f493-4d62-9a0e-b763c108831b 2018-08-27 15:21:52,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.627548933029s 2018-08-27 15:21:52,631 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ae8e99bd-f493-4d62-9a0e-b763c108831b 2018-08-27 15:21:52,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:21:52,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:21:52,660 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:21:52 GMT Server: Apache x-openstack-request-id: req-a57ecc81-2414-4792-a87c-7ac21d7d68f6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:21:52,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:21:52 GMT Server: Apache x-openstack-request-id: req-67eb4e7e-e94c-4465-844f-16a7928fceff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:21:52,972 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-67eb4e7e-e94c-4465-844f-16a7928fceff 2018-08-27 15:21:52,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.340260028839s 2018-08-27 15:21:52,972 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-67eb4e7e-e94c-4465-844f-16a7928fceff 2018-08-27 15:21:57,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:21:57,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:21:58,010 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:21:57 GMT Server: Apache x-openstack-request-id: req-064bb039-bc12-4f81-9ead-e3f3055ad0f7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:21:58,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:21:57 GMT Server: Apache x-openstack-request-id: req-e5328723-bb70-4fe3-b952-514fd183bd8a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:21:58,052 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e5328723-bb70-4fe3-b952-514fd183bd8a 2018-08-27 15:21:58,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726821422577s 2018-08-27 15:21:58,052 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e5328723-bb70-4fe3-b952-514fd183bd8a 2018-08-27 15:22:03,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:22:03,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:22:03,087 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:22:03 GMT Server: Apache x-openstack-request-id: req-b393e306-c763-4215-a1fe-c50c16d72657 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:22:03,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:22:03 GMT Server: Apache x-openstack-request-id: req-96fe510e-a2ae-470b-ab21-f12af49549fd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:22:03,413 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-96fe510e-a2ae-470b-ab21-f12af49549fd 2018-08-27 15:22:03,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.354806184769s 2018-08-27 15:22:03,413 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-96fe510e-a2ae-470b-ab21-f12af49549fd 2018-08-27 15:22:03,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:22:03,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:22:03,442 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:22:03 GMT Server: Apache x-openstack-request-id: req-4dd1c69d-7f49-4c5d-a9df-c2ddf0baa515 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:22:03,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:22:03 GMT Server: Apache x-openstack-request-id: req-f452ebf6-c421-4c9e-8529-44b8c4d964d4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:22:03,485 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-f452ebf6-c421-4c9e-8529-44b8c4d964d4 2018-08-27 15:22:03,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0711181163788s 2018-08-27 15:22:03,485 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-f452ebf6-c421-4c9e-8529-44b8c4d964d4 2018-08-27 15:22:08,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:22:08,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:22:08,523 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:22:08 GMT Server: Apache x-openstack-request-id: req-02627968-290d-4a7c-9a50-384efe3a3d9f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:22:08,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:22:08 GMT Server: Apache x-openstack-request-id: req-d56b83ee-4770-4716-b476-ff6e9866ba23 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:22:08,564 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d56b83ee-4770-4716-b476-ff6e9866ba23 2018-08-27 15:22:08,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072881937027s 2018-08-27 15:22:08,565 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d56b83ee-4770-4716-b476-ff6e9866ba23 2018-08-27 15:22:13,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:22:13,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:22:13,600 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:22:13 GMT Server: Apache x-openstack-request-id: req-4038e6c1-2550-42c8-8c90-7f0571e4f193 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:22:13,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:22:13 GMT Server: Apache x-openstack-request-id: req-178d6ccd-4b04-4c27-823d-7babbf67ae51 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:22:13,642 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-178d6ccd-4b04-4c27-823d-7babbf67ae51 2018-08-27 15:22:13,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712370872498s 2018-08-27 15:22:13,642 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-178d6ccd-4b04-4c27-823d-7babbf67ae51 2018-08-27 15:22:13,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:22:13,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:22:13,671 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:22:13 GMT Server: Apache x-openstack-request-id: req-a8fa89e9-3b1d-4e31-a4b5-9a6c34409cf5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:22:13,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:22:13 GMT Server: Apache x-openstack-request-id: req-6457315c-fbfc-43f9-86ee-bcd1867fa619 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:22:13,697 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6457315c-fbfc-43f9-86ee-bcd1867fa619 2018-08-27 15:22:13,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0546400547028s 2018-08-27 15:22:13,698 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6457315c-fbfc-43f9-86ee-bcd1867fa619 2018-08-27 15:22:18,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:22:18,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:22:18,734 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:22:18 GMT Server: Apache x-openstack-request-id: req-1da9e340-33b1-48f5-af2f-466fa181311b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:22:18,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:22:18 GMT Server: Apache x-openstack-request-id: req-1d586ef5-346e-4d95-9ccb-3a5d4db4eb31 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:22:18,777 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1d586ef5-346e-4d95-9ccb-3a5d4db4eb31 2018-08-27 15:22:18,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072594165802s 2018-08-27 15:22:18,777 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1d586ef5-346e-4d95-9ccb-3a5d4db4eb31 2018-08-27 15:22:23,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:22:23,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:22:23,813 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:22:23 GMT Server: Apache x-openstack-request-id: req-15b0d158-b575-4e11-9c78-72e77c4f11b2 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:22:23,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:22:23 GMT Server: Apache x-openstack-request-id: req-9cfc9290-0f63-4da8-940b-67b06ede4d0e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:22:23,856 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9cfc9290-0f63-4da8-940b-67b06ede4d0e 2018-08-27 15:22:23,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723061561584s 2018-08-27 15:22:23,856 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9cfc9290-0f63-4da8-940b-67b06ede4d0e 2018-08-27 15:22:23,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:22:23,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:22:23,902 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:22:23 GMT Server: Apache x-openstack-request-id: req-00edbad6-85b8-4aa7-8c72-600d1e635493 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:22:23,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:22:23 GMT Server: Apache x-openstack-request-id: req-47ead436-00db-40f4-807b-978084724c38 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:22:23,944 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-47ead436-00db-40f4-807b-978084724c38 2018-08-27 15:22:23,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0872671604156s 2018-08-27 15:22:23,944 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-47ead436-00db-40f4-807b-978084724c38 2018-08-27 15:22:28,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:22:28,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:22:28,982 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:22:28 GMT Server: Apache x-openstack-request-id: req-b6235815-12cb-4239-8dd7-436164829a5f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:22:29,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:22:28 GMT Server: Apache x-openstack-request-id: req-25e5a98d-676b-4a4f-a46e-ee5a18aaec62 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:22:29,024 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-25e5a98d-676b-4a4f-a46e-ee5a18aaec62 2018-08-27 15:22:29,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746350288391s 2018-08-27 15:22:29,024 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-25e5a98d-676b-4a4f-a46e-ee5a18aaec62 2018-08-27 15:22:34,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:22:34,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:22:34,060 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:22:34 GMT Server: Apache x-openstack-request-id: req-974886b7-3d26-49f8-8c26-40158c28c1f8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:22:34,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:22:34 GMT Server: Apache x-openstack-request-id: req-65148d0a-d532-40a5-8c61-174a2649f4c5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:22:34,103 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-65148d0a-d532-40a5-8c61-174a2649f4c5 2018-08-27 15:22:34,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723350048065s 2018-08-27 15:22:34,103 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-65148d0a-d532-40a5-8c61-174a2649f4c5 2018-08-27 15:22:34,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:22:34,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:22:34,132 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:22:34 GMT Server: Apache x-openstack-request-id: req-6b68be5f-6fcd-4c4c-9569-f367cf66aa55 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:22:34,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:22:34 GMT Server: Apache x-openstack-request-id: req-9ec8b418-af47-40ef-bb9c-d7e5da573b10 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:22:34,173 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-9ec8b418-af47-40ef-bb9c-d7e5da573b10 2018-08-27 15:22:34,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.069680929184s 2018-08-27 15:22:34,174 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-9ec8b418-af47-40ef-bb9c-d7e5da573b10 2018-08-27 15:22:39,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:22:39,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:22:39,469 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:22:39 GMT Server: Apache x-openstack-request-id: req-800c47eb-3031-4023-a7bb-9b21b8f0d4ec Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:22:39,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:22:39 GMT Server: Apache x-openstack-request-id: req-63cc3077-7d26-4408-8836-1c9af66b27bd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:22:39,510 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-63cc3077-7d26-4408-8836-1c9af66b27bd 2018-08-27 15:22:39,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.330262899399s 2018-08-27 15:22:39,511 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-63cc3077-7d26-4408-8836-1c9af66b27bd 2018-08-27 15:22:44,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:22:44,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:22:44,815 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:22:44 GMT Server: Apache x-openstack-request-id: req-0da0926e-0459-4997-bf67-8434c643709b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:22:44,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:22:44 GMT Server: Apache x-openstack-request-id: req-9ea92cdb-7816-4f2b-b7ed-f85971f1a744 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:22:44,859 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9ea92cdb-7816-4f2b-b7ed-f85971f1a744 2018-08-27 15:22:44,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.346697092056s 2018-08-27 15:22:44,860 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9ea92cdb-7816-4f2b-b7ed-f85971f1a744 2018-08-27 15:22:44,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:22:44,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:22:44,890 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:22:44 GMT Server: Apache x-openstack-request-id: req-5edfe423-d944-4aa7-82cd-b3e679eedfdd Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:22:44,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:22:44 GMT Server: Apache x-openstack-request-id: req-9b7ec284-8ef8-4cd9-ab0d-5b3ddd12fde3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:22:44,932 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-9b7ec284-8ef8-4cd9-ab0d-5b3ddd12fde3 2018-08-27 15:22:44,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0718379020691s 2018-08-27 15:22:44,932 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-9b7ec284-8ef8-4cd9-ab0d-5b3ddd12fde3 2018-08-27 15:22:49,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:22:49,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:22:50,226 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:22:49 GMT Server: Apache x-openstack-request-id: req-b7a98135-9adb-4cfa-884c-70f73172fee1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:22:50,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:22:50 GMT Server: Apache x-openstack-request-id: req-fa7bce67-6ee0-4b24-9bc4-a606fec5efcd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:22:50,267 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-fa7bce67-6ee0-4b24-9bc4-a606fec5efcd 2018-08-27 15:22:50,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.328409910202s 2018-08-27 15:22:50,268 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-fa7bce67-6ee0-4b24-9bc4-a606fec5efcd 2018-08-27 15:22:55,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:22:55,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:22:55,321 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:22:55 GMT Server: Apache x-openstack-request-id: req-92950723-0688-4257-9420-c7adbaa4f814 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:22:55,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:22:55 GMT Server: Apache x-openstack-request-id: req-7706b598-b66a-4aea-9fa7-89d6f0733957 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:22:55,363 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7706b598-b66a-4aea-9fa7-89d6f0733957 2018-08-27 15:22:55,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0891108512878s 2018-08-27 15:22:55,363 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7706b598-b66a-4aea-9fa7-89d6f0733957 2018-08-27 15:22:55,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:22:55,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:22:55,392 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:22:55 GMT Server: Apache x-openstack-request-id: req-17feebfb-6d9e-4295-ab78-d22708be89d5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:22:55,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:22:55 GMT Server: Apache x-openstack-request-id: req-8356e4ed-4993-413b-a50f-9f830dc57655 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:22:55,435 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8356e4ed-4993-413b-a50f-9f830dc57655 2018-08-27 15:22:55,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0710580348969s 2018-08-27 15:22:55,435 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8356e4ed-4993-413b-a50f-9f830dc57655 2018-08-27 15:23:00,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:23:00,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:23:00,472 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:23:00 GMT Server: Apache x-openstack-request-id: req-62e3d637-b713-4da1-87e7-ad828d7866d6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:23:00,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:23:00 GMT Server: Apache x-openstack-request-id: req-bb0c4f17-03ae-47b5-8c8b-20719f11800b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:23:00,514 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bb0c4f17-03ae-47b5-8c8b-20719f11800b 2018-08-27 15:23:00,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721409320831s 2018-08-27 15:23:00,515 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bb0c4f17-03ae-47b5-8c8b-20719f11800b 2018-08-27 15:23:05,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:23:05,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:23:05,550 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:23:05 GMT Server: Apache x-openstack-request-id: req-9aa82be5-5d2d-4b3c-a0dc-2f9e9f3eb5b4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:23:05,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:23:05 GMT Server: Apache x-openstack-request-id: req-ba88ced2-0b68-4013-8d1b-4feb56a26263 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:23:05,592 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ba88ced2-0b68-4013-8d1b-4feb56a26263 2018-08-27 15:23:05,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717351436615s 2018-08-27 15:23:05,592 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ba88ced2-0b68-4013-8d1b-4feb56a26263 2018-08-27 15:23:05,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:23:05,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:23:05,621 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:23:05 GMT Server: Apache x-openstack-request-id: req-09fb8667-db57-4de9-9374-2ee3d3ef565b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:23:05,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:23:05 GMT Server: Apache x-openstack-request-id: req-56c0453b-661b-4e87-8053-8dd50e60bbca Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:23:05,663 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-56c0453b-661b-4e87-8053-8dd50e60bbca 2018-08-27 15:23:05,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0702428817749s 2018-08-27 15:23:05,663 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-56c0453b-661b-4e87-8053-8dd50e60bbca 2018-08-27 15:23:10,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:23:10,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:23:10,700 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:23:10 GMT Server: Apache x-openstack-request-id: req-424e3876-b8e1-4cc8-a8ca-1400eccd9e79 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:23:10,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:23:10 GMT Server: Apache x-openstack-request-id: req-ec313cf3-0ece-41df-a4d3-78190fd086a8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:23:10,994 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ec313cf3-0ece-41df-a4d3-78190fd086a8 2018-08-27 15:23:10,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.324215173721s 2018-08-27 15:23:10,995 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ec313cf3-0ece-41df-a4d3-78190fd086a8 2018-08-27 15:23:16,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:23:16,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:23:16,030 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:23:16 GMT Server: Apache x-openstack-request-id: req-88d8e46d-95ae-437e-b0c8-5757db6e72b9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:23:16,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:23:16 GMT Server: Apache x-openstack-request-id: req-0b9795b4-3c56-4d21-ab1b-87e7bfac372f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:23:16,333 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0b9795b4-3c56-4d21-ab1b-87e7bfac372f 2018-08-27 15:23:16,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.33297586441s 2018-08-27 15:23:16,334 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0b9795b4-3c56-4d21-ab1b-87e7bfac372f 2018-08-27 15:23:16,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:23:16,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:23:16,380 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:23:16 GMT Server: Apache x-openstack-request-id: req-a5096eb3-c77d-48db-b6a9-30c672c571a5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:23:16,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:23:16 GMT Server: Apache x-openstack-request-id: req-beaa88bd-1063-4ab9-b24f-9446f9237cb5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:23:16,421 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-beaa88bd-1063-4ab9-b24f-9446f9237cb5 2018-08-27 15:23:16,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0862798690796s 2018-08-27 15:23:16,421 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-beaa88bd-1063-4ab9-b24f-9446f9237cb5 2018-08-27 15:23:21,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:23:21,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:23:21,458 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:23:21 GMT Server: Apache x-openstack-request-id: req-cdea8be9-67a8-4b4b-8ec2-10556076dc7e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:23:21,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:23:21 GMT Server: Apache x-openstack-request-id: req-1aae62ee-ebf2-414a-b57b-7e482cae09df Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:23:21,499 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1aae62ee-ebf2-414a-b57b-7e482cae09df 2018-08-27 15:23:21,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716378688812s 2018-08-27 15:23:21,500 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1aae62ee-ebf2-414a-b57b-7e482cae09df 2018-08-27 15:23:26,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:23:26,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:23:26,535 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:23:26 GMT Server: Apache x-openstack-request-id: req-88daead3-65a1-4b83-a62a-b62bec4a2d7f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:23:26,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:23:26 GMT Server: Apache x-openstack-request-id: req-a79e2927-8b72-4ea5-bd10-0b98f0bdcab9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:23:26,577 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a79e2927-8b72-4ea5-bd10-0b98f0bdcab9 2018-08-27 15:23:26,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710859298706s 2018-08-27 15:23:26,577 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a79e2927-8b72-4ea5-bd10-0b98f0bdcab9 2018-08-27 15:23:26,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:23:26,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:23:26,605 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:23:26 GMT Server: Apache x-openstack-request-id: req-0d706a2b-b2b6-4708-a139-7b0932209bd9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:23:26,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:23:26 GMT Server: Apache x-openstack-request-id: req-8d3a89ee-e74a-466f-8ebb-f9f39a8b71de Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:23:26,646 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8d3a89ee-e74a-466f-8ebb-f9f39a8b71de 2018-08-27 15:23:26,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.068619966507s 2018-08-27 15:23:26,646 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8d3a89ee-e74a-466f-8ebb-f9f39a8b71de 2018-08-27 15:23:31,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:23:31,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:23:31,682 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:23:31 GMT Server: Apache x-openstack-request-id: req-874d45d7-ce36-4e40-b329-161832260880 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:23:31,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:23:31 GMT Server: Apache x-openstack-request-id: req-06279fc2-15de-48be-be7b-eb1938caa15d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:23:31,983 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-06279fc2-15de-48be-be7b-eb1938caa15d 2018-08-27 15:23:31,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.329947948456s 2018-08-27 15:23:31,983 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-06279fc2-15de-48be-be7b-eb1938caa15d 2018-08-27 15:23:36,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:23:36,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:23:37,289 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:23:37 GMT Server: Apache x-openstack-request-id: req-9590c526-073f-495e-b450-a0acd6aba670 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:23:37,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:23:37 GMT Server: Apache x-openstack-request-id: req-4206d3ab-305e-423c-8e9c-bfb72adbb9de Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:23:37,330 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4206d3ab-305e-423c-8e9c-bfb72adbb9de 2018-08-27 15:23:37,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.34147310257s 2018-08-27 15:23:37,331 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4206d3ab-305e-423c-8e9c-bfb72adbb9de 2018-08-27 15:23:37,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:23:37,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:23:37,359 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:23:37 GMT Server: Apache x-openstack-request-id: req-aa52af14-1cd2-45c3-8877-40eb7191fe42 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:23:37,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:23:37 GMT Server: Apache x-openstack-request-id: req-da533987-a844-4493-9af1-c71c401b01aa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:23:37,402 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-da533987-a844-4493-9af1-c71c401b01aa 2018-08-27 15:23:37,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0704281330109s 2018-08-27 15:23:37,402 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-da533987-a844-4493-9af1-c71c401b01aa 2018-08-27 15:23:42,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:23:42,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:23:42,805 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:23:42 GMT Server: Apache x-openstack-request-id: req-4b8d7b0e-cbd9-4ca3-ad08-10e483570cf9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:23:42,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:23:42 GMT Server: Apache x-openstack-request-id: req-ef6fd98f-fc12-4dc0-95e3-eb939bcc25eb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:23:42,846 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ef6fd98f-fc12-4dc0-95e3-eb939bcc25eb 2018-08-27 15:23:42,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.437232971191s 2018-08-27 15:23:42,846 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ef6fd98f-fc12-4dc0-95e3-eb939bcc25eb 2018-08-27 15:23:47,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:23:47,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:23:47,881 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:23:47 GMT Server: Apache x-openstack-request-id: req-7aece524-04c6-4325-905b-61700029b7e2 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:23:47,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:23:47 GMT Server: Apache x-openstack-request-id: req-176d6951-d5fd-4457-b769-369341abfc7d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:23:47,922 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-176d6951-d5fd-4457-b769-369341abfc7d 2018-08-27 15:23:47,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0701467990875s 2018-08-27 15:23:47,923 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-176d6951-d5fd-4457-b769-369341abfc7d 2018-08-27 15:23:47,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:23:47,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:23:47,951 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:23:47 GMT Server: Apache x-openstack-request-id: req-5f282bc5-cd26-4df5-8460-d8ccd26ff618 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:23:48,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:23:47 GMT Server: Apache x-openstack-request-id: req-0e11e14a-1a30-4ee4-9981-9d23d9dd6b9e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:23:48,321 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-0e11e14a-1a30-4ee4-9981-9d23d9dd6b9e 2018-08-27 15:23:48,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.397619009018s 2018-08-27 15:23:48,321 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-0e11e14a-1a30-4ee4-9981-9d23d9dd6b9e 2018-08-27 15:23:53,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:23:53,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:23:53,360 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:23:53 GMT Server: Apache x-openstack-request-id: req-b607ffb1-3751-45bf-a463-0e36a7f832a8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:23:53,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:23:53 GMT Server: Apache x-openstack-request-id: req-f2aaacd2-a4e6-4eea-abab-dbd70c986c8e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:23:53,402 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f2aaacd2-a4e6-4eea-abab-dbd70c986c8e 2018-08-27 15:23:53,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073469877243s 2018-08-27 15:23:53,402 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-f2aaacd2-a4e6-4eea-abab-dbd70c986c8e 2018-08-27 15:23:58,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:23:58,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:23:58,438 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:23:58 GMT Server: Apache x-openstack-request-id: req-949bc7c0-1953-4860-a750-8f48c19e5958 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:23:58,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:23:58 GMT Server: Apache x-openstack-request-id: req-c27291df-f1d9-4992-9649-621179ad0005 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:23:58,480 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c27291df-f1d9-4992-9649-621179ad0005 2018-08-27 15:23:58,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071720123291s 2018-08-27 15:23:58,480 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c27291df-f1d9-4992-9649-621179ad0005 2018-08-27 15:23:58,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:23:58,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:23:58,755 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:23:58 GMT Server: Apache x-openstack-request-id: req-398757d8-be95-48aa-b6de-dae32f23fd11 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:23:58,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:23:58 GMT Server: Apache x-openstack-request-id: req-2844bcbf-0301-400c-81b5-6e159a7ea289 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:23:58,797 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2844bcbf-0301-400c-81b5-6e159a7ea289 2018-08-27 15:23:58,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.316787004471s 2018-08-27 15:23:58,798 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-2844bcbf-0301-400c-81b5-6e159a7ea289 2018-08-27 15:24:03,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:24:03,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:24:03,835 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:24:03 GMT Server: Apache x-openstack-request-id: req-5260c02f-62b4-45c6-954f-d28fd3a05fa8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:24:03,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:24:03 GMT Server: Apache x-openstack-request-id: req-b5a07abc-f8c6-49b7-80c3-ec6e99e9eecf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:24:03,876 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b5a07abc-f8c6-49b7-80c3-ec6e99e9eecf 2018-08-27 15:24:03,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710110664368s 2018-08-27 15:24:03,876 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b5a07abc-f8c6-49b7-80c3-ec6e99e9eecf 2018-08-27 15:24:08,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:24:08,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:24:08,913 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:24:08 GMT Server: Apache x-openstack-request-id: req-d60e0ea1-0262-49e4-8eda-1e44d6d80e3c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:24:08,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:24:08 GMT Server: Apache x-openstack-request-id: req-57d41776-ef11-4d5d-aec8-e3220f65d3d2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:24:08,954 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-57d41776-ef11-4d5d-aec8-e3220f65d3d2 2018-08-27 15:24:08,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726270675659s 2018-08-27 15:24:08,955 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-57d41776-ef11-4d5d-aec8-e3220f65d3d2 2018-08-27 15:24:08,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:24:08,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:24:08,987 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:24:08 GMT Server: Apache x-openstack-request-id: req-09743899-ffce-4998-afb0-ad648267e9ba Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:24:09,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:24:08 GMT Server: Apache x-openstack-request-id: req-c6ea768c-d2df-4fd8-8c78-8131734a0de9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:24:09,028 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c6ea768c-d2df-4fd8-8c78-8131734a0de9 2018-08-27 15:24:09,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0731110572815s 2018-08-27 15:24:09,029 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-c6ea768c-d2df-4fd8-8c78-8131734a0de9 2018-08-27 15:24:14,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:24:14,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:24:14,066 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:24:14 GMT Server: Apache x-openstack-request-id: req-074cdc3f-192c-4dec-95bb-2417cc551fc3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:24:14,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:24:14 GMT Server: Apache x-openstack-request-id: req-738a3c5a-fd12-449d-98c3-d0c8d17e9273 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:24:14,447 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-738a3c5a-fd12-449d-98c3-d0c8d17e9273 2018-08-27 15:24:14,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.413420915604s 2018-08-27 15:24:14,447 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-738a3c5a-fd12-449d-98c3-d0c8d17e9273 2018-08-27 15:24:19,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:24:19,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:24:19,483 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:24:19 GMT Server: Apache x-openstack-request-id: req-43216199-8516-4410-88a3-92b3a1a9ecd8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:24:19,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:24:19 GMT Server: Apache x-openstack-request-id: req-7ff8b3c7-0883-465d-a661-4dbc526e4b6a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:24:19,525 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7ff8b3c7-0883-465d-a661-4dbc526e4b6a 2018-08-27 15:24:19,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718488693237s 2018-08-27 15:24:19,525 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-7ff8b3c7-0883-465d-a661-4dbc526e4b6a 2018-08-27 15:24:19,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:24:19,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:24:19,555 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:24:19 GMT Server: Apache x-openstack-request-id: req-3d618d04-704c-4af8-bbe8-6c3adaf608d1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:24:19,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:24:19 GMT Server: Apache x-openstack-request-id: req-60e14c2c-9508-44be-968a-8f231543ae59 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:24:19,597 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-60e14c2c-9508-44be-968a-8f231543ae59 2018-08-27 15:24:19,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0711901187897s 2018-08-27 15:24:19,598 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-60e14c2c-9508-44be-968a-8f231543ae59 2018-08-27 15:24:24,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:24:24,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:24:24,651 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:24:24 GMT Server: Apache x-openstack-request-id: req-986f1408-28cb-4d35-bcd8-a3365874a248 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:24:24,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:24:24 GMT Server: Apache x-openstack-request-id: req-bad42f6a-5dee-4954-aa27-6424cf79f85b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:24:24,694 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bad42f6a-5dee-4954-aa27-6424cf79f85b 2018-08-27 15:24:24,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0890719890594s 2018-08-27 15:24:24,694 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-bad42f6a-5dee-4954-aa27-6424cf79f85b 2018-08-27 15:24:29,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:24:29,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:24:29,730 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:24:29 GMT Server: Apache x-openstack-request-id: req-f758b46a-fbcc-4360-9e0d-faf2ee6e846c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:24:29,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:24:29 GMT Server: Apache x-openstack-request-id: req-1ab7f3c5-6150-4b6d-a31f-c86841177a21 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:24:29,772 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1ab7f3c5-6150-4b6d-a31f-c86841177a21 2018-08-27 15:24:29,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726251602173s 2018-08-27 15:24:29,773 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1ab7f3c5-6150-4b6d-a31f-c86841177a21 2018-08-27 15:24:29,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:24:29,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:24:29,805 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:24:29 GMT Server: Apache x-openstack-request-id: req-dcbf91a9-f604-4abd-a0c2-e414930752d3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:24:29,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:24:29 GMT Server: Apache x-openstack-request-id: req-07f902e0-0211-42e9-8e72-932328b37733 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:24:29,847 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-07f902e0-0211-42e9-8e72-932328b37733 2018-08-27 15:24:29,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0740101337433s 2018-08-27 15:24:29,848 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-07f902e0-0211-42e9-8e72-932328b37733 2018-08-27 15:24:34,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:24:34,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:24:34,884 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:24:34 GMT Server: Apache x-openstack-request-id: req-9ca4bbc7-fc33-47e2-8702-97620ece32ec Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:24:34,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:24:34 GMT Server: Apache x-openstack-request-id: req-0d982507-92f1-497e-925a-fadd9b278442 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:24:34,926 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0d982507-92f1-497e-925a-fadd9b278442 2018-08-27 15:24:34,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715539455414s 2018-08-27 15:24:34,927 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-0d982507-92f1-497e-925a-fadd9b278442 2018-08-27 15:24:39,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:24:39,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:24:39,959 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:24:39 GMT Server: Apache x-openstack-request-id: req-2790c252-5c05-458c-a950-9d5cbbcb0e92 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:24:40,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:24:39 GMT Server: Apache x-openstack-request-id: req-c443f947-a222-4acd-b1b9-cd4d661f7f0e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:24:40,003 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c443f947-a222-4acd-b1b9-cd4d661f7f0e 2018-08-27 15:24:40,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0742111206055s 2018-08-27 15:24:40,004 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c443f947-a222-4acd-b1b9-cd4d661f7f0e 2018-08-27 15:24:40,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:24:40,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:24:40,036 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:24:39 GMT Server: Apache x-openstack-request-id: req-482d6c20-30b2-4041-9d55-67d574662ed1 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:24:40,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:24:40 GMT Server: Apache x-openstack-request-id: req-6feefb3f-2de4-4c8a-a0cd-1a4000a7e979 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:24:40,078 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6feefb3f-2de4-4c8a-a0cd-1a4000a7e979 2018-08-27 15:24:40,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0737340450287s 2018-08-27 15:24:40,079 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6feefb3f-2de4-4c8a-a0cd-1a4000a7e979 2018-08-27 15:24:45,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:24:45,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:24:45,111 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:24:45 GMT Server: Apache x-openstack-request-id: req-89ec9506-879e-4d38-893f-81a9f5bd8a0d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:24:45,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:24:45 GMT Server: Apache x-openstack-request-id: req-ae3a2e48-8031-439f-8dfc-595aa157e1df Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:24:45,152 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ae3a2e48-8031-439f-8dfc-595aa157e1df 2018-08-27 15:24:45,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0699169635773s 2018-08-27 15:24:45,153 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ae3a2e48-8031-439f-8dfc-595aa157e1df 2018-08-27 15:24:50,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:24:50,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:24:50,189 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:24:50 GMT Server: Apache x-openstack-request-id: req-cc83b2b1-a5a4-48e6-bbd9-e1ce0dc3a72a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:24:50,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:24:50 GMT Server: Apache x-openstack-request-id: req-5c315bb5-3b77-4b37-ad73-d04caf271db3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:24:50,231 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5c315bb5-3b77-4b37-ad73-d04caf271db3 2018-08-27 15:24:50,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721771717072s 2018-08-27 15:24:50,231 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5c315bb5-3b77-4b37-ad73-d04caf271db3 2018-08-27 15:24:50,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:24:50,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:24:50,277 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:24:50 GMT Server: Apache x-openstack-request-id: req-fd7817d6-6280-42bb-92ae-a0699e93d190 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:24:50,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:24:50 GMT Server: Apache x-openstack-request-id: req-90d073fc-84a0-410e-8309-808551537aaa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:24:50,321 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-90d073fc-84a0-410e-8309-808551537aaa 2018-08-27 15:24:50,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0891571044922s 2018-08-27 15:24:50,321 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-90d073fc-84a0-410e-8309-808551537aaa 2018-08-27 15:24:55,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:24:55,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:24:55,358 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:24:55 GMT Server: Apache x-openstack-request-id: req-46653b2d-7e86-44f1-8d8e-850cca31471b Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:24:55,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:24:55 GMT Server: Apache x-openstack-request-id: req-6c95b9cb-b720-4d2c-bec5-b3c81b6d67b6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:24:55,400 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6c95b9cb-b720-4d2c-bec5-b3c81b6d67b6 2018-08-27 15:24:55,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724561214447s 2018-08-27 15:24:55,401 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6c95b9cb-b720-4d2c-bec5-b3c81b6d67b6 2018-08-27 15:25:00,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:25:00,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:25:00,437 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:25:00 GMT Server: Apache x-openstack-request-id: req-186557ee-0626-454d-9bb7-d96fc7dee3aa Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:25:00,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:25:00 GMT Server: Apache x-openstack-request-id: req-33bb74d3-4c4a-450d-8c9a-e16e3f51b6e7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:25:00,479 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-33bb74d3-4c4a-450d-8c9a-e16e3f51b6e7 2018-08-27 15:25:00,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072417974472s 2018-08-27 15:25:00,480 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-33bb74d3-4c4a-450d-8c9a-e16e3f51b6e7 2018-08-27 15:25:00,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:25:00,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:25:00,509 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:25:00 GMT Server: Apache x-openstack-request-id: req-a65d1d1a-19d7-43c7-b078-a4b4b5c97830 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:25:00,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:25:00 GMT Server: Apache x-openstack-request-id: req-9bb16f21-462e-4250-9c35-a2c793d3f6b8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:25:00,536 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-9bb16f21-462e-4250-9c35-a2c793d3f6b8 2018-08-27 15:25:00,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0557470321655s 2018-08-27 15:25:00,536 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-9bb16f21-462e-4250-9c35-a2c793d3f6b8 2018-08-27 15:25:05,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:25:05,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:25:05,572 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:25:05 GMT Server: Apache x-openstack-request-id: req-c9954a85-d2b6-4cf6-8075-1f7dedc25caf Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:25:05,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:25:05 GMT Server: Apache x-openstack-request-id: req-b63d86f7-cd30-42da-a34d-3b0bb2740e04 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:25:05,614 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b63d86f7-cd30-42da-a34d-3b0bb2740e04 2018-08-27 15:25:05,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710909366608s 2018-08-27 15:25:05,614 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-b63d86f7-cd30-42da-a34d-3b0bb2740e04 2018-08-27 15:25:10,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:25:10,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:25:10,650 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:25:10 GMT Server: Apache x-openstack-request-id: req-d234199a-6073-4cb1-b309-da565edba83c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:25:10,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:25:10 GMT Server: Apache x-openstack-request-id: req-be127ab5-7a94-40e5-bda2-f16b4c383de0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:25:10,692 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-be127ab5-7a94-40e5-bda2-f16b4c383de0 2018-08-27 15:25:10,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716578960419s 2018-08-27 15:25:10,692 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-be127ab5-7a94-40e5-bda2-f16b4c383de0 2018-08-27 15:25:10,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:25:10,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:25:10,723 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:25:10 GMT Server: Apache x-openstack-request-id: req-ee3b226e-d200-40f6-b635-cead21adc902 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:25:10,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:25:10 GMT Server: Apache x-openstack-request-id: req-30a14dbf-16a4-489f-ba9e-3f95a323b237 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:25:10,764 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-30a14dbf-16a4-489f-ba9e-3f95a323b237 2018-08-27 15:25:10,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0717618465424s 2018-08-27 15:25:10,765 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-30a14dbf-16a4-489f-ba9e-3f95a323b237 2018-08-27 15:25:15,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:25:15,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:25:15,802 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:25:15 GMT Server: Apache x-openstack-request-id: req-ea16ae2d-1e06-417f-9b2e-0924d9e0f2a2 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:25:15,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:25:15 GMT Server: Apache x-openstack-request-id: req-04f6daf5-d9e2-4b72-8681-06d89ac1c3ed Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:25:15,844 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-04f6daf5-d9e2-4b72-8681-06d89ac1c3ed 2018-08-27 15:25:15,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720191001892s 2018-08-27 15:25:15,844 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-04f6daf5-d9e2-4b72-8681-06d89ac1c3ed 2018-08-27 15:25:20,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:25:20,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:25:20,880 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:25:20 GMT Server: Apache x-openstack-request-id: req-48969e11-d7ff-468c-8836-37eff9dfac43 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:25:21,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:25:20 GMT Server: Apache x-openstack-request-id: req-baf68581-8427-4311-b9f6-4293ed98a9db Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:25:21,200 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-baf68581-8427-4311-b9f6-4293ed98a9db 2018-08-27 15:25:21,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.34960103035s 2018-08-27 15:25:21,200 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-baf68581-8427-4311-b9f6-4293ed98a9db 2018-08-27 15:25:21,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:25:21,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:25:21,228 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:25:21 GMT Server: Apache x-openstack-request-id: req-2ffac964-0bc3-4f5a-9693-4a3e38e7f3f2 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:25:21,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:25:21 GMT Server: Apache x-openstack-request-id: req-596d6091-08b9-4beb-982c-9c415c98522f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:25:21,270 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-596d6091-08b9-4beb-982c-9c415c98522f 2018-08-27 15:25:21,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0696580410004s 2018-08-27 15:25:21,271 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-596d6091-08b9-4beb-982c-9c415c98522f 2018-08-27 15:25:26,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:25:26,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:25:26,307 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:25:26 GMT Server: Apache x-openstack-request-id: req-da02bd40-fdc8-4385-b487-e0a45fa36aa7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:25:26,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:25:26 GMT Server: Apache x-openstack-request-id: req-d1bf2520-7ed4-40bc-a3cb-ffcff5852450 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:25:26,348 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d1bf2520-7ed4-40bc-a3cb-ffcff5852450 2018-08-27 15:25:26,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708560943604s 2018-08-27 15:25:26,349 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d1bf2520-7ed4-40bc-a3cb-ffcff5852450 2018-08-27 15:25:31,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:25:31,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:25:31,383 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:25:31 GMT Server: Apache x-openstack-request-id: req-30b7b188-5bd4-4474-884d-0d647c62e478 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:25:31,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:25:31 GMT Server: Apache x-openstack-request-id: req-5ecba349-951e-472e-8fd9-1da9c0f28d82 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:25:31,426 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5ecba349-951e-472e-8fd9-1da9c0f28d82 2018-08-27 15:25:31,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737309455872s 2018-08-27 15:25:31,427 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5ecba349-951e-472e-8fd9-1da9c0f28d82 2018-08-27 15:25:31,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:25:31,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:25:31,457 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:25:31 GMT Server: Apache x-openstack-request-id: req-82604155-bedf-4aa6-b602-dab8db5ab8de Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:25:31,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:25:31 GMT Server: Apache x-openstack-request-id: req-170842ae-065a-4fe4-bee5-9e5279342651 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:25:31,756 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-170842ae-065a-4fe4-bee5-9e5279342651 2018-08-27 15:25:31,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.328402042389s 2018-08-27 15:25:31,756 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-170842ae-065a-4fe4-bee5-9e5279342651 2018-08-27 15:25:36,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:25:36,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:25:36,789 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:25:36 GMT Server: Apache x-openstack-request-id: req-245344f2-cd2c-4b4b-81cb-ad57e07ab104 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:25:36,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:25:36 GMT Server: Apache x-openstack-request-id: req-51c06a33-52c4-4017-be5a-a5929b6a4288 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:25:36,831 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-51c06a33-52c4-4017-be5a-a5929b6a4288 2018-08-27 15:25:36,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071417093277s 2018-08-27 15:25:36,831 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-51c06a33-52c4-4017-be5a-a5929b6a4288 2018-08-27 15:25:41,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:25:41,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:25:41,864 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:25:41 GMT Server: Apache x-openstack-request-id: req-27b838dd-d9c3-4fbb-8df5-2c94f54ad5b8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:25:41,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:25:41 GMT Server: Apache x-openstack-request-id: req-fcaaa6be-27e9-4a5a-a65a-1343400af155 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:25:41,905 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-fcaaa6be-27e9-4a5a-a65a-1343400af155 2018-08-27 15:25:41,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712428092957s 2018-08-27 15:25:41,905 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-fcaaa6be-27e9-4a5a-a65a-1343400af155 2018-08-27 15:25:41,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:25:41,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:25:41,935 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:25:41 GMT Server: Apache x-openstack-request-id: req-411eb278-44e4-401b-aa20-e61839dff4e8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:25:41,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:25:41 GMT Server: Apache x-openstack-request-id: req-a94a4dcb-d4a3-4f15-8f6a-a9941f220d8a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:25:41,977 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a94a4dcb-d4a3-4f15-8f6a-a9941f220d8a 2018-08-27 15:25:41,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0716109275818s 2018-08-27 15:25:41,978 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-a94a4dcb-d4a3-4f15-8f6a-a9941f220d8a 2018-08-27 15:25:46,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:25:46,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:25:47,294 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:25:46 GMT Server: Apache x-openstack-request-id: req-a87df171-1cc8-4e02-b481-07005105337f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:25:47,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:25:47 GMT Server: Apache x-openstack-request-id: req-606c0162-70be-416c-bd50-8509f08144ba Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:25:47,336 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-606c0162-70be-416c-bd50-8509f08144ba 2018-08-27 15:25:47,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.351120233536s 2018-08-27 15:25:47,336 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-606c0162-70be-416c-bd50-8509f08144ba 2018-08-27 15:25:52,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:25:52,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:25:52,638 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:25:52 GMT Server: Apache x-openstack-request-id: req-41c3b5b2-465c-4128-94f1-9de36f913f90 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:25:52,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:25:52 GMT Server: Apache x-openstack-request-id: req-1b965c9e-9e88-44fd-8575-24c697872f69 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:25:52,963 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1b965c9e-9e88-44fd-8575-24c697872f69 2018-08-27 15:25:52,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.620734930038s 2018-08-27 15:25:52,963 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-1b965c9e-9e88-44fd-8575-24c697872f69 2018-08-27 15:25:52,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:25:52,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:25:52,994 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:25:52 GMT Server: Apache x-openstack-request-id: req-cf3f0004-360b-45f5-8758-bbfc212e1067 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:25:53,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:25:53 GMT Server: Apache x-openstack-request-id: req-17d459e0-f079-4e77-b668-70944b3e168d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:25:53,035 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-17d459e0-f079-4e77-b668-70944b3e168d 2018-08-27 15:25:53,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0718460083008s 2018-08-27 15:25:53,036 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-17d459e0-f079-4e77-b668-70944b3e168d 2018-08-27 15:25:58,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:25:58,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:25:58,072 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:25:58 GMT Server: Apache x-openstack-request-id: req-fdf9e29f-59dc-49a3-a768-29f0fae8999a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:25:58,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:25:58 GMT Server: Apache x-openstack-request-id: req-4b615caa-f0cb-47b1-9e0d-872e8f595cda Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:25:58,114 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4b615caa-f0cb-47b1-9e0d-872e8f595cda 2018-08-27 15:25:58,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718460083008s 2018-08-27 15:25:58,115 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-4b615caa-f0cb-47b1-9e0d-872e8f595cda 2018-08-27 15:26:03,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:26:03,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:26:03,150 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:26:03 GMT Server: Apache x-openstack-request-id: req-da7730ff-8d7b-4e2c-ba37-60af87f6e34d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:26:03,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:26:03 GMT Server: Apache x-openstack-request-id: req-e1252156-5e80-4319-b145-6890e0d54f01 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:26:03,191 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e1252156-5e80-4319-b145-6890e0d54f01 2018-08-27 15:26:03,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0707890987396s 2018-08-27 15:26:03,192 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e1252156-5e80-4319-b145-6890e0d54f01 2018-08-27 15:26:03,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:26:03,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:26:03,222 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:26:03 GMT Server: Apache x-openstack-request-id: req-d2aa9816-48cc-4720-98cd-1bcb051cb34d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:26:03,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:26:03 GMT Server: Apache x-openstack-request-id: req-00109c81-0514-4e9b-9ede-fdcffcec45ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:26:03,264 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-00109c81-0514-4e9b-9ede-fdcffcec45ff 2018-08-27 15:26:03,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712320804596s 2018-08-27 15:26:03,264 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-00109c81-0514-4e9b-9ede-fdcffcec45ff 2018-08-27 15:26:08,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:26:08,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}0f9ba0d2e5e3de9b8353276834ec129b5429e839" 2018-08-27 15:26:08,300 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:26:08 GMT Server: Apache x-openstack-request-id: req-85235e48-4297-471c-a42a-cbd810204132 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:26:08,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:26:08 GMT Server: Apache x-openstack-request-id: req-3057517d-a88a-47fd-b4b2-9e5ba3e0f8b4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:26:08,342 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3057517d-a88a-47fd-b4b2-9e5ba3e0f8b4 2018-08-27 15:26:08,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711898803711s 2018-08-27 15:26:08,342 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3057517d-a88a-47fd-b4b2-9e5ba3e0f8b4 2018-08-27 15:26:13,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:26:13,349 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 15:26:13,749 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "7b28244ddeaf43af86cd31e8e289ae52", "name": "heat_stack_owner"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T16:26:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "244e0418638349079823681e29514547", "name": "heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/244e0418638349079823681e29514547", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/244e0418638349079823681e29514547", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_244e0418638349079823681e29514547", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_244e0418638349079823681e29514547", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/244e0418638349079823681e29514547", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/244e0418638349079823681e29514547", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/244e0418638349079823681e29514547", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/244e0418638349079823681e29514547", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/244e0418638349079823681e29514547", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/244e0418638349079823681e29514547", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/244e0418638349079823681e29514547", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/244e0418638349079823681e29514547", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/244e0418638349079823681e29514547", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "heat_ims-user_6c089c3e-f865-4305-8583-4a9082697b26", "id": "45b302c5aa7e446090dd45cf34e7f915"}, "audit_ids": ["x05sFSPKSIa9p3QaiTLXZA"], "issued_at": "2018-08-27T15:26:13.000000Z"}} 2018-08-27 15:26:13,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:26:14,052 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:26:13 GMT Server: Apache x-openstack-request-id: req-c475bf5d-ac53-4d2a-8952-4c369008edb4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:26:14,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:26:14 GMT Server: Apache x-openstack-request-id: req-95ac703b-eff0-41b7-a217-3090d0059f5c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:26:14,365 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-95ac703b-eff0-41b7-a217-3090d0059f5c 2018-08-27 15:26:14,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.0171148777s 2018-08-27 15:26:14,366 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-95ac703b-eff0-41b7-a217-3090d0059f5c 2018-08-27 15:26:14,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:26:14,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:26:14,676 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:26:14 GMT Server: Apache x-openstack-request-id: req-da14c537-b859-4ca0-ba85-4dafc1b34245 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:26:14,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:26:14 GMT Server: Apache x-openstack-request-id: req-1fda885b-0cfc-43a3-bae1-c98357a8cb21 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:26:14,962 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-1fda885b-0cfc-43a3-bae1-c98357a8cb21 2018-08-27 15:26:14,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.595919132233s 2018-08-27 15:26:14,963 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-1fda885b-0cfc-43a3-bae1-c98357a8cb21 2018-08-27 15:26:19,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:26:19,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:26:20,242 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:26:19 GMT Server: Apache x-openstack-request-id: req-9a6eec84-638d-452a-88f6-08c272ef0193 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:26:20,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:26:20 GMT Server: Apache x-openstack-request-id: req-8025ec0f-04cf-4236-b9af-7492f5192d9b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:26:20,554 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8025ec0f-04cf-4236-b9af-7492f5192d9b 2018-08-27 15:26:20,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.584251880646s 2018-08-27 15:26:20,554 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8025ec0f-04cf-4236-b9af-7492f5192d9b 2018-08-27 15:26:25,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:26:25,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:26:25,848 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:26:25 GMT Server: Apache x-openstack-request-id: req-947d648e-d287-4e2e-af4f-f259eab25c8a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:26:25,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:26:25 GMT Server: Apache x-openstack-request-id: req-058552b3-220c-46af-b234-246df8d07f39 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:26:25,889 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-058552b3-220c-46af-b234-246df8d07f39 2018-08-27 15:26:25,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.329141139984s 2018-08-27 15:26:25,890 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-058552b3-220c-46af-b234-246df8d07f39 2018-08-27 15:26:25,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:26:25,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:26:25,919 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:26:25 GMT Server: Apache x-openstack-request-id: req-48be8c22-39cb-4a61-857d-de724237a9a4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:26:26,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:26:25 GMT Server: Apache x-openstack-request-id: req-70d7626d-ea8e-438c-8017-65563a74262c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:26:26,308 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-70d7626d-ea8e-438c-8017-65563a74262c 2018-08-27 15:26:26,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.418182849884s 2018-08-27 15:26:26,309 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-70d7626d-ea8e-438c-8017-65563a74262c 2018-08-27 15:26:31,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:26:31,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:26:31,608 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:26:31 GMT Server: Apache x-openstack-request-id: req-87d2136d-68c6-42e4-8f5b-cd8487a63d37 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:26:31,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:26:31 GMT Server: Apache x-openstack-request-id: req-ed62d529-b12e-4d7f-941c-702f3b0f37a6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:26:31,929 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ed62d529-b12e-4d7f-941c-702f3b0f37a6 2018-08-27 15:26:31,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.612854957581s 2018-08-27 15:26:31,929 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-ed62d529-b12e-4d7f-941c-702f3b0f37a6 2018-08-27 15:26:36,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:26:36,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:26:37,220 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:26:36 GMT Server: Apache x-openstack-request-id: req-e5459f23-d3c0-451f-9afc-e990215c526d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:26:37,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:26:37 GMT Server: Apache x-openstack-request-id: req-e35c1fc3-96fa-4c65-a8d6-b050d6b04632 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:26:37,262 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e35c1fc3-96fa-4c65-a8d6-b050d6b04632 2018-08-27 15:26:37,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.326723098755s 2018-08-27 15:26:37,262 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-e35c1fc3-96fa-4c65-a8d6-b050d6b04632 2018-08-27 15:26:37,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:26:37,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:26:37,561 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:26:37 GMT Server: Apache x-openstack-request-id: req-cfc086de-a037-4b8c-b232-5f3d27f6b5b9 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:26:38,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:26:37 GMT Server: Apache x-openstack-request-id: req-130de9a0-1448-468f-b842-0db282e836ac Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:26:38,267 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-130de9a0-1448-468f-b842-0db282e836ac 2018-08-27 15:26:38,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 1.0042591095s 2018-08-27 15:26:38,267 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-130de9a0-1448-468f-b842-0db282e836ac 2018-08-27 15:26:43,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:26:43,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:26:43,561 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:26:43 GMT Server: Apache x-openstack-request-id: req-1ce78e2a-a8f8-4bba-bc53-a959f8394065 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:26:43,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:26:43 GMT Server: Apache x-openstack-request-id: req-d4e593cf-a710-4279-8603-3a0f0476aaf6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:26:43,871 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d4e593cf-a710-4279-8603-3a0f0476aaf6 2018-08-27 15:26:43,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.596374034882s 2018-08-27 15:26:43,871 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d4e593cf-a710-4279-8603-3a0f0476aaf6 2018-08-27 15:26:48,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:26:48,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:26:48,907 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:26:48 GMT Server: Apache x-openstack-request-id: req-5e762a9d-19ce-471a-954d-cae533e62d4c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:26:49,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:26:48 GMT Server: Apache x-openstack-request-id: req-5dcffe22-434d-4e05-9d8a-607084b32cc0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:26:49,186 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5dcffe22-434d-4e05-9d8a-607084b32cc0 2018-08-27 15:26:49,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.308847904205s 2018-08-27 15:26:49,186 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-5dcffe22-434d-4e05-9d8a-607084b32cc0 2018-08-27 15:26:49,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:26:49,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:26:49,899 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:26:49 GMT Server: Apache x-openstack-request-id: req-d55345bd-821c-449a-8ce6-5d2765819aa0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:26:49,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:26:49 GMT Server: Apache x-openstack-request-id: req-8d428ed0-8f99-4219-acc7-1c0f8e0cb1e7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:26:49,943 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8d428ed0-8f99-4219-acc7-1c0f8e0cb1e7 2018-08-27 15:26:49,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.756556987762s 2018-08-27 15:26:49,944 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-8d428ed0-8f99-4219-acc7-1c0f8e0cb1e7 2018-08-27 15:26:54,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:26:54,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:26:55,251 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:26:54 GMT Server: Apache x-openstack-request-id: req-a0ed858f-ac1e-488d-ac78-a611afa951d8 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:26:55,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:26:55 GMT Server: Apache x-openstack-request-id: req-6f324333-cd50-4fe9-9df1-a8a654715205 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:26:55,566 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6f324333-cd50-4fe9-9df1-a8a654715205 2018-08-27 15:26:55,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.615183115005s 2018-08-27 15:26:55,566 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-6f324333-cd50-4fe9-9df1-a8a654715205 2018-08-27 15:27:00,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:27:00,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:27:00,876 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:27:00 GMT Server: Apache x-openstack-request-id: req-e970a103-4b31-4aeb-bc50-969fca03e87e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:27:00,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:27:00 GMT Server: Apache x-openstack-request-id: req-180e6222-aee3-4ef8-82be-b4da237c3154 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:27:00,918 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-180e6222-aee3-4ef8-82be-b4da237c3154 2018-08-27 15:27:00,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.347728013992s 2018-08-27 15:27:00,919 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-180e6222-aee3-4ef8-82be-b4da237c3154 2018-08-27 15:27:00,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:27:00,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:27:00,948 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:27:00 GMT Server: Apache x-openstack-request-id: req-a7a437f2-0fc6-4131-a639-fe93e2d06d62 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:27:01,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:27:00 GMT Server: Apache x-openstack-request-id: req-6ee9c7ac-7e8d-43bb-99f5-7557edcb8ba4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:27:01,255 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6ee9c7ac-7e8d-43bb-99f5-7557edcb8ba4 2018-08-27 15:27:01,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.336286067963s 2018-08-27 15:27:01,256 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6ee9c7ac-7e8d-43bb-99f5-7557edcb8ba4 2018-08-27 15:27:06,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:27:06,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:27:06,291 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:27:06 GMT Server: Apache x-openstack-request-id: req-9d942212-c12b-4ca2-a0db-98b3234271d0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:27:06,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:27:06 GMT Server: Apache x-openstack-request-id: req-a55aa5ad-e8a3-42dd-aada-49a914609116 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:27:06,594 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a55aa5ad-e8a3-42dd-aada-49a914609116 2018-08-27 15:27:06,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.331112861633s 2018-08-27 15:27:06,594 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a55aa5ad-e8a3-42dd-aada-49a914609116 2018-08-27 15:27:11,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:27:11,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:27:11,630 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:27:11 GMT Server: Apache x-openstack-request-id: req-14f5a477-237e-4e2a-b62b-79b223f589df Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:27:11,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:27:11 GMT Server: Apache x-openstack-request-id: req-9699def2-701d-42a4-8f8c-5b3415e6231f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:27:11,671 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9699def2-701d-42a4-8f8c-5b3415e6231f 2018-08-27 15:27:11,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715999603271s 2018-08-27 15:27:11,672 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-9699def2-701d-42a4-8f8c-5b3415e6231f 2018-08-27 15:27:11,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:27:11,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:27:11,701 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:27:11 GMT Server: Apache x-openstack-request-id: req-358a6d33-cfd0-4045-912f-2efb4b9a61a4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:27:11,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:27:11 GMT Server: Apache x-openstack-request-id: req-bde65d93-ac1e-4cdb-a6ef-b30fdb29cf14 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:27:11,744 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-bde65d93-ac1e-4cdb-a6ef-b30fdb29cf14 2018-08-27 15:27:11,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0713968276978s 2018-08-27 15:27:11,744 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-bde65d93-ac1e-4cdb-a6ef-b30fdb29cf14 2018-08-27 15:27:16,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:27:16,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:27:17,041 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:27:16 GMT Server: Apache x-openstack-request-id: req-ab1b085b-ee28-4c65-9b4d-0f387e371c52 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:27:17,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:27:17 GMT Server: Apache x-openstack-request-id: req-c12831d7-7f97-4b37-a282-3d9ecd6319d0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:27:17,083 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c12831d7-7f97-4b37-a282-3d9ecd6319d0 2018-08-27 15:27:17,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.333510160446s 2018-08-27 15:27:17,083 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-c12831d7-7f97-4b37-a282-3d9ecd6319d0 2018-08-27 15:27:22,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:27:22,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:27:22,392 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:27:22 GMT Server: Apache x-openstack-request-id: req-1abfa6c5-ed3d-4ba5-9edb-b09e35b7d223 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:27:22,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:27:22 GMT Server: Apache x-openstack-request-id: req-a88cf183-fd8c-4802-b2d3-5ef1f0430254 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:27:22,434 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a88cf183-fd8c-4802-b2d3-5ef1f0430254 2018-08-27 15:27:22,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.344412088394s 2018-08-27 15:27:22,434 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a88cf183-fd8c-4802-b2d3-5ef1f0430254 2018-08-27 15:27:22,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:27:22,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:27:22,464 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:27:22 GMT Server: Apache x-openstack-request-id: req-9a303586-b6b7-4a76-b2c5-337378e7e0be Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:27:22,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:27:22 GMT Server: Apache x-openstack-request-id: req-514099bd-584b-4f25-99bf-fb2c7015ea88 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:27:22,774 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-514099bd-584b-4f25-99bf-fb2c7015ea88 2018-08-27 15:27:22,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.33979010582s 2018-08-27 15:27:22,775 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-514099bd-584b-4f25-99bf-fb2c7015ea88 2018-08-27 15:27:27,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:27:27,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:27:28,058 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:27:27 GMT Server: Apache x-openstack-request-id: req-2c1c573a-23ca-4fa0-aa5c-ab3aff07687d Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:27:28,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:27:28 GMT Server: Apache x-openstack-request-id: req-43314fb4-c564-4585-a3d7-6bc1c877150d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:27:28,100 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-43314fb4-c564-4585-a3d7-6bc1c877150d 2018-08-27 15:27:28,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.318701982498s 2018-08-27 15:27:28,100 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-43314fb4-c564-4585-a3d7-6bc1c877150d 2018-08-27 15:27:33,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:27:33,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:27:33,138 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:27:33 GMT Server: Apache x-openstack-request-id: req-a68f8d77-9b8f-4aad-8e93-50529ed60c99 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:27:33,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:27:33 GMT Server: Apache x-openstack-request-id: req-3e8328fb-8b65-489b-9bae-4e0cf851e621 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:27:33,376 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3e8328fb-8b65-489b-9bae-4e0cf851e621 2018-08-27 15:27:33,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.269508123398s 2018-08-27 15:27:33,376 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3e8328fb-8b65-489b-9bae-4e0cf851e621 2018-08-27 15:27:33,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:27:33,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:27:33,661 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:27:33 GMT Server: Apache x-openstack-request-id: req-1c56769e-47b0-4f40-81c5-90a0166dac67 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:27:33,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:27:33 GMT Server: Apache x-openstack-request-id: req-6215be08-df70-4869-8b1e-c467c8d14819 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:27:33,953 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6215be08-df70-4869-8b1e-c467c8d14819 2018-08-27 15:27:33,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.576215028763s 2018-08-27 15:27:33,953 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6215be08-df70-4869-8b1e-c467c8d14819 2018-08-27 15:27:38,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:27:38,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:27:38,989 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:27:38 GMT Server: Apache x-openstack-request-id: req-7c109b6c-a427-473c-b514-6c6a1799d8c7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:27:39,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:27:38 GMT Server: Apache x-openstack-request-id: req-8d55e545-1b39-4146-ab19-f3a65be76943 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:27:39,031 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8d55e545-1b39-4146-ab19-f3a65be76943 2018-08-27 15:27:39,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.070573091507s 2018-08-27 15:27:39,031 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-8d55e545-1b39-4146-ab19-f3a65be76943 2018-08-27 15:27:44,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:27:44,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:27:44,343 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:27:44 GMT Server: Apache x-openstack-request-id: req-ddd1b3d3-8d85-4e2a-ba6e-b1d398692b96 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:27:44,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:27:44 GMT Server: Apache x-openstack-request-id: req-3a3039a5-4564-466a-887b-3d02bf94f737 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:27:44,384 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3a3039a5-4564-466a-887b-3d02bf94f737 2018-08-27 15:27:44,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.349413156509s 2018-08-27 15:27:44,384 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-3a3039a5-4564-466a-887b-3d02bf94f737 2018-08-27 15:27:44,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:27:44,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:27:44,431 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:27:44 GMT Server: Apache x-openstack-request-id: req-700890ae-9bed-40c5-8f0b-85d9874920d3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:27:44,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:27:44 GMT Server: Apache x-openstack-request-id: req-93805790-7189-4c6b-aec1-4328e139accc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:27:44,473 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-93805790-7189-4c6b-aec1-4328e139accc 2018-08-27 15:27:44,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.088084936142s 2018-08-27 15:27:44,473 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-93805790-7189-4c6b-aec1-4328e139accc 2018-08-27 15:27:49,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:27:49,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:27:49,510 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:27:49 GMT Server: Apache x-openstack-request-id: req-c156fbc5-241e-445f-88cb-98a758eba9de Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:27:49,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:27:49 GMT Server: Apache x-openstack-request-id: req-a0050c30-b84f-4f2e-a769-ae3940a0b83a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:27:49,552 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a0050c30-b84f-4f2e-a769-ae3940a0b83a 2018-08-27 15:27:49,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715219974518s 2018-08-27 15:27:49,552 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-a0050c30-b84f-4f2e-a769-ae3940a0b83a 2018-08-27 15:27:54,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:27:54,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:27:54,588 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:27:54 GMT Server: Apache x-openstack-request-id: req-814a0f2a-873d-406d-9340-3d5f8c8404b5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:27:54,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:27:54 GMT Server: Apache x-openstack-request-id: req-31bbb90e-142e-4212-8d8a-9df16931ee23 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:27:54,630 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-31bbb90e-142e-4212-8d8a-9df16931ee23 2018-08-27 15:27:54,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725789070129s 2018-08-27 15:27:54,631 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-31bbb90e-142e-4212-8d8a-9df16931ee23 2018-08-27 15:27:54,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:27:54,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:27:54,661 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:27:54 GMT Server: Apache x-openstack-request-id: req-564f8413-3f59-4464-b818-0b6f3edf5583 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:27:54,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:27:54 GMT Server: Apache x-openstack-request-id: req-93c4d0db-7169-4bf5-9680-77441444e7c4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:27:54,702 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-93c4d0db-7169-4bf5-9680-77441444e7c4 2018-08-27 15:27:54,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.070839881897s 2018-08-27 15:27:54,703 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-93c4d0db-7169-4bf5-9680-77441444e7c4 2018-08-27 15:27:59,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:27:59,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:27:59,739 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:27:59 GMT Server: Apache x-openstack-request-id: req-e57798c9-d477-4b32-b38b-198af8bc0c35 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:27:59,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:27:59 GMT Server: Apache x-openstack-request-id: req-90b563a9-1db9-44c0-a769-16c69026ed1b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:27:59,784 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-90b563a9-1db9-44c0-a769-16c69026ed1b 2018-08-27 15:27:59,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0749440193176s 2018-08-27 15:27:59,785 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-90b563a9-1db9-44c0-a769-16c69026ed1b 2018-08-27 15:28:04,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:28:04,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:04,821 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:28:04 GMT Server: Apache x-openstack-request-id: req-749c84d2-ae68-498b-83b9-5bfeab9558ec Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:28:04,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28:04 GMT Server: Apache x-openstack-request-id: req-62fd3c17-3a79-43da-8078-1334647dd479 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:28:04,863 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-62fd3c17-3a79-43da-8078-1334647dd479 2018-08-27 15:28:04,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718240737915s 2018-08-27 15:28:04,863 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-62fd3c17-3a79-43da-8078-1334647dd479 2018-08-27 15:28:04,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:28:04,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:04,891 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:28:04 GMT Server: Apache x-openstack-request-id: req-7ccdbb11-39ab-455f-96e4-18e72bc67f5c Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:28:04,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28:04 GMT Server: Apache x-openstack-request-id: req-7b828cc3-6b14-40f0-a815-91db72380a7c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "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_6c089c3e-f865-4305-8583-4a9082697b26", "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": "9e7da560-d286-4d69-b2d6-e7b51586033c", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-27 15:28:04,933 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-7b828cc3-6b14-40f0-a815-91db72380a7c 2018-08-27 15:28:04,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0692758560181s 2018-08-27 15:28:04,933 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-7b828cc3-6b14-40f0-a815-91db72380a7c 2018-08-27 15:28:09,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:28:09,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:10,629 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:28:09 GMT Server: Apache x-openstack-request-id: req-63571678-c80f-4149-8120-81b9a2e54c5a Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:28:10,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28:10 GMT Server: Apache x-openstack-request-id: req-d0eed73d-daf8-4980-9552-9eb5e284f8be Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:28:10,671 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d0eed73d-daf8-4980-9552-9eb5e284f8be 2018-08-27 15:28:10,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.730640172958s 2018-08-27 15:28:10,671 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-d0eed73d-daf8-4980-9552-9eb5e284f8be 2018-08-27 15:28:15,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:28:15,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:15,707 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:28:15 GMT Server: Apache x-openstack-request-id: req-70748d58-5aa7-4ec2-9776-c64e89ff6821 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&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 15:28:15,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28:15 GMT Server: Apache x-openstack-request-id: req-818bca81-89d6-4ca6-abff-8ea6055ccfcf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1332 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "vellum", "event_time": "2018-08-27T15:28:10Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/vellum/events/97e29568-92a1-4a39-b557-93ca9838f98a", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "Unauthorized: resources.vellum.resources[0].resources.server: This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand ho", "resource_status": "CREATE_FAILED", "physical_resource_id": "ed7761b8-9c9b-4798-9d11-9c4369578add", "id": "97e29568-92a1-4a39-b557-93ca9838f98a"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-27T15:28:10Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/clearwater-opnfv/events/83b73c89-e2b1-46eb-a1b0-245b933e1994", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Resource CREATE failed: Unauthorized: resources.vellum.resources[0].resources.server: This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browse", "resource_status": "CREATE_FAILED", "physical_resource_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "id": "83b73c89-e2b1-46eb-a1b0-245b933e1994"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-27T15:28:10Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/clearwater-opnfv/events/7632a11b-95e3-4d9f-9732-ae5564026fe2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack ROLLBACK started", "resource_status": "ROLLBACK_IN_PROGRESS", "physical_resource_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "id": "7632a11b-95e3-4d9f-9732-ae5564026fe2"}, {"resource_name": "bono", "event_time": "2018-08-27T15:28:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/bono/events/a74202ff-b8a0-4eba-a8eb-d0a6f36d3754", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "f5ae6d76-4d35-45b8-84ae-8f85b320e7ac", "id": "a74202ff-b8a0-4eba-a8eb-d0a6f36d3754"}, {"resource_name": "sprout", "event_time": "2018-08-27T15:28:12Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sprout/events/c0c00185-9717-491f-8ac5-06d503936534", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "fba279f6-ed7e-4ad7-8295-3e8e567f5614", "id": "c0c00185-9717-491f-8ac5-06d503936534"}, {"resource_name": "dime", "event_time": "2018-08-27T15:28:13Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dime/events/a2de545f-e1cb-433d-b50a-bb02024c5baa", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "a08e98e3-e1d0-4548-882f-458f9528045e", "id": "a2de545f-e1cb-433d-b50a-bb02024c5baa"}, {"resource_name": "vellum", "event_time": "2018-08-27T15:28:14Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/vellum/events/3bc0e106-8839-49c3-b9cd-191f88e0e4e4", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "ed7761b8-9c9b-4798-9d11-9c4369578add", "id": "3bc0e106-8839-49c3-b9cd-191f88e0e4e4"}, {"resource_name": "bono", "event_time": "2018-08-27T15:28:14Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/bono/events/3d429915-bf0f-49c9-a8b2-19112bc35188", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "AttributeError: resources.bono.resources[0].resources.server: 'NoneType' object has no attribute 'version'", "resource_status": "DELETE_FAILED", "physical_resource_id": "f5ae6d76-4d35-45b8-84ae-8f85b320e7ac", "id": "3d429915-bf0f-49c9-a8b2-19112bc35188"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-27T15:28:14Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/clearwater-opnfv/events/22fdfcfe-f816-46fa-b1f1-6fc2b7d02a9c", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Resource DELETE failed: AttributeError: resources.bono.resources[0].resources.server: 'NoneType' object has no attribute 'version'", "resource_status": "ROLLBACK_FAILED", "physical_resource_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "id": "22fdfcfe-f816-46fa-b1f1-6fc2b7d02a9c"}, {"resource_name": "sprout", "event_time": "2018-08-27T15:28:14Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sprout/events/cdd82e29-64d5-4fc8-83e2-3875218be541", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "AttributeError: resources.sprout.resources[0].resources.server: 'NoneType' object has no attribute 'version'", "resource_status": "DELETE_FAILED", "physical_resource_id": "fba279f6-ed7e-4ad7-8295-3e8e567f5614", "id": "cdd82e29-64d5-4fc8-83e2-3875218be541"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-27T15:28:14Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/clearwater-opnfv/events/0ea45c7a-dc58-4dee-9510-beb9fb5bdb93", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Resource DELETE failed: AttributeError: resources.sprout.resources[0].resources.server: 'NoneType' object has no attribute 'version'", "resource_status": "ROLLBACK_FAILED", "physical_resource_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "id": "0ea45c7a-dc58-4dee-9510-beb9fb5bdb93"}, {"resource_name": "dime", "event_time": "2018-08-27T15:28:15Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dime/events/bc905d5b-bbe6-4c30-9408-7393156723a5", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "AttributeError: resources.dime.resources[0].resources.server: 'NoneType' object has no attribute 'version'", "resource_status": "DELETE_FAILED", "physical_resource_id": "a08e98e3-e1d0-4548-882f-458f9528045e", "id": "bc905d5b-bbe6-4c30-9408-7393156723a5"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-27T15:28:15Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/clearwater-opnfv/events/79d3ef40-b17d-499c-8747-ff1b3fd3374c", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Resource DELETE failed: AttributeError: resources.dime.resources[0].resources.server: 'NoneType' object has no attribute 'version'", "resource_status": "ROLLBACK_FAILED", "physical_resource_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "id": "79d3ef40-b17d-499c-8747-ff1b3fd3374c"}]} 2018-08-27 15:28:15,756 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-818bca81-89d6-4ca6-abff-8ea6055ccfcf 2018-08-27 15:28:15,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0784349441528s 2018-08-27 15:28:15,756 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc&marker=f6f4ad7f-8d4f-44d6-9eed-2d30a3749f2b&sort_dir=asc used request id req-818bca81-89d6-4ca6-abff-8ea6055ccfcf 2018-08-27 15:28:15,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:28:15,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:15,788 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:28:15 GMT Server: Apache x-openstack-request-id: req-1126c0f3-cdf1-4e7c-877e-2926f9e745cc Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2 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 15:28:15,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28:15 GMT Server: Apache x-openstack-request-id: req-3a889f3f-8924-4ac7-acfe-fd5d5b06e6fb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "No description", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "OS::stack_name": "clearwater-opnfv"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "stack_status_reason": "Resource DELETE failed: AttributeError: resources.bono.resources[0].resources.server: 'NoneType' object has no attribute 'version'", "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": 60, "stack_status": "ROLLBACK_FAILED", "stack_owner": null, "updated_time": "2018-08-27T15:28:10Z", "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "outputs": [], "template_description": "No description"}} 2018-08-27 15:28:15,814 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2 used request id req-3a889f3f-8924-4ac7-acfe-fd5d5b06e6fb 2018-08-27 15:28:15,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0539610385895s 2018-08-27 15:28:15,814 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2 used request id req-3a889f3f-8924-4ac7-acfe-fd5d5b06e6fb 2018-08-27 15:28:15,816 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - stack: Munch({'stack_name': u'clearwater-opnfv', 'creation_time': u'2018-08-27T14:28:29Z', 'updated_at': u'2018-08-27T15:28:10Z', 'notification_topics': [], 'timeout_mins': 60, 'owner': None, 'tempate_description': u'No description', 'deleted_at': None, 'id': u'154bff18-42c9-4f39-9874-fc11caadccd2', 'parameters': Munch({u'OS::project_id': u'244e0418638349079823681e29514547', u'OS::stack_id': u'154bff18-42c9-4f39-9874-fc11caadccd2', u'OS::stack_name': u'clearwater-opnfv'}), 'deletion_time': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'stack_user_project_id': u'b065084a8be2480bbbf57dd2fd776c6e', 'status': u'FAILED', 'disable_rollback': False, 'description': u'No description', 'parent': None, 'tags': None, 'outputs': [], 'stack_owner': None, 'stack_status': u'ROLLBACK_FAILED', 'status_reason': u"Resource DELETE failed: AttributeError: resources.bono.resources[0].resources.server: 'NoneType' object has no attribute 'version'", 'properties': Munch({u'capabilities': []}), 'template_description': u'No description', 'is_rollback_enabled': False, 'name': u'clearwater-opnfv', 'created_at': u'2018-08-27T14:28:29Z', 'stack_status_reason': u"Resource DELETE failed: AttributeError: resources.bono.resources[0].resources.server: 'NoneType' object has no attribute 'version'", 'updated_time': u'2018-08-27T15:28:10Z', 'action': u'ROLLBACK', 'identifier': 'clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2'}) 2018-08-27 15:28:15,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:28:15,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:17,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28: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-47956cc1-8114-40c4-b0d9-5a55c5b6b2f4 x-compute-request-id: req-47956cc1-8114-40c4-b0d9-5a55c5b6b2f4 Content-Encoding: gzip Content-Length: 1521 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:3f:c0:ae", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:c0:ae", "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:c9:88:41", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:88:41", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0d0a8079-1bd1-43f4-862e-a4ca712aa436", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0d0a8079-1bd1-43f4-862e-a4ca712aa436", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:33:50.000000", "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "0d0a8079-1bd1-43f4-862e-a4ca712aa436", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "45b302c5aa7e446090dd45cf34e7f915", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:33:50Z", "hostId": "46d97d89d67b8cf75570103c85fc8508f2f920992fff6686c4f1237b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T14:31:39Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c739b890-a5e2-4b71-970d-fb2e619b9738", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c739b890-a5e2-4b71-970d-fb2e619b9738", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "c739b890-a5e2-4b71-970d-fb2e619b9738", "user_id": "45b302c5aa7e446090dd45cf34e7f915", "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-27T14:31:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T14:31:37Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:fc:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:fc:5a", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:47:fe", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3cd1645a-ff78-4e9b-937e-50affe417b81", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3cd1645a-ff78-4e9b-937e-50affe417b81", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:32:00.000000", "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "3cd1645a-ff78-4e9b-937e-50affe417b81", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "45b302c5aa7e446090dd45cf34e7f915", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:32:00Z", "hostId": "8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T14:31:36Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:36:0e", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:36:0e", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:c9:9a", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b3ac014e-7a05-43f5-9ea9-133a037be65c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b3ac014e-7a05-43f5-9ea9-133a037be65c", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:31:58.000000", "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "b3ac014e-7a05-43f5-9ea9-133a037be65c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "45b302c5aa7e446090dd45cf34e7f915", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:31:58Z", "hostId": "8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T14:31:36Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:68:f0", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:68:f0", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:89:ef", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:89:ef", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e1496b01-44a1-47b2-b6c9-f496add23aa1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e1496b01-44a1-47b2-b6c9-f496add23aa1", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:33:51.000000", "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "e1496b01-44a1-47b2-b6c9-f496add23aa1", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "45b302c5aa7e446090dd45cf34e7f915", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:33:51Z", "hostId": "46d97d89d67b8cf75570103c85fc8508f2f920992fff6686c4f1237b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T14:31:36Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:29:ae", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:29:ae", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a5f97a1e-e8b7-4fe7-9668-22cd2c8c600c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a5f97a1e-e8b7-4fe7-9668-22cd2c8c600c", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:31:17.000000", "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "a5f97a1e-e8b7-4fe7-9668-22cd2c8c600c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "45b302c5aa7e446090dd45cf34e7f915", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:31:17Z", "hostId": "8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T14:31:04Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:98:6f", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:98:6f", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:f8:94", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ce8ce41-402f-419c-89b5-5c0d3cd40855", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ce8ce41-402f-419c-89b5-5c0d3cd40855", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:30:51.000000", "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "0ce8ce41-402f-419c-89b5-5c0d3cd40855", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "45b302c5aa7e446090dd45cf34e7f915", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:30:51Z", "hostId": "8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "ns.clearwater.opnfv", "created": "2018-08-27T14:29:09Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:28:17,407 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-47956cc1-8114-40c4-b0d9-5a55c5b6b2f4 2018-08-27 15:28:17,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.59108901024s 2018-08-27 15:28:17,408 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-47956cc1-8114-40c4-b0d9-5a55c5b6b2f4 2018-08-27 15:28:17,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 15:28:17,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:17,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1884 X-Openstack-Request-Id: req-b2df852f-59ec-45f9-83ce-3c95f6a41395 Date: Mon, 27 Aug 2018 15:28:17 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"71953b85-c4d1-441c-96e8-714b9ad665ff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"244e0418638349079823681e29514547","l2_adjacency":true,"status":"ACTIVE","subnets":["ea7a4c30-9772-467e-8331-bfccd4401587"],"description":"","tags":[],"updated_at":"2018-08-27T14:28:38Z","qos_policy_id":null,"name":"clearwater-opnfv-private-management","admin_state_up":true,"tenant_id":"244e0418638349079823681e29514547","created_at":"2018-08-27T14:28:35Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b7863523-77ef-4aaa-8115-45c459f8ccfc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"244e0418638349079823681e29514547","l2_adjacency":true,"status":"ACTIVE","subnets":["7b98d3a7-63e7-44bc-96ca-b54f92381a07"],"description":"","tags":[],"updated_at":"2018-08-27T14:28:35Z","qos_policy_id":null,"name":"clearwater-opnfv-private-signaling","admin_state_up":true,"tenant_id":"244e0418638349079823681e29514547","created_at":"2018-08-27T14:28:33Z","mtu":1450}]} 2018-08-27 15:28:17,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b2df852f-59ec-45f9-83ce-3c95f6a41395 2018-08-27 15:28:17,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.348706007004s 2018-08-27 15:28:17,769 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b2df852f-59ec-45f9-83ce-3c95f6a41395 2018-08-27 15:28:17,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 15:28:17,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:18,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-f9dc1fbd-b995-4eb9-a857-85484760f4e5 Date: Mon, 27 Aug 2018 15:28:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7863523-77ef-4aaa-8115-45c459f8ccfc","tenant_id":"244e0418638349079823681e29514547","created_at":"2018-08-27T14:28:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T14:28:35Z","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":"244e0418638349079823681e29514547","id":"7b98d3a7-63e7-44bc-96ca-b54f92381a07","subnetpool_id":null,"name":"clearwater-opnfv-private-signaling"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"71953b85-c4d1-441c-96e8-714b9ad665ff","tenant_id":"244e0418638349079823681e29514547","created_at":"2018-08-27T14:28:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T14:28:38Z","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":"244e0418638349079823681e29514547","id":"ea7a4c30-9772-467e-8331-bfccd4401587","subnetpool_id":null,"name":"clearwater-opnfv-private-management"}]} 2018-08-27 15:28:18,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-f9dc1fbd-b995-4eb9-a857-85484760f4e5 2018-08-27 15:28:18,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.312355995178s 2018-08-27 15:28:18,083 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-f9dc1fbd-b995-4eb9-a857-85484760f4e5 2018-08-27 15:28:19,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 15:28:19,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:19,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28: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-e5c873b2-29a8-490d-a0a5-25ac51c80c54 x-compute-request-id: req-e5c873b2-29a8-490d-a0a5-25ac51c80c54 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "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": "bed8e90f-348e-48c2-89f5-50cd7333d537"}]} 2018-08-27 15:28:19,110 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-e5c873b2-29a8-490d-a0a5-25ac51c80c54 2018-08-27 15:28:19,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0225110054016s 2018-08-27 15:28:19,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-e5c873b2-29a8-490d-a0a5-25ac51c80c54 2018-08-27 15:28:19,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-27 15:28:19,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/0d0a8079-1bd1-43f4-862e-a4ca712aa436/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:20,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28: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-32293771-ac9a-4472-bdc4-e8205c249852 x-compute-request-id: req-32293771-ac9a-4472-bdc4-e8205c249852 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "789c7a3b-bb4b-4a01-b7e6-c7f73eb0b50a"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "b31b3539-f647-4534-913d-07b901884a57"}, {"from_port": 4000, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {}, "id": "bc914edc-a843-439c-ae6a-31535fc2575e"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c0867c05-09f0-415c-b4da-14355b406b97"}, {"from_port": 2380, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {}, "id": "d999819d-1663-4590-83fb-4c751da59c9e"}], "tenant_id": "244e0418638349079823681e29514547", "id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 7888, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "17224af9-bcbd-4695-ae74-a1f35410b963", "ip_range": {}, "id": "87ed80b4-db90-4b07-93ea-acc8409a4a95"}, {"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "17224af9-bcbd-4695-ae74-a1f35410b963", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "eb82f9a3-4132-4ec0-acec-a87e1a2e12ae"}], "tenant_id": "244e0418638349079823681e29514547", "id": "17224af9-bcbd-4695-ae74-a1f35410b963", "name": "clearwater-opnfv-homer-mgmt", "description": "Security group for Homer nodes (management)"}, {"rules": [{"from_port": 9160, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "1692582e-ce20-494e-a3ab-4543239c8c1c", "ip_range": {}, "id": "1db453dd-06f7-4726-91e0-5cd21fab90a6"}, {"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "1692582e-ce20-494e-a3ab-4543239c8c1c", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e93eb5e5-c21a-4130-91ca-515e67bf56d8"}, {"from_port": 7888, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "1692582e-ce20-494e-a3ab-4543239c8c1c", "ip_range": {}, "id": "f77cae11-6120-4de8-830c-3ea477267270"}], "tenant_id": "244e0418638349079823681e29514547", "id": "1692582e-ce20-494e-a3ab-4543239c8c1c", "name": "clearwater-opnfv-homer-sig", "description": "Security group for Homer nodes (signaling)"}]} 2018-08-27 15:28:20,555 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0d0a8079-1bd1-43f4-862e-a4ca712aa436/os-security-groups used request id req-32293771-ac9a-4472-bdc4-e8205c249852 2018-08-27 15:28:20,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.44331288338s 2018-08-27 15:28:20,556 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0d0a8079-1bd1-43f4-862e-a4ca712aa436/os-security-groups used request id req-32293771-ac9a-4472-bdc4-e8205c249852 2018-08-27 15:28:20,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 15:28:20,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:21,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-29636bd2-511a-4a89-874b-80fe16d134fa Date: Mon, 27 Aug 2018 15:28:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:28:16Z", "file": "/v2/images/74f42650-f020-432a-9cfb-cf441af77c67/file", "owner": "244e0418638349079823681e29514547", "id": "74f42650-f020-432a-9cfb-cf441af77c67", "size": 263193088, "self": "/v2/images/74f42650-f020-432a-9cfb-cf441af77c67", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/74f42650-f020-432a-9cfb-cf441af77c67/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/74f42650-f020-432a-9cfb-cf441af77c67/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T14:28:12Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 15:28:21,285 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-29636bd2-511a-4a89-874b-80fe16d134fa 2018-08-27 15:28:21,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.719529151917s 2018-08-27 15:28:21,285 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-29636bd2-511a-4a89-874b-80fe16d134fa 2018-08-27 15:28:21,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 15:28:21,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:22,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28:21 GMT Server: Apache x-compute-request-id: req-6bee82af-74bf-44cc-b0a3-ee2b78b075ad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6bee82af-74bf-44cc-b0a3-ee2b78b075ad Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-27 15:28:22,097 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/volumes/detail used request id req-6bee82af-74bf-44cc-b0a3-ee2b78b075ad 2018-08-27 15:28:22,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.807410001755s 2018-08-27 15:28:22,097 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/volumes/detail used request id req-6bee82af-74bf-44cc-b0a3-ee2b78b075ad 2018-08-27 15:28:22,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 15:28:22,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:22,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28: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-fc394038-2d81-4e61-9b4e-c3c65544be3c x-compute-request-id: req-fc394038-2d81-4e61-9b4e-c3c65544be3c Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "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": "bed8e90f-348e-48c2-89f5-50cd7333d537"}]} 2018-08-27 15:28:22,125 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-fc394038-2d81-4e61-9b4e-c3c65544be3c 2018-08-27 15:28:22,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0248279571533s 2018-08-27 15:28:22,125 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-fc394038-2d81-4e61-9b4e-c3c65544be3c 2018-08-27 15:28:22,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-27 15:28:22,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/c739b890-a5e2-4b71-970d-fb2e619b9738/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:22,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28: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-750f89bc-e18d-4b5a-bd9f-47125a2da8c2 x-compute-request-id: req-750f89bc-e18d-4b5a-bd9f-47125a2da8c2 Content-Length: 23 Content-Type: application/json RESP BODY: {"security_groups": []} 2018-08-27 15:28:22,728 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c739b890-a5e2-4b71-970d-fb2e619b9738/os-security-groups used request id req-750f89bc-e18d-4b5a-bd9f-47125a2da8c2 2018-08-27 15:28:22,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.601701021194s 2018-08-27 15:28:22,729 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c739b890-a5e2-4b71-970d-fb2e619b9738/os-security-groups used request id req-750f89bc-e18d-4b5a-bd9f-47125a2da8c2 2018-08-27 15:28:22,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 15:28:22,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:23,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-6823a5c6-5937-4060-b7a7-4cf035498653 Date: Mon, 27 Aug 2018 15:28:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:28:16Z", "file": "/v2/images/74f42650-f020-432a-9cfb-cf441af77c67/file", "owner": "244e0418638349079823681e29514547", "id": "74f42650-f020-432a-9cfb-cf441af77c67", "size": 263193088, "self": "/v2/images/74f42650-f020-432a-9cfb-cf441af77c67", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/74f42650-f020-432a-9cfb-cf441af77c67/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/74f42650-f020-432a-9cfb-cf441af77c67/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T14:28:12Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 15:28:23,458 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6823a5c6-5937-4060-b7a7-4cf035498653 2018-08-27 15:28:23,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.725822925568s 2018-08-27 15:28:23,458 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6823a5c6-5937-4060-b7a7-4cf035498653 2018-08-27 15:28:23,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 15:28:23,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:24,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28:23 GMT Server: Apache x-compute-request-id: req-bf8c3793-9bbb-4725-84a0-ee77a8e9f5e4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bf8c3793-9bbb-4725-84a0-ee77a8e9f5e4 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-27 15:28:24,177 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/volumes/detail used request id req-bf8c3793-9bbb-4725-84a0-ee77a8e9f5e4 2018-08-27 15:28:24,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.715084075928s 2018-08-27 15:28:24,177 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/volumes/detail used request id req-bf8c3793-9bbb-4725-84a0-ee77a8e9f5e4 2018-08-27 15:28:24,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 15:28:24,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:24,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28: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-a79a64d9-0ef8-46df-84ac-39b61287d58e x-compute-request-id: req-a79a64d9-0ef8-46df-84ac-39b61287d58e Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "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": "bed8e90f-348e-48c2-89f5-50cd7333d537"}]} 2018-08-27 15:28:24,203 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-a79a64d9-0ef8-46df-84ac-39b61287d58e 2018-08-27 15:28:24,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.02578997612s 2018-08-27 15:28:24,204 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-a79a64d9-0ef8-46df-84ac-39b61287d58e 2018-08-27 15:28:24,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-27 15:28:24,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/3cd1645a-ff78-4e9b-937e-50affe417b81/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:26,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28: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-14053bcf-3773-4b2b-a95f-5c8239aca133 x-compute-request-id: req-14053bcf-3773-4b2b-a95f-5c8239aca133 Content-Encoding: gzip Content-Length: 813 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "789c7a3b-bb4b-4a01-b7e6-c7f73eb0b50a"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "b31b3539-f647-4534-913d-07b901884a57"}, {"from_port": 4000, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {}, "id": "bc914edc-a843-439c-ae6a-31535fc2575e"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c0867c05-09f0-415c-b4da-14355b406b97"}, {"from_port": 2380, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {}, "id": "d999819d-1663-4590-83fb-4c751da59c9e"}], "tenant_id": "244e0418638349079823681e29514547", "id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 9888, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "41fb6563-b4e2-419f-9b17-a3215aa7beed", "ip_range": {}, "id": "0073b76e-0034-461b-b135-8a81df6a116a"}, {"from_port": 9888, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "41fb6563-b4e2-419f-9b17-a3215aa7beed", "ip_range": {}, "id": "57f71c5e-be0a-459d-88e5-024e53a1c2f5"}, {"from_port": 5054, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "41fb6563-b4e2-419f-9b17-a3215aa7beed", "ip_range": {}, "id": "c1400078-7dfc-4f2d-8e2c-7d769e566b39"}, {"from_port": 5052, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "41fb6563-b4e2-419f-9b17-a3215aa7beed", "ip_range": {}, "id": "f17affc9-cdde-4101-b60b-2c20b77cba01"}], "tenant_id": "244e0418638349079823681e29514547", "id": "41fb6563-b4e2-419f-9b17-a3215aa7beed", "name": "clearwater-opnfv-sprout-sig-inbound", "description": "Security group for Sprout nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 5052, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "18bddd12-d167-44b8-a293-e041902f3d7b", "ip_range": {}, "id": "90c0d01c-e93f-4083-91ba-161fdd8e7029"}, {"from_port": 5054, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "18bddd12-d167-44b8-a293-e041902f3d7b", "ip_range": {}, "id": "b32bf090-330e-4e2e-8013-8e1fe8531d6c"}], "tenant_id": "244e0418638349079823681e29514547", "id": "18bddd12-d167-44b8-a293-e041902f3d7b", "name": "clearwater-opnfv-sprout-sig-outbound", "description": "Security group for Sprout nodes outbound traffic (signaling)"}]} 2018-08-27 15:28:26,498 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3cd1645a-ff78-4e9b-937e-50affe417b81/os-security-groups used request id req-14053bcf-3773-4b2b-a95f-5c8239aca133 2018-08-27 15:28:26,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 2.29324817657s 2018-08-27 15:28:26,499 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3cd1645a-ff78-4e9b-937e-50affe417b81/os-security-groups used request id req-14053bcf-3773-4b2b-a95f-5c8239aca133 2018-08-27 15:28:26,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 15:28:26,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:27,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-a6f3c38a-b719-4121-9061-47019ad53258 Date: Mon, 27 Aug 2018 15:28:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:28:16Z", "file": "/v2/images/74f42650-f020-432a-9cfb-cf441af77c67/file", "owner": "244e0418638349079823681e29514547", "id": "74f42650-f020-432a-9cfb-cf441af77c67", "size": 263193088, "self": "/v2/images/74f42650-f020-432a-9cfb-cf441af77c67", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/74f42650-f020-432a-9cfb-cf441af77c67/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/74f42650-f020-432a-9cfb-cf441af77c67/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T14:28:12Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 15:28:27,282 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a6f3c38a-b719-4121-9061-47019ad53258 2018-08-27 15:28:27,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.774835824966s 2018-08-27 15:28:27,282 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a6f3c38a-b719-4121-9061-47019ad53258 2018-08-27 15:28:27,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 15:28:27,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:27,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28:27 GMT Server: Apache x-compute-request-id: req-fb459366-a58a-4e76-aaa9-895b51943102 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fb459366-a58a-4e76-aaa9-895b51943102 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-27 15:28:27,994 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/volumes/detail used request id req-fb459366-a58a-4e76-aaa9-895b51943102 2018-08-27 15:28:27,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.706503868103s 2018-08-27 15:28:27,994 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/volumes/detail used request id req-fb459366-a58a-4e76-aaa9-895b51943102 2018-08-27 15:28:27,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 15:28:27,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:28,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28: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-b3c5f213-4057-4a12-b61d-3a637a6531e8 x-compute-request-id: req-b3c5f213-4057-4a12-b61d-3a637a6531e8 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "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": "bed8e90f-348e-48c2-89f5-50cd7333d537"}]} 2018-08-27 15:28:28,016 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-b3c5f213-4057-4a12-b61d-3a637a6531e8 2018-08-27 15:28:28,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0214259624481s 2018-08-27 15:28:28,016 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-b3c5f213-4057-4a12-b61d-3a637a6531e8 2018-08-27 15:28:28,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-27 15:28:28,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/b3ac014e-7a05-43f5-9ea9-133a037be65c/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:30,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28: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-bdc1b80d-08ca-4d6f-ae57-f8a850d48fc9 x-compute-request-id: req-bdc1b80d-08ca-4d6f-ae57-f8a850d48fc9 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "789c7a3b-bb4b-4a01-b7e6-c7f73eb0b50a"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "b31b3539-f647-4534-913d-07b901884a57"}, {"from_port": 4000, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {}, "id": "bc914edc-a843-439c-ae6a-31535fc2575e"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c0867c05-09f0-415c-b4da-14355b406b97"}, {"from_port": 2380, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {}, "id": "d999819d-1663-4590-83fb-4c751da59c9e"}], "tenant_id": "244e0418638349079823681e29514547", "id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 8889, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-ellis-mgmt"}, "ip_protocol": "tcp", "to_port": 8889, "parent_group_id": "f7d9dc2c-e8ac-420e-8ead-81508daf1c2c", "ip_range": {}, "id": "a954994f-0bd7-4d9b-8f0c-9e1feb024234"}], "tenant_id": "244e0418638349079823681e29514547", "id": "f7d9dc2c-e8ac-420e-8ead-81508daf1c2c", "name": "clearwater-opnfv-dime-mgmt", "description": "Security group for Dime nodes (management)"}, {"rules": [{"from_port": 10888, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "69293003-a020-4726-a96b-f91a834d4b2e", "ip_range": {}, "id": "59285426-5fc6-4743-baf7-237849a9d355"}, {"from_port": 10888, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "69293003-a020-4726-a96b-f91a834d4b2e", "ip_range": {}, "id": "62279f7c-c7fc-4a86-8d82-e58018b3cc73"}, {"from_port": 8888, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "69293003-a020-4726-a96b-f91a834d4b2e", "ip_range": {}, "id": "afee7e72-1e80-4a56-9199-290e27458a01"}, {"from_port": 10888, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "69293003-a020-4726-a96b-f91a834d4b2e", "ip_range": {}, "id": "c9f51dc8-8be4-4802-b04e-b2f1d2c8f005"}, {"from_port": 8888, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "69293003-a020-4726-a96b-f91a834d4b2e", "ip_range": {}, "id": "dbf9ccb0-eb12-4232-8039-ae29b9b11e36"}], "tenant_id": "244e0418638349079823681e29514547", "id": "69293003-a020-4726-a96b-f91a834d4b2e", "name": "clearwater-opnfv-dime-sig", "description": "Security group for Dime nodes (signaling)"}]} 2018-08-27 15:28:30,275 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b3ac014e-7a05-43f5-9ea9-133a037be65c/os-security-groups used request id req-bdc1b80d-08ca-4d6f-ae57-f8a850d48fc9 2018-08-27 15:28:30,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 2.25793099403s 2018-08-27 15:28:30,276 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b3ac014e-7a05-43f5-9ea9-133a037be65c/os-security-groups used request id req-bdc1b80d-08ca-4d6f-ae57-f8a850d48fc9 2018-08-27 15:28:30,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 15:28:30,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:31,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-7d357e83-032f-41ca-bf06-d8e804bc16d5 Date: Mon, 27 Aug 2018 15:28:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:28:16Z", "file": "/v2/images/74f42650-f020-432a-9cfb-cf441af77c67/file", "owner": "244e0418638349079823681e29514547", "id": "74f42650-f020-432a-9cfb-cf441af77c67", "size": 263193088, "self": "/v2/images/74f42650-f020-432a-9cfb-cf441af77c67", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/74f42650-f020-432a-9cfb-cf441af77c67/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/74f42650-f020-432a-9cfb-cf441af77c67/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T14:28:12Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 15:28:31,007 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7d357e83-032f-41ca-bf06-d8e804bc16d5 2018-08-27 15:28:31,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.723284006119s 2018-08-27 15:28:31,008 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7d357e83-032f-41ca-bf06-d8e804bc16d5 2018-08-27 15:28:31,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 15:28:31,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:31,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28:31 GMT Server: Apache x-compute-request-id: req-4fb8f317-bd1f-48cc-b193-5319cdc8137c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4fb8f317-bd1f-48cc-b193-5319cdc8137c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-27 15:28:31,728 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/volumes/detail used request id req-4fb8f317-bd1f-48cc-b193-5319cdc8137c 2018-08-27 15:28:31,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.71638584137s 2018-08-27 15:28:31,728 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/volumes/detail used request id req-4fb8f317-bd1f-48cc-b193-5319cdc8137c 2018-08-27 15:28:32,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 15:28:32,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:32,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28: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-0eec6a3a-f8f3-4d8d-9483-74431c43791a x-compute-request-id: req-0eec6a3a-f8f3-4d8d-9483-74431c43791a Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "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": "bed8e90f-348e-48c2-89f5-50cd7333d537"}]} 2018-08-27 15:28:32,757 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-0eec6a3a-f8f3-4d8d-9483-74431c43791a 2018-08-27 15:28:32,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.02503490448s 2018-08-27 15:28:32,758 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-0eec6a3a-f8f3-4d8d-9483-74431c43791a 2018-08-27 15:28:32,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-27 15:28:32,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/e1496b01-44a1-47b2-b6c9-f496add23aa1/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:34,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28: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-34c63433-997d-4bd4-a32c-d63def1d23b6 x-compute-request-id: req-34c63433-997d-4bd4-a32c-d63def1d23b6 Content-Encoding: gzip Content-Length: 806 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "789c7a3b-bb4b-4a01-b7e6-c7f73eb0b50a"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "b31b3539-f647-4534-913d-07b901884a57"}, {"from_port": 4000, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {}, "id": "bc914edc-a843-439c-ae6a-31535fc2575e"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c0867c05-09f0-415c-b4da-14355b406b97"}, {"from_port": 2380, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {}, "id": "d999819d-1663-4590-83fb-4c751da59c9e"}], "tenant_id": "244e0418638349079823681e29514547", "id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 5058, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "5dba30ec-235e-4210-b252-190a917c1394", "ip_range": {}, "id": "56a4694a-65db-46b7-8f63-0c6c3ffdf9dd"}, {"from_port": 3478, "group": {}, "ip_protocol": "udp", "to_port": 3478, "parent_group_id": "5dba30ec-235e-4210-b252-190a917c1394", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "66518a6c-4cbd-401b-9085-6267350d2502"}, {"from_port": 5062, "group": {}, "ip_protocol": "tcp", "to_port": 5062, "parent_group_id": "5dba30ec-235e-4210-b252-190a917c1394", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "6b45db0b-f331-4982-b1a6-9c1383ea1cf5"}, {"from_port": 5060, "group": {}, "ip_protocol": "udp", "to_port": 5060, "parent_group_id": "5dba30ec-235e-4210-b252-190a917c1394", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "6e2bef2c-248e-4ce3-80f0-be02a24cb3a4"}, {"from_port": 5058, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "5dba30ec-235e-4210-b252-190a917c1394", "ip_range": {}, "id": "74617c19-8d7d-45cd-bd2a-5968801a6284"}, {"from_port": 32768, "group": {}, "ip_protocol": "udp", "to_port": 65535, "parent_group_id": "5dba30ec-235e-4210-b252-190a917c1394", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "74e57f9a-e0fd-4e40-adae-6ea1c419fb42"}, {"from_port": 3478, "group": {}, "ip_protocol": "tcp", "to_port": 3478, "parent_group_id": "5dba30ec-235e-4210-b252-190a917c1394", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "b1824911-830f-436f-b3c4-bdcf42345bc2"}, {"from_port": 5060, "group": {}, "ip_protocol": "tcp", "to_port": 5060, "parent_group_id": "5dba30ec-235e-4210-b252-190a917c1394", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "d491d2d3-7b10-4e18-8148-006ec6be3f68"}], "tenant_id": "244e0418638349079823681e29514547", "id": "5dba30ec-235e-4210-b252-190a917c1394", "name": "clearwater-opnfv-bono-sig", "description": "Security group for Bono nodes (signaling)"}]} 2018-08-27 15:28:34,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e1496b01-44a1-47b2-b6c9-f496add23aa1/os-security-groups used request id req-34c63433-997d-4bd4-a32c-d63def1d23b6 2018-08-27 15:28:34,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.40425610542s 2018-08-27 15:28:34,164 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e1496b01-44a1-47b2-b6c9-f496add23aa1/os-security-groups used request id req-34c63433-997d-4bd4-a32c-d63def1d23b6 2018-08-27 15:28:34,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 15:28:34,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:34,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-5e79ace1-3aee-4467-97f1-6c8d65bfbbeb Date: Mon, 27 Aug 2018 15:28:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:28:16Z", "file": "/v2/images/74f42650-f020-432a-9cfb-cf441af77c67/file", "owner": "244e0418638349079823681e29514547", "id": "74f42650-f020-432a-9cfb-cf441af77c67", "size": 263193088, "self": "/v2/images/74f42650-f020-432a-9cfb-cf441af77c67", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/74f42650-f020-432a-9cfb-cf441af77c67/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/74f42650-f020-432a-9cfb-cf441af77c67/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T14:28:12Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 15:28:34,909 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5e79ace1-3aee-4467-97f1-6c8d65bfbbeb 2018-08-27 15:28:34,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.736701965332s 2018-08-27 15:28:34,909 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5e79ace1-3aee-4467-97f1-6c8d65bfbbeb 2018-08-27 15:28:34,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 15:28:34,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:35,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28:34 GMT Server: Apache x-compute-request-id: req-f6a79172-3728-4f4a-b6d8-7f98f2831380 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f6a79172-3728-4f4a-b6d8-7f98f2831380 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-27 15:28:35,636 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/volumes/detail used request id req-f6a79172-3728-4f4a-b6d8-7f98f2831380 2018-08-27 15:28:35,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.721983909607s 2018-08-27 15:28:35,636 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/volumes/detail used request id req-f6a79172-3728-4f4a-b6d8-7f98f2831380 2018-08-27 15:28:35,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 15:28:35,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:35,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28: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-dc04f117-a62e-4644-a678-2fcf12cee99c x-compute-request-id: req-dc04f117-a62e-4644-a678-2fcf12cee99c Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "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": "bed8e90f-348e-48c2-89f5-50cd7333d537"}]} 2018-08-27 15:28:35,659 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-dc04f117-a62e-4644-a678-2fcf12cee99c 2018-08-27 15:28:35,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0224821567535s 2018-08-27 15:28:35,660 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-dc04f117-a62e-4644-a678-2fcf12cee99c 2018-08-27 15:28:35,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-27 15:28:35,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/a5f97a1e-e8b7-4fe7-9668-22cd2c8c600c/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:36,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28: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-3cdcf4cf-7411-4282-8697-1f50925fddb7 x-compute-request-id: req-3cdcf4cf-7411-4282-8697-1f50925fddb7 Content-Encoding: gzip Content-Length: 581 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "789c7a3b-bb4b-4a01-b7e6-c7f73eb0b50a"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "b31b3539-f647-4534-913d-07b901884a57"}, {"from_port": 4000, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {}, "id": "bc914edc-a843-439c-ae6a-31535fc2575e"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c0867c05-09f0-415c-b4da-14355b406b97"}, {"from_port": 2380, "group": {"tenant_id": "244e0418638349079823681e29514547", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "ip_range": {}, "id": "d999819d-1663-4590-83fb-4c751da59c9e"}], "tenant_id": "244e0418638349079823681e29514547", "id": "1fd76783-d84c-4df4-82c8-a9257ed50a2a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 443, "group": {}, "ip_protocol": "tcp", "to_port": 443, "parent_group_id": "add093d4-2984-4428-bbcc-dbbfbb78dd9e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "0f37d5a7-7b73-416e-bc8e-c9282cd418fe"}, {"from_port": 80, "group": {}, "ip_protocol": "tcp", "to_port": 80, "parent_group_id": "add093d4-2984-4428-bbcc-dbbfbb78dd9e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "7277cef5-3df3-48b4-bfc1-c43e7850e4b6"}], "tenant_id": "244e0418638349079823681e29514547", "id": "add093d4-2984-4428-bbcc-dbbfbb78dd9e", "name": "clearwater-opnfv-ellis-mgmt", "description": "Security group for Ellis nodes (management)"}]} 2018-08-27 15:28:36,805 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a5f97a1e-e8b7-4fe7-9668-22cd2c8c600c/os-security-groups used request id req-3cdcf4cf-7411-4282-8697-1f50925fddb7 2018-08-27 15:28:36,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.1443939209s 2018-08-27 15:28:36,806 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a5f97a1e-e8b7-4fe7-9668-22cd2c8c600c/os-security-groups used request id req-3cdcf4cf-7411-4282-8697-1f50925fddb7 2018-08-27 15:28:36,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 15:28:36,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:37,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-4a74464f-4ba0-4c83-b6c9-a32610f5c944 Date: Mon, 27 Aug 2018 15:28:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:28:16Z", "file": "/v2/images/74f42650-f020-432a-9cfb-cf441af77c67/file", "owner": "244e0418638349079823681e29514547", "id": "74f42650-f020-432a-9cfb-cf441af77c67", "size": 263193088, "self": "/v2/images/74f42650-f020-432a-9cfb-cf441af77c67", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/74f42650-f020-432a-9cfb-cf441af77c67/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/74f42650-f020-432a-9cfb-cf441af77c67/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T14:28:12Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 15:28:37,515 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4a74464f-4ba0-4c83-b6c9-a32610f5c944 2018-08-27 15:28:37,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.702886104584s 2018-08-27 15:28:37,515 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4a74464f-4ba0-4c83-b6c9-a32610f5c944 2018-08-27 15:28:37,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 15:28:37,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:38,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28:37 GMT Server: Apache x-compute-request-id: req-1d0cbd02-1d95-4ff5-8e2d-62d990bdf8a8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1d0cbd02-1d95-4ff5-8e2d-62d990bdf8a8 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-27 15:28:38,218 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/volumes/detail used request id req-1d0cbd02-1d95-4ff5-8e2d-62d990bdf8a8 2018-08-27 15:28:38,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.698590040207s 2018-08-27 15:28:38,218 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/volumes/detail used request id req-1d0cbd02-1d95-4ff5-8e2d-62d990bdf8a8 2018-08-27 15:28:38,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 15:28:38,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:38,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28: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-2dcba6eb-df19-48b0-8bbe-d758651a52ea x-compute-request-id: req-2dcba6eb-df19-48b0-8bbe-d758651a52ea Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "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": "bed8e90f-348e-48c2-89f5-50cd7333d537"}]} 2018-08-27 15:28:38,241 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-2dcba6eb-df19-48b0-8bbe-d758651a52ea 2018-08-27 15:28:38,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0219361782074s 2018-08-27 15:28:38,241 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-2dcba6eb-df19-48b0-8bbe-d758651a52ea 2018-08-27 15:28:38,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-27 15:28:38,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/0ce8ce41-402f-419c-89b5-5c0d3cd40855/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:39,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28: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-0c789962-49c2-4160-881c-822062aed1bd x-compute-request-id: req-0c789962-49c2-4160-881c-822062aed1bd Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "fc39ada8-5264-493d-9bcd-4739699bba69", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "16090336-9f86-49c1-a371-c4a6e0bb5edc"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "fc39ada8-5264-493d-9bcd-4739699bba69", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "747912c5-0973-40be-97ef-5b2ca10819ef"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "fc39ada8-5264-493d-9bcd-4739699bba69", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "b4df491f-096e-497f-ac1b-93aedc4914a5"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "fc39ada8-5264-493d-9bcd-4739699bba69", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bffdedf8-dec9-442c-bbf0-6ad177d8c233"}], "tenant_id": "244e0418638349079823681e29514547", "id": "fc39ada8-5264-493d-9bcd-4739699bba69", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}, {"rules": [{"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "fc39ada8-5264-493d-9bcd-4739699bba69", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "16090336-9f86-49c1-a371-c4a6e0bb5edc"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "fc39ada8-5264-493d-9bcd-4739699bba69", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "747912c5-0973-40be-97ef-5b2ca10819ef"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "fc39ada8-5264-493d-9bcd-4739699bba69", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "b4df491f-096e-497f-ac1b-93aedc4914a5"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "fc39ada8-5264-493d-9bcd-4739699bba69", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bffdedf8-dec9-442c-bbf0-6ad177d8c233"}], "tenant_id": "244e0418638349079823681e29514547", "id": "fc39ada8-5264-493d-9bcd-4739699bba69", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}]} 2018-08-27 15:28:39,293 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0ce8ce41-402f-419c-89b5-5c0d3cd40855/os-security-groups used request id req-0c789962-49c2-4160-881c-822062aed1bd 2018-08-27 15:28:39,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.05068898201s 2018-08-27 15:28:39,293 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0ce8ce41-402f-419c-89b5-5c0d3cd40855/os-security-groups used request id req-0c789962-49c2-4160-881c-822062aed1bd 2018-08-27 15:28:39,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 15:28:39,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:40,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-5e1f4958-2e29-4ad8-90b5-c43eaca24e3b Date: Mon, 27 Aug 2018 15:28:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T14:28:16Z", "file": "/v2/images/74f42650-f020-432a-9cfb-cf441af77c67/file", "owner": "244e0418638349079823681e29514547", "id": "74f42650-f020-432a-9cfb-cf441af77c67", "size": 263193088, "self": "/v2/images/74f42650-f020-432a-9cfb-cf441af77c67", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/74f42650-f020-432a-9cfb-cf441af77c67/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/74f42650-f020-432a-9cfb-cf441af77c67/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T14:28:12Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 15:28:40,016 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5e1f4958-2e29-4ad8-90b5-c43eaca24e3b 2018-08-27 15:28:40,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.715259075165s 2018-08-27 15:28:40,017 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5e1f4958-2e29-4ad8-90b5-c43eaca24e3b 2018-08-27 15:28:40,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-27 15:28:40,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:40,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28:40 GMT Server: Apache x-compute-request-id: req-be233bba-8927-4b32-9942-a8926b9929ab OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-be233bba-8927-4b32-9942-a8926b9929ab Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-27 15:28:40,724 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/volumes/detail used request id req-be233bba-8927-4b32-9942-a8926b9929ab 2018-08-27 15:28:40,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.703862190247s 2018-08-27 15:28:40,725 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/244e0418638349079823681e29514547/volumes/detail used request id req-be233bba-8927-4b32-9942-a8926b9929ab 2018-08-27 15:28:40,725 - 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:c9:88:41', u'version': 4, u'addr': u'192.168.1.6', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c9:88:41', u'version': 4, u'addr': u'172.30.9.209', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3f:c0:ae', 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:3f:c0:ae', 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'74f42650-f020-432a-9cfb-cf441af77c67', 'name': u'heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26'}), 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-27T14:33:50.000000', 'flavor': Munch({u'id': u'bed8e90f-348e-48c2-89f5-50cd7333d537', 'name': u'heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26'}), 'az': u'nova', 'id': u'0d0a8079-1bd1-43f4-862e-a4ca712aa436', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'244e0418638349079823681e29514547', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'789c7a3b-bb4b-4a01-b7e6-c7f73eb0b50a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'b31b3539-f647-4534-913d-07b901884a57'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'bc914edc-a843-439c-ae6a-31535fc2575e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'c0867c05-09f0-415c-b4da-14355b406b97'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'd999819d-1663-4590-83fb-4c751da59c9e'})], 'id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'244e0418638349079823681e29514547', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Homer nodes (management)', 'tenant_id': u'244e0418638349079823681e29514547', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'17224af9-bcbd-4695-ae74-a1f35410b963', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'87ed80b4-db90-4b07-93ea-acc8409a4a95'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'17224af9-bcbd-4695-ae74-a1f35410b963', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'eb82f9a3-4132-4ec0-acec-a87e1a2e12ae'})], 'id': u'17224af9-bcbd-4695-ae74-a1f35410b963', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'244e0418638349079823681e29514547', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-mgmt'}), Munch({'description': u'Security group for Homer nodes (signaling)', 'tenant_id': u'244e0418638349079823681e29514547', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'1692582e-ce20-494e-a3ab-4543239c8c1c', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'1db453dd-06f7-4726-91e0-5cd21fab90a6'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'1692582e-ce20-494e-a3ab-4543239c8c1c', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'e93eb5e5-c21a-4130-91ca-515e67bf56d8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'1692582e-ce20-494e-a3ab-4543239c8c1c', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'f77cae11-6120-4de8-830c-3ea477267270'})], 'id': u'1692582e-ce20-494e-a3ab-4543239c8c1c', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'244e0418638349079823681e29514547', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'45b302c5aa7e446090dd45cf34e7f915', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.218', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.218', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.218', 'launched_at': u'2018-08-27T14:33:50.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T14:33:50Z', 'hostId': u'46d97d89d67b8cf75570103c85fc8508f2f920992fff6686c4f1237b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26', 'public_v6': '', 'private_v4': u'192.168.1.6', 'cloud': 'envvars', 'host_id': u'46d97d89d67b8cf75570103c85fc8508f2f920992fff6686c4f1237b', '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-27T14:33:50.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'244e0418638349079823681e29514547', 'name': u'homer-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'244e0418638349079823681e29514547', 'created_at': u'2018-08-27T14:31:39Z', 'created': u'2018-08-27T14:31:39Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'building', u'OS-EXT-STS:task_state': u'scheduling', 'addresses': Munch({}), 'terminated_at': None, 'image': Munch({u'id': u'74f42650-f020-432a-9cfb-cf441af77c67', 'name': u'heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'building', u'OS-SRV-USG:launched_at': None, 'flavor': Munch({u'id': u'bed8e90f-348e-48c2-89f5-50cd7333d537', 'name': u'heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26'}), 'az': u'nova', 'id': u'c739b890-a5e2-4b71-970d-fb2e619b9738', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'45b302c5aa7e446090dd45cf34e7f915', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 0, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 0, 'interface_ip': '', 'launched_at': None, 'metadata': Munch({}), 'status': u'BUILD', 'updated': u'2018-08-27T14:31:42Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26', 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'', 'task_state': u'scheduling', 'properties': Munch({u'OS-EXT-STS:task_state': u'scheduling', 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'building', u'OS-SRV-USG:launched_at': None, u'OS-EXT-STS:power_state': 0, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'244e0418638349079823681e29514547', 'name': u'vellum-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'244e0418638349079823681e29514547', 'created_at': u'2018-08-27T14:31:37Z', 'created': u'2018-08-27T14:31:37Z', '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:d3:47:fe', 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:06:fc: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:06:fc:5a', u'version': 4, u'addr': u'172.30.9.201', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'74f42650-f020-432a-9cfb-cf441af77c67', 'name': u'heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26'}), 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-27T14:32:00.000000', 'flavor': Munch({u'id': u'bed8e90f-348e-48c2-89f5-50cd7333d537', 'name': u'heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26'}), 'az': u'nova', 'id': u'3cd1645a-ff78-4e9b-937e-50affe417b81', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'244e0418638349079823681e29514547', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'789c7a3b-bb4b-4a01-b7e6-c7f73eb0b50a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'b31b3539-f647-4534-913d-07b901884a57'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'bc914edc-a843-439c-ae6a-31535fc2575e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'c0867c05-09f0-415c-b4da-14355b406b97'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'd999819d-1663-4590-83fb-4c751da59c9e'})], 'id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'244e0418638349079823681e29514547', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Sprout nodes inbound traffic (signaling)', 'tenant_id': u'244e0418638349079823681e29514547', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'41fb6563-b4e2-419f-9b17-a3215aa7beed', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'0073b76e-0034-461b-b135-8a81df6a116a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'41fb6563-b4e2-419f-9b17-a3215aa7beed', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'57f71c5e-be0a-459d-88e5-024e53a1c2f5'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'41fb6563-b4e2-419f-9b17-a3215aa7beed', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'c1400078-7dfc-4f2d-8e2c-7d769e566b39'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'41fb6563-b4e2-419f-9b17-a3215aa7beed', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'f17affc9-cdde-4101-b60b-2c20b77cba01'})], 'id': u'41fb6563-b4e2-419f-9b17-a3215aa7beed', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'244e0418638349079823681e29514547', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-inbound'}), Munch({'description': u'Security group for Sprout nodes outbound traffic (signaling)', 'tenant_id': u'244e0418638349079823681e29514547', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'18bddd12-d167-44b8-a293-e041902f3d7b', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'90c0d01c-e93f-4083-91ba-161fdd8e7029'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'18bddd12-d167-44b8-a293-e041902f3d7b', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'b32bf090-330e-4e2e-8013-8e1fe8531d6c'})], 'id': u'18bddd12-d167-44b8-a293-e041902f3d7b', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'244e0418638349079823681e29514547', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'45b302c5aa7e446090dd45cf34e7f915', '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'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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-27T14:32:00.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T14:32:00Z', 'hostId': u'8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26', 'public_v6': '', 'private_v4': u'192.168.0.4', 'cloud': 'envvars', 'host_id': u'8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668', '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-27T14:32:00.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'244e0418638349079823681e29514547', 'name': u'sprout-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'244e0418638349079823681e29514547', 'created_at': u'2018-08-27T14:31:36Z', 'created': u'2018-08-27T14:31:36Z', '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:5c:c9:9a', u'version': 4, u'addr': u'192.168.1.4', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ce:36:0e', u'version': 4, u'addr': u'192.168.0.24', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ce:36:0e', u'version': 4, u'addr': u'172.30.9.207', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'74f42650-f020-432a-9cfb-cf441af77c67', 'name': u'heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26'}), 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-27T14:31:58.000000', 'flavor': Munch({u'id': u'bed8e90f-348e-48c2-89f5-50cd7333d537', 'name': u'heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26'}), 'az': u'nova', 'id': u'b3ac014e-7a05-43f5-9ea9-133a037be65c', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'244e0418638349079823681e29514547', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'789c7a3b-bb4b-4a01-b7e6-c7f73eb0b50a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'b31b3539-f647-4534-913d-07b901884a57'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'bc914edc-a843-439c-ae6a-31535fc2575e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'c0867c05-09f0-415c-b4da-14355b406b97'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'd999819d-1663-4590-83fb-4c751da59c9e'})], 'id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'244e0418638349079823681e29514547', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Dime nodes (management)', 'tenant_id': u'244e0418638349079823681e29514547', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'security_group_id': u'f7d9dc2c-e8ac-420e-8ead-81508daf1c2c', 'tenant_id': '', 'port_range_min': 8889, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-ellis-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-ellis-mgmt'}), 'project_id': '', 'id': u'a954994f-0bd7-4d9b-8f0c-9e1feb024234'})], 'id': u'f7d9dc2c-e8ac-420e-8ead-81508daf1c2c', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'244e0418638349079823681e29514547', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-mgmt'}), Munch({'description': u'Security group for Dime nodes (signaling)', 'tenant_id': u'244e0418638349079823681e29514547', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'69293003-a020-4726-a96b-f91a834d4b2e', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'59285426-5fc6-4743-baf7-237849a9d355'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'69293003-a020-4726-a96b-f91a834d4b2e', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'62279f7c-c7fc-4a86-8d82-e58018b3cc73'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'69293003-a020-4726-a96b-f91a834d4b2e', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'afee7e72-1e80-4a56-9199-290e27458a01'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'69293003-a020-4726-a96b-f91a834d4b2e', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'c9f51dc8-8be4-4802-b04e-b2f1d2c8f005'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'69293003-a020-4726-a96b-f91a834d4b2e', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'dbf9ccb0-eb12-4232-8039-ae29b9b11e36'})], 'id': u'69293003-a020-4726-a96b-f91a834d4b2e', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'244e0418638349079823681e29514547', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'45b302c5aa7e446090dd45cf34e7f915', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.207', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.207', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.207', 'launched_at': u'2018-08-27T14:31:58.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T14:31:58Z', 'hostId': u'8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26', 'public_v6': '', 'private_v4': u'192.168.0.24', 'cloud': 'envvars', 'host_id': u'8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668', '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-27T14:31:58.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'244e0418638349079823681e29514547', 'name': u'dime-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'244e0418638349079823681e29514547', 'created_at': u'2018-08-27T14:31:36Z', 'created': u'2018-08-27T14:31:36Z', '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:e1:89:ef', u'version': 4, u'addr': u'192.168.1.15', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e1:89:ef', u'version': 4, u'addr': u'172.30.9.206', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:df:68:f0', u'version': 4, u'addr': u'192.168.0.31', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:df:68:f0', u'version': 4, u'addr': u'172.30.9.203', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'74f42650-f020-432a-9cfb-cf441af77c67', 'name': u'heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26'}), 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-27T14:33:51.000000', 'flavor': Munch({u'id': u'bed8e90f-348e-48c2-89f5-50cd7333d537', 'name': u'heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26'}), 'az': u'nova', 'id': u'e1496b01-44a1-47b2-b6c9-f496add23aa1', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'244e0418638349079823681e29514547', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'789c7a3b-bb4b-4a01-b7e6-c7f73eb0b50a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'b31b3539-f647-4534-913d-07b901884a57'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'bc914edc-a843-439c-ae6a-31535fc2575e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'c0867c05-09f0-415c-b4da-14355b406b97'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'd999819d-1663-4590-83fb-4c751da59c9e'})], 'id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'244e0418638349079823681e29514547', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Bono nodes (signaling)', 'tenant_id': u'244e0418638349079823681e29514547', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'5dba30ec-235e-4210-b252-190a917c1394', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'56a4694a-65db-46b7-8f63-0c6c3ffdf9dd'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'5dba30ec-235e-4210-b252-190a917c1394', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'66518a6c-4cbd-401b-9085-6267350d2502'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'security_group_id': u'5dba30ec-235e-4210-b252-190a917c1394', 'tenant_id': '', 'port_range_min': 5062, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'6b45db0b-f331-4982-b1a6-9c1383ea1cf5'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'5dba30ec-235e-4210-b252-190a917c1394', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'6e2bef2c-248e-4ce3-80f0-be02a24cb3a4'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'5dba30ec-235e-4210-b252-190a917c1394', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'74617c19-8d7d-45cd-bd2a-5968801a6284'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'security_group_id': u'5dba30ec-235e-4210-b252-190a917c1394', 'tenant_id': '', 'port_range_min': 32768, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'74e57f9a-e0fd-4e40-adae-6ea1c419fb42'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'5dba30ec-235e-4210-b252-190a917c1394', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'b1824911-830f-436f-b3c4-bdcf42345bc2'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'5dba30ec-235e-4210-b252-190a917c1394', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'd491d2d3-7b10-4e18-8148-006ec6be3f68'})], 'id': u'5dba30ec-235e-4210-b252-190a917c1394', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'244e0418638349079823681e29514547', 'properties': Munch({}), 'name': u'clearwater-opnfv-bono-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'45b302c5aa7e446090dd45cf34e7f915', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.203', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.203', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.203', 'launched_at': u'2018-08-27T14:33:51.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T14:33:51Z', 'hostId': u'46d97d89d67b8cf75570103c85fc8508f2f920992fff6686c4f1237b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26', 'public_v6': '', 'private_v4': u'192.168.1.15', 'cloud': 'envvars', 'host_id': u'46d97d89d67b8cf75570103c85fc8508f2f920992fff6686c4f1237b', '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-27T14:33:51.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'244e0418638349079823681e29514547', 'name': u'bono-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'244e0418638349079823681e29514547', 'created_at': u'2018-08-27T14:31:36Z', 'created': u'2018-08-27T14:31:36Z', '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:f9:29:ae', u'version': 4, u'addr': u'192.168.0.15', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f9:29:ae', 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'74f42650-f020-432a-9cfb-cf441af77c67', 'name': u'heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26'}), 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-27T14:31:17.000000', 'flavor': Munch({u'id': u'bed8e90f-348e-48c2-89f5-50cd7333d537', 'name': u'heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26'}), 'az': u'nova', 'id': u'a5f97a1e-e8b7-4fe7-9668-22cd2c8c600c', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'244e0418638349079823681e29514547', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'789c7a3b-bb4b-4a01-b7e6-c7f73eb0b50a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'b31b3539-f647-4534-913d-07b901884a57'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'bc914edc-a843-439c-ae6a-31535fc2575e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'c0867c05-09f0-415c-b4da-14355b406b97'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'244e0418638349079823681e29514547', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'd999819d-1663-4590-83fb-4c751da59c9e'})], 'id': u'1fd76783-d84c-4df4-82c8-a9257ed50a2a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'244e0418638349079823681e29514547', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'244e0418638349079823681e29514547', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'add093d4-2984-4428-bbcc-dbbfbb78dd9e', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'0f37d5a7-7b73-416e-bc8e-c9282cd418fe'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'add093d4-2984-4428-bbcc-dbbfbb78dd9e', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'7277cef5-3df3-48b4-bfc1-c43e7850e4b6'})], 'id': u'add093d4-2984-4428-bbcc-dbbfbb78dd9e', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'244e0418638349079823681e29514547', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'45b302c5aa7e446090dd45cf34e7f915', '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'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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-27T14:31:17.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T14:31:17Z', 'hostId': u'8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26', 'public_v6': '', 'private_v4': u'192.168.0.15', 'cloud': 'envvars', 'host_id': u'8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668', '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-27T14:31:17.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'244e0418638349079823681e29514547', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'244e0418638349079823681e29514547', 'created_at': u'2018-08-27T14:31:04Z', 'created': u'2018-08-27T14:31:04Z', '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:cc:f8:94', u'version': 4, u'addr': u'192.168.1.12', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a1:98:6f', u'version': 4, u'addr': u'192.168.0.12', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a1:98:6f', u'version': 4, u'addr': u'172.30.9.200', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'74f42650-f020-432a-9cfb-cf441af77c67', 'name': u'heat_ims-img_alt_6c089c3e-f865-4305-8583-4a9082697b26'}), 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-27T14:30:51.000000', 'flavor': Munch({u'id': u'bed8e90f-348e-48c2-89f5-50cd7333d537', 'name': u'heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26'}), 'az': u'nova', 'id': u'0ce8ce41-402f-419c-89b5-5c0d3cd40855', 'security_groups': [Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'244e0418638349079823681e29514547', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'fc39ada8-5264-493d-9bcd-4739699bba69', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'16090336-9f86-49c1-a371-c4a6e0bb5edc'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'fc39ada8-5264-493d-9bcd-4739699bba69', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'747912c5-0973-40be-97ef-5b2ca10819ef'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'fc39ada8-5264-493d-9bcd-4739699bba69', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'b4df491f-096e-497f-ac1b-93aedc4914a5'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'fc39ada8-5264-493d-9bcd-4739699bba69', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'bffdedf8-dec9-442c-bbf0-6ad177d8c233'})], 'id': u'fc39ada8-5264-493d-9bcd-4739699bba69', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'244e0418638349079823681e29514547', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'}), Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'244e0418638349079823681e29514547', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'fc39ada8-5264-493d-9bcd-4739699bba69', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'16090336-9f86-49c1-a371-c4a6e0bb5edc'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'fc39ada8-5264-493d-9bcd-4739699bba69', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'747912c5-0973-40be-97ef-5b2ca10819ef'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'fc39ada8-5264-493d-9bcd-4739699bba69', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'b4df491f-096e-497f-ac1b-93aedc4914a5'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'fc39ada8-5264-493d-9bcd-4739699bba69', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', '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'bffdedf8-dec9-442c-bbf0-6ad177d8c233'})], 'id': u'fc39ada8-5264-493d-9bcd-4739699bba69', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'244e0418638349079823681e29514547', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'45b302c5aa7e446090dd45cf34e7f915', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.200', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244e0418638349079823681e29514547', 'name': 'heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.200', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.200', 'launched_at': u'2018-08-27T14:30:51.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T14:30:51Z', 'hostId': u'8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26', 'public_v6': '', 'private_v4': u'192.168.0.12', 'cloud': 'envvars', 'host_id': u'8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668', '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-27T14:30:51.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'244e0418638349079823681e29514547', 'name': u'ns.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'244e0418638349079823681e29514547', 'created_at': u'2018-08-27T14:29:09Z', 'created': u'2018-08-27T14:29:09Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})] 2018-08-27 15:28:40,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:28:40,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:41,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28: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-62f4449b-be4e-417d-bf66-63b621828923 x-compute-request-id: req-62f4449b-be4e-417d-bf66-63b621828923 Content-Encoding: gzip Content-Length: 1521 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:3f:c0:ae", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:c0:ae", "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:c9:88:41", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:88:41", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0d0a8079-1bd1-43f4-862e-a4ca712aa436", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0d0a8079-1bd1-43f4-862e-a4ca712aa436", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:33:50.000000", "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "0d0a8079-1bd1-43f4-862e-a4ca712aa436", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "45b302c5aa7e446090dd45cf34e7f915", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:33:50Z", "hostId": "46d97d89d67b8cf75570103c85fc8508f2f920992fff6686c4f1237b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T14:31:39Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c739b890-a5e2-4b71-970d-fb2e619b9738", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c739b890-a5e2-4b71-970d-fb2e619b9738", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "c739b890-a5e2-4b71-970d-fb2e619b9738", "user_id": "45b302c5aa7e446090dd45cf34e7f915", "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-27T14:31:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T14:31:37Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:fc:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:fc:5a", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:47:fe", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3cd1645a-ff78-4e9b-937e-50affe417b81", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3cd1645a-ff78-4e9b-937e-50affe417b81", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:32:00.000000", "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "3cd1645a-ff78-4e9b-937e-50affe417b81", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "45b302c5aa7e446090dd45cf34e7f915", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:32:00Z", "hostId": "8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T14:31:36Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:36:0e", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:36:0e", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:c9:9a", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b3ac014e-7a05-43f5-9ea9-133a037be65c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b3ac014e-7a05-43f5-9ea9-133a037be65c", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:31:58.000000", "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "b3ac014e-7a05-43f5-9ea9-133a037be65c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "45b302c5aa7e446090dd45cf34e7f915", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:31:58Z", "hostId": "8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T14:31:36Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:68:f0", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:68:f0", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:89:ef", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:89:ef", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e1496b01-44a1-47b2-b6c9-f496add23aa1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e1496b01-44a1-47b2-b6c9-f496add23aa1", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:33:51.000000", "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "e1496b01-44a1-47b2-b6c9-f496add23aa1", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "45b302c5aa7e446090dd45cf34e7f915", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:33:51Z", "hostId": "46d97d89d67b8cf75570103c85fc8508f2f920992fff6686c4f1237b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T14:31:36Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:29:ae", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:29:ae", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a5f97a1e-e8b7-4fe7-9668-22cd2c8c600c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a5f97a1e-e8b7-4fe7-9668-22cd2c8c600c", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:31:17.000000", "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "a5f97a1e-e8b7-4fe7-9668-22cd2c8c600c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "45b302c5aa7e446090dd45cf34e7f915", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:31:17Z", "hostId": "8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T14:31:04Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:98:6f", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:98:6f", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:f8:94", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ce8ce41-402f-419c-89b5-5c0d3cd40855", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ce8ce41-402f-419c-89b5-5c0d3cd40855", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:30:51.000000", "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "0ce8ce41-402f-419c-89b5-5c0d3cd40855", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "45b302c5aa7e446090dd45cf34e7f915", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:30:51Z", "hostId": "8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "ns.clearwater.opnfv", "created": "2018-08-27T14:29:09Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:28:41,667 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-62f4449b-be4e-417d-bf66-63b621828923 2018-08-27 15:28:41,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.930629014969s 2018-08-27 15:28:41,668 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-62f4449b-be4e-417d-bf66-63b621828923 2018-08-27 15:28:41,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 15:28:41,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/0d0a8079-1bd1-43f4-862e-a4ca712aa436/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}842aa89e0805c159318e64067a96b72c0c73e453" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 15:28:41,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28: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-067c50f9-16cf-4060-8b89-5062b402ffef x-compute-request-id: req-067c50f9-16cf-4060-8b89-5062b402ffef Content-Encoding: gzip Content-Length: 20832 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.008039] Security Framework initialized\n[ 0.009225] AppArmor: AppArmor initialized\n[ 0.010380] Yama: becoming mindful.\n[ 0.012157] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016173] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.018904] 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.022091] Initializing cgroup subsys memory\n[ 0.023314] Initializing cgroup subsys devices\n[ 0.024005] Initializing cgroup subsys freezer\n[ 0.025300] Initializing cgroup subsys blkio\n[ 0.026478] Initializing cgroup subsys perf_event\n[ 0.028004] Initializing cgroup subsys hugetlb\n[ 0.029266] FEATURE SPEC_CTRL Not Present\n[ 0.032222] mce: CPU supports 10 MCE banks\n[ 0.033382] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037619] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039595] Speculative Store Bypass: Vulnerable\n[ 0.040451] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046669] ACPI: Core revision 20131115\n[ 0.048304] ACPI: All ACPI Tables successfully acquired\n[ 0.049903] ftrace: allocating 28717 entries in 113 pages\n[ 0.072224] smpboot: Max logical packages: 2\n[ 0.076004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.077640] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.080006] Enabling x2apic\n[ 0.080884] Enabled x2apic\n[ 0.082021] Switched APIC routing to physical x2apic.\n[ 0.084817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.086460] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.088631] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.097438] KVM setup paravirtual spinlock\n[ 0.100081] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.102026] x86: Booting SMP configuration:\n[ 0.103267] .... node #0, CPUs: #1[ 0.100030] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.120456] KVM setup async PF for cpu 1\n[ 0.120709] x86: Booted up 1 node, 2 CPUs\n[ 0.120733] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.124000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.129114] devtmpfs: initialized\n[ 0.134174] EVM: security.selinux\n[ 0.135194] EVM: security.SMACK64\n[ 0.136003] EVM: security.ima\n[ 0.136913] EVM: security.capability\n[ 0.138041] pinctrl core: initialized pinctrl subsystem\n[ 0.140273] regulator-dummy: no parameters\n[ 0.141500] RTC time: 14:33:50, date: 08/27/18\n[ 0.143060] NET: Registered protocol family 16\n[ 0.144343] cpuidle: using governor ladder\n[ 0.145500] cpuidle: using governor menu\n[ 0.146779] ACPI: bus type PCI registered\n[ 0.147935] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.148304] PCI: Using configuration type 1 for base access\n[ 0.150491] bio: create slab at 0\n[ 0.152078] ACPI: Added _OSI(Module Device)\n[ 0.153231] ACPI: Added _OSI(Processor Device)\n[ 0.154420] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.155653] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.158061] ACPI: Interpreter enabled\n[ 0.159236] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.161675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.166596] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.172008] ACPI: (supports S0 S5)\n[ 0.173215] ACPI: Using IOAPIC for interrupt routing\n[ 0.174832] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176218] ACPI: No dock devices found.\n[ 0.179684] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180042] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.182119] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.184047] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.187616] acpiphp: Slot [3] registered\n[ 0.188035] acpiphp: Slot [4] registered\n[ 0.189177] acpiphp: Slot [5] registered\n[ 0.190291] acpiphp: Slot [6] registered\n[ 0.191399] acpiphp: Slot [7] registered\n[ 0.192020] acpiphp: Slot [8] registered\n[ 0.193113] acpiphp: Slot [9] registered\n[ 0.194213] acpiphp: Slot [10] registered\n[ 0.195329] acpiphp: Slot [11] registered\n[ 0.196020] acpiphp: Slot [12] registered\n[ 0.197130] acpiphp: Slot [13] registered\n[ 0.198490] acpiphp: Slot [14] registered\n[ 0.199615] acpiphp: Slot [15] registered\n[ 0.200021] acpiphp: Slot [16] registered\n[ 0.201151] acpiphp: Slot [17] registered\n[ 0.202274] acpiphp: Slot [18] registered\n[ 0.203408] acpiphp: Slot [19] registered\n[ 0.204035] acpiphp: Slot [20] registered\n[ 0.205163] acpiphp: Slot [21] registered\n[ 0.206286] acpiphp: Slot [22] registered\n[ 0.207409] acpiphp: Slot [23] registered\n[ 0.208028] acpiphp: Slot [24] registered\n[ 0.209144] acpiphp: Slot [25] registered\n[ 0.210263] acpiphp: Slot [26] registered\n[ 0.211369] acpiphp: Slot [27] registered\n[ 0.212020] acpiphp: Slot [28] registered\n[ 0.213164] acpiphp: Slot [29] registered\n[ 0.214282] acpiphp: Slot [30] registered\n[ 0.215412] acpiphp: Slot [31] registered\n[ 0.216014] PCI host bridge to bus 0000:00\n[ 0.217126] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.218501] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.220004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.221529] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.223175] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.224004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.232325] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.234300] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.264173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.266270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.268084] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.270367] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.272048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.273865] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.275621] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.275621] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276004] vgaarb: loaded\n[ 0.276836] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278498] SCSI subsystem initialized\n[ 0.279746] ACPI: bus type USB registered\n[ 0.280042] usbcore: registered new interface driver usbfs\n[ 0.281457] usbcore: registered new interface driver hub\n[ 0.282872] usbcore: registered new device driver usb\n[ 0.284117] PCI: Using ACPI for IRQ routing\n[ 0.285618] NetLabel: Initializing\n[ 0.286609] NetLabel: domain hash size = 128\n[ 0.287769] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.288075] NetLabel: unlabeled traffic allowed by default\n[ 0.289516] Switched to clocksource kvm-clock\n[ 0.297422] AppArmor: AppArmor Filesystem Enabled\n[ 0.298731] pnp: PnP ACPI init\n[ 0.299659] ACPI: bus type PNP registered\n[ 0.301305] pnp: PnP ACPI: found 8 devices\n[ 0.302458] ACPI: bus type PNP unregistered\n[ 0.310003] NET: Registered protocol family 2\n[ 0.311547] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.313660] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.315517] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.317271] TCP: reno registered\n[ 0.318231] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.319769] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.321470] NET: Registered protocol family 1\n[ 0.322695] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.324205] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.325685] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.348050] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.370792] Trying to unpack rootfs image as initramfs...\n[ 0.472119] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.474963] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.476428] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.478308] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.481180] Scanning for low memory corruption every 60 seconds\n[ 0.483510] Initialise system trusted keyring\n[ 0.485127] audit: initializing netlink socket (disabled)\n[ 0.486929] type=2000 audit(1535380431.370:1): initialized\n[ 0.507860] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510866] zbud: loaded\n[ 0.512097] VFS: Disk quotas dquot_6.5.2\n[ 0.513510] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515933] fuse init (API version 7.22)\n[ 0.517370] msgmni has been set to 3997\n[ 0.518812] Key type big_key registered\n[ 0.520560] Key type asymmetric registered\n[ 0.521940] Asymmetric key parser 'x509' registered\n[ 0.523522] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.526019] io scheduler noop registered\n[ 0.527384] io scheduler deadline registered (default)\n[ 0.529114] io scheduler cfq registered\n[ 0.530529] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532422] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534499] ipmi message handler version 39.2\n[ 0.536093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.538585] ACPI: Power Button [PWRF]\n[ 0.539984] GHES: HEST is not enabled!\n[ 0.562154] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606122] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.629310] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.631765] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657834] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.661059] Linux agpgart interface v0.103\n[ 0.663318] brd: module loaded\n[ 0.664803] loop: module loaded\n[ 0.666202] blk-mq: CPU -> queue map\n[ 0.667307] CPU 0 -> Queue 0\n[ 0.668282] CPU 1 -> Queue 0\n[ 0.670146] vda: vda1\n[ 0.672020] scsi0 : ata_piix\n[ 0.673143] scsi1 : ata_piix\n[ 0.674117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.675955] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.678057] libphy: Fixed MDIO Bus: probed\n[ 0.679368] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680837] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684453] PPP generic driver version 2.4.2\n[ 0.685849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687604] ehci-pci: EHCI PCI platform driver\n[ 0.689000] ehci-platform: EHCI generic platform driver\n[ 0.690451] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692132] ohci-pci: OHCI PCI platform driver\n[ 0.693415] ohci-platform: OHCI generic platform driver\n[ 0.694861] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717246] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718751] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720985] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.722870] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.724912] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.727586] usb usb1: Product: UHCI Host Controller\n[ 0.729456] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.731797] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733419] hub 1-0:1.0: USB hub found\n[ 0.734588] hub 1-0:1.0: 2 ports detected\n[ 0.735877] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739300] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.741544] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.744070] mousedev: PS/2 mouse device common for all mice\n[ 0.746127] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.748654] rtc_cmos 00:00: RTC can wake from S4\n[ 0.750191] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.751748] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.753375] device-mapper: uevent: version 1.0.3\n[ 0.754653] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.756793] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.758382] TCP: cubic registered\n[ 0.759423] NET: Registered protocol family 10\n[ 0.761069] NET: Registered protocol family 17\n[ 0.762250] Key type dns_resolver registered\n[ 0.763656] Loading compiled-in X.509 certificates\n[ 0.772582] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.775008] registered taskstats version 1\n[ 0.778562] Key type trusted registered\n[ 0.782446] Key type encrypted registered\n[ 0.783533] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.784905] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.786863] regulator-dummy: disabling\n[ 0.787940] Magic number: 14:555:587\n[ 0.789138] rtc_cmos 00:00: setting system clock to 2018-08-27 14:33:51 UTC (1535380431)\n[ 0.791343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.792803] EDD information not available.\n[ 0.834345] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.836445] Write protecting the kernel read-only data: 12288k\n[ 0.839269] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.843265] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.857036] systemd-udevd[107]: starting version 204\n[ 0.896594] FDC 0 is a S82078B\n[ 1.044061] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.208231] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.209942] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.211635] usb 1-1: Product: QEMU USB Tablet\n[ 1.212793] usb 1-1: Manufacturer: QEMU\n[ 1.213848] usb 1-1: SerialNumber: 42\n[ 1.472131] tsc: Refined TSC clocksource calibration: 3491.875 MHz\n[ 1.913023] 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.252379] 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.360773] 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 and link to /run 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.456696] 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 14:33:53 +0000. Up 2.81 seconds.\ncloud-init-nonet[2.98]: 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 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[4.54]: 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 enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 14:33:55 +0000. Up 4.74 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:c9:88:41 |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:3f:c0:ae |\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.254 | 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:\nda:bc:db:a6:b7:07:f7:9d:8d:62:a4:a0:80:96:ab:32 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| |\n| o S |\n| + . +. . o |\n| . . ...o. = . oo|\n|E . . o+ + o.o|\n|oo +=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:\na9:72:50:74:ca:b0:f8:3d:65:d6:e0:42:7a:e6:c6:d0 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . o o |\n| . O + o |\n| . + E = . |\n| . O = . |\n| o * S |\n| o 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:\n74:2a:ef:a6:55:db:9d:29:7f:37:89:59:aa:de:cf:b5 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . . |\n| . o |\n| . S . |\n| o . o . + |\n| o . o O o|\n| o. .*.o=|\n| .o. .o..oEo|\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:e6:0c:d2:c1:cb:be:57:95:e5:4d:3e:f5:18:c1:00 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| E..o.. |\n| . + o|\n| o + *o|\n| o + . o o.+|\n| . = S . .|\n| 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 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 * Stopping 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 ]\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 ]\nCloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 14:34:02 +0000. Up 11.39 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI 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 14:34:02 +0000. Up 12.26 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\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: 100 3149 100 3149 0 0 16309 0 --:--:-- --:--:-- --:--:-- 16401\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\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]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\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://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [132 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 5s (2504 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.15\n+ '[' -n 192.168.0.15 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --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 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 inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0\n libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4\n libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev\n nginx nginx-common nginx-core ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources realpath 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-snmpd clearwater-secure-connections\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools 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 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 homer inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0\n libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4\n libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev\n nginx nginx-common nginx-core ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources realpath sysstat\n0 upgraded, 94 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 88.0 MB of archives.\nAfter this operation, 202 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:30 http://repo.cw-ngv.com/stable/ binary/ homer 1.0-180326.111418 [35.6 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:38 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:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:45 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:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:48 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:49 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:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:94 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: 31%Extracting templates from packages: 63%Extracting templates from packages: 95%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 88.0 MB in 9s (9682 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 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 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 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 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 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 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 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 homer.\nPreparing to unpack .../homer_1.0-180326.111418_amd64.deb ...\nUnpacking homer (1.0-180326.111418) ...\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 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 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 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 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 libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\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 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 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 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.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8336\nProcessing triggers for ureadahead (0.100.0-16) ...\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'\nKilled\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 homer (1.0-180326.111418) ...\nCollecting homer\nCollecting crest (from homer)\nCollecting idna (from crest->homer)\nCollecting cryptography (from crest->homer)\nCollecting pure-sasl (from crest->homer)\nCollecting thrift (from crest->homer)\nCollecting six (from crest->homer)\nCollecting Twisted (from crest->homer)\nCollecting ipaddress (from crest->homer)\nCollecting cyclone (from crest->homer)\nCollecting pyOpenSSL (from crest->homer)\nCollecting zope.interface (from crest->homer)\nCollecting telephus (from crest->homer)\nCollecting constantly (from crest->homer)\nCollecting attrs (from crest->homer)\nCollecting prctl (from crest->homer)\nCollecting Automat (from crest->homer)\nCollecting setuptools (from crest->homer)\nCollecting cql (from crest->homer)\nCollecting lxml (from crest->homer)\nCollecting asn1crypto (from crest->homer)\nCollecting metaswitchcommon (from crest->homer)\nCollecting incremental (from crest->homer)\nCollecting msgpack-python (from crest->homer)\nCollecting defusedxml (from crest->homer)\nCollecting enum34 (from crest->homer)\nCollecting cffi>=1.7 (from cryptography->crest->homer)\nCollecting pycparser (from metaswitchcommon->crest->homer)\nCollecting pycrypto (from metaswitchcommon->crest->homer)\nCollecting monotonic (from metaswitchcommon->crest->homer)\nCollecting pyzmq (from metaswitchcommon->crest->homer)\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, homer\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 homer-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.\n/var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\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 (11.2 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58170 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.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.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n+ echo 'nameserver 192.168.0.12'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.12'\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 | 0a:ef:9b:26:8a:a2:de:c2:2b:02:81:47:59:ff:42:52 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 a9:72:50:74:ca:b0:f8:3d:65:d6:e0:42:7a:e6:c6:d0 root@homer-0 (DSA)\nec2: 256 74:2a:ef:a6:55:db:9d:29:7f:37:89:59:aa:de:cf:b5 root@homer-0 (ECDSA)\nec2: 256 c9:e6:0c:d2:c1:cb:be:57:95:e5:4d:3e:f5:18:c1:00 root@homer-0 (ED25519)\nec2: 2048 da:bc:db:a6:b7:07:f7:9d:8d:62:a4:a0:80:96:ab:32 root@homer-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBu7XX63iAxK1w2WydE1iY734KLtl7kYoG6r7iYFU0f9UKnXKYKbkaTzEupfoJe2Y419P1QzKYFO06BZrfrwXiA= root@homer-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII+GhEAdnTHSU3+ZGYdGO+yuAecoFvRoSnJ1CsPrekO3 root@homer-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7q7wIkZEzgcsFx7XqOg5COLF80R3fV6LuiJeAxnemWpgQiXVzZKw7EEUyCqRVlAAoVMlE1x03kXnPK79itIKkxQr6uBlwPGWE/4rUNZqaxXHBoJ5SvpwJYaUJV2Lfcnc4ukTKZNCGG1uhv9EjCajhs2T+sa29BGiH9m08WKRQrdsjsf2iIlSzXm1UKilBd3i5JKwQfJt7aTeOb8Ti8xbbV9QN69Ud0BHkt8v3yvYqhT0JNztNv/ZuREgXYQgYugz0Ypsu+97jJq3qFIpXz9JnR13W96DeIettLCJ1Oqbggt324/rbO2KJtEhBeSj/RDLjflwXehSHcHDiGyWZTMBb root@homer-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 14:35:40 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 109.75 seconds\n"} 2018-08-27 15:28:41,756 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/0d0a8079-1bd1-43f4-862e-a4ca712aa436/action used request id req-067c50f9-16cf-4060-8b89-5062b402ffef 2018-08-27 15:28:41,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0811269283295s 2018-08-27 15:28:41,758 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/0d0a8079-1bd1-43f4-862e-a4ca712aa436/action used request id req-067c50f9-16cf-4060-8b89-5062b402ffef 2018-08-27 15:28:41,759 - 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.008039] Security Framework initialized [ 0.009225] AppArmor: AppArmor initialized [ 0.010380] Yama: becoming mindful. [ 0.012157] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016173] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.018904] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022091] Initializing cgroup subsys memory [ 0.023314] Initializing cgroup subsys devices [ 0.024005] Initializing cgroup subsys freezer [ 0.025300] Initializing cgroup subsys blkio [ 0.026478] Initializing cgroup subsys perf_event [ 0.028004] Initializing cgroup subsys hugetlb [ 0.029266] FEATURE SPEC_CTRL Not Present [ 0.032222] mce: CPU supports 10 MCE banks [ 0.033382] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037619] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039595] Speculative Store Bypass: Vulnerable [ 0.040451] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046669] ACPI: Core revision 20131115 [ 0.048304] ACPI: All ACPI Tables successfully acquired [ 0.049903] ftrace: allocating 28717 entries in 113 pages [ 0.072224] smpboot: Max logical packages: 2 [ 0.076004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.077640] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.080006] Enabling x2apic [ 0.080884] Enabled x2apic [ 0.082021] Switched APIC routing to physical x2apic. [ 0.084817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.086460] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.088631] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.097438] KVM setup paravirtual spinlock [ 0.100081] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.102026] x86: Booting SMP configuration: [ 0.103267] .... node #0, CPUs: #1[ 0.100030] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.120456] KVM setup async PF for cpu 1 [ 0.120709] x86: Booted up 1 node, 2 CPUs [ 0.120733] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.124000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.129114] devtmpfs: initialized [ 0.134174] EVM: security.selinux [ 0.135194] EVM: security.SMACK64 [ 0.136003] EVM: security.ima [ 0.136913] EVM: security.capability [ 0.138041] pinctrl core: initialized pinctrl subsystem [ 0.140273] regulator-dummy: no parameters [ 0.141500] RTC time: 14:33:50, date: 08/27/18 [ 0.143060] NET: Registered protocol family 16 [ 0.144343] cpuidle: using governor ladder [ 0.145500] cpuidle: using governor menu [ 0.146779] ACPI: bus type PCI registered [ 0.147935] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.148304] PCI: Using configuration type 1 for base access [ 0.150491] bio: create slab at 0 [ 0.152078] ACPI: Added _OSI(Module Device) [ 0.153231] ACPI: Added _OSI(Processor Device) [ 0.154420] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.155653] ACPI: Added _OSI(Processor Aggregator Device) [ 0.158061] ACPI: Interpreter enabled [ 0.159236] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.161675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.166596] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.172008] ACPI: (supports S0 S5) [ 0.173215] ACPI: Using IOAPIC for interrupt routing [ 0.174832] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176218] ACPI: No dock devices found. [ 0.179684] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180042] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.182119] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.184047] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.187616] acpiphp: Slot [3] registered [ 0.188035] acpiphp: Slot [4] registered [ 0.189177] acpiphp: Slot [5] registered [ 0.190291] acpiphp: Slot [6] registered [ 0.191399] acpiphp: Slot [7] registered [ 0.192020] acpiphp: Slot [8] registered [ 0.193113] acpiphp: Slot [9] registered [ 0.194213] acpiphp: Slot [10] registered [ 0.195329] acpiphp: Slot [11] registered [ 0.196020] acpiphp: Slot [12] registered [ 0.197130] acpiphp: Slot [13] registered [ 0.198490] acpiphp: Slot [14] registered [ 0.199615] acpiphp: Slot [15] registered [ 0.200021] acpiphp: Slot [16] registered [ 0.201151] acpiphp: Slot [17] registered [ 0.202274] acpiphp: Slot [18] registered [ 0.203408] acpiphp: Slot [19] registered [ 0.204035] acpiphp: Slot [20] registered [ 0.205163] acpiphp: Slot [21] registered [ 0.206286] acpiphp: Slot [22] registered [ 0.207409] acpiphp: Slot [23] registered [ 0.208028] acpiphp: Slot [24] registered [ 0.209144] acpiphp: Slot [25] registered [ 0.210263] acpiphp: Slot [26] registered [ 0.211369] acpiphp: Slot [27] registered [ 0.212020] acpiphp: Slot [28] registered [ 0.213164] acpiphp: Slot [29] registered [ 0.214282] acpiphp: Slot [30] registered [ 0.215412] acpiphp: Slot [31] registered [ 0.216014] PCI host bridge to bus 0000:00 [ 0.217126] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.218501] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.220004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.221529] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.223175] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.224004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.232325] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.234300] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.264173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.266270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.268084] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.270367] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.272048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.273865] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.275621] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.275621] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276004] vgaarb: loaded [ 0.276836] vgaarb: bridge control possible 0000:00:02.0 [ 0.278498] SCSI subsystem initialized [ 0.279746] ACPI: bus type USB registered [ 0.280042] usbcore: registered new interface driver usbfs [ 0.281457] usbcore: registered new interface driver hub [ 0.282872] usbcore: registered new device driver usb [ 0.284117] PCI: Using ACPI for IRQ routing [ 0.285618] NetLabel: Initializing [ 0.286609] NetLabel: domain hash size = 128 [ 0.287769] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.288075] NetLabel: unlabeled traffic allowed by default [ 0.289516] Switched to clocksource kvm-clock [ 0.297422] AppArmor: AppArmor Filesystem Enabled [ 0.298731] pnp: PnP ACPI init [ 0.299659] ACPI: bus type PNP registered [ 0.301305] pnp: PnP ACPI: found 8 devices [ 0.302458] ACPI: bus type PNP unregistered [ 0.310003] NET: Registered protocol family 2 [ 0.311547] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.313660] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.315517] TCP: Hash tables configured (established 16384 bind 16384) [ 0.317271] TCP: reno registered [ 0.318231] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.319769] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.321470] NET: Registered protocol family 1 [ 0.322695] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.324205] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.325685] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.348050] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.370792] Trying to unpack rootfs image as initramfs... [ 0.472119] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.474963] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.476428] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.478308] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.481180] Scanning for low memory corruption every 60 seconds [ 0.483510] Initialise system trusted keyring [ 0.485127] audit: initializing netlink socket (disabled) [ 0.486929] type=2000 audit(1535380431.370:1): initialized [ 0.507860] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510866] zbud: loaded [ 0.512097] VFS: Disk quotas dquot_6.5.2 [ 0.513510] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.515933] fuse init (API version 7.22) [ 0.517370] msgmni has been set to 3997 [ 0.518812] Key type big_key registered [ 0.520560] Key type asymmetric registered [ 0.521940] Asymmetric key parser 'x509' registered [ 0.523522] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.526019] io scheduler noop registered [ 0.527384] io scheduler deadline registered (default) [ 0.529114] io scheduler cfq registered [ 0.530529] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.532422] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534499] ipmi message handler version 39.2 [ 0.536093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.538585] ACPI: Power Button [PWRF] [ 0.539984] GHES: HEST is not enabled! [ 0.562154] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.606122] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.629310] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.631765] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.657834] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661059] Linux agpgart interface v0.103 [ 0.663318] brd: module loaded [ 0.664803] loop: module loaded [ 0.666202] blk-mq: CPU -> queue map [ 0.667307] CPU 0 -> Queue 0 [ 0.668282] CPU 1 -> Queue 0 [ 0.670146] vda: vda1 [ 0.672020] scsi0 : ata_piix [ 0.673143] scsi1 : ata_piix [ 0.674117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.675955] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.678057] libphy: Fixed MDIO Bus: probed [ 0.679368] tun: Universal TUN/TAP device driver, 1.6 [ 0.680837] tun: (C) 1999-2004 Max Krasnyansky [ 0.684453] PPP generic driver version 2.4.2 [ 0.685849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687604] ehci-pci: EHCI PCI platform driver [ 0.689000] ehci-platform: EHCI generic platform driver [ 0.690451] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692132] ohci-pci: OHCI PCI platform driver [ 0.693415] ohci-platform: OHCI generic platform driver [ 0.694861] uhci_hcd: USB Universal Host Controller Interface driver [ 0.717246] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.718751] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.720985] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.722870] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.724912] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.727586] usb usb1: Product: UHCI Host Controller [ 0.729456] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.731797] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733419] hub 1-0:1.0: USB hub found [ 0.734588] hub 1-0:1.0: 2 ports detected [ 0.735877] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739300] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.741544] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.744070] mousedev: PS/2 mouse device common for all mice [ 0.746127] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.748654] rtc_cmos 00:00: RTC can wake from S4 [ 0.750191] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.751748] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.753375] device-mapper: uevent: version 1.0.3 [ 0.754653] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.756793] ledtrig-cpu: registered to indicate activity on CPUs [ 0.758382] TCP: cubic registered [ 0.759423] NET: Registered protocol family 10 [ 0.761069] NET: Registered protocol family 17 [ 0.762250] Key type dns_resolver registered [ 0.763656] Loading compiled-in X.509 certificates [ 0.772582] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.775008] registered taskstats version 1 [ 0.778562] Key type trusted registered [ 0.782446] Key type encrypted registered [ 0.783533] AppArmor: AppArmor sha1 policy hashing enabled [ 0.784905] IMA: No TPM chip found, activating TPM-bypass! [ 0.786863] regulator-dummy: disabling [ 0.787940] Magic number: 14:555:587 [ 0.789138] rtc_cmos 00:00: setting system clock to 2018-08-27 14:33:51 UTC (1535380431) [ 0.791343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.792803] EDD information not available. [ 0.834345] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.836445] Write protecting the kernel read-only data: 12288k [ 0.839269] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.843265] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.857036] systemd-udevd[107]: starting version 204 [ 0.896594] FDC 0 is a S82078B [ 1.044061] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.208231] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.209942] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.211635] usb 1-1: Product: QEMU USB Tablet [ 1.212793] usb 1-1: Manufacturer: QEMU [ 1.213848] usb 1-1: SerialNumber: 42 [ 1.472131] tsc: Refined TSC clocksource calibration: 3491.875 MHz [ 1.913023] 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.252379] 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.360773] 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 and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.456696] 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 14:33:53 +0000. Up 2.81 seconds. cloud-init-nonet[2.98]: 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 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[4.54]: 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 enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 14:33:55 +0000. Up 4.74 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:c9:88:41 | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:3f:c0:ae | 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.254 | 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: da:bc:db:a6:b7:07:f7:9d:8d:62:a4:a0:80:96:ab:32 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | | | o S | | + . +. . o | | . . ...o. = . oo| |E . . o+ + o.o| |oo +=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: a9:72:50:74:ca:b0:f8:3d:65:d6:e0:42:7a:e6:c6:d0 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . o o | | . O + o | | . + E = . | | . 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: 74:2a:ef:a6:55:db:9d:29:7f:37:89:59:aa:de:cf:b5 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . . | | . o | | . S . | | o . o . + | | o . o O o| | o. .*.o=| | .o. .o..oEo| +-----------------+ 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:e6:0c:d2:c1:cb:be:57:95:e5:4d:3e:f5:18:c1:00 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | E..o.. | | . + o| | o + *o| | o + . o 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 ] * 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 ] * Stopping 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 ] * 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 ] Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 14:34:02 +0000. Up 11.39 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI 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 14:34:02 +0000. Up 12.26 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 Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: 100 3149 100 3149 0 0 16309 0 --:--:-- --:--:-- --:--:-- 16401 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] 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] Get:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] 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://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [132 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 5s (2504 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.15 + '[' -n 192.168.0.15 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --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 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 inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev 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-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 realpath 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-snmpd 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 glibc-doc libgd-tools lm-sensors libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools 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 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 homer inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev 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-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 realpath sysstat 0 upgraded, 94 newly installed, 0 to remove and 4 not upgraded. Need to get 88.0 MB of archives. After this operation, 202 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:30 http://repo.cw-ngv.com/stable/ binary/ homer 1.0-180326.111418 [35.6 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:38 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:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:45 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:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:48 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:49 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:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:94 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: 31%Extracting templates from packages: 63%Extracting templates from packages: 95%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 88.0 MB in 9s (9682 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 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 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 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 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 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 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 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 homer. Preparing to unpack .../homer_1.0-180326.111418_amd64.deb ... Unpacking homer (1.0-180326.111418) ... 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 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 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 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 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 libsensors4:amd64 (1:3.3.4-2ubuntu1) ... 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 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 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 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. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8336 Processing triggers for ureadahead (0.100.0-16) ... 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' Killed 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 homer (1.0-180326.111418) ... Collecting homer Collecting crest (from homer) Collecting idna (from crest->homer) Collecting cryptography (from crest->homer) Collecting pure-sasl (from crest->homer) Collecting thrift (from crest->homer) Collecting six (from crest->homer) Collecting Twisted (from crest->homer) Collecting ipaddress (from crest->homer) Collecting cyclone (from crest->homer) Collecting pyOpenSSL (from crest->homer) Collecting zope.interface (from crest->homer) Collecting telephus (from crest->homer) Collecting constantly (from crest->homer) Collecting attrs (from crest->homer) Collecting prctl (from crest->homer) Collecting Automat (from crest->homer) Collecting setuptools (from crest->homer) Collecting cql (from crest->homer) Collecting lxml (from crest->homer) Collecting asn1crypto (from crest->homer) Collecting metaswitchcommon (from crest->homer) Collecting incremental (from crest->homer) Collecting msgpack-python (from crest->homer) Collecting defusedxml (from crest->homer) Collecting enum34 (from crest->homer) Collecting cffi>=1.7 (from cryptography->crest->homer) Collecting pycparser (from metaswitchcommon->crest->homer) Collecting pycrypto (from metaswitchcommon->crest->homer) Collecting monotonic (from metaswitchcommon->crest->homer) Collecting pyzmq (from metaswitchcommon->crest->homer) 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, homer 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 homer-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. /var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + 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 (11.2 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58170 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.218 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.218 ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 + echo 'nameserver 192.168.0.12' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.12' + 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 | 0a:ef:9b:26:8a:a2:de:c2:2b:02:81:47:59:ff:42:52 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 a9:72:50:74:ca:b0:f8:3d:65:d6:e0:42:7a:e6:c6:d0 root@homer-0 (DSA) ec2: 256 74:2a:ef:a6:55:db:9d:29:7f:37:89:59:aa:de:cf:b5 root@homer-0 (ECDSA) ec2: 256 c9:e6:0c:d2:c1:cb:be:57:95:e5:4d:3e:f5:18:c1:00 root@homer-0 (ED25519) ec2: 2048 da:bc:db:a6:b7:07:f7:9d:8d:62:a4:a0:80:96:ab:32 root@homer-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBu7XX63iAxK1w2WydE1iY734KLtl7kYoG6r7iYFU0f9UKnXKYKbkaTzEupfoJe2Y419P1QzKYFO06BZrfrwXiA= root@homer-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII+GhEAdnTHSU3+ZGYdGO+yuAecoFvRoSnJ1CsPrekO3 root@homer-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7q7wIkZEzgcsFx7XqOg5COLF80R3fV6LuiJeAxnemWpgQiXVzZKw7EEUyCqRVlAAoVMlE1x03kXnPK79itIKkxQr6uBlwPGWE/4rUNZqaxXHBoJ5SvpwJYaUJV2Lfcnc4ukTKZNCGG1uhv9EjCajhs2T+sa29BGiH9m08WKRQrdsjsf2iIlSzXm1UKilBd3i5JKwQfJt7aTeOb8Ti8xbbV9QN69Ud0BHkt8v3yvYqhT0JNztNv/ZuREgXYQgYugz0Ypsu+97jJq3qFIpXz9JnR13W96DeIettLCJ1Oqbggt324/rbO2KJtEhBeSj/RDLjflwXehSHcHDiGyWZTMBb root@homer-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 14:35:40 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 109.75 seconds 2018-08-27 15:28:41,763 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-27 15:28:41,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:28:41,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:42,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28: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-31c37349-2542-4b92-8e71-866f60f80996 x-compute-request-id: req-31c37349-2542-4b92-8e71-866f60f80996 Content-Encoding: gzip Content-Length: 1521 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:3f:c0:ae", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:c0:ae", "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:c9:88:41", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:88:41", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0d0a8079-1bd1-43f4-862e-a4ca712aa436", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0d0a8079-1bd1-43f4-862e-a4ca712aa436", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:33:50.000000", "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "0d0a8079-1bd1-43f4-862e-a4ca712aa436", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "45b302c5aa7e446090dd45cf34e7f915", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:33:50Z", "hostId": "46d97d89d67b8cf75570103c85fc8508f2f920992fff6686c4f1237b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "homer-0.clearwater.opnfv", "created": "2018-08-27T14:31:39Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c739b890-a5e2-4b71-970d-fb2e619b9738", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c739b890-a5e2-4b71-970d-fb2e619b9738", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "c739b890-a5e2-4b71-970d-fb2e619b9738", "user_id": "45b302c5aa7e446090dd45cf34e7f915", "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-27T14:31:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-27T14:31:37Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:fc:5a", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:fc:5a", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:47:fe", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3cd1645a-ff78-4e9b-937e-50affe417b81", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3cd1645a-ff78-4e9b-937e-50affe417b81", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:32:00.000000", "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "3cd1645a-ff78-4e9b-937e-50affe417b81", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "45b302c5aa7e446090dd45cf34e7f915", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:32:00Z", "hostId": "8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-27T14:31:36Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:36:0e", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:36:0e", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:c9:9a", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b3ac014e-7a05-43f5-9ea9-133a037be65c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b3ac014e-7a05-43f5-9ea9-133a037be65c", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:31:58.000000", "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "b3ac014e-7a05-43f5-9ea9-133a037be65c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "45b302c5aa7e446090dd45cf34e7f915", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:31:58Z", "hostId": "8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "dime-0.clearwater.opnfv", "created": "2018-08-27T14:31:36Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:68:f0", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:68:f0", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:89:ef", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:89:ef", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e1496b01-44a1-47b2-b6c9-f496add23aa1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e1496b01-44a1-47b2-b6c9-f496add23aa1", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:33:51.000000", "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "e1496b01-44a1-47b2-b6c9-f496add23aa1", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "45b302c5aa7e446090dd45cf34e7f915", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:33:51Z", "hostId": "46d97d89d67b8cf75570103c85fc8508f2f920992fff6686c4f1237b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "bono-0.clearwater.opnfv", "created": "2018-08-27T14:31:36Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:29:ae", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:29:ae", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a5f97a1e-e8b7-4fe7-9668-22cd2c8c600c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a5f97a1e-e8b7-4fe7-9668-22cd2c8c600c", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:31:17.000000", "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "a5f97a1e-e8b7-4fe7-9668-22cd2c8c600c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "45b302c5aa7e446090dd45cf34e7f915", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:31:17Z", "hostId": "8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-27T14:31:04Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:98:6f", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:98:6f", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:f8:94", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ce8ce41-402f-419c-89b5-5c0d3cd40855", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ce8ce41-402f-419c-89b5-5c0d3cd40855", "rel": "bookmark"}], "image": {"id": "74f42650-f020-432a-9cfb-cf441af77c67", "links": [{"href": "http://172.30.9.28:8774/images/74f42650-f020-432a-9cfb-cf441af77c67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T14:30:51.000000", "flavor": {"id": "bed8e90f-348e-48c2-89f5-50cd7333d537", "links": [{"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "bookmark"}]}, "id": "0ce8ce41-402f-419c-89b5-5c0d3cd40855", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "45b302c5aa7e446090dd45cf34e7f915", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T14:30:51Z", "hostId": "8eaa63aacd73fa9ff0d977fa89cf82da18a3a7ea4186533b13a55668", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_6c089c3e-f865-4305-8583-4a9082697b26", "name": "ns.clearwater.opnfv", "created": "2018-08-27T14:29:09Z", "tenant_id": "244e0418638349079823681e29514547", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:28:42,535 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-31c37349-2542-4b92-8e71-866f60f80996 2018-08-27 15:28:42,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.771016836166s 2018-08-27 15:28:42,536 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-31c37349-2542-4b92-8e71-866f60f80996 2018-08-27 15:28:42,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 15:28:42,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/c739b890-a5e2-4b71-970d-fb2e619b9738/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}842aa89e0805c159318e64067a96b72c0c73e453" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 15:28:42,589 - keystoneauth.session - DEBUG - RESP: [409] Date: Mon, 27 Aug 2018 15:28: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-18e6e816-d49c-4dbb-b6c2-768fa496f0e3 x-compute-request-id: req-18e6e816-d49c-4dbb-b6c2-768fa496f0e3 Content-Length: 110 Content-Type: application/json; charset=UTF-8 RESP BODY: {"conflictingRequest": {"message": "Instance c739b890-a5e2-4b71-970d-fb2e619b9738 is not ready", "code": 409}} 2018-08-27 15:28:42,590 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c739b890-a5e2-4b71-970d-fb2e619b9738/action used request id req-18e6e816-d49c-4dbb-b6c2-768fa496f0e3 2018-08-27 15:28:42,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0472750663757s 2018-08-27 15:28:42,590 - 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 166, in deploy_vnf server.name, regex='Cloud-init .* finished at ', loop=60): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 210, in check_regex_in_console console = self.cloud.get_server_console(name) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3093, in get_server_console return self._get_server_console_output(server['id'], length) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3100, in _get_server_console_output json={'os-getConsoleOutput': {'length': length}}) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 310, in post return self.request(url, 'POST', **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: (409) Client Error for url: http://172.30.9.28:8774/v2.1/servers/c739b890-a5e2-4b71-970d-fb2e619b9738/action Instance c739b890-a5e2-4b71-970d-fb2e619b9738 is not ready 2018-08-27 15:28:42,723 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 15:28:42,724 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | heat_ims | functest | 60:35 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-27 15:28:42,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:28:42,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/154bff18-42c9-4f39-9874-fc11caadccd2?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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:43,035 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:28:42 GMT Server: Apache x-openstack-request-id: req-8fb04498-fb7e-4e5e-8a30-206f62fce2f7 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:28:43,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28:43 GMT Server: Apache x-openstack-request-id: req-5f3bc1c9-0fb7-46dc-bad6-a0bb76ba1bb6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "No description", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "OS::stack_name": "clearwater-opnfv"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "ROLLBACK_FAILED", "stack_owner": null, "updated_time": "2018-08-27T15:28:10Z", "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Resource DELETE failed: AttributeError: resources.bono.resources[0].resources.server: 'NoneType' object has no attribute 'version'", "template_description": "No description"}} 2018-08-27 15:28:43,084 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5f3bc1c9-0fb7-46dc-bad6-a0bb76ba1bb6 2018-08-27 15:28:43,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.355093002319s 2018-08-27 15:28:43,085 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-5f3bc1c9-0fb7-46dc-bad6-a0bb76ba1bb6 2018-08-27 15:28:43,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:28:43,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/154bff18-42c9-4f39-9874-fc11caadccd2/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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:43,117 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:28:43 GMT Server: Apache x-openstack-request-id: req-bf290612-2b10-45a6-ad90-712d2f78aaaa Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/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 15:28:43,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28:43 GMT Server: Apache x-openstack-request-id: req-c204f228-486c-4bef-af1d-ced07acbcf38 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 404 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-27T15:28:16Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/clearwater-opnfv/events/b77e071a-ab7f-43fd-9aa5-4b56d88b7a20", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Resource DELETE failed: AttributeError: resources.vellum.resources[0].resources.server: 'NoneType' object has no attribute 'version'", "resource_status": "ROLLBACK_FAILED", "physical_resource_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "id": "b77e071a-ab7f-43fd-9aa5-4b56d88b7a20"}]} 2018-08-27 15:28:43,143 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-c204f228-486c-4bef-af1d-ced07acbcf38 2018-08-27 15:28:43,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.056850194931s 2018-08-27 15:28:43,144 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-c204f228-486c-4bef-af1d-ced07acbcf38 2018-08-27 15:28:43,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.DELETE.stacks 2018-08-27 15:28:43,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/154bff18-42c9-4f39-9874-fc11caadccd2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:43,842 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:28:43 GMT Server: Apache x-openstack-request-id: req-827eebee-9a62-4bbf-98d2-1672f4b98df6 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2 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 15:28:43,965 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 15:28:43 GMT Server: Apache x-openstack-request-id: req-f895374a-45c3-47e2-8d42-6665f67f6450 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 15:28:43,965 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2 used request id req-f895374a-45c3-47e2-8d42-6665f67f6450 2018-08-27 15:28:43,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.DELETE.stacks in 0.821118116379s 2018-08-27 15:28:43,966 - shade.request_ids - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2 used request id req-f895374a-45c3-47e2-8d42-6665f67f6450 2018-08-27 15:28:43,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:28:43,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=b77e071a-ab7f-43fd-9aa5-4b56d88b7a20&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:43,995 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:28:43 GMT Server: Apache x-openstack-request-id: req-4dffcf14-3bdd-4da4-aa2f-33ec7cbd4bb0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=b77e071a-ab7f-43fd-9aa5-4b56d88b7a20&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 15:28:44,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28:43 GMT Server: Apache x-openstack-request-id: req-e45345a1-84f3-4601-a4c8-1554ce1df814 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 333 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-27T15:28:43Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/clearwater-opnfv/events/b49c2e69-eae5-49af-81f3-3ad138c99dbc", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE started", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "id": "b49c2e69-eae5-49af-81f3-3ad138c99dbc"}]} 2018-08-27 15:28:44,040 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=b77e071a-ab7f-43fd-9aa5-4b56d88b7a20&sort_dir=asc&marker=b77e071a-ab7f-43fd-9aa5-4b56d88b7a20&sort_dir=asc used request id req-e45345a1-84f3-4601-a4c8-1554ce1df814 2018-08-27 15:28:44,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731799602509s 2018-08-27 15:28:44,040 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=b77e071a-ab7f-43fd-9aa5-4b56d88b7a20&sort_dir=asc&marker=b77e071a-ab7f-43fd-9aa5-4b56d88b7a20&sort_dir=asc used request id req-e45345a1-84f3-4601-a4c8-1554ce1df814 2018-08-27 15:28:49,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:28:49,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=b49c2e69-eae5-49af-81f3-3ad138c99dbc&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:49,075 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:28:49 GMT Server: Apache x-openstack-request-id: req-e3f5a338-f2d5-4d9b-a4dc-a9dae23fb3fb Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=b49c2e69-eae5-49af-81f3-3ad138c99dbc&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 15:28:49,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28:49 GMT Server: Apache x-openstack-request-id: req-ccd338f6-a2f8-47a0-bd9e-379ab693cccb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "bono", "event_time": "2018-08-27T15:28:44Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/bono/events/fee25305-2517-482a-8c01-753ebea5ebb8", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "f5ae6d76-4d35-45b8-84ae-8f85b320e7ac", "id": "fee25305-2517-482a-8c01-753ebea5ebb8"}, {"resource_name": "sprout", "event_time": "2018-08-27T15:28:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sprout/events/cd878270-4f12-467d-84e8-1956764925f6", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "fba279f6-ed7e-4ad7-8295-3e8e567f5614", "id": "cd878270-4f12-467d-84e8-1956764925f6"}, {"resource_name": "dime", "event_time": "2018-08-27T15:28:46Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dime/events/bd3d89c4-dfde-400a-a176-0493614a0286", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "a08e98e3-e1d0-4548-882f-458f9528045e", "id": "bd3d89c4-dfde-400a-a176-0493614a0286"}, {"resource_name": "vellum", "event_time": "2018-08-27T15:28:47Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/vellum/events/25f5142a-d2a8-4093-a962-12f3ea5e229c", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "ed7761b8-9c9b-4798-9d11-9c4369578add", "id": "25f5142a-d2a8-4093-a962-12f3ea5e229c"}, {"resource_name": "homer", "event_time": "2018-08-27T15:28:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/homer/events/e102e596-6cdb-48f4-9fe6-228c50fb219c", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "9e18d476-18d4-446b-913c-ad016d333c69", "id": "e102e596-6cdb-48f4-9fe6-228c50fb219c"}]} 2018-08-27 15:28:49,119 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=b49c2e69-eae5-49af-81f3-3ad138c99dbc&sort_dir=asc&marker=b49c2e69-eae5-49af-81f3-3ad138c99dbc&sort_dir=asc used request id req-ccd338f6-a2f8-47a0-bd9e-379ab693cccb 2018-08-27 15:28:49,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730471611023s 2018-08-27 15:28:49,119 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=b49c2e69-eae5-49af-81f3-3ad138c99dbc&sort_dir=asc&marker=b49c2e69-eae5-49af-81f3-3ad138c99dbc&sort_dir=asc used request id req-ccd338f6-a2f8-47a0-bd9e-379ab693cccb 2018-08-27 15:28:54,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:28:54,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=e102e596-6cdb-48f4-9fe6-228c50fb219c&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:54,895 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:28:54 GMT Server: Apache x-openstack-request-id: req-9eceed3c-0988-4c6e-b355-7252e9aebc11 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=e102e596-6cdb-48f4-9fe6-228c50fb219c&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 15:28:54,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28:54 GMT Server: Apache x-openstack-request-id: req-90d0e949-438d-490e-95da-bb8e6b80f028 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "vellum", "event_time": "2018-08-27T15:28:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/vellum/events/f81cfdb6-b197-455b-b402-e96b63efbbd4", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "ed7761b8-9c9b-4798-9d11-9c4369578add", "id": "f81cfdb6-b197-455b-b402-e96b63efbbd4"}]} 2018-08-27 15:28:54,938 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=e102e596-6cdb-48f4-9fe6-228c50fb219c&sort_dir=asc&marker=e102e596-6cdb-48f4-9fe6-228c50fb219c&sort_dir=asc used request id req-90d0e949-438d-490e-95da-bb8e6b80f028 2018-08-27 15:28:54,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.811713933945s 2018-08-27 15:28:54,939 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=e102e596-6cdb-48f4-9fe6-228c50fb219c&sort_dir=asc&marker=e102e596-6cdb-48f4-9fe6-228c50fb219c&sort_dir=asc used request id req-90d0e949-438d-490e-95da-bb8e6b80f028 2018-08-27 15:28:59,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:28:59,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f81cfdb6-b197-455b-b402-e96b63efbbd4&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:28:59,974 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:28:59 GMT Server: Apache x-openstack-request-id: req-2b67bae3-1380-4b11-a097-fcf54f6ccfd3 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f81cfdb6-b197-455b-b402-e96b63efbbd4&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 15:29:00,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:28:59 GMT Server: Apache x-openstack-request-id: req-f1cbd4c0-c854-4378-84e8-4451208e51ce Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "bono", "event_time": "2018-08-27T15:28:55Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/bono/events/dd09e675-8a7f-40b5-9bc8-63d9a2a88430", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "f5ae6d76-4d35-45b8-84ae-8f85b320e7ac", "id": "dd09e675-8a7f-40b5-9bc8-63d9a2a88430"}, {"resource_name": "sprout", "event_time": "2018-08-27T15:28:55Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sprout/events/1a8c825e-71a8-40e3-b3fb-31b183e581c6", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "fba279f6-ed7e-4ad7-8295-3e8e567f5614", "id": "1a8c825e-71a8-40e3-b3fb-31b183e581c6"}, {"resource_name": "dime", "event_time": "2018-08-27T15:28:56Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dime/events/6dda2c7d-0f09-42e8-bb8b-251dfe88550c", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "a08e98e3-e1d0-4548-882f-458f9528045e", "id": "6dda2c7d-0f09-42e8-bb8b-251dfe88550c"}, {"resource_name": "homer", "event_time": "2018-08-27T15:28:58Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/homer/events/fb1be38a-c520-4120-961a-e2d084adf84a", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "9e18d476-18d4-446b-913c-ad016d333c69", "id": "fb1be38a-c520-4120-961a-e2d084adf84a"}, {"resource_name": "ellis", "event_time": "2018-08-27T15:28:58Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/ellis/events/b264057d-6b54-4dc7-b2b6-ca8b5d7bcd5c", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "24b3f764-45a3-4024-9d3e-287e77d59078", "id": "b264057d-6b54-4dc7-b2b6-ca8b5d7bcd5c"}]} 2018-08-27 15:29:00,019 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f81cfdb6-b197-455b-b402-e96b63efbbd4&sort_dir=asc&marker=f81cfdb6-b197-455b-b402-e96b63efbbd4&sort_dir=asc used request id req-f1cbd4c0-c854-4378-84e8-4451208e51ce 2018-08-27 15:29:00,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0742580890656s 2018-08-27 15:29:00,020 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=f81cfdb6-b197-455b-b402-e96b63efbbd4&sort_dir=asc&marker=f81cfdb6-b197-455b-b402-e96b63efbbd4&sort_dir=asc used request id req-f1cbd4c0-c854-4378-84e8-4451208e51ce 2018-08-27 15:29:05,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:29:05,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=b264057d-6b54-4dc7-b2b6-ca8b5d7bcd5c&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:29:05,056 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:29:05 GMT Server: Apache x-openstack-request-id: req-6c63c5cb-1c3f-49e0-8e00-58845068c7e0 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=b264057d-6b54-4dc7-b2b6-ca8b5d7bcd5c&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 15:29:05,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:05 GMT Server: Apache x-openstack-request-id: req-d5f2c2c7-3c62-44bd-90d2-0937daa8b827 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:29:05,098 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=b264057d-6b54-4dc7-b2b6-ca8b5d7bcd5c&sort_dir=asc&marker=b264057d-6b54-4dc7-b2b6-ca8b5d7bcd5c&sort_dir=asc used request id req-d5f2c2c7-3c62-44bd-90d2-0937daa8b827 2018-08-27 15:29:05,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721518993378s 2018-08-27 15:29:05,099 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=b264057d-6b54-4dc7-b2b6-ca8b5d7bcd5c&sort_dir=asc&marker=b264057d-6b54-4dc7-b2b6-ca8b5d7bcd5c&sort_dir=asc used request id req-d5f2c2c7-3c62-44bd-90d2-0937daa8b827 2018-08-27 15:29:10,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:29:10,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=b264057d-6b54-4dc7-b2b6-ca8b5d7bcd5c&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:29:10,135 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:29:10 GMT Server: Apache x-openstack-request-id: req-b847c548-0c6e-493f-9f09-1d24f76ffe65 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=b264057d-6b54-4dc7-b2b6-ca8b5d7bcd5c&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 15:29:10,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:10 GMT Server: Apache x-openstack-request-id: req-78c72b3d-4502-4deb-a541-06861fd9842c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-27T15:29:05Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/ellis/events/7f69486d-be05-42d9-b402-80d678cb4fe4", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "24b3f764-45a3-4024-9d3e-287e77d59078", "id": "7f69486d-be05-42d9-b402-80d678cb4fe4"}, {"resource_name": "dns", "event_time": "2018-08-27T15:29:05Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dns/events/2a078f77-c0a9-4bbd-928e-e89be5816827", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "ecbcdda3-567d-437d-b056-05ae5a0c3aba", "id": "2a078f77-c0a9-4bbd-928e-e89be5816827"}]} 2018-08-27 15:29:10,178 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=b264057d-6b54-4dc7-b2b6-ca8b5d7bcd5c&sort_dir=asc&marker=b264057d-6b54-4dc7-b2b6-ca8b5d7bcd5c&sort_dir=asc used request id req-78c72b3d-4502-4deb-a541-06861fd9842c 2018-08-27 15:29:10,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734050273895s 2018-08-27 15:29:10,179 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=b264057d-6b54-4dc7-b2b6-ca8b5d7bcd5c&sort_dir=asc&marker=b264057d-6b54-4dc7-b2b6-ca8b5d7bcd5c&sort_dir=asc used request id req-78c72b3d-4502-4deb-a541-06861fd9842c 2018-08-27 15:29:15,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:29:15,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=2a078f77-c0a9-4bbd-928e-e89be5816827&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:29:15,215 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:29:15 GMT Server: Apache x-openstack-request-id: req-21ff6940-205d-4a84-8775-03c305822ccb Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=2a078f77-c0a9-4bbd-928e-e89be5816827&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 15:29:15,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:15 GMT Server: Apache x-openstack-request-id: req-5d8e9b85-6419-4400-9c23-15467c9f0816 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-27T15:29:13Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dns/events/cdb55a3a-1916-4f60-87b8-fa514daf6ab1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "ecbcdda3-567d-437d-b056-05ae5a0c3aba", "id": "cdb55a3a-1916-4f60-87b8-fa514daf6ab1"}, {"resource_name": "security_groups", "event_time": "2018-08-27T15:29:13Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/security_groups/events/1e8f5224-3185-4ab4-a285-e06161d9283a", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "60259087-c138-41ba-82c9-e305b5a96a21", "id": "1e8f5224-3185-4ab4-a285-e06161d9283a"}, {"resource_name": "mgmt_network", "event_time": "2018-08-27T15:29:13Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/mgmt_network/events/19e40a6d-0f41-483b-a00b-e2e985006914", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "fb322d9c-474f-4a74-bb42-7bda3ecfa5ef", "id": "19e40a6d-0f41-483b-a00b-e2e985006914"}, {"resource_name": "sig_network", "event_time": "2018-08-27T15:29:13Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sig_network/events/8af26fa6-d9b9-4578-bb39-53e30934541e", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "e65c2775-bd02-45ca-871c-692fd65b7595", "id": "8af26fa6-d9b9-4578-bb39-53e30934541e"}]} 2018-08-27 15:29:15,261 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=2a078f77-c0a9-4bbd-928e-e89be5816827&sort_dir=asc&marker=2a078f77-c0a9-4bbd-928e-e89be5816827&sort_dir=asc used request id req-5d8e9b85-6419-4400-9c23-15467c9f0816 2018-08-27 15:29:15,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0754971504211s 2018-08-27 15:29:15,261 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=2a078f77-c0a9-4bbd-928e-e89be5816827&sort_dir=asc&marker=2a078f77-c0a9-4bbd-928e-e89be5816827&sort_dir=asc used request id req-5d8e9b85-6419-4400-9c23-15467c9f0816 2018-08-27 15:29:20,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:29:20,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=8af26fa6-d9b9-4578-bb39-53e30934541e&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:29:20,297 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:29:20 GMT Server: Apache x-openstack-request-id: req-3832c64a-3a84-4b1d-835f-f782aa0fb7f4 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=8af26fa6-d9b9-4578-bb39-53e30934541e&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 15:29:20,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:20 GMT Server: Apache x-openstack-request-id: req-ee63461a-9bf3-42e4-8499-97282844eb73 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:29:20,340 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=8af26fa6-d9b9-4578-bb39-53e30934541e&sort_dir=asc&marker=8af26fa6-d9b9-4578-bb39-53e30934541e&sort_dir=asc used request id req-ee63461a-9bf3-42e4-8499-97282844eb73 2018-08-27 15:29:20,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072084903717s 2018-08-27 15:29:20,340 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=8af26fa6-d9b9-4578-bb39-53e30934541e&sort_dir=asc&marker=8af26fa6-d9b9-4578-bb39-53e30934541e&sort_dir=asc used request id req-ee63461a-9bf3-42e4-8499-97282844eb73 2018-08-27 15:29:25,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:29:25,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=8af26fa6-d9b9-4578-bb39-53e30934541e&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:29:25,372 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:29:25 GMT Server: Apache x-openstack-request-id: req-521d7559-1688-4fd9-8290-818dd80686f5 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=8af26fa6-d9b9-4578-bb39-53e30934541e&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 15:29:25,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:25 GMT Server: Apache x-openstack-request-id: req-7ca0f52a-c25c-49c3-8483-85387d1171a8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 442 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-08-27T15:29:24Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/mgmt_network/events/cd94e588-9eb7-42a3-b576-f8406c440a53", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "fb322d9c-474f-4a74-bb42-7bda3ecfa5ef", "id": "cd94e588-9eb7-42a3-b576-f8406c440a53"}, {"resource_name": "sig_network", "event_time": "2018-08-27T15:29:24Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sig_network/events/a89a6a0c-26bc-4af6-91a3-a358dc7523d3", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "e65c2775-bd02-45ca-871c-692fd65b7595", "id": "a89a6a0c-26bc-4af6-91a3-a358dc7523d3"}]} 2018-08-27 15:29:25,415 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=8af26fa6-d9b9-4578-bb39-53e30934541e&sort_dir=asc&marker=8af26fa6-d9b9-4578-bb39-53e30934541e&sort_dir=asc used request id req-7ca0f52a-c25c-49c3-8483-85387d1171a8 2018-08-27 15:29:25,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733749866486s 2018-08-27 15:29:25,416 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=8af26fa6-d9b9-4578-bb39-53e30934541e&sort_dir=asc&marker=8af26fa6-d9b9-4578-bb39-53e30934541e&sort_dir=asc used request id req-7ca0f52a-c25c-49c3-8483-85387d1171a8 2018-08-27 15:29:30,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:29:30,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=a89a6a0c-26bc-4af6-91a3-a358dc7523d3&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:29:30,449 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:29:30 GMT Server: Apache x-openstack-request-id: req-11770a90-afe8-4852-908b-2281cba2af47 Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=a89a6a0c-26bc-4af6-91a3-a358dc7523d3&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 15:29:30,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:30 GMT Server: Apache x-openstack-request-id: req-cb2d19c6-ca6b-4e30-9a6e-c0f612501cad Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 446 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "security_groups", "event_time": "2018-08-27T15:29:26Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/security_groups/events/89166a61-6f08-4e0b-af30-7ac97538c5eb", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "60259087-c138-41ba-82c9-e305b5a96a21", "id": "89166a61-6f08-4e0b-af30-7ac97538c5eb"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-27T15:29:26Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/clearwater-opnfv/events/d8f84c9c-b8d0-49ef-97c5-7879e247e9a3", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE completed successfully", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "id": "d8f84c9c-b8d0-49ef-97c5-7879e247e9a3"}]} 2018-08-27 15:29:30,494 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=a89a6a0c-26bc-4af6-91a3-a358dc7523d3&sort_dir=asc&marker=a89a6a0c-26bc-4af6-91a3-a358dc7523d3&sort_dir=asc used request id req-cb2d19c6-ca6b-4e30-9a6e-c0f612501cad 2018-08-27 15:29:30,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0749409198761s 2018-08-27 15:29:30,495 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=a89a6a0c-26bc-4af6-91a3-a358dc7523d3&sort_dir=asc&marker=a89a6a0c-26bc-4af6-91a3-a358dc7523d3&sort_dir=asc used request id req-cb2d19c6-ca6b-4e30-9a6e-c0f612501cad 2018-08-27 15:29:35,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:29:35,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=d8f84c9c-b8d0-49ef-97c5-7879e247e9a3&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:29:35,531 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:29:35 GMT Server: Apache x-openstack-request-id: req-cf67a8b1-bcd2-4203-a292-9a46baeb047f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=d8f84c9c-b8d0-49ef-97c5-7879e247e9a3&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 15:29:35,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:35 GMT Server: Apache x-openstack-request-id: req-da152ead-176b-4d3f-a36b-d68cb5da5828 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:29:35,573 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=d8f84c9c-b8d0-49ef-97c5-7879e247e9a3&sort_dir=asc&marker=d8f84c9c-b8d0-49ef-97c5-7879e247e9a3&sort_dir=asc used request id req-da152ead-176b-4d3f-a36b-d68cb5da5828 2018-08-27 15:29:35,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712277889252s 2018-08-27 15:29:35,573 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=d8f84c9c-b8d0-49ef-97c5-7879e247e9a3&sort_dir=asc&marker=d8f84c9c-b8d0-49ef-97c5-7879e247e9a3&sort_dir=asc used request id req-da152ead-176b-4d3f-a36b-d68cb5da5828 2018-08-27 15:29:40,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-27 15:29:40,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=d8f84c9c-b8d0-49ef-97c5-7879e247e9a3&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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:29:40,609 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:29:40 GMT Server: Apache x-openstack-request-id: req-bc4a60a8-072c-4770-bcbd-928f5e34099e Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=d8f84c9c-b8d0-49ef-97c5-7879e247e9a3&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 15:29:40,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:40 GMT Server: Apache x-openstack-request-id: req-4995a433-682b-4e5b-b69d-23e7a688b63a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-27 15:29:40,652 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=d8f84c9c-b8d0-49ef-97c5-7879e247e9a3&sort_dir=asc&marker=d8f84c9c-b8d0-49ef-97c5-7879e247e9a3&sort_dir=asc used request id req-4995a433-682b-4e5b-b69d-23e7a688b63a 2018-08-27 15:29:40,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729119777679s 2018-08-27 15:29:40,652 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2/events?marker=d8f84c9c-b8d0-49ef-97c5-7879e247e9a3&sort_dir=asc&marker=d8f84c9c-b8d0-49ef-97c5-7879e247e9a3&sort_dir=asc used request id req-4995a433-682b-4e5b-b69d-23e7a688b63a 2018-08-27 15:29:40,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-27 15:29:40,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/154bff18-42c9-4f39-9874-fc11caadccd2?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}842aa89e0805c159318e64067a96b72c0c73e453" 2018-08-27 15:29:40,681 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 27 Aug 2018 15:29:40 GMT Server: Apache x-openstack-request-id: req-f986bafd-b197-441c-bfe3-5d2b5502787f Location: http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?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 15:29:40,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:40 GMT Server: Apache x-openstack-request-id: req-6dcc1184-35ec-4f30-acc5-f72f7398db63 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "No description", "parameters": {"OS::project_id": "244e0418638349079823681e29514547", "OS::stack_id": "154bff18-42c9-4f39-9874-fc11caadccd2", "OS::stack_name": "clearwater-opnfv"}, "deletion_time": "2018-08-27T15:29:27Z", "stack_name": "clearwater-opnfv", "stack_user_project_id": "b065084a8be2480bbbf57dd2fd776c6e", "tags": null, "creation_time": "2018-08-27T14:28:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-27T15:28:43Z", "id": "154bff18-42c9-4f39-9874-fc11caadccd2", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "No description"}} 2018-08-27 15:29:40,710 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6dcc1184-35ec-4f30-acc5-f72f7398db63 2018-08-27 15:29:40,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0572729110718s 2018-08-27 15:29:40,710 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/244e0418638349079823681e29514547/stacks/clearwater-opnfv/154bff18-42c9-4f39-9874-fc11caadccd2?resolve_outputs=False used request id req-6dcc1184-35ec-4f30-acc5-f72f7398db63 2018-08-27 15:29:40,711 - 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 15:29:40,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 15:29:40,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 15:29:41,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T16:29:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["taTA8QUgQO29jVWyztP2fA"], "issued_at": "2018-08-27T15:29:41.000000Z"}} 2018-08-27 15:29:41,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c2ecd26a7ab9dc12419ee1bd7fc7d9bdc8bba9f1" 2018-08-27 15:29:41,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c8578a1-38ef-4a66-933f-8a58c6c9d520 Content-Encoding: gzip Content-Length: 1026 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_ims-user_6c089c3e-f865-4305-8583-4a9082697b26", "links": {"self": "http://172.30.9.28:5000/v3/users/45b302c5aa7e446090dd45cf34e7f915"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "45b302c5aa7e446090dd45cf34e7f915", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da", "links": {"self": "http://172.30.9.28:5000/v3/users/643d28eccdf547c1be8115317b9156d8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "643d28eccdf547c1be8115317b9156d8", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 15:29:41,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-5c8578a1-38ef-4a66-933f-8a58c6c9d520 2018-08-27 15:29:41,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.640228033066s 2018-08-27 15:29:41,353 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-5c8578a1-38ef-4a66-933f-8a58c6c9d520 2018-08-27 15:29:41,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 15:29:41,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/45b302c5aa7e446090dd45cf34e7f915 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c2ecd26a7ab9dc12419ee1bd7fc7d9bdc8bba9f1" 2018-08-27 15:29:41,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ed2af10-39d3-4f30-ab3d-e669c731fff0 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_6c089c3e-f865-4305-8583-4a9082697b26", "links": {"self": "http://172.30.9.28:5000/v3/users/45b302c5aa7e446090dd45cf34e7f915"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "45b302c5aa7e446090dd45cf34e7f915", "description": null}} 2018-08-27 15:29:41,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/45b302c5aa7e446090dd45cf34e7f915 used request id req-2ed2af10-39d3-4f30-ab3d-e669c731fff0 2018-08-27 15:29:41,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204864025116s 2018-08-27 15:29:41,565 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/45b302c5aa7e446090dd45cf34e7f915 used request id req-2ed2af10-39d3-4f30-ab3d-e669c731fff0 2018-08-27 15:29:41,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 15:29:41,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/45b302c5aa7e446090dd45cf34e7f915 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c2ecd26a7ab9dc12419ee1bd7fc7d9bdc8bba9f1" 2018-08-27 15:29:41,972 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 15:29:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-738f8664-77de-4a2e-9db4-ec781c04f0d8 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 15:29:41,972 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/45b302c5aa7e446090dd45cf34e7f915 used request id req-738f8664-77de-4a2e-9db4-ec781c04f0d8 2018-08-27 15:29:41,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.407305955887s 2018-08-27 15:29:41,973 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/45b302c5aa7e446090dd45cf34e7f915 used request id req-738f8664-77de-4a2e-9db4-ec781c04f0d8 2018-08-27 15:29:41,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 15:29:41,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c2ecd26a7ab9dc12419ee1bd7fc7d9bdc8bba9f1" 2018-08-27 15:29:42,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb1f8b01-1427-4210-8caa-6e5f8d088d63 Content-Encoding: gzip Content-Length: 587 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/244e0418638349079823681e29514547"}, "tags": [], "enabled": true, "id": "244e0418638349079823681e29514547", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_6c089c3e-f865-4305-8583-4a9082697b26"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9"}, "tags": [], "enabled": true, "id": "8d9ec3b924e84c679dfb4bd26aa542e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-27 15:29:42,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-fb1f8b01-1427-4210-8caa-6e5f8d088d63 2018-08-27 15:29:42,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.201454162598s 2018-08-27 15:29:42,181 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-fb1f8b01-1427-4210-8caa-6e5f8d088d63 2018-08-27 15:29:42,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 15:29:42,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/244e0418638349079823681e29514547 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c2ecd26a7ab9dc12419ee1bd7fc7d9bdc8bba9f1" 2018-08-27 15:29:42,481 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 15:29:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52ce9cf8-45dd-4878-8467-ff1b21a75507 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 15:29:42,481 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/244e0418638349079823681e29514547 used request id req-52ce9cf8-45dd-4878-8467-ff1b21a75507 2018-08-27 15:29:42,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.294573068619s 2018-08-27 15:29:42,481 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/244e0418638349079823681e29514547 used request id req-52ce9cf8-45dd-4878-8467-ff1b21a75507 2018-08-27 15:29:42,481 - xtesting.ci.run_tests - ERROR - The test case 'heat_ims' failed. 2018-08-27 15:29:42,510 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-08-27 15:29:42,577 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-27 15:29:42,618 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-27 15:29:42,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 15:29:42,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 15:29:42,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 15:29:42,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 15:29:42,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 15:29:42,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 15:29:42,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 15:29:42,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 15:29:42,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 15:29:42,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 15:29:42,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 15:29:42,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 15:29:42,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 15:29:42,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 15:29:42,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 15:29:42,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 15:29:42,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 15:29:42,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 15:29:42,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 15:29:42,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 15:29:42,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 15:29:42,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 15:29:42,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 15:29:42,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb896b58-6341-4e0c-ace0-a4f9d5b6b5f5 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 15:29:42,725 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bb896b58-6341-4e0c-ace0-a4f9d5b6b5f5 2018-08-27 15:29:42,726 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 15:29:43,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T16:29:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["lSZfZ_K3QF-iR6EwsxfvGw"], "issued_at": "2018-08-27T15:29:43.000000Z"}} 2018-08-27 15:29:43,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 15:29:43,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:29:43,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-628c0281-78f3-413b-a7d4-7416482d46f2 Date: Mon, 27 Aug 2018 15:29:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 15:29:43,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-628c0281-78f3-413b-a7d4-7416482d46f2 2018-08-27 15:29:43,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.366451978683s 2018-08-27 15:29:43,501 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-628c0281-78f3-413b-a7d4-7416482d46f2 2018-08-27 15:29:43,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 15:29:43,510 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 15:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-545d5ce5-ddc0-4f71-bb33-14ba5e105e05 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 15:29:43,510 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-545d5ce5-ddc0-4f71-bb33-14ba5e105e05 2018-08-27 15:29:43,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 15:29:43,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:29:43,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfde06b5-809f-4462-b93f-f76d624898f1 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/1822875bebb84e26b6f0f5a37895742c"}, "tags": [], "enabled": true, "id": "1822875bebb84e26b6f0f5a37895742c", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 15:29:43,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-dfde06b5-809f-4462-b93f-f76d624898f1 2018-08-27 15:29:43,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.20032286644s 2018-08-27 15:29:43,712 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-dfde06b5-809f-4462-b93f-f76d624898f1 2018-08-27 15:29:43,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 15:29:43,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}}' 2018-08-27 15:29:43,960 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 15:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4bcca047-25d8-4962-9c09-ed1fe74e7098 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.28:5000/v3/projects/3b264a0f56674d33915baf616f3614a5"}, "tags": [], "enabled": true, "id": "3b264a0f56674d33915baf616f3614a5", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}} 2018-08-27 15:29:43,960 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4bcca047-25d8-4962-9c09-ed1fe74e7098 2018-08-27 15:29:43,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.241274833679s 2018-08-27 15:29:43,961 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4bcca047-25d8-4962-9c09-ed1fe74e7098 2018-08-27 15:29:43,961 - 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'3b264a0f56674d33915baf616f3614a5', '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_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c'}) 2018-08-27 15:29:43,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 15:29:43,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "aaf36504-5a59-41c3-b3a2-a29eb5166a33", "email": null, "name": "vyos_vrouter-user_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}}' 2018-08-27 15:29:44,362 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 15:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94b4621c-4e82-4e70-bcae-cfbbfd913bba Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "links": {"self": "http://172.30.9.28:5000/v3/users/8ff2b4735e014d24bfafb4008c6e039f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8ff2b4735e014d24bfafb4008c6e039f", "domain_id": "default", "password_expires_at": null}} 2018-08-27 15:29:44,362 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-94b4621c-4e82-4e70-bcae-cfbbfd913bba 2018-08-27 15:29:44,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.394721031189s 2018-08-27 15:29:44,363 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-94b4621c-4e82-4e70-bcae-cfbbfd913bba 2018-08-27 15:29:44,363 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8ff2b4735e014d24bfafb4008c6e039f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c'}) 2018-08-27 15:29:44,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 15:29:44,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:29:44,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d03717b-c656-4e3c-8218-ae90c5bbd296 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 15:29:44,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9d03717b-c656-4e3c-8218-ae90c5bbd296 2018-08-27 15:29:44,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196651935577s 2018-08-27 15:29:44,564 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9d03717b-c656-4e3c-8218-ae90c5bbd296 2018-08-27 15:29:44,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 15:29:44,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:29:44,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fa286a7-a1b7-4a48-9275-02e87f34f71d Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 15:29:44,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1fa286a7-a1b7-4a48-9275-02e87f34f71d 2018-08-27 15:29:44,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.112230062485s 2018-08-27 15:29:44,682 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1fa286a7-a1b7-4a48-9275-02e87f34f71d 2018-08-27 15:29:44,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 15:29:44,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:29:44,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99fcf4a3-9a41-45b0-bb4f-6ef439ac5829 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 15:29:44,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-99fcf4a3-9a41-45b0-bb4f-6ef439ac5829 2018-08-27 15:29:44,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.140829086304s 2018-08-27 15:29:44,828 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-99fcf4a3-9a41-45b0-bb4f-6ef439ac5829 2018-08-27 15:29:44,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 15:29:44,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:29:45,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a98b034a-ae26-4624-ad0a-cba0864c8f84 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 15:29:45,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-a98b034a-ae26-4624-ad0a-cba0864c8f84 2018-08-27 15:29:45,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.173222780228s 2018-08-27 15:29:45,004 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-a98b034a-ae26-4624-ad0a-cba0864c8f84 2018-08-27 15:29:45,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 15:29:45,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:29:45,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2259a8a-856c-4c98-b43f-a967f04300b2 Content-Encoding: gzip Content-Length: 1031 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da", "links": {"self": "http://172.30.9.28:5000/v3/users/643d28eccdf547c1be8115317b9156d8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "643d28eccdf547c1be8115317b9156d8", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "links": {"self": "http://172.30.9.28:5000/v3/users/8ff2b4735e014d24bfafb4008c6e039f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8ff2b4735e014d24bfafb4008c6e039f", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 15:29:45,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f2259a8a-856c-4c98-b43f-a967f04300b2 2018-08-27 15:29:45,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.215862035751s 2018-08-27 15:29:45,222 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f2259a8a-856c-4c98-b43f-a967f04300b2 2018-08-27 15:29:45,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 15:29:45,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:29:45,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eda0e147-4973-4291-94be-ff819abf4cea Content-Encoding: gzip Content-Length: 596 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "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.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9"}, "tags": [], "enabled": true, "id": "8d9ec3b924e84c679dfb4bd26aa542e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/3b264a0f56674d33915baf616f3614a5"}, "tags": [], "enabled": true, "id": "3b264a0f56674d33915baf616f3614a5", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}]} 2018-08-27 15:29:45,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-eda0e147-4973-4291-94be-ff819abf4cea 2018-08-27 15:29:45,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.198887825012s 2018-08-27 15:29:45,432 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-eda0e147-4973-4291-94be-ff819abf4cea 2018-08-27 15:29:45,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 15:29:45,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=8ff2b4735e014d24bfafb4008c6e039f&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=3b264a0f56674d33915baf616f3614a5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:29:45,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-556728de-6e80-416b-89de-eb452bf91e1c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=8ff2b4735e014d24bfafb4008c6e039f&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=3b264a0f56674d33915baf616f3614a5", "previous": null, "next": null}} 2018-08-27 15:29:45,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=8ff2b4735e014d24bfafb4008c6e039f&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=3b264a0f56674d33915baf616f3614a5 used request id req-556728de-6e80-416b-89de-eb452bf91e1c 2018-08-27 15:29:45,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.154088973999s 2018-08-27 15:29:45,594 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=8ff2b4735e014d24bfafb4008c6e039f&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=3b264a0f56674d33915baf616f3614a5 used request id req-556728de-6e80-416b-89de-eb452bf91e1c 2018-08-27 15:29:45,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 15:29:45,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/3b264a0f56674d33915baf616f3614a5/users/8ff2b4735e014d24bfafb4008c6e039f/roles/2d704632e4b7449aa0baeaa243e3aa0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:29:45,814 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 15:29:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1649127b-00fb-4fe9-8adf-c9735077b63d 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 15:29:45,814 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3b264a0f56674d33915baf616f3614a5/users/8ff2b4735e014d24bfafb4008c6e039f/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-1649127b-00fb-4fe9-8adf-c9735077b63d 2018-08-27 15:29:45,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.217047929764s 2018-08-27 15:29:45,815 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3b264a0f56674d33915baf616f3614a5/users/8ff2b4735e014d24bfafb4008c6e039f/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-1649127b-00fb-4fe9-8adf-c9735077b63d 2018-08-27 15:29:45,815 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', 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'3b264a0f56674d33915baf616f3614a5', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'aaf36504-5a59-41c3-b3a2-a29eb5166a33', 'username': u'vyos_vrouter-user_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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 15:29:45,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 15:29:45,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 15:29:45,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 15:29:45,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 15:29:45,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 15:29:45,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 15:29:45,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 15:29:45,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 15:29:45,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 15:29:45,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 15:29:45,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 15:29:45,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 15:29:45,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 15:29:45,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 15:29:45,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 15:29:45,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 15:29:45,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 15:29:45,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 15:29:45,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 15:29:45,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 15:29:45,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 15:29:45,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 15:29:45,821 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', 'password': 'aaf36504-5a59-41c3-b3a2-a29eb5166a33', 'project_name': 'vyos_vrouter-project_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '3b264a0f56674d33915baf616f3614a5', 'project_domain_name': 'Default'} 2018-08-27 15:29:45,853 - 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 15:29:45,853 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-08-27 15:29:45,905 - 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 15:29:45,914 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-27 15:29:45,914 - 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 15:29:46,559 - 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 15:29:46,599 - 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 15:29:46,599 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-08-27 15:29:46,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 15:29:46,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4294ca3a-5b35-45ec-9555-46781865e4f1 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 15:29:46,605 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4294ca3a-5b35-45ec-9555-46781865e4f1 2018-08-27 15:29:46,606 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 15:29:47,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T16:29:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3b264a0f56674d33915baf616f3614a5", "name": "vyos_vrouter-project_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/3b264a0f56674d33915baf616f3614a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/3b264a0f56674d33915baf616f3614a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/3b264a0f56674d33915baf616f3614a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_3b264a0f56674d33915baf616f3614a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_3b264a0f56674d33915baf616f3614a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3b264a0f56674d33915baf616f3614a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/3b264a0f56674d33915baf616f3614a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/3b264a0f56674d33915baf616f3614a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/3b264a0f56674d33915baf616f3614a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/3b264a0f56674d33915baf616f3614a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/3b264a0f56674d33915baf616f3614a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3b264a0f56674d33915baf616f3614a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/3b264a0f56674d33915baf616f3614a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/3b264a0f56674d33915baf616f3614a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "id": "8ff2b4735e014d24bfafb4008c6e039f"}, "audit_ids": ["miA5STueRjaxEgRClTq9Mg"], "issued_at": "2018-08-27T15:29:46.000000Z"}} 2018-08-27 15:29:47,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 15:29:47,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -d '{"network": {"name": "vyos_vrouter-net_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "admin_state_up": true}}' 2018-08-27 15:29:47,833 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 631 X-Openstack-Request-Id: req-22f0972f-d0f2-42e4-8e1a-6f1f31bd84f0 Date: Mon, 27 Aug 2018 15:29:47 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"b7ccdae7-8de6-42f2-a397-de982e787316","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3b264a0f56674d33915baf616f3614a5","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T15:29:47Z","is_default":false,"name":"vyos_vrouter-net_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3b264a0f56674d33915baf616f3614a5","created_at":"2018-08-27T15:29:47Z","mtu":1450}} 2018-08-27 15:29:47,833 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-22f0972f-d0f2-42e4-8e1a-6f1f31bd84f0 2018-08-27 15:29:47,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.830047130585s 2018-08-27 15:29:47,834 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-22f0972f-d0f2-42e4-8e1a-6f1f31bd84f0 2018-08-27 15:29:47,834 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T15:29:47Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'b7ccdae7-8de6-42f2-a397-de982e787316', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-net_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', u'admin_state_up': True, u'tenant_id': u'3b264a0f56674d33915baf616f3614a5', u'created_at': u'2018-08-27T15:29:47Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'3b264a0f56674d33915baf616f3614a5', u'l2_adjacency': True}) 2018-08-27 15:29:47,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 15:29:47,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:29:48,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1232 X-Openstack-Request-Id: req-f5bf6500-8366-49ad-90a1-b29a29440306 Date: Mon, 27 Aug 2018 15:29:48 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"b7ccdae7-8de6-42f2-a397-de982e787316","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3b264a0f56674d33915baf616f3614a5","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T15:29:47Z","qos_policy_id":null,"name":"vyos_vrouter-net_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c","admin_state_up":true,"tenant_id":"3b264a0f56674d33915baf616f3614a5","created_at":"2018-08-27T15:29:47Z","mtu":1450}]} 2018-08-27 15:29:48,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f5bf6500-8366-49ad-90a1-b29a29440306 2018-08-27 15:29:48,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.374581098557s 2018-08-27 15:29:48,210 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f5bf6500-8366-49ad-90a1-b29a29440306 2018-08-27 15:29:48,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 15:29:48,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -d '{"subnet": {"name": "vyos_vrouter-subnet_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "enable_dhcp": true, "network_id": "b7ccdae7-8de6-42f2-a397-de982e787316", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 15:29:49,462 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-b32fd9ca-4860-4142-8c28-76bf0188cfae Date: Mon, 27 Aug 2018 15:29:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7ccdae7-8de6-42f2-a397-de982e787316","tenant_id":"3b264a0f56674d33915baf616f3614a5","created_at":"2018-08-27T15:29:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T15:29: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":"3b264a0f56674d33915baf616f3614a5","id":"cb462483-b7b2-4e6f-af4a-ca59ec8cf3e8","subnetpool_id":null,"name":"vyos_vrouter-subnet_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}} 2018-08-27 15:29:49,463 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b32fd9ca-4860-4142-8c28-76bf0188cfae 2018-08-27 15:29:49,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.25096487999s 2018-08-27 15:29:49,463 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b32fd9ca-4860-4142-8c28-76bf0188cfae 2018-08-27 15:29:49,464 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T15:29: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'cb462483-b7b2-4e6f-af4a-ca59ec8cf3e8', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', u'enable_dhcp': True, u'network_id': u'b7ccdae7-8de6-42f2-a397-de982e787316', u'tenant_id': u'3b264a0f56674d33915baf616f3614a5', u'created_at': u'2018-08-27T15:29: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'3b264a0f56674d33915baf616f3614a5'}) 2018-08-27 15:29:49,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 15:29:49,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "vyos_vrouter-router_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "admin_state_up": true}}' 2018-08-27 15:29:56,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-25cce8db-f66d-47d0-9d04-761c3aec8cfd Date: Mon, 27 Aug 2018 15:29:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:29:51Z", "admin_state_up": true, "updated_at": "2018-08-27T15:29:52Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "200d82fa-4b49-4e21-8765-fbcde193362c", "name": "vyos_vrouter-router_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}} 2018-08-27 15:29:56,931 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-25cce8db-f66d-47d0-9d04-761c3aec8cfd 2018-08-27 15:29:56,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.46633195877s 2018-08-27 15:29:56,931 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-25cce8db-f66d-47d0-9d04-761c3aec8cfd 2018-08-27 15:29:56,932 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T15:29:52Z', u'revision_number': 3, u'id': u'200d82fa-4b49-4e21-8765-fbcde193362c', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-router_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', u'admin_state_up': True, u'tenant_id': u'3b264a0f56674d33915baf616f3614a5', u'created_at': u'2018-08-27T15:29:51Z', u'flavor_id': None, u'routes': [], u'project_id': u'3b264a0f56674d33915baf616f3614a5'}) 2018-08-27 15:29:56,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 15:29:56,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/200d82fa-4b49-4e21-8765-fbcde193362c/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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -d '{"subnet_id": "cb462483-b7b2-4e6f-af4a-ca59ec8cf3e8"}' 2018-08-27 15:30:00,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a7fe7ae4-bc90-4dbf-ac42-02067403dca9 Date: Mon, 27 Aug 2018 15:30:00 GMT RESP BODY: {"network_id": "b7ccdae7-8de6-42f2-a397-de982e787316", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "subnet_id": "cb462483-b7b2-4e6f-af4a-ca59ec8cf3e8", "subnet_ids": ["cb462483-b7b2-4e6f-af4a-ca59ec8cf3e8"], "port_id": "879de9fe-df6a-4c63-a401-69fe0fe995c3", "id": "200d82fa-4b49-4e21-8765-fbcde193362c"} 2018-08-27 15:30:00,297 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/200d82fa-4b49-4e21-8765-fbcde193362c/add_router_interface.json used request id req-a7fe7ae4-bc90-4dbf-ac42-02067403dca9 2018-08-27 15:30:00,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.36420106888s 2018-08-27 15:30:00,297 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/200d82fa-4b49-4e21-8765-fbcde193362c/add_router_interface.json used request id req-a7fe7ae4-bc90-4dbf-ac42-02067403dca9 returning object 200d82fa-4b49-4e21-8765-fbcde193362c 2018-08-27 15:30:00,297 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-27 15:30:35,111 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-27 15:30:35,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 15:30:35,129 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 15:30:35 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 15:30:35,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 15:30:35,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:30:35,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c18bbeaf-fa0f-4ede-a8cd-c29372434344 Date: Mon, 27 Aug 2018 15:30:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 15:30:35,840 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c18bbeaf-fa0f-4ede-a8cd-c29372434344 2018-08-27 15:30:35,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.705569982529s 2018-08-27 15:30:35,841 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c18bbeaf-fa0f-4ede-a8cd-c29372434344 2018-08-27 15:30:35,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 15:30:35,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}' 2018-08-27 15:30:36,174 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9984e396-9419-4a36-8b5c-f86369b61349 Date: Mon, 27 Aug 2018 15:30:36 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T15:30:36Z", "file": "/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/file", "owner": "3b264a0f56674d33915baf616f3614a5", "id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "size": null, "self": "/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "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_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "checksum": null, "created_at": "2018-08-27T15:30:36Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 15:30:36,174 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-9984e396-9419-4a36-8b5c-f86369b61349 2018-08-27 15:30:36,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.324523925781s 2018-08-27 15:30:36,174 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-9984e396-9419-4a36-8b5c-f86369b61349 returning object 5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b 2018-08-27 15:30:36,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 15:30:36,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -d '' 2018-08-27 15:31:38,068 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f2586317-f200-49cf-8d4c-280a051ef482 Date: Mon, 27 Aug 2018 15:31:38 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 15:31:38,069 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/file used request id req-f2586317-f200-49cf-8d4c-280a051ef482 2018-08-27 15:31:38,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 61.8938000202s 2018-08-27 15:31:38,069 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/file used request id req-f2586317-f200-49cf-8d4c-280a051ef482 2018-08-27 15:31:38,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 15:31:38,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:31:38,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-81d5aab9-4c9f-48ce-9324-b79ffce3b9dc Date: Mon, 27 Aug 2018 15:31:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T15:31:37Z", "file": "/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/file", "owner": "3b264a0f56674d33915baf616f3614a5", "id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "size": 4373348352, "self": "/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T15:30:36Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 15:31:38,470 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-81d5aab9-4c9f-48ce-9324-b79ffce3b9dc 2018-08-27 15:31:38,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.395380020142s 2018-08-27 15:31:38,471 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-81d5aab9-4c9f-48ce-9324-b79ffce3b9dc 2018-08-27 15:31:38,473 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/file', 'owner': u'3b264a0f56674d33915baf616f3614a5', 'id': u'5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b', 'size': 4373348352, u'self': u'/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3b264a0f56674d33915baf616f3614a5', 'name': 'vyos_vrouter-project_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T15:31:37Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T15:31:37Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', '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/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b', 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_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', 'created': u'2018-08-27T15:30:36Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-27T15:30:36Z', 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/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b', 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_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-27 15:31:38,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 15:31:38,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "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 15:31:38,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:31: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-819695ee-a6bf-4b36-b5be-1c7f33dc6f46 x-compute-request-id: req-819695ee-a6bf-4b36-b5be-1c7f33dc6f46 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "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": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e"}} 2018-08-27 15:31:38,815 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-819695ee-a6bf-4b36-b5be-1c7f33dc6f46 2018-08-27 15:31:38,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.340200901031s 2018-08-27 15:31:38,816 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-819695ee-a6bf-4b36-b5be-1c7f33dc6f46 2018-08-27 15:31:38,817 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', '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'd56eab07eebe4995963c4bcc663afcc8', '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'2ebef3a3-7f03-42ea-a689-4aa887fdaf0e', 'swap': 0}) 2018-08-27 15:31:38,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 15:31:38,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e/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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" -d '{"extra_specs": {}}' 2018-08-27 15:31:38,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:31: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-fe538a1b-e689-46ab-95e0-9163399dede5 x-compute-request-id: req-fe538a1b-e689-46ab-95e0-9163399dede5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 15:31:38,844 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e/os-extra_specs used request id req-fe538a1b-e689-46ab-95e0-9163399dede5 2018-08-27 15:31:38,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.026004076004s 2018-08-27 15:31:38,844 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e/os-extra_specs used request id req-fe538a1b-e689-46ab-95e0-9163399dede5 2018-08-27 15:31:38,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-27 15:31:38,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -d '{"keypair": {"name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}}' 2018-08-27 15:31:39,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:31: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-4057500a-45b0-497c-a31e-56c174e8ccee x-compute-request-id: req-4057500a-45b0-497c-a31e-56c174e8ccee Content-Encoding: gzip Content-Length: 1810 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNwShDObw8sCKeBIcY8vTVMCKAVrDJGWQ8XDdwEuKd1ae6V8Vk25pqcHLiNN1yLOjR2Vu5Q1UIqYMyaBO58LAixmVWTIxBgsV15HQeD5HkhVMTSB9GXRUe6JBbz82XJxI9+rbk67izYeK17Qc/1kxF1O/eWWGLKQMHhCM+aodZc8MkbQ0cx+H8vyDmqGMkC8XjGNswcrp4/pn4Ypq3dJiv0VsfjRtez3jVYaY4gwk4hsueBHibblkMqVzP8HS1e2I+M+XdHacW9jkU13/b3O9p5uMTxm0JTvWYFmENpB8UXonRLyyXi+HbjcPhuaL4KgaEGByCIE1L+91uO2oKDEtb Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAzcEoQzm8PLAingSHGPL01TAigFawyRlkPFw3cBLindWnulfF\nZNuaanBy4jTdcizo0dlbuUNVCKmDMmgTufCwIsZlVkyMQYLFdeR0Hg+R5IVTE0gf\nRl0VHuiQW8/NlycSPfq25Ou4s2Hite0HP9ZMRdTv3llhiykDB4QjPmqHWXPDJG0N\nHMfh/L8g5qhjJAvF4xjbMHK6eP6Z+GKat3SYr9FbH40bXs941WGmOIMJOIbLngR4\nm25ZDKlcz/B0tXtiPjPl3R2nFvY5FNd/29zvaebjE8ZtCU71mBZhDaQfFF6J0S8s\nl4vh243D4bmi+CoGhBgcgiBNS/vdbjtqCgxLWwIDAQABAoIBAQC99akQd8tcVFmB\nfjikRhrYgHo59s98up6aQ6FDLYxfoBQcrFAoD79+qZbHVXtloCTLKVvPrWRifO4N\nqZ0cvCRB1t1UUZPkH7HiaCr0XfeZ/aV3VczaD7IiOSCeQzpSZNYotsIIk8CQjLzc\nrZtVyqnchv12URsHebO8SrinNX8Ei346ydYIq4dnUaMeldpbC/T+gtBhzH4av83i\nnDp2f+hAq5JVGbwq9IdDrhY5c9uyabCV/PyEB+uaGw2A4aJiAR1/Mr0NUThaIKsK\nBvewtS6zy7aRbdIHVxDQEWzTJ+u0gd5VOQbuhm+UIhG9Y1+DrAST25olQMblMvmi\n4FHZOnWxAoGBAOiSENZqKWM6RzgkEuVy3emDVBjZmGWvvk8KfqW8IYBEq8+PfJzg\n/8FTQ4jbQdcZ0uJHDSgkLwqFa7IrVOQfB62XgxAopaLK0ujOLzmAZO8m6h0YjrHw\n2hmVOovgBhd2mXSR7/p/1GLXzDSVLsW5anodskr58Xzfpm0qIhVI+UQ/AoGBAOJ7\ngzpz5HMwRDrocE4bTKUzN5WU0PBWWK+VKGJmgJnGNOhpwb3cN/nQvZS46hVZHCIj\nSDvoSfZAvc7PSyMKYhKyNwg5AexEpzsTaV6nKnVAs26SonJx0ZfwMvY8lVgYpd8n\nTVxAiBMn7rjKUy4/RDJ9+NY1M2zgbI/DGK0qsgHlAoGBAKGN3Z5kLo3cTN7FyE6V\nBWwRq1h7xu5UL3nOi31re0YT7dmIDgMYFPFhepdV352hNamzu4L356mCVvZ0PUsd\n9wJyLjwKUE0OYYYQvCNQekzalmRRy8X1zjtZO0sw+mpQG3crbS1woMNsrlCUlOIK\n09kyScjlaQfagExyqSxp/aWXAoGATC0U72UpkqDKYjHqDCtcdTgr2vDp8dxpCe2W\nXrpxSMeE5iMkGhLm9OyDx3EGstV9A/JwCk5QCjauYNASSp/kartsjSR3hBt3UARw\nbXi2bCet8mP5pZqoz3zn9zBbXv0zVUJn376IxkCpJ5hNsAFxk7YRKyNLv7Qgb55E\nP4Jbyw0CgYEAqKb9YaaEheVFs1n0qoyoIVIjqfjsMyj0bHAfKvqcRqpW5rYzf4x9\nw6s5yaOLA/u1FLVaID6MIpCR2fTUuMRaePWU0dapxGl7zxStvo/O1jJav9ZQBNb0\nE0MLPLgPkEg4DmPWYvuBjSoLKuQJyhpWeg43B8P5RJj3+ud+/xEUCbg=\n-----END RSA PRIVATE KEY-----\n", "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "fingerprint": "d4:2d:41:cb:c6:72:cf:1e:1c:dc:af:a2:0d:db:61:0c"}} 2018-08-27 15:31:39,258 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-4057500a-45b0-497c-a31e-56c174e8ccee 2018-08-27 15:31:39,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.412563800812s 2018-08-27 15:31:39,258 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-4057500a-45b0-497c-a31e-56c174e8ccee 2018-08-27 15:31:39,259 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNwShDObw8sCKeBIcY8vTVMCKAVrDJGWQ8XDdwEuKd1ae6V8Vk25pqcHLiNN1yLOjR2Vu5Q1UIqYMyaBO58LAixmVWTIxBgsV15HQeD5HkhVMTSB9GXRUe6JBbz82XJxI9+rbk67izYeK17Qc/1kxF1O/eWWGLKQMHhCM+aodZc8MkbQ0cx+H8vyDmqGMkC8XjGNswcrp4/pn4Ypq3dJiv0VsfjRtez3jVYaY4gwk4hsueBHibblkMqVzP8HS1e2I+M+XdHacW9jkU13/b3O9p5uMTxm0JTvWYFmENpB8UXonRLyyXi+HbjcPhuaL4KgaEGByCIE1L+91uO2oKDEtb Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAzcEoQzm8PLAingSHGPL01TAigFawyRlkPFw3cBLindWnulfF\nZNuaanBy4jTdcizo0dlbuUNVCKmDMmgTufCwIsZlVkyMQYLFdeR0Hg+R5IVTE0gf\nRl0VHuiQW8/NlycSPfq25Ou4s2Hite0HP9ZMRdTv3llhiykDB4QjPmqHWXPDJG0N\nHMfh/L8g5qhjJAvF4xjbMHK6eP6Z+GKat3SYr9FbH40bXs941WGmOIMJOIbLngR4\nm25ZDKlcz/B0tXtiPjPl3R2nFvY5FNd/29zvaebjE8ZtCU71mBZhDaQfFF6J0S8s\nl4vh243D4bmi+CoGhBgcgiBNS/vdbjtqCgxLWwIDAQABAoIBAQC99akQd8tcVFmB\nfjikRhrYgHo59s98up6aQ6FDLYxfoBQcrFAoD79+qZbHVXtloCTLKVvPrWRifO4N\nqZ0cvCRB1t1UUZPkH7HiaCr0XfeZ/aV3VczaD7IiOSCeQzpSZNYotsIIk8CQjLzc\nrZtVyqnchv12URsHebO8SrinNX8Ei346ydYIq4dnUaMeldpbC/T+gtBhzH4av83i\nnDp2f+hAq5JVGbwq9IdDrhY5c9uyabCV/PyEB+uaGw2A4aJiAR1/Mr0NUThaIKsK\nBvewtS6zy7aRbdIHVxDQEWzTJ+u0gd5VOQbuhm+UIhG9Y1+DrAST25olQMblMvmi\n4FHZOnWxAoGBAOiSENZqKWM6RzgkEuVy3emDVBjZmGWvvk8KfqW8IYBEq8+PfJzg\n/8FTQ4jbQdcZ0uJHDSgkLwqFa7IrVOQfB62XgxAopaLK0ujOLzmAZO8m6h0YjrHw\n2hmVOovgBhd2mXSR7/p/1GLXzDSVLsW5anodskr58Xzfpm0qIhVI+UQ/AoGBAOJ7\ngzpz5HMwRDrocE4bTKUzN5WU0PBWWK+VKGJmgJnGNOhpwb3cN/nQvZS46hVZHCIj\nSDvoSfZAvc7PSyMKYhKyNwg5AexEpzsTaV6nKnVAs26SonJx0ZfwMvY8lVgYpd8n\nTVxAiBMn7rjKUy4/RDJ9+NY1M2zgbI/DGK0qsgHlAoGBAKGN3Z5kLo3cTN7FyE6V\nBWwRq1h7xu5UL3nOi31re0YT7dmIDgMYFPFhepdV352hNamzu4L356mCVvZ0PUsd\n9wJyLjwKUE0OYYYQvCNQekzalmRRy8X1zjtZO0sw+mpQG3crbS1woMNsrlCUlOIK\n09kyScjlaQfagExyqSxp/aWXAoGATC0U72UpkqDKYjHqDCtcdTgr2vDp8dxpCe2W\nXrpxSMeE5iMkGhLm9OyDx3EGstV9A/JwCk5QCjauYNASSp/kartsjSR3hBt3UARw\nbXi2bCet8mP5pZqoz3zn9zBbXv0zVUJn376IxkCpJ5hNsAFxk7YRKyNLv7Qgb55E\nP4Jbyw0CgYEAqKb9YaaEheVFs1n0qoyoIVIjqfjsMyj0bHAfKvqcRqpW5rYzf4x9\nw6s5yaOLA/u1FLVaID6MIpCR2fTUuMRaePWU0dapxGl7zxStvo/O1jJav9ZQBNb0\nE0MLPLgPkEg4DmPWYvuBjSoLKuQJyhpWeg43B8P5RJj3+ud+/xEUCbg=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'8ff2b4735e014d24bfafb4008c6e039f', 'name': u'vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', 'created_at': '2018-08-27T15:31:39.259419', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3b264a0f56674d33915baf616f3614a5', 'name': 'vyos_vrouter-project_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'd4:2d:41:cb:c6:72:cf:1e:1c:dc:af:a2:0d:db:61:0c', 'type': 'ssh', 'id': u'vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c'}) 2018-08-27 15:31:39,259 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAzcEoQzm8PLAingSHGPL01TAigFawyRlkPFw3cBLindWnulfF ZNuaanBy4jTdcizo0dlbuUNVCKmDMmgTufCwIsZlVkyMQYLFdeR0Hg+R5IVTE0gf Rl0VHuiQW8/NlycSPfq25Ou4s2Hite0HP9ZMRdTv3llhiykDB4QjPmqHWXPDJG0N HMfh/L8g5qhjJAvF4xjbMHK6eP6Z+GKat3SYr9FbH40bXs941WGmOIMJOIbLngR4 m25ZDKlcz/B0tXtiPjPl3R2nFvY5FNd/29zvaebjE8ZtCU71mBZhDaQfFF6J0S8s l4vh243D4bmi+CoGhBgcgiBNS/vdbjtqCgxLWwIDAQABAoIBAQC99akQd8tcVFmB fjikRhrYgHo59s98up6aQ6FDLYxfoBQcrFAoD79+qZbHVXtloCTLKVvPrWRifO4N qZ0cvCRB1t1UUZPkH7HiaCr0XfeZ/aV3VczaD7IiOSCeQzpSZNYotsIIk8CQjLzc rZtVyqnchv12URsHebO8SrinNX8Ei346ydYIq4dnUaMeldpbC/T+gtBhzH4av83i nDp2f+hAq5JVGbwq9IdDrhY5c9uyabCV/PyEB+uaGw2A4aJiAR1/Mr0NUThaIKsK BvewtS6zy7aRbdIHVxDQEWzTJ+u0gd5VOQbuhm+UIhG9Y1+DrAST25olQMblMvmi 4FHZOnWxAoGBAOiSENZqKWM6RzgkEuVy3emDVBjZmGWvvk8KfqW8IYBEq8+PfJzg /8FTQ4jbQdcZ0uJHDSgkLwqFa7IrVOQfB62XgxAopaLK0ujOLzmAZO8m6h0YjrHw 2hmVOovgBhd2mXSR7/p/1GLXzDSVLsW5anodskr58Xzfpm0qIhVI+UQ/AoGBAOJ7 gzpz5HMwRDrocE4bTKUzN5WU0PBWWK+VKGJmgJnGNOhpwb3cN/nQvZS46hVZHCIj SDvoSfZAvc7PSyMKYhKyNwg5AexEpzsTaV6nKnVAs26SonJx0ZfwMvY8lVgYpd8n TVxAiBMn7rjKUy4/RDJ9+NY1M2zgbI/DGK0qsgHlAoGBAKGN3Z5kLo3cTN7FyE6V BWwRq1h7xu5UL3nOi31re0YT7dmIDgMYFPFhepdV352hNamzu4L356mCVvZ0PUsd 9wJyLjwKUE0OYYYQvCNQekzalmRRy8X1zjtZO0sw+mpQG3crbS1woMNsrlCUlOIK 09kyScjlaQfagExyqSxp/aWXAoGATC0U72UpkqDKYjHqDCtcdTgr2vDp8dxpCe2W XrpxSMeE5iMkGhLm9OyDx3EGstV9A/JwCk5QCjauYNASSp/kartsjSR3hBt3UARw bXi2bCet8mP5pZqoz3zn9zBbXv0zVUJn376IxkCpJ5hNsAFxk7YRKyNLv7Qgb55E P4Jbyw0CgYEAqKb9YaaEheVFs1n0qoyoIVIjqfjsMyj0bHAfKvqcRqpW5rYzf4x9 w6s5yaOLA/u1FLVaID6MIpCR2fTUuMRaePWU0dapxGl7zxStvo/O1jJav9ZQBNb0 E0MLPLgPkEg4DmPWYvuBjSoLKuQJyhpWeg43B8P5RJj3+ud+/xEUCbg= -----END RSA PRIVATE KEY----- 2018-08-27 15:31:39,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-27 15:31:39,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -d '{"security_group": {"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-08-27 15:31:39,733 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-93c7b0d6-f5a9-4c04-8ee8-20900f7b4e76 Date: Mon, 27 Aug 2018 15:31:39 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:31:39Z", "updated_at": "2018-08-27T15:31:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:39Z", "revision_number": 0, "id": "42da28fc-9b1f-42ac-b276-965ef554aece", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:39Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:39Z", "revision_number": 0, "id": "5537c8cf-9de8-41da-a367-07df3d8361e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:39Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}], "revision_number": 1, "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "ad166b14-e341-40eb-a374-95e1a38db72b", "name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}} 2018-08-27 15:31:39,733 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-93c7b0d6-f5a9-4c04-8ee8-20900f7b4e76 2018-08-27 15:31:39,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.470765113831s 2018-08-27 15:31:39,734 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-93c7b0d6-f5a9-4c04-8ee8-20900f7b4e76 2018-08-27 15:31:39,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 15:31:39,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:31:40,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-0cb813c2-c533-4845-a808-226dee76121c Date: Mon, 27 Aug 2018 15:31:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:29:47Z", "updated_at": "2018-08-27T15:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "12e8cbee-d86f-42ee-9401-fdd59bbb72e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "4b66753d-27a4-4e8a-aaaf-e791f56c72c3", "remote_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "76ae46e8-f605-40ac-942a-e72126cb896e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "ca25397c-0e4d-481c-9c20-b823f04731a2", "remote_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}], "revision_number": 1, "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:31:39Z", "updated_at": "2018-08-27T15:31:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:39Z", "revision_number": 0, "id": "42da28fc-9b1f-42ac-b276-965ef554aece", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:39Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:39Z", "revision_number": 0, "id": "5537c8cf-9de8-41da-a367-07df3d8361e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:39Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}], "revision_number": 1, "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "ad166b14-e341-40eb-a374-95e1a38db72b", "name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}]} 2018-08-27 15:31:40,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0cb813c2-c533-4845-a808-226dee76121c 2018-08-27 15:31:40,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.316799879074s 2018-08-27 15:31:40,056 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0cb813c2-c533-4845-a808-226dee76121c 2018-08-27 15:31:40,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 15:31:40,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -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": "ad166b14-e341-40eb-a374-95e1a38db72b"}}' 2018-08-27 15:31:40,475 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-94d61030-c3eb-45a8-be88-85a0cddc6299 Date: Mon, 27 Aug 2018 15:31:40 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-27T15:31:40Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "port_range_min": 22, "revision_number": 0, "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:31:40Z", "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "7b411f32-ee93-4f61-a9eb-5256c001699d"}} 2018-08-27 15:31:40,475 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-94d61030-c3eb-45a8-be88-85a0cddc6299 2018-08-27 15:31:40,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.415625095367s 2018-08-27 15:31:40,475 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-94d61030-c3eb-45a8-be88-85a0cddc6299 2018-08-27 15:31:40,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 15:31:40,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:31:40,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-45a06c27-331e-456f-8a9b-90b908efa841 Date: Mon, 27 Aug 2018 15:31:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:29:47Z", "updated_at": "2018-08-27T15:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "12e8cbee-d86f-42ee-9401-fdd59bbb72e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "4b66753d-27a4-4e8a-aaaf-e791f56c72c3", "remote_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "76ae46e8-f605-40ac-942a-e72126cb896e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "ca25397c-0e4d-481c-9c20-b823f04731a2", "remote_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}], "revision_number": 1, "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:31:39Z", "updated_at": "2018-08-27T15:31:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:39Z", "revision_number": 0, "id": "42da28fc-9b1f-42ac-b276-965ef554aece", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:39Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:39Z", "revision_number": 0, "id": "5537c8cf-9de8-41da-a367-07df3d8361e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:39Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T15:31:40Z", "revision_number": 0, "id": "7b411f32-ee93-4f61-a9eb-5256c001699d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:40Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}], "revision_number": 2, "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "ad166b14-e341-40eb-a374-95e1a38db72b", "name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}]} 2018-08-27 15:31:40,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-45a06c27-331e-456f-8a9b-90b908efa841 2018-08-27 15:31:40,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.235066890717s 2018-08-27 15:31:40,715 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-45a06c27-331e-456f-8a9b-90b908efa841 2018-08-27 15:31:40,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 15:31:40,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -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": "ad166b14-e341-40eb-a374-95e1a38db72b"}}' 2018-08-27 15:31:41,061 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-b6e3ede7-534d-4435-81c4-f7217bfb7e46 Date: Mon, 27 Aug 2018 15:31:41 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-27T15:31:40Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "port_range_min": null, "revision_number": 0, "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:31:40Z", "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "190ffd9b-f118-4ac8-a65b-657a2f68dce2"}} 2018-08-27 15:31:41,062 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-b6e3ede7-534d-4435-81c4-f7217bfb7e46 2018-08-27 15:31:41,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.344143867493s 2018-08-27 15:31:41,062 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-b6e3ede7-534d-4435-81c4-f7217bfb7e46 2018-08-27 15:31:41,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 15:31:41,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:31:41,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-1f11aac6-231f-49aa-83da-bac1c6551010 Date: Mon, 27 Aug 2018 15:31:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:29:47Z", "updated_at": "2018-08-27T15:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "12e8cbee-d86f-42ee-9401-fdd59bbb72e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "4b66753d-27a4-4e8a-aaaf-e791f56c72c3", "remote_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "76ae46e8-f605-40ac-942a-e72126cb896e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "ca25397c-0e4d-481c-9c20-b823f04731a2", "remote_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}], "revision_number": 1, "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:31:39Z", "updated_at": "2018-08-27T15:31:40Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:40Z", "revision_number": 0, "id": "190ffd9b-f118-4ac8-a65b-657a2f68dce2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:40Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:39Z", "revision_number": 0, "id": "42da28fc-9b1f-42ac-b276-965ef554aece", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:39Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:39Z", "revision_number": 0, "id": "5537c8cf-9de8-41da-a367-07df3d8361e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:39Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T15:31:40Z", "revision_number": 0, "id": "7b411f32-ee93-4f61-a9eb-5256c001699d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:40Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}], "revision_number": 3, "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "ad166b14-e341-40eb-a374-95e1a38db72b", "name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}]} 2018-08-27 15:31:41,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-1f11aac6-231f-49aa-83da-bac1c6551010 2018-08-27 15:31:41,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0462000370026s 2018-08-27 15:31:41,112 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-1f11aac6-231f-49aa-83da-bac1c6551010 2018-08-27 15:31:41,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 15:31:41,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -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": "ad166b14-e341-40eb-a374-95e1a38db72b"}}' 2018-08-27 15:31:41,523 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b75d7b54-bb95-4f4c-8780-c5887ba24511 Date: Mon, 27 Aug 2018 15:31:41 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-27T15:31:41Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "port_range_min": 80, "revision_number": 0, "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:31:41Z", "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "492e23b6-be5a-4a27-a28b-0a05e2470d2b"}} 2018-08-27 15:31:41,523 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-b75d7b54-bb95-4f4c-8780-c5887ba24511 2018-08-27 15:31:41,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.407885074615s 2018-08-27 15:31:41,524 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-b75d7b54-bb95-4f4c-8780-c5887ba24511 2018-08-27 15:31:41,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 15:31:41,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:31:41,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-ea185d4f-b1cb-4dbb-80e4-357c2e96ec70 Date: Mon, 27 Aug 2018 15:31:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:29:47Z", "updated_at": "2018-08-27T15:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "12e8cbee-d86f-42ee-9401-fdd59bbb72e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "4b66753d-27a4-4e8a-aaaf-e791f56c72c3", "remote_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "76ae46e8-f605-40ac-942a-e72126cb896e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "ca25397c-0e4d-481c-9c20-b823f04731a2", "remote_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}], "revision_number": 1, "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:31:39Z", "updated_at": "2018-08-27T15:31:41Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:40Z", "revision_number": 0, "id": "190ffd9b-f118-4ac8-a65b-657a2f68dce2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:40Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:39Z", "revision_number": 0, "id": "42da28fc-9b1f-42ac-b276-965ef554aece", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:39Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T15:31:41Z", "revision_number": 0, "id": "492e23b6-be5a-4a27-a28b-0a05e2470d2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:41Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 80, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:39Z", "revision_number": 0, "id": "5537c8cf-9de8-41da-a367-07df3d8361e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:39Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T15:31:40Z", "revision_number": 0, "id": "7b411f32-ee93-4f61-a9eb-5256c001699d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:40Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}], "revision_number": 4, "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "ad166b14-e341-40eb-a374-95e1a38db72b", "name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}]} 2018-08-27 15:31:41,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ea185d4f-b1cb-4dbb-80e4-357c2e96ec70 2018-08-27 15:31:41,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.326006174088s 2018-08-27 15:31:41,854 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ea185d4f-b1cb-4dbb-80e4-357c2e96ec70 2018-08-27 15:31:41,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 15:31:41,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -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": "ad166b14-e341-40eb-a374-95e1a38db72b"}}' 2018-08-27 15:31:42,080 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-418f7461-b053-404d-9f91-9e1294f4e64a Date: Mon, 27 Aug 2018 15:31:42 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-27T15:31:41Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "port_range_min": 443, "revision_number": 0, "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:31:41Z", "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "259b5192-bba7-4a5f-8951-08eaa026e8cc"}} 2018-08-27 15:31:42,080 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-418f7461-b053-404d-9f91-9e1294f4e64a 2018-08-27 15:31:42,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.222993135452s 2018-08-27 15:31:42,080 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-418f7461-b053-404d-9f91-9e1294f4e64a 2018-08-27 15:31:42,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 15:31:42,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:31:42,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-78ef56c1-dce8-43d0-90cc-c7833617a9fa Date: Mon, 27 Aug 2018 15:31:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:29:47Z", "updated_at": "2018-08-27T15:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "12e8cbee-d86f-42ee-9401-fdd59bbb72e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "4b66753d-27a4-4e8a-aaaf-e791f56c72c3", "remote_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "76ae46e8-f605-40ac-942a-e72126cb896e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "ca25397c-0e4d-481c-9c20-b823f04731a2", "remote_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}], "revision_number": 1, "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:31:39Z", "updated_at": "2018-08-27T15:31:41Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:40Z", "revision_number": 0, "id": "190ffd9b-f118-4ac8-a65b-657a2f68dce2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:40Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T15:31:41Z", "revision_number": 0, "id": "259b5192-bba7-4a5f-8951-08eaa026e8cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:41Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 443, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:39Z", "revision_number": 0, "id": "42da28fc-9b1f-42ac-b276-965ef554aece", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:39Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T15:31:41Z", "revision_number": 0, "id": "492e23b6-be5a-4a27-a28b-0a05e2470d2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:41Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 80, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:39Z", "revision_number": 0, "id": "5537c8cf-9de8-41da-a367-07df3d8361e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:39Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T15:31:40Z", "revision_number": 0, "id": "7b411f32-ee93-4f61-a9eb-5256c001699d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:40Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}], "revision_number": 5, "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "ad166b14-e341-40eb-a374-95e1a38db72b", "name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}]} 2018-08-27 15:31:42,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-78ef56c1-dce8-43d0-90cc-c7833617a9fa 2018-08-27 15:31:42,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.294174194336s 2018-08-27 15:31:42,377 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-78ef56c1-dce8-43d0-90cc-c7833617a9fa 2018-08-27 15:31:42,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 15:31:42,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -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": "ad166b14-e341-40eb-a374-95e1a38db72b"}}' 2018-08-27 15:31:42,817 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-59b8b967-9267-4c86-b312-8e1b4d9a4c38 Date: Mon, 27 Aug 2018 15:31:42 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-27T15:31:42Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "port_range_min": 5671, "revision_number": 0, "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:31:42Z", "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "0c8db2f2-032e-401d-83e6-fdb76835ecac"}} 2018-08-27 15:31:42,817 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-59b8b967-9267-4c86-b312-8e1b4d9a4c38 2018-08-27 15:31:42,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.436715126038s 2018-08-27 15:31:42,817 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-59b8b967-9267-4c86-b312-8e1b4d9a4c38 2018-08-27 15:31:42,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 15:31:42,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:31:43,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-436a3b13-5b3b-49dc-ae15-dee3cb5e31fc Date: Mon, 27 Aug 2018 15:31:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:29:47Z", "updated_at": "2018-08-27T15:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "12e8cbee-d86f-42ee-9401-fdd59bbb72e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "4b66753d-27a4-4e8a-aaaf-e791f56c72c3", "remote_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "76ae46e8-f605-40ac-942a-e72126cb896e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "ca25397c-0e4d-481c-9c20-b823f04731a2", "remote_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}], "revision_number": 1, "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:31:39Z", "updated_at": "2018-08-27T15:31:42Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-27T15:31:42Z", "revision_number": 0, "id": "0c8db2f2-032e-401d-83e6-fdb76835ecac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:42Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:40Z", "revision_number": 0, "id": "190ffd9b-f118-4ac8-a65b-657a2f68dce2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:40Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T15:31:41Z", "revision_number": 0, "id": "259b5192-bba7-4a5f-8951-08eaa026e8cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:41Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 443, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:39Z", "revision_number": 0, "id": "42da28fc-9b1f-42ac-b276-965ef554aece", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:39Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T15:31:41Z", "revision_number": 0, "id": "492e23b6-be5a-4a27-a28b-0a05e2470d2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:41Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 80, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:39Z", "revision_number": 0, "id": "5537c8cf-9de8-41da-a367-07df3d8361e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:39Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T15:31:40Z", "revision_number": 0, "id": "7b411f32-ee93-4f61-a9eb-5256c001699d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:40Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}], "revision_number": 6, "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "ad166b14-e341-40eb-a374-95e1a38db72b", "name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}]} 2018-08-27 15:31:43,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-436a3b13-5b3b-49dc-ae15-dee3cb5e31fc 2018-08-27 15:31:43,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.241132974625s 2018-08-27 15:31:43,063 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-436a3b13-5b3b-49dc-ae15-dee3cb5e31fc 2018-08-27 15:31:43,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 15:31:43,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -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": "ad166b14-e341-40eb-a374-95e1a38db72b"}}' 2018-08-27 15:31:43,469 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-e83e5263-de9b-4e42-8fce-670217bfa329 Date: Mon, 27 Aug 2018 15:31:43 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-27T15:31:43Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "port_range_min": 53333, "revision_number": 0, "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:31:43Z", "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "1e76fdc7-f8c1-4033-9a80-0ef77fa76c8f"}} 2018-08-27 15:31:43,469 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-e83e5263-de9b-4e42-8fce-670217bfa329 2018-08-27 15:31:43,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.403616905212s 2018-08-27 15:31:43,470 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-e83e5263-de9b-4e42-8fce-670217bfa329 2018-08-27 15:31:43,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 15:31:43,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:31:43,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-677fe9ac-5615-4322-8751-8ddf03c35f5c Date: Mon, 27 Aug 2018 15:31:43 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b7ccdae7-8de6-42f2-a397-de982e787316","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3b264a0f56674d33915baf616f3614a5","l2_adjacency":true,"status":"ACTIVE","subnets":["cb462483-b7b2-4e6f-af4a-ca59ec8cf3e8"],"description":"","tags":[],"updated_at":"2018-08-27T15:29:49Z","qos_policy_id":null,"name":"vyos_vrouter-net_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c","admin_state_up":true,"tenant_id":"3b264a0f56674d33915baf616f3614a5","created_at":"2018-08-27T15:29:47Z","mtu":1450}]} 2018-08-27 15:31:43,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-677fe9ac-5615-4322-8751-8ddf03c35f5c 2018-08-27 15:31:43,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.371598005295s 2018-08-27 15:31:43,844 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-677fe9ac-5615-4322-8751-8ddf03c35f5c 2018-08-27 15:31:43,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 15:31:43,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:31:44,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-77f22fc5-0855-423a-8775-fc308163e72f Date: Mon, 27 Aug 2018 15:31:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T15:31:37Z", "file": "/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/file", "owner": "3b264a0f56674d33915baf616f3614a5", "id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "size": 4373348352, "self": "/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T15:30:36Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 15:31:44,664 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-77f22fc5-0855-423a-8775-fc308163e72f 2018-08-27 15:31:44,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.815932035446s 2018-08-27 15:31:44,665 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-77f22fc5-0855-423a-8775-fc308163e72f 2018-08-27 15:31:44,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 15:31:44,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:31:44,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:31: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-8d9243dc-2491-4abc-b46e-ce5bdd1f01c8 x-compute-request-id: req-8d9243dc-2491-4abc-b46e-ce5bdd1f01c8 Content-Encoding: gzip Content-Length: 404 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "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": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e"}, {"name": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "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": "bed8e90f-348e-48c2-89f5-50cd7333d537"}]} 2018-08-27 15:31:44,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-8d9243dc-2491-4abc-b46e-ce5bdd1f01c8 2018-08-27 15:31:44,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0290229320526s 2018-08-27 15:31:44,696 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-8d9243dc-2491-4abc-b46e-ce5bdd1f01c8 2018-08-27 15:31:44,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-27 15:31:44,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -d '{"server": {"name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "imageRef": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "flavorRef": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b7ccdae7-8de6-42f2-a397-de982e787316"}], "security_groups": [{"name": "ad166b14-e341-40eb-a374-95e1a38db72b"}]}}' 2018-08-27 15:31:49,590 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 15:31: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 x-openstack-request-id: req-bd84d357-5f41-4606-83cb-6cd37750dff4 x-compute-request-id: req-bd84d357-5f41-4606-83cb-6cd37750dff4 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ad166b14-e341-40eb-a374-95e1a38db72b"}], "OS-DCF:diskConfig": "MANUAL", "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "adminPass": "LaGvn8TcvAYb"}} 2018-08-27 15:31:49,590 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-bd84d357-5f41-4606-83cb-6cd37750dff4 2018-08-27 15:31:49,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.89252400398s 2018-08-27 15:31:49,591 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-bd84d357-5f41-4606-83cb-6cd37750dff4 2018-08-27 15:31:49,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:31:49,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:31:50,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:31: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-bc849fe3-599d-4f0c-b667-b8338aa668b9 x-compute-request-id: req-bc849fe3-599d-4f0c-b667-b8338aa668b9 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.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:31:50,318 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bc849fe3-599d-4f0c-b667-b8338aa668b9 2018-08-27 15:31:50,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.726546049118s 2018-08-27 15:31:50,319 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bc849fe3-599d-4f0c-b667-b8338aa668b9 2018-08-27 15:31:50,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 15:31:50,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:31:50,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-8696ebfe-855c-4658-94f4-2ed91fa75985 Date: Mon, 27 Aug 2018 15:31:50 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b7ccdae7-8de6-42f2-a397-de982e787316","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3b264a0f56674d33915baf616f3614a5","l2_adjacency":true,"status":"ACTIVE","subnets":["cb462483-b7b2-4e6f-af4a-ca59ec8cf3e8"],"description":"","tags":[],"updated_at":"2018-08-27T15:29:49Z","qos_policy_id":null,"name":"vyos_vrouter-net_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c","admin_state_up":true,"tenant_id":"3b264a0f56674d33915baf616f3614a5","created_at":"2018-08-27T15:29:47Z","mtu":1450}]} 2018-08-27 15:31:50,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8696ebfe-855c-4658-94f4-2ed91fa75985 2018-08-27 15:31:50,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.373455047607s 2018-08-27 15:31:50,699 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8696ebfe-855c-4658-94f4-2ed91fa75985 2018-08-27 15:31:50,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 15:31:50,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:31:50,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-99d6d08e-ffc4-4798-9619-e951e8ba9e99 Date: Mon, 27 Aug 2018 15:31:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7ccdae7-8de6-42f2-a397-de982e787316","tenant_id":"3b264a0f56674d33915baf616f3614a5","created_at":"2018-08-27T15:29:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T15:29: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":"3b264a0f56674d33915baf616f3614a5","id":"cb462483-b7b2-4e6f-af4a-ca59ec8cf3e8","subnetpool_id":null,"name":"vyos_vrouter-subnet_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}]} 2018-08-27 15:31:50,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-99d6d08e-ffc4-4798-9619-e951e8ba9e99 2018-08-27 15:31:50,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0516998767853s 2018-08-27 15:31:50,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-99d6d08e-ffc4-4798-9619-e951e8ba9e99 2018-08-27 15:31:50,753 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:31:52,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:31:52,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:31:53,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:31: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-1e355bea-74e6-49e6-b8e2-0fc336109386 x-compute-request-id: req-1e355bea-74e6-49e6-b8e2-0fc336109386 Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:31:53,509 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1e355bea-74e6-49e6-b8e2-0fc336109386 2018-08-27 15:31:53,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.752758026123s 2018-08-27 15:31:53,509 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1e355bea-74e6-49e6-b8e2-0fc336109386 2018-08-27 15:31:53,513 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:31:55,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:31:55,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:31:56,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:31: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-3e1cf041-1800-4cb7-a8ea-6c243920365a x-compute-request-id: req-3e1cf041-1800-4cb7-a8ea-6c243920365a Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:31:56,686 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3e1cf041-1800-4cb7-a8ea-6c243920365a 2018-08-27 15:31:56,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.1697280407s 2018-08-27 15:31:56,686 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3e1cf041-1800-4cb7-a8ea-6c243920365a 2018-08-27 15:31:56,690 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:31:58,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:31:58,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:31:59,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:31: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-1832109f-6c66-46eb-841b-c8f4e50cd8c5 x-compute-request-id: req-1832109f-6c66-46eb-841b-c8f4e50cd8c5 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:31:59,960 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1832109f-6c66-46eb-841b-c8f4e50cd8c5 2018-08-27 15:31:59,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.26863193512s 2018-08-27 15:31:59,960 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1832109f-6c66-46eb-841b-c8f4e50cd8c5 2018-08-27 15:31:59,964 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:01,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:01,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:03,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:32: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-c2196e78-365e-469d-94a5-205474f51213 x-compute-request-id: req-c2196e78-365e-469d-94a5-205474f51213 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:03,522 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c2196e78-365e-469d-94a5-205474f51213 2018-08-27 15:32:03,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.55586314201s 2018-08-27 15:32:03,523 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c2196e78-365e-469d-94a5-205474f51213 2018-08-27 15:32:03,526 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:05,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:05,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:06,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:32: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-2e72a50b-1382-4cd9-a7f6-cb21372e4580 x-compute-request-id: req-2e72a50b-1382-4cd9-a7f6-cb21372e4580 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:06,601 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2e72a50b-1382-4cd9-a7f6-cb21372e4580 2018-08-27 15:32:06,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0730099678s 2018-08-27 15:32:06,602 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2e72a50b-1382-4cd9-a7f6-cb21372e4580 2018-08-27 15:32:06,605 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:08,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:08,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:09,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:32: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-2b94ef25-c902-4924-9187-ba9726be2342 x-compute-request-id: req-2b94ef25-c902-4924-9187-ba9726be2342 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:09,307 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2b94ef25-c902-4924-9187-ba9726be2342 2018-08-27 15:32:09,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.699279069901s 2018-08-27 15:32:09,308 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2b94ef25-c902-4924-9187-ba9726be2342 2018-08-27 15:32:09,312 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:11,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:11,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:12,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:32: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-daaf7d88-09ba-4598-a22a-f2d069eab207 x-compute-request-id: req-daaf7d88-09ba-4598-a22a-f2d069eab207 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:12,320 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-daaf7d88-09ba-4598-a22a-f2d069eab207 2018-08-27 15:32:12,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00525283813s 2018-08-27 15:32:12,320 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-daaf7d88-09ba-4598-a22a-f2d069eab207 2018-08-27 15:32:12,324 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:14,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:14,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:15,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:32: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-fe0fd8b6-4dcd-4f02-8d71-300271c4bd23 x-compute-request-id: req-fe0fd8b6-4dcd-4f02-8d71-300271c4bd23 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:15,250 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fe0fd8b6-4dcd-4f02-8d71-300271c4bd23 2018-08-27 15:32:15,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.923614025116s 2018-08-27 15:32:15,251 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fe0fd8b6-4dcd-4f02-8d71-300271c4bd23 2018-08-27 15:32:15,254 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:17,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:17,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:17,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:32: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-dd97516c-9dec-4d7b-b5cd-8ee56d0cb7bc x-compute-request-id: req-dd97516c-9dec-4d7b-b5cd-8ee56d0cb7bc Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:17,977 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dd97516c-9dec-4d7b-b5cd-8ee56d0cb7bc 2018-08-27 15:32:17,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.720415830612s 2018-08-27 15:32:17,978 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dd97516c-9dec-4d7b-b5cd-8ee56d0cb7bc 2018-08-27 15:32:17,982 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:19,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:19,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:20,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:32: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-1148d407-6056-4a0c-acc8-0ae503e6395a x-compute-request-id: req-1148d407-6056-4a0c-acc8-0ae503e6395a Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:20,620 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1148d407-6056-4a0c-acc8-0ae503e6395a 2018-08-27 15:32:20,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.635172128677s 2018-08-27 15:32:20,620 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1148d407-6056-4a0c-acc8-0ae503e6395a 2018-08-27 15:32:20,624 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:22,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:22,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:23,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:32: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-79b0dec3-5ac3-4534-bf8b-8434fcabf2ae x-compute-request-id: req-79b0dec3-5ac3-4534-bf8b-8434fcabf2ae Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:23,525 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-79b0dec3-5ac3-4534-bf8b-8434fcabf2ae 2018-08-27 15:32:23,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.898549079895s 2018-08-27 15:32:23,525 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-79b0dec3-5ac3-4534-bf8b-8434fcabf2ae 2018-08-27 15:32:23,529 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:25,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:25,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:26,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:32: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-89185dae-46cf-4c46-952d-556f708f8208 x-compute-request-id: req-89185dae-46cf-4c46-952d-556f708f8208 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:26,249 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-89185dae-46cf-4c46-952d-556f708f8208 2018-08-27 15:32:26,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.717530012131s 2018-08-27 15:32:26,250 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-89185dae-46cf-4c46-952d-556f708f8208 2018-08-27 15:32:26,254 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:28,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:28,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:29,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:32: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-1fe5384d-5e07-446a-9bdf-276e244956f7 x-compute-request-id: req-1fe5384d-5e07-446a-9bdf-276e244956f7 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:29,121 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1fe5384d-5e07-446a-9bdf-276e244956f7 2018-08-27 15:32:29,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.86559009552s 2018-08-27 15:32:29,121 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1fe5384d-5e07-446a-9bdf-276e244956f7 2018-08-27 15:32:29,125 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:31,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:31,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:31,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:32: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-ba3cd0e0-b748-4825-a64f-ce742332835d x-compute-request-id: req-ba3cd0e0-b748-4825-a64f-ce742332835d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:31,775 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ba3cd0e0-b748-4825-a64f-ce742332835d 2018-08-27 15:32:31,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.647339105606s 2018-08-27 15:32:31,776 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ba3cd0e0-b748-4825-a64f-ce742332835d 2018-08-27 15:32:31,780 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:33,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:33,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:34,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:32: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-b6edde64-3cdb-40ee-8ffc-c159292fcede x-compute-request-id: req-b6edde64-3cdb-40ee-8ffc-c159292fcede Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:34,497 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b6edde64-3cdb-40ee-8ffc-c159292fcede 2018-08-27 15:32:34,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.714956998825s 2018-08-27 15:32:34,498 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b6edde64-3cdb-40ee-8ffc-c159292fcede 2018-08-27 15:32:34,502 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:36,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:36,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:37,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:32: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-c68ca091-21d7-4797-a631-efa126bdbcfc x-compute-request-id: req-c68ca091-21d7-4797-a631-efa126bdbcfc Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:37,135 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c68ca091-21d7-4797-a631-efa126bdbcfc 2018-08-27 15:32:37,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.631007194519s 2018-08-27 15:32:37,136 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c68ca091-21d7-4797-a631-efa126bdbcfc 2018-08-27 15:32:37,139 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:39,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:39,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:39,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:32: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-a2e4cc36-7eab-4095-a867-ee50d22a0586 x-compute-request-id: req-a2e4cc36-7eab-4095-a867-ee50d22a0586 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:39,703 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a2e4cc36-7eab-4095-a867-ee50d22a0586 2018-08-27 15:32:39,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.560827970505s 2018-08-27 15:32:39,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a2e4cc36-7eab-4095-a867-ee50d22a0586 2018-08-27 15:32:39,707 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:41,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:41,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:42,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:32: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-040faba7-3326-4220-80cf-e6540a54bd81 x-compute-request-id: req-040faba7-3326-4220-80cf-e6540a54bd81 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:42,726 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-040faba7-3326-4220-80cf-e6540a54bd81 2018-08-27 15:32:42,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01580095291s 2018-08-27 15:32:42,726 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-040faba7-3326-4220-80cf-e6540a54bd81 2018-08-27 15:32:42,730 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:44,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:44,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:45,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15: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-128f200c-56cc-4f19-8c9f-22f7e0a1a54d x-compute-request-id: req-128f200c-56cc-4f19-8c9f-22f7e0a1a54d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:45,458 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-128f200c-56cc-4f19-8c9f-22f7e0a1a54d 2018-08-27 15:32:45,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.725919008255s 2018-08-27 15:32:45,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-128f200c-56cc-4f19-8c9f-22f7e0a1a54d 2018-08-27 15:32:45,463 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:47,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:47,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:48,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15: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,Accept-Encoding x-openstack-request-id: req-9c97dd8b-f857-4984-af8a-7919eed8da22 x-compute-request-id: req-9c97dd8b-f857-4984-af8a-7919eed8da22 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:48,487 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9c97dd8b-f857-4984-af8a-7919eed8da22 2018-08-27 15:32:48,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02063894272s 2018-08-27 15:32:48,487 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9c97dd8b-f857-4984-af8a-7919eed8da22 2018-08-27 15:32:48,491 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:50,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:50,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:51,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:32: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-0d0062bb-86e3-48a2-b9b6-b93ba2e953a2 x-compute-request-id: req-0d0062bb-86e3-48a2-b9b6-b93ba2e953a2 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:51,612 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0d0062bb-86e3-48a2-b9b6-b93ba2e953a2 2018-08-27 15:32:51,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11810088158s 2018-08-27 15:32:51,612 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0d0062bb-86e3-48a2-b9b6-b93ba2e953a2 2018-08-27 15:32:51,616 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:53,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:53,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:54,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:32: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-b15bc158-8fe4-4625-9b07-3041bba1eb8f x-compute-request-id: req-b15bc158-8fe4-4625-9b07-3041bba1eb8f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:54,075 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b15bc158-8fe4-4625-9b07-3041bba1eb8f 2018-08-27 15:32:54,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.456724882126s 2018-08-27 15:32:54,075 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b15bc158-8fe4-4625-9b07-3041bba1eb8f 2018-08-27 15:32:54,078 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:56,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:56,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:56,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:32: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-2c29cdfc-5eec-4cfd-b476-dd1197210997 x-compute-request-id: req-2c29cdfc-5eec-4cfd-b476-dd1197210997 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:56,796 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2c29cdfc-5eec-4cfd-b476-dd1197210997 2018-08-27 15:32:56,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.716521978378s 2018-08-27 15:32:56,797 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2c29cdfc-5eec-4cfd-b476-dd1197210997 2018-08-27 15:32:56,800 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:32:58,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:32:58,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:32:59,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:32: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-0c9ba5c2-9a35-4bc2-8e78-a7b46cc0f09b x-compute-request-id: req-0c9ba5c2-9a35-4bc2-8e78-a7b46cc0f09b Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:32:59,528 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0c9ba5c2-9a35-4bc2-8e78-a7b46cc0f09b 2018-08-27 15:32:59,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.724984169006s 2018-08-27 15:32:59,529 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0c9ba5c2-9a35-4bc2-8e78-a7b46cc0f09b 2018-08-27 15:32:59,532 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:01,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:01,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:02,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-e78108d2-9e33-4980-a1cf-3ec939c02363 x-compute-request-id: req-e78108d2-9e33-4980-a1cf-3ec939c02363 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:02,921 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e78108d2-9e33-4980-a1cf-3ec939c02363 2018-08-27 15:33:02,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.38692903519s 2018-08-27 15:33:02,922 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e78108d2-9e33-4980-a1cf-3ec939c02363 2018-08-27 15:33:02,927 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:04,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:04,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:05,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-396603d0-9629-4696-b8be-b2c2eec4359f x-compute-request-id: req-396603d0-9629-4696-b8be-b2c2eec4359f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:05,557 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-396603d0-9629-4696-b8be-b2c2eec4359f 2018-08-27 15:33:05,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.62787103653s 2018-08-27 15:33:05,558 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-396603d0-9629-4696-b8be-b2c2eec4359f 2018-08-27 15:33:05,562 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:07,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:07,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:08,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-fa0e9c94-0baf-4dcb-a52b-bde1a4aa8e74 x-compute-request-id: req-fa0e9c94-0baf-4dcb-a52b-bde1a4aa8e74 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:08,440 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fa0e9c94-0baf-4dcb-a52b-bde1a4aa8e74 2018-08-27 15:33:08,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.876172065735s 2018-08-27 15:33:08,441 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fa0e9c94-0baf-4dcb-a52b-bde1a4aa8e74 2018-08-27 15:33:08,445 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:10,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:10,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:11,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-4759f68f-ddc7-40da-9460-6f45fe335749 x-compute-request-id: req-4759f68f-ddc7-40da-9460-6f45fe335749 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:11,534 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4759f68f-ddc7-40da-9460-6f45fe335749 2018-08-27 15:33:11,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08596611023s 2018-08-27 15:33:11,534 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4759f68f-ddc7-40da-9460-6f45fe335749 2018-08-27 15:33:11,538 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:13,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:13,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:14,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-3584c581-e4c8-404c-b105-8a2a7c2460af x-compute-request-id: req-3584c581-e4c8-404c-b105-8a2a7c2460af Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:14,384 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3584c581-e4c8-404c-b105-8a2a7c2460af 2018-08-27 15:33:14,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.844243049622s 2018-08-27 15:33:14,385 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3584c581-e4c8-404c-b105-8a2a7c2460af 2018-08-27 15:33:14,389 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:16,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:16,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:17,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-b934dddc-a8ab-4bf3-9dbe-fbde0575bda2 x-compute-request-id: req-b934dddc-a8ab-4bf3-9dbe-fbde0575bda2 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:17,156 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b934dddc-a8ab-4bf3-9dbe-fbde0575bda2 2018-08-27 15:33:17,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.764013051987s 2018-08-27 15:33:17,156 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b934dddc-a8ab-4bf3-9dbe-fbde0575bda2 2018-08-27 15:33:17,160 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:19,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:19,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:20,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-4f648d41-27a2-4110-ae59-9b6208194ac6 x-compute-request-id: req-4f648d41-27a2-4110-ae59-9b6208194ac6 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:20,012 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4f648d41-27a2-4110-ae59-9b6208194ac6 2018-08-27 15:33:20,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.849165916443s 2018-08-27 15:33:20,013 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4f648d41-27a2-4110-ae59-9b6208194ac6 2018-08-27 15:33:20,016 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:22,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:22,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:23,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-ea4827e7-b918-456d-9fcb-f14476eb2261 x-compute-request-id: req-ea4827e7-b918-456d-9fcb-f14476eb2261 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:23,121 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ea4827e7-b918-456d-9fcb-f14476eb2261 2018-08-27 15:33:23,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.10197901726s 2018-08-27 15:33:23,122 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ea4827e7-b918-456d-9fcb-f14476eb2261 2018-08-27 15:33:23,125 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:25,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:25,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:25,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-724391b9-c88e-44d0-bbb9-c6527f60d033 x-compute-request-id: req-724391b9-c88e-44d0-bbb9-c6527f60d033 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:25,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-724391b9-c88e-44d0-bbb9-c6527f60d033 2018-08-27 15:33:25,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.709176063538s 2018-08-27 15:33:25,838 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-724391b9-c88e-44d0-bbb9-c6527f60d033 2018-08-27 15:33:25,842 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:27,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:27,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:28,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-cc3cc399-e4a6-40ca-8191-db9bbf32a22d x-compute-request-id: req-cc3cc399-e4a6-40ca-8191-db9bbf32a22d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:28,584 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cc3cc399-e4a6-40ca-8191-db9bbf32a22d 2018-08-27 15:33:28,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.740126132965s 2018-08-27 15:33:28,585 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cc3cc399-e4a6-40ca-8191-db9bbf32a22d 2018-08-27 15:33:28,589 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:30,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:30,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:31,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-92ad8c1e-b301-44d5-86e6-38899a0c63a0 x-compute-request-id: req-92ad8c1e-b301-44d5-86e6-38899a0c63a0 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:31,443 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-92ad8c1e-b301-44d5-86e6-38899a0c63a0 2018-08-27 15:33:31,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.852602005005s 2018-08-27 15:33:31,444 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-92ad8c1e-b301-44d5-86e6-38899a0c63a0 2018-08-27 15:33:31,448 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:33,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:33,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:33,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-67cba2b3-d7e1-4a93-b15d-92cb728c685e x-compute-request-id: req-67cba2b3-d7e1-4a93-b15d-92cb728c685e Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:33,933 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-67cba2b3-d7e1-4a93-b15d-92cb728c685e 2018-08-27 15:33:33,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.482928991318s 2018-08-27 15:33:33,934 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-67cba2b3-d7e1-4a93-b15d-92cb728c685e 2018-08-27 15:33:33,937 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:35,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:35,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:36,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-c8aa1988-0118-4589-919c-3499ff1aa807 x-compute-request-id: req-c8aa1988-0118-4589-919c-3499ff1aa807 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:36,576 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c8aa1988-0118-4589-919c-3499ff1aa807 2018-08-27 15:33:36,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.63631105423s 2018-08-27 15:33:36,577 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c8aa1988-0118-4589-919c-3499ff1aa807 2018-08-27 15:33:36,581 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:38,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:38,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:39,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-dfed4b25-4cea-40d9-add6-d8729731c655 x-compute-request-id: req-dfed4b25-4cea-40d9-add6-d8729731c655 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:39,402 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dfed4b25-4cea-40d9-add6-d8729731c655 2018-08-27 15:33:39,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.819073915482s 2018-08-27 15:33:39,403 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dfed4b25-4cea-40d9-add6-d8729731c655 2018-08-27 15:33:39,407 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:41,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:41,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:42,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-c6cc228a-8f40-4b99-a8ec-723bf3cf8ba3 x-compute-request-id: req-c6cc228a-8f40-4b99-a8ec-723bf3cf8ba3 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:42,125 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c6cc228a-8f40-4b99-a8ec-723bf3cf8ba3 2018-08-27 15:33:42,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.715276956558s 2018-08-27 15:33:42,125 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c6cc228a-8f40-4b99-a8ec-723bf3cf8ba3 2018-08-27 15:33:42,129 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:44,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:44,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:44,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-a0136116-bc73-4664-9ade-09bc716ebd99 x-compute-request-id: req-a0136116-bc73-4664-9ade-09bc716ebd99 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:44,774 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a0136116-bc73-4664-9ade-09bc716ebd99 2018-08-27 15:33:44,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.642169952393s 2018-08-27 15:33:44,775 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a0136116-bc73-4664-9ade-09bc716ebd99 2018-08-27 15:33:44,779 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:46,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:46,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:47,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-a29ffec9-67ca-4b55-af05-c0d486b55dc4 x-compute-request-id: req-a29ffec9-67ca-4b55-af05-c0d486b55dc4 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:47,529 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a29ffec9-67ca-4b55-af05-c0d486b55dc4 2018-08-27 15:33:47,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.747594833374s 2018-08-27 15:33:47,529 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a29ffec9-67ca-4b55-af05-c0d486b55dc4 2018-08-27 15:33:47,533 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:49,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:49,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:50,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-37cc6460-2f2b-42d9-a434-85bf83e5aacd x-compute-request-id: req-37cc6460-2f2b-42d9-a434-85bf83e5aacd Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:50,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-37cc6460-2f2b-42d9-a434-85bf83e5aacd 2018-08-27 15:33:50,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701094865799s 2018-08-27 15:33:50,238 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-37cc6460-2f2b-42d9-a434-85bf83e5aacd 2018-08-27 15:33:50,241 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:52,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:52,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:52,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-c761437a-af82-4716-bbf9-2f120e4e0b81 x-compute-request-id: req-c761437a-af82-4716-bbf9-2f120e4e0b81 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:52,950 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c761437a-af82-4716-bbf9-2f120e4e0b81 2018-08-27 15:33:52,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.705940961838s 2018-08-27 15:33:52,950 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c761437a-af82-4716-bbf9-2f120e4e0b81 2018-08-27 15:33:52,954 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:54,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:54,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:55,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-200190a4-d177-45f1-a4b6-13b0743187a2 x-compute-request-id: req-200190a4-d177-45f1-a4b6-13b0743187a2 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:55,766 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-200190a4-d177-45f1-a4b6-13b0743187a2 2018-08-27 15:33:55,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.80931186676s 2018-08-27 15:33:55,767 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-200190a4-d177-45f1-a4b6-13b0743187a2 2018-08-27 15:33:55,771 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:33:57,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:33:57,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:33:58,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:33: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-da7dac8f-d7f8-4292-acbe-d824bcd68c34 x-compute-request-id: req-da7dac8f-d7f8-4292-acbe-d824bcd68c34 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "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-27T15:31:55Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:33:58,415 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-da7dac8f-d7f8-4292-acbe-d824bcd68c34 2018-08-27 15:33:58,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.643853902817s 2018-08-27 15:33:58,416 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-da7dac8f-d7f8-4292-acbe-d824bcd68c34 2018-08-27 15:33:58,422 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:34:00,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:34:00,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:34:01,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:34: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-359eac2c-b5bb-42fe-b38b-681f42aa4512 x-compute-request-id: req-359eac2c-b5bb-42fe-b38b-681f42aa4512 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:96:bb", "version": 4, "addr": "192.168.120.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T15:34:00.000000", "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T15:34:00Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:34:01,127 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-359eac2c-b5bb-42fe-b38b-681f42aa4512 2018-08-27 15:34:01,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.703133106232s 2018-08-27 15:34:01,128 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-359eac2c-b5bb-42fe-b38b-681f42aa4512 2018-08-27 15:34:01,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 15:34:01,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=21be8153-9c3c-484b-bd9b-4cb25682bcb6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:34:01,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-062946d9-83b3-40ec-872f-23da18039763 Date: Mon, 27 Aug 2018 15:34:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T15:33:59Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cb462483-b7b2-4e6f-af4a-ca59ec8cf3e8","ip_address":"192.168.120.23"}],"id":"a9c3f71e-4de8-4f49-9d4d-8330b5ad3025","security_groups":["ad166b14-e341-40eb-a374-95e1a38db72b"],"mac_address":"fa:16:3e:fb:96:bb","project_id":"3b264a0f56674d33915baf616f3614a5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b7ccdae7-8de6-42f2-a397-de982e787316","tenant_id":"3b264a0f56674d33915baf616f3614a5","created_at":"2018-08-27T15:31:54Z","binding:vnic_type":"normal","device_id":"21be8153-9c3c-484b-bd9b-4cb25682bcb6","ip_allocation":"immediate"}]} 2018-08-27 15:34:01,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=21be8153-9c3c-484b-bd9b-4cb25682bcb6 used request id req-062946d9-83b3-40ec-872f-23da18039763 2018-08-27 15:34:01,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0523171424866s 2018-08-27 15:34:01,184 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=21be8153-9c3c-484b-bd9b-4cb25682bcb6 used request id req-062946d9-83b3-40ec-872f-23da18039763 2018-08-27 15:34:01,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 15:34:01,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=a9c3f71e-4de8-4f49-9d4d-8330b5ad3025" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:34:01,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-fb83c38e-8c84-4f0e-a8e0-5478d35e50ea Date: Mon, 27 Aug 2018 15:34:01 GMT RESP BODY: {"floatingips": []} 2018-08-27 15:34:01,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=a9c3f71e-4de8-4f49-9d4d-8330b5ad3025 used request id req-fb83c38e-8c84-4f0e-a8e0-5478d35e50ea 2018-08-27 15:34:01,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0598700046539s 2018-08-27 15:34:01,250 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=a9c3f71e-4de8-4f49-9d4d-8330b5ad3025 used request id req-fb83c38e-8c84-4f0e-a8e0-5478d35e50ea 2018-08-27 15:34:01,250 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:fb:96:bb', u'version': 4, u'addr': u'192.168.120.23', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b'}), 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-27T15:34:00.000000', 'flavor': Munch({u'id': u'2ebef3a3-7f03-42ea-a689-4aa887fdaf0e'}), 'az': u'nova', 'id': u'21be8153-9c3c-484b-bd9b-4cb25682bcb6', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8ff2b4735e014d24bfafb4008c6e039f', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3b264a0f56674d33915baf616f3614a5', 'name': 'vyos_vrouter-project_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', '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-27T15:34:00.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-27T15:34:00Z', 'hostId': u'dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', 'public_v6': '', 'private_v4': u'192.168.120.23', 'cloud': 'envvars', 'host_id': u'dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89', '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-27T15:34:00.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'3b264a0f56674d33915baf616f3614a5', 'name': u'vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', 'adminPass': u'LaGvn8TcvAYb', 'tenant_id': u'3b264a0f56674d33915baf616f3614a5', 'created_at': u'2018-08-27T15:31:49Z', 'created': u'2018-08-27T15:31:49Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-27 15:34:01,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 15:34:01,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:34:01,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-e52ac487-58b5-49d1-9f82-c9285ad1ab04 Date: Mon, 27 Aug 2018 15:34:01 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b7ccdae7-8de6-42f2-a397-de982e787316","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3b264a0f56674d33915baf616f3614a5","l2_adjacency":true,"status":"ACTIVE","subnets":["cb462483-b7b2-4e6f-af4a-ca59ec8cf3e8"],"description":"","tags":[],"updated_at":"2018-08-27T15:29:49Z","qos_policy_id":null,"name":"vyos_vrouter-net_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c","admin_state_up":true,"tenant_id":"3b264a0f56674d33915baf616f3614a5","created_at":"2018-08-27T15:29:47Z","mtu":1450}]} 2018-08-27 15:34:01,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e52ac487-58b5-49d1-9f82-c9285ad1ab04 2018-08-27 15:34:01,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.103519916534s 2018-08-27 15:34:01,358 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e52ac487-58b5-49d1-9f82-c9285ad1ab04 2018-08-27 15:34:01,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 15:34:01,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=21be8153-9c3c-484b-bd9b-4cb25682bcb6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:34:01,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-220658a7-007a-42e9-b913-54e4f6150ae6 Date: Mon, 27 Aug 2018 15:34:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-27T15:33:59Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cb462483-b7b2-4e6f-af4a-ca59ec8cf3e8","ip_address":"192.168.120.23"}],"id":"a9c3f71e-4de8-4f49-9d4d-8330b5ad3025","security_groups":["ad166b14-e341-40eb-a374-95e1a38db72b"],"mac_address":"fa:16:3e:fb:96:bb","project_id":"3b264a0f56674d33915baf616f3614a5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b7ccdae7-8de6-42f2-a397-de982e787316","tenant_id":"3b264a0f56674d33915baf616f3614a5","created_at":"2018-08-27T15:31:54Z","binding:vnic_type":"normal","device_id":"21be8153-9c3c-484b-bd9b-4cb25682bcb6","ip_allocation":"immediate"}]} 2018-08-27 15:34:01,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=21be8153-9c3c-484b-bd9b-4cb25682bcb6 used request id req-220658a7-007a-42e9-b913-54e4f6150ae6 2018-08-27 15:34:01,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0546689033508s 2018-08-27 15:34:01,414 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=21be8153-9c3c-484b-bd9b-4cb25682bcb6 used request id req-220658a7-007a-42e9-b913-54e4f6150ae6 2018-08-27 15:34:01,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-27 15:34:01,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -d '{"floatingip": {"floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "fixed_ip_address": "192.168.120.23", "port_id": "a9c3f71e-4de8-4f49-9d4d-8330b5ad3025"}}' 2018-08-27 15:34:04,279 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-d34734fc-f620-4240-a0f3-f9884a74d486 Date: Mon, 27 Aug 2018 15:34:04 GMT RESP BODY: {"floatingip": {"router_id": "200d82fa-4b49-4e21-8765-fbcde193362c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:34:02Z", "updated_at": "2018-08-27T15:34:02Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "b7ccdae7-8de6-42f2-a397-de982e787316", "device_owner": "compute:nova", "mac_address": "fa:16:3e:fb:96:bb", "device_id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6"}, "fixed_ip_address": "192.168.120.23", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "3b264a0f56674d33915baf616f3614a5", "port_id": "a9c3f71e-4de8-4f49-9d4d-8330b5ad3025", "id": "98a8f53c-e625-4618-a2e9-d8b4b8ac9aa3", "qos_policy_id": null}} 2018-08-27 15:34:04,279 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-d34734fc-f620-4240-a0f3-f9884a74d486 2018-08-27 15:34:04,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.86377596855s 2018-08-27 15:34:04,279 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-d34734fc-f620-4240-a0f3-f9884a74d486 2018-08-27 15:34:04,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 15:34:04,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:34:04,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-cdb4f280-d8a1-47c3-a2b2-d725b5093e8b Date: Mon, 27 Aug 2018 15:34:04 GMT RESP BODY: {"floatingips": [{"router_id": "200d82fa-4b49-4e21-8765-fbcde193362c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:34:02Z", "updated_at": "2018-08-27T15:34:02Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "b7ccdae7-8de6-42f2-a397-de982e787316", "device_owner": "compute:nova", "mac_address": "fa:16:3e:fb:96:bb", "device_id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6"}, "fixed_ip_address": "192.168.120.23", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "3b264a0f56674d33915baf616f3614a5", "port_id": "a9c3f71e-4de8-4f49-9d4d-8330b5ad3025", "id": "98a8f53c-e625-4618-a2e9-d8b4b8ac9aa3", "qos_policy_id": null}]} 2018-08-27 15:34:04,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-cdb4f280-d8a1-47c3-a2b2-d725b5093e8b 2018-08-27 15:34:04,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0646681785583s 2018-08-27 15:34:04,353 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-cdb4f280-d8a1-47c3-a2b2-d725b5093e8b 2018-08-27 15:34:04,357 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 15:34:04,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 15:34:04,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:34:04,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-c4e4e390-3604-4619-bd97-1e62d0bdc0c4 Date: Mon, 27 Aug 2018 15:34:04 GMT RESP BODY: {"floatingips": [{"router_id": "200d82fa-4b49-4e21-8765-fbcde193362c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:34:02Z", "updated_at": "2018-08-27T15:34:02Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "b7ccdae7-8de6-42f2-a397-de982e787316", "device_owner": "compute:nova", "mac_address": "fa:16:3e:fb:96:bb", "device_id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6"}, "fixed_ip_address": "192.168.120.23", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "3b264a0f56674d33915baf616f3614a5", "port_id": "a9c3f71e-4de8-4f49-9d4d-8330b5ad3025", "id": "98a8f53c-e625-4618-a2e9-d8b4b8ac9aa3", "qos_policy_id": null}]} 2018-08-27 15:34:04,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c4e4e390-3604-4619-bd97-1e62d0bdc0c4 2018-08-27 15:34:04,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.267452001572s 2018-08-27 15:34:04,730 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c4e4e390-3604-4619-bd97-1e62d0bdc0c4 2018-08-27 15:34:04,734 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 15:34:04,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 15:34:04,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:34:04,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-64eaad23-7587-42c0-aaf7-681400d56c4b Date: Mon, 27 Aug 2018 15:34:04 GMT RESP BODY: {"floatingips": [{"router_id": "200d82fa-4b49-4e21-8765-fbcde193362c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:34:02Z", "updated_at": "2018-08-27T15:34:02Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "b7ccdae7-8de6-42f2-a397-de982e787316", "device_owner": "compute:nova", "mac_address": "fa:16:3e:fb:96:bb", "device_id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6"}, "fixed_ip_address": "192.168.120.23", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "3b264a0f56674d33915baf616f3614a5", "port_id": "a9c3f71e-4de8-4f49-9d4d-8330b5ad3025", "id": "98a8f53c-e625-4618-a2e9-d8b4b8ac9aa3", "qos_policy_id": null}]} 2018-08-27 15:34:04,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-64eaad23-7587-42c0-aaf7-681400d56c4b 2018-08-27 15:34:04,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0770919322968s 2018-08-27 15:34:04,916 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-64eaad23-7587-42c0-aaf7-681400d56c4b 2018-08-27 15:34:04,920 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 15:34:05,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 15:34:05,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:34:05,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-e8baff9b-2e5d-4804-8504-a7fa4e1ad064 Date: Mon, 27 Aug 2018 15:34:05 GMT RESP BODY: {"floatingips": [{"router_id": "200d82fa-4b49-4e21-8765-fbcde193362c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:34:02Z", "updated_at": "2018-08-27T15:34:02Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "b7ccdae7-8de6-42f2-a397-de982e787316", "device_owner": "compute:nova", "mac_address": "fa:16:3e:fb:96:bb", "device_id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6"}, "fixed_ip_address": "192.168.120.23", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "3b264a0f56674d33915baf616f3614a5", "port_id": "a9c3f71e-4de8-4f49-9d4d-8330b5ad3025", "id": "98a8f53c-e625-4618-a2e9-d8b4b8ac9aa3", "qos_policy_id": null}]} 2018-08-27 15:34:05,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-e8baff9b-2e5d-4804-8504-a7fa4e1ad064 2018-08-27 15:34:05,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0886352062225s 2018-08-27 15:34:05,114 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-e8baff9b-2e5d-4804-8504-a7fa4e1ad064 2018-08-27 15:34:05,118 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 15:34:05,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 15:34:05,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:34:05,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-9dad42b9-cfd1-497f-8ac3-3382cb9633d2 Date: Mon, 27 Aug 2018 15:34:05 GMT RESP BODY: {"floatingips": [{"router_id": "200d82fa-4b49-4e21-8765-fbcde193362c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:34:02Z", "updated_at": "2018-08-27T15:34:02Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "b7ccdae7-8de6-42f2-a397-de982e787316", "device_owner": "compute:nova", "mac_address": "fa:16:3e:fb:96:bb", "device_id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6"}, "fixed_ip_address": "192.168.120.23", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "3b264a0f56674d33915baf616f3614a5", "port_id": "a9c3f71e-4de8-4f49-9d4d-8330b5ad3025", "id": "98a8f53c-e625-4618-a2e9-d8b4b8ac9aa3", "qos_policy_id": null}]} 2018-08-27 15:34:05,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-9dad42b9-cfd1-497f-8ac3-3382cb9633d2 2018-08-27 15:34:05,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.325887918472s 2018-08-27 15:34:05,549 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-9dad42b9-cfd1-497f-8ac3-3382cb9633d2 2018-08-27 15:34:05,552 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 15:34:05,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 15:34:05,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:34:05,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-ef8dfadc-1109-4b0a-9c75-aea6932a438f Date: Mon, 27 Aug 2018 15:34:05 GMT RESP BODY: {"floatingips": [{"router_id": "200d82fa-4b49-4e21-8765-fbcde193362c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:34:02Z", "updated_at": "2018-08-27T15:34:02Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "b7ccdae7-8de6-42f2-a397-de982e787316", "device_owner": "compute:nova", "mac_address": "fa:16:3e:fb:96:bb", "device_id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6"}, "fixed_ip_address": "192.168.120.23", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "3b264a0f56674d33915baf616f3614a5", "port_id": "a9c3f71e-4de8-4f49-9d4d-8330b5ad3025", "id": "98a8f53c-e625-4618-a2e9-d8b4b8ac9aa3", "qos_policy_id": null}]} 2018-08-27 15:34:05,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-ef8dfadc-1109-4b0a-9c75-aea6932a438f 2018-08-27 15:34:05,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0710601806641s 2018-08-27 15:34:05,729 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-ef8dfadc-1109-4b0a-9c75-aea6932a438f 2018-08-27 15:34:05,732 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-27 15:34:05,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 15:34:05,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:34:05,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-f9c938ec-eb0a-4964-aa7f-46306a0645e1 Date: Mon, 27 Aug 2018 15:34:05 GMT RESP BODY: {"floatingips": [{"router_id": "200d82fa-4b49-4e21-8765-fbcde193362c", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:34:02Z", "updated_at": "2018-08-27T15:34:05Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "b7ccdae7-8de6-42f2-a397-de982e787316", "device_owner": "compute:nova", "mac_address": "fa:16:3e:fb:96:bb", "device_id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6"}, "fixed_ip_address": "192.168.120.23", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "3b264a0f56674d33915baf616f3614a5", "port_id": "a9c3f71e-4de8-4f49-9d4d-8330b5ad3025", "id": "98a8f53c-e625-4618-a2e9-d8b4b8ac9aa3", "qos_policy_id": null}]} 2018-08-27 15:34:05,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f9c938ec-eb0a-4964-aa7f-46306a0645e1 2018-08-27 15:34:05,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0676310062408s 2018-08-27 15:34:05,906 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f9c938ec-eb0a-4964-aa7f-46306a0645e1 2018-08-27 15:34:05,909 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'200d82fa-4b49-4e21-8765-fbcde193362c', 'updated_at': u'2018-08-27T15:34:05Z', 'fixed_ip_address': u'192.168.120.23', 'floating_ip_address': u'172.30.9.204', 'revision_number': 1, 'port_id': u'a9c3f71e-4de8-4f49-9d4d-8330b5ad3025', 'id': u'98a8f53c-e625-4618-a2e9-d8b4b8ac9aa3', 'network': u'9e7da560-d286-4d69-b2d6-e7b51586033c', 'port': u'a9c3f71e-4de8-4f49-9d4d-8330b5ad3025', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3b264a0f56674d33915baf616f3614a5', 'name': 'vyos_vrouter-project_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'3b264a0f56674d33915baf616f3614a5', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'b7ccdae7-8de6-42f2-a397-de982e787316', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:fb:96:bb', u'device_id': u'21be8153-9c3c-484b-bd9b-4cb25682bcb6'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'3b264a0f56674d33915baf616f3614a5', 'created_at': u'2018-08-27T15:34:02Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'b7ccdae7-8de6-42f2-a397-de982e787316', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:fb:96:bb', u'device_id': u'21be8153-9c3c-484b-bd9b-4cb25682bcb6'}), 'router': u'200d82fa-4b49-4e21-8765-fbcde193362c'}) 2018-08-27 15:34:05,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 15:34:05,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6/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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 15:34:06,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:34: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-388689c6-9d05-4315-83ff-2cffe17d1cf2 x-compute-request-id: req-388689c6-9d05-4315-83ff-2cffe17d1cf2 Content-Encoding: gzip Content-Length: 10994 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 1908771264 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.429992] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.433143] pid_max: default: 32768 minimum: 301\n[ 0.434800] Security Framework initialized\n[ 0.436348] SELinux: Initializing.\n[ 0.438020] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.444724] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.448762] Mount-cache hash table entries: 4096\n[ 0.450767] Initializing cgroup subsys memory\n[ 0.452444] Initializing cgroup subsys devices\n[ 0.454052] Initializing cgroup subsys freezer\n[ 0.455655] Initializing cgroup subsys net_cls\n[ 0.457266] Initializing cgroup subsys blkio\n[ 0.458829] Initializing cgroup subsys perf_event\n[ 0.460554] Initializing cgroup subsys hugetlb\n[ 0.462157] Initializing cgroup subsys pids\n[ 0.463709] Initializing cgroup subsys net_prio\n[ 0.465410] CPU: Physical Processor ID: 0\n[ 0.467641] mce: CPU supports 10 MCE banks\n[ 0.469205] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.471044] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.472813] tlb_flushall_shift: 6\n[ 0.474376] Freeing SMP alternatives: 28k freed\n[ 0.478662] ACPI: Core revision 20130517\n[ 0.480651] ACPI: All ACPI Tables successfully acquired\n[ 0.482690] ftrace: allocating 25812 entries in 101 pages\n[ 0.504928] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.507030] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.509108] smpboot: Max logical packages: 2\n[ 0.511022] Enabling x2apic\n[ 0.512288] Enabled x2apic\n[ 0.513790] Switched APIC routing to physical x2apic.\n[ 0.516880] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.518978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.522699] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.531096] KVM setup paravirtual spinlock\n[ 0.533961] smpboot: Booting Node 0, Processors #1 OK\n[ 0.536179] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.558675] Brought up 2 CPUs\n[ 0.558678] KVM setup async PF for cpu 1\n[ 0.558681] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.562958] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.565743] devtmpfs: initialized\n[ 0.568399] EVM: security.selinux\n[ 0.569710] EVM: security.ima\n[ 0.570980] EVM: security.capability\n[ 0.572982] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.574986] pinctrl core: initialized pinctrl subsystem\n[ 0.576794] NET: Registered protocol family 16\n[ 0.578537] ACPI: bus type PCI registered\n[ 0.579991] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.582027] PCI: Using configuration type 1 for base access\n[ 0.587156] ACPI: Added _OSI(Module Device)\n[ 0.588645] ACPI: Added _OSI(Processor Device)\n[ 0.590177] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.591790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.594628] ACPI: Interpreter enabled\n[ 0.596030] ACPI: (supports S0 S5)\n[ 0.597351] ACPI: Using IOAPIC for interrupt routing\n[ 0.599011] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.603871] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.605763] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.607783] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.609756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.613493] acpiphp: Slot [3] registered\n[ 0.614944] acpiphp: Slot [4] registered\n[ 0.616390] acpiphp: Slot [5] registered\n[ 0.617824] acpiphp: Slot [6] registered\n[ 0.619272] acpiphp: Slot [7] registered\n[ 0.620703] acpiphp: Slot [8] registered\n[ 0.622188] acpiphp: Slot [9] registered\n[ 0.623639] acpiphp: Slot [10] registered\n[ 0.625089] acpiphp: Slot [11] registered\n[ 0.626530] acpiphp: Slot [12] registered\n[ 0.627996] acpiphp: Slot [13] registered\n[ 0.629442] acpiphp: Slot [14] registered\n[ 0.630889] acpiphp: Slot [15] registered\n[ 0.632409] acpiphp: Slot [16] registered\n[ 0.633859] acpiphp: Slot [17] registered\n[ 0.635317] acpiphp: Slot [18] registered\n[ 0.636783] acpiphp: Slot [19] registered\n[ 0.638286] acpiphp: Slot [20] registered\n[ 0.639735] acpiphp: Slot [21] registered\n[ 0.641193] acpiphp: Slot [22] registered\n[ 0.642694] acpiphp: Slot [23] registered\n[ 0.644172] acpiphp: Slot [24] registered\n[ 0.645695] acpiphp: Slot [25] registered\n[ 0.647185] acpiphp: Slot [26] registered\n[ 0.648639] acpiphp: Slot [27] registered\n[ 0.650108] acpiphp: Slot [28] registered\n[ 0.651600] acpiphp: Slot [29] registered\n[ 0.653116] acpiphp: Slot [30] registered\n[ 0.654615] acpiphp: Slot [31] registered\n[ 0.656067] PCI host bridge to bus 0000:00\n[ 0.657518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.659268] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.661324] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.663362] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.666039] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.668718] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.674306] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.676371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.678309] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.680365] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.684511] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.687137] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.710431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.712831] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.715486] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.717774] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.720016] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.722102] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.724330] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.727130] vgaarb: loaded\n[ 0.728304] vgaarb: bridge control possible 0000:00:02.0\n[ 0.730191] SCSI subsystem initialized\n[ 0.731623] ACPI: bus type USB registered\n[ 0.733142] usbcore: registered new interface driver usbfs\n[ 0.734894] usbcore: registered new interface driver hub\n[ 0.736622] usbcore: registered new device driver usb\n[ 0.738483] PCI: Using ACPI for IRQ routing\n[ 0.740345] NetLabel: Initializing\n[ 0.741679] NetLabel: domain hash size = 128\n[ 0.743270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.744932] NetLabel: unlabeled traffic allowed by default\n[ 0.746800] Switched to clocksource kvm-clock\n[ 0.756824] pnp: PnP ACPI init\n[ 0.758104] ACPI: bus type PNP registered\n[ 0.759982] pnp: PnP ACPI: found 5 devices\n[ 0.761462] ACPI: bus type PNP unregistered\n[ 0.769170] NET: Registered protocol family 2\n[ 0.771025] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.773985] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.776364] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.778457] TCP: reno registered\n[ 0.779783] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.781699] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.783751] NET: Registered protocol family 1\n[ 0.785319] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.787154] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.788952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.809119] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.829349] Unpacking initramfs...\n[ 1.315814] Freeing initrd memory: 37508k freed\n[ 1.325439] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.327461] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.331211] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.333176] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.335389] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.337311] Initialise system trusted keyring\n[ 1.338850] audit: initializing netlink socket (disabled)\n[ 1.340651] type=2000 audit(1535384042.886:1): initialized\n[ 1.357592] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.359557] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.362360] zpool: loaded\n[ 1.363538] zbud: loaded\n[ 1.364852] VFS: Disk quotas dquot_6.5.2\n[ 1.366307] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.368373] msgmni has been set to 7578\n[ 1.369871] Key type big_key registered\n[ 1.372034] NET: Registered protocol family 38\n[ 1.373592] Key type asymmetric registered\n[ 1.375065] Asymmetric key parser 'x509' registered\n[ 1.376705] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.379398] io scheduler noop registered\n[ 1.380889] io scheduler deadline registered (default)\n[ 1.396184] io scheduler cfq registered\n[ 1.397682] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.399453] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.401550] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.404262] ACPI: Power Button [PWRF]\n[ 1.405790] GHES: HEST is not enabled!\n[ 1.407252] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.432102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.434411] Non-volatile memory driver v1.3\n[ 1.435897] Linux agpgart interface v0.103\n[ 1.437463] crash memory driver: version 1.1\n[ 1.439016] rdac: device handler registered\n[ 1.440564] hp_sw: device handler registered\n[ 1.442112] emc: device handler registered\n[ 1.443597] alua: device handler registered\n[ 1.445093] libphy: Fixed MDIO Bus: probed\n[ 1.446610] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.448552] ehci-pci: EHCI PCI platform driver\n[ 1.450092] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.452024] ohci-pci: OHCI PCI platform driver\n[ 1.453578] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.473643] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.475407] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.478084] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.479780] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.481675] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.483755] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.486407] usb usb1: Product: UHCI Host Controller\n[ 1.488053] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.490132] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.491848] hub 1-0:1.0: USB hub found\n[ 1.493314] hub 1-0:1.0: 2 ports detected\n[ 1.494943] usbcore: registered new interface driver usbserial\n[ 1.496755] usbcore: registered new interface driver usbserial_generic\n[ 1.498699] usbserial: USB Serial support registered for generic\n[ 1.500656] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.504276] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.505911] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.507624] mousedev: PS/2 mouse device common for all mice\n[ 1.509729] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.513301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.516324] rtc_cmos 00:00: RTC can wake from S4\n[ 1.518587] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.518834] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.519029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.519086] cpuidle: using governor menu\n[ 1.519173] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.519291] usbcore: registered new interface driver usbhid\n[ 1.519296] usbhid: USB HID core driver\n[ 1.519344] drop_monitor: Initializing network drop monitor service\n[ 1.519403] TCP: cubic registered\n[ 1.519405] Initializing XFRM netlink socket\n[ 1.519540] NET: Registered protocol family 10\n[ 1.538003] NET: Registered protocol family 17\n[ 1.540220] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.542054] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.543940] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.547044] Loading compiled-in X.509 certificates\n[ 1.548740] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.551921] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.555566] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.558734] registered taskstats version 1\n[ 1.562161] Key type trusted registered\n[ 1.564887] Key type encrypted registered\n[ 1.567581] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.569810] rtc_cmos 00:00: setting system clock to 2018-08-27 15:34:02 UTC (1535384042)\n[ 1.573371] Freeing unused kernel memory: 1680k freed\n[ 1.578827] 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.584321] systemd[1]: Detected virtualization kvm.\n[ 1.586026] systemd[1]: Detected architecture x86-64.\n[ 1.587714] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.590760] systemd[1]: No hostname configured.\n[ 1.592367] systemd[1]: Set hostname to .\n[ 1.594103] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.617537] systemd[1]: Reached target Local File Systems.\n[ 1.619345] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Swap.\n[ 1.621957] systemd[1]: Reached target Swap.\n[ 1.623518] systemd[1]: Starting Swap.\n[ 1.624994] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.627859] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.631792] systemd[1]: Created slice Root Slice.\n[ 1.633439] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.636105] systemd[1]: Listening on udev Control Socket.\n[ 1.637882] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.640673] systemd[1]: Created slice System Slice.\n[ 1.642344] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.644877] systemd[1]: Reached target Slices.\n[ 1.646459] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.649016] systemd[1]: Listening on udev Kernel Socket.\n[ 1.650779] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Paths.\n[ 1.653413] systemd[1]: Reached target Paths.\n[ 1.654968] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Timers.\n[ 1.657375] systemd[1]: Reached target Timers.\n[ 1.658970] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.661476] systemd[1]: Listening on Journal Socket.\n[ 1.663175] systemd[1]: Starting Journal Socket.\n[ 1.665264] 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.670270] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.673377] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.676446] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Sockets.\n[ 1.679958] systemd[1]: Reached target Sockets.\n[ 1.681571] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.685134] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.689480] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.692332] 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.746412] RPC: Registered named UNIX socket transport module.\n[ 1.748371] RPC: Registered udp transport module.\n[ 1.750031] RPC: Registered tcp transport module.\n[ 1.751670] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.797812] 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.846269] FDC 0 is a S82078B\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.879172] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.882458] scsi host0: ata_piix\n[ 1.883863] scsi host1: ata_piix\n[ 1.885201] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.887231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.926326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.932866] vda: vda1\n[ 1.953765] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.955863] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.958016] usb 1-1: Product: QEMU USB Tablet\n[ 1.959636] usb 1-1: Manufacturer: QEMU\n[ 1.961102] 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[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.974996] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.978441] 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 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.063452] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.066647] XFS (vda1): Mounting V4 Filesystem\n[ 2.103524] 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 Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\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 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] 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 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[ 2.332883] tsc: Refined TSC clocksource calibration: 3491.840 MHz\n Starting Switch Root...\n[ 2.341979] systemd-journald[111]: Received SIGTERM from PID 1 (systemd).\n[ 2.457945] SELinux: Disabled at runtime.\n[ 2.493846] type=1404 audit(1535384043.424:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.596387] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.598387] 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-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Create list of required st... nodes for the current kernel...\n Mounting Debug File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Setup Virtual Console...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-getty.slice.\n Mounting POSIX Message Queue File System...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Swap.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\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[[32m OK [0m] Listening on udev Kernel Socket.\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 Journal Service.\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 Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.935315] systemd-journald[389]: Received request to flush runtime journal from PID 1\n[ 2.939267] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\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 Starting udev Kernel Device Manager...\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 Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started udev Kernel Device Manager.\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.041160] type=1305 audit(1535384043.971:3): audit_pid=438 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] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Timers.\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 Sockets.\n[ 3.219596] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 3.231119] [drm] Initialized drm 1.1.0 20060810\n Starting Dump dmesg to /var/log/dmesg...\n Starting GSSAPI Proxy Daemon...\n Starting NTP client/server...\n Starting Initial cloud-init job (pre-networking)...\n[ 3.242445] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting Login Service...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.286410] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.288661] [TTM] Initializing pool allocator\n[ 3.290246] ppdev: user-space parallel port driver\n[ 3.293195] [TTM] Initializing DMA pool allocator\n[ 3.295303] [drm] fb mappable at 0xFC000000\n[ 3.295303] [drm] vram aper at 0xFC000000\n[ 3.295303] [drm] size 33554432\n[ 3.295304] [drm] fb depth is 24\n[ 3.295304] [drm] pitch is 3072\n[ 3.301218] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.328216] Console: switching to colour frame buffer device 128x48\n[ 3.344939] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\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[ 3.367555] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Login Service.\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 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[ 3.436351] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Authorization Manager.\n[ 3.449367] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.458844] alg: No test for crc32 (crc32-pclmul)\n[ 3.463653] intel_rapl: no valid rapl domains found in package 0\n[ 3.472163] intel_rapl: no valid rapl domains found in package 0\n[ 3.475347] intel_powerclamp: No package C-state available\n[ 3.482126] intel_powerclamp: No package C-state available[ 3.363537] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 15:34:04 +0000. Up 3.33 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2018-08-27 15:34:06,043 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6/action used request id req-388689c6-9d05-4315-83ff-2cffe17d1cf2 2018-08-27 15:34:06,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.132917165756s 2018-08-27 15:34:06,044 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6/action used request id req-388689c6-9d05-4315-83ff-2cffe17d1cf2 2018-08-27 15:34:06,044 - 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 1908771264 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.429992] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.433143] pid_max: default: 32768 minimum: 301 [ 0.434800] Security Framework initialized [ 0.436348] SELinux: Initializing. [ 0.438020] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.444724] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.448762] Mount-cache hash table entries: 4096 [ 0.450767] Initializing cgroup subsys memory [ 0.452444] Initializing cgroup subsys devices [ 0.454052] Initializing cgroup subsys freezer [ 0.455655] Initializing cgroup subsys net_cls [ 0.457266] Initializing cgroup subsys blkio [ 0.458829] Initializing cgroup subsys perf_event [ 0.460554] Initializing cgroup subsys hugetlb [ 0.462157] Initializing cgroup subsys pids [ 0.463709] Initializing cgroup subsys net_prio [ 0.465410] CPU: Physical Processor ID: 0 [ 0.467641] mce: CPU supports 10 MCE banks [ 0.469205] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.471044] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.472813] tlb_flushall_shift: 6 [ 0.474376] Freeing SMP alternatives: 28k freed [ 0.478662] ACPI: Core revision 20130517 [ 0.480651] ACPI: All ACPI Tables successfully acquired [ 0.482690] ftrace: allocating 25812 entries in 101 pages [ 0.504928] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.507030] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.509108] smpboot: Max logical packages: 2 [ 0.511022] Enabling x2apic [ 0.512288] Enabled x2apic [ 0.513790] Switched APIC routing to physical x2apic. [ 0.516880] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.518978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.522699] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.531096] KVM setup paravirtual spinlock [ 0.533961] smpboot: Booting Node 0, Processors #1 OK [ 0.536179] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.558675] Brought up 2 CPUs [ 0.558678] KVM setup async PF for cpu 1 [ 0.558681] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.562958] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.565743] devtmpfs: initialized [ 0.568399] EVM: security.selinux [ 0.569710] EVM: security.ima [ 0.570980] EVM: security.capability [ 0.572982] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.574986] pinctrl core: initialized pinctrl subsystem [ 0.576794] NET: Registered protocol family 16 [ 0.578537] ACPI: bus type PCI registered [ 0.579991] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.582027] PCI: Using configuration type 1 for base access [ 0.587156] ACPI: Added _OSI(Module Device) [ 0.588645] ACPI: Added _OSI(Processor Device) [ 0.590177] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.591790] ACPI: Added _OSI(Processor Aggregator Device) [ 0.594628] ACPI: Interpreter enabled [ 0.596030] ACPI: (supports S0 S5) [ 0.597351] ACPI: Using IOAPIC for interrupt routing [ 0.599011] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.603871] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.605763] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.607783] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.609756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.613493] acpiphp: Slot [3] registered [ 0.614944] acpiphp: Slot [4] registered [ 0.616390] acpiphp: Slot [5] registered [ 0.617824] acpiphp: Slot [6] registered [ 0.619272] acpiphp: Slot [7] registered [ 0.620703] acpiphp: Slot [8] registered [ 0.622188] acpiphp: Slot [9] registered [ 0.623639] acpiphp: Slot [10] registered [ 0.625089] acpiphp: Slot [11] registered [ 0.626530] acpiphp: Slot [12] registered [ 0.627996] acpiphp: Slot [13] registered [ 0.629442] acpiphp: Slot [14] registered [ 0.630889] acpiphp: Slot [15] registered [ 0.632409] acpiphp: Slot [16] registered [ 0.633859] acpiphp: Slot [17] registered [ 0.635317] acpiphp: Slot [18] registered [ 0.636783] acpiphp: Slot [19] registered [ 0.638286] acpiphp: Slot [20] registered [ 0.639735] acpiphp: Slot [21] registered [ 0.641193] acpiphp: Slot [22] registered [ 0.642694] acpiphp: Slot [23] registered [ 0.644172] acpiphp: Slot [24] registered [ 0.645695] acpiphp: Slot [25] registered [ 0.647185] acpiphp: Slot [26] registered [ 0.648639] acpiphp: Slot [27] registered [ 0.650108] acpiphp: Slot [28] registered [ 0.651600] acpiphp: Slot [29] registered [ 0.653116] acpiphp: Slot [30] registered [ 0.654615] acpiphp: Slot [31] registered [ 0.656067] PCI host bridge to bus 0000:00 [ 0.657518] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.659268] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.661324] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.663362] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.666039] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.668718] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.674306] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.676371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.678309] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.680365] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.684511] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.687137] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.710431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.712831] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.715486] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.717774] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.720016] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.722102] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.724330] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.727130] vgaarb: loaded [ 0.728304] vgaarb: bridge control possible 0000:00:02.0 [ 0.730191] SCSI subsystem initialized [ 0.731623] ACPI: bus type USB registered [ 0.733142] usbcore: registered new interface driver usbfs [ 0.734894] usbcore: registered new interface driver hub [ 0.736622] usbcore: registered new device driver usb [ 0.738483] PCI: Using ACPI for IRQ routing [ 0.740345] NetLabel: Initializing [ 0.741679] NetLabel: domain hash size = 128 [ 0.743270] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.744932] NetLabel: unlabeled traffic allowed by default [ 0.746800] Switched to clocksource kvm-clock [ 0.756824] pnp: PnP ACPI init [ 0.758104] ACPI: bus type PNP registered [ 0.759982] pnp: PnP ACPI: found 5 devices [ 0.761462] ACPI: bus type PNP unregistered [ 0.769170] NET: Registered protocol family 2 [ 0.771025] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.773985] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.776364] TCP: Hash tables configured (established 32768 bind 32768) [ 0.778457] TCP: reno registered [ 0.779783] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.781699] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.783751] NET: Registered protocol family 1 [ 0.785319] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.787154] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.788952] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.809119] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.829349] Unpacking initramfs... [ 1.315814] Freeing initrd memory: 37508k freed [ 1.325439] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.327461] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.331211] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.333176] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.335389] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.337311] Initialise system trusted keyring [ 1.338850] audit: initializing netlink socket (disabled) [ 1.340651] type=2000 audit(1535384042.886:1): initialized [ 1.357592] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.359557] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.362360] zpool: loaded [ 1.363538] zbud: loaded [ 1.364852] VFS: Disk quotas dquot_6.5.2 [ 1.366307] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.368373] msgmni has been set to 7578 [ 1.369871] Key type big_key registered [ 1.372034] NET: Registered protocol family 38 [ 1.373592] Key type asymmetric registered [ 1.375065] Asymmetric key parser 'x509' registered [ 1.376705] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.379398] io scheduler noop registered [ 1.380889] io scheduler deadline registered (default) [ 1.396184] io scheduler cfq registered [ 1.397682] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.399453] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.401550] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.404262] ACPI: Power Button [PWRF] [ 1.405790] GHES: HEST is not enabled! [ 1.407252] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.432102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.434411] Non-volatile memory driver v1.3 [ 1.435897] Linux agpgart interface v0.103 [ 1.437463] crash memory driver: version 1.1 [ 1.439016] rdac: device handler registered [ 1.440564] hp_sw: device handler registered [ 1.442112] emc: device handler registered [ 1.443597] alua: device handler registered [ 1.445093] libphy: Fixed MDIO Bus: probed [ 1.446610] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.448552] ehci-pci: EHCI PCI platform driver [ 1.450092] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.452024] ohci-pci: OHCI PCI platform driver [ 1.453578] uhci_hcd: USB Universal Host Controller Interface driver [ 1.473643] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.475407] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.478084] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.479780] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.481675] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.483755] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.486407] usb usb1: Product: UHCI Host Controller [ 1.488053] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.490132] usb usb1: SerialNumber: 0000:00:01.2 [ 1.491848] hub 1-0:1.0: USB hub found [ 1.493314] hub 1-0:1.0: 2 ports detected [ 1.494943] usbcore: registered new interface driver usbserial [ 1.496755] usbcore: registered new interface driver usbserial_generic [ 1.498699] usbserial: USB Serial support registered for generic [ 1.500656] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.504276] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.505911] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.507624] mousedev: PS/2 mouse device common for all mice [ 1.509729] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.513301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.516324] rtc_cmos 00:00: RTC can wake from S4 [ 1.518587] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.518834] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.519029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.519086] cpuidle: using governor menu [ 1.519173] hidraw: raw HID events driver (C) Jiri Kosina [ 1.519291] usbcore: registered new interface driver usbhid [ 1.519296] usbhid: USB HID core driver [ 1.519344] drop_monitor: Initializing network drop monitor service [ 1.519403] TCP: cubic registered [ 1.519405] Initializing XFRM netlink socket [ 1.519540] NET: Registered protocol family 10 [ 1.538003] NET: Registered protocol family 17 [ 1.540220] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.542054] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.543940] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.547044] Loading compiled-in X.509 certificates [ 1.548740] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.551921] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.555566] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.558734] registered taskstats version 1 [ 1.562161] Key type trusted registered [ 1.564887] Key type encrypted registered [ 1.567581] IMA: No TPM chip found, activating TPM-bypass! [ 1.569810] rtc_cmos 00:00: setting system clock to 2018-08-27 15:34:02 UTC (1535384042) [ 1.573371] Freeing unused kernel memory: 1680k freed [ 1.578827] 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.584321] systemd[1]: Detected virtualization kvm. [ 1.586026] systemd[1]: Detected architecture x86-64. [ 1.587714] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.590760] systemd[1]: No hostname configured. [ 1.592367] systemd[1]: Set hostname to . [ 1.594103] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.617537] systemd[1]: Reached target Local File Systems. [ 1.619345] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Swap. [ 1.621957] systemd[1]: Reached target Swap. [ 1.623518] systemd[1]: Starting Swap. [ 1.624994] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.627859] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Created slice Root Slice. [ 1.631792] systemd[1]: Created slice Root Slice. [ 1.633439] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.636105] systemd[1]: Listening on udev Control Socket. [ 1.637882] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.640673] systemd[1]: Created slice System Slice. [ 1.642344] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.644877] systemd[1]: Reached target Slices. [ 1.646459] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.649016] systemd[1]: Listening on udev Kernel Socket. [ 1.650779] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Paths. [ 1.653413] systemd[1]: Reached target Paths. [ 1.654968] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Timers. [ 1.657375] systemd[1]: Reached target Timers. [ 1.658970] systemd[1]: Starting Timers. [[32m OK [0m] Listening on Journal Socket. [ 1.661476] systemd[1]: Listening on Journal Socket. [ 1.663175] systemd[1]: Starting Journal Socket. [ 1.665264] 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.670270] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.673377] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.676446] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Sockets. [ 1.679958] systemd[1]: Reached target Sockets. [ 1.681571] systemd[1]: Starting Sockets. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.685134] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.689480] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.692332] 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.746412] RPC: Registered named UNIX socket transport module. [ 1.748371] RPC: Registered udp transport module. [ 1.750031] RPC: Registered tcp transport module. [ 1.751670] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.797812] 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.846269] FDC 0 is a S82078B [[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.879172] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.882458] scsi host0: ata_piix [ 1.883863] scsi host1: ata_piix [ 1.885201] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.887231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.926326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.932866] vda: vda1 [ 1.953765] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.955863] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.958016] usb 1-1: Product: QEMU USB Tablet [ 1.959636] usb 1-1: Manufacturer: QEMU [ 1.961102] 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... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.974996] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.978441] 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 dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.063452] SGI XFS with ACLs, security attributes, no debug enabled [ 2.066647] XFS (vda1): Mounting V4 Filesystem [ 2.103524] 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 Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[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 dracut pre-udev 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 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. [ 2.332883] tsc: Refined TSC clocksource calibration: 3491.840 MHz Starting Switch Root... [ 2.341979] systemd-journald[111]: Received SIGTERM from PID 1 (systemd). [ 2.457945] SELinux: Disabled at runtime. [ 2.493846] type=1404 audit(1535384043.424:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.596387] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.598387] 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-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Create list of required st... nodes for the current kernel... Mounting Debug File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Setup Virtual Console... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-getty.slice. Mounting POSIX Message Queue File System... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Swap. Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Mounting Huge Pages File System... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... [[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. [[32m OK [0m] Listening on udev Kernel Socket. [[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 Journal Service. [[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 Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Load/Save Random Seed. [ 2.935315] systemd-journald[389]: Received request to flush runtime journal from PID 1 [ 2.939267] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Mounted NFSD configuration filesystem. [[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... Starting udev Kernel Device Manager... [[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 Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[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.041160] type=1305 audit(1535384043.971:3): audit_pid=438 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] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [ 3.219596] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 3.231119] [drm] Initialized drm 1.1.0 20060810 Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... Starting NTP client/server... Starting Initial cloud-init job (pre-networking)... [ 3.242445] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting Login Service... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.286410] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.288661] [TTM] Initializing pool allocator [ 3.290246] ppdev: user-space parallel port driver [ 3.293195] [TTM] Initializing DMA pool allocator [ 3.295303] [drm] fb mappable at 0xFC000000 [ 3.295303] [drm] vram aper at 0xFC000000 [ 3.295303] [drm] size 33554432 [ 3.295304] [drm] fb depth is 24 [ 3.295304] [drm] pitch is 3072 [ 3.301218] fbcon: cirrusdrmfb (fb0) is primary device [ 3.328216] Console: switching to colour frame buffer device 128x48 [ 3.344939] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device 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. [ 3.367555] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Login Service. [[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 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. [ 3.436351] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Authorization Manager. [ 3.449367] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.458844] alg: No test for crc32 (crc32-pclmul) [ 3.463653] intel_rapl: no valid rapl domains found in package 0 [ 3.472163] intel_rapl: no valid rapl domains found in package 0 [ 3.475347] intel_powerclamp: No package C-state available [ 3.482126] intel_powerclamp: No package C-state available[ 3.363537] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 15:34:04 +0000. Up 3.33 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2018-08-27 15:34:07,047 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.204: timed out 2018-08-27 15:34:16,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-27 15:34:16,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6/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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-27 15:34:16,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:34: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-dfdd7c36-5069-4543-8004-d01220a9d7dc x-compute-request-id: req-dfdd7c36-5069-4543-8004-d01220a9d7dc Content-Encoding: gzip Content-Length: 12776 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 1908771264 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.429992] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.433143] pid_max: default: 32768 minimum: 301\n[ 0.434800] Security Framework initialized\n[ 0.436348] SELinux: Initializing.\n[ 0.438020] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.444724] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.448762] Mount-cache hash table entries: 4096\n[ 0.450767] Initializing cgroup subsys memory\n[ 0.452444] Initializing cgroup subsys devices\n[ 0.454052] Initializing cgroup subsys freezer\n[ 0.455655] Initializing cgroup subsys net_cls\n[ 0.457266] Initializing cgroup subsys blkio\n[ 0.458829] Initializing cgroup subsys perf_event\n[ 0.460554] Initializing cgroup subsys hugetlb\n[ 0.462157] Initializing cgroup subsys pids\n[ 0.463709] Initializing cgroup subsys net_prio\n[ 0.465410] CPU: Physical Processor ID: 0\n[ 0.467641] mce: CPU supports 10 MCE banks\n[ 0.469205] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.471044] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.472813] tlb_flushall_shift: 6\n[ 0.474376] Freeing SMP alternatives: 28k freed\n[ 0.478662] ACPI: Core revision 20130517\n[ 0.480651] ACPI: All ACPI Tables successfully acquired\n[ 0.482690] ftrace: allocating 25812 entries in 101 pages\n[ 0.504928] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.507030] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.509108] smpboot: Max logical packages: 2\n[ 0.511022] Enabling x2apic\n[ 0.512288] Enabled x2apic\n[ 0.513790] Switched APIC routing to physical x2apic.\n[ 0.516880] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.518978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.522699] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.531096] KVM setup paravirtual spinlock\n[ 0.533961] smpboot: Booting Node 0, Processors #1 OK\n[ 0.536179] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.558675] Brought up 2 CPUs\n[ 0.558678] KVM setup async PF for cpu 1\n[ 0.558681] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.562958] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.565743] devtmpfs: initialized\n[ 0.568399] EVM: security.selinux\n[ 0.569710] EVM: security.ima\n[ 0.570980] EVM: security.capability\n[ 0.572982] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.574986] pinctrl core: initialized pinctrl subsystem\n[ 0.576794] NET: Registered protocol family 16\n[ 0.578537] ACPI: bus type PCI registered\n[ 0.579991] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.582027] PCI: Using configuration type 1 for base access\n[ 0.587156] ACPI: Added _OSI(Module Device)\n[ 0.588645] ACPI: Added _OSI(Processor Device)\n[ 0.590177] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.591790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.594628] ACPI: Interpreter enabled\n[ 0.596030] ACPI: (supports S0 S5)\n[ 0.597351] ACPI: Using IOAPIC for interrupt routing\n[ 0.599011] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.603871] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.605763] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.607783] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.609756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.613493] acpiphp: Slot [3] registered\n[ 0.614944] acpiphp: Slot [4] registered\n[ 0.616390] acpiphp: Slot [5] registered\n[ 0.617824] acpiphp: Slot [6] registered\n[ 0.619272] acpiphp: Slot [7] registered\n[ 0.620703] acpiphp: Slot [8] registered\n[ 0.622188] acpiphp: Slot [9] registered\n[ 0.623639] acpiphp: Slot [10] registered\n[ 0.625089] acpiphp: Slot [11] registered\n[ 0.626530] acpiphp: Slot [12] registered\n[ 0.627996] acpiphp: Slot [13] registered\n[ 0.629442] acpiphp: Slot [14] registered\n[ 0.630889] acpiphp: Slot [15] registered\n[ 0.632409] acpiphp: Slot [16] registered\n[ 0.633859] acpiphp: Slot [17] registered\n[ 0.635317] acpiphp: Slot [18] registered\n[ 0.636783] acpiphp: Slot [19] registered\n[ 0.638286] acpiphp: Slot [20] registered\n[ 0.639735] acpiphp: Slot [21] registered\n[ 0.641193] acpiphp: Slot [22] registered\n[ 0.642694] acpiphp: Slot [23] registered\n[ 0.644172] acpiphp: Slot [24] registered\n[ 0.645695] acpiphp: Slot [25] registered\n[ 0.647185] acpiphp: Slot [26] registered\n[ 0.648639] acpiphp: Slot [27] registered\n[ 0.650108] acpiphp: Slot [28] registered\n[ 0.651600] acpiphp: Slot [29] registered\n[ 0.653116] acpiphp: Slot [30] registered\n[ 0.654615] acpiphp: Slot [31] registered\n[ 0.656067] PCI host bridge to bus 0000:00\n[ 0.657518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.659268] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.661324] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.663362] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.666039] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.668718] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.674306] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.676371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.678309] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.680365] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.684511] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.687137] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.710431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.712831] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.715486] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.717774] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.720016] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.722102] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.724330] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.727130] vgaarb: loaded\n[ 0.728304] vgaarb: bridge control possible 0000:00:02.0\n[ 0.730191] SCSI subsystem initialized\n[ 0.731623] ACPI: bus type USB registered\n[ 0.733142] usbcore: registered new interface driver usbfs\n[ 0.734894] usbcore: registered new interface driver hub\n[ 0.736622] usbcore: registered new device driver usb\n[ 0.738483] PCI: Using ACPI for IRQ routing\n[ 0.740345] NetLabel: Initializing\n[ 0.741679] NetLabel: domain hash size = 128\n[ 0.743270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.744932] NetLabel: unlabeled traffic allowed by default\n[ 0.746800] Switched to clocksource kvm-clock\n[ 0.756824] pnp: PnP ACPI init\n[ 0.758104] ACPI: bus type PNP registered\n[ 0.759982] pnp: PnP ACPI: found 5 devices\n[ 0.761462] ACPI: bus type PNP unregistered\n[ 0.769170] NET: Registered protocol family 2\n[ 0.771025] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.773985] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.776364] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.778457] TCP: reno registered\n[ 0.779783] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.781699] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.783751] NET: Registered protocol family 1\n[ 0.785319] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.787154] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.788952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.809119] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.829349] Unpacking initramfs...\n[ 1.315814] Freeing initrd memory: 37508k freed\n[ 1.325439] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.327461] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.331211] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.333176] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.335389] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.337311] Initialise system trusted keyring\n[ 1.338850] audit: initializing netlink socket (disabled)\n[ 1.340651] type=2000 audit(1535384042.886:1): initialized\n[ 1.357592] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.359557] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.362360] zpool: loaded\n[ 1.363538] zbud: loaded\n[ 1.364852] VFS: Disk quotas dquot_6.5.2\n[ 1.366307] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.368373] msgmni has been set to 7578\n[ 1.369871] Key type big_key registered\n[ 1.372034] NET: Registered protocol family 38\n[ 1.373592] Key type asymmetric registered\n[ 1.375065] Asymmetric key parser 'x509' registered\n[ 1.376705] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.379398] io scheduler noop registered\n[ 1.380889] io scheduler deadline registered (default)\n[ 1.396184] io scheduler cfq registered\n[ 1.397682] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.399453] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.401550] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.404262] ACPI: Power Button [PWRF]\n[ 1.405790] GHES: HEST is not enabled!\n[ 1.407252] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.432102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.434411] Non-volatile memory driver v1.3\n[ 1.435897] Linux agpgart interface v0.103\n[ 1.437463] crash memory driver: version 1.1\n[ 1.439016] rdac: device handler registered\n[ 1.440564] hp_sw: device handler registered\n[ 1.442112] emc: device handler registered\n[ 1.443597] alua: device handler registered\n[ 1.445093] libphy: Fixed MDIO Bus: probed\n[ 1.446610] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.448552] ehci-pci: EHCI PCI platform driver\n[ 1.450092] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.452024] ohci-pci: OHCI PCI platform driver\n[ 1.453578] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.473643] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.475407] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.478084] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.479780] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.481675] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.483755] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.486407] usb usb1: Product: UHCI Host Controller\n[ 1.488053] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.490132] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.491848] hub 1-0:1.0: USB hub found\n[ 1.493314] hub 1-0:1.0: 2 ports detected\n[ 1.494943] usbcore: registered new interface driver usbserial\n[ 1.496755] usbcore: registered new interface driver usbserial_generic\n[ 1.498699] usbserial: USB Serial support registered for generic\n[ 1.500656] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.504276] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.505911] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.507624] mousedev: PS/2 mouse device common for all mice\n[ 1.509729] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.513301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.516324] rtc_cmos 00:00: RTC can wake from S4\n[ 1.518587] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.518834] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.519029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.519086] cpuidle: using governor menu\n[ 1.519173] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.519291] usbcore: registered new interface driver usbhid\n[ 1.519296] usbhid: USB HID core driver\n[ 1.519344] drop_monitor: Initializing network drop monitor service\n[ 1.519403] TCP: cubic registered\n[ 1.519405] Initializing XFRM netlink socket\n[ 1.519540] NET: Registered protocol family 10\n[ 1.538003] NET: Registered protocol family 17\n[ 1.540220] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.542054] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.543940] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.547044] Loading compiled-in X.509 certificates\n[ 1.548740] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.551921] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.555566] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.558734] registered taskstats version 1\n[ 1.562161] Key type trusted registered\n[ 1.564887] Key type encrypted registered\n[ 1.567581] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.569810] rtc_cmos 00:00: setting system clock to 2018-08-27 15:34:02 UTC (1535384042)\n[ 1.573371] Freeing unused kernel memory: 1680k freed\n[ 1.578827] 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.584321] systemd[1]: Detected virtualization kvm.\n[ 1.586026] systemd[1]: Detected architecture x86-64.\n[ 1.587714] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.590760] systemd[1]: No hostname configured.\n[ 1.592367] systemd[1]: Set hostname to .\n[ 1.594103] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.617537] systemd[1]: Reached target Local File Systems.\n[ 1.619345] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Swap.\n[ 1.621957] systemd[1]: Reached target Swap.\n[ 1.623518] systemd[1]: Starting Swap.\n[ 1.624994] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.627859] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.631792] systemd[1]: Created slice Root Slice.\n[ 1.633439] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.636105] systemd[1]: Listening on udev Control Socket.\n[ 1.637882] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.640673] systemd[1]: Created slice System Slice.\n[ 1.642344] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.644877] systemd[1]: Reached target Slices.\n[ 1.646459] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.649016] systemd[1]: Listening on udev Kernel Socket.\n[ 1.650779] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Paths.\n[ 1.653413] systemd[1]: Reached target Paths.\n[ 1.654968] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Timers.\n[ 1.657375] systemd[1]: Reached target Timers.\n[ 1.658970] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.661476] systemd[1]: Listening on Journal Socket.\n[ 1.663175] systemd[1]: Starting Journal Socket.\n[ 1.665264] 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.670270] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.673377] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.676446] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Sockets.\n[ 1.679958] systemd[1]: Reached target Sockets.\n[ 1.681571] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.685134] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.689480] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.692332] 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.746412] RPC: Registered named UNIX socket transport module.\n[ 1.748371] RPC: Registered udp transport module.\n[ 1.750031] RPC: Registered tcp transport module.\n[ 1.751670] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.797812] 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.846269] FDC 0 is a S82078B\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.879172] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.882458] scsi host0: ata_piix\n[ 1.883863] scsi host1: ata_piix\n[ 1.885201] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.887231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.926326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.932866] vda: vda1\n[ 1.953765] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.955863] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.958016] usb 1-1: Product: QEMU USB Tablet\n[ 1.959636] usb 1-1: Manufacturer: QEMU\n[ 1.961102] 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[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.974996] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.978441] 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 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.063452] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.066647] XFS (vda1): Mounting V4 Filesystem\n[ 2.103524] 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 Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\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 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] 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 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[ 2.332883] tsc: Refined TSC clocksource calibration: 3491.840 MHz\n Starting Switch Root...\n[ 2.341979] systemd-journald[111]: Received SIGTERM from PID 1 (systemd).\n[ 2.457945] SELinux: Disabled at runtime.\n[ 2.493846] type=1404 audit(1535384043.424:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.596387] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.598387] 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-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Create list of required st... nodes for the current kernel...\n Mounting Debug File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Setup Virtual Console...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-getty.slice.\n Mounting POSIX Message Queue File System...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Swap.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\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[[32m OK [0m] Listening on udev Kernel Socket.\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 Journal Service.\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 Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.935315] systemd-journald[389]: Received request to flush runtime journal from PID 1\n[ 2.939267] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\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 Starting udev Kernel Device Manager...\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 Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started udev Kernel Device Manager.\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.041160] type=1305 audit(1535384043.971:3): audit_pid=438 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] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Timers.\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 Sockets.\n[ 3.219596] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 3.231119] [drm] Initialized drm 1.1.0 20060810\n Starting Dump dmesg to /var/log/dmesg...\n Starting GSSAPI Proxy Daemon...\n Starting NTP client/server...\n Starting Initial cloud-init job (pre-networking)...\n[ 3.242445] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting Login Service...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.286410] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.288661] [TTM] Initializing pool allocator\n[ 3.290246] ppdev: user-space parallel port driver\n[ 3.293195] [TTM] Initializing DMA pool allocator\n[ 3.295303] [drm] fb mappable at 0xFC000000\n[ 3.295303] [drm] vram aper at 0xFC000000\n[ 3.295303] [drm] size 33554432\n[ 3.295304] [drm] fb depth is 24\n[ 3.295304] [drm] pitch is 3072\n[ 3.301218] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.328216] Console: switching to colour frame buffer device 128x48\n[ 3.344939] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\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[ 3.367555] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Login Service.\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 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[ 3.436351] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Authorization Manager.\n[ 3.449367] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.458844] alg: No test for crc32 (crc32-pclmul)\n[ 3.463653] intel_rapl: no valid rapl domains found in package 0\n[ 3.472163] intel_rapl: no valid rapl domains found in package 0\n[ 3.475347] intel_powerclamp: No package C-state available\n[ 3.482126] intel_powerclamp: No package C-state available[ 3.363537] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 15:34:04 +0000. Up 3.33 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 Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Starting System Logging Service...\n Starting Dynamic System Tuning Daemon...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Starts Logstash as a daemon....\n Starting RabbitMQ Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST 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 InfluxDB Service.\n Starting InfluxDB Service...\n Starting Notify NFS peers of a restart...\n Starting PostgreSQL 9.5 database server...\n Starting Postfix Mail Transport Agent...\n[[32m OK [0m] Started OpenSSH server daemon.\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 Notify NFS peers of a restart.\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.853305] cloud-init[787]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 15:34:07 +0000. Up 5.79 seconds.\n[ 5.870722] cloud-init[787]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.876799] cloud-init[787]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.879367] cloud-init[787]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.882598] cloud-init[787]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.885345] cloud-init[787]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.887908] cloud-init[787]: ci-info: | eth0: | True | 192.168.120.23 | 255.255.255.0 | fa:16:3e:fb:96:bb |\n[ 5.890423] cloud-init[787]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.894583] cloud-init[787]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.897405] cloud-init[787]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.900136] cloud-init[787]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.902809] cloud-init[787]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.913158] cloud-init[787]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.916830] cloud-init[787]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH |\n[ 5.919553] cloud-init[787]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.922343] cloud-init[787]: 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: [ 10.814907] cloud-init[3509]: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 15:34:12 +0000. Up 10.76 seconds.\n[ 11.089723] cloud-init[3632]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 15:34:12 +0000. Up 11.04 seconds.\nci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | d4:2d:41:cb:c6:72:cf:1e:1c:dc:af:a2:0d:db:61:0c | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA)\nec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519)\nec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= \nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm \nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId \n-----END SSH HOST KEY KEYS-----\n[ 11.157407] cloud-init[3632]: Cloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 15:34:12 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 11.15 seconds\n"} 2018-08-27 15:34:16,135 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6/action used request id req-dfdd7c36-5069-4543-8004-d01220a9d7dc 2018-08-27 15:34:16,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0780708789825s 2018-08-27 15:34:16,136 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6/action used request id req-dfdd7c36-5069-4543-8004-d01220a9d7dc 2018-08-27 15:34:16,137 - 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 1908771264 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.429992] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.433143] pid_max: default: 32768 minimum: 301 [ 0.434800] Security Framework initialized [ 0.436348] SELinux: Initializing. [ 0.438020] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.444724] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.448762] Mount-cache hash table entries: 4096 [ 0.450767] Initializing cgroup subsys memory [ 0.452444] Initializing cgroup subsys devices [ 0.454052] Initializing cgroup subsys freezer [ 0.455655] Initializing cgroup subsys net_cls [ 0.457266] Initializing cgroup subsys blkio [ 0.458829] Initializing cgroup subsys perf_event [ 0.460554] Initializing cgroup subsys hugetlb [ 0.462157] Initializing cgroup subsys pids [ 0.463709] Initializing cgroup subsys net_prio [ 0.465410] CPU: Physical Processor ID: 0 [ 0.467641] mce: CPU supports 10 MCE banks [ 0.469205] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.471044] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.472813] tlb_flushall_shift: 6 [ 0.474376] Freeing SMP alternatives: 28k freed [ 0.478662] ACPI: Core revision 20130517 [ 0.480651] ACPI: All ACPI Tables successfully acquired [ 0.482690] ftrace: allocating 25812 entries in 101 pages [ 0.504928] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.507030] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.509108] smpboot: Max logical packages: 2 [ 0.511022] Enabling x2apic [ 0.512288] Enabled x2apic [ 0.513790] Switched APIC routing to physical x2apic. [ 0.516880] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.518978] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.522699] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.531096] KVM setup paravirtual spinlock [ 0.533961] smpboot: Booting Node 0, Processors #1 OK [ 0.536179] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.558675] Brought up 2 CPUs [ 0.558678] KVM setup async PF for cpu 1 [ 0.558681] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.562958] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.565743] devtmpfs: initialized [ 0.568399] EVM: security.selinux [ 0.569710] EVM: security.ima [ 0.570980] EVM: security.capability [ 0.572982] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.574986] pinctrl core: initialized pinctrl subsystem [ 0.576794] NET: Registered protocol family 16 [ 0.578537] ACPI: bus type PCI registered [ 0.579991] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.582027] PCI: Using configuration type 1 for base access [ 0.587156] ACPI: Added _OSI(Module Device) [ 0.588645] ACPI: Added _OSI(Processor Device) [ 0.590177] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.591790] ACPI: Added _OSI(Processor Aggregator Device) [ 0.594628] ACPI: Interpreter enabled [ 0.596030] ACPI: (supports S0 S5) [ 0.597351] ACPI: Using IOAPIC for interrupt routing [ 0.599011] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.603871] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.605763] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.607783] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.609756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.613493] acpiphp: Slot [3] registered [ 0.614944] acpiphp: Slot [4] registered [ 0.616390] acpiphp: Slot [5] registered [ 0.617824] acpiphp: Slot [6] registered [ 0.619272] acpiphp: Slot [7] registered [ 0.620703] acpiphp: Slot [8] registered [ 0.622188] acpiphp: Slot [9] registered [ 0.623639] acpiphp: Slot [10] registered [ 0.625089] acpiphp: Slot [11] registered [ 0.626530] acpiphp: Slot [12] registered [ 0.627996] acpiphp: Slot [13] registered [ 0.629442] acpiphp: Slot [14] registered [ 0.630889] acpiphp: Slot [15] registered [ 0.632409] acpiphp: Slot [16] registered [ 0.633859] acpiphp: Slot [17] registered [ 0.635317] acpiphp: Slot [18] registered [ 0.636783] acpiphp: Slot [19] registered [ 0.638286] acpiphp: Slot [20] registered [ 0.639735] acpiphp: Slot [21] registered [ 0.641193] acpiphp: Slot [22] registered [ 0.642694] acpiphp: Slot [23] registered [ 0.644172] acpiphp: Slot [24] registered [ 0.645695] acpiphp: Slot [25] registered [ 0.647185] acpiphp: Slot [26] registered [ 0.648639] acpiphp: Slot [27] registered [ 0.650108] acpiphp: Slot [28] registered [ 0.651600] acpiphp: Slot [29] registered [ 0.653116] acpiphp: Slot [30] registered [ 0.654615] acpiphp: Slot [31] registered [ 0.656067] PCI host bridge to bus 0000:00 [ 0.657518] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.659268] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.661324] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.663362] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.666039] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.668718] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.674306] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.676371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.678309] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.680365] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.684511] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.687137] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.710431] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.712831] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.715486] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.717774] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.720016] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.722102] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.724330] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.727130] vgaarb: loaded [ 0.728304] vgaarb: bridge control possible 0000:00:02.0 [ 0.730191] SCSI subsystem initialized [ 0.731623] ACPI: bus type USB registered [ 0.733142] usbcore: registered new interface driver usbfs [ 0.734894] usbcore: registered new interface driver hub [ 0.736622] usbcore: registered new device driver usb [ 0.738483] PCI: Using ACPI for IRQ routing [ 0.740345] NetLabel: Initializing [ 0.741679] NetLabel: domain hash size = 128 [ 0.743270] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.744932] NetLabel: unlabeled traffic allowed by default [ 0.746800] Switched to clocksource kvm-clock [ 0.756824] pnp: PnP ACPI init [ 0.758104] ACPI: bus type PNP registered [ 0.759982] pnp: PnP ACPI: found 5 devices [ 0.761462] ACPI: bus type PNP unregistered [ 0.769170] NET: Registered protocol family 2 [ 0.771025] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.773985] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.776364] TCP: Hash tables configured (established 32768 bind 32768) [ 0.778457] TCP: reno registered [ 0.779783] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.781699] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.783751] NET: Registered protocol family 1 [ 0.785319] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.787154] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.788952] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.809119] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.829349] Unpacking initramfs... [ 1.315814] Freeing initrd memory: 37508k freed [ 1.325439] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.327461] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.331211] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.333176] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.335389] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.337311] Initialise system trusted keyring [ 1.338850] audit: initializing netlink socket (disabled) [ 1.340651] type=2000 audit(1535384042.886:1): initialized [ 1.357592] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.359557] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.362360] zpool: loaded [ 1.363538] zbud: loaded [ 1.364852] VFS: Disk quotas dquot_6.5.2 [ 1.366307] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.368373] msgmni has been set to 7578 [ 1.369871] Key type big_key registered [ 1.372034] NET: Registered protocol family 38 [ 1.373592] Key type asymmetric registered [ 1.375065] Asymmetric key parser 'x509' registered [ 1.376705] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.379398] io scheduler noop registered [ 1.380889] io scheduler deadline registered (default) [ 1.396184] io scheduler cfq registered [ 1.397682] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.399453] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.401550] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.404262] ACPI: Power Button [PWRF] [ 1.405790] GHES: HEST is not enabled! [ 1.407252] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.432102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.434411] Non-volatile memory driver v1.3 [ 1.435897] Linux agpgart interface v0.103 [ 1.437463] crash memory driver: version 1.1 [ 1.439016] rdac: device handler registered [ 1.440564] hp_sw: device handler registered [ 1.442112] emc: device handler registered [ 1.443597] alua: device handler registered [ 1.445093] libphy: Fixed MDIO Bus: probed [ 1.446610] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.448552] ehci-pci: EHCI PCI platform driver [ 1.450092] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.452024] ohci-pci: OHCI PCI platform driver [ 1.453578] uhci_hcd: USB Universal Host Controller Interface driver [ 1.473643] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.475407] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.478084] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.479780] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.481675] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.483755] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.486407] usb usb1: Product: UHCI Host Controller [ 1.488053] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.490132] usb usb1: SerialNumber: 0000:00:01.2 [ 1.491848] hub 1-0:1.0: USB hub found [ 1.493314] hub 1-0:1.0: 2 ports detected [ 1.494943] usbcore: registered new interface driver usbserial [ 1.496755] usbcore: registered new interface driver usbserial_generic [ 1.498699] usbserial: USB Serial support registered for generic [ 1.500656] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.504276] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.505911] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.507624] mousedev: PS/2 mouse device common for all mice [ 1.509729] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.513301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.516324] rtc_cmos 00:00: RTC can wake from S4 [ 1.518587] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.518834] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.519029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.519086] cpuidle: using governor menu [ 1.519173] hidraw: raw HID events driver (C) Jiri Kosina [ 1.519291] usbcore: registered new interface driver usbhid [ 1.519296] usbhid: USB HID core driver [ 1.519344] drop_monitor: Initializing network drop monitor service [ 1.519403] TCP: cubic registered [ 1.519405] Initializing XFRM netlink socket [ 1.519540] NET: Registered protocol family 10 [ 1.538003] NET: Registered protocol family 17 [ 1.540220] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.542054] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.543940] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.547044] Loading compiled-in X.509 certificates [ 1.548740] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.551921] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.555566] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.558734] registered taskstats version 1 [ 1.562161] Key type trusted registered [ 1.564887] Key type encrypted registered [ 1.567581] IMA: No TPM chip found, activating TPM-bypass! [ 1.569810] rtc_cmos 00:00: setting system clock to 2018-08-27 15:34:02 UTC (1535384042) [ 1.573371] Freeing unused kernel memory: 1680k freed [ 1.578827] 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.584321] systemd[1]: Detected virtualization kvm. [ 1.586026] systemd[1]: Detected architecture x86-64. [ 1.587714] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.590760] systemd[1]: No hostname configured. [ 1.592367] systemd[1]: Set hostname to . [ 1.594103] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.617537] systemd[1]: Reached target Local File Systems. [ 1.619345] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Swap. [ 1.621957] systemd[1]: Reached target Swap. [ 1.623518] systemd[1]: Starting Swap. [ 1.624994] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.627859] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Created slice Root Slice. [ 1.631792] systemd[1]: Created slice Root Slice. [ 1.633439] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.636105] systemd[1]: Listening on udev Control Socket. [ 1.637882] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.640673] systemd[1]: Created slice System Slice. [ 1.642344] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.644877] systemd[1]: Reached target Slices. [ 1.646459] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.649016] systemd[1]: Listening on udev Kernel Socket. [ 1.650779] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Paths. [ 1.653413] systemd[1]: Reached target Paths. [ 1.654968] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Timers. [ 1.657375] systemd[1]: Reached target Timers. [ 1.658970] systemd[1]: Starting Timers. [[32m OK [0m] Listening on Journal Socket. [ 1.661476] systemd[1]: Listening on Journal Socket. [ 1.663175] systemd[1]: Starting Journal Socket. [ 1.665264] 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.670270] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.673377] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.676446] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Sockets. [ 1.679958] systemd[1]: Reached target Sockets. [ 1.681571] systemd[1]: Starting Sockets. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.685134] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.689480] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.692332] 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.746412] RPC: Registered named UNIX socket transport module. [ 1.748371] RPC: Registered udp transport module. [ 1.750031] RPC: Registered tcp transport module. [ 1.751670] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.797812] 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.846269] FDC 0 is a S82078B [[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.879172] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.882458] scsi host0: ata_piix [ 1.883863] scsi host1: ata_piix [ 1.885201] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.887231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.926326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.932866] vda: vda1 [ 1.953765] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.955863] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.958016] usb 1-1: Product: QEMU USB Tablet [ 1.959636] usb 1-1: Manufacturer: QEMU [ 1.961102] 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... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.974996] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.978441] 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 dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.063452] SGI XFS with ACLs, security attributes, no debug enabled [ 2.066647] XFS (vda1): Mounting V4 Filesystem [ 2.103524] 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 Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[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 dracut pre-udev 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 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. [ 2.332883] tsc: Refined TSC clocksource calibration: 3491.840 MHz Starting Switch Root... [ 2.341979] systemd-journald[111]: Received SIGTERM from PID 1 (systemd). [ 2.457945] SELinux: Disabled at runtime. [ 2.493846] type=1404 audit(1535384043.424:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.596387] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.598387] 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-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Create list of required st... nodes for the current kernel... Mounting Debug File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Setup Virtual Console... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-getty.slice. Mounting POSIX Message Queue File System... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Swap. Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Mounting Huge Pages File System... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... [[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. [[32m OK [0m] Listening on udev Kernel Socket. [[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 Journal Service. [[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 Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Load/Save Random Seed. [ 2.935315] systemd-journald[389]: Received request to flush runtime journal from PID 1 [ 2.939267] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Mounted NFSD configuration filesystem. [[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... Starting udev Kernel Device Manager... [[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 Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[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.041160] type=1305 audit(1535384043.971:3): audit_pid=438 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] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [ 3.219596] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 3.231119] [drm] Initialized drm 1.1.0 20060810 Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... Starting NTP client/server... Starting Initial cloud-init job (pre-networking)... [ 3.242445] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting Login Service... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.286410] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.288661] [TTM] Initializing pool allocator [ 3.290246] ppdev: user-space parallel port driver [ 3.293195] [TTM] Initializing DMA pool allocator [ 3.295303] [drm] fb mappable at 0xFC000000 [ 3.295303] [drm] vram aper at 0xFC000000 [ 3.295303] [drm] size 33554432 [ 3.295304] [drm] fb depth is 24 [ 3.295304] [drm] pitch is 3072 [ 3.301218] fbcon: cirrusdrmfb (fb0) is primary device [ 3.328216] Console: switching to colour frame buffer device 128x48 [ 3.344939] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device 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. [ 3.367555] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Login Service. [[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 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. [ 3.436351] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Authorization Manager. [ 3.449367] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.458844] alg: No test for crc32 (crc32-pclmul) [ 3.463653] intel_rapl: no valid rapl domains found in package 0 [ 3.472163] intel_rapl: no valid rapl domains found in package 0 [ 3.475347] intel_powerclamp: No package C-state available [ 3.482126] intel_powerclamp: No package C-state available[ 3.363537] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 27 Aug 2018 15:34:04 +0000. Up 3.33 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 Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Starting System Logging Service... Starting Dynamic System Tuning Daemon... Starting OpenSSH server daemon... [[32m OK [0m] Reached target Network is Online. Starting LSB: Starts Logstash as a daemon.... Starting RabbitMQ Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST 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 InfluxDB Service. Starting InfluxDB Service... Starting Notify NFS peers of a restart... Starting PostgreSQL 9.5 database server... Starting Postfix Mail Transport Agent... [[32m OK [0m] Started OpenSSH server daemon. [[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 Notify NFS peers of a restart. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.853305] cloud-init[787]: Cloud-init v. 0.7.5 running 'init' at Mon, 27 Aug 2018 15:34:07 +0000. Up 5.79 seconds. [ 5.870722] cloud-init[787]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.876799] cloud-init[787]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.879367] cloud-init[787]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.882598] cloud-init[787]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.885345] cloud-init[787]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.887908] cloud-init[787]: ci-info: | eth0: | True | 192.168.120.23 | 255.255.255.0 | fa:16:3e:fb:96:bb | [ 5.890423] cloud-init[787]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.894583] cloud-init[787]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.897405] cloud-init[787]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.900136] cloud-init[787]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.902809] cloud-init[787]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.913158] cloud-init[787]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.916830] cloud-init[787]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH | [ 5.919553] cloud-init[787]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.922343] cloud-init[787]: 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: [ 10.814907] cloud-init[3509]: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 27 Aug 2018 15:34:12 +0000. Up 10.76 seconds. [ 11.089723] cloud-init[3632]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 27 Aug 2018 15:34:12 +0000. Up 11.04 seconds. ci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | d4:2d:41:cb:c6:72:cf:1e:1c:dc:af:a2:0d:db:61:0c | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA) ec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519) ec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId -----END SSH HOST KEY KEYS----- [ 11.157407] cloud-init[3632]: Cloud-init v. 0.7.5 finished at Mon, 27 Aug 2018 15:34:12 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 11.15 seconds 2018-08-27 15:34:16,140 - paramiko.transport - DEBUG - starting thread (client mode): 0x313c7f50L 2018-08-27 15:34:16,141 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-27 15:34:16,163 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-27 15:34:16,163 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-27 15:34:16,178 - 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 15:34:16,178 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-27 15:34:16,178 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-27 15:34:16,179 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-27 15:34:16,179 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-27 15:34:16,179 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-27 15:34:16,189 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-27 15:34:16,190 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-27 15:34:16,204 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.204: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-27 15:34:16,205 - paramiko.transport - DEBUG - Trying discovered key d42d41cbc672cf1e1cdcafa20ddb610c in /tmp/tmpyMt4sF 2018-08-27 15:34:16,229 - paramiko.transport - DEBUG - userauth is OK 2018-08-27 15:34:16,303 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-27 15:34:16,306 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-27 15:34:16,306 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-27 15:34:16,307 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-27 15:34:16,307 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/status 2018-08-27 15:34:16,649 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:34:16,649 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:34:16,649 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:34:16,649 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:34:16,649 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:34:16,649 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:34:16,649 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:34:16,649 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 817, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4515, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "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": "running", "MainPID": 1903, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4519, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 890, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 798, "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": "running", "MainPID": 4520, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "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 15:34:16,650 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:34:16,650 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:34:15 GMT 2018-08-27 15:34:16,650 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:34:16,650 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2389 2018-08-27 15:34:16,650 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:34:16,650 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 817, 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': 4515, u'state': u'running', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'active', u'SubState': u'running'}], 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': 1903, u'state': u'running', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 4519, u'state': u'running', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 890, 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': 798, 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': 4520, u'state': u'running', u'Id': u'cloudify-riemann.service', u'ActiveState': u'active', u'SubState': u'running'}], 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 15:34:16,651 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/status 2018-08-27 15:34:17,375 - functest.core.cloudify - INFO - try 1: Cloudify Manager isn't up and running 2018-08-27 15:34:47,406 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/status 2018-08-27 15:34:47,653 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:34:47,653 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:34:47,653 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:34:47,653 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:34:47,653 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:34:47,653 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:34:47,653 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:34:47,654 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 5050, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5482, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "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": "running", "MainPID": 10454, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 10682, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 890, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8851, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8872, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 10683, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4770, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-27 15:34:47,654 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:34:47,654 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:34:47 GMT 2018-08-27 15:34:47,654 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:34:47,654 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2396 2018-08-27 15:34:47,654 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:34:47,654 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 5050, 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': 5482, u'state': u'running', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'active', u'SubState': u'running'}], 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': 10454, u'state': u'running', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 10682, u'state': u'running', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 890, 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': 8851, 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': 8872, 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': 10683, u'state': u'running', u'Id': u'cloudify-riemann.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 4770, 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 15:34:47,655 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/status 2018-08-27 15:34:47,917 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:34:47,917 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:34:47,917 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:34:47,917 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:34:47,918 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:34:47,918 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:34:47,918 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:34:47,918 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 5050, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5482, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "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": "running", "MainPID": 10454, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 10682, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 890, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8851, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8872, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 10683, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4770, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-27 15:34:47,918 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:34:47,918 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:34:47 GMT 2018-08-27 15:34:47,918 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:34:47,918 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2396 2018-08-27 15:34:47,918 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:34:47,919 - functest.core.cloudify - INFO - The current manager status is running 2018-08-27 15:34:47,919 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.204:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-27 15:34:48,030 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:34:48,030 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:34:48,031 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:34:48,031 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:34:48,031 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:34:48,031 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:34:48,031 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:34:48,031 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-27 15:34:48,031 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T15:34:47.745Z", "updated_at": "2018-08-27T15:34:47.745Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-27 15:34:48,031 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:34:48,031 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:34:47 GMT 2018-08-27 15:34:48,032 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:34:48,032 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-27 15:34:48,032 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:34:48,032 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/secrets 2018-08-27 15:34:48,099 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:34:48,100 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:34:48,100 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:34:48,100 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:34:48,100 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:34:48,100 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:34:48,100 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:34:48,100 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-27T15:34:47.745Z", "updated_at": "2018-08-27T15:34:47.745Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-27 15:34:48,100 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:34:48,101 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:34:47 GMT 2018-08-27 15:34:48,101 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:34:48,101 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-27 15:34:48,101 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:34:48,101 - functest.core.cloudify - DEBUG - List secrets: 2018-08-27 15:34:48,102 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.204:80/api/v3/secrets/foo 2018-08-27 15:34:48,218 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:34:48,218 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:34:48,218 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:34:48,218 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:34:48,218 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:34:48,218 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:34:48,218 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:34:48,218 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-27 15:34:48,219 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-27T15:34:47.745Z", "updated_at": "2018-08-27T15:34:47.745Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-27 15:34:48,219 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:34:48,219 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:34:47 GMT 2018-08-27 15:34:48,219 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:34:48,219 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-27 15:34:48,219 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:34:48,219 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-27 15:34:48,220 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-27 15:34:48,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-08-27 15:34:48,221 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-27 15:34:48,222 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-27 15:34:48,222 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-27 15:34:48,246 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-27 15:34:48,281 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-27 15:34:48,282 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-27 15:34:48,283 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-27 15:34:48,321 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-27 15:34:48,321 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-27 15:34:48,349 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-27 15:35:12,486 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-27 15:35:12,486 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirrors.sonic.net * extras: mirrors.cat.pdx.edu * updates: mirror.keystealth.org No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.11.6.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-12.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-12.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-28.el7_5.1 updates 16 M python-devel x86_64 2.7.5-69.el7_5 updates 397 k Installing for dependencies: cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M glibc-devel x86_64 2.17-222.el7 base 1.1 M glibc-headers x86_64 2.17-222.el7 base 678 k kernel-headers x86_64 3.10.0-862.11.6.el7 updates 7.1 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-222.el7 base 3.6 M glibc-common x86_64 2.17-222.el7 base 11 M libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k openssl x86_64 1:1.0.2k-12.el7 base 492 k openssl-libs x86_64 1:1.0.2k-12.el7 base 1.2 M python x86_64 2.7.5-69.el7_5 updates 93 k python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 54 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 19 MB/s | 54 MB 00:02 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-28.el7_5.1.x86_64 1/24 Updating : glibc-common-2.17-222.el7.x86_64 2/24 Updating : glibc-2.17-222.el7.x86_64 3/24 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Installing : mpfr-3.1.1-4.el7.x86_64 4/24 Installing : libmpc-1.0.1-3.el7.x86_64 5/24 Updating : 1:openssl-libs-1.0.2k-12.el7.x86_64 6/24 Updating : python-libs-2.7.5-69.el7_5.x86_64 7/24 Updating : python-2.7.5-69.el7_5.x86_64 8/24 Installing : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Updating : libgomp-4.8.5-28.el7_5.1.x86_64 10/24 Installing : kernel-headers-3.10.0-862.11.6.el7.x86_64 11/24 Installing : glibc-headers-2.17-222.el7.x86_64 12/24 Installing : glibc-devel-2.17-222.el7.x86_64 13/24 Installing : gcc-4.8.5-28.el7_5.1.x86_64 14/24 Installing : python-devel-2.7.5-69.el7_5.x86_64 15/24 Updating : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : glibc-devel-2.17-222.el7.x86_64 1/24 Verifying : glibc-headers-2.17-222.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-12.el7.x86_64 3/24 Verifying : libgomp-4.8.5-28.el7_5.1.x86_64 4/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 5/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 6/24 Verifying : glibc-2.17-222.el7.x86_64 7/24 Verifying : libgcc-4.8.5-28.el7_5.1.x86_64 8/24 Verifying : kernel-headers-3.10.0-862.11.6.el7.x86_64 9/24 Verifying : cpp-4.8.5-28.el7_5.1.x86_64 10/24 Verifying : python-2.7.5-69.el7_5.x86_64 11/24 Verifying : libmpc-1.0.1-3.el7.x86_64 12/24 Verifying : glibc-common-2.17-222.el7.x86_64 13/24 Verifying : python-devel-2.7.5-69.el7_5.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Verifying : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 18/24 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 19/24 Verifying : glibc-2.17-157.el7_3.1.x86_64 20/24 Verifying : python-libs-2.7.5-48.el7.x86_64 21/24 Verifying : libgcc-4.8.5-11.el7.x86_64 22/24 Verifying : python-2.7.5-48.el7.x86_64 23/24 Verifying : libgomp-4.8.5-11.el7.x86_64 24/24 Installed: gcc.x86_64 0:4.8.5-28.el7_5.1 python-devel.x86_64 0:2.7.5-69.el7_5 Dependency Installed: cpp.x86_64 0:4.8.5-28.el7_5.1 glibc-devel.x86_64 0:2.17-222.el7 glibc-headers.x86_64 0:2.17-222.el7 kernel-headers.x86_64 0:3.10.0-862.11.6.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-222.el7 glibc-common.x86_64 0:2.17-222.el7 libgcc.x86_64 0:4.8.5-28.el7_5.1 libgomp.x86_64 0:4.8.5-28.el7_5.1 openssl.x86_64 1:1.0.2k-12.el7 openssl-libs.x86_64 1:1.0.2k-12.el7 python.x86_64 0:2.7.5-69.el7_5 python-libs.x86_64 0:2.7.5-69.el7_5 Complete! Retrieving manager services status... [ip=127.0.0.1] Services: +--------------------------------+---------+ | service | status | +--------------------------------+---------+ | InfluxDB | running | | Celery Management | running | | Logstash | running | | RabbitMQ | running | | AMQP InfluxDB | running | | PostgreSQL | running | | Manager Rest-Service | running | | Cloudify Stage | running | | Riemann | running | | Webserver | running | +--------------------------------+---------+ 2018-08-27 15:35:12,487 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-27 15:35:12,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: 2018-08-27 15:35:12,488 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-08-27 15:35:14,840 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-08-27 15:35:14,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 15:35:14,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:35:15,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-c56ec0ec-92b5-473b-9d96-e542979d83ad Date: Mon, 27 Aug 2018 15:35:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T15:31:37Z", "file": "/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/file", "owner": "3b264a0f56674d33915baf616f3614a5", "id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "size": 4373348352, "self": "/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T15:30:36Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 15:35:15,653 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c56ec0ec-92b5-473b-9d96-e542979d83ad 2018-08-27 15:35:15,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.81005191803s 2018-08-27 15:35:15,653 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c56ec0ec-92b5-473b-9d96-e542979d83ad 2018-08-27 15:35:15,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 15:35:15,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}' 2018-08-27 15:35:16,445 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/12039c79-ecd5-4982-9a1f-d43c26a77719 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9b6d5522-e325-4fbb-922b-4adf6029134d Date: Mon, 27 Aug 2018 15:35:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T15:35:16Z", "file": "/v2/images/12039c79-ecd5-4982-9a1f-d43c26a77719/file", "owner": "3b264a0f56674d33915baf616f3614a5", "id": "12039c79-ecd5-4982-9a1f-d43c26a77719", "size": null, "self": "/v2/images/12039c79-ecd5-4982-9a1f-d43c26a77719", "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_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "checksum": null, "created_at": "2018-08-27T15:35:16Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 15:35:16,445 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-9b6d5522-e325-4fbb-922b-4adf6029134d 2018-08-27 15:35:16,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.782166004181s 2018-08-27 15:35:16,446 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-9b6d5522-e325-4fbb-922b-4adf6029134d returning object 12039c79-ecd5-4982-9a1f-d43c26a77719 2018-08-27 15:35:16,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 15:35:16,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/12039c79-ecd5-4982-9a1f-d43c26a77719/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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -d '' 2018-08-27 15:35:24,751 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a9ea0826-725b-48a2-ba5c-630673cd8c02 Date: Mon, 27 Aug 2018 15:35: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 15:35:24,751 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/12039c79-ecd5-4982-9a1f-d43c26a77719/file used request id req-a9ea0826-725b-48a2-ba5c-630673cd8c02 2018-08-27 15:35:24,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 8.30422210693s 2018-08-27 15:35:24,751 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/12039c79-ecd5-4982-9a1f-d43c26a77719/file used request id req-a9ea0826-725b-48a2-ba5c-630673cd8c02 2018-08-27 15:35:24,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 15:35:24,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:35:24,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2746 Content-Type: application/json X-Openstack-Request-Id: req-f790fba4-0cd5-420d-99c4-49e2ed5f058d Date: Mon, 27 Aug 2018 15:35:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T15:35:24Z", "file": "/v2/images/12039c79-ecd5-4982-9a1f-d43c26a77719/file", "owner": "3b264a0f56674d33915baf616f3614a5", "id": "12039c79-ecd5-4982-9a1f-d43c26a77719", "size": 426967040, "self": "/v2/images/12039c79-ecd5-4982-9a1f-d43c26a77719", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/12039c79-ecd5-4982-9a1f-d43c26a77719/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/12039c79-ecd5-4982-9a1f-d43c26a77719/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-08-27T15:35:16Z", "os_hidden": false, "protected": false, "os_hash_value": "77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T15:31:37Z", "file": "/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/file", "owner": "3b264a0f56674d33915baf616f3614a5", "id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "size": 4373348352, "self": "/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T15:30:36Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 15:35:24,890 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f790fba4-0cd5-420d-99c4-49e2ed5f058d 2018-08-27 15:35:24,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.134954929352s 2018-08-27 15:35:24,891 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f790fba4-0cd5-420d-99c4-49e2ed5f058d 2018-08-27 15:35:24,893 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/12039c79-ecd5-4982-9a1f-d43c26a77719/snap', u'metadata': Munch({})})], 'file': u'/v2/images/12039c79-ecd5-4982-9a1f-d43c26a77719/file', 'owner': u'3b264a0f56674d33915baf616f3614a5', 'id': u'12039c79-ecd5-4982-9a1f-d43c26a77719', 'size': 426967040, u'self': u'/v2/images/12039c79-ecd5-4982-9a1f-d43c26a77719', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3b264a0f56674d33915baf616f3614a5', 'name': 'vyos_vrouter-project_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/12039c79-ecd5-4982-9a1f-d43c26a77719/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T15:35:24Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T15:35:24Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', '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/12039c79-ecd5-4982-9a1f-d43c26a77719', 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_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', 'created': u'2018-08-27T15:35:16Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-08-27T15:35:16Z', 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/12039c79-ecd5-4982-9a1f-d43c26a77719', 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_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'schema': u'/v2/schemas/image'}}) 2018-08-27 15:35:24,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 15:35:24,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "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 15:35:24,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:35: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-1cbd49e5-ea46-42e1-ab2c-e0f3b0f09f48 x-compute-request-id: req-1cbd49e5-ea46-42e1-ab2c-e0f3b0f09f48 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_alt_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8922badf-a985-4e66-8a4b-4f38de6da839", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8922badf-a985-4e66-8a4b-4f38de6da839", "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": "8922badf-a985-4e66-8a4b-4f38de6da839"}} 2018-08-27 15:35:24,940 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-1cbd49e5-ea46-42e1-ab2c-e0f3b0f09f48 2018-08-27 15:35:24,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.045156955719s 2018-08-27 15:35:24,940 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-1cbd49e5-ea46-42e1-ab2c-e0f3b0f09f48 2018-08-27 15:35:24,941 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c', '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'd56eab07eebe4995963c4bcc663afcc8', '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'8922badf-a985-4e66-8a4b-4f38de6da839', 'swap': 0}) 2018-08-27 15:35:24,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 15:35:24,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/8922badf-a985-4e66-8a4b-4f38de6da839/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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" -d '{"extra_specs": {}}' 2018-08-27 15:35:24,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:35: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-3ae78b99-4993-4114-9671-f17836936f1b x-compute-request-id: req-3ae78b99-4993-4114-9671-f17836936f1b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 15:35:24,963 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/8922badf-a985-4e66-8a4b-4f38de6da839/os-extra_specs used request id req-3ae78b99-4993-4114-9671-f17836936f1b 2018-08-27 15:35:24,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0211880207062s 2018-08-27 15:35:24,963 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/8922badf-a985-4e66-8a4b-4f38de6da839/os-extra_specs used request id req-3ae78b99-4993-4114-9671-f17836936f1b 2018-08-27 15:35:24,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-27 15:35:24,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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 15:35:24,974 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 15:35:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05443b13-6030-4876-b672-e8323cc0ac73 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.7:35357/v3/", "rel": "self"}]}]}} 2018-08-27 15:35:24,974 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.7:35357/ used request id req-05443b13-6030-4876-b672-e8323cc0ac73 2018-08-27 15:35:24,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:35:25,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f377963-decc-4a64-9494-635715aeffb5 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/041427e79f2c41588bd9e1c2cffa0a83"}, "enabled": true, "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/0d08d9ab972244deb272ffde7702c46b"}, "enabled": true, "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/4b5cdf797f6e43359e8b8ba144b20b7a"}, "enabled": true, "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/529e90bf4d1f47f3868acb317cdb2fa4"}, "enabled": true, "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/62af92b9f6d84dac8ec0d33e7f57585a"}, "enabled": true, "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/71a59b44bc724bbb86f03af01d3eb522"}, "enabled": true, "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/7e5f58282e4a4b0e9fbdb1783df2deb0"}, "enabled": true, "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/7ffa154a46744092943233322a648a10"}, "enabled": true, "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/805b7f93ffe942d0863d24a11ede0072"}, "enabled": true, "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/8521156c72044327b734add8f63dad9f"}, "enabled": true, "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/8546f45161eb4b8ab54c07baa73a5c47"}, "enabled": true, "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/aa14ecfdd4af4cf1851f4095f311111f"}, "enabled": true, "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/bcf88c5701864fc9ac98e7a59ea2736e"}, "enabled": true, "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/da42c55de78341d1a15d69eeb785071d"}, "enabled": true, "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/e06aed7991a642daa067c06403b2d79f"}, "enabled": true, "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-08-27 15:35:25,168 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-6f377963-decc-4a64-9494-635715aeffb5 2018-08-27 15:35:25,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.202498912811s 2018-08-27 15:35:25,169 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-6f377963-decc-4a64-9494-635715aeffb5 2018-08-27 15:35:25,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-27 15:35:25,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:35:25,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:35:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-145f9aea-9bc2-4dd2-8045-9b9650528df7 Content-Encoding: gzip Content-Length: 1963 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0a4e34cc60c546998a738ae2bda6888a"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "da42c55de78341d1a15d69eeb785071d", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0fb7eb93d24b4122a29088fff2fa98f4"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7ffa154a46744092943233322a648a10", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1506526474d645558aad652f5c93e1b3"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "041427e79f2c41588bd9e1c2cffa0a83", "id": "1506526474d645558aad652f5c93e1b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1f499949407743fca971ed5a10dd0a4e"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "62af92b9f6d84dac8ec0d33e7f57585a", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2f55c57f4c1c4c948296e8ba1573b97e"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3478826679b34ca284986285ab7476b5"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "71a59b44bc724bbb86f03af01d3eb522", "id": "3478826679b34ca284986285ab7476b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/42aa373cc1c243f5a77ecda69e644812"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "529e90bf4d1f47f3868acb317cdb2fa4", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/4f1a676c9ef04ae5b463adeb24bd000b"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4b5cdf797f6e43359e8b8ba144b20b7a", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/516de13fd2dc47d587f1b9009301bb44"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4b5cdf797f6e43359e8b8ba144b20b7a", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/58e8515132284335975f001e576ce53d"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8521156c72044327b734add8f63dad9f", "id": "58e8515132284335975f001e576ce53d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5ada7f0fadda47b995d1ce27f61c606c"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e06aed7991a642daa067c06403b2d79f", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5ef9746fd59c48208aa59a4d50bf1ff7"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "71a59b44bc724bbb86f03af01d3eb522", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6aee409a5c51409f875dce865ceda05f"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bcf88c5701864fc9ac98e7a59ea2736e", "id": "6aee409a5c51409f875dce865ceda05f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/74c8022fc05d4d6fa8f69f9eb1e95a6e"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "529e90bf4d1f47f3868acb317cdb2fa4", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/77149ab05b7343a1a290aacd0b867cd0"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bcf88c5701864fc9ac98e7a59ea2736e", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7e921d100d6448a684bd22d01008f118"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0d08d9ab972244deb272ffde7702c46b", "id": "7e921d100d6448a684bd22d01008f118"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7e942a5249f24a21b90bfe65651cdbff"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e06aed7991a642daa067c06403b2d79f", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/842f0dde306b461a829dfcc8b2153451"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8521156c72044327b734add8f63dad9f", "id": "842f0dde306b461a829dfcc8b2153451"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/86ddd6738fd547ee9bc0e60b3f8dac32"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "041427e79f2c41588bd9e1c2cffa0a83", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8851d0c93d7842958dd7a3e4c1b0c7ab"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa14ecfdd4af4cf1851f4095f311111f", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8cabb7d7988f4215aeab0bd51c3409a6"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "529e90bf4d1f47f3868acb317cdb2fa4", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/917cbd693853406185fc81d2df2e29c4"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "62af92b9f6d84dac8ec0d33e7f57585a", "id": "917cbd693853406185fc81d2df2e29c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/aecbf1fcf55d46c1bbc42d447e90f7d4"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa14ecfdd4af4cf1851f4095f311111f", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b128d76906d141c7a49f454935eb7e91"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "da42c55de78341d1a15d69eeb785071d", "id": "b128d76906d141c7a49f454935eb7e91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b426d29e39c04d88aa9fa387285f2c5a"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8546f45161eb4b8ab54c07baa73a5c47", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b614b61bf8974a64a5099dd2156ecebd"}, "url": "http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0d08d9ab972244deb272ffde7702c46b", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b61a8ff7107c4008b31d518e5c91cb6b"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "62af92b9f6d84dac8ec0d33e7f57585a", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/bc5389040fc14542a851c9c98e2f38e4"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e06aed7991a642daa067c06403b2d79f", "id": "bc5389040fc14542a851c9c98e2f38e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c431d9e1bc69461ea4da00ffa0cf43f5"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa14ecfdd4af4cf1851f4095f311111f", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c7092461ea4546e19fb4527e63709ec0"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "041427e79f2c41588bd9e1c2cffa0a83", "id": "c7092461ea4546e19fb4527e63709ec0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c7ab302ffada4c64a300898fb2ba05f6"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7ffa154a46744092943233322a648a10", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c860465e79f8486cbf07f364f3cd7477"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "71a59b44bc724bbb86f03af01d3eb522", "id": "c860465e79f8486cbf07f364f3cd7477"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/cc138aa05f6d48518882ff7c18b338dc"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bcf88c5701864fc9ac98e7a59ea2736e", "id": "cc138aa05f6d48518882ff7c18b338dc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d00c434fa0b141d0ae1b904262027bb8"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8546f45161eb4b8ab54c07baa73a5c47", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d39ea2416cd54da99fa4299c7818cf61"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7ffa154a46744092943233322a648a10", "id": "d39ea2416cd54da99fa4299c7818cf61"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/dd51c7e3cd0444e59306fc601819137a"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "da42c55de78341d1a15d69eeb785071d", "id": "dd51c7e3cd0444e59306fc601819137a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e279c756131048f4aeb15829e548b6f7"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0d08d9ab972244deb272ffde7702c46b", "id": "e279c756131048f4aeb15829e548b6f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e333a105295c47969881ff9ff20afd98"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8521156c72044327b734add8f63dad9f", "id": "e333a105295c47969881ff9ff20afd98"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e7fa26747e284fb8be30b9faa7bc4500"}, "url": "http://172.30.9.28:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f4e9a017bdb446c48e094c198786de1c"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "id": "f4e9a017bdb446c48e094c198786de1c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f9f84346fadf48d998c4fa139c5f06a6"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4b5cdf797f6e43359e8b8ba144b20b7a", "id": "f9f84346fadf48d998c4fa139c5f06a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/fa0f763902924517934d877fccb6c979"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8546f45161eb4b8ab54c07baa73a5c47", "id": "fa0f763902924517934d877fccb6c979"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-27 15:35:25,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-145f9aea-9bc2-4dd2-8045-9b9650528df7 2018-08-27 15:35:25,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.320517063141s 2018-08-27 15:35:25,499 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-145f9aea-9bc2-4dd2-8045-9b9650528df7 2018-08-27 15:35:25,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 15:35:25,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:35:25,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-487a5e2c-9348-4dde-9de4-4c072e4d0821 Date: Mon, 27 Aug 2018 15:35:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:29:47Z", "updated_at": "2018-08-27T15:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "12e8cbee-d86f-42ee-9401-fdd59bbb72e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "4b66753d-27a4-4e8a-aaaf-e791f56c72c3", "remote_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "76ae46e8-f605-40ac-942a-e72126cb896e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "ca25397c-0e4d-481c-9c20-b823f04731a2", "remote_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}], "revision_number": 1, "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:31:39Z", "updated_at": "2018-08-27T15:31:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-27T15:31:42Z", "revision_number": 0, "id": "0c8db2f2-032e-401d-83e6-fdb76835ecac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:42Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:40Z", "revision_number": 0, "id": "190ffd9b-f118-4ac8-a65b-657a2f68dce2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:40Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-27T15:31:43Z", "revision_number": 0, "id": "1e76fdc7-f8c1-4033-9a80-0ef77fa76c8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:43Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T15:31:41Z", "revision_number": 0, "id": "259b5192-bba7-4a5f-8951-08eaa026e8cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:41Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 443, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:39Z", "revision_number": 0, "id": "42da28fc-9b1f-42ac-b276-965ef554aece", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:39Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T15:31:41Z", "revision_number": 0, "id": "492e23b6-be5a-4a27-a28b-0a05e2470d2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:41Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 80, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:39Z", "revision_number": 0, "id": "5537c8cf-9de8-41da-a367-07df3d8361e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:39Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T15:31:40Z", "revision_number": 0, "id": "7b411f32-ee93-4f61-a9eb-5256c001699d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:40Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}], "revision_number": 7, "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "ad166b14-e341-40eb-a374-95e1a38db72b", "name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}]} 2018-08-27 15:35:25,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-487a5e2c-9348-4dde-9de4-4c072e4d0821 2018-08-27 15:35:25,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0843679904938s 2018-08-27 15:35:25,594 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-487a5e2c-9348-4dde-9de4-4c072e4d0821 2018-08-27 15:35:25,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-27 15:35:25,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -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": "801f4fef-9b6b-475f-836d-889ddca2ceb2"}}' 2018-08-27 15:35:25,816 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-5655eece-3d70-4b26-ad68-731df8f989e3 Date: Mon, 27 Aug 2018 15:35:25 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-27T15:35:25Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "port_range_min": 22, "revision_number": 0, "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:35:25Z", "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "cf69dfd8-7938-48e5-9968-0ba982bf6dbb"}} 2018-08-27 15:35:25,816 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-5655eece-3d70-4b26-ad68-731df8f989e3 2018-08-27 15:35:25,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.219245195389s 2018-08-27 15:35:25,817 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-5655eece-3d70-4b26-ad68-731df8f989e3 2018-08-27 15:35:25,817 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-08-27 15:35:25,824 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.204:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-08-27 15:35:27,588 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:35:27,588 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:35:27,588 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:35:27,588 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:35:27,588 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:35:27,588 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:35:27,588 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:35:27,589 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-27 15:35:27,589 - 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-27T15:35:27.553Z", "updated_at": "2018-08-27T15:35:27.553Z", "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.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.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.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.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"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_url": {"type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "region": {"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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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": [{"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"}, "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.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"}, "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.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.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.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.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": [{"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": "", "openstack_config": {}, "start_retry_interval": 30}, "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": "", "openstack_config": {}, "start_retry_interval": 30}, "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": 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"}, "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.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"}, "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.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.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.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.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"}, "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.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"}, "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.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.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.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.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.network.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.network.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.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"}, "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.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.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.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.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": [], "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": "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.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": "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": {"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"}}, "use_external_resource": false, "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"}, "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.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"}, "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.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.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.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.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"}, "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.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"}, "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.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.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.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.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": [], "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": "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.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": "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": {"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"}}, "use_external_resource": false, "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"}, "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_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"}, "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.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"}, "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.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.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.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.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"}, "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.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"}, "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.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.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.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.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"}, "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": "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": "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": {"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, "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"}}}}, {"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"}, "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.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"}, "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.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.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.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.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"}, "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.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"}, "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.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.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.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.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": "", "openstack_config": {}, "start_retry_interval": 30}, "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": "", "openstack_config": {}, "start_retry_interval": 30}, "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": 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 15:35:27,590 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:35:27,590 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:35:27 GMT 2018-08-27 15:35:27,590 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:35:27,590 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-08-27 15:35:27,591 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:35:27,606 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-08-27 15:35:27,606 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.204:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.28:5000", "keystone_tenant_name": "vyos_vrouter-project_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "12039c79-ecd5-4982-9a1f-d43c26a77719", "keystone_password": "aaf36504-5a59-41c3-b3a2-a29eb5166a33", "reference_vnf_flavor_id": "8922badf-a985-4e66-8a4b-4f38de6da839", "target_vnf_flavor_id": "8922badf-a985-4e66-8a4b-4f38de6da839", "target_vnf_image_id": "12039c79-ecd5-4982-9a1f-d43c26a77719"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-08-27 15:35:28,391 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:35:28,392 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:35:28,392 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:35:28,392 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:35:28,392 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:35:28,392 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:35:28,392 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:35:28,392 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-08-27 15:35:28,392 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"keypair_name": "vnf_test_keypair", "management_plane_network_name": "management_plane_network", "external_network_name": "external", "keystone_user_domain_name": "Default", "data_plane_network_name": "data_plane_network", "target_vnf_name": "target_vnf", "reference_vnf_flavor_id": "8922badf-a985-4e66-8a4b-4f38de6da839", "target_vnf_flavor_id": "8922badf-a985-4e66-8a4b-4f38de6da839", "reference_vnf_name": "reference_vnf", "target_vnf_data_plane_port_name": "target_vnf_data_plane_port", "reference_vnf_data_plane_port_name": "reference_vnf_data_plane_port", "keystone_username": "vyos_vrouter-user_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "12039c79-ecd5-4982-9a1f-d43c26a77719", "keystone_password": "aaf36504-5a59-41c3-b3a2-a29eb5166a33", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.28:5000", "reference_vnf_port_name": "reference_vnf_port", "management_plane_subnet_name": "management_plane_subnet", "ssh_key_filename": "~/.ssh/vnf_test_keypair.pem", "router_name": "vnf_test_router", "target_vnf_image_id": "12039c79-ecd5-4982-9a1f-d43c26a77719", "data_plane_subnet_name": "data_plane_subnet"}, "permalink": null, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "blueprint_id": "vrouter-opnfv", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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"}}}}, "tenant_name": "default_tenant", "created_at": "2018-08-27T15:35:27.788Z", "updated_at": "2018-08-27T15:35:27.788Z", "created_by": "admin", "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"}}}}, "private_resource": false, "groups": {}, "workflows": [{"created_at": null, "name": "scale", "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"}}}, {"created_at": null, "name": "heal", "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"}}}, {"created_at": null, "name": "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": []}}}, {"created_at": null, "name": "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": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "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": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2018-08-27 15:35:28,392 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:35:28,393 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:35:28 GMT 2018-08-27 15:35:28,393 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:35:28,393 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-08-27 15:35:28,393 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:35:28,394 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions 2018-08-27 15:35:28,454 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:35:28,454 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:35:28,454 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:35:28,454 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:35:28,455 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:35:28,455 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:35:28,455 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:35:28,455 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-27T15:35:28.255Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "b9590b56-a422-4411-825c-2f25f1d7cc98"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-27 15:35:28,455 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:35:28,455 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:35:28 GMT 2018-08-27 15:35:28,455 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:35:28,455 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-08-27 15:35:28,455 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:35:28,456 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:35:28,525 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:35:28,525 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:35:28,526 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:35:28,526 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:35:28,526 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:35:28,526 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:35:28,526 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:35:28,526 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-27 15:35:28,526 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:35:28,526 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:35:28 GMT 2018-08-27 15:35:28,526 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:35:28,526 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-27 15:35:28,527 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:35:28,527 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/b9590b56-a422-4411-825c-2f25f1d7cc98 2018-08-27 15:35:28,581 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:35:28,581 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:35:28,581 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:35:28,581 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:35:28,582 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:35:28,582 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:35:28,582 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:35:28,582 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-27T15:35:28.255Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "b9590b56-a422-4411-825c-2f25f1d7cc98"} 2018-08-27 15:35:28,582 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:35:28,582 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:35:28 GMT 2018-08-27 15:35:28,582 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:35:28,582 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-27 15:35:28,582 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:35:33,588 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:35:33,652 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:35:33,652 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:35:33,652 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:35:33,652 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:35:33,652 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:35:33,652 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:35:33,652 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:35:33,652 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:35:29.259Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T15:35:29.259Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b9590b56-a422-4411-825c-2f25f1d7cc98"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:35:29.481Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T15:35:29.481Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b9590b56-a422-4411-825c-2f25f1d7cc98"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:35:29.481Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T15:35:29.481Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b9590b56-a422-4411-825c-2f25f1d7cc98"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:35:29.591Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T15:35:29.591Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b9590b56-a422-4411-825c-2f25f1d7cc98", "logger": "9b730685-c765-42ab-99bb-04d76a692353"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:35:30.440Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T15:35:30.440Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b9590b56-a422-4411-825c-2f25f1d7cc98", "logger": "9b730685-c765-42ab-99bb-04d76a692353"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:35:30.440Z", "message": "Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T15:35:30.440Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b9590b56-a422-4411-825c-2f25f1d7cc98", "logger": "9b730685-c765-42ab-99bb-04d76a692353"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:35:30.440Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T15:35:30.440Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b9590b56-a422-4411-825c-2f25f1d7cc98", "logger": "9b730685-c765-42ab-99bb-04d76a692353"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:35:30.440Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T15:35:30.440Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b9590b56-a422-4411-825c-2f25f1d7cc98", "logger": "9b730685-c765-42ab-99bb-04d76a692353"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:35:30.490Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T15:35:30.490Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b9590b56-a422-4411-825c-2f25f1d7cc98"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:35:31.462Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpVbJglU --prefix=\"/tmp/openstack-vVrpnw\" --constraint=\"/tmp/openstack-vVrpnw/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T15:35:31.462Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b9590b56-a422-4411-825c-2f25f1d7cc98", "logger": "9b730685-c765-42ab-99bb-04d76a692353"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:35:31.462Z", "message": "Installing from directory: /tmp/tmpVbJglU [args=--prefix=\"/tmp/openstack-vVrpnw\" --constraint=\"/tmp/openstack-vVrpnw/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T15:35:31.462Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b9590b56-a422-4411-825c-2f25f1d7cc98", "logger": "9b730685-c765-42ab-99bb-04d76a692353"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-08-27 15:35:33,653 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:35:33,653 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:35:33 GMT 2018-08-27 15:35:33,653 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:35:33,653 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5806 2018-08-27 15:35:33,653 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:35:33,653 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-08-27 15:35:33,654 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-27 15:35:33,654 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-08-27 15:35:33,654 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin: openstack 2018-08-27 15:35:33,654 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin from source 2018-08-27 15:35:33,654 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-08-27 15:35:33,654 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-08-27 15:35:33,655 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-08-27 15:35:33,655 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-27 15:35:33,655 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpVbJglU --prefix="/tmp/openstack-vVrpnw" --constraint="/tmp/openstack-vVrpnw/constraint.txt" 2018-08-27 15:35:33,655 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing from directory: /tmp/tmpVbJglU [args=--prefix="/tmp/openstack-vVrpnw" --constraint="/tmp/openstack-vVrpnw/constraint.txt", package_name=cloudify-openstack-plugin] 2018-08-27 15:35:33,655 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/b9590b56-a422-4411-825c-2f25f1d7cc98 2018-08-27 15:35:33,709 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:35:33,709 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:35:33,710 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:35:33,710 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:35:33,710 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:35:33,710 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:35:33,710 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:35:33,710 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-27T15:35:28.255Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "b9590b56-a422-4411-825c-2f25f1d7cc98"} 2018-08-27 15:35:33,710 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:35:33,710 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:35:33 GMT 2018-08-27 15:35:33,710 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:35:33,711 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-27 15:35:33,711 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:35:38,712 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:35:38,784 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:35:38,785 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:35:38,785 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:35:38,785 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:35:38,785 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:35:38,785 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:35:38,785 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:35:38,785 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-27 15:35:38,785 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:35:38,786 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:35:38 GMT 2018-08-27 15:35:38,786 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:35:38,786 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:35:38,786 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:35:38,786 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/b9590b56-a422-4411-825c-2f25f1d7cc98 2018-08-27 15:35:38,883 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:35:38,883 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:35:38,883 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:35:38,884 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:35:38,884 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:35:38,884 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:35:38,884 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:35:38,884 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-27T15:35:28.255Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "b9590b56-a422-4411-825c-2f25f1d7cc98"} 2018-08-27 15:35:38,884 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:35:38,884 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:35:38 GMT 2018-08-27 15:35:38,884 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:35:38,884 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-27 15:35:38,885 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:35:43,890 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:35:43,962 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:35:43,962 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:35:43,963 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:35:43,963 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:35:43,963 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:35:43,963 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:35:43,963 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:35:43,963 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-27 15:35:43,963 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:35:43,963 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:35:43 GMT 2018-08-27 15:35:43,963 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:35:43,964 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:35:43,964 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:35:43,964 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/b9590b56-a422-4411-825c-2f25f1d7cc98 2018-08-27 15:35:44,018 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:35:44,018 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:35:44,019 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:35:44,019 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:35:44,019 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:35:44,019 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:35:44,019 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:35:44,019 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-27T15:35:28.255Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "b9590b56-a422-4411-825c-2f25f1d7cc98"} 2018-08-27 15:35:44,019 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:35:44,019 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:35:44 GMT 2018-08-27 15:35:44,019 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:35:44,020 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-27 15:35:44,020 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:35:49,025 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:35:49,089 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:35:49,089 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:35:49,089 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:35:49,089 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:35:49,089 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:35:49,089 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:35:49,089 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:35:49,090 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-27 15:35:49,090 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:35:49,090 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:35:49 GMT 2018-08-27 15:35:49,090 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:35:49,090 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:35:49,090 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:35:49,090 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/b9590b56-a422-4411-825c-2f25f1d7cc98 2018-08-27 15:35:49,253 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:35:49,253 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:35:49,253 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:35:49,253 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:35:49,253 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:35:49,253 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:35:49,253 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:35:49,253 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-27T15:35:28.255Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "b9590b56-a422-4411-825c-2f25f1d7cc98"} 2018-08-27 15:35:49,253 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:35:49,253 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:35:49 GMT 2018-08-27 15:35:49,254 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:35:49,254 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-27 15:35:49,254 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:35:54,259 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:35:54,358 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:35:54,359 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:35:54,359 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:35:54,359 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:35:54,359 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:35:54,359 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:35:54,359 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:35:54,359 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-27 15:35:54,359 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:35:54,360 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:35:54 GMT 2018-08-27 15:35:54,360 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:35:54,360 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:35:54,360 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:35:54,360 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/b9590b56-a422-4411-825c-2f25f1d7cc98 2018-08-27 15:35:54,443 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:35:54,443 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:35:54,443 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:35:54,443 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:35:54,443 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:35:54,443 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:35:54,444 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:35:54,444 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-27T15:35:28.255Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "b9590b56-a422-4411-825c-2f25f1d7cc98"} 2018-08-27 15:35:54,444 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:35:54,444 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:35:54 GMT 2018-08-27 15:35:54,444 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:35:54,444 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-27 15:35:54,444 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:35:59,450 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:35:59,522 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:35:59,523 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:35:59,523 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:35:59,523 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:35:59,523 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:35:59,523 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:35:59,523 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:35:59,523 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:35:58.710Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T15:35:58.710Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b9590b56-a422-4411-825c-2f25f1d7cc98", "logger": "9b730685-c765-42ab-99bb-04d76a692353"}], "metadata": {"pagination": {"total": 12, "offset": 11, "size": 50}}} 2018-08-27 15:35:59,524 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:35:59,524 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:35:59 GMT 2018-08-27 15:35:59,524 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:35:59,524 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 585 2018-08-27 15:35:59,524 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:35:59,524 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-08-27 15:35:59,525 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/b9590b56-a422-4411-825c-2f25f1d7cc98 2018-08-27 15:35:59,580 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:35:59,580 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:35:59,580 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:35:59,580 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:35:59,580 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:35:59,581 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:35:59,581 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:35:59,581 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-27T15:35:28.255Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "b9590b56-a422-4411-825c-2f25f1d7cc98"} 2018-08-27 15:35:59,581 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:35:59,581 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:35:59 GMT 2018-08-27 15:35:59,581 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:35:59,581 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-27 15:35:59,581 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:04,582 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:36:04,641 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:04,641 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:04,641 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:04,641 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:04,641 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:04,641 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:04,641 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:04,641 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:35:59.523Z", "message": "Removing directory: /tmp/tmpVbJglU", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T15:35:59.523Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b9590b56-a422-4411-825c-2f25f1d7cc98", "logger": "9b730685-c765-42ab-99bb-04d76a692353"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:35:59.642Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T15:35:59.642Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b9590b56-a422-4411-825c-2f25f1d7cc98"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:00.511Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:00.511Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b9590b56-a422-4411-825c-2f25f1d7cc98"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:00.511Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:00.511Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b9590b56-a422-4411-825c-2f25f1d7cc98"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:00.511Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:00.511Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b9590b56-a422-4411-825c-2f25f1d7cc98"}], "metadata": {"pagination": {"total": 17, "offset": 12, "size": 50}}} 2018-08-27 15:36:04,642 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:04,642 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:04 GMT 2018-08-27 15:36:04,642 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:04,642 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2486 2018-08-27 15:36:04,642 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:04,642 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Removing directory: /tmp/tmpVbJglU 2018-08-27 15:36:04,642 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-27 15:36:04,642 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-08-27 15:36:04,642 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-08-27 15:36:04,642 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-08-27 15:36:04,642 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/b9590b56-a422-4411-825c-2f25f1d7cc98 2018-08-27 15:36:04,690 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:04,690 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:04,690 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:04,690 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:04,690 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:04,690 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:04,691 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:04,691 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-27T15:35:28.255Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "b9590b56-a422-4411-825c-2f25f1d7cc98"} 2018-08-27 15:36:04,691 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:04,691 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:04 GMT 2018-08-27 15:36:04,691 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:04,691 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5934 2018-08-27 15:36:04,691 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:04,691 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-08-27 15:36:04,692 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.204:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-08-27 15:36:04,841 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:04,841 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:04,841 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:04,842 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:04,842 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:04,842 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:04,842 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:04,842 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 134 2018-08-27 15:36:04,842 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"} 2018-08-27 15:36:04,842 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:04,842 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:04 GMT 2018-08-27 15:36:04,842 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:04,842 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-27 15:36:04,843 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:04,843 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:36:04,904 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:04,904 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:04,904 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:04,905 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:04,905 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:04,905 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:04,905 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:04,905 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-27 15:36:04,905 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:04,905 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:04 GMT 2018-08-27 15:36:04,905 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:04,905 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-27 15:36:04,906 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:04,906 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe 2018-08-27 15:36:04,959 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:04,959 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:04,959 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:04,959 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:04,959 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:04,960 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:04,960 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:04,960 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"} 2018-08-27 15:36:04,960 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:04,960 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:04 GMT 2018-08-27 15:36:04,960 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:04,960 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-27 15:36:04,960 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:09,966 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:36:10,117 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:10,117 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:10,117 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:10,118 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:10,118 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:10,118 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:10,118 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:10,118 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:05.439Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:05.439Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "data_plane_network_cgvsco", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:06.453Z", "message": "Creating node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:06.453Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "management_plane_network_ys0eqi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:06.453Z", "message": "Creating node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:06.453Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "security_group_gxaq27", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:06.453Z", "message": "Creating node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:06.453Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "security_group_gxaq27", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:06.453Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:06.453Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "data_plane_network_cgvsco", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:08.015Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:08.015Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_ip_jmbna6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:08.015Z", "message": "Creating node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:08.015Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "data_plane_network_cgvsco", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:08.015Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:08.015Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "security_group_gxaq27", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:08.015Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:08.015Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "keypair_ptyq89", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:08.015Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:08.015Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "security_group_gxaq27", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:08.211Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:08.211Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "7d1b988c-27a8-402c-b809-20d6c9f1adf7"}, {"node_instance_id": "security_group_gxaq27", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:08.816Z", "message": "Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'udp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:08.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "7d1b988c-27a8-402c-b809-20d6c9f1adf7"}, {"node_instance_id": "security_group_gxaq27", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:08.816Z", "message": "Security group rule before transformations: {u'port_range_min': 0, u'port_range_max': 0, u'protocol': u'icmp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:08.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "7d1b988c-27a8-402c-b809-20d6c9f1adf7"}, {"node_instance_id": "security_group_gxaq27", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:08.816Z", "message": "Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'tcp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:08.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "7d1b988c-27a8-402c-b809-20d6c9f1adf7"}, {"node_instance_id": "security_group_gxaq27", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:08.816Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': 0, 'port_range_min': 0, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:08.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "7d1b988c-27a8-402c-b809-20d6c9f1adf7"}, {"node_instance_id": "security_group_gxaq27", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:08.816Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:08.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "7d1b988c-27a8-402c-b809-20d6c9f1adf7"}, {"node_instance_id": "security_group_gxaq27", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:08.816Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:08.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "7d1b988c-27a8-402c-b809-20d6c9f1adf7"}, {"node_instance_id": "security_group_gxaq27", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:08.816Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:08.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "7d1b988c-27a8-402c-b809-20d6c9f1adf7"}, {"node_instance_id": "target_vnf_ip_jmbna6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:09.059Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:09.059Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_ip_dpag2z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:09.059Z", "message": "Creating node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:09.059Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_ip_dpag2z", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:09.059Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:09.059Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "keypair_ptyq89", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:09.059Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:09.059Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "keypair_ptyq89", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:09.059Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:09.059Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "management_plane_network_ys0eqi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:09.059Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:09.059Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_ip_jmbna6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:09.059Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:09.059Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "external_network_wowife", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:09.059Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:09.059Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "management_plane_network_ys0eqi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:09.059Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:09.059Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "external_network_wowife", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:09.059Z", "message": "Creating node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:09.059Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}], "metadata": {"pagination": {"total": 28, "offset": 0, "size": 50}}} 2018-08-27 15:36:10,118 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:10,118 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:10 GMT 2018-08-27 15:36:10,118 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:10,119 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15213 2018-08-27 15:36:10,119 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:10,119 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-08-27 15:36:10,120 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-27 15:36:10,120 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-27 15:36:10,120 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-27 15:36:10,120 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-27 15:36:10,120 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-08-27 15:36:10,120 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-27 15:36:10,121 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-08-27 15:36:10,121 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-27 15:36:10,121 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-27 15:36:10,121 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-08-27 15:36:10,121 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'udp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 15:36:10,121 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 0, u'port_range_max': 0, u'protocol': u'icmp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 15:36:10,121 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'tcp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 15:36:10,122 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': 0, 'port_range_min': 0, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 15:36:10,122 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 15:36:10,122 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 15:36:10,122 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-27 15:36:10,122 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-27 15:36:10,122 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-27 15:36:10,123 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-27 15:36:10,123 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-08-27 15:36:10,123 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-08-27 15:36:10,123 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-08-27 15:36:10,123 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-27 15:36:10,123 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-08-27 15:36:10,124 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-08-27 15:36:10,124 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-27 15:36:10,124 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe 2018-08-27 15:36:10,303 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:10,303 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:10,303 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:10,303 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:10,303 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:10,303 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:10,304 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:10,304 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"} 2018-08-27 15:36:10,304 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:10,304 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:10 GMT 2018-08-27 15:36:10,304 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:10,304 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-27 15:36:10,304 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:15,310 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:36:15,370 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:15,371 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:15,371 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:15,371 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:15,371 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:15,371 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:15,371 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:15,371 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "external_network_wowife", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:10.121Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:10.121Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "management_plane_network_ys0eqi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:10.121Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:10.121Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "data_plane_network_cgvsco", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:10.121Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:10.121Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_ip_dpag2z", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:10.121Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:10.121Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "keypair_ptyq89", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:10.121Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:10.121Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "management_plane_network_ys0eqi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:11.147Z", "message": "Configuring node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:11.147Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "data_plane_network_cgvsco", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:11.147Z", "message": "Configuring node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:11.147Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "management_plane_network_ys0eqi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:11.147Z", "message": "Starting node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:11.147Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "data_plane_network_cgvsco", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:11.147Z", "message": "Starting node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:11.147Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "keypair_ptyq89", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:11.147Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:11.147Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "keypair_ptyq89", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:11.147Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:11.147Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_ip_jmbna6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:11.153Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'3b264a0f56674d33915baf616f3614a5', u'created_at': u'2018-08-27T15:36:10Z', u'updated_at': u'2018-08-27T15:36:10Z', u'floating_network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.209', u'revision_number': 0, u'project_id': u'3b264a0f56674d33915baf616f3614a5', u'port_id': None, u'id': u'93d75ecb-49d7-45fb-aa87-7b7a04c31899', u'qos_policy_id': None}", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:11.153Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "2f3222dd-5399-4d12-93c5-fb2ca6d28225"}, {"node_instance_id": "external_network_wowife", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:11.875Z", "message": "Using external resource network: external", "level": "info", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:11.875Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "9943dde7-da79-45a6-b01d-31c856d0719a"}, {"node_instance_id": "external_network_wowife", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:12.152Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:12.152Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_ip_jmbna6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:12.152Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:12.152Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_ip_jmbna6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:12.152Z", "message": "Configuring node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:12.152Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_ip_dpag2z", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:13.015Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'3b264a0f56674d33915baf616f3614a5', u'created_at': u'2018-08-27T15:36:12Z', u'updated_at': u'2018-08-27T15:36:12Z', u'floating_network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.213', u'revision_number': 0, u'project_id': u'3b264a0f56674d33915baf616f3614a5', u'port_id': None, u'id': u'1c09d076-f2a2-462b-9f80-31a56f3ba67f', u'qos_policy_id': None}", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:13.015Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "fce2b6ec-e46a-484a-b166-72828e2b7c41"}, {"node_instance_id": "external_network_wowife", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:13.166Z", "message": "Starting node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:13.166Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_ip_jmbna6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:13.166Z", "message": "Starting node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:13.166Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "data_plane_subnet_dxond9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:13.166Z", "message": "Creating node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:13.166Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "data_plane_subnet_dxond9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:13.166Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:13.166Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "external_network_wowife", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:13.166Z", "message": "Configuring node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:13.166Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "data_plane_subnet_dxond9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:13.166Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:13.166Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "router_ewy4vb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:14.176Z", "message": "Sending task 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:14.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "router_ewy4vb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:14.176Z", "message": "Task started 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:14.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "security_group_gxaq27", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:14.176Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:14.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "router_ewy4vb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:14.176Z", "message": "Creating node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:14.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_ip_dpag2z", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:14.176Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:14.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_ip_dpag2z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:14.176Z", "message": "Configuring node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:14.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_ip_dpag2z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:14.176Z", "message": "Starting node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:14.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "data_plane_subnet_dxond9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:15.186Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:15.186Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "security_group_gxaq27", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:15.186Z", "message": "Configuring node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:15.186Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}], "metadata": {"pagination": {"total": 60, "offset": 28, "size": 50}}} 2018-08-27 15:36:15,372 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:15,372 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:15 GMT 2018-08-27 15:36:15,372 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:15,372 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16705 2018-08-27 15:36:15,372 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:15,373 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-08-27 15:36:15,373 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-08-27 15:36:15,373 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-08-27 15:36:15,373 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-27 15:36:15,374 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-08-27 15:36:15,374 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-27 15:36:15,374 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-27 15:36:15,374 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-27 15:36:15,374 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-27 15:36:15,374 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-27 15:36:15,375 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-27 15:36:15,375 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'3b264a0f56674d33915baf616f3614a5', u'created_at': u'2018-08-27T15:36:10Z', u'updated_at': u'2018-08-27T15:36:10Z', u'floating_network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.209', u'revision_number': 0, u'project_id': u'3b264a0f56674d33915baf616f3614a5', u'port_id': None, u'id': u'93d75ecb-49d7-45fb-aa87-7b7a04c31899', u'qos_policy_id': None} 2018-08-27 15:36:15,375 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Using external resource network: external 2018-08-27 15:36:15,375 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-08-27 15:36:15,375 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-27 15:36:15,375 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-27 15:36:15,376 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'3b264a0f56674d33915baf616f3614a5', u'created_at': u'2018-08-27T15:36:12Z', u'updated_at': u'2018-08-27T15:36:12Z', u'floating_network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.213', u'revision_number': 0, u'project_id': u'3b264a0f56674d33915baf616f3614a5', u'port_id': None, u'id': u'1c09d076-f2a2-462b-9f80-31a56f3ba67f', u'qos_policy_id': None} 2018-08-27 15:36:15,376 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-27 15:36:15,376 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-27 15:36:15,376 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-27 15:36:15,376 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-08-27 15:36:15,376 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-27 15:36:15,377 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-08-27 15:36:15,377 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-08-27 15:36:15,377 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-08-27 15:36:15,377 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-27 15:36:15,377 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-27 15:36:15,377 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-27 15:36:15,378 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-27 15:36:15,378 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-27 15:36:15,378 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-08-27 15:36:15,378 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-27 15:36:15,378 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe 2018-08-27 15:36:15,430 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:15,430 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:15,430 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:15,430 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:15,431 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:15,431 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:15,431 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:15,431 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"} 2018-08-27 15:36:15,431 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:15,431 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:15 GMT 2018-08-27 15:36:15,431 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:15,431 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-27 15:36:15,431 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:20,436 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:36:20,504 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:20,504 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:20,504 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:20,504 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:20,504 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:20,504 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:20,505 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:20,505 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "security_group_gxaq27", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:16.193Z", "message": "Starting node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:16.193Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "data_plane_subnet_dxond9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:16.193Z", "message": "Configuring node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:16.193Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "data_plane_subnet_dxond9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:16.193Z", "message": "Starting node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:16.193Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_data_plane_port_cj21ai", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:17.208Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:17.208Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_data_plane_port_cj21ai", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:17.208Z", "message": "Creating node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:17.208Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_data_plane_port_gqm1dw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:17.208Z", "message": "Creating node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:17.208Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_data_plane_port_gqm1dw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:17.208Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:17.208Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_data_plane_port_cj21ai", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:17.208Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:17.208Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_data_plane_port_gqm1dw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:17.208Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:17.208Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_data_plane_port_cj21ai", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:19.294Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:19.294Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_data_plane_port_gqm1dw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:20.293Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:20.293Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_data_plane_port_gqm1dw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:20.293Z", "message": "Configuring node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:20.293Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_data_plane_port_cj21ai", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:20.293Z", "message": "Configuring node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:20.293Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}], "metadata": {"pagination": {"total": 73, "offset": 60, "size": 50}}} 2018-08-27 15:36:20,505 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:20,505 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:20 GMT 2018-08-27 15:36:20,505 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:20,505 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6559 2018-08-27 15:36:20,505 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:20,506 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-27 15:36:20,506 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-27 15:36:20,506 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-27 15:36:20,507 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-08-27 15:36:20,507 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-27 15:36:20,507 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-27 15:36:20,507 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-08-27 15:36:20,507 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-08-27 15:36:20,507 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-08-27 15:36:20,508 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-08-27 15:36:20,508 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-08-27 15:36:20,508 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-27 15:36:20,508 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-27 15:36:20,508 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe 2018-08-27 15:36:20,560 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:20,560 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:20,560 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:20,560 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:20,560 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:20,561 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:20,561 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:20,561 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"} 2018-08-27 15:36:20,561 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:20,561 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:20 GMT 2018-08-27 15:36:20,561 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:20,561 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-27 15:36:20,561 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:25,562 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:36:25,626 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:25,626 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:25,626 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:25,627 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:25,627 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:25,627 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:25,627 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:25,627 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:21.299Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:21.299Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:21.299Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:21.299Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_data_plane_port_cj21ai", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:21.299Z", "message": "Starting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:21.299Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_data_plane_port_gqm1dw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:21.299Z", "message": "Starting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:21.299Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:22.304Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:22.304Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "router_ewy4vb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:22.304Z", "message": "Task succeeded 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:22.304Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:22.304Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:22.304Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:22.723Z", "message": "connect_security_group(): source_id=7589b788-550f-4c4f-98cb-44c45a2f6c69 target={u'external_id': u'c0d5a7d5-3b29-47e8-adf8-01c5e8bc9a29', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:22.723Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "4fed31b8-a275-4a29-b2d8-c59525a8468c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:22.887Z", "message": "connect_security_group(): source_id=0a74b0f6-c8d5-4be4-a2a4-772328230272 target={u'external_id': u'c0d5a7d5-3b29-47e8-adf8-01c5e8bc9a29', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:22.887Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "c4da49cd-f187-4e7e-959f-d58a1d053905"}, {"node_instance_id": "router_ewy4vb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:23.356Z", "message": "Configuring node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:23.356Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "router_ewy4vb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:23.356Z", "message": "Starting node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:23.356Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "management_plane_subnet_pbwhn9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:24.364Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:24.364Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:24.364Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:24.364Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "management_plane_subnet_pbwhn9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:24.364Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:24.364Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "management_plane_subnet_pbwhn9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:24.364Z", "message": "Creating node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:24.364Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}], "metadata": {"pagination": {"total": 89, "offset": 73, "size": 50}}} 2018-08-27 15:36:25,627 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:25,627 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:25 GMT 2018-08-27 15:36:25,627 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:25,627 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7860 2018-08-27 15:36:25,628 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:25,628 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-08-27 15:36:25,628 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-08-27 15:36:25,628 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-27 15:36:25,629 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-27 15:36:25,629 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-08-27 15:36:25,629 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-08-27 15:36:25,629 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-08-27 15:36:25,629 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=7589b788-550f-4c4f-98cb-44c45a2f6c69 target={u'external_id': u'c0d5a7d5-3b29-47e8-adf8-01c5e8bc9a29', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-08-27 15:36:25,629 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=0a74b0f6-c8d5-4be4-a2a4-772328230272 target={u'external_id': u'c0d5a7d5-3b29-47e8-adf8-01c5e8bc9a29', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-08-27 15:36:25,630 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-27 15:36:25,630 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-27 15:36:25,630 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-08-27 15:36:25,630 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-08-27 15:36:25,630 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-08-27 15:36:25,630 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-27 15:36:25,631 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe 2018-08-27 15:36:25,682 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:25,682 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:25,682 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:25,683 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:25,683 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:25,683 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:25,683 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:25,683 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"} 2018-08-27 15:36:25,683 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:25,683 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:25 GMT 2018-08-27 15:36:25,683 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:25,683 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-27 15:36:25,683 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:30,689 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:36:30,747 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:30,747 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:30,747 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:30,747 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:30,747 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:30,747 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:30,747 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:30,747 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_subnet_pbwhn9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:26.764Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:26.764Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "management_plane_subnet_pbwhn9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:27.369Z", "message": "Configuring node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:27.369Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:28.377Z", "message": "Task started 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:28.377Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "management_plane_subnet_pbwhn9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:28.377Z", "message": "Starting node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:28.377Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:28.377Z", "message": "Sending task 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:28.377Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}], "metadata": {"pagination": {"total": 94, "offset": 88, "size": 50}}} 2018-08-27 15:36:30,748 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:30,748 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:30 GMT 2018-08-27 15:36:30,748 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:30,748 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2548 2018-08-27 15:36:30,748 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:30,748 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-08-27 15:36:30,749 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-27 15:36:30,749 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-08-27 15:36:30,749 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-27 15:36:30,749 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-08-27 15:36:30,749 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe 2018-08-27 15:36:30,800 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:30,800 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:30,800 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:30,800 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:30,801 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:30,801 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:30,801 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:30,801 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"} 2018-08-27 15:36:30,801 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:30,801 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:30 GMT 2018-08-27 15:36:30,801 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:30,801 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-27 15:36:30,801 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:35,802 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:36:35,859 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:35,860 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:35,860 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:35,860 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:35,860 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:35,860 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:35,860 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:35,860 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:32.840Z", "message": "Task succeeded 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:32.840Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_port_5p1m7t", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:33.881Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:33.881Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_port_5p1m7t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:33.881Z", "message": "Creating node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:33.881Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_port_86kw54", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:33.881Z", "message": "Creating node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:33.881Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_port_86kw54", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:34.457Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:34.457Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_port_5p1m7t", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:34.457Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:34.457Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_port_86kw54", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:34.457Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:34.457Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}], "metadata": {"pagination": {"total": 101, "offset": 93, "size": 50}}} 2018-08-27 15:36:35,860 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:35,860 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:35 GMT 2018-08-27 15:36:35,860 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:35,860 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3535 2018-08-27 15:36:35,860 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:35,860 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-08-27 15:36:35,860 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-08-27 15:36:35,861 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-27 15:36:35,861 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-27 15:36:35,861 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-08-27 15:36:35,861 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-08-27 15:36:35,861 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-08-27 15:36:35,861 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe 2018-08-27 15:36:35,910 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:35,910 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:35,910 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:35,910 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:35,910 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:35,910 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:35,910 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:35,910 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"} 2018-08-27 15:36:35,911 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:35,911 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:35 GMT 2018-08-27 15:36:35,911 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:35,911 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-27 15:36:35,911 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:40,916 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:36:40,987 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:40,988 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:40,988 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:40,988 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:40,988 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:40,988 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:40,988 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:40,988 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_port_5p1m7t", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:37.033Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:37.033Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_port_86kw54", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:37.474Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:37.474Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_port_86kw54", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:38.478Z", "message": "Configuring node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:38.478Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_port_5p1m7t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:38.478Z", "message": "Configuring node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:38.478Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_port_86kw54", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:39.482Z", "message": "Starting node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:39.482Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_port_5p1m7t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:39.482Z", "message": "Starting node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:39.482Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:40.487Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:40.487Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:40.487Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:40.487Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}], "metadata": {"pagination": {"total": 111, "offset": 100, "size": 50}}} 2018-08-27 15:36:40,989 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:40,989 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:40 GMT 2018-08-27 15:36:40,989 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:40,989 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3948 2018-08-27 15:36:40,989 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:40,990 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-08-27 15:36:40,990 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-08-27 15:36:40,990 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-27 15:36:40,990 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-27 15:36:40,991 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-27 15:36:40,991 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-27 15:36:40,991 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-08-27 15:36:40,991 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-08-27 15:36:40,991 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe 2018-08-27 15:36:41,045 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:41,045 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:41,046 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:41,046 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:41,046 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:41,046 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:41,046 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:41,046 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"} 2018-08-27 15:36:41,046 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:41,046 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:41 GMT 2018-08-27 15:36:41,046 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:41,047 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-27 15:36:41,047 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:46,052 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:36:46,117 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:46,118 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:46,118 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:46,118 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:46,118 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:46,118 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:46,118 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:46,118 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:41.025Z", "message": "connect_security_group(): source_id=a7fb2697-b83b-4c04-a346-a48a5a39f534 target={u'external_id': u'c0d5a7d5-3b29-47e8-adf8-01c5e8bc9a29', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:41.025Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "803f40a1-5024-4519-a68e-62831ed58daf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:41.968Z", "message": "connect_security_group(): source_id=12c95d33-566f-42ac-bae2-eb0ae9a41338 target={u'external_id': u'c0d5a7d5-3b29-47e8-adf8-01c5e8bc9a29', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:41.968Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "c7e16cde-b7ea-42cf-8e7e-a437e9bf35c6"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:42.126Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:42.126Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:42.498Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:42.498Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:42.498Z", "message": "Task started 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:42.498Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:42.498Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:42.498Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:43.504Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:43.504Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:43.504Z", "message": "Task started 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:43.504Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:45.357Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:45.357Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}], "metadata": {"pagination": {"total": 120, "offset": 108, "size": 50}}} 2018-08-27 15:36:46,119 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:46,119 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:46 GMT 2018-08-27 15:36:46,119 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:46,119 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5024 2018-08-27 15:36:46,119 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:46,119 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=a7fb2697-b83b-4c04-a346-a48a5a39f534 target={u'external_id': u'c0d5a7d5-3b29-47e8-adf8-01c5e8bc9a29', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-08-27 15:36:46,120 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=12c95d33-566f-42ac-bae2-eb0ae9a41338 target={u'external_id': u'c0d5a7d5-3b29-47e8-adf8-01c5e8bc9a29', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-08-27 15:36:46,120 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-08-27 15:36:46,120 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-08-27 15:36:46,120 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-08-27 15:36:46,120 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-08-27 15:36:46,121 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-08-27 15:36:46,121 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-08-27 15:36:46,121 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-08-27 15:36:46,121 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe 2018-08-27 15:36:46,173 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:46,174 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:46,174 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:46,174 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:46,174 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:46,174 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:46,174 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:46,174 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"} 2018-08-27 15:36:46,174 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:46,175 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:46 GMT 2018-08-27 15:36:46,175 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:46,175 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-27 15:36:46,175 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:51,179 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:36:51,243 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:51,243 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:51,243 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:51,244 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:51,244 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:51,244 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:51,244 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:51,244 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:46.371Z", "message": "Creating node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:46.371Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_host_sywdtr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:46.371Z", "message": "Creating node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:46.371Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:46.371Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:46.371Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_host_sywdtr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:46.371Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:46.371Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:46.371Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:46.371Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:46.371Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:46.371Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_host_sywdtr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:46.513Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:46.513Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_host_ck0vez", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:46.588Z", "message": "Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'a7fb2697-b83b-4c04-a346-a48a5a39f534', u'fixed_ip_address': u'11.0.0.9', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:ac:b5:55'}, {u'external_id': u'0a74b0f6-c8d5-4be4-a2a4-772328230272', u'fixed_ip_address': u'12.0.0.19', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:be:74:fc'}]", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:46.588Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "0b24bf34-7da8-4ffb-88c3-368b7cf294cf"}, {"node_instance_id": "reference_vnf_host_ck0vez", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:46.976Z", "message": "server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:46.976Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "0b24bf34-7da8-4ffb-88c3-368b7cf294cf"}, {"node_instance_id": "target_vnf_host_sywdtr", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:47.981Z", "message": "Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'12c95d33-566f-42ac-bae2-eb0ae9a41338', u'fixed_ip_address': u'11.0.0.7', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:fc:4e:70'}, {u'external_id': u'7589b788-550f-4c4f-98cb-44c45a2f6c69', u'fixed_ip_address': u'12.0.0.4', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:3c:43:8c'}]", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:47.981Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "efd33a30-3b92-40bf-ad18-5774d69d11b9"}, {"node_instance_id": "target_vnf_host_sywdtr", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:47.981Z", "message": "server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:47.981Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "efd33a30-3b92-40bf-ad18-5774d69d11b9"}, {"node_instance_id": "reference_vnf_host_ck0vez", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:50.514Z", "message": "server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'12039c79-ecd5-4982-9a1f-d43c26a77719', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ab29e2e5-5c93-4abf-9ea2-079eb0ddbbe1'}, 'nics': [{'port-id': u'a7fb2697-b83b-4c04-a346-a48a5a39f534'}, {'port-id': u'0a74b0f6-c8d5-4be4-a2a4-772328230272'}], 'flavor': u'8922badf-a985-4e66-8a4b-4f38de6da839'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:50.514Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "0b24bf34-7da8-4ffb-88c3-368b7cf294cf"}, {"node_instance_id": "reference_vnf_host_ck0vez", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:50.986Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:50.986Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "0b24bf34-7da8-4ffb-88c3-368b7cf294cf"}, {"node_instance_id": "reference_vnf_host_ck0vez", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:50.986Z", "message": "Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'12039c79-ecd5-4982-9a1f-d43c26a77719', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ab29e2e5-5c93-4abf-9ea2-079eb0ddbbe1'}, 'nics': [{'port-id': u'a7fb2697-b83b-4c04-a346-a48a5a39f534'}, {'port-id': u'0a74b0f6-c8d5-4be4-a2a4-772328230272'}], 'flavor': u'8922badf-a985-4e66-8a4b-4f38de6da839'}", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:50.986Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "0b24bf34-7da8-4ffb-88c3-368b7cf294cf"}], "metadata": {"pagination": {"total": 134, "offset": 117, "size": 50}}} 2018-08-27 15:36:51,244 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:51,244 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:51 GMT 2018-08-27 15:36:51,244 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:51,244 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9380 2018-08-27 15:36:51,245 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:51,245 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-27 15:36:51,245 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-27 15:36:51,245 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-27 15:36:51,245 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-27 15:36:51,246 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-08-27 15:36:51,246 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-08-27 15:36:51,246 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-08-27 15:36:51,246 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'a7fb2697-b83b-4c04-a346-a48a5a39f534', u'fixed_ip_address': u'11.0.0.9', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:ac:b5:55'}, {u'external_id': u'0a74b0f6-c8d5-4be4-a2a4-772328230272', u'fixed_ip_address': u'12.0.0.19', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:be:74:fc'}] 2018-08-27 15:36:51,246 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'} 2018-08-27 15:36:51,246 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'12c95d33-566f-42ac-bae2-eb0ae9a41338', u'fixed_ip_address': u'11.0.0.7', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:fc:4e:70'}, {u'external_id': u'7589b788-550f-4c4f-98cb-44c45a2f6c69', u'fixed_ip_address': u'12.0.0.4', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:3c:43:8c'}] 2018-08-27 15:36:51,246 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'} 2018-08-27 15:36:51,247 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'12039c79-ecd5-4982-9a1f-d43c26a77719', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ab29e2e5-5c93-4abf-9ea2-079eb0ddbbe1'}, 'nics': [{'port-id': u'a7fb2697-b83b-4c04-a346-a48a5a39f534'}, {'port-id': u'0a74b0f6-c8d5-4be4-a2a4-772328230272'}], 'flavor': u'8922badf-a985-4e66-8a4b-4f38de6da839'} 2018-08-27 15:36:51,247 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-27 15:36:51,247 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'12039c79-ecd5-4982-9a1f-d43c26a77719', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ab29e2e5-5c93-4abf-9ea2-079eb0ddbbe1'}, 'nics': [{'port-id': u'a7fb2697-b83b-4c04-a346-a48a5a39f534'}, {'port-id': u'0a74b0f6-c8d5-4be4-a2a4-772328230272'}], 'flavor': u'8922badf-a985-4e66-8a4b-4f38de6da839'} 2018-08-27 15:36:51,247 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe 2018-08-27 15:36:51,298 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:51,298 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:51,298 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:51,298 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:51,298 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:51,298 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:51,298 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:51,298 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"} 2018-08-27 15:36:51,299 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:51,299 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:51 GMT 2018-08-27 15:36:51,299 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:51,299 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-27 15:36:51,299 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:56,301 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:36:56,362 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:56,362 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:56,362 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:56,362 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:56,362 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:56,362 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:56,362 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:56,362 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_sywdtr", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:51.990Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:51.990Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "efd33a30-3b92-40bf-ad18-5774d69d11b9"}, {"node_instance_id": "target_vnf_host_sywdtr", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:51.990Z", "message": "Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'12039c79-ecd5-4982-9a1f-d43c26a77719', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ab29e2e5-5c93-4abf-9ea2-079eb0ddbbe1'}, 'nics': [{'port-id': u'12c95d33-566f-42ac-bae2-eb0ae9a41338'}, {'port-id': u'7589b788-550f-4c4f-98cb-44c45a2f6c69'}], 'flavor': u'8922badf-a985-4e66-8a4b-4f38de6da839'}", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:51.990Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "efd33a30-3b92-40bf-ad18-5774d69d11b9"}, {"node_instance_id": "target_vnf_host_sywdtr", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:51.990Z", "message": "server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'12039c79-ecd5-4982-9a1f-d43c26a77719', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ab29e2e5-5c93-4abf-9ea2-079eb0ddbbe1'}, 'nics': [{'port-id': u'12c95d33-566f-42ac-bae2-eb0ae9a41338'}, {'port-id': u'7589b788-550f-4c4f-98cb-44c45a2f6c69'}], 'flavor': u'8922badf-a985-4e66-8a4b-4f38de6da839'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:51.990Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe", "logger": "efd33a30-3b92-40bf-ad18-5774d69d11b9"}, {"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:55.239Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:55.239Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}], "metadata": {"pagination": {"total": 138, "offset": 131, "size": 50}}} 2018-08-27 15:36:56,362 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:56,362 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:56 GMT 2018-08-27 15:36:56,363 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:56,363 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3124 2018-08-27 15:36:56,363 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:36:56,363 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-27 15:36:56,363 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'12039c79-ecd5-4982-9a1f-d43c26a77719', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ab29e2e5-5c93-4abf-9ea2-079eb0ddbbe1'}, 'nics': [{'port-id': u'12c95d33-566f-42ac-bae2-eb0ae9a41338'}, {'port-id': u'7589b788-550f-4c4f-98cb-44c45a2f6c69'}], 'flavor': u'8922badf-a985-4e66-8a4b-4f38de6da839'} 2018-08-27 15:36:56,363 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'12039c79-ecd5-4982-9a1f-d43c26a77719', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ab29e2e5-5c93-4abf-9ea2-079eb0ddbbe1'}, 'nics': [{'port-id': u'12c95d33-566f-42ac-bae2-eb0ae9a41338'}, {'port-id': u'7589b788-550f-4c4f-98cb-44c45a2f6c69'}], 'flavor': u'8922badf-a985-4e66-8a4b-4f38de6da839'} 2018-08-27 15:36:56,363 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-27 15:36:56,363 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe 2018-08-27 15:36:56,414 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:36:56,415 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:36:56,415 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:36:56,415 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:36:56,415 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:36:56,415 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:36:56,415 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:36:56,415 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"} 2018-08-27 15:36:56,415 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:36:56,415 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:36:56 GMT 2018-08-27 15:36:56,415 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:36:56,415 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-27 15:36:56,415 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:01,421 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:37:01,485 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:01,486 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:01,486 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:01,486 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:01,486 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:01,486 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:01,486 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:01,486 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:56.377Z", "message": "Configuring node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:56.377Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:56.377Z", "message": "Starting node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:56.377Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_host_sywdtr", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:56.377Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:56.377Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:56.541Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:56.541Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_host_sywdtr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:57.551Z", "message": "Configuring node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:57.551Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_host_sywdtr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:57.551Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:57.551Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_host_sywdtr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:57.551Z", "message": "Starting node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:57.551Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:57.551Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:57.551Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_host_sywdtr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:57.551Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:36:57.551Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:58.689Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:scheduling state. Retrying... [retry_after=30]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:scheduling state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:scheduling state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:36:58.689Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_host_sywdtr", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:36:59.787Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:networking state. Retrying... [retry_after=30]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:networking state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:networking state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:36:59.787Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}], "metadata": {"pagination": {"total": 149, "offset": 135, "size": 50}}} 2018-08-27 15:37:01,486 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:01,487 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:01 GMT 2018-08-27 15:37:01,487 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:01,487 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6718 2018-08-27 15:37:01,487 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:01,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-27 15:37:01,488 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-27 15:37:01,488 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-27 15:37:01,488 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-27 15:37:01,488 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-27 15:37:01,488 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-27 15:37:01,489 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-27 15:37:01,489 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-08-27 15:37:01,489 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-08-27 15:37:01,489 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:scheduling state. Retrying... [retry_after=30] 2018-08-27 15:37:01,489 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:networking state. Retrying... [retry_after=30] 2018-08-27 15:37:01,489 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe 2018-08-27 15:37:01,545 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:01,545 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:01,545 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:01,545 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:01,545 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:01,546 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:01,546 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:01,546 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"} 2018-08-27 15:37:01,546 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:01,546 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:01 GMT 2018-08-27 15:37:01,546 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:01,546 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-27 15:37:01,546 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:06,549 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:37:06,613 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:06,613 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:06,613 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:06,613 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:06,613 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:06,613 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:06,613 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:06,614 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 146, "size": 50}}} 2018-08-27 15:37:06,614 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:06,614 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:06 GMT 2018-08-27 15:37:06,614 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:06,614 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:37:06,614 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:06,614 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe 2018-08-27 15:37:06,667 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:06,668 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:06,668 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:06,668 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:06,668 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:06,668 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:06,668 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:06,668 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"} 2018-08-27 15:37:06,668 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:06,668 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:06 GMT 2018-08-27 15:37:06,669 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:06,669 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-27 15:37:06,669 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:11,674 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:37:11,744 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:11,744 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:11,744 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:11,744 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:11,744 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:11,745 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:11,745 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:11,745 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 146, "size": 50}}} 2018-08-27 15:37:11,745 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:11,745 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:11 GMT 2018-08-27 15:37:11,745 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:11,745 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:37:11,746 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:11,746 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe 2018-08-27 15:37:11,807 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:11,807 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:11,807 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:11,807 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:11,807 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:11,807 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:11,807 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:11,808 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"} 2018-08-27 15:37:11,808 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:11,808 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:11 GMT 2018-08-27 15:37:11,808 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:11,808 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-27 15:37:11,808 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:16,813 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:37:16,884 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:16,885 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:16,885 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:16,885 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:16,885 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:16,885 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:16,885 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:16,885 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 146, "size": 50}}} 2018-08-27 15:37:16,885 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:16,885 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:16 GMT 2018-08-27 15:37:16,886 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:16,886 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:37:16,886 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:16,886 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe 2018-08-27 15:37:16,959 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:16,959 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:16,959 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:16,959 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:16,960 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:16,960 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:16,960 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:16,960 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"} 2018-08-27 15:37:16,960 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:16,960 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:16 GMT 2018-08-27 15:37:16,960 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:16,960 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-27 15:37:16,960 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:21,966 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:37:22,031 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:22,031 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:22,032 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:22,032 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:22,032 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:22,032 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:22,032 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:22,032 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 146, "size": 50}}} 2018-08-27 15:37:22,032 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:22,032 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:22 GMT 2018-08-27 15:37:22,032 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:22,033 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:37:22,033 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:22,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe 2018-08-27 15:37:22,088 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:22,088 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:22,088 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:22,088 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:22,088 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:22,089 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:22,089 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:22,089 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"} 2018-08-27 15:37:22,089 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:22,089 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:22 GMT 2018-08-27 15:37:22,089 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:22,089 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-27 15:37:22,089 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:27,095 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:37:27,164 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:27,164 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:27,165 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:27,165 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:27,165 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:27,165 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:27,165 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:27,165 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 146, "size": 50}}} 2018-08-27 15:37:27,165 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:27,165 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:27 GMT 2018-08-27 15:37:27,165 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:27,166 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:37:27,166 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:27,166 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe 2018-08-27 15:37:27,225 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:27,225 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:27,225 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:27,225 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:27,226 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:27,226 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:27,226 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:27,226 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"} 2018-08-27 15:37:27,226 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:27,226 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:27 GMT 2018-08-27 15:37:27,226 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:27,226 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-27 15:37:27,226 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:32,232 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:37:32,293 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:32,294 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:32,294 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:32,294 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:32,294 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:32,294 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:32,294 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:32,294 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:28.699Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:28.699Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:29.564Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:29.564Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_host_sywdtr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:30.568Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:30.568Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "target_vnf_host_sywdtr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:30.568Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:30.568Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": null, "event_type": "workflow_failed", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:31.573Z", "message": "'install' workflow execution failed: RuntimeError: Workflow failed: Task failed 'nova_plugin.server.start' -> Unexpected server state ERROR:None", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:31.573Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}, {"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:31.573Z", "message": "Task failed 'nova_plugin.server.start' -> Unexpected server state ERROR:None [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Unexpected server state ERROR:None", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 413, in start\n server_task_state))\nNonRecoverableError: Unexpected server state ERROR:None\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T15:37:31.573Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}], "metadata": {"pagination": {"total": 155, "offset": 146, "size": 50}}} 2018-08-27 15:37:32,294 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:32,294 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:32 GMT 2018-08-27 15:37:32,295 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:32,295 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4019 2018-08-27 15:37:32,295 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:32,295 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-27 15:37:32,295 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-27 15:37:32,296 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-27 15:37:32,296 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-27 15:37:32,296 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution failed: RuntimeError: Workflow failed: Task failed 'nova_plugin.server.start' -> Unexpected server state ERROR:None 2018-08-27 15:37:32,296 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.start' -> Unexpected server state ERROR:None [retry 1/60] 2018-08-27 15:37:32,296 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe 2018-08-27 15:37:32,347 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:32,347 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:32,347 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:32,347 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:32,347 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:32,348 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:32,348 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:32,348 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "failed", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 502, in _remote_workflow_child_thread\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 533, in _execute_workflow_function\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/workflows.py\", line 27, in install\n node_instances=set(ctx.node_instances))\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 28, in install_node_instances\n processor.install()\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 93, in install\n graph_finisher_func=self._finish_install)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 114, in _process_node_instances\n self.graph.execute()\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py\", line 133, in execute\n self._handle_terminated_task(task)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py\", line 207, in _handle_terminated_task\n raise RuntimeError(message)\nRuntimeError: Workflow failed: Task failed 'nova_plugin.server.start' -> Unexpected server state ERROR:None\n", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"} 2018-08-27 15:37:32,348 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:32,348 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:32 GMT 2018-08-27 15:37:32,348 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:32,348 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1672 2018-08-27 15:37:32,348 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:32,349 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - {u'status': u'failed', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'vrouter-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-08-27T15:36:04.759Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'Traceback (most recent call last):\n File "/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py", line 502, in _remote_workflow_child_thread\n File "/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py", line 533, in _execute_workflow_function\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/workflows.py", line 27, in install\n node_instances=set(ctx.node_instances))\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py", line 28, in install_node_instances\n processor.install()\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py", line 93, in install\n graph_finisher_func=self._finish_install)\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py", line 114, in _process_node_instances\n self.graph.execute()\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py", line 133, in execute\n self._handle_terminated_task(task)\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py", line 207, in _handle_terminated_task\n raise RuntimeError(message)\nRuntimeError: Workflow failed: Task failed \'nova_plugin.server.start\' -> Unexpected server state ERROR:None\n', u'deployment_id': u'vrouter-opnfv', u'id': u'9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe'} 2018-08-27 15:37:32,470 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 15:37:32,471 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 07:46 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-27 15:37:32,476 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-08-27 15:37:32,476 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions 2018-08-27 15:37:32,535 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:32,536 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:32,536 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:32,536 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:32,536 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:32,536 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:32,536 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:32,536 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "terminated", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-27T15:35:28.255Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "b9590b56-a422-4411-825c-2f25f1d7cc98"}, {"status": "failed", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:36:04.759Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 502, in _remote_workflow_child_thread\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 533, in _execute_workflow_function\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/workflows.py\", line 27, in install\n node_instances=set(ctx.node_instances))\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 28, in install_node_instances\n processor.install()\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 93, in install\n graph_finisher_func=self._finish_install)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 114, in _process_node_instances\n self.graph.execute()\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py\", line 133, in execute\n self._handle_terminated_task(task)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py\", line 207, in _handle_terminated_task\n raise RuntimeError(message)\nRuntimeError: Workflow failed: Task failed 'nova_plugin.server.start' -> Unexpected server state ERROR:None\n", "deployment_id": "vrouter-opnfv", "id": "9ca47056-aa3e-4cd4-a53f-e6ed58d56ebe"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-08-27 15:37:32,537 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:32,537 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:32 GMT 2018-08-27 15:37:32,537 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:32,537 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7687 2018-08-27 15:37:32,537 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:32,538 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.204: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 15:37:32,695 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:32,696 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:32,696 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:32,696 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:32,696 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:32,696 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:32,696 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:32,696 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-08-27 15:37:32,696 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:37:32,697 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:32,697 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:32 GMT 2018-08-27 15:37:32,697 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:32,697 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:37:32,697 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:32,697 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:37:32,796 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:32,796 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:32,796 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:32,796 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:32,796 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:32,796 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:32,796 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:32,796 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-27 15:37:32,797 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:32,797 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:32 GMT 2018-08-27 15:37:32,797 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:32,797 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-27 15:37:32,797 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:32,797 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:37:32,852 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:32,852 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:32,852 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:32,853 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:32,853 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:32,853 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:32,853 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:32,853 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:37:32,853 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:32,853 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:32 GMT 2018-08-27 15:37:32,853 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:32,853 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:37:32,853 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:37,859 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:37:37,921 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:37,921 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:37,921 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:37,921 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:37,921 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:37,921 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:37,921 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:37,921 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:33.247Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:33.247Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "target_vnf_host_sywdtr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:34.279Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:34.279Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:34.279Z", "message": "Stopping node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:34.279Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "target_vnf_host_sywdtr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:34.279Z", "message": "Stopping node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:34.279Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "target_vnf_host_sywdtr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:34.279Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:34.279Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:34.645Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:34.645Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:34.645Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:34.645Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:36.602Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 07df0351-e429-4dd1-986e-112257ce2bc8 is not ready [status_code=409]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 07df0351-e429-4dd1-986e-112257ce2bc8 is not ready [status_code=409]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 432, in stop\n nova_client.servers.stop(server)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1060, in stop\n resp, body = self._action_return_resp_and_body('os-stop', server, None)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Instance 07df0351-e429-4dd1-986e-112257ce2bc8 is not ready [status_code=409]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T15:37:36.602Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:37.737Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:37.737Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "target_vnf_host_sywdtr", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:37.737Z", "message": "Task failed 'nova_plugin.server.stop' -> Cannot 'stop' instance 07c7ed64-d723-4c59-a361-6da0495cf188 while it is in vm_state building [status_code=409]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Cannot 'stop' instance 07c7ed64-d723-4c59-a361-6da0495cf188 while it is in vm_state building [status_code=409]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 432, in stop\n nova_client.servers.stop(server)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1060, in stop\n resp, body = self._action_return_resp_and_body('os-stop', server, None)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Cannot 'stop' instance 07c7ed64-d723-4c59-a361-6da0495cf188 while it is in vm_state building [status_code=409]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-27T15:37:37.737Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:37.737Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:37.737Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 13, "offset": 0, "size": 50}}} 2018-08-27 15:37:37,922 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:37,922 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:37 GMT 2018-08-27 15:37:37,922 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:37,922 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9581 2018-08-27 15:37:37,922 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:37,923 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'uninstall' workflow execution 2018-08-27 15:37:37,923 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-27 15:37:37,923 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-27 15:37:37,923 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-27 15:37:37,923 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-27 15:37:37,924 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-27 15:37:37,924 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-27 15:37:37,924 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 07df0351-e429-4dd1-986e-112257ce2bc8 is not ready [status_code=409] 2018-08-27 15:37:37,924 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-08-27 15:37:37,924 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Cannot 'stop' instance 07c7ed64-d723-4c59-a361-6da0495cf188 while it is in vm_state building [status_code=409] 2018-08-27 15:37:37,924 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-08-27 15:37:37,925 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:37:38,024 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:38,024 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:38,024 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:38,024 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:38,024 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:38,024 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:38,025 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:38,025 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:37:38,025 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:38,025 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:38 GMT 2018-08-27 15:37:38,025 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:38,025 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:37:38,025 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:43,031 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:37:43,105 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:43,106 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:43,106 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:43,106 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:43,106 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:43,106 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:43,106 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:43,106 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:39.187Z", "message": "Detaching port 0a74b0f6-c8d5-4be4-a2a4-772328230272...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:39.187Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318", "logger": "30a87c3f-3052-4b1f-bef2-4618b08e7005"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:39.390Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:37:39.390Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:39.742Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:39.742Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:40.101Z", "message": "Successfully detached port 0a74b0f6-c8d5-4be4-a2a4-772328230272", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:40.101Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318", "logger": "30a87c3f-3052-4b1f-bef2-4618b08e7005"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:40.746Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:40.746Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:40.746Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:40.746Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:41.940Z", "message": "Detaching port a7fb2697-b83b-4c04-a346-a48a5a39f534...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:41.940Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318", "logger": "a16f6693-dad6-4707-9c0d-ad7755cbe48d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:42.825Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:42.825Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 21, "offset": 11, "size": 50}}} 2018-08-27 15:37:43,106 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:43,106 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:43 GMT 2018-08-27 15:37:43,107 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:43,107 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4827 2018-08-27 15:37:43,107 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:43,107 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 0a74b0f6-c8d5-4be4-a2a4-772328230272... 2018-08-27 15:37:43,107 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] 2018-08-27 15:37:43,108 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-08-27 15:37:43,108 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 0a74b0f6-c8d5-4be4-a2a4-772328230272 2018-08-27 15:37:43,108 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-08-27 15:37:43,108 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-08-27 15:37:43,108 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port a7fb2697-b83b-4c04-a346-a48a5a39f534... 2018-08-27 15:37:43,109 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-08-27 15:37:43,109 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:37:43,165 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:43,165 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:43,166 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:43,166 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:43,166 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:43,166 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:43,166 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:43,166 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:37:43,166 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:43,166 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:43 GMT 2018-08-27 15:37:43,166 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:43,167 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:37:43,167 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:48,172 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:37:48,240 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:48,240 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:48,240 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:48,240 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:48,240 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:48,241 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:48,241 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:48,241 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:43.108Z", "message": "Successfully detached port a7fb2697-b83b-4c04-a346-a48a5a39f534", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:43.108Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318", "logger": "a16f6693-dad6-4707-9c0d-ad7755cbe48d"}, {"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:43.752Z", "message": "Deleting node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:43.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:43.752Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:43.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:43.752Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:43.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_host_ck0vez", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:44.112Z", "message": "deleting server", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:44.112Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318", "logger": "82a53e85-8aa7-4552-92d0-72814b57804d"}, {"node_instance_id": "reference_vnf_host_ck0vez", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:46.980Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:46.980Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_data_plane_port_cj21ai", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:47.776Z", "message": "Stopping node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:47.776Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_port_5p1m7t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:47.776Z", "message": "Stopping node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:47.776Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 29, "offset": 19, "size": 50}}} 2018-08-27 15:37:48,241 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:48,241 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:48 GMT 2018-08-27 15:37:48,241 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:48,241 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4098 2018-08-27 15:37:48,241 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:48,242 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port a7fb2697-b83b-4c04-a346-a48a5a39f534 2018-08-27 15:37:48,242 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-27 15:37:48,242 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-27 15:37:48,242 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-27 15:37:48,242 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-08-27 15:37:48,243 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-27 15:37:48,243 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-27 15:37:48,243 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-27 15:37:48,243 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:37:48,303 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:48,303 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:48,303 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:48,303 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:48,303 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:48,303 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:48,303 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:48,303 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:37:48,303 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:48,304 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:48 GMT 2018-08-27 15:37:48,304 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:48,304 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:37:48,304 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:53,309 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:37:53,379 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:53,379 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:53,380 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:53,380 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:53,380 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:53,380 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:53,380 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:53,380 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_data_plane_port_cj21ai", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:48.791Z", "message": "Deleting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:48.791Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:48.791Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:48.791Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_data_plane_port_cj21ai", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:48.791Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:48.791Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:48.791Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:48.791Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_data_plane_port_cj21ai", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:48.791Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:48.791Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_data_plane_port_cj21ai", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:49.261Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:49.261Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318", "logger": "a7f850b8-4940-443b-b603-a9b74a42a85f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:49.795Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 1/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:49.795Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:49.795Z", "message": "Task started 'neutron_plugin.port.detach' [retry 1/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:49.795Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:50.798Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:50.798Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_port_5p1m7t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:51.821Z", "message": "Deleting node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:51.821Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_port_5p1m7t", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:51.821Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:51.821Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:51.821Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 1/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:37:51.821Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_port_5p1m7t", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:51.821Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:51.821Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_data_plane_port_cj21ai", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:51.821Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:51.821Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_port_5p1m7t", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:51.981Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:51.981Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318", "logger": "42b7405b-dfea-4bf9-b9bf-2491588dd598"}], "metadata": {"pagination": {"total": 44, "offset": 27, "size": 50}}} 2018-08-27 15:37:53,380 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:53,381 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:53 GMT 2018-08-27 15:37:53,381 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:53,381 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8429 2018-08-27 15:37:53,381 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:53,381 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-27 15:37:53,382 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-08-27 15:37:53,382 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-08-27 15:37:53,382 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-08-27 15:37:53,382 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-08-27 15:37:53,382 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-08-27 15:37:53,383 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 1/60] 2018-08-27 15:37:53,383 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 1/60] 2018-08-27 15:37:53,383 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-08-27 15:37:53,383 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-27 15:37:53,383 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-08-27 15:37:53,383 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 1/60] 2018-08-27 15:37:53,384 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-08-27 15:37:53,384 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-08-27 15:37:53,384 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-08-27 15:37:53,384 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:37:53,450 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:53,451 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:53,451 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:53,451 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:53,451 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:53,451 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:53,451 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:53,451 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:37:53,451 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:53,452 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:53 GMT 2018-08-27 15:37:53,452 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:53,452 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:37:53,452 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:58,453 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:37:58,515 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:58,516 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:58,516 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:58,516 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:58,516 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:58,516 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:58,516 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:58,516 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_port_5p1m7t", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:53.416Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:53.416Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_ip_dpag2z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:53.826Z", "message": "Stopping node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:53.826Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_ip_dpag2z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:54.830Z", "message": "Deleting node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:54.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_ip_dpag2z", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:54.830Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:54.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_ip_dpag2z", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:54.830Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:54.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": "reference_vnf_ip_dpag2z", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:55.026Z", "message": "deleting floatingip", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:55.026Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318", "logger": "4df7eead-23dd-49ff-aceb-076cda00fc4d"}, {"node_instance_id": "reference_vnf_ip_dpag2z", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:37:56.666Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:37:56.666Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 51, "offset": 42, "size": 50}}} 2018-08-27 15:37:58,516 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:58,516 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:58 GMT 2018-08-27 15:37:58,517 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:58,517 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3590 2018-08-27 15:37:58,517 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:37:58,517 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-08-27 15:37:58,517 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-27 15:37:58,518 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-27 15:37:58,518 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-08-27 15:37:58,518 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-08-27 15:37:58,518 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-08-27 15:37:58,518 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-08-27 15:37:58,519 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:37:58,569 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:37:58,569 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:37:58,570 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:37:58,570 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:37:58,570 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:37:58,570 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:37:58,570 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:37:58,570 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:37:58,570 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:37:58,570 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:37:58 GMT 2018-08-27 15:37:58,570 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:37:58,571 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:37:58,571 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:03,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:38:03,643 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:03,643 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:03,643 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:03,644 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:03,644 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:03,644 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:03,644 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:03,644 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:38:01.604Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 2/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:38:01.604Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:38:01.837Z", "message": "Task started 'neutron_plugin.port.detach' [retry 2/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:38:01.837Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:38:03.532Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 2/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:38:03.532Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 54, "offset": 49, "size": 50}}} 2018-08-27 15:38:03,644 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:03,644 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:03 GMT 2018-08-27 15:38:03,644 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:03,645 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2260 2018-08-27 15:38:03,645 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:03,645 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 2/60] 2018-08-27 15:38:03,645 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 2/60] 2018-08-27 15:38:03,645 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 2/60] 2018-08-27 15:38:03,646 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:38:03,701 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:03,701 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:03,701 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:03,701 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:03,701 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:03,702 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:03,702 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:03,702 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:38:03,702 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:03,702 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:03 GMT 2018-08-27 15:38:03,702 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:03,702 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:38:03,702 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:08,708 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:38:08,769 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:08,770 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:08,770 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:08,770 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:08,770 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:08,770 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:08,770 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:08,770 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 54, "offset": 52, "size": 50}}} 2018-08-27 15:38:08,771 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:08,771 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:08 GMT 2018-08-27 15:38:08,771 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:08,771 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:38:08,771 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:08,771 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:38:08,822 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:08,822 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:08,822 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:08,822 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:08,822 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:08,823 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:08,823 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:08,823 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:38:08,823 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:08,823 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:08 GMT 2018-08-27 15:38:08,823 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:08,823 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:38:08,823 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:13,829 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:38:13,893 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:13,893 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:13,893 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:13,893 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:13,893 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:13,893 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:13,893 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:13,894 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:38:13.605Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 3/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:38:13.605Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:38:13.871Z", "message": "Task started 'neutron_plugin.port.detach' [retry 3/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:38:13.871Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 56, "offset": 52, "size": 50}}} 2018-08-27 15:38:13,894 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:13,894 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:13 GMT 2018-08-27 15:38:13,894 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:13,894 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1084 2018-08-27 15:38:13,894 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:13,894 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 3/60] 2018-08-27 15:38:13,895 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 3/60] 2018-08-27 15:38:13,895 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:38:13,950 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:13,950 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:13,950 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:13,950 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:13,950 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:13,950 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:13,950 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:13,950 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:38:13,951 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:13,951 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:13 GMT 2018-08-27 15:38:13,951 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:13,951 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:38:13,951 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:18,956 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:38:19,025 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:19,025 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:19,025 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:19,025 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:19,025 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:19,025 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:19,025 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:19,026 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:38:15.645Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 3/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:38:15.645Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 57, "offset": 54, "size": 50}}} 2018-08-27 15:38:19,026 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:19,026 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:19 GMT 2018-08-27 15:38:19,026 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:19,026 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1256 2018-08-27 15:38:19,026 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:19,026 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 3/60] 2018-08-27 15:38:19,027 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:38:19,082 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:19,082 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:19,082 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:19,082 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:19,082 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:19,082 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:19,082 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:19,082 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:38:19,083 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:19,083 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:19 GMT 2018-08-27 15:38:19,083 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:19,083 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:38:19,083 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:24,088 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:38:24,154 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:24,154 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:24,154 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:24,154 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:24,154 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:24,154 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:24,154 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:24,155 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 57, "offset": 55, "size": 50}}} 2018-08-27 15:38:24,155 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:24,155 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:24 GMT 2018-08-27 15:38:24,155 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:24,155 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:38:24,155 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:24,155 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:38:24,211 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:24,211 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:24,211 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:24,211 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:24,211 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:24,212 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:24,212 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:24,212 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:38:24,212 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:24,212 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:24 GMT 2018-08-27 15:38:24,212 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:24,212 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:38:24,212 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:29,218 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:38:29,292 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:29,292 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:29,293 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:29,293 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:29,293 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:29,293 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:29,293 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:29,293 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:38:25.718Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 4/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:38:25.718Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:38:25.896Z", "message": "Task started 'neutron_plugin.port.detach' [retry 4/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:38:25.896Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:38:27.645Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 4/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:38:27.645Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 60, "offset": 55, "size": 50}}} 2018-08-27 15:38:29,293 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:29,293 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:29 GMT 2018-08-27 15:38:29,293 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:29,294 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2260 2018-08-27 15:38:29,294 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:29,294 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 4/60] 2018-08-27 15:38:29,294 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 4/60] 2018-08-27 15:38:29,294 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 4/60] 2018-08-27 15:38:29,295 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:38:29,349 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:29,349 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:29,350 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:29,350 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:29,350 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:29,350 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:29,350 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:29,350 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:38:29,350 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:29,350 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:29 GMT 2018-08-27 15:38:29,351 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:29,351 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:38:29,351 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:34,351 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:38:34,413 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:34,413 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:34,413 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:34,413 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:34,414 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:34,414 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:34,414 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:34,414 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 60, "offset": 58, "size": 50}}} 2018-08-27 15:38:34,414 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:34,414 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:34 GMT 2018-08-27 15:38:34,414 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:34,414 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:38:34,414 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:34,414 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:38:34,465 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:34,465 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:34,465 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:34,465 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:34,465 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:34,465 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:34,465 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:34,466 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:38:34,466 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:34,466 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:34 GMT 2018-08-27 15:38:34,466 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:34,466 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:38:34,466 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:39,471 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:38:39,544 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:39,544 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:39,544 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:39,544 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:39,544 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:39,545 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:39,545 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:39,545 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:38:37.719Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 5/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:38:37.719Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:38:37.903Z", "message": "Task started 'neutron_plugin.port.detach' [retry 5/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:38:37.903Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 62, "offset": 58, "size": 50}}} 2018-08-27 15:38:39,545 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:39,545 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:39 GMT 2018-08-27 15:38:39,545 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:39,545 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1084 2018-08-27 15:38:39,546 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:39,546 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 5/60] 2018-08-27 15:38:39,546 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 5/60] 2018-08-27 15:38:39,546 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:38:39,601 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:39,601 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:39,602 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:39,602 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:39,602 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:39,602 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:39,602 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:39,602 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:38:39,602 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:39,602 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:39 GMT 2018-08-27 15:38:39,602 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:39,602 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:38:39,602 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:44,608 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:38:44,674 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:44,674 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:44,675 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:44,675 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:44,675 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:44,675 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:44,675 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:44,675 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:38:39.856Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 5/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:38:39.856Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 63, "offset": 60, "size": 50}}} 2018-08-27 15:38:44,675 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:44,675 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:44 GMT 2018-08-27 15:38:44,675 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:44,676 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1256 2018-08-27 15:38:44,676 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:44,676 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 5/60] 2018-08-27 15:38:44,676 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:38:44,730 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:44,730 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:44,730 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:44,730 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:44,730 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:44,730 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:44,730 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:44,730 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:38:44,731 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:44,731 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:44 GMT 2018-08-27 15:38:44,731 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:44,731 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:38:44,731 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:49,736 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:38:49,794 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:49,795 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:49,795 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:49,795 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:49,795 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:49,795 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:49,795 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:49,795 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 63, "offset": 61, "size": 50}}} 2018-08-27 15:38:49,796 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:49,796 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:49 GMT 2018-08-27 15:38:49,796 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:49,796 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:38:49,796 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:49,796 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:38:49,849 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:49,849 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:49,849 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:49,849 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:49,850 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:49,850 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:49,850 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:49,850 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:38:49,850 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:49,850 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:49 GMT 2018-08-27 15:38:49,850 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:49,850 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:38:49,850 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:54,856 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:38:54,920 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:54,920 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:54,920 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:54,920 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:54,920 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:54,920 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:54,920 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:54,921 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:38:49.926Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 6/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:38:49.926Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:38:50.911Z", "message": "Task started 'neutron_plugin.port.detach' [retry 6/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:38:50.911Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:38:51.915Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 6/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:38:51.915Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 66, "offset": 61, "size": 50}}} 2018-08-27 15:38:54,921 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:54,921 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:54 GMT 2018-08-27 15:38:54,921 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:54,921 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2260 2018-08-27 15:38:54,921 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:54,921 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 6/60] 2018-08-27 15:38:54,922 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 6/60] 2018-08-27 15:38:54,922 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 6/60] 2018-08-27 15:38:54,922 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:38:54,980 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:38:54,980 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:38:54,980 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:38:54,980 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:38:54,981 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:38:54,981 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:38:54,981 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:38:54,981 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:38:54,981 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:38:54,981 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:38:54 GMT 2018-08-27 15:38:54,981 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:38:54,981 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:38:54,981 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:38:59,987 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:39:00,053 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:00,053 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:00,054 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:00,054 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:00,054 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:00,054 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:00,054 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:00,054 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 66, "offset": 64, "size": 50}}} 2018-08-27 15:39:00,054 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:00,054 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:00 GMT 2018-08-27 15:39:00,055 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:00,055 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:39:00,055 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:00,055 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:39:00,109 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:00,109 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:00,109 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:00,110 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:00,110 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:00,110 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:00,110 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:00,110 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:39:00,110 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:00,110 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:00 GMT 2018-08-27 15:39:00,110 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:00,110 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:39:00,111 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:05,116 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:39:05,176 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:05,177 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:05,177 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:05,177 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:05,177 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:05,177 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:05,177 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:05,177 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:39:01.925Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 7/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:39:01.925Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:39:02.922Z", "message": "Task started 'neutron_plugin.port.detach' [retry 7/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:39:02.922Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:39:03.928Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 7/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:39:03.928Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 69, "offset": 64, "size": 50}}} 2018-08-27 15:39:05,177 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:05,178 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:05 GMT 2018-08-27 15:39:05,178 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:05,178 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2260 2018-08-27 15:39:05,178 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:05,178 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 7/60] 2018-08-27 15:39:05,178 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 7/60] 2018-08-27 15:39:05,179 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 7/60] 2018-08-27 15:39:05,179 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:39:05,233 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:05,234 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:05,234 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:05,234 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:05,234 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:05,234 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:05,234 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:05,234 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:39:05,234 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:05,235 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:05 GMT 2018-08-27 15:39:05,235 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:05,235 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:39:05,235 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:10,240 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:39:10,302 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:10,303 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:10,303 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:10,303 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:10,303 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:10,303 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:10,303 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:10,303 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 69, "offset": 67, "size": 50}}} 2018-08-27 15:39:10,303 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:10,303 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:10 GMT 2018-08-27 15:39:10,303 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:10,304 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:39:10,304 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:10,304 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:39:10,355 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:10,355 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:10,355 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:10,355 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:10,355 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:10,356 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:10,356 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:10,356 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:39:10,356 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:10,356 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:10 GMT 2018-08-27 15:39:10,356 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:10,356 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:39:10,356 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:15,362 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:39:15,430 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:15,430 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:15,430 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:15,430 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:15,430 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:15,430 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:15,430 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:15,430 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:39:13.922Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 8/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:39:13.922Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:39:14.935Z", "message": "Task started 'neutron_plugin.port.detach' [retry 8/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:39:14.935Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 71, "offset": 67, "size": 50}}} 2018-08-27 15:39:15,431 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:15,431 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:15 GMT 2018-08-27 15:39:15,431 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:15,431 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1084 2018-08-27 15:39:15,431 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:15,431 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 8/60] 2018-08-27 15:39:15,431 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 8/60] 2018-08-27 15:39:15,432 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:39:15,486 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:15,486 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:15,487 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:15,487 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:15,487 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:15,487 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:15,487 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:15,487 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:39:15,487 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:15,487 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:15 GMT 2018-08-27 15:39:15,487 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:15,488 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:39:15,488 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:20,493 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:39:20,556 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:20,556 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:20,556 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:20,556 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:20,556 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:20,556 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:20,556 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:20,557 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:39:15.939Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 8/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:39:15.939Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 72, "offset": 69, "size": 50}}} 2018-08-27 15:39:20,557 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:20,557 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:20 GMT 2018-08-27 15:39:20,557 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:20,557 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1256 2018-08-27 15:39:20,557 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:20,557 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 8/60] 2018-08-27 15:39:20,558 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:39:20,654 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:20,654 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:20,655 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:20,655 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:20,655 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:20,655 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:20,655 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:20,655 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:39:20,655 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:20,655 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:20 GMT 2018-08-27 15:39:20,655 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:20,656 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:39:20,656 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:25,661 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:39:25,734 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:25,734 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:25,734 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:25,735 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:25,735 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:25,735 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:25,735 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:25,735 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 72, "offset": 70, "size": 50}}} 2018-08-27 15:39:25,735 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:25,735 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:25 GMT 2018-08-27 15:39:25,735 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:25,735 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:39:25,735 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:25,736 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:39:25,792 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:25,792 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:25,793 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:25,793 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:25,793 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:25,793 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:25,793 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:25,793 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:39:25,793 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:25,793 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:25 GMT 2018-08-27 15:39:25,794 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:25,794 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:39:25,794 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:30,797 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:39:30,859 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:30,860 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:30,860 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:30,860 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:30,860 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:30,860 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:30,860 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:30,860 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:39:25.925Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 9/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:39:25.925Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:39:25.955Z", "message": "Task started 'neutron_plugin.port.detach' [retry 9/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:39:25.955Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:39:28.055Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 9/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:39:28.055Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 75, "offset": 70, "size": 50}}} 2018-08-27 15:39:30,860 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:30,860 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:30 GMT 2018-08-27 15:39:30,861 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:30,861 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2260 2018-08-27 15:39:30,861 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:30,861 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 9/60] 2018-08-27 15:39:30,861 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 9/60] 2018-08-27 15:39:30,861 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 9/60] 2018-08-27 15:39:30,862 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:39:30,915 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:30,915 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:30,916 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:30,916 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:30,916 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:30,916 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:30,916 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:30,916 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:39:30,916 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:30,916 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:30 GMT 2018-08-27 15:39:30,916 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:30,917 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:39:30,917 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:35,922 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:39:35,985 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:35,985 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:35,985 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:35,986 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:35,986 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:35,986 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:35,986 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:35,986 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 75, "offset": 73, "size": 50}}} 2018-08-27 15:39:35,986 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:35,986 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:35 GMT 2018-08-27 15:39:35,986 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:35,986 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:39:35,987 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:35,987 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:39:36,038 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:36,038 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:36,039 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:36,039 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:36,039 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:36,039 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:36,039 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:36,039 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:39:36,039 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:36,039 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:36 GMT 2018-08-27 15:39:36,039 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:36,040 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:39:36,040 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:41,043 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:39:41,108 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:41,108 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:41,108 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:41,108 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:41,108 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:41,108 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:41,109 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:41,109 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:39:38.128Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 10/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:39:38.128Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:39:38.964Z", "message": "Task started 'neutron_plugin.port.detach' [retry 10/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:39:38.964Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:39:40.053Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 10/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:39:40.053Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 78, "offset": 73, "size": 50}}} 2018-08-27 15:39:41,109 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:41,109 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:41 GMT 2018-08-27 15:39:41,109 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:41,109 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2263 2018-08-27 15:39:41,109 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:41,110 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 10/60] 2018-08-27 15:39:41,110 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 10/60] 2018-08-27 15:39:41,110 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 10/60] 2018-08-27 15:39:41,110 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:39:41,167 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:41,167 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:41,168 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:41,168 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:41,168 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:41,168 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:41,168 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:41,168 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:39:41,168 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:41,168 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:41 GMT 2018-08-27 15:39:41,169 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:41,169 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:39:41,169 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:46,174 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:39:46,240 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:46,241 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:46,241 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:46,241 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:46,241 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:46,241 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:46,241 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:46,241 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 78, "offset": 76, "size": 50}}} 2018-08-27 15:39:46,241 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:46,241 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:46 GMT 2018-08-27 15:39:46,241 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:46,242 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:39:46,242 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:46,242 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:39:46,294 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:46,294 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:46,294 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:46,294 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:46,294 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:46,294 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:46,295 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:46,295 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:39:46,295 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:46,295 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:46 GMT 2018-08-27 15:39:46,295 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:46,295 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:39:46,295 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:51,299 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:39:51,365 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:51,365 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:51,365 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:51,365 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:51,365 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:51,365 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:51,365 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:51,366 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:39:50.127Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 11/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:39:50.127Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:39:50.973Z", "message": "Task started 'neutron_plugin.port.detach' [retry 11/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:39:50.973Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 80, "offset": 76, "size": 50}}} 2018-08-27 15:39:51,366 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:51,366 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:51 GMT 2018-08-27 15:39:51,366 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:51,366 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1086 2018-08-27 15:39:51,366 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:51,366 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 11/60] 2018-08-27 15:39:51,367 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 11/60] 2018-08-27 15:39:51,367 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:39:51,420 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:51,420 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:51,420 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:51,420 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:51,420 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:51,421 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:51,421 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:51,421 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:39:51,421 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:51,421 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:51 GMT 2018-08-27 15:39:51,421 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:51,422 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:39:51,422 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:56,423 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:39:56,498 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:56,499 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:56,499 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:56,499 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:56,499 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:56,499 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:56,499 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:56,499 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:39:52.059Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 11/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:39:52.059Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 81, "offset": 78, "size": 50}}} 2018-08-27 15:39:56,499 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:56,500 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:56 GMT 2018-08-27 15:39:56,500 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:56,500 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1257 2018-08-27 15:39:56,500 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:39:56,500 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 11/60] 2018-08-27 15:39:56,500 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:39:56,555 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:39:56,555 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:39:56,555 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:39:56,555 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:39:56,555 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:39:56,555 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:39:56,556 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:39:56,556 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:39:56,556 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:39:56,556 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:39:56 GMT 2018-08-27 15:39:56,556 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:39:56,556 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:39:56,556 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:01,561 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:40:01,620 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:01,620 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:01,620 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:01,620 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:01,620 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:01,620 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:01,620 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:01,621 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 81, "offset": 79, "size": 50}}} 2018-08-27 15:40:01,621 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:01,621 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:01 GMT 2018-08-27 15:40:01,621 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:01,621 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:40:01,621 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:01,621 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:40:01,747 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:01,747 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:01,747 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:01,747 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:01,748 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:01,748 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:01,748 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:01,748 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:40:01,748 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:01,748 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:01 GMT 2018-08-27 15:40:01,748 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:01,748 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:40:01,748 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:06,754 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:40:06,822 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:06,822 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:06,822 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:06,822 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:06,822 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:06,822 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:06,823 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:06,823 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:40:02.130Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 12/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:40:02.130Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:40:02.980Z", "message": "Task started 'neutron_plugin.port.detach' [retry 12/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:40:02.980Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:40:04.056Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 12/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:40:04.056Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 84, "offset": 79, "size": 50}}} 2018-08-27 15:40:06,823 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:06,823 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:06 GMT 2018-08-27 15:40:06,823 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:06,823 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2263 2018-08-27 15:40:06,823 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:06,824 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 12/60] 2018-08-27 15:40:06,824 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 12/60] 2018-08-27 15:40:06,824 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 12/60] 2018-08-27 15:40:06,824 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:40:06,884 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:06,884 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:06,885 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:06,885 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:06,885 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:06,885 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:06,885 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:06,885 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:40:06,885 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:06,885 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:06 GMT 2018-08-27 15:40:06,886 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:06,886 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:40:06,886 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:11,891 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:40:11,951 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:11,951 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:11,951 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:11,951 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:11,951 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:11,951 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:11,952 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:11,952 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 84, "offset": 82, "size": 50}}} 2018-08-27 15:40:11,952 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:11,952 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:11 GMT 2018-08-27 15:40:11,952 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:11,952 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:40:11,952 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:11,952 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:40:12,007 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:12,007 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:12,008 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:12,008 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:12,008 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:12,008 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:12,008 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:12,008 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:40:12,008 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:12,008 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:12 GMT 2018-08-27 15:40:12,008 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:12,009 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:40:12,009 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:17,014 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:40:17,083 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:17,083 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:17,084 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:17,084 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:17,084 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:17,084 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:17,084 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:17,084 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:40:14.133Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 13/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:40:14.133Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:40:14.987Z", "message": "Task started 'neutron_plugin.port.detach' [retry 13/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:40:14.987Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:40:16.160Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 13/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:40:16.160Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 87, "offset": 82, "size": 50}}} 2018-08-27 15:40:17,084 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:17,084 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:17 GMT 2018-08-27 15:40:17,085 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:17,085 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2263 2018-08-27 15:40:17,085 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:17,085 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 13/60] 2018-08-27 15:40:17,085 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 13/60] 2018-08-27 15:40:17,085 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 13/60] 2018-08-27 15:40:17,086 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:40:17,145 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:17,145 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:17,145 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:17,145 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:17,146 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:17,146 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:17,146 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:17,146 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:40:17,146 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:17,146 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:17 GMT 2018-08-27 15:40:17,146 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:17,146 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:40:17,146 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:22,152 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:40:22,213 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:22,213 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:22,213 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:22,214 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:22,214 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:22,214 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:22,214 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:22,214 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 87, "offset": 85, "size": 50}}} 2018-08-27 15:40:22,214 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:22,214 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:22 GMT 2018-08-27 15:40:22,214 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:22,214 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:40:22,214 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:22,215 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:40:22,265 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:22,265 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:22,266 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:22,266 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:22,266 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:22,266 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:22,266 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:22,266 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:40:22,266 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:22,266 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:22 GMT 2018-08-27 15:40:22,266 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:22,266 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:40:22,267 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:27,268 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:40:27,329 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:27,330 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:27,330 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:27,330 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:27,330 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:27,330 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:27,330 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:27,330 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:40:26.231Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 14/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:40:26.231Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:40:26.995Z", "message": "Task started 'neutron_plugin.port.detach' [retry 14/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:40:26.995Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 89, "offset": 85, "size": 50}}} 2018-08-27 15:40:27,330 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:27,330 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:27 GMT 2018-08-27 15:40:27,330 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:27,331 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1086 2018-08-27 15:40:27,331 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:27,331 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 14/60] 2018-08-27 15:40:27,331 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 14/60] 2018-08-27 15:40:27,331 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:40:27,382 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:27,382 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:27,382 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:27,382 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:27,382 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:27,382 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:27,383 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:27,383 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:40:27,383 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:27,383 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:27 GMT 2018-08-27 15:40:27,383 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:27,383 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:40:27,383 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:32,389 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:40:32,452 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:32,452 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:32,452 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:32,452 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:32,452 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:32,452 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:32,453 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:32,453 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:40:28.267Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 14/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:40:28.267Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 90, "offset": 87, "size": 50}}} 2018-08-27 15:40:32,453 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:32,453 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:32 GMT 2018-08-27 15:40:32,453 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:32,453 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1257 2018-08-27 15:40:32,453 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:32,453 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 14/60] 2018-08-27 15:40:32,454 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:40:32,512 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:32,512 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:32,513 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:32,513 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:32,513 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:32,513 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:32,513 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:32,513 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:40:32,513 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:32,513 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:32 GMT 2018-08-27 15:40:32,513 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:32,514 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:40:32,514 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:37,519 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:40:37,610 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:37,611 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:37,611 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:37,611 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:37,612 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:37,612 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:37,612 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:37,612 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 90, "offset": 88, "size": 50}}} 2018-08-27 15:40:37,612 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:37,612 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:37 GMT 2018-08-27 15:40:37,612 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:37,612 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:40:37,612 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:37,613 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:40:37,681 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:37,682 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:37,682 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:37,682 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:37,682 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:37,682 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:37,682 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:37,682 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:40:37,682 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:37,683 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:37 GMT 2018-08-27 15:40:37,683 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:37,683 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:40:37,683 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:42,688 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:40:42,756 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:42,756 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:42,756 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:42,756 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:42,757 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:42,757 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:42,757 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:42,757 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:40:38.336Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 15/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:40:38.336Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:40:39.002Z", "message": "Task started 'neutron_plugin.port.detach' [retry 15/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:40:39.002Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:40:40.161Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 15/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:40:40.161Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 93, "offset": 88, "size": 50}}} 2018-08-27 15:40:42,757 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:42,757 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:42 GMT 2018-08-27 15:40:42,757 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:42,757 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2263 2018-08-27 15:40:42,757 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:42,758 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 15/60] 2018-08-27 15:40:42,758 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 15/60] 2018-08-27 15:40:42,758 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 15/60] 2018-08-27 15:40:42,758 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:40:42,812 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:42,813 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:42,813 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:42,813 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:42,813 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:42,813 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:42,813 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:42,813 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:40:42,813 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:42,813 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:42 GMT 2018-08-27 15:40:42,814 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:42,814 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:40:42,814 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:47,819 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:40:47,884 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:47,884 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:47,884 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:47,884 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:47,884 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:47,884 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:47,885 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:47,885 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 93, "offset": 91, "size": 50}}} 2018-08-27 15:40:47,885 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:47,885 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:47 GMT 2018-08-27 15:40:47,885 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:47,885 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:40:47,885 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:47,886 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:40:47,949 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:47,949 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:47,949 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:47,949 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:47,949 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:47,950 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:47,950 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:47,950 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:40:47,950 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:47,950 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:47 GMT 2018-08-27 15:40:47,950 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:47,950 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:40:47,950 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:52,956 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:40:53,027 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:53,027 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:53,027 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:53,027 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:53,027 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:53,027 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:53,027 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:53,027 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:40:50.230Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 16/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:40:50.230Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:40:51.010Z", "message": "Task started 'neutron_plugin.port.detach' [retry 16/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:40:51.010Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:40:52.160Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 16/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:40:52.160Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 96, "offset": 91, "size": 50}}} 2018-08-27 15:40:53,028 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:53,028 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:53 GMT 2018-08-27 15:40:53,028 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:53,028 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2263 2018-08-27 15:40:53,028 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:53,028 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 16/60] 2018-08-27 15:40:53,029 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 16/60] 2018-08-27 15:40:53,029 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 16/60] 2018-08-27 15:40:53,029 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:40:53,088 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:53,088 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:53,088 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:53,088 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:53,088 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:53,088 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:53,089 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:53,089 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:40:53,089 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:53,089 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:53 GMT 2018-08-27 15:40:53,089 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:53,089 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:40:53,089 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:58,095 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:40:58,164 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:58,164 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:58,165 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:58,165 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:58,165 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:58,165 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:58,165 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:58,165 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 96, "offset": 94, "size": 50}}} 2018-08-27 15:40:58,165 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:58,165 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:58 GMT 2018-08-27 15:40:58,165 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:58,165 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:40:58,166 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:40:58,166 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:40:58,224 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:40:58,224 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:40:58,224 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:40:58,224 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:40:58,225 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:40:58,225 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:40:58,225 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:40:58,225 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:40:58,225 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:40:58,225 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:40:58 GMT 2018-08-27 15:40:58,225 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:40:58,225 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:40:58,225 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:03,231 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:41:03,298 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:03,298 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:03,298 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:03,298 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:03,299 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:03,299 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:03,299 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:03,299 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:41:02.235Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 17/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:41:02.235Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:41:03.017Z", "message": "Task started 'neutron_plugin.port.detach' [retry 17/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:41:03.017Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 98, "offset": 94, "size": 50}}} 2018-08-27 15:41:03,299 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:03,299 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:03 GMT 2018-08-27 15:41:03,299 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:03,299 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1086 2018-08-27 15:41:03,299 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:03,300 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 17/60] 2018-08-27 15:41:03,300 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 17/60] 2018-08-27 15:41:03,300 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:41:03,352 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:03,352 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:03,352 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:03,353 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:03,353 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:03,353 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:03,353 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:03,353 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:41:03,353 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:03,353 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:03 GMT 2018-08-27 15:41:03,353 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:03,354 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:41:03,354 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:08,359 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:41:08,433 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:08,433 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:08,433 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:08,433 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:08,433 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:08,434 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:08,434 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:08,434 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:41:04.169Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 17/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:41:04.169Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 99, "offset": 96, "size": 50}}} 2018-08-27 15:41:08,434 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:08,434 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:08 GMT 2018-08-27 15:41:08,434 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:08,434 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1257 2018-08-27 15:41:08,434 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:08,435 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 17/60] 2018-08-27 15:41:08,435 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:41:08,490 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:08,491 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:08,491 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:08,491 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:08,491 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:08,491 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:08,491 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:08,491 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:41:08,491 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:08,491 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:08 GMT 2018-08-27 15:41:08,492 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:08,492 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:41:08,492 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:13,497 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:41:13,561 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:13,561 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:13,561 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:13,561 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:13,561 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:13,561 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:13,561 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:13,562 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 99, "offset": 97, "size": 50}}} 2018-08-27 15:41:13,562 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:13,562 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:13 GMT 2018-08-27 15:41:13,562 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:13,562 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-27 15:41:13,562 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:13,562 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:41:13,616 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:13,616 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:13,616 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:13,617 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:13,617 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:13,617 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:13,617 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:13,617 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:41:13,617 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:13,617 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:13 GMT 2018-08-27 15:41:13,617 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:13,617 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:41:13,618 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:18,623 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:41:18,688 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:18,688 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:18,688 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:18,688 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:18,688 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:18,688 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:18,688 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:18,689 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:41:14.237Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 18/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:41:14.237Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:41:15.024Z", "message": "Task started 'neutron_plugin.port.detach' [retry 18/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:41:15.024Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:41:16.167Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 18/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:41:16.167Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 102, "offset": 97, "size": 50}}} 2018-08-27 15:41:18,689 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:18,689 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:18 GMT 2018-08-27 15:41:18,689 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:18,689 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2264 2018-08-27 15:41:18,689 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:18,689 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 18/60] 2018-08-27 15:41:18,690 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 18/60] 2018-08-27 15:41:18,690 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 18/60] 2018-08-27 15:41:18,690 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:41:18,752 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:18,752 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:18,752 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:18,752 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:18,752 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:18,752 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:18,753 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:18,753 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:41:18,753 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:18,753 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:18 GMT 2018-08-27 15:41:18,753 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:18,753 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:41:18,753 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:23,759 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:41:23,828 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:23,828 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:23,828 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:23,828 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:23,829 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:23,829 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:23,829 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:23,829 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 102, "offset": 100, "size": 50}}} 2018-08-27 15:41:23,829 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:23,829 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:23 GMT 2018-08-27 15:41:23,829 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:23,829 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:41:23,829 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:23,830 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:41:23,889 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:23,889 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:23,889 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:23,890 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:23,890 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:23,890 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:23,890 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:23,890 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:41:23,890 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:23,890 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:23 GMT 2018-08-27 15:41:23,890 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:23,891 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:41:23,891 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:28,892 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:41:28,954 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:28,954 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:28,954 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:28,954 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:28,955 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:28,955 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:28,955 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:28,955 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:41:26.244Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 19/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:41:26.244Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:41:27.032Z", "message": "Task started 'neutron_plugin.port.detach' [retry 19/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:41:27.032Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:41:28.471Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 19/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:41:28.471Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 105, "offset": 100, "size": 50}}} 2018-08-27 15:41:28,955 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:28,955 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:28 GMT 2018-08-27 15:41:28,955 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:28,955 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:41:28,955 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:28,956 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 19/60] 2018-08-27 15:41:28,956 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 19/60] 2018-08-27 15:41:28,956 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 19/60] 2018-08-27 15:41:28,956 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:41:29,009 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:29,009 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:29,009 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:29,010 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:29,010 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:29,010 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:29,010 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:29,010 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:41:29,010 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:29,010 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:29 GMT 2018-08-27 15:41:29,010 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:29,010 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:41:29,010 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:34,016 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:41:34,076 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:34,076 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:34,077 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:34,077 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:34,077 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:34,077 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:34,077 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:34,077 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 105, "offset": 103, "size": 50}}} 2018-08-27 15:41:34,077 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:34,077 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:34 GMT 2018-08-27 15:41:34,077 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:34,077 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:41:34,078 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:34,078 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:41:34,149 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:34,149 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:34,149 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:34,150 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:34,150 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:34,150 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:34,150 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:34,150 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:41:34,150 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:34,150 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:34 GMT 2018-08-27 15:41:34,150 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:34,150 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:41:34,151 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:39,156 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:41:39,286 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:39,286 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:39,286 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:39,286 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:39,286 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:39,287 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:39,287 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:39,287 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:41:38.542Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 20/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:41:38.542Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:41:39.047Z", "message": "Task started 'neutron_plugin.port.detach' [retry 20/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:41:39.047Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 107, "offset": 103, "size": 50}}} 2018-08-27 15:41:39,287 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:39,287 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:39 GMT 2018-08-27 15:41:39,287 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:39,287 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1088 2018-08-27 15:41:39,287 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:39,288 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 20/60] 2018-08-27 15:41:39,288 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 20/60] 2018-08-27 15:41:39,288 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:41:39,344 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:39,344 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:39,344 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:39,344 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:39,344 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:39,344 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:39,344 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:39,345 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:41:39,345 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:39,345 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:39 GMT 2018-08-27 15:41:39,345 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:39,345 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:41:39,345 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:44,350 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:41:44,413 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:44,413 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:44,413 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:44,413 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:44,413 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:44,414 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:44,414 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:44,414 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:41:40.570Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 20/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:41:40.570Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 108, "offset": 105, "size": 50}}} 2018-08-27 15:41:44,414 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:44,414 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:44 GMT 2018-08-27 15:41:44,414 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:44,414 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1259 2018-08-27 15:41:44,414 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:44,415 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 20/60] 2018-08-27 15:41:44,415 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:41:44,468 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:44,468 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:44,468 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:44,468 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:44,468 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:44,468 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:44,469 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:44,469 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:41:44,469 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:44,469 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:44 GMT 2018-08-27 15:41:44,469 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:44,469 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:41:44,469 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:49,475 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:41:49,543 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:49,544 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:49,544 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:49,544 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:49,544 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:49,544 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:49,544 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:49,544 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 108, "offset": 106, "size": 50}}} 2018-08-27 15:41:49,544 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:49,544 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:49 GMT 2018-08-27 15:41:49,545 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:49,545 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:41:49,545 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:49,545 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:41:49,599 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:49,599 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:49,599 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:49,600 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:49,600 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:49,600 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:49,600 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:49,600 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:41:49,600 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:49,600 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:49 GMT 2018-08-27 15:41:49,600 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:49,600 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:41:49,600 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:54,606 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:41:54,677 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:54,677 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:54,677 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:54,677 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:54,677 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:54,677 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:54,677 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:54,678 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:41:50.638Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 21/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:41:50.638Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:41:51.052Z", "message": "Task started 'neutron_plugin.port.detach' [retry 21/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:41:51.052Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:41:52.570Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 21/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:41:52.570Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 111, "offset": 106, "size": 50}}} 2018-08-27 15:41:54,678 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:54,678 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:54 GMT 2018-08-27 15:41:54,678 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:54,678 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:41:54,678 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:54,679 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 21/60] 2018-08-27 15:41:54,679 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 21/60] 2018-08-27 15:41:54,679 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 21/60] 2018-08-27 15:41:54,679 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:41:54,734 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:54,734 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:54,735 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:54,735 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:54,735 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:54,735 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:54,735 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:54,735 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:41:54,735 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:54,735 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:54 GMT 2018-08-27 15:41:54,735 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:54,735 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:41:54,736 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:59,741 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:41:59,799 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:59,799 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:59,799 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:59,799 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:59,799 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:59,799 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:59,799 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:59,799 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 111, "offset": 109, "size": 50}}} 2018-08-27 15:41:59,799 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:59,799 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:59 GMT 2018-08-27 15:41:59,800 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:59,800 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:41:59,800 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:41:59,800 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:41:59,849 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:41:59,849 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:41:59,849 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:41:59,849 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:41:59,849 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:41:59,849 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:41:59,850 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:41:59,850 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:41:59,850 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:41:59,850 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:41:59 GMT 2018-08-27 15:41:59,850 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:41:59,850 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:41:59,850 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:04,851 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:42:04,916 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:04,916 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:04,916 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:04,916 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:04,916 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:04,916 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:04,916 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:04,916 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:42:02.642Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 22/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:42:02.642Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:42:03.058Z", "message": "Task started 'neutron_plugin.port.detach' [retry 22/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:42:03.058Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:42:04.575Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 22/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:42:04.575Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 114, "offset": 109, "size": 50}}} 2018-08-27 15:42:04,917 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:04,917 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:04 GMT 2018-08-27 15:42:04,917 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:04,917 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:42:04,917 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:04,917 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 22/60] 2018-08-27 15:42:04,917 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 22/60] 2018-08-27 15:42:04,917 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 22/60] 2018-08-27 15:42:04,917 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:42:04,970 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:04,970 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:04,970 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:04,971 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:04,971 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:04,971 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:04,971 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:04,971 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:42:04,971 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:04,971 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:04 GMT 2018-08-27 15:42:04,971 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:04,971 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:42:04,971 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:09,976 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:42:10,037 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:10,037 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:10,038 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:10,038 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:10,038 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:10,038 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:10,038 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:10,038 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 114, "offset": 112, "size": 50}}} 2018-08-27 15:42:10,038 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:10,038 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:10 GMT 2018-08-27 15:42:10,038 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:10,038 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:42:10,038 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:10,039 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:42:10,091 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:10,091 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:10,091 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:10,091 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:10,091 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:10,091 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:10,091 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:10,091 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:42:10,091 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:10,091 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:10 GMT 2018-08-27 15:42:10,091 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:10,091 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:42:10,091 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:15,097 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:42:15,159 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:15,159 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:15,159 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:15,159 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:15,160 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:15,160 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:15,160 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:15,160 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:42:14.648Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 23/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:42:14.648Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:42:15.067Z", "message": "Task started 'neutron_plugin.port.detach' [retry 23/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:42:15.067Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 116, "offset": 112, "size": 50}}} 2018-08-27 15:42:15,160 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:15,160 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:15 GMT 2018-08-27 15:42:15,160 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:15,160 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1088 2018-08-27 15:42:15,160 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:15,161 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 23/60] 2018-08-27 15:42:15,161 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 23/60] 2018-08-27 15:42:15,161 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:42:15,222 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:15,222 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:15,222 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:15,222 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:15,222 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:15,223 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:15,223 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:15,223 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:42:15,223 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:15,223 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:15 GMT 2018-08-27 15:42:15,223 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:15,223 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:42:15,223 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:20,225 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:42:20,292 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:20,293 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:20,293 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:20,293 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:20,293 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:20,293 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:20,293 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:20,293 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:42:16.578Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 23/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:42:16.578Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 117, "offset": 114, "size": 50}}} 2018-08-27 15:42:20,293 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:20,294 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:20 GMT 2018-08-27 15:42:20,294 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:20,294 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1259 2018-08-27 15:42:20,294 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:20,294 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 23/60] 2018-08-27 15:42:20,294 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:42:20,351 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:20,351 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:20,352 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:20,352 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:20,352 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:20,352 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:20,352 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:20,352 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:42:20,352 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:20,352 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:20 GMT 2018-08-27 15:42:20,352 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:20,353 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:42:20,353 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:25,358 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:42:25,427 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:25,427 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:25,427 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:25,427 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:25,428 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:25,428 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:25,428 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:25,428 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 117, "offset": 115, "size": 50}}} 2018-08-27 15:42:25,428 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:25,428 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:25 GMT 2018-08-27 15:42:25,428 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:25,428 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:42:25,428 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:25,429 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:42:25,492 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:25,493 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:25,493 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:25,493 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:25,493 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:25,493 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:25,493 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:25,493 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:42:25,494 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:25,494 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:25 GMT 2018-08-27 15:42:25,494 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:25,494 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:42:25,494 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:30,499 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:42:30,563 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:30,563 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:30,563 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:30,563 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:30,564 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:30,564 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:30,564 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:30,564 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:42:26.655Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 24/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:42:26.655Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:42:27.073Z", "message": "Task started 'neutron_plugin.port.detach' [retry 24/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:42:27.073Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:42:28.679Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 24/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:42:28.679Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 120, "offset": 115, "size": 50}}} 2018-08-27 15:42:30,564 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:30,564 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:30 GMT 2018-08-27 15:42:30,564 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:30,564 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:42:30,564 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:30,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 24/60] 2018-08-27 15:42:30,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 24/60] 2018-08-27 15:42:30,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 24/60] 2018-08-27 15:42:30,565 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:42:30,625 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:30,625 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:30,625 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:30,625 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:30,625 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:30,625 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:30,626 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:30,626 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:42:30,626 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:30,626 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:30 GMT 2018-08-27 15:42:30,626 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:30,626 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:42:30,626 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:35,632 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:42:35,702 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:35,703 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:35,703 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:35,703 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:35,703 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:35,703 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:35,703 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:35,703 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 120, "offset": 118, "size": 50}}} 2018-08-27 15:42:35,703 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:35,703 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:35 GMT 2018-08-27 15:42:35,704 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:35,704 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:42:35,704 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:35,704 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:42:35,759 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:35,759 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:35,759 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:35,759 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:35,759 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:35,759 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:35,759 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:35,759 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:42:35,759 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:35,760 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:35 GMT 2018-08-27 15:42:35,760 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:35,760 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:42:35,760 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:40,765 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:42:40,828 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:40,828 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:40,828 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:40,828 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:40,828 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:40,828 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:40,828 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:40,829 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:42:38.757Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 25/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:42:38.757Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:42:39.079Z", "message": "Task started 'neutron_plugin.port.detach' [retry 25/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:42:39.079Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:42:40.685Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 25/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:42:40.685Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 123, "offset": 118, "size": 50}}} 2018-08-27 15:42:40,829 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:40,829 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:40 GMT 2018-08-27 15:42:40,829 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:40,829 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:42:40,829 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:40,829 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 25/60] 2018-08-27 15:42:40,830 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 25/60] 2018-08-27 15:42:40,830 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 25/60] 2018-08-27 15:42:40,830 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:42:40,885 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:40,886 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:40,886 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:40,886 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:40,886 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:40,886 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:40,886 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:40,886 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:42:40,886 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:40,886 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:40 GMT 2018-08-27 15:42:40,887 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:40,887 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:42:40,887 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:45,892 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:42:45,962 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:45,962 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:45,963 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:45,963 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:45,963 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:45,963 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:45,963 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:45,963 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 123, "offset": 121, "size": 50}}} 2018-08-27 15:42:45,963 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:45,963 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:45 GMT 2018-08-27 15:42:45,964 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:45,964 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:42:45,964 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:45,964 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:42:46,017 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:46,017 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:46,017 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:46,018 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:46,018 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:46,018 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:46,018 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:46,018 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:42:46,018 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:46,018 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:46 GMT 2018-08-27 15:42:46,018 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:46,019 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:42:46,019 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:51,024 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:42:51,085 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:51,085 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:51,085 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:51,085 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:51,085 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:51,086 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:51,086 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:51,086 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:42:50.764Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 26/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:42:50.764Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 124, "offset": 121, "size": 50}}} 2018-08-27 15:42:51,086 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:51,086 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:51 GMT 2018-08-27 15:42:51,086 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:51,086 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 585 2018-08-27 15:42:51,086 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:51,086 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 26/60] 2018-08-27 15:42:51,087 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:42:51,139 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:51,139 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:51,140 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:51,140 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:51,140 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:51,140 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:51,140 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:51,140 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:42:51,140 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:51,140 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:51 GMT 2018-08-27 15:42:51,140 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:51,141 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:42:51,141 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:56,146 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:42:56,212 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:56,212 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:56,212 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:56,212 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:56,212 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:56,212 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:56,212 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:56,212 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:42:51.088Z", "message": "Task started 'neutron_plugin.port.detach' [retry 26/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:42:51.088Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:42:52.796Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 26/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:42:52.796Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 126, "offset": 122, "size": 50}}} 2018-08-27 15:42:56,212 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:56,213 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:56 GMT 2018-08-27 15:42:56,213 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:56,213 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1762 2018-08-27 15:42:56,213 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:42:56,213 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 26/60] 2018-08-27 15:42:56,213 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 26/60] 2018-08-27 15:42:56,213 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:42:56,265 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:42:56,266 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:42:56,266 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:42:56,266 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:42:56,266 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:42:56,266 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:42:56,266 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:42:56,266 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:42:56,266 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:42:56,266 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:42:56 GMT 2018-08-27 15:42:56,266 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:42:56,266 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:42:56,266 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:01,268 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:43:01,334 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:01,334 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:01,334 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:01,335 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:01,335 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:01,335 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:01,335 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:01,335 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 126, "offset": 124, "size": 50}}} 2018-08-27 15:43:01,335 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:01,335 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:01 GMT 2018-08-27 15:43:01,335 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:01,335 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:43:01,336 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:01,336 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:43:01,389 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:01,390 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:01,390 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:01,390 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:01,390 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:01,390 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:01,390 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:01,390 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:43:01,390 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:01,391 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:01 GMT 2018-08-27 15:43:01,391 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:01,391 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:43:01,391 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:06,396 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:43:06,461 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:06,461 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:06,461 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:06,461 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:06,461 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:06,461 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:06,462 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:06,462 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:43:02.874Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 27/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:43:02.874Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:43:03.094Z", "message": "Task started 'neutron_plugin.port.detach' [retry 27/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:43:03.094Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:43:04.996Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 27/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:43:04.996Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 129, "offset": 124, "size": 50}}} 2018-08-27 15:43:06,462 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:06,462 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:06 GMT 2018-08-27 15:43:06,462 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:06,462 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:43:06,462 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:06,463 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 27/60] 2018-08-27 15:43:06,463 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 27/60] 2018-08-27 15:43:06,463 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 27/60] 2018-08-27 15:43:06,463 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:43:06,518 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:06,518 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:06,518 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:06,518 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:06,518 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:06,518 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:06,518 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:06,519 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:43:06,519 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:06,519 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:06 GMT 2018-08-27 15:43:06,519 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:06,519 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:43:06,519 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:11,525 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:43:11,584 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:11,585 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:11,585 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:11,585 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:11,585 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:11,585 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:11,585 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:11,585 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 129, "offset": 127, "size": 50}}} 2018-08-27 15:43:11,585 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:11,585 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:11 GMT 2018-08-27 15:43:11,586 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:11,586 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:43:11,586 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:11,586 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:43:11,644 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:11,644 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:11,644 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:11,644 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:11,644 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:11,644 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:11,645 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:11,645 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:43:11,645 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:11,645 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:11 GMT 2018-08-27 15:43:11,645 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:11,645 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:43:11,645 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:16,651 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:43:16,712 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:16,713 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:16,713 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:16,713 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:16,713 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:16,713 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:16,713 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:16,713 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:43:15.060Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 28/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:43:15.060Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:43:15.099Z", "message": "Task started 'neutron_plugin.port.detach' [retry 28/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:43:15.099Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 131, "offset": 127, "size": 50}}} 2018-08-27 15:43:16,714 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:16,714 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:16 GMT 2018-08-27 15:43:16,714 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:16,714 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1088 2018-08-27 15:43:16,714 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:16,714 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 28/60] 2018-08-27 15:43:16,715 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 28/60] 2018-08-27 15:43:16,715 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:43:16,776 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:16,776 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:16,776 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:16,776 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:16,776 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:16,776 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:16,776 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:16,776 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:43:16,777 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:16,777 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:16 GMT 2018-08-27 15:43:16,777 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:16,777 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:43:16,777 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:21,782 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:43:21,847 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:21,847 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:21,847 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:21,848 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:21,848 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:21,848 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:21,848 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:21,848 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:43:17.293Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 28/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:43:17.293Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 132, "offset": 129, "size": 50}}} 2018-08-27 15:43:21,848 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:21,848 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:21 GMT 2018-08-27 15:43:21,848 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:21,848 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1259 2018-08-27 15:43:21,848 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:21,849 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 28/60] 2018-08-27 15:43:21,849 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:43:21,901 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:21,901 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:21,901 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:21,901 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:21,901 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:21,902 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:21,902 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:21,902 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:43:21,902 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:21,902 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:21 GMT 2018-08-27 15:43:21,902 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:21,902 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:43:21,902 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:26,908 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:43:26,981 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:26,981 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:26,981 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:26,981 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:26,981 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:26,981 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:26,982 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:26,982 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 132, "offset": 130, "size": 50}}} 2018-08-27 15:43:26,982 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:26,982 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:26 GMT 2018-08-27 15:43:26,982 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:26,982 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:43:26,982 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:26,983 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:43:27,035 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:27,035 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:27,035 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:27,035 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:27,035 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:27,035 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:27,035 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:27,036 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:43:27,036 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:27,036 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:27 GMT 2018-08-27 15:43:27,036 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:27,036 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:43:27,036 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:32,038 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:43:32,100 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:32,101 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:32,101 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:32,101 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:32,101 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:32,101 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:32,101 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:32,101 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:43:27.361Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 29/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:43:27.361Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:43:28.104Z", "message": "Task started 'neutron_plugin.port.detach' [retry 29/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:43:28.104Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:43:29.287Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 29/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:43:29.287Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 135, "offset": 130, "size": 50}}} 2018-08-27 15:43:32,102 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:32,102 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:32 GMT 2018-08-27 15:43:32,102 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:32,102 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:43:32,102 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:32,102 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 29/60] 2018-08-27 15:43:32,103 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 29/60] 2018-08-27 15:43:32,103 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 29/60] 2018-08-27 15:43:32,103 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:43:32,159 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:32,160 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:32,160 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:32,160 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:32,160 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:32,160 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:32,160 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:32,160 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:43:32,160 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:32,161 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:32 GMT 2018-08-27 15:43:32,161 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:32,161 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:43:32,161 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:37,166 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:43:37,238 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:37,238 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:37,238 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:37,238 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:37,238 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:37,238 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:37,238 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:37,238 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 135, "offset": 133, "size": 50}}} 2018-08-27 15:43:37,238 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:37,238 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:37 GMT 2018-08-27 15:43:37,238 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:37,239 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:43:37,239 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:37,239 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:43:37,291 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:37,291 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:37,292 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:37,292 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:37,292 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:37,292 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:37,292 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:37,292 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:43:37,292 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:37,292 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:37 GMT 2018-08-27 15:43:37,292 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:37,292 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:43:37,292 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:42,297 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:43:42,366 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:42,366 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:42,366 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:42,366 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:42,367 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:42,367 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:42,367 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:42,367 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:43:39.354Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 30/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:43:39.354Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:43:40.111Z", "message": "Task started 'neutron_plugin.port.detach' [retry 30/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:43:40.111Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:43:41.178Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 30/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:43:41.178Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 138, "offset": 133, "size": 50}}} 2018-08-27 15:43:42,367 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:42,367 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:42 GMT 2018-08-27 15:43:42,367 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:42,367 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:43:42,367 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:42,368 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 30/60] 2018-08-27 15:43:42,368 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 30/60] 2018-08-27 15:43:42,368 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 30/60] 2018-08-27 15:43:42,368 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:43:42,425 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:42,425 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:42,425 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:42,425 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:42,425 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:42,425 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:42,425 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:42,425 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:43:42,426 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:42,426 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:42 GMT 2018-08-27 15:43:42,426 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:42,426 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:43:42,426 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:47,431 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:43:47,505 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:47,505 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:47,505 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:47,506 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:47,506 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:47,506 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:47,506 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:47,506 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 138, "offset": 136, "size": 50}}} 2018-08-27 15:43:47,506 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:47,506 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:47 GMT 2018-08-27 15:43:47,506 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:47,506 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:43:47,506 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:47,507 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:43:47,565 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:47,566 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:47,566 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:47,566 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:47,566 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:47,566 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:47,566 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:47,566 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:43:47,567 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:47,567 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:47 GMT 2018-08-27 15:43:47,567 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:47,567 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:43:47,567 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:52,569 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:43:52,631 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:52,631 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:52,632 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:52,632 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:52,632 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:52,632 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:52,632 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:52,632 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:43:51.244Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 31/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:43:51.244Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:43:52.117Z", "message": "Task started 'neutron_plugin.port.detach' [retry 31/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:43:52.117Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 140, "offset": 136, "size": 50}}} 2018-08-27 15:43:52,632 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:52,632 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:52 GMT 2018-08-27 15:43:52,632 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:52,633 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1088 2018-08-27 15:43:52,633 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:52,633 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 31/60] 2018-08-27 15:43:52,633 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 31/60] 2018-08-27 15:43:52,633 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:43:52,690 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:52,690 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:52,690 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:52,690 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:52,690 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:52,690 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:52,690 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:52,690 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:43:52,690 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:52,691 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:52 GMT 2018-08-27 15:43:52,691 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:52,691 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:43:52,691 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:57,696 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:43:57,767 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:57,767 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:57,768 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:57,768 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:57,768 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:57,768 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:57,768 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:57,768 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:43:53.272Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 31/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:43:53.272Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 141, "offset": 138, "size": 50}}} 2018-08-27 15:43:57,768 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:57,768 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:57 GMT 2018-08-27 15:43:57,768 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:57,768 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1259 2018-08-27 15:43:57,769 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:43:57,769 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 31/60] 2018-08-27 15:43:57,769 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:43:57,824 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:43:57,824 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:43:57,824 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:43:57,824 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:43:57,824 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:43:57,824 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:43:57,824 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:43:57,825 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:43:57,825 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:43:57,825 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:43:57 GMT 2018-08-27 15:43:57,825 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:43:57,825 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:43:57,825 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:02,830 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:44:02,895 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:02,895 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:02,896 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:02,896 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:02,896 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:02,896 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:02,896 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:02,896 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 141, "offset": 139, "size": 50}}} 2018-08-27 15:44:02,896 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:02,896 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:02 GMT 2018-08-27 15:44:02,896 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:02,896 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:44:02,897 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:02,897 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:44:02,949 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:02,950 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:02,950 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:02,950 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:02,950 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:02,950 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:02,950 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:02,950 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:44:02,950 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:02,950 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:02 GMT 2018-08-27 15:44:02,951 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:02,951 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:44:02,951 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:07,956 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:44:08,020 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:08,020 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:08,020 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:08,020 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:08,020 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:08,020 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:08,021 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:08,021 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:44:03.336Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 32/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:44:03.336Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:44:04.123Z", "message": "Task started 'neutron_plugin.port.detach' [retry 32/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:44:04.123Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:44:05.260Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 32/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:44:05.260Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 144, "offset": 139, "size": 50}}} 2018-08-27 15:44:08,021 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:08,021 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:08 GMT 2018-08-27 15:44:08,021 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:08,021 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:44:08,021 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:08,021 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 32/60] 2018-08-27 15:44:08,022 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 32/60] 2018-08-27 15:44:08,022 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 32/60] 2018-08-27 15:44:08,022 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:44:08,080 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:08,081 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:08,081 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:08,081 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:08,081 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:08,081 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:08,081 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:08,081 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:44:08,081 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:08,082 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:08 GMT 2018-08-27 15:44:08,082 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:08,082 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:44:08,082 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:13,087 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:44:13,151 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:13,152 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:13,152 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:13,152 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:13,152 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:13,152 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:13,152 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:13,152 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 144, "offset": 142, "size": 50}}} 2018-08-27 15:44:13,152 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:13,152 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:13 GMT 2018-08-27 15:44:13,152 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:13,153 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:44:13,153 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:13,153 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:44:13,206 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:13,206 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:13,206 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:13,206 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:13,207 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:13,207 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:13,207 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:13,207 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:44:13,207 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:13,207 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:13 GMT 2018-08-27 15:44:13,207 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:13,207 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:44:13,207 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:18,213 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:44:18,274 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:18,275 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:18,275 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:18,275 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:18,275 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:18,275 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:18,275 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:18,275 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:44:15.327Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 33/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:44:15.327Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:44:16.128Z", "message": "Task started 'neutron_plugin.port.detach' [retry 33/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:44:16.128Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:44:17.357Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 33/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:44:17.357Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 147, "offset": 142, "size": 50}}} 2018-08-27 15:44:18,275 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:18,275 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:18 GMT 2018-08-27 15:44:18,276 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:18,276 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:44:18,276 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:18,276 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 33/60] 2018-08-27 15:44:18,276 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 33/60] 2018-08-27 15:44:18,276 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 33/60] 2018-08-27 15:44:18,277 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:44:18,329 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:18,330 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:18,330 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:18,330 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:18,330 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:18,330 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:18,330 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:18,330 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:44:18,330 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:18,330 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:18 GMT 2018-08-27 15:44:18,331 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:18,331 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:44:18,331 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:23,336 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:44:23,403 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:23,404 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:23,404 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:23,404 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:23,404 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:23,404 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:23,404 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:23,404 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 147, "offset": 145, "size": 50}}} 2018-08-27 15:44:23,405 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:23,405 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:23 GMT 2018-08-27 15:44:23,405 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:23,405 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:44:23,405 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:23,405 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:44:23,458 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:23,459 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:23,459 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:23,459 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:23,459 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:23,459 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:23,459 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:23,459 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:44:23,459 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:23,459 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:23 GMT 2018-08-27 15:44:23,460 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:23,460 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:44:23,460 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:28,465 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:44:28,526 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:28,526 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:28,526 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:28,526 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:28,527 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:28,527 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:28,527 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:28,527 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:44:27.423Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 34/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:44:27.423Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:44:28.134Z", "message": "Task started 'neutron_plugin.port.detach' [retry 34/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:44:28.134Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 149, "offset": 145, "size": 50}}} 2018-08-27 15:44:28,527 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:28,527 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:28 GMT 2018-08-27 15:44:28,527 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:28,527 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1088 2018-08-27 15:44:28,527 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:28,528 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 34/60] 2018-08-27 15:44:28,528 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 34/60] 2018-08-27 15:44:28,528 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:44:28,584 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:28,584 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:28,584 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:28,584 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:28,584 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:28,584 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:28,584 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:28,585 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:44:28,585 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:28,585 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:28 GMT 2018-08-27 15:44:28,585 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:28,585 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:44:28,585 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:33,590 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:44:33,652 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:33,652 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:33,652 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:33,652 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:33,652 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:33,652 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:33,652 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:33,652 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:44:29.346Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 34/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:44:29.346Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 150, "offset": 147, "size": 50}}} 2018-08-27 15:44:33,653 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:33,653 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:33 GMT 2018-08-27 15:44:33,653 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:33,653 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1259 2018-08-27 15:44:33,653 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:33,653 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 34/60] 2018-08-27 15:44:33,653 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:44:33,704 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:33,704 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:33,704 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:33,705 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:33,705 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:33,705 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:33,705 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:33,705 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:44:33,705 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:33,705 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:33 GMT 2018-08-27 15:44:33,705 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:33,705 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:44:33,705 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:38,711 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:44:38,773 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:38,774 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:38,774 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:38,774 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:38,774 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:38,774 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:38,774 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:38,774 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 150, "offset": 148, "size": 50}}} 2018-08-27 15:44:38,775 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:38,775 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:38 GMT 2018-08-27 15:44:38,775 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:38,775 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:44:38,775 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:38,775 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:44:38,826 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:38,826 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:38,826 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:38,827 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:38,827 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:38,827 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:38,827 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:38,827 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:44:38,827 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:38,827 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:38 GMT 2018-08-27 15:44:38,827 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:38,827 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:44:38,828 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:43,833 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:44:43,895 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:43,895 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:43,895 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:43,895 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:43,895 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:43,895 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:43,895 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:43,896 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:44:39.403Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 35/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:44:39.403Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:44:40.139Z", "message": "Task started 'neutron_plugin.port.detach' [retry 35/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:44:40.139Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:44:41.430Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 35/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:44:41.430Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 153, "offset": 148, "size": 50}}} 2018-08-27 15:44:43,896 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:43,896 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:43 GMT 2018-08-27 15:44:43,896 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:43,896 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:44:43,896 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:43,896 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 35/60] 2018-08-27 15:44:43,897 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 35/60] 2018-08-27 15:44:43,897 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 35/60] 2018-08-27 15:44:43,897 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:44:43,949 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:43,949 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:43,949 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:43,949 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:43,949 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:43,949 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:43,949 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:43,950 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:44:43,950 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:43,950 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:43 GMT 2018-08-27 15:44:43,950 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:43,950 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:44:43,950 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:48,955 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:44:49,017 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:49,018 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:49,018 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:49,018 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:49,018 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:49,018 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:49,018 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:49,018 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 153, "offset": 151, "size": 50}}} 2018-08-27 15:44:49,018 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:49,019 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:49 GMT 2018-08-27 15:44:49,019 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:49,019 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:44:49,019 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:49,019 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:44:49,078 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:49,078 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:49,078 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:49,078 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:49,079 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:49,079 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:49,079 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:49,079 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:44:49,079 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:49,079 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:49 GMT 2018-08-27 15:44:49,079 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:49,079 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:44:49,079 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:54,085 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:44:54,146 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:54,147 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:54,147 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:54,147 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:54,147 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:54,147 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:54,147 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:54,147 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:44:51.488Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 36/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:44:51.488Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:44:52.148Z", "message": "Task started 'neutron_plugin.port.detach' [retry 36/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:44:52.148Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:44:53.516Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 36/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:44:53.516Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 156, "offset": 151, "size": 50}}} 2018-08-27 15:44:54,147 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:54,148 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:54 GMT 2018-08-27 15:44:54,148 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:54,148 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:44:54,148 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:54,148 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 36/60] 2018-08-27 15:44:54,149 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 36/60] 2018-08-27 15:44:54,149 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 36/60] 2018-08-27 15:44:54,149 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:44:54,200 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:54,200 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:54,201 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:54,201 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:54,201 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:54,201 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:54,201 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:54,201 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:44:54,201 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:54,201 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:54 GMT 2018-08-27 15:44:54,201 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:54,202 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:44:54,202 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:59,207 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:44:59,286 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:59,287 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:59,287 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:59,287 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:59,287 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:59,287 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:59,287 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:59,287 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 156, "offset": 154, "size": 50}}} 2018-08-27 15:44:59,287 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:59,288 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:59 GMT 2018-08-27 15:44:59,288 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:59,288 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:44:59,288 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:44:59,288 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:44:59,342 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:44:59,342 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:44:59,342 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:44:59,343 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:44:59,343 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:44:59,343 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:44:59,343 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:44:59,343 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:44:59,343 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:44:59,343 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:44:59 GMT 2018-08-27 15:44:59,343 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:44:59,343 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:44:59,343 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:04,349 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:45:04,409 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:04,409 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:04,409 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:04,409 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:04,409 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:04,409 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:04,409 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:04,409 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:45:03.575Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 37/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:45:03.575Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:45:04.153Z", "message": "Task started 'neutron_plugin.port.detach' [retry 37/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:45:04.153Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 158, "offset": 154, "size": 50}}} 2018-08-27 15:45:04,410 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:04,410 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:04 GMT 2018-08-27 15:45:04,410 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:04,410 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1088 2018-08-27 15:45:04,410 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:04,410 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 37/60] 2018-08-27 15:45:04,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 37/60] 2018-08-27 15:45:04,411 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:45:04,466 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:04,467 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:04,467 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:04,467 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:04,467 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:04,467 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:04,467 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:04,467 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:45:04,467 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:04,467 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:04 GMT 2018-08-27 15:45:04,468 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:04,468 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:45:04,468 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:09,473 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:45:09,535 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:09,535 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:09,536 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:09,536 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:09,536 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:09,536 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:09,536 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:09,536 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:45:05.602Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 37/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:45:05.602Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 159, "offset": 156, "size": 50}}} 2018-08-27 15:45:09,536 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:09,536 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:09 GMT 2018-08-27 15:45:09,536 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:09,536 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1259 2018-08-27 15:45:09,537 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:09,537 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 37/60] 2018-08-27 15:45:09,537 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:45:09,590 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:09,590 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:09,590 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:09,590 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:09,591 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:09,591 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:09,591 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:09,591 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:45:09,591 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:09,591 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:09 GMT 2018-08-27 15:45:09,591 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:09,591 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:45:09,591 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:14,597 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:45:14,684 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:14,684 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:14,684 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:14,684 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:14,684 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:14,684 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:14,684 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:14,684 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 159, "offset": 157, "size": 50}}} 2018-08-27 15:45:14,685 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:14,685 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:14 GMT 2018-08-27 15:45:14,685 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:14,685 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:45:14,685 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:14,685 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:45:14,744 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:14,744 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:14,744 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:14,744 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:14,744 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:14,745 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:14,745 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:14,745 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:45:14,745 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:14,745 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:14 GMT 2018-08-27 15:45:14,745 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:14,745 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:45:14,745 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:19,749 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:45:19,819 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:19,820 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:19,820 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:19,820 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:19,820 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:19,820 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:19,820 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:19,820 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:45:15.666Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 38/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:45:15.666Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:45:16.182Z", "message": "Task started 'neutron_plugin.port.detach' [retry 38/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:45:16.182Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:45:17.994Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 38/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:45:17.994Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 162, "offset": 157, "size": 50}}} 2018-08-27 15:45:19,820 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:19,821 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:19 GMT 2018-08-27 15:45:19,821 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:19,821 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:45:19,821 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:19,821 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 38/60] 2018-08-27 15:45:19,821 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 38/60] 2018-08-27 15:45:19,822 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 38/60] 2018-08-27 15:45:19,822 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:45:19,876 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:19,876 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:19,876 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:19,877 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:19,877 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:19,877 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:19,877 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:19,877 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:45:19,877 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:19,877 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:19 GMT 2018-08-27 15:45:19,877 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:19,877 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:45:19,878 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:24,883 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:45:24,945 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:24,945 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:24,945 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:24,946 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:24,946 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:24,946 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:24,946 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:24,946 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 162, "offset": 160, "size": 50}}} 2018-08-27 15:45:24,946 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:24,946 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:24 GMT 2018-08-27 15:45:24,946 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:24,946 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:45:24,947 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:24,947 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:45:25,000 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:25,000 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:25,000 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:25,000 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:25,000 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:25,000 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:25,000 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:25,001 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:45:25,001 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:25,001 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:25 GMT 2018-08-27 15:45:25,001 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:25,001 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:45:25,001 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:30,007 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:45:30,085 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:30,086 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:30,086 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:30,086 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:30,086 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:30,086 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:30,086 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:30,086 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:45:28.070Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 39/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:45:28.070Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:45:28.189Z", "message": "Task started 'neutron_plugin.port.detach' [retry 39/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:45:28.189Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 164, "offset": 160, "size": 50}}} 2018-08-27 15:45:30,086 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:30,086 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:30 GMT 2018-08-27 15:45:30,087 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:30,087 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1088 2018-08-27 15:45:30,087 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:30,087 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 39/60] 2018-08-27 15:45:30,087 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 39/60] 2018-08-27 15:45:30,088 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:45:30,145 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:30,145 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:30,145 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:30,145 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:30,145 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:30,145 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:30,146 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:30,146 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:45:30,146 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:30,146 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:30 GMT 2018-08-27 15:45:30,146 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:30,146 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:45:30,146 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:35,152 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:45:35,219 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:35,219 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:35,219 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:35,220 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:35,220 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:35,220 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:35,220 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:35,220 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:45:30.199Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 39/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:45:30.199Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 165, "offset": 162, "size": 50}}} 2018-08-27 15:45:35,220 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:35,220 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:35 GMT 2018-08-27 15:45:35,220 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:35,220 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1259 2018-08-27 15:45:35,220 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:35,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 39/60] 2018-08-27 15:45:35,221 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:45:35,277 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:35,277 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:35,277 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:35,278 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:35,278 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:35,278 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:35,278 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:35,278 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:45:35,278 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:35,278 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:35 GMT 2018-08-27 15:45:35,278 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:35,278 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:45:35,279 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:40,284 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:45:40,348 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:40,349 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:40,349 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:40,349 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:40,349 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:40,349 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:40,349 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:40,349 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:45:40.265Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 40/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:45:40.265Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 166, "offset": 163, "size": 50}}} 2018-08-27 15:45:40,350 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:40,350 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:40 GMT 2018-08-27 15:45:40,350 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:40,350 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 585 2018-08-27 15:45:40,350 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:40,350 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 40/60] 2018-08-27 15:45:40,351 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:45:40,409 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:40,409 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:40,409 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:40,410 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:40,410 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:40,410 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:40,410 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:40,410 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:45:40,410 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:40,410 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:40 GMT 2018-08-27 15:45:40,410 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:40,410 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:45:40,411 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:45,416 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:45:45,480 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:45,480 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:45,480 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:45,480 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:45,480 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:45,480 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:45,480 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:45,480 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:45:41.196Z", "message": "Task started 'neutron_plugin.port.detach' [retry 40/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:45:41.196Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:45:42.300Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 40/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:45:42.300Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 168, "offset": 164, "size": 50}}} 2018-08-27 15:45:45,481 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:45,481 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:45 GMT 2018-08-27 15:45:45,481 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:45,481 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1762 2018-08-27 15:45:45,481 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:45,481 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 40/60] 2018-08-27 15:45:45,482 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 40/60] 2018-08-27 15:45:45,482 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:45:45,535 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:45,535 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:45,535 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:45,535 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:45,535 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:45,535 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:45,536 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:45,536 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:45:45,536 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:45,536 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:45 GMT 2018-08-27 15:45:45,536 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:45,536 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:45:45,536 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:50,542 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:45:50,609 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:50,609 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:50,609 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:50,609 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:50,609 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:50,610 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:50,610 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:50,610 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 168, "offset": 166, "size": 50}}} 2018-08-27 15:45:50,610 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:50,610 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:50 GMT 2018-08-27 15:45:50,610 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:50,610 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:45:50,610 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:50,611 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:45:50,675 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:50,675 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:50,675 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:50,675 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:50,675 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:50,676 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:50,676 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:50,676 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:45:50,676 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:50,676 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:50 GMT 2018-08-27 15:45:50,676 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:50,676 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:45:50,676 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:55,682 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:45:55,752 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:55,753 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:55,753 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:55,753 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:55,753 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:55,753 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:55,753 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:55,753 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:45:52.365Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 41/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:45:52.365Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:45:53.202Z", "message": "Task started 'neutron_plugin.port.detach' [retry 41/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:45:53.202Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:45:54.290Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 41/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:45:54.290Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 171, "offset": 166, "size": 50}}} 2018-08-27 15:45:55,753 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:55,753 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:55 GMT 2018-08-27 15:45:55,754 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:55,754 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:45:55,754 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:45:55,754 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 41/60] 2018-08-27 15:45:55,754 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 41/60] 2018-08-27 15:45:55,755 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 41/60] 2018-08-27 15:45:55,755 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:45:55,816 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:45:55,816 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:45:55,817 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:45:55,817 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:45:55,817 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:45:55,817 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:45:55,817 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:45:55,817 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:45:55,817 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:45:55,817 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:45:55 GMT 2018-08-27 15:45:55,817 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:45:55,818 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:45:55,818 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:00,823 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:46:00,884 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:00,884 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:00,885 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:00,885 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:00,885 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:00,885 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:00,885 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:00,885 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 171, "offset": 169, "size": 50}}} 2018-08-27 15:46:00,885 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:00,885 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:00 GMT 2018-08-27 15:46:00,885 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:00,885 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:46:00,886 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:00,886 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:46:00,941 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:00,941 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:00,941 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:00,941 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:00,942 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:00,942 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:00,942 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:00,942 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:46:00,942 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:00,942 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:00 GMT 2018-08-27 15:46:00,942 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:00,942 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:46:00,942 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:05,948 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:46:06,014 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:06,014 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:06,015 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:06,015 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:06,015 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:06,015 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:06,015 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:06,015 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:46:04.354Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 42/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:46:04.354Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:46:05.208Z", "message": "Task started 'neutron_plugin.port.detach' [retry 42/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:46:05.208Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 173, "offset": 169, "size": 50}}} 2018-08-27 15:46:06,015 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:06,015 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:06 GMT 2018-08-27 15:46:06,015 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:06,016 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1088 2018-08-27 15:46:06,016 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:06,016 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 42/60] 2018-08-27 15:46:06,016 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 42/60] 2018-08-27 15:46:06,016 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:46:06,072 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:06,072 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:06,072 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:06,072 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:06,072 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:06,072 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:06,072 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:06,073 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:46:06,073 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:06,073 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:06 GMT 2018-08-27 15:46:06,073 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:06,073 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:46:06,073 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:11,079 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:46:11,142 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:11,143 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:11,143 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:11,143 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:11,143 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:11,143 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:11,143 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:11,143 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:46:06.483Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 42/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:46:06.483Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 174, "offset": 171, "size": 50}}} 2018-08-27 15:46:11,144 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:11,144 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:11 GMT 2018-08-27 15:46:11,144 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:11,144 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1259 2018-08-27 15:46:11,144 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:11,144 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 42/60] 2018-08-27 15:46:11,144 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:46:11,207 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:11,208 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:11,208 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:11,208 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:11,208 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:11,208 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:11,208 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:11,208 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:46:11,209 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:11,209 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:11 GMT 2018-08-27 15:46:11,209 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:11,209 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:46:11,209 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:16,214 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:46:16,278 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:16,278 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:16,278 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:16,279 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:16,279 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:16,279 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:16,279 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:16,279 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 174, "offset": 172, "size": 50}}} 2018-08-27 15:46:16,279 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:16,279 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:16 GMT 2018-08-27 15:46:16,279 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:16,279 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:46:16,279 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:16,280 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:46:16,330 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:16,330 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:16,331 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:16,331 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:16,331 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:16,331 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:16,331 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:16,331 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:46:16,331 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:16,331 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:16 GMT 2018-08-27 15:46:16,331 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:16,331 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:46:16,331 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:21,337 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:46:21,402 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:21,402 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:21,402 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:21,402 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:21,403 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:21,403 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:21,403 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:21,403 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:46:16.547Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 43/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:46:16.547Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:46:17.212Z", "message": "Task started 'neutron_plugin.port.detach' [retry 43/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:46:17.212Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:46:18.472Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 43/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:46:18.472Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 177, "offset": 172, "size": 50}}} 2018-08-27 15:46:21,403 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:21,403 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:21 GMT 2018-08-27 15:46:21,403 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:21,403 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:46:21,404 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:21,404 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 43/60] 2018-08-27 15:46:21,404 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 43/60] 2018-08-27 15:46:21,404 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 43/60] 2018-08-27 15:46:21,404 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:46:21,455 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:21,455 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:21,455 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:21,456 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:21,456 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:21,456 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:21,456 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:21,456 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:46:21,456 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:21,456 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:21 GMT 2018-08-27 15:46:21,456 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:21,456 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:46:21,456 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:26,460 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:46:26,530 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:26,530 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:26,530 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:26,530 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:26,531 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:26,531 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:26,531 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:26,531 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 177, "offset": 175, "size": 50}}} 2018-08-27 15:46:26,531 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:26,531 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:26 GMT 2018-08-27 15:46:26,531 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:26,531 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:46:26,531 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:26,532 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:46:26,589 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:26,589 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:26,589 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:26,589 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:26,589 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:26,589 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:26,589 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:26,589 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:46:26,589 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:26,589 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:26 GMT 2018-08-27 15:46:26,589 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:26,589 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:46:26,589 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:31,594 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:46:31,658 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:31,659 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:31,659 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:31,659 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:31,659 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:31,659 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:31,659 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:31,659 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:46:28.538Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 44/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:46:28.538Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:46:29.225Z", "message": "Task started 'neutron_plugin.port.detach' [retry 44/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:46:29.225Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:46:30.583Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 44/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:46:30.583Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 180, "offset": 175, "size": 50}}} 2018-08-27 15:46:31,659 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:31,659 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:31 GMT 2018-08-27 15:46:31,659 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:31,660 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:46:31,660 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:31,660 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 44/60] 2018-08-27 15:46:31,660 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 44/60] 2018-08-27 15:46:31,660 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 44/60] 2018-08-27 15:46:31,661 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:46:31,714 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:31,715 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:31,715 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:31,715 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:31,715 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:31,715 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:31,715 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:31,715 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:46:31,715 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:31,715 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:31 GMT 2018-08-27 15:46:31,716 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:31,716 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:46:31,716 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:36,721 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:46:36,785 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:36,785 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:36,786 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:36,786 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:36,786 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:36,786 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:36,786 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:36,786 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 180, "offset": 178, "size": 50}}} 2018-08-27 15:46:36,786 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:36,786 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:36 GMT 2018-08-27 15:46:36,786 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:36,786 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:46:36,786 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:36,787 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:46:36,844 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:36,845 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:36,845 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:36,845 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:36,845 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:36,845 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:36,845 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:36,845 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:46:36,846 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:36,846 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:36 GMT 2018-08-27 15:46:36,846 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:36,846 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:46:36,846 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:41,851 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:46:41,914 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:41,914 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:41,914 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:41,914 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:41,914 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:41,914 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:41,914 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:41,914 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:46:40.629Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 45/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:46:40.629Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:46:41.230Z", "message": "Task started 'neutron_plugin.port.detach' [retry 45/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:46:41.230Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 182, "offset": 178, "size": 50}}} 2018-08-27 15:46:41,914 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:41,914 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:41 GMT 2018-08-27 15:46:41,915 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:41,915 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1088 2018-08-27 15:46:41,915 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:41,915 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 45/60] 2018-08-27 15:46:41,915 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 45/60] 2018-08-27 15:46:41,915 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:46:41,987 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:41,987 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:41,987 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:41,988 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:41,988 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:41,988 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:41,988 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:41,988 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:46:41,988 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:41,988 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:41 GMT 2018-08-27 15:46:41,988 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:41,988 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:46:41,988 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:46,994 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:46:47,065 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:47,065 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:47,065 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:47,065 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:47,065 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:47,065 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:47,065 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:47,065 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:46:42.660Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 45/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:46:42.660Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 183, "offset": 180, "size": 50}}} 2018-08-27 15:46:47,066 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:47,066 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:47 GMT 2018-08-27 15:46:47,066 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:47,066 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1259 2018-08-27 15:46:47,066 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:47,066 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 45/60] 2018-08-27 15:46:47,066 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:46:47,116 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:47,116 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:47,116 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:47,116 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:47,116 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:47,116 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:47,117 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:47,117 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:46:47,117 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:47,117 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:47 GMT 2018-08-27 15:46:47,117 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:47,117 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:46:47,117 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:52,119 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:46:52,196 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:52,196 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:52,196 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:52,196 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:52,196 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:52,196 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:52,196 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:52,197 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 183, "offset": 181, "size": 50}}} 2018-08-27 15:46:52,197 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:52,197 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:52 GMT 2018-08-27 15:46:52,197 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:52,197 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:46:52,197 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:52,197 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:46:52,250 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:52,250 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:52,250 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:52,250 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:52,250 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:52,250 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:52,250 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:52,250 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:46:52,251 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:52,251 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:52 GMT 2018-08-27 15:46:52,251 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:52,251 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:46:52,251 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:57,256 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:46:57,333 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:57,333 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:57,333 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:57,334 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:57,334 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:57,334 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:57,334 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:57,334 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:46:52.722Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 46/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:46:52.722Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:46:53.235Z", "message": "Task started 'neutron_plugin.port.detach' [retry 46/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:46:53.235Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:46:54.746Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 46/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:46:54.746Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 186, "offset": 181, "size": 50}}} 2018-08-27 15:46:57,334 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:57,335 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:57 GMT 2018-08-27 15:46:57,335 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:57,335 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:46:57,335 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:46:57,336 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 46/60] 2018-08-27 15:46:57,336 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 46/60] 2018-08-27 15:46:57,336 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 46/60] 2018-08-27 15:46:57,336 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:46:57,392 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:46:57,392 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:46:57,392 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:46:57,392 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:46:57,393 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:46:57,393 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:46:57,393 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:46:57,393 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:46:57,393 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:46:57,393 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:46:57 GMT 2018-08-27 15:46:57,393 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:46:57,393 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:46:57,393 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:02,399 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:47:02,460 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:02,460 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:02,460 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:02,460 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:02,461 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:02,461 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:02,461 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:02,461 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 186, "offset": 184, "size": 50}}} 2018-08-27 15:47:02,461 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:02,462 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:02 GMT 2018-08-27 15:47:02,462 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:02,462 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:47:02,462 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:02,463 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:47:02,516 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:02,516 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:02,516 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:02,516 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:02,516 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:02,517 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:02,517 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:02,517 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:47:02,517 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:02,517 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:02 GMT 2018-08-27 15:47:02,517 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:02,517 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:47:02,517 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:07,519 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:47:07,582 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:07,582 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:07,582 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:07,582 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:07,582 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:07,582 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:07,582 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:07,583 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:47:04.804Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 47/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:47:04.804Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:47:05.240Z", "message": "Task started 'neutron_plugin.port.detach' [retry 47/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:47:05.240Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:47:06.731Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 47/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:47:06.731Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 189, "offset": 184, "size": 50}}} 2018-08-27 15:47:07,583 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:07,583 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:07 GMT 2018-08-27 15:47:07,583 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:07,583 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:47:07,583 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:07,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 47/60] 2018-08-27 15:47:07,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 47/60] 2018-08-27 15:47:07,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 47/60] 2018-08-27 15:47:07,584 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:47:07,640 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:07,641 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:07,641 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:07,641 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:07,641 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:07,641 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:07,641 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:07,641 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:47:07,641 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:07,641 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:07 GMT 2018-08-27 15:47:07,642 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:07,642 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:47:07,642 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:12,647 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:47:12,708 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:12,708 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:12,708 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:12,709 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:12,709 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:12,709 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:12,709 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:12,709 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 189, "offset": 187, "size": 50}}} 2018-08-27 15:47:12,709 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:12,709 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:12 GMT 2018-08-27 15:47:12,709 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:12,709 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:47:12,710 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:12,710 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:47:12,765 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:12,766 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:12,766 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:12,766 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:12,766 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:12,767 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:12,767 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:12,767 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:47:12,767 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:12,767 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:12 GMT 2018-08-27 15:47:12,768 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:12,768 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:47:12,768 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:17,774 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:47:17,835 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:17,836 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:17,836 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:17,836 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:17,836 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:17,836 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:17,836 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:17,836 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:47:16.794Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 48/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:47:16.794Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:47:17.246Z", "message": "Task started 'neutron_plugin.port.detach' [retry 48/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:47:17.246Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 191, "offset": 187, "size": 50}}} 2018-08-27 15:47:17,836 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:17,836 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:17 GMT 2018-08-27 15:47:17,837 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:17,837 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1088 2018-08-27 15:47:17,837 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:17,837 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 48/60] 2018-08-27 15:47:17,837 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 48/60] 2018-08-27 15:47:17,837 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:47:17,888 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:17,889 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:17,889 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:17,889 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:17,889 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:17,889 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:17,889 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:17,889 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:47:17,889 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:17,890 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:17 GMT 2018-08-27 15:47:17,890 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:17,890 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:47:17,890 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:22,891 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:47:22,953 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:22,954 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:22,954 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:22,954 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:22,954 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:22,954 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:22,954 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:22,954 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:47:18.919Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 48/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:47:18.919Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 192, "offset": 189, "size": 50}}} 2018-08-27 15:47:22,954 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:22,955 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:22 GMT 2018-08-27 15:47:22,955 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:22,955 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1259 2018-08-27 15:47:22,955 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:22,955 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 48/60] 2018-08-27 15:47:22,955 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:47:23,009 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:23,009 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:23,009 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:23,009 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:23,010 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:23,010 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:23,010 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:23,010 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:47:23,010 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:23,010 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:23 GMT 2018-08-27 15:47:23,010 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:23,010 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:47:23,010 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:28,013 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:47:28,075 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:28,076 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:28,076 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:28,076 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:28,076 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:28,076 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:28,076 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:28,076 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 192, "offset": 190, "size": 50}}} 2018-08-27 15:47:28,076 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:28,076 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:28 GMT 2018-08-27 15:47:28,077 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:28,077 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:47:28,077 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:28,077 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:47:28,132 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:28,132 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:28,132 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:28,132 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:28,132 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:28,133 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:28,133 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:28,133 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:47:28,133 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:28,133 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:28 GMT 2018-08-27 15:47:28,133 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:28,133 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:47:28,133 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:33,139 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:47:33,202 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:33,202 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:33,202 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:33,202 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:33,202 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:33,202 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:33,203 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:33,203 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:47:28.983Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 49/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:47:28.983Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:47:29.252Z", "message": "Task started 'neutron_plugin.port.detach' [retry 49/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:47:29.252Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:47:30.910Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 49/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:47:30.910Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 195, "offset": 190, "size": 50}}} 2018-08-27 15:47:33,203 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:33,203 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:33 GMT 2018-08-27 15:47:33,203 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:33,203 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:47:33,203 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:33,204 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 49/60] 2018-08-27 15:47:33,204 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 49/60] 2018-08-27 15:47:33,204 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 49/60] 2018-08-27 15:47:33,204 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:47:33,256 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:33,257 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:33,257 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:33,257 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:33,257 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:33,257 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:33,257 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:33,257 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:47:33,257 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:33,257 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:33 GMT 2018-08-27 15:47:33,258 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:33,258 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:47:33,258 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:38,263 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:47:38,325 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:38,326 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:38,326 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:38,326 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:38,326 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:38,326 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:38,326 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:38,326 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 195, "offset": 193, "size": 50}}} 2018-08-27 15:47:38,326 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:38,327 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:38 GMT 2018-08-27 15:47:38,327 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:38,327 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:47:38,327 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:38,327 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:47:38,383 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:38,384 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:38,384 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:38,384 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:38,384 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:38,384 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:38,384 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:38,384 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:47:38,384 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:38,385 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:38 GMT 2018-08-27 15:47:38,385 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:38,385 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:47:38,385 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:43,390 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:47:43,451 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:43,452 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:43,452 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:43,452 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:43,452 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:43,452 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:43,452 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:43,452 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:47:40.975Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 50/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:47:40.975Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:47:41.260Z", "message": "Task started 'neutron_plugin.port.detach' [retry 50/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:47:41.260Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:47:42.899Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 50/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:47:42.899Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 198, "offset": 193, "size": 50}}} 2018-08-27 15:47:43,452 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:43,453 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:43 GMT 2018-08-27 15:47:43,453 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:43,453 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:47:43,453 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:43,453 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 50/60] 2018-08-27 15:47:43,453 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 50/60] 2018-08-27 15:47:43,454 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 50/60] 2018-08-27 15:47:43,454 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:47:43,505 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:43,505 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:43,505 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:43,505 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:43,505 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:43,505 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:43,505 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:43,506 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:47:43,506 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:43,506 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:43 GMT 2018-08-27 15:47:43,506 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:43,506 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:47:43,506 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:48,512 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:47:48,576 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:48,576 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:48,576 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:48,576 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:48,576 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:48,576 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:48,576 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:48,577 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 198, "offset": 196, "size": 50}}} 2018-08-27 15:47:48,577 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:48,577 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:48 GMT 2018-08-27 15:47:48,577 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:48,577 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:47:48,577 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:48,577 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:47:48,643 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:48,643 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:48,643 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:48,643 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:48,643 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:48,644 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:48,644 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:48,644 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:47:48,644 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:48,644 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:48 GMT 2018-08-27 15:47:48,644 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:48,644 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:47:48,644 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:53,650 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:47:53,723 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:53,723 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:53,723 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:53,723 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:53,723 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:53,723 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:53,724 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:53,724 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:47:52.962Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 51/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:47:52.962Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:47:53.268Z", "message": "Task started 'neutron_plugin.port.detach' [retry 51/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:47:53.268Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 200, "offset": 196, "size": 50}}} 2018-08-27 15:47:53,724 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:53,724 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:53 GMT 2018-08-27 15:47:53,724 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:53,724 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1088 2018-08-27 15:47:53,724 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:53,725 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 51/60] 2018-08-27 15:47:53,725 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 51/60] 2018-08-27 15:47:53,725 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:47:53,780 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:53,780 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:53,780 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:53,780 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:53,780 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:53,781 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:53,781 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:53,781 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:47:53,781 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:53,781 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:53 GMT 2018-08-27 15:47:53,781 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:53,781 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:47:53,781 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:58,787 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:47:58,849 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:58,850 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:58,850 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:58,850 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:58,850 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:58,850 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:58,850 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:58,850 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:47:55.289Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 51/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:47:55.289Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 201, "offset": 198, "size": 50}}} 2018-08-27 15:47:58,850 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:58,851 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:58 GMT 2018-08-27 15:47:58,851 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:58,851 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1259 2018-08-27 15:47:58,851 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:47:58,851 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 51/60] 2018-08-27 15:47:58,851 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:47:58,902 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:47:58,902 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:47:58,902 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:47:58,902 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:47:58,902 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:47:58,903 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:47:58,903 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:47:58,903 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:47:58,903 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:47:58,903 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:47:58 GMT 2018-08-27 15:47:58,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:47:58,903 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:47:58,903 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:03,909 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:48:03,969 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:03,969 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:03,969 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:03,969 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:03,970 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:03,970 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:03,970 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:03,970 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 201, "offset": 199, "size": 50}}} 2018-08-27 15:48:03,970 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:03,970 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:03 GMT 2018-08-27 15:48:03,970 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:03,970 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:48:03,970 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:03,970 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:48:04,025 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:04,026 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:04,026 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:04,026 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:04,026 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:04,026 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:04,026 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:04,026 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:48:04,026 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:04,026 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:04 GMT 2018-08-27 15:48:04,027 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:04,027 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:48:04,027 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:09,032 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:48:09,094 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:09,095 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:09,095 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:09,095 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:09,095 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:09,095 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:09,095 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:09,095 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:48:05.346Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 52/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:48:05.346Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:48:06.274Z", "message": "Task started 'neutron_plugin.port.detach' [retry 52/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:48:06.274Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:48:07.277Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 52/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:48:07.277Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 204, "offset": 199, "size": 50}}} 2018-08-27 15:48:09,095 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:09,095 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:09 GMT 2018-08-27 15:48:09,096 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:09,096 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:48:09,096 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:09,096 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 52/60] 2018-08-27 15:48:09,096 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 52/60] 2018-08-27 15:48:09,097 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 52/60] 2018-08-27 15:48:09,097 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:48:09,148 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:09,148 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:09,148 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:09,148 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:09,149 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:09,149 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:09,149 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:09,149 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:48:09,149 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:09,149 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:09 GMT 2018-08-27 15:48:09,149 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:09,149 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:48:09,149 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:14,155 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:48:14,218 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:14,219 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:14,219 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:14,219 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:14,219 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:14,219 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:14,219 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:14,219 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 204, "offset": 202, "size": 50}}} 2018-08-27 15:48:14,219 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:14,219 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:14 GMT 2018-08-27 15:48:14,220 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:14,220 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:48:14,220 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:14,220 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:48:14,273 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:14,273 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:14,273 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:14,273 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:14,273 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:14,274 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:14,274 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:14,274 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:48:14,274 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:14,274 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:14 GMT 2018-08-27 15:48:14,274 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:14,274 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:48:14,274 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:19,280 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:48:19,341 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:19,341 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:19,341 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:19,341 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:19,341 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:19,341 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:19,341 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:19,342 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:48:17.327Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 53/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:48:17.327Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:48:18.282Z", "message": "Task started 'neutron_plugin.port.detach' [retry 53/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:48:18.282Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 206, "offset": 202, "size": 50}}} 2018-08-27 15:48:19,342 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:19,342 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:19 GMT 2018-08-27 15:48:19,342 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:19,342 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1088 2018-08-27 15:48:19,342 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:19,342 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 53/60] 2018-08-27 15:48:19,343 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 53/60] 2018-08-27 15:48:19,343 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:48:19,398 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:19,399 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:19,399 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:19,399 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:19,399 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:19,399 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:19,399 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:19,399 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:48:19,400 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:19,400 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:19 GMT 2018-08-27 15:48:19,400 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:19,400 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:48:19,400 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:24,405 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:48:24,466 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:24,467 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:24,467 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:24,467 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:24,467 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:24,467 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:24,467 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:24,467 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:48:19.454Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 53/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:48:19.454Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 207, "offset": 204, "size": 50}}} 2018-08-27 15:48:24,467 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:24,467 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:24 GMT 2018-08-27 15:48:24,468 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:24,468 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1259 2018-08-27 15:48:24,468 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:24,468 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 53/60] 2018-08-27 15:48:24,468 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:48:24,520 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:24,520 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:24,520 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:24,521 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:24,521 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:24,521 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:24,521 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:24,521 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:48:24,521 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:24,521 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:24 GMT 2018-08-27 15:48:24,521 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:24,521 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:48:24,521 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:29,527 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:48:29,596 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:29,597 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:29,597 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:29,597 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:29,597 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:29,597 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:29,597 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:29,597 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:48:29.517Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 54/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:48:29.517Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 208, "offset": 205, "size": 50}}} 2018-08-27 15:48:29,598 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:29,598 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:29 GMT 2018-08-27 15:48:29,598 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:29,598 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 585 2018-08-27 15:48:29,598 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:29,598 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 54/60] 2018-08-27 15:48:29,599 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:48:29,656 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:29,656 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:29,657 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:29,657 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:29,657 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:29,657 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:29,657 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:29,657 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:48:29,657 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:29,657 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:29 GMT 2018-08-27 15:48:29,657 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:29,657 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:48:29,658 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:34,663 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:48:34,737 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:34,737 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:34,737 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:34,737 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:34,737 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:34,737 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:34,737 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:34,737 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:48:30.291Z", "message": "Task started 'neutron_plugin.port.detach' [retry 54/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:48:30.291Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:48:31.447Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 54/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:48:31.447Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 210, "offset": 206, "size": 50}}} 2018-08-27 15:48:34,738 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:34,738 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:34 GMT 2018-08-27 15:48:34,738 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:34,738 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1762 2018-08-27 15:48:34,738 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:34,738 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 54/60] 2018-08-27 15:48:34,739 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 54/60] 2018-08-27 15:48:34,739 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:48:34,794 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:34,795 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:34,795 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:34,795 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:34,795 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:34,795 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:34,795 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:34,795 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:48:34,795 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:34,796 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:34 GMT 2018-08-27 15:48:34,796 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:34,796 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:48:34,796 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:39,801 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:48:39,875 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:39,875 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:39,875 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:39,875 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:39,876 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:39,876 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:39,876 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:39,876 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 210, "offset": 208, "size": 50}}} 2018-08-27 15:48:39,876 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:39,876 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:39 GMT 2018-08-27 15:48:39,876 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:39,876 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:48:39,876 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:39,877 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:48:39,943 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:39,943 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:39,943 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:39,943 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:39,943 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:39,944 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:39,944 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:39,944 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:48:39,944 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:39,944 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:39 GMT 2018-08-27 15:48:39,944 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:39,944 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:48:39,944 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:44,950 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:48:45,027 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:45,027 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:45,027 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:45,028 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:45,028 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:45,028 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:45,028 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:45,028 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:48:41.519Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 55/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:48:41.519Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:48:42.299Z", "message": "Task started 'neutron_plugin.port.detach' [retry 55/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:48:42.299Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:48:43.651Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 55/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:48:43.651Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 213, "offset": 208, "size": 50}}} 2018-08-27 15:48:45,028 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:45,028 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:45 GMT 2018-08-27 15:48:45,028 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:45,028 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:48:45,028 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:45,029 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 55/60] 2018-08-27 15:48:45,029 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 55/60] 2018-08-27 15:48:45,029 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 55/60] 2018-08-27 15:48:45,029 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:48:45,089 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:45,089 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:45,089 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:45,089 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:45,089 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:45,089 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:45,089 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:45,090 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:48:45,090 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:45,090 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:45 GMT 2018-08-27 15:48:45,090 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:45,090 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:48:45,090 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:50,096 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:48:50,166 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:50,166 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:50,166 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:50,167 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:50,167 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:50,167 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:50,167 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:50,167 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 213, "offset": 211, "size": 50}}} 2018-08-27 15:48:50,167 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:50,167 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:50 GMT 2018-08-27 15:48:50,167 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:50,167 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:48:50,167 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:50,168 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:48:50,252 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:50,252 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:50,252 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:50,252 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:50,253 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:50,253 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:50,253 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:50,253 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:48:50,253 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:50,253 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:50 GMT 2018-08-27 15:48:50,253 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:50,253 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:48:50,253 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:55,258 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:48:55,332 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:55,332 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:55,333 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:55,333 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:55,333 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:55,333 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:55,333 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:55,333 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:48:53.727Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 56/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:48:53.727Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:48:54.305Z", "message": "Task started 'neutron_plugin.port.detach' [retry 56/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:48:54.305Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 215, "offset": 211, "size": 50}}} 2018-08-27 15:48:55,333 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:55,333 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:55 GMT 2018-08-27 15:48:55,334 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:55,334 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1088 2018-08-27 15:48:55,334 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:48:55,334 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 56/60] 2018-08-27 15:48:55,334 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 56/60] 2018-08-27 15:48:55,335 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:48:55,387 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:48:55,387 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:48:55,387 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:48:55,387 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:48:55,388 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:48:55,388 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:48:55,388 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:48:55,388 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:48:55,388 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:48:55,388 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:48:55 GMT 2018-08-27 15:48:55,388 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:48:55,388 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:48:55,388 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:00,394 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:49:00,456 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:00,456 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:00,456 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:00,456 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:00,456 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:00,456 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:00,456 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:00,456 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:48:55.754Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 56/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:48:55.754Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 216, "offset": 213, "size": 50}}} 2018-08-27 15:49:00,457 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:00,457 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:00 GMT 2018-08-27 15:49:00,457 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:00,457 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1259 2018-08-27 15:49:00,457 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:00,457 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 56/60] 2018-08-27 15:49:00,458 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:49:00,515 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:00,515 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:00,515 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:00,516 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:00,516 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:00,516 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:00,516 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:00,516 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:49:00,516 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:00,516 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:00 GMT 2018-08-27 15:49:00,516 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:00,516 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:49:00,516 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:05,522 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:49:05,590 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:05,590 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:05,590 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:05,590 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:05,590 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:05,590 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:05,590 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:05,590 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 216, "offset": 214, "size": 50}}} 2018-08-27 15:49:05,591 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:05,591 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:05 GMT 2018-08-27 15:49:05,591 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:05,591 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:49:05,591 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:05,591 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:49:05,653 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:05,653 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:05,653 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:05,653 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:05,654 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:05,654 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:05,654 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:05,654 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:49:05,654 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:05,654 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:05 GMT 2018-08-27 15:49:05,654 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:05,654 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:49:05,654 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:10,659 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:49:10,726 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:10,726 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:10,727 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:10,727 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:10,727 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:10,727 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:10,727 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:10,727 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:49:05.812Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 57/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:49:05.812Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:49:06.331Z", "message": "Task started 'neutron_plugin.port.detach' [retry 57/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:49:06.331Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:49:07.739Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 57/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:49:07.739Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 219, "offset": 214, "size": 50}}} 2018-08-27 15:49:10,727 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:10,727 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:10 GMT 2018-08-27 15:49:10,728 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:10,728 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:49:10,728 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:10,728 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 57/60] 2018-08-27 15:49:10,728 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 57/60] 2018-08-27 15:49:10,729 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 57/60] 2018-08-27 15:49:10,729 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:49:10,780 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:10,781 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:10,781 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:10,781 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:10,781 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:10,781 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:10,781 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:10,781 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:49:10,782 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:10,782 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:10 GMT 2018-08-27 15:49:10,782 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:10,782 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:49:10,782 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:15,787 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:49:15,850 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:15,851 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:15,851 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:15,851 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:15,851 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:15,851 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:15,851 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:15,851 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 219, "offset": 217, "size": 50}}} 2018-08-27 15:49:15,851 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:15,851 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:15 GMT 2018-08-27 15:49:15,852 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:15,852 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:49:15,852 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:15,852 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:49:15,905 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:15,905 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:15,906 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:15,906 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:15,906 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:15,906 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:15,906 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:15,906 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:49:15,906 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:15,906 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:15 GMT 2018-08-27 15:49:15,907 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:15,907 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:49:15,907 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:20,912 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:49:20,975 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:20,975 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:20,975 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:20,975 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:20,976 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:20,976 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:20,976 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:20,976 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:49:17.804Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 58/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:49:17.804Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:49:18.340Z", "message": "Task started 'neutron_plugin.port.detach' [retry 58/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:49:18.340Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:49:19.836Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 58/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:49:19.836Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 222, "offset": 217, "size": 50}}} 2018-08-27 15:49:20,976 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:20,976 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:20 GMT 2018-08-27 15:49:20,976 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:20,976 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2265 2018-08-27 15:49:20,976 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:20,977 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 58/60] 2018-08-27 15:49:20,977 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 58/60] 2018-08-27 15:49:20,977 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 58/60] 2018-08-27 15:49:20,977 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:49:21,038 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:21,038 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:21,038 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:21,038 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:21,038 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:21,038 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:21,038 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:21,039 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:49:21,039 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:21,039 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:21 GMT 2018-08-27 15:49:21,039 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:21,039 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:49:21,039 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:26,044 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:49:26,118 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:26,118 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:26,118 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:26,119 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:26,119 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:26,119 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:26,119 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:26,119 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 222, "offset": 220, "size": 50}}} 2018-08-27 15:49:26,119 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:26,119 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:26 GMT 2018-08-27 15:49:26,119 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:26,119 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:49:26,120 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:26,120 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:49:26,173 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:26,174 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:26,174 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:26,174 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:26,174 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:26,174 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:26,174 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:26,174 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:49:26,174 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:26,174 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:26 GMT 2018-08-27 15:49:26,175 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:26,175 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:49:26,175 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:31,180 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:49:31,250 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:31,250 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:31,250 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:31,250 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:31,250 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:31,251 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:31,251 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:31,251 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:49:29.903Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 59/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:49:29.903Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:49:30.347Z", "message": "Task started 'neutron_plugin.port.detach' [retry 59/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:49:30.347Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 224, "offset": 220, "size": 50}}} 2018-08-27 15:49:31,251 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:31,251 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:31 GMT 2018-08-27 15:49:31,251 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:31,251 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1088 2018-08-27 15:49:31,251 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:31,251 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 59/60] 2018-08-27 15:49:31,252 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 59/60] 2018-08-27 15:49:31,252 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:49:31,389 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:31,389 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:31,389 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:31,390 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:31,390 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:31,390 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:31,390 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:31,390 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:49:31,390 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:31,390 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:31 GMT 2018-08-27 15:49:31,390 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:31,391 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:49:31,391 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:36,396 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:49:36,460 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:36,460 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:36,460 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:36,460 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:36,460 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:36,460 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:36,460 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:36,460 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:49:31.934Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 59/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:49:31.934Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 225, "offset": 222, "size": 50}}} 2018-08-27 15:49:36,460 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:36,461 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:36 GMT 2018-08-27 15:49:36,461 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:36,461 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1259 2018-08-27 15:49:36,461 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:36,461 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 59/60] 2018-08-27 15:49:36,461 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:49:36,513 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:36,513 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:36,513 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:36,513 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:36,513 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:36,513 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:36,513 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:36,514 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:49:36,514 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:36,514 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:36 GMT 2018-08-27 15:49:36,514 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:36,514 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:49:36,514 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:41,519 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:49:41,586 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:41,586 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:41,587 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:41,587 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:41,587 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:41,587 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:41,587 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:41,587 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 225, "offset": 223, "size": 50}}} 2018-08-27 15:49:41,587 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:41,588 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:41 GMT 2018-08-27 15:49:41,588 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:41,588 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-27 15:49:41,588 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:41,588 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:49:41,641 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:41,641 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:41,641 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:41,641 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:41,641 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:41,641 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:41,641 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:41,641 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:49:41,642 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:41,642 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:41 GMT 2018-08-27 15:49:41,642 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:41,642 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-27 15:49:41,642 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:46,647 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/events 2018-08-27 15:49:46,728 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:46,728 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:46,728 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:46,728 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:46,729 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:46,729 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:46,729 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:46,729 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:49:42.006Z", "message": "Sending task 'neutron_plugin.port.detach' [retry 60/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:49:42.006Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:49:42.353Z", "message": "Task started 'neutron_plugin.port.detach' [retry 60/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:49:42.353Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "task_rescheduled", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:49:44.037Z", "message": "Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 60/60]", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-27T15:49:44.037Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}, {"node_instance_id": null, "event_type": "workflow_failed", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-27T15:49:44.357Z", "message": "'uninstall' workflow execution failed: RuntimeError: Workflow failed: Task failed 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-27T15:49:44.357Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6a82487e-0f62-4954-9cf5-541a55fc2318"}], "metadata": {"pagination": {"total": 229, "offset": 223, "size": 50}}} 2018-08-27 15:49:46,729 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:46,729 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:46 GMT 2018-08-27 15:49:46,729 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:46,729 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2901 2018-08-27 15:49:46,730 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:46,730 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' [retry 60/60] 2018-08-27 15:49:46,730 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' [retry 60/60] 2018-08-27 15:49:46,730 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] [retry 60/60] 2018-08-27 15:49:46,731 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'uninstall' workflow execution failed: RuntimeError: Workflow failed: Task failed 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10] 2018-08-27 15:49:46,731 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/executions/6a82487e-0f62-4954-9cf5-541a55fc2318 2018-08-27 15:49:46,786 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:46,786 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:46,786 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:46,786 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:46,786 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:46,786 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:46,786 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:46,787 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "failed", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-27T15:37:32.604Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 502, in _remote_workflow_child_thread\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 533, in _execute_workflow_function\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/workflows.py\", line 37, in uninstall\n ignore_failure=ignore_failure)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 39, in uninstall_node_instances\n processor.uninstall()\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 98, in uninstall\n graph_finisher_func=self._finish_uninstall)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 114, in _process_node_instances\n self.graph.execute()\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py\", line 133, in execute\n self._handle_terminated_task(task)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py\", line 207, in _handle_terminated_task\n raise RuntimeError(message)\nRuntimeError: Workflow failed: Task failed 'neutron_plugin.port.detach' -> Waiting for the floating ip 172.30.9.209 to detach from server 07c7ed64-d723-4c59-a361-6da0495cf188.. [retry_after=10]\n", "deployment_id": "vrouter-opnfv", "id": "6a82487e-0f62-4954-9cf5-541a55fc2318"} 2018-08-27 15:49:46,787 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:46,787 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:46 GMT 2018-08-27 15:49:46,787 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:46,787 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1783 2018-08-27 15:49:46,787 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:46,788 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.204:80/api/v3/deployments/vrouter-opnfv 2018-08-27 15:49:46,858 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-27 15:49:46,858 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-27 15:49:46,858 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-27 15:49:46,858 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-27 15:49:46,858 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-27 15:49:46,858 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-27 15:49:46,859 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-27 15:49:46,859 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-27 15:49:46,859 - cloudify.rest_client.http - DEBUG - reply: "400 BAD REQUEST" {"message": "Can't delete deployment vrouter-opnfv - There are live nodes for this deployment. Live nodes ids: target_vnf_data_plane_port_gqm1dw,target_vnf_host_sywdtr,management_plane_network_ys0eqi,management_plane_subnet_pbwhn9,data_plane_subnet_dxond9,target_vnf_ip_jmbna6,keypair_ptyq89,target_vnf_port_86kw54,data_plane_network_cgvsco,security_group_gxaq27,router_ewy4vb,external_network_wowife", "error_code": "dependent_exists_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/deployments.py\", line 164, in delete\n deployment_id, bypass_maintenance, args.ignore_live_nodes)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 341, in delete_deployment\n ('uninitialized', 'deleted')])))\nDependentExistsError: Can't delete deployment vrouter-opnfv - There are live nodes for this deployment. Live nodes ids: target_vnf_data_plane_port_gqm1dw,target_vnf_host_sywdtr,management_plane_network_ys0eqi,management_plane_subnet_pbwhn9,data_plane_subnet_dxond9,target_vnf_ip_jmbna6,keypair_ptyq89,target_vnf_port_86kw54,data_plane_network_cgvsco,security_group_gxaq27,router_ewy4vb,external_network_wowife\n"} 2018-08-27 15:49:46,859 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-27 15:49:46,859 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 27 Aug 2018 15:49:46 GMT 2018-08-27 15:49:46,859 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-27 15:49:46,859 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1561 2018-08-27 15:49:46,859 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-27 15:49:46,860 - 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 247, in clean self.vnf['descriptor'].get('name')) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/deployments.py", line 230, in delete params=params) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 296, in delete 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: 400: Can't delete deployment vrouter-opnfv - There are live nodes for this deployment. Live nodes ids: target_vnf_data_plane_port_gqm1dw,target_vnf_host_sywdtr,management_plane_network_ys0eqi,management_plane_subnet_pbwhn9,data_plane_subnet_dxond9,target_vnf_ip_jmbna6,keypair_ptyq89,target_vnf_port_86kw54,data_plane_network_cgvsco,security_group_gxaq27,router_ewy4vb,external_network_wowife 2018-08-27 15:49:46,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 15:49:46,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/12039c79-ecd5-4982-9a1f-d43c26a77719 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:49:48,633 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-276bf90c-53ab-4574-bb32-af54ddbbb571 Date: Mon, 27 Aug 2018 15:49:48 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 15:49:48,633 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/12039c79-ecd5-4982-9a1f-d43c26a77719 used request id req-276bf90c-53ab-4574-bb32-af54ddbbb571 2018-08-27 15:49:48,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.76065301895s 2018-08-27 15:49:48,634 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/12039c79-ecd5-4982-9a1f-d43c26a77719 used request id req-276bf90c-53ab-4574-bb32-af54ddbbb571 2018-08-27 15:49:48,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 15:49:48,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:49:48,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:49: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-31e68efe-a325-4b10-a9d6-7f9bddacef08 x-compute-request-id: req-31e68efe-a325-4b10-a9d6-7f9bddacef08 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "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": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e"}, {"name": "vyos_vrouter-flavor_alt_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8922badf-a985-4e66-8a4b-4f38de6da839", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8922badf-a985-4e66-8a4b-4f38de6da839", "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": "8922badf-a985-4e66-8a4b-4f38de6da839"}, {"name": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "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": "bed8e90f-348e-48c2-89f5-50cd7333d537"}]} 2018-08-27 15:49:48,929 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-31e68efe-a325-4b10-a9d6-7f9bddacef08 2018-08-27 15:49:48,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.295256853104s 2018-08-27 15:49:48,930 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-31e68efe-a325-4b10-a9d6-7f9bddacef08 2018-08-27 15:49:48,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 15:49:48,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/8922badf-a985-4e66-8a4b-4f38de6da839 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:49:48,965 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 15:49: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-8802c179-fefc-4669-a936-f5e3a878c7b8 x-compute-request-id: req-8802c179-fefc-4669-a936-f5e3a878c7b8 Content-Length: 0 Content-Type: application/json 2018-08-27 15:49:48,965 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/8922badf-a985-4e66-8a4b-4f38de6da839 used request id req-8802c179-fefc-4669-a936-f5e3a878c7b8 2018-08-27 15:49:48,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0320580005646s 2018-08-27 15:49:48,966 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/8922badf-a985-4e66-8a4b-4f38de6da839 used request id req-8802c179-fefc-4669-a936-f5e3a878c7b8 2018-08-27 15:49:48,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 15:49:48,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/98a8f53c-e625-4618-a2e9-d8b4b8ac9aa3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:49:50,867 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7a8922cf-4319-4a48-9930-e26c9f8aedc8 Content-Length: 0 Date: Mon, 27 Aug 2018 15:49:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 15:49:50,867 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/98a8f53c-e625-4618-a2e9-d8b4b8ac9aa3.json used request id req-7a8922cf-4319-4a48-9930-e26c9f8aedc8 2018-08-27 15:49:50,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.89859700203s 2018-08-27 15:49:50,867 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/98a8f53c-e625-4618-a2e9-d8b4b8ac9aa3.json used request id req-7a8922cf-4319-4a48-9930-e26c9f8aedc8 2018-08-27 15:49:50,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 15:49:50,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:49:51,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 838 X-Openstack-Request-Id: req-bcd77502-cc91-443a-9b44-4e11e86c83d8 Date: Mon, 27 Aug 2018 15:49:51 GMT RESP BODY: {"floatingips": [{"router_id": "d52e92b5-920b-4dc7-8a73-7ab2d76cccbf", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:36:10Z", "updated_at": "2018-08-27T15:36:47Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": {"status": "ACTIVE", "name": "target_vnf_port", "admin_state_up": true, "network_id": "ab29e2e5-5c93-4abf-9ea2-079eb0ddbbe1", "device_owner": "compute:nova", "mac_address": "fa:16:3e:fc:4e:70", "device_id": "07c7ed64-d723-4c59-a361-6da0495cf188"}, "fixed_ip_address": "11.0.0.7", "floating_ip_address": "172.30.9.209", "revision_number": 4, "project_id": "3b264a0f56674d33915baf616f3614a5", "port_id": "12c95d33-566f-42ac-bae2-eb0ae9a41338", "id": "93d75ecb-49d7-45fb-aa87-7b7a04c31899", "qos_policy_id": null}]} 2018-08-27 15:49:51,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-bcd77502-cc91-443a-9b44-4e11e86c83d8 2018-08-27 15:49:51,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.36838889122s 2018-08-27 15:49:51,241 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-bcd77502-cc91-443a-9b44-4e11e86c83d8 2018-08-27 15:49:51,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-27 15:49:51,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:49:51,666 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 15: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 x-openstack-request-id: req-e60d1392-d560-4aaa-b45c-d341eeb4b295 x-compute-request-id: req-e60d1392-d560-4aaa-b45c-d341eeb4b295 Content-Type: application/json 2018-08-27 15:49:51,666 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6 used request id req-e60d1392-d560-4aaa-b45c-d341eeb4b295 2018-08-27 15:49:51,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.419602155685s 2018-08-27 15:49:51,666 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6 used request id req-e60d1392-d560-4aaa-b45c-d341eeb4b295 2018-08-27 15:49:51,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:49:51,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:49:53,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15: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-48fb09cf-7dcc-4e5c-bd77-23b776eb41a4 x-compute-request-id: req-48fb09cf-7dcc-4e5c-bd77-23b776eb41a4 Content-Encoding: gzip Content-Length: 1060 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:4e:70", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:4e:70", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:43:8c", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/07c7ed64-d723-4c59-a361-6da0495cf188", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/07c7ed64-d723-4c59-a361-6da0495cf188", "rel": "bookmark"}], "image": {"id": "12039c79-ecd5-4982-9a1f-d43c26a77719", "links": [{"href": "http://172.30.9.28:8774/images/12039c79-ecd5-4982-9a1f-d43c26a77719", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T15:37:46.000000", "flavor": {"id": "8922badf-a985-4e66-8a4b-4f38de6da839", "links": [{"href": "http://172.30.9.28:8774/flavors/8922badf-a985-4e66-8a4b-4f38de6da839", "rel": "bookmark"}]}, "id": "07c7ed64-d723-4c59-a361-6da0495cf188", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T15:37:46Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-27T15:36:55Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ab29e2e5-5c93-4abf-9ea2-079eb0ddbbe1"}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:96:bb", "version": 4, "addr": "192.168.120.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:96:bb", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21be8153-9c3c-484b-bd9b-4cb25682bcb6", "rel": "bookmark"}], "image": {"id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "links": [{"href": "http://172.30.9.28:8774/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T15:34:00.000000", "flavor": {"id": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "links": [{"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "bookmark"}]}, "id": "21be8153-9c3c-484b-bd9b-4cb25682bcb6", "security_groups": [{"name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T15:49:51Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "name": "vyos_vrouter-vm_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "created": "2018-08-27T15:31:49Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-27 15:49:53,173 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-48fb09cf-7dcc-4e5c-bd77-23b776eb41a4 2018-08-27 15:49:53,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.50596308708s 2018-08-27 15:49:53,173 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-48fb09cf-7dcc-4e5c-bd77-23b776eb41a4 2018-08-27 15:49:53,176 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-27 15:49:55,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 15:49:55,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:49:56,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:49: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-16a75adf-beb3-496f-9202-dab7f8813d74 x-compute-request-id: req-16a75adf-beb3-496f-9202-dab7f8813d74 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:4e:70", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:4e:70", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:43:8c", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/07c7ed64-d723-4c59-a361-6da0495cf188", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/07c7ed64-d723-4c59-a361-6da0495cf188", "rel": "bookmark"}], "image": {"id": "12039c79-ecd5-4982-9a1f-d43c26a77719", "links": [{"href": "http://172.30.9.28:8774/images/12039c79-ecd5-4982-9a1f-d43c26a77719", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-27T15:37:46.000000", "flavor": {"id": "8922badf-a985-4e66-8a4b-4f38de6da839", "links": [{"href": "http://172.30.9.28:8774/flavors/8922badf-a985-4e66-8a4b-4f38de6da839", "rel": "bookmark"}]}, "id": "07c7ed64-d723-4c59-a361-6da0495cf188", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "8ff2b4735e014d24bfafb4008c6e039f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-27T15:37:46Z", "hostId": "dcc019f50327e29573b4714dc978613eac24276b1fbf961be5af2d89", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-27T15:36:55Z", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ab29e2e5-5c93-4abf-9ea2-079eb0ddbbe1"}}]} 2018-08-27 15:49:56,130 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-16a75adf-beb3-496f-9202-dab7f8813d74 2018-08-27 15:49:56,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.951564073563s 2018-08-27 15:49:56,130 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-16a75adf-beb3-496f-9202-dab7f8813d74 2018-08-27 15:49:56,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-27 15:49:56,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:49:56,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10708 X-Openstack-Request-Id: req-82df5205-c059-46f7-902d-adb3db11e913 Date: Mon, 27 Aug 2018 15:49:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:29:47Z", "updated_at": "2018-08-27T15:35:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "12e8cbee-d86f-42ee-9401-fdd59bbb72e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "4b66753d-27a4-4e8a-aaaf-e791f56c72c3", "remote_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "76ae46e8-f605-40ac-942a-e72126cb896e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:29:47Z", "revision_number": 0, "id": "ca25397c-0e4d-481c-9c20-b823f04731a2", "remote_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "remote_ip_prefix": null, "created_at": "2018-08-27T15:29:47Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T15:35:25Z", "revision_number": 0, "id": "cf69dfd8-7938-48e5-9968-0ba982bf6dbb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:35:25Z", "security_group_id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}], "revision_number": 2, "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "801f4fef-9b6b-475f-836d-889ddca2ceb2", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:31:39Z", "updated_at": "2018-08-27T15:31:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-27T15:31:42Z", "revision_number": 0, "id": "0c8db2f2-032e-401d-83e6-fdb76835ecac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:42Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:40Z", "revision_number": 0, "id": "190ffd9b-f118-4ac8-a65b-657a2f68dce2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:40Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-27T15:31:43Z", "revision_number": 0, "id": "1e76fdc7-f8c1-4033-9a80-0ef77fa76c8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:43Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-27T15:31:41Z", "revision_number": 0, "id": "259b5192-bba7-4a5f-8951-08eaa026e8cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:41Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 443, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:39Z", "revision_number": 0, "id": "42da28fc-9b1f-42ac-b276-965ef554aece", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:39Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-27T15:31:41Z", "revision_number": 0, "id": "492e23b6-be5a-4a27-a28b-0a05e2470d2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:41Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 80, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:31:39Z", "revision_number": 0, "id": "5537c8cf-9de8-41da-a367-07df3d8361e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:39Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T15:31:40Z", "revision_number": 0, "id": "7b411f32-ee93-4f61-a9eb-5256c001699d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:31:40Z", "security_group_id": "ad166b14-e341-40eb-a374-95e1a38db72b", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}], "revision_number": 7, "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "ad166b14-e341-40eb-a374-95e1a38db72b", "name": "vyos_vrouter-sg_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}, {"description": "Security group for vnf test", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:36:09Z", "updated_at": "2018-08-27T15:36:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:36:09Z", "revision_number": 0, "id": "138bc1fa-0063-400c-9514-b5fd429b4993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:36:09Z", "security_group_id": "c0d5a7d5-3b29-47e8-adf8-01c5e8bc9a29", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": 0, "updated_at": "2018-08-27T15:36:12Z", "revision_number": 0, "id": "169fcf44-4a0b-4c3f-8bc4-c0844e774cfa", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-27T15:36:12Z", "security_group_id": "c0d5a7d5-3b29-47e8-adf8-01c5e8bc9a29", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 0, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-27T15:36:09Z", "revision_number": 0, "id": "3773f0ef-07a9-4aa4-8e2b-3a7b5a68e10a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-27T15:36:09Z", "security_group_id": "c0d5a7d5-3b29-47e8-adf8-01c5e8bc9a29", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-27T15:36:12Z", "revision_number": 0, "id": "433a539b-6e98-4203-98bb-2ea4cd1ac2de", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-27T15:36:12Z", "security_group_id": "c0d5a7d5-3b29-47e8-adf8-01c5e8bc9a29", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 65535, "updated_at": "2018-08-27T15:36:13Z", "revision_number": 0, "id": "6b54675a-ac4e-4fa6-aea2-57555f7f53ed", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-27T15:36:13Z", "security_group_id": "c0d5a7d5-3b29-47e8-adf8-01c5e8bc9a29", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 1, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 65535, "updated_at": "2018-08-27T15:36:13Z", "revision_number": 0, "id": "966235db-fe8b-4b91-b180-ae382d1c4dd9", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-27T15:36:13Z", "security_group_id": "c0d5a7d5-3b29-47e8-adf8-01c5e8bc9a29", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "port_range_min": 1, "ethertype": "IPv4", "project_id": "3b264a0f56674d33915baf616f3614a5"}], "revision_number": 5, "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "c0d5a7d5-3b29-47e8-adf8-01c5e8bc9a29", "name": "vnf_test_security_group"}]} 2018-08-27 15:49:56,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-82df5205-c059-46f7-902d-adb3db11e913 2018-08-27 15:49:56,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0495960712433s 2018-08-27 15:49:56,185 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-82df5205-c059-46f7-902d-adb3db11e913 2018-08-27 15:49:56,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-27 15:49:56,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/ad166b14-e341-40eb-a374-95e1a38db72b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:49:56,553 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-74f15e27-857f-4d65-bdea-20ec8185f0c5 Content-Length: 0 Date: Mon, 27 Aug 2018 15:49:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 15:49:56,553 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/ad166b14-e341-40eb-a374-95e1a38db72b.json used request id req-74f15e27-857f-4d65-bdea-20ec8185f0c5 2018-08-27 15:49:56,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.364864826202s 2018-08-27 15:49:56,553 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/ad166b14-e341-40eb-a374-95e1a38db72b.json used request id req-74f15e27-857f-4d65-bdea-20ec8185f0c5 2018-08-27 15:49:56,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-27 15:49:56,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:49:56,589 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 15:49: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 x-openstack-request-id: req-d87a0308-c4ff-4696-8874-85b77f426c15 x-compute-request-id: req-d87a0308-c4ff-4696-8874-85b77f426c15 Content-Length: 0 Content-Type: application/json 2018-08-27 15:49:56,589 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c used request id req-d87a0308-c4ff-4696-8874-85b77f426c15 2018-08-27 15:49:56,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.035101890564s 2018-08-27 15:49:56,589 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vyos_vrouter-kp_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c used request id req-d87a0308-c4ff-4696-8874-85b77f426c15 2018-08-27 15:49:56,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 15:49:56,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/200d82fa-4b49-4e21-8765-fbcde193362c/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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" -d '{"subnet_id": "cb462483-b7b2-4e6f-af4a-ca59ec8cf3e8"}' 2018-08-27 15:49:59,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b9fd9003-b4f3-4cf3-b3ac-ef653daf5035 Date: Mon, 27 Aug 2018 15:49:59 GMT RESP BODY: {"network_id": "b7ccdae7-8de6-42f2-a397-de982e787316", "tenant_id": "3b264a0f56674d33915baf616f3614a5", "subnet_id": "cb462483-b7b2-4e6f-af4a-ca59ec8cf3e8", "subnet_ids": ["cb462483-b7b2-4e6f-af4a-ca59ec8cf3e8"], "port_id": "879de9fe-df6a-4c63-a401-69fe0fe995c3", "id": "200d82fa-4b49-4e21-8765-fbcde193362c"} 2018-08-27 15:49:59,355 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/200d82fa-4b49-4e21-8765-fbcde193362c/remove_router_interface.json used request id req-b9fd9003-b4f3-4cf3-b3ac-ef653daf5035 2018-08-27 15:49:59,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.76579189301s 2018-08-27 15:49:59,355 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/200d82fa-4b49-4e21-8765-fbcde193362c/remove_router_interface.json used request id req-b9fd9003-b4f3-4cf3-b3ac-ef653daf5035 returning object 200d82fa-4b49-4e21-8765-fbcde193362c 2018-08-27 15:49:59,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 15:49:59,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:49:59,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1362 X-Openstack-Request-Id: req-61e41533-d321-447b-bf5e-c552d2bb0fee Date: Mon, 27 Aug 2018 15:49:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:29:51Z", "admin_state_up": true, "updated_at": "2018-08-27T15:49:57Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "200d82fa-4b49-4e21-8765-fbcde193362c", "name": "vyos_vrouter-router_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "3b264a0f56674d33915baf616f3614a5", "created_at": "2018-08-27T15:36:15Z", "admin_state_up": true, "updated_at": "2018-08-27T15:36:31Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "3b264a0f56674d33915baf616f3614a5", "id": "d52e92b5-920b-4dc7-8a73-7ab2d76cccbf", "name": "vnf_test_router"}]} 2018-08-27 15:49:59,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-61e41533-d321-447b-bf5e-c552d2bb0fee 2018-08-27 15:49:59,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.471989870071s 2018-08-27 15:49:59,828 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-61e41533-d321-447b-bf5e-c552d2bb0fee 2018-08-27 15:49:59,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 15:49:59,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/200d82fa-4b49-4e21-8765-fbcde193362c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:50:03,090 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-becbcce2-74fd-4c26-9e1b-fc4c2f269074 Content-Length: 0 Date: Mon, 27 Aug 2018 15:50:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 15:50:03,090 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/200d82fa-4b49-4e21-8765-fbcde193362c.json used request id req-becbcce2-74fd-4c26-9e1b-fc4c2f269074 2018-08-27 15:50:03,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.26103711128s 2018-08-27 15:50:03,091 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/200d82fa-4b49-4e21-8765-fbcde193362c.json used request id req-becbcce2-74fd-4c26-9e1b-fc4c2f269074 2018-08-27 15:50:03,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 15:50:03,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:50:03,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1887 X-Openstack-Request-Id: req-1ae9e706-f4f7-47e1-ba09-b703ee8c3117 Date: Mon, 27 Aug 2018 15:50:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab29e2e5-5c93-4abf-9ea2-079eb0ddbbe1","tenant_id":"3b264a0f56674d33915baf616f3614a5","created_at":"2018-08-27T15:36:25Z","dns_nameservers":[],"updated_at":"2018-08-27T15:36:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"11.0.0.2","end":"11.0.0.254"}],"gateway_ip":"11.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"11.0.0.0/24","project_id":"3b264a0f56674d33915baf616f3614a5","id":"bad4d654-ad52-4b68-ae28-7d2e8bd042b8","subnetpool_id":null,"name":"management_plane_subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7ccdae7-8de6-42f2-a397-de982e787316","tenant_id":"3b264a0f56674d33915baf616f3614a5","created_at":"2018-08-27T15:29:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T15:29: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":"3b264a0f56674d33915baf616f3614a5","id":"cb462483-b7b2-4e6f-af4a-ca59ec8cf3e8","subnetpool_id":null,"name":"vyos_vrouter-subnet_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6463ae3-21d7-4d8a-ba36-b8c925c86bfa","tenant_id":"3b264a0f56674d33915baf616f3614a5","created_at":"2018-08-27T15:36:14Z","dns_nameservers":[],"updated_at":"2018-08-27T15:36:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"12.0.0.1","end":"12.0.0.254"}],"gateway_ip":null,"revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"12.0.0.0/24","project_id":"3b264a0f56674d33915baf616f3614a5","id":"cc799698-a6ee-418b-9110-122951d2884f","subnetpool_id":null,"name":"data_plane_subnet"}]} 2018-08-27 15:50:03,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-1ae9e706-f4f7-47e1-ba09-b703ee8c3117 2018-08-27 15:50:03,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.31073307991s 2018-08-27 15:50:03,402 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-1ae9e706-f4f7-47e1-ba09-b703ee8c3117 2018-08-27 15:50:03,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 15:50:03,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/cb462483-b7b2-4e6f-af4a-ca59ec8cf3e8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:50:05,906 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-26b5eb9c-e743-4cca-9725-596fd5b7886e Date: Mon, 27 Aug 2018 15:50:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 15:50:05,906 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/cb462483-b7b2-4e6f-af4a-ca59ec8cf3e8.json used request id req-26b5eb9c-e743-4cca-9725-596fd5b7886e 2018-08-27 15:50:05,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.50191307068s 2018-08-27 15:50:05,906 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/cb462483-b7b2-4e6f-af4a-ca59ec8cf3e8.json used request id req-26b5eb9c-e743-4cca-9725-596fd5b7886e 2018-08-27 15:50:05,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 15:50:05,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:50:06,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2464 X-Openstack-Request-Id: req-3e3b0b23-f62c-4dad-b2ed-a8daf95bb466 Date: Mon, 27 Aug 2018 15:50:06 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"ab29e2e5-5c93-4abf-9ea2-079eb0ddbbe1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3b264a0f56674d33915baf616f3614a5","l2_adjacency":true,"status":"ACTIVE","subnets":["bad4d654-ad52-4b68-ae28-7d2e8bd042b8"],"description":"","tags":[],"updated_at":"2018-08-27T15:36:25Z","qos_policy_id":null,"name":"management_plane_network","admin_state_up":true,"tenant_id":"3b264a0f56674d33915baf616f3614a5","created_at":"2018-08-27T15:36:09Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b7ccdae7-8de6-42f2-a397-de982e787316","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3b264a0f56674d33915baf616f3614a5","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T15:50:05Z","qos_policy_id":null,"name":"vyos_vrouter-net_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c","admin_state_up":true,"tenant_id":"3b264a0f56674d33915baf616f3614a5","created_at":"2018-08-27T15:29:47Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"c6463ae3-21d7-4d8a-ba36-b8c925c86bfa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3b264a0f56674d33915baf616f3614a5","l2_adjacency":true,"status":"ACTIVE","subnets":["cc799698-a6ee-418b-9110-122951d2884f"],"description":"","tags":[],"updated_at":"2018-08-27T15:36:14Z","qos_policy_id":null,"name":"data_plane_network","admin_state_up":true,"tenant_id":"3b264a0f56674d33915baf616f3614a5","created_at":"2018-08-27T15:36:09Z","mtu":1450}]} 2018-08-27 15:50:06,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3e3b0b23-f62c-4dad-b2ed-a8daf95bb466 2018-08-27 15:50:06,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.301538944244s 2018-08-27 15:50:06,209 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3e3b0b23-f62c-4dad-b2ed-a8daf95bb466 2018-08-27 15:50:06,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 15:50:06,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/b7ccdae7-8de6-42f2-a397-de982e787316.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:50:07,702 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-af0332c1-c83b-4f78-9826-67d2ab05e55a Date: Mon, 27 Aug 2018 15:50:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 15:50:07,703 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/b7ccdae7-8de6-42f2-a397-de982e787316.json used request id req-af0332c1-c83b-4f78-9826-67d2ab05e55a 2018-08-27 15:50:07,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.49215483665s 2018-08-27 15:50:07,703 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/b7ccdae7-8de6-42f2-a397-de982e787316.json used request id req-af0332c1-c83b-4f78-9826-67d2ab05e55a 2018-08-27 15:50:07,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 15:50:07,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:50:08,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-2c27e7c9-ae11-4b69-aa08-2b3e425df3d2 Date: Mon, 27 Aug 2018 15:50:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T15:31:37Z", "file": "/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/file", "owner": "3b264a0f56674d33915baf616f3614a5", "id": "5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "size": 4373348352, "self": "/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-27T15:30:36Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 15:50:08,009 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2c27e7c9-ae11-4b69-aa08-2b3e425df3d2 2018-08-27 15:50:08,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301951169968s 2018-08-27 15:50:08,009 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2c27e7c9-ae11-4b69-aa08-2b3e425df3d2 2018-08-27 15:50:08,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 15:50:08,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b40f7289ef72126ab2fed2d0716e98be6a48cbf4" 2018-08-27 15:50:08,907 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eda33803-b52d-42dc-9ab5-42e48a432b5e Date: Mon, 27 Aug 2018 15:50: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 15:50:08,907 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b used request id req-eda33803-b52d-42dc-9ab5-42e48a432b5e 2018-08-27 15:50:08,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.896213054657s 2018-08-27 15:50:08,907 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/5bc3ad3e-9bd9-4bd9-beae-9f4147f60e1b used request id req-eda33803-b52d-42dc-9ab5-42e48a432b5e 2018-08-27 15:50:08,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 15:50:08,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:50:08,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15: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-aa10cf8d-40ad-4c85-9643-dfadb0559919 x-compute-request-id: req-aa10cf8d-40ad-4c85-9643-dfadb0559919 Content-Encoding: gzip Content-Length: 404 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e", "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": "2ebef3a3-7f03-42ea-a689-4aa887fdaf0e"}, {"name": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "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": "bed8e90f-348e-48c2-89f5-50cd7333d537"}]} 2018-08-27 15:50:08,937 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-aa10cf8d-40ad-4c85-9643-dfadb0559919 2018-08-27 15:50:08,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0287580490112s 2018-08-27 15:50:08,937 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-aa10cf8d-40ad-4c85-9643-dfadb0559919 2018-08-27 15:50:08,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 15:50:08,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:50:08,972 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 15: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 x-openstack-request-id: req-e053765a-3944-4686-b699-878dfd9cc070 x-compute-request-id: req-e053765a-3944-4686-b699-878dfd9cc070 Content-Length: 0 Content-Type: application/json 2018-08-27 15:50:08,972 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e used request id req-e053765a-3944-4686-b699-878dfd9cc070 2018-08-27 15:50:08,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0326471328735s 2018-08-27 15:50:08,972 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/2ebef3a3-7f03-42ea-a689-4aa887fdaf0e used request id req-e053765a-3944-4686-b699-878dfd9cc070 2018-08-27 15:50:08,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 15:50:08,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:50:09,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:50:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38b09314-f536-4c19-9a38-c6abaac52b9a Content-Encoding: gzip Content-Length: 1031 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da", "links": {"self": "http://172.30.9.28:5000/v3/users/643d28eccdf547c1be8115317b9156d8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "643d28eccdf547c1be8115317b9156d8", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "links": {"self": "http://172.30.9.28:5000/v3/users/8ff2b4735e014d24bfafb4008c6e039f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8ff2b4735e014d24bfafb4008c6e039f", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 15:50:09,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-38b09314-f536-4c19-9a38-c6abaac52b9a 2018-08-27 15:50:09,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.197444915771s 2018-08-27 15:50:09,171 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-38b09314-f536-4c19-9a38-c6abaac52b9a 2018-08-27 15:50:09,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 15:50:09,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/8ff2b4735e014d24bfafb4008c6e039f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:50:09,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-585263db-0d93-4e12-a9de-c35572a8c450 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c", "links": {"self": "http://172.30.9.28:5000/v3/users/8ff2b4735e014d24bfafb4008c6e039f"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "8ff2b4735e014d24bfafb4008c6e039f", "description": null}} 2018-08-27 15:50:09,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/8ff2b4735e014d24bfafb4008c6e039f used request id req-585263db-0d93-4e12-a9de-c35572a8c450 2018-08-27 15:50:09,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206616163254s 2018-08-27 15:50:09,384 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/8ff2b4735e014d24bfafb4008c6e039f used request id req-585263db-0d93-4e12-a9de-c35572a8c450 2018-08-27 15:50:09,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 15:50:09,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/8ff2b4735e014d24bfafb4008c6e039f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:50:09,697 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 15:50:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb8d2cb0-eda5-4249-9815-0ceef986536b 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 15:50:09,697 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8ff2b4735e014d24bfafb4008c6e039f used request id req-cb8d2cb0-eda5-4249-9815-0ceef986536b 2018-08-27 15:50:09,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.31211400032s 2018-08-27 15:50:09,697 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8ff2b4735e014d24bfafb4008c6e039f used request id req-cb8d2cb0-eda5-4249-9815-0ceef986536b 2018-08-27 15:50:09,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 15:50:09,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:50:09,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c5460db-d8f7-4033-b0dc-a1f57b2496a2 Content-Encoding: gzip Content-Length: 590 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/3b264a0f56674d33915baf616f3614a5"}, "tags": [], "enabled": true, "id": "3b264a0f56674d33915baf616f3614a5", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_b2ba7be1-64a9-43ac-9a50-a2af9a4c1f9c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9"}, "tags": [], "enabled": true, "id": "8d9ec3b924e84c679dfb4bd26aa542e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-27 15:50:09,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-2c5460db-d8f7-4033-b0dc-a1f57b2496a2 2018-08-27 15:50:09,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.194303035736s 2018-08-27 15:50:09,898 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-2c5460db-d8f7-4033-b0dc-a1f57b2496a2 2018-08-27 15:50:09,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 15:50:09,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/3b264a0f56674d33915baf616f3614a5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b49827b0e26d90e0a6c4b2450ab65f14c7999f95" 2018-08-27 15:50:10,171 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 15:50:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c0f2086-5ced-4eac-bb36-74721cde6f39 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 15:50:10,171 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/3b264a0f56674d33915baf616f3614a5 used request id req-6c0f2086-5ced-4eac-bb36-74721cde6f39 2018-08-27 15:50:10,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.268205165863s 2018-08-27 15:50:10,172 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/3b264a0f56674d33915baf616f3614a5 used request id req-6c0f2086-5ced-4eac-bb36-74721cde6f39 2018-08-27 15:50:10,172 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-08-27 15:50:10,201 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-08-27 15:50:10,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 15:50:10,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 15:50:10,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 15:50:10,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 15:50:10,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 15:50:10,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 15:50:10,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 15:50:10,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 15:50:10,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 15:50:10,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 15:50:10,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 15:50:10,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 15:50:10,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 15:50:10,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 15:50:10,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 15:50:10,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 15:50:10,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 15:50:10,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 15:50:10,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 15:50:10,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 15:50:10,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 15:50:10,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 15:50:10,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 15:50:10,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c3b9a09-804f-4373-ae88-964d6d7fbeaf 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 15:50:10,237 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9c3b9a09-804f-4373-ae88-964d6d7fbeaf 2018-08-27 15:50:10,238 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 15:50:10,629 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "6b26747647ee4eed8251bc5366eb3a92", "name": "admin"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T16:50:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56eab07eebe4995963c4bcc663afcc8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/d56eab07eebe4995963c4bcc663afcc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7ec832a5a7344de2b6acdec7f6f14582"}, "audit_ids": ["D3mUWP0pQhWwSTCe3h9ckg"], "issued_at": "2018-08-27T15:50:10.000000Z"}} 2018-08-27 15:50:10,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 15:50:10,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 15:50:11,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-da069b16-ae52-4998-8b7c-6c2a4afe5b66 Date: Mon, 27 Aug 2018 15:50:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","provider:network_type":"flat"}]} 2018-08-27 15:50:11,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-da069b16-ae52-4998-8b7c-6c2a4afe5b66 2018-08-27 15:50:11,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.378248929977s 2018-08-27 15:50:11,011 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-da069b16-ae52-4998-8b7c-6c2a4afe5b66 2018-08-27 15:50:11,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 15:50:11,020 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 15:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51bca0a9-09f6-42c5-b8f5-4347f32d32fc 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-27 15:50:11,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-51bca0a9-09f6-42c5-b8f5-4347f32d32fc 2018-08-27 15:50:11,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 15:50:11,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 15:50:11,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:50:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8498ff6-0afc-45e1-bcc6-b031ee52fc11 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/1822875bebb84e26b6f0f5a37895742c"}, "tags": [], "enabled": true, "id": "1822875bebb84e26b6f0f5a37895742c", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 15:50:11,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-a8498ff6-0afc-45e1-bcc6-b031ee52fc11 2018-08-27 15:50:11,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.206989049911s 2018-08-27 15:50:11,228 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-a8498ff6-0afc-45e1-bcc6-b031ee52fc11 2018-08-27 15:50:11,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 15:50:11,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_e2f55f19-b78c-4658-b532-c46b167c4193"}}' 2018-08-27 15:50:11,464 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 15:50:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15875a23-79bc-4f43-a920-79117f2cfe67 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.28:5000/v3/projects/8f0c75b53e524a19820670ab2be884c0"}, "tags": [], "enabled": true, "id": "8f0c75b53e524a19820670ab2be884c0", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_e2f55f19-b78c-4658-b532-c46b167c4193"}} 2018-08-27 15:50:11,464 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-15875a23-79bc-4f43-a920-79117f2cfe67 2018-08-27 15:50:11,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.228928089142s 2018-08-27 15:50:11,465 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-15875a23-79bc-4f43-a920-79117f2cfe67 2018-08-27 15:50:11,465 - 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'8f0c75b53e524a19820670ab2be884c0', '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_e2f55f19-b78c-4658-b532-c46b167c4193'}) 2018-08-27 15:50:11,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 15:50:11,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "212e481f-c559-486a-a0b0-a9d3989f4751", "email": null, "name": "juju_epc-user_e2f55f19-b78c-4658-b532-c46b167c4193"}}' 2018-08-27 15:50:11,853 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 15:50:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9d9b64f-e290-47a3-bb2f-9b53bc7e43c7 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_e2f55f19-b78c-4658-b532-c46b167c4193", "links": {"self": "http://172.30.9.28:5000/v3/users/8b4f70f90505454f85ab538c68483eaf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8b4f70f90505454f85ab538c68483eaf", "domain_id": "default", "password_expires_at": null}} 2018-08-27 15:50:11,854 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-a9d9b64f-e290-47a3-bb2f-9b53bc7e43c7 2018-08-27 15:50:11,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.38204908371s 2018-08-27 15:50:11,854 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-a9d9b64f-e290-47a3-bb2f-9b53bc7e43c7 2018-08-27 15:50:11,855 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8b4f70f90505454f85ab538c68483eaf', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_e2f55f19-b78c-4658-b532-c46b167c4193'}) 2018-08-27 15:50:11,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 15:50:11,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 15:50:12,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:50:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc22ee64-de80-410f-863d-3ab4eeb7d5b3 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 15:50:12,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cc22ee64-de80-410f-863d-3ab4eeb7d5b3 2018-08-27 15:50:12,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.201057195663s 2018-08-27 15:50:12,059 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cc22ee64-de80-410f-863d-3ab4eeb7d5b3 2018-08-27 15:50:12,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 15:50:12,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 15:50:12,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc89ca54-1c69-4ba6-9fb0-462b0d8f7718 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 15:50:12,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cc89ca54-1c69-4ba6-9fb0-462b0d8f7718 2018-08-27 15:50:12,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.182261943817s 2018-08-27 15:50:12,246 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cc89ca54-1c69-4ba6-9fb0-462b0d8f7718 2018-08-27 15:50:12,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 15:50:12,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 15:50:12,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e09d6c00-6ab9-4cf7-8224-a9bf5a0082b5 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376336f247c4dfc90ad3b93eedb6af9", "links": {"self": "http://172.30.9.28:5000/v3/roles/1376336f247c4dfc90ad3b93eedb6af9"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d3564d09ff14b238e0ff4fd225fe361", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d3564d09ff14b238e0ff4fd225fe361"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2d704632e4b7449aa0baeaa243e3aa0c", "links": {"self": "http://172.30.9.28:5000/v3/roles/2d704632e4b7449aa0baeaa243e3aa0c"}, "name": "member"}, {"domain_id": null, "id": "4d2e7aa31b02493eb3c4e78db87d88aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/4d2e7aa31b02493eb3c4e78db87d88aa"}, "name": "reader"}, {"domain_id": null, "id": "6b26747647ee4eed8251bc5366eb3a92", "links": {"self": "http://172.30.9.28:5000/v3/roles/6b26747647ee4eed8251bc5366eb3a92"}, "name": "admin"}, {"domain_id": null, "id": "72d7c3438c1142daac29d3cceb5f7216", "links": {"self": "http://172.30.9.28:5000/v3/roles/72d7c3438c1142daac29d3cceb5f7216"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7b28244ddeaf43af86cd31e8e289ae52", "links": {"self": "http://172.30.9.28:5000/v3/roles/7b28244ddeaf43af86cd31e8e289ae52"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-27 15:50:12,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e09d6c00-6ab9-4cf7-8224-a9bf5a0082b5 2018-08-27 15:50:12,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196221113205s 2018-08-27 15:50:12,448 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e09d6c00-6ab9-4cf7-8224-a9bf5a0082b5 2018-08-27 15:50:12,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 15:50:12,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 15:50:12,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f3831af-b5b8-42b1-a2ce-20b746664741 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 15:50:12,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-7f3831af-b5b8-42b1-a2ce-20b746664741 2018-08-27 15:50:12,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.197657108307s 2018-08-27 15:50:12,651 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-7f3831af-b5b8-42b1-a2ce-20b746664741 2018-08-27 15:50:12,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 15:50:12,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 15:50:12,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3c87729-45a0-4c87-94eb-e4b33ee4eb52 Content-Encoding: gzip Content-Length: 1029 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da", "links": {"self": "http://172.30.9.28:5000/v3/users/643d28eccdf547c1be8115317b9156d8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "643d28eccdf547c1be8115317b9156d8", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "juju_epc-user_e2f55f19-b78c-4658-b532-c46b167c4193", "links": {"self": "http://172.30.9.28:5000/v3/users/8b4f70f90505454f85ab538c68483eaf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8b4f70f90505454f85ab538c68483eaf", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 15:50:12,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a3c87729-45a0-4c87-94eb-e4b33ee4eb52 2018-08-27 15:50:12,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.126877069473s 2018-08-27 15:50:12,779 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a3c87729-45a0-4c87-94eb-e4b33ee4eb52 2018-08-27 15:50:12,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 15:50:12,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 15:50:12,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f61a4307-1601-4358-8c68-1a982215e4ed Content-Encoding: gzip Content-Length: 596 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.28:5000/v3/projects/8f0c75b53e524a19820670ab2be884c0"}, "tags": [], "enabled": true, "id": "8f0c75b53e524a19820670ab2be884c0", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_e2f55f19-b78c-4658-b532-c46b167c4193"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "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.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9"}, "tags": [], "enabled": true, "id": "8d9ec3b924e84c679dfb4bd26aa542e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}]} 2018-08-27 15:50:12,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-f61a4307-1601-4358-8c68-1a982215e4ed 2018-08-27 15:50:12,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.117375135422s 2018-08-27 15:50:12,911 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-f61a4307-1601-4358-8c68-1a982215e4ed 2018-08-27 15:50:12,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 15:50:12,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=8b4f70f90505454f85ab538c68483eaf&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=8f0c75b53e524a19820670ab2be884c0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 15:50:13,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1129a31e-c64d-4c2a-8f81-b3fd8515f483 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=8b4f70f90505454f85ab538c68483eaf&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=8f0c75b53e524a19820670ab2be884c0", "previous": null, "next": null}} 2018-08-27 15:50:13,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=8b4f70f90505454f85ab538c68483eaf&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=8f0c75b53e524a19820670ab2be884c0 used request id req-1129a31e-c64d-4c2a-8f81-b3fd8515f483 2018-08-27 15:50:13,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.206059932709s 2018-08-27 15:50:13,126 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=8b4f70f90505454f85ab538c68483eaf&role.id=2d704632e4b7449aa0baeaa243e3aa0c&scope.project.id=8f0c75b53e524a19820670ab2be884c0 used request id req-1129a31e-c64d-4c2a-8f81-b3fd8515f483 2018-08-27 15:50:13,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 15:50:13,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/8f0c75b53e524a19820670ab2be884c0/users/8b4f70f90505454f85ab538c68483eaf/roles/2d704632e4b7449aa0baeaa243e3aa0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 15:50:13,353 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 15:50:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac060211-64f0-44c4-ba0d-0c819cb3fdeb 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 15:50:13,353 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8f0c75b53e524a19820670ab2be884c0/users/8b4f70f90505454f85ab538c68483eaf/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-ac060211-64f0-44c4-ba0d-0c819cb3fdeb 2018-08-27 15:50:13,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.223751068115s 2018-08-27 15:50:13,353 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8f0c75b53e524a19820670ab2be884c0/users/8b4f70f90505454f85ab538c68483eaf/roles/2d704632e4b7449aa0baeaa243e3aa0c used request id req-ac060211-64f0-44c4-ba0d-0c819cb3fdeb 2018-08-27 15:50:13,354 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_e2f55f19-b78c-4658-b532-c46b167c4193', 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'8f0c75b53e524a19820670ab2be884c0', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '212e481f-c559-486a-a0b0-a9d3989f4751', 'username': u'juju_epc-user_e2f55f19-b78c-4658-b532-c46b167c4193', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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 15:50:13,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 15:50:13,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 15:50:13,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 15:50:13,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 15:50:13,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 15:50:13,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 15:50:13,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 15:50:13,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 15:50:13,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 15:50:13,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 15:50:13,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 15:50:13,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 15:50:13,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 15:50:13,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 15:50:13,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 15:50:13,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 15:50:13,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 15:50:13,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 15:50:13,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 15:50:13,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 15:50:13,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 15:50:13,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 15:50:13,360 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_e2f55f19-b78c-4658-b532-c46b167c4193', 'password': '212e481f-c559-486a-a0b0-a9d3989f4751', 'project_name': 'juju_epc-project_e2f55f19-b78c-4658-b532-c46b167c4193', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '8f0c75b53e524a19820670ab2be884c0', 'project_domain_name': 'Default'} 2018-08-27 15:50:13,424 - 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 15:50:13,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-27 15:50:13,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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 15:50:13,454 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 15:50:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d889162-5d62-4ee7-bb47-ebecd3cd2476 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.7:35357/v3/", "rel": "self"}]}]}} 2018-08-27 15:50:13,454 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.7:35357/ used request id req-4d889162-5d62-4ee7-bb47-ebecd3cd2476 2018-08-27 15:50:13,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 15:50:13,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:50:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-375d2148-1225-4214-9437-81f606c777bb Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/041427e79f2c41588bd9e1c2cffa0a83"}, "enabled": true, "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/0d08d9ab972244deb272ffde7702c46b"}, "enabled": true, "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/4b5cdf797f6e43359e8b8ba144b20b7a"}, "enabled": true, "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/529e90bf4d1f47f3868acb317cdb2fa4"}, "enabled": true, "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/62af92b9f6d84dac8ec0d33e7f57585a"}, "enabled": true, "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/71a59b44bc724bbb86f03af01d3eb522"}, "enabled": true, "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/7e5f58282e4a4b0e9fbdb1783df2deb0"}, "enabled": true, "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/7ffa154a46744092943233322a648a10"}, "enabled": true, "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/805b7f93ffe942d0863d24a11ede0072"}, "enabled": true, "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/8521156c72044327b734add8f63dad9f"}, "enabled": true, "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/8546f45161eb4b8ab54c07baa73a5c47"}, "enabled": true, "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/aa14ecfdd4af4cf1851f4095f311111f"}, "enabled": true, "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/bcf88c5701864fc9ac98e7a59ea2736e"}, "enabled": true, "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/da42c55de78341d1a15d69eeb785071d"}, "enabled": true, "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/e06aed7991a642daa067c06403b2d79f"}, "enabled": true, "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-08-27 15:50:13,637 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-375d2148-1225-4214-9437-81f606c777bb 2018-08-27 15:50:13,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.191529989243s 2018-08-27 15:50:13,638 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-375d2148-1225-4214-9437-81f606c777bb 2018-08-27 15:50:13,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-27 15:50:13,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 15:50:13,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:50:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36decf49-0c75-44c1-8c6d-5051112a0650 Content-Encoding: gzip Content-Length: 1963 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0a4e34cc60c546998a738ae2bda6888a"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "da42c55de78341d1a15d69eeb785071d", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0fb7eb93d24b4122a29088fff2fa98f4"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7ffa154a46744092943233322a648a10", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1506526474d645558aad652f5c93e1b3"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "041427e79f2c41588bd9e1c2cffa0a83", "id": "1506526474d645558aad652f5c93e1b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1f499949407743fca971ed5a10dd0a4e"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "62af92b9f6d84dac8ec0d33e7f57585a", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2f55c57f4c1c4c948296e8ba1573b97e"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3478826679b34ca284986285ab7476b5"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "71a59b44bc724bbb86f03af01d3eb522", "id": "3478826679b34ca284986285ab7476b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/42aa373cc1c243f5a77ecda69e644812"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "529e90bf4d1f47f3868acb317cdb2fa4", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/4f1a676c9ef04ae5b463adeb24bd000b"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4b5cdf797f6e43359e8b8ba144b20b7a", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/516de13fd2dc47d587f1b9009301bb44"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4b5cdf797f6e43359e8b8ba144b20b7a", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/58e8515132284335975f001e576ce53d"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8521156c72044327b734add8f63dad9f", "id": "58e8515132284335975f001e576ce53d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5ada7f0fadda47b995d1ce27f61c606c"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e06aed7991a642daa067c06403b2d79f", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5ef9746fd59c48208aa59a4d50bf1ff7"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "71a59b44bc724bbb86f03af01d3eb522", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6aee409a5c51409f875dce865ceda05f"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bcf88c5701864fc9ac98e7a59ea2736e", "id": "6aee409a5c51409f875dce865ceda05f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/74c8022fc05d4d6fa8f69f9eb1e95a6e"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "529e90bf4d1f47f3868acb317cdb2fa4", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/77149ab05b7343a1a290aacd0b867cd0"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bcf88c5701864fc9ac98e7a59ea2736e", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7e921d100d6448a684bd22d01008f118"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0d08d9ab972244deb272ffde7702c46b", "id": "7e921d100d6448a684bd22d01008f118"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7e942a5249f24a21b90bfe65651cdbff"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e06aed7991a642daa067c06403b2d79f", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/842f0dde306b461a829dfcc8b2153451"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8521156c72044327b734add8f63dad9f", "id": "842f0dde306b461a829dfcc8b2153451"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/86ddd6738fd547ee9bc0e60b3f8dac32"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "041427e79f2c41588bd9e1c2cffa0a83", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8851d0c93d7842958dd7a3e4c1b0c7ab"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa14ecfdd4af4cf1851f4095f311111f", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8cabb7d7988f4215aeab0bd51c3409a6"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "529e90bf4d1f47f3868acb317cdb2fa4", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/917cbd693853406185fc81d2df2e29c4"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "62af92b9f6d84dac8ec0d33e7f57585a", "id": "917cbd693853406185fc81d2df2e29c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/aecbf1fcf55d46c1bbc42d447e90f7d4"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa14ecfdd4af4cf1851f4095f311111f", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b128d76906d141c7a49f454935eb7e91"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "da42c55de78341d1a15d69eeb785071d", "id": "b128d76906d141c7a49f454935eb7e91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b426d29e39c04d88aa9fa387285f2c5a"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8546f45161eb4b8ab54c07baa73a5c47", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b614b61bf8974a64a5099dd2156ecebd"}, "url": "http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0d08d9ab972244deb272ffde7702c46b", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b61a8ff7107c4008b31d518e5c91cb6b"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "62af92b9f6d84dac8ec0d33e7f57585a", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/bc5389040fc14542a851c9c98e2f38e4"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e06aed7991a642daa067c06403b2d79f", "id": "bc5389040fc14542a851c9c98e2f38e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c431d9e1bc69461ea4da00ffa0cf43f5"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa14ecfdd4af4cf1851f4095f311111f", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c7092461ea4546e19fb4527e63709ec0"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "041427e79f2c41588bd9e1c2cffa0a83", "id": "c7092461ea4546e19fb4527e63709ec0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c7ab302ffada4c64a300898fb2ba05f6"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7ffa154a46744092943233322a648a10", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c860465e79f8486cbf07f364f3cd7477"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "71a59b44bc724bbb86f03af01d3eb522", "id": "c860465e79f8486cbf07f364f3cd7477"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/cc138aa05f6d48518882ff7c18b338dc"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bcf88c5701864fc9ac98e7a59ea2736e", "id": "cc138aa05f6d48518882ff7c18b338dc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d00c434fa0b141d0ae1b904262027bb8"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8546f45161eb4b8ab54c07baa73a5c47", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d39ea2416cd54da99fa4299c7818cf61"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7ffa154a46744092943233322a648a10", "id": "d39ea2416cd54da99fa4299c7818cf61"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/dd51c7e3cd0444e59306fc601819137a"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "da42c55de78341d1a15d69eeb785071d", "id": "dd51c7e3cd0444e59306fc601819137a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e279c756131048f4aeb15829e548b6f7"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0d08d9ab972244deb272ffde7702c46b", "id": "e279c756131048f4aeb15829e548b6f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e333a105295c47969881ff9ff20afd98"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8521156c72044327b734add8f63dad9f", "id": "e333a105295c47969881ff9ff20afd98"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e7fa26747e284fb8be30b9faa7bc4500"}, "url": "http://172.30.9.28:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f4e9a017bdb446c48e094c198786de1c"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "id": "f4e9a017bdb446c48e094c198786de1c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f9f84346fadf48d998c4fa139c5f06a6"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4b5cdf797f6e43359e8b8ba144b20b7a", "id": "f9f84346fadf48d998c4fa139c5f06a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/fa0f763902924517934d877fccb6c979"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8546f45161eb4b8ab54c07baa73a5c47", "id": "fa0f763902924517934d877fccb6c979"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-27 15:50:13,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-36decf49-0c75-44c1-8c6d-5051112a0650 2018-08-27 15:50:13,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.198240995407s 2018-08-27 15:50:13,846 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-36decf49-0c75-44c1-8c6d-5051112a0650 2018-08-27 15:50:13,853 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-08-27 15:50:13,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 15:50:13,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:50:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2772fea4-738a-49fb-9757-ed1db78dd42e 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.28:5000/v3/", "rel": "self"}]}} 2018-08-27 15:50:13,860 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2772fea4-738a-49fb-9757-ed1db78dd42e 2018-08-27 15:50:13,861 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-27 15:50:14,250 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d2e7aa31b02493eb3c4e78db87d88aa", "name": "reader"}, {"id": "2d704632e4b7449aa0baeaa243e3aa0c", "name": "member"}], "expires_at": "2018-08-27T16:50:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8f0c75b53e524a19820670ab2be884c0", "name": "juju_epc-project_e2f55f19-b78c-4658-b532-c46b167c4193"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/8f0c75b53e524a19820670ab2be884c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1506526474d645558aad652f5c93e1b3"}, {"url": "http://192.30.9.7:8004/v1/8f0c75b53e524a19820670ab2be884c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86ddd6738fd547ee9bc0e60b3f8dac32"}, {"url": "http://172.30.9.28:8004/v1/8f0c75b53e524a19820670ab2be884c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7092461ea4546e19fb4527e63709ec0"}], "type": "orchestration", "id": "041427e79f2c41588bd9e1c2cffa0a83", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_8f0c75b53e524a19820670ab2be884c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e921d100d6448a684bd22d01008f118"}, {"url": "http://172.30.9.28:8080/v1/AUTH_8f0c75b53e524a19820670ab2be884c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b614b61bf8974a64a5099dd2156ecebd"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e279c756131048f4aeb15829e548b6f7"}], "type": "object-store", "id": "0d08d9ab972244deb272ffde7702c46b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f1a676c9ef04ae5b463adeb24bd000b"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "516de13fd2dc47d587f1b9009301bb44"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f9f84346fadf48d998c4fa139c5f06a6"}], "type": "placement", "id": "4b5cdf797f6e43359e8b8ba144b20b7a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "42aa373cc1c243f5a77ecda69e644812"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "74c8022fc05d4d6fa8f69f9eb1e95a6e"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8cabb7d7988f4215aeab0bd51c3409a6"}], "type": "network", "id": "529e90bf4d1f47f3868acb317cdb2fa4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f499949407743fca971ed5a10dd0a4e"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "917cbd693853406185fc81d2df2e29c4"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61a8ff7107c4008b31d518e5c91cb6b"}], "type": "identity", "id": "62af92b9f6d84dac8ec0d33e7f57585a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3478826679b34ca284986285ab7476b5"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ef9746fd59c48208aa59a4d50bf1ff7"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c860465e79f8486cbf07f364f3cd7477"}], "type": "image", "id": "71a59b44bc724bbb86f03af01d3eb522", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f55c57f4c1c4c948296e8ba1573b97e"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fa26747e284fb8be30b9faa7bc4500"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4e9a017bdb446c48e094c198786de1c"}], "type": "event", "id": "7e5f58282e4a4b0e9fbdb1783df2deb0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/8f0c75b53e524a19820670ab2be884c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fb7eb93d24b4122a29088fff2fa98f4"}, {"url": "http://192.30.9.7:8776/v1/8f0c75b53e524a19820670ab2be884c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ab302ffada4c64a300898fb2ba05f6"}, {"url": "http://172.30.9.28:8776/v1/8f0c75b53e524a19820670ab2be884c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d39ea2416cd54da99fa4299c7818cf61"}], "type": "volume", "id": "7ffa154a46744092943233322a648a10", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "805b7f93ffe942d0863d24a11ede0072", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58e8515132284335975f001e576ce53d"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842f0dde306b461a829dfcc8b2153451"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e333a105295c47969881ff9ff20afd98"}], "type": "metric", "id": "8521156c72044327b734add8f63dad9f", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/8f0c75b53e524a19820670ab2be884c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b426d29e39c04d88aa9fa387285f2c5a"}, {"url": "http://192.30.9.7:8776/v3/8f0c75b53e524a19820670ab2be884c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d00c434fa0b141d0ae1b904262027bb8"}, {"url": "http://192.30.9.7:8776/v3/8f0c75b53e524a19820670ab2be884c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa0f763902924517934d877fccb6c979"}], "type": "volumev3", "id": "8546f45161eb4b8ab54c07baa73a5c47", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8851d0c93d7842958dd7a3e4c1b0c7ab"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aecbf1fcf55d46c1bbc42d447e90f7d4"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c431d9e1bc69461ea4da00ffa0cf43f5"}], "type": "cloudformation", "id": "aa14ecfdd4af4cf1851f4095f311111f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aee409a5c51409f875dce865ceda05f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77149ab05b7343a1a290aacd0b867cd0"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc138aa05f6d48518882ff7c18b338dc"}], "type": "compute", "id": "bcf88c5701864fc9ac98e7a59ea2736e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a4e34cc60c546998a738ae2bda6888a"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b128d76906d141c7a49f454935eb7e91"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dd51c7e3cd0444e59306fc601819137a"}], "type": "alarming", "id": "da42c55de78341d1a15d69eeb785071d", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/8f0c75b53e524a19820670ab2be884c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ada7f0fadda47b995d1ce27f61c606c"}, {"url": "http://192.30.9.7:8776/v2/8f0c75b53e524a19820670ab2be884c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e942a5249f24a21b90bfe65651cdbff"}, {"url": "http://172.30.9.28:8776/v2/8f0c75b53e524a19820670ab2be884c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc5389040fc14542a851c9c98e2f38e4"}], "type": "volumev2", "id": "e06aed7991a642daa067c06403b2d79f", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_e2f55f19-b78c-4658-b532-c46b167c4193", "id": "8b4f70f90505454f85ab538c68483eaf"}, "audit_ids": ["lK7jppnmTDOdUTjHonHIvQ"], "issued_at": "2018-08-27T15:50:14.000000Z"}} 2018-08-27 15:50:14,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 15:50:14,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" -d '{"network": {"name": "juju_epc-net_e2f55f19-b78c-4658-b532-c46b167c4193", "admin_state_up": true}}' 2018-08-27 15:50:14,753 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-7101bce7-beb6-4a9b-b0a6-14d2890fd8e8 Date: Mon, 27 Aug 2018 15:50:14 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"408e15cc-4f70-4ed4-a1da-c7a912bd9f4c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8f0c75b53e524a19820670ab2be884c0","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T15:50:14Z","is_default":false,"name":"juju_epc-net_e2f55f19-b78c-4658-b532-c46b167c4193","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8f0c75b53e524a19820670ab2be884c0","created_at":"2018-08-27T15:50:14Z","mtu":1450}} 2018-08-27 15:50:14,753 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7101bce7-beb6-4a9b-b0a6-14d2890fd8e8 2018-08-27 15:50:14,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.500571966171s 2018-08-27 15:50:14,754 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7101bce7-beb6-4a9b-b0a6-14d2890fd8e8 2018-08-27 15:50:14,754 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T15:50:14Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'408e15cc-4f70-4ed4-a1da-c7a912bd9f4c', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-net_e2f55f19-b78c-4658-b532-c46b167c4193', u'admin_state_up': True, u'tenant_id': u'8f0c75b53e524a19820670ab2be884c0', u'created_at': u'2018-08-27T15:50:14Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8f0c75b53e524a19820670ab2be884c0', u'l2_adjacency': True}) 2018-08-27 15:50:14,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 15:50:14,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 15:50:15,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1228 X-Openstack-Request-Id: req-bfbc69c1-6eab-4714-9494-5884b9a5a558 Date: Mon, 27 Aug 2018 15:50:15 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"408e15cc-4f70-4ed4-a1da-c7a912bd9f4c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8f0c75b53e524a19820670ab2be884c0","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T15:50:14Z","qos_policy_id":null,"name":"juju_epc-net_e2f55f19-b78c-4658-b532-c46b167c4193","admin_state_up":true,"tenant_id":"8f0c75b53e524a19820670ab2be884c0","created_at":"2018-08-27T15:50:14Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 15:50:15,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-bfbc69c1-6eab-4714-9494-5884b9a5a558 2018-08-27 15:50:15,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.61921787262s 2018-08-27 15:50:15,375 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-bfbc69c1-6eab-4714-9494-5884b9a5a558 2018-08-27 15:50:15,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 15:50:15,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" -d '{"subnet": {"name": "juju_epc-subnet_e2f55f19-b78c-4658-b532-c46b167c4193", "enable_dhcp": true, "network_id": "408e15cc-4f70-4ed4-a1da-c7a912bd9f4c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-08-27 15:50:16,575 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-415b07cd-e686-4ec9-857c-1e7a787c4637 Date: Mon, 27 Aug 2018 15:50:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"408e15cc-4f70-4ed4-a1da-c7a912bd9f4c","tenant_id":"8f0c75b53e524a19820670ab2be884c0","created_at":"2018-08-27T15:50:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T15:50:16Z","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":"8f0c75b53e524a19820670ab2be884c0","id":"b9d3dd6e-6f24-4f55-a425-08d949ff5619","subnetpool_id":null,"name":"juju_epc-subnet_e2f55f19-b78c-4658-b532-c46b167c4193"}} 2018-08-27 15:50:16,576 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-415b07cd-e686-4ec9-857c-1e7a787c4637 2018-08-27 15:50:16,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.19918298721s 2018-08-27 15:50:16,576 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-415b07cd-e686-4ec9-857c-1e7a787c4637 2018-08-27 15:50:16,576 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T15:50:16Z', 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'b9d3dd6e-6f24-4f55-a425-08d949ff5619', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_e2f55f19-b78c-4658-b532-c46b167c4193', u'enable_dhcp': True, u'network_id': u'408e15cc-4f70-4ed4-a1da-c7a912bd9f4c', u'tenant_id': u'8f0c75b53e524a19820670ab2be884c0', u'created_at': u'2018-08-27T15:50:16Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'8f0c75b53e524a19820670ab2be884c0'}) 2018-08-27 15:50:16,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 15:50:16,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" -d '{"router": {"external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c"}, "name": "juju_epc-router_e2f55f19-b78c-4658-b532-c46b167c4193", "admin_state_up": true}}' 2018-08-27 15:50:23,416 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-49fa96db-6187-4ae8-ac15-eb4f417aad63 Date: Mon, 27 Aug 2018 15:50:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8f0c75b53e524a19820670ab2be884c0", "created_at": "2018-08-27T15:50:17Z", "admin_state_up": true, "updated_at": "2018-08-27T15:50:18Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "8f0c75b53e524a19820670ab2be884c0", "id": "61d385b9-c295-426f-ba64-59ae1973c6f9", "name": "juju_epc-router_e2f55f19-b78c-4658-b532-c46b167c4193"}} 2018-08-27 15:50:23,416 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-49fa96db-6187-4ae8-ac15-eb4f417aad63 2018-08-27 15:50:23,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.83937001228s 2018-08-27 15:50:23,417 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-49fa96db-6187-4ae8-ac15-eb4f417aad63 2018-08-27 15:50:23,417 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T15:50:18Z', u'revision_number': 3, u'id': u'61d385b9-c295-426f-ba64-59ae1973c6f9', u'external_gateway_info': {u'network_id': u'9e7da560-d286-4d69-b2d6-e7b51586033c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'be54de9c-847e-4a09-971c-0568167e3798', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-router_e2f55f19-b78c-4658-b532-c46b167c4193', u'admin_state_up': True, u'tenant_id': u'8f0c75b53e524a19820670ab2be884c0', u'created_at': u'2018-08-27T15:50:17Z', u'flavor_id': None, u'routes': [], u'project_id': u'8f0c75b53e524a19820670ab2be884c0'}) 2018-08-27 15:50:23,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 15:50:23,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/61d385b9-c295-426f-ba64-59ae1973c6f9/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}7a015f8be0bf47445459ebd8699efa828af6fcfe" -d '{"subnet_id": "b9d3dd6e-6f24-4f55-a425-08d949ff5619"}' 2018-08-27 15:50:27,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-dce964a4-7042-47c2-bd10-3b591b06cd29 Date: Mon, 27 Aug 2018 15:50:27 GMT RESP BODY: {"network_id": "408e15cc-4f70-4ed4-a1da-c7a912bd9f4c", "tenant_id": "8f0c75b53e524a19820670ab2be884c0", "subnet_id": "b9d3dd6e-6f24-4f55-a425-08d949ff5619", "subnet_ids": ["b9d3dd6e-6f24-4f55-a425-08d949ff5619"], "port_id": "f9ab29aa-99a6-423b-8c27-4ac2dee517b5", "id": "61d385b9-c295-426f-ba64-59ae1973c6f9"} 2018-08-27 15:50:27,099 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/61d385b9-c295-426f-ba64-59ae1973c6f9/add_router_interface.json used request id req-dce964a4-7042-47c2-bd10-3b591b06cd29 2018-08-27 15:50:27,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.68093204498s 2018-08-27 15:50:27,099 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/61d385b9-c295-426f-ba64-59ae1973c6f9/add_router_interface.json used request id req-dce964a4-7042-47c2-bd10-3b591b06cd29 returning object 61d385b9-c295-426f-ba64-59ae1973c6f9 2018-08-27 15:50:27,100 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-08-27 15:50:28,783 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:7c14bb05aa9d8a4224a91d54f702b0a6 sha256:85c7ba628fddf7c53ebca219f2c399529bc82e120c1136ada0aa3d192ada72b9 2018-08-27 15:50:28,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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 15:50:28,789 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 27 Aug 2018 15:50:28 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-27 15:50:28,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 15:50:28,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 15:50:29,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-961f91bb-4d46-4991-ab5b-a963212f763c Date: Mon, 27 Aug 2018 15:50:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 15:50:29,152 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-961f91bb-4d46-4991-ab5b-a963212f763c 2018-08-27 15:50:29,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.359141111374s 2018-08-27 15:50:29,153 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-961f91bb-4d46-4991-ab5b-a963212f763c 2018-08-27 15:50:29,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 15:50:29,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" -d '{"owner_specified.shade.md5": "7c14bb05aa9d8a4224a91d54f702b0a6", "owner_specified.shade.sha256": "85c7ba628fddf7c53ebca219f2c399529bc82e120c1136ada0aa3d192ada72b9", "owner_specified.shade.object": "images/juju_epc-img_e2f55f19-b78c-4658-b532-c46b167c4193", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_e2f55f19-b78c-4658-b532-c46b167c4193"}' 2018-08-27 15:50:29,910 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ea2fadcb-9cdd-4c22-ae69-cab4c0ea23fe Date: Mon, 27 Aug 2018 15:50:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T15:50:29Z", "file": "/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2/file", "owner": "8f0c75b53e524a19820670ab2be884c0", "id": "884063da-9cbb-4d97-8d34-d279e95911f2", "size": null, "self": "/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "85c7ba628fddf7c53ebca219f2c399529bc82e120c1136ada0aa3d192ada72b9", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_e2f55f19-b78c-4658-b532-c46b167c4193", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "7c14bb05aa9d8a4224a91d54f702b0a6", "name": "juju_epc-img_e2f55f19-b78c-4658-b532-c46b167c4193", "checksum": null, "created_at": "2018-08-27T15:50:29Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 15:50:29,911 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ea2fadcb-9cdd-4c22-ae69-cab4c0ea23fe 2018-08-27 15:50:29,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.750451087952s 2018-08-27 15:50:29,911 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ea2fadcb-9cdd-4c22-ae69-cab4c0ea23fe returning object 884063da-9cbb-4d97-8d34-d279e95911f2 2018-08-27 15:50:29,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 15:50:29,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2/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}7a015f8be0bf47445459ebd8699efa828af6fcfe" -d '' 2018-08-27 15:50:35,367 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b146c8c7-2639-4c6a-a54e-74507bff2a84 Date: Mon, 27 Aug 2018 15:50: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 15:50:35,368 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2/file used request id req-b146c8c7-2639-4c6a-a54e-74507bff2a84 2018-08-27 15:50:35,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.4560649395s 2018-08-27 15:50:35,368 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2/file used request id req-b146c8c7-2639-4c6a-a54e-74507bff2a84 2018-08-27 15:50:35,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 15:50:35,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 15:50:36,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-462c9c51-6f5a-43f9-adf3-fbd1b3de52f7 Date: Mon, 27 Aug 2018 15:50:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T15:50:35Z", "file": "/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2/file", "owner": "8f0c75b53e524a19820670ab2be884c0", "id": "884063da-9cbb-4d97-8d34-d279e95911f2", "size": 296681472, "self": "/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/884063da-9cbb-4d97-8d34-d279e95911f2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "85c7ba628fddf7c53ebca219f2c399529bc82e120c1136ada0aa3d192ada72b9", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/884063da-9cbb-4d97-8d34-d279e95911f2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_e2f55f19-b78c-4658-b532-c46b167c4193", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "7c14bb05aa9d8a4224a91d54f702b0a6", "name": "juju_epc-img_e2f55f19-b78c-4658-b532-c46b167c4193", "checksum": "7c14bb05aa9d8a4224a91d54f702b0a6", "created_at": "2018-08-27T15:50:29Z", "os_hidden": false, "protected": false, "os_hash_value": "b69ab2f4ffed9b44b2101a2ee86defd75356bb9847cce26a2342e8964f269c4e933409b86dd953b016f80b434224c6666280106c26153b2b1ee83dc1cf7271da"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 15:50:36,098 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-462c9c51-6f5a-43f9-adf3-fbd1b3de52f7 2018-08-27 15:50:36,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.724452018738s 2018-08-27 15:50:36,098 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-462c9c51-6f5a-43f9-adf3-fbd1b3de52f7 2018-08-27 15:50:36,100 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/884063da-9cbb-4d97-8d34-d279e95911f2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2/file', 'owner': u'8f0c75b53e524a19820670ab2be884c0', 'id': u'884063da-9cbb-4d97-8d34-d279e95911f2', 'size': 296681472, u'self': u'/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8f0c75b53e524a19820670ab2be884c0', 'name': 'juju_epc-project_e2f55f19-b78c-4658-b532-c46b167c4193', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/884063da-9cbb-4d97-8d34-d279e95911f2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T15:50:35Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T15:50:35Z', u'owner_specified.shade.sha256': u'85c7ba628fddf7c53ebca219f2c399529bc82e120c1136ada0aa3d192ada72b9', u'owner_specified.shade.object': u'images/juju_epc-img_e2f55f19-b78c-4658-b532-c46b167c4193', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'7c14bb05aa9d8a4224a91d54f702b0a6', 'properties': {u'os_hash_value': u'b69ab2f4ffed9b44b2101a2ee86defd75356bb9847cce26a2342e8964f269c4e933409b86dd953b016f80b434224c6666280106c26153b2b1ee83dc1cf7271da', u'self': u'/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'85c7ba628fddf7c53ebca219f2c399529bc82e120c1136ada0aa3d192ada72b9', u'owner_specified.shade.object': u'images/juju_epc-img_e2f55f19-b78c-4658-b532-c46b167c4193', u'owner_specified.shade.md5': u'7c14bb05aa9d8a4224a91d54f702b0a6', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_e2f55f19-b78c-4658-b532-c46b167c4193', 'created': u'2018-08-27T15:50:29Z', 'checksum': u'7c14bb05aa9d8a4224a91d54f702b0a6', 'created_at': u'2018-08-27T15:50:29Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'b69ab2f4ffed9b44b2101a2ee86defd75356bb9847cce26a2342e8964f269c4e933409b86dd953b016f80b434224c6666280106c26153b2b1ee83dc1cf7271da', 'metadata': {u'os_hash_value': u'b69ab2f4ffed9b44b2101a2ee86defd75356bb9847cce26a2342e8964f269c4e933409b86dd953b016f80b434224c6666280106c26153b2b1ee83dc1cf7271da', u'self': u'/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'85c7ba628fddf7c53ebca219f2c399529bc82e120c1136ada0aa3d192ada72b9', u'owner_specified.shade.object': u'images/juju_epc-img_e2f55f19-b78c-4658-b532-c46b167c4193', u'owner_specified.shade.md5': u'7c14bb05aa9d8a4224a91d54f702b0a6', u'schema': u'/v2/schemas/image'}}) 2018-08-27 15:50:37,554 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 884063da-9cbb-4d97-8d34-d279e95911f2 -s xenial -r regionOne -u http://172.30.9.28: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 15:50:37,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 15:50:37,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_e2f55f19-b78c-4658-b532-c46b167c4193", "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 15:50:37,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15: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-34237ebd-d99a-4265-8a77-ae6f65e4f775 x-compute-request-id: req-34237ebd-d99a-4265-8a77-ae6f65e4f775 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_e2f55f19-b78c-4658-b532-c46b167c4193", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/64cdf372-1c69-4b00-87d4-c7fad2d323a6", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/64cdf372-1c69-4b00-87d4-c7fad2d323a6", "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": "64cdf372-1c69-4b00-87d4-c7fad2d323a6"}} 2018-08-27 15:50:37,970 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-34237ebd-d99a-4265-8a77-ae6f65e4f775 2018-08-27 15:50:37,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.41412115097s 2018-08-27 15:50:37,970 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-34237ebd-d99a-4265-8a77-ae6f65e4f775 2018-08-27 15:50:37,971 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_e2f55f19-b78c-4658-b532-c46b167c4193', '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'd56eab07eebe4995963c4bcc663afcc8', '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'64cdf372-1c69-4b00-87d4-c7fad2d323a6', 'swap': 0}) 2018-08-27 15:50:37,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 15:50:37,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/64cdf372-1c69-4b00-87d4-c7fad2d323a6/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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" -d '{"extra_specs": {}}' 2018-08-27 15:50:37,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15: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-1db0bb01-d097-40f7-a712-42a002152acf x-compute-request-id: req-1db0bb01-d097-40f7-a712-42a002152acf Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 15:50:37,999 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/64cdf372-1c69-4b00-87d4-c7fad2d323a6/os-extra_specs used request id req-1db0bb01-d097-40f7-a712-42a002152acf 2018-08-27 15:50:37,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0269269943237s 2018-08-27 15:50:37,999 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/64cdf372-1c69-4b00-87d4-c7fad2d323a6/os-extra_specs used request id req-1db0bb01-d097-40f7-a712-42a002152acf 2018-08-27 15:50:38,000 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-08-27 15:50:38,001 - 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 | admin | | SDN_CONTROLLER_WEBPORT | 8080 | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | NODE_NAME | lf-pod1 | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-252 | | SDN_CONTROLLER_IP | | | 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 15:50:38,009 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-08-27 15:50:38,099 - 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 15:50:38,100 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-08-27 15:50:38,200 - 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 15:50:38,201 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-27 15:50:39,689 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-27 15:50:39,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 15:50:39,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 15:50:39,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-a024dd1d-0634-4711-8cb8-f4f25b35b62b Date: Mon, 27 Aug 2018 15:50:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T15:50:35Z", "file": "/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2/file", "owner": "8f0c75b53e524a19820670ab2be884c0", "id": "884063da-9cbb-4d97-8d34-d279e95911f2", "size": 296681472, "self": "/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/884063da-9cbb-4d97-8d34-d279e95911f2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "85c7ba628fddf7c53ebca219f2c399529bc82e120c1136ada0aa3d192ada72b9", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/884063da-9cbb-4d97-8d34-d279e95911f2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_e2f55f19-b78c-4658-b532-c46b167c4193", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "7c14bb05aa9d8a4224a91d54f702b0a6", "name": "juju_epc-img_e2f55f19-b78c-4658-b532-c46b167c4193", "checksum": "7c14bb05aa9d8a4224a91d54f702b0a6", "created_at": "2018-08-27T15:50:29Z", "os_hidden": false, "protected": false, "os_hash_value": "b69ab2f4ffed9b44b2101a2ee86defd75356bb9847cce26a2342e8964f269c4e933409b86dd953b016f80b434224c6666280106c26153b2b1ee83dc1cf7271da"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 15:50:39,987 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a024dd1d-0634-4711-8cb8-f4f25b35b62b 2018-08-27 15:50:39,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.295823812485s 2018-08-27 15:50:39,987 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a024dd1d-0634-4711-8cb8-f4f25b35b62b 2018-08-27 15:50:39,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 15:50:40,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/juju_epc-img_alt_e2f55f19-b78c-4658-b532-c46b167c4193", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_e2f55f19-b78c-4658-b532-c46b167c4193"}' 2018-08-27 15:50:40,047 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/b8cc7d18-7a23-4e7d-8fcf-18154c953d41 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-101fc7ff-45ab-4aa2-b2f9-b80976b68649 Date: Mon, 27 Aug 2018 15:50:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T15:50:39Z", "file": "/v2/images/b8cc7d18-7a23-4e7d-8fcf-18154c953d41/file", "owner": "8f0c75b53e524a19820670ab2be884c0", "id": "b8cc7d18-7a23-4e7d-8fcf-18154c953d41", "size": null, "self": "/v2/images/b8cc7d18-7a23-4e7d-8fcf-18154c953d41", "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_e2f55f19-b78c-4658-b532-c46b167c4193", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "juju_epc-img_alt_e2f55f19-b78c-4658-b532-c46b167c4193", "checksum": null, "created_at": "2018-08-27T15:50:39Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-27 15:50:40,047 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-101fc7ff-45ab-4aa2-b2f9-b80976b68649 2018-08-27 15:50:40,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0508048534393s 2018-08-27 15:50:40,047 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-101fc7ff-45ab-4aa2-b2f9-b80976b68649 returning object b8cc7d18-7a23-4e7d-8fcf-18154c953d41 2018-08-27 15:50:40,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 15:50:40,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/b8cc7d18-7a23-4e7d-8fcf-18154c953d41/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}7a015f8be0bf47445459ebd8699efa828af6fcfe" -d '' 2018-08-27 15:50:44,495 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0431af7e-db46-48da-b29e-22a3505d80cf Date: Mon, 27 Aug 2018 15:50:44 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 15:50:44,495 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/b8cc7d18-7a23-4e7d-8fcf-18154c953d41/file used request id req-0431af7e-db46-48da-b29e-22a3505d80cf 2018-08-27 15:50:44,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.44702386856s 2018-08-27 15:50:44,495 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/b8cc7d18-7a23-4e7d-8fcf-18154c953d41/file used request id req-0431af7e-db46-48da-b29e-22a3505d80cf 2018-08-27 15:50:44,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 15:50:44,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 15:50:45,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2729 Content-Type: application/json X-Openstack-Request-Id: req-1ed43cd3-515b-4345-aca1-82e828422dcf Date: Mon, 27 Aug 2018 15:50:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T15:50:44Z", "file": "/v2/images/b8cc7d18-7a23-4e7d-8fcf-18154c953d41/file", "owner": "8f0c75b53e524a19820670ab2be884c0", "id": "b8cc7d18-7a23-4e7d-8fcf-18154c953d41", "size": 263193088, "self": "/v2/images/b8cc7d18-7a23-4e7d-8fcf-18154c953d41", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b8cc7d18-7a23-4e7d-8fcf-18154c953d41/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b8cc7d18-7a23-4e7d-8fcf-18154c953d41/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_e2f55f19-b78c-4658-b532-c46b167c4193", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "juju_epc-img_alt_e2f55f19-b78c-4658-b532-c46b167c4193", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-27T15:50:39Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T15:50:35Z", "file": "/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2/file", "owner": "8f0c75b53e524a19820670ab2be884c0", "id": "884063da-9cbb-4d97-8d34-d279e95911f2", "size": 296681472, "self": "/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/884063da-9cbb-4d97-8d34-d279e95911f2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "85c7ba628fddf7c53ebca219f2c399529bc82e120c1136ada0aa3d192ada72b9", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/884063da-9cbb-4d97-8d34-d279e95911f2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_e2f55f19-b78c-4658-b532-c46b167c4193", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "7c14bb05aa9d8a4224a91d54f702b0a6", "name": "juju_epc-img_e2f55f19-b78c-4658-b532-c46b167c4193", "checksum": "7c14bb05aa9d8a4224a91d54f702b0a6", "created_at": "2018-08-27T15:50:29Z", "os_hidden": false, "protected": false, "os_hash_value": "b69ab2f4ffed9b44b2101a2ee86defd75356bb9847cce26a2342e8964f269c4e933409b86dd953b016f80b434224c6666280106c26153b2b1ee83dc1cf7271da"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 15:50:45,212 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1ed43cd3-515b-4345-aca1-82e828422dcf 2018-08-27 15:50:45,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.712397098541s 2018-08-27 15:50:45,213 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1ed43cd3-515b-4345-aca1-82e828422dcf 2018-08-27 15:50:45,215 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b8cc7d18-7a23-4e7d-8fcf-18154c953d41/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b8cc7d18-7a23-4e7d-8fcf-18154c953d41/file', 'owner': u'8f0c75b53e524a19820670ab2be884c0', 'id': u'b8cc7d18-7a23-4e7d-8fcf-18154c953d41', 'size': 263193088, u'self': u'/v2/images/b8cc7d18-7a23-4e7d-8fcf-18154c953d41', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8f0c75b53e524a19820670ab2be884c0', 'name': 'juju_epc-project_e2f55f19-b78c-4658-b532-c46b167c4193', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/b8cc7d18-7a23-4e7d-8fcf-18154c953d41/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-27T15:50:44Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-27T15:50:44Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_e2f55f19-b78c-4658-b532-c46b167c4193', '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/b8cc7d18-7a23-4e7d-8fcf-18154c953d41', 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_e2f55f19-b78c-4658-b532-c46b167c4193', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_e2f55f19-b78c-4658-b532-c46b167c4193', 'created': u'2018-08-27T15:50:39Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-27T15:50:39Z', 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/b8cc7d18-7a23-4e7d-8fcf-18154c953d41', 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_e2f55f19-b78c-4658-b532-c46b167c4193', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-27 15:50:45,376 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i b8cc7d18-7a23-4e7d-8fcf-18154c953d41 -s trusty -r regionOne -u http://172.30.9.28: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 15:50:45,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-27 15:50:45,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_e2f55f19-b78c-4658-b532-c46b167c4193", "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 15:50:45,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:50: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-279f2e8a-26b7-4159-946b-f6eef48bbd1d x-compute-request-id: req-279f2e8a-26b7-4159-946b-f6eef48bbd1d Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_alt_e2f55f19-b78c-4658-b532-c46b167c4193", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9d043684-c9c9-41e1-be88-217fc6ea59fc", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9d043684-c9c9-41e1-be88-217fc6ea59fc", "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": "9d043684-c9c9-41e1-be88-217fc6ea59fc"}} 2018-08-27 15:50:45,443 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-279f2e8a-26b7-4159-946b-f6eef48bbd1d 2018-08-27 15:50:45,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.065731048584s 2018-08-27 15:50:45,444 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-279f2e8a-26b7-4159-946b-f6eef48bbd1d 2018-08-27 15:50:45,444 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_e2f55f19-b78c-4658-b532-c46b167c4193', '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'd56eab07eebe4995963c4bcc663afcc8', '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'9d043684-c9c9-41e1-be88-217fc6ea59fc', 'swap': 0}) 2018-08-27 15:50:45,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-27 15:50:45,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/9d043684-c9c9-41e1-be88-217fc6ea59fc/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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" -d '{"extra_specs": {}}' 2018-08-27 15:50:45,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 15:50: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-708a2ce9-d9c4-484c-8e43-38c19221d343 x-compute-request-id: req-708a2ce9-d9c4-484c-8e43-38c19221d343 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-27 15:50:45,476 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/9d043684-c9c9-41e1-be88-217fc6ea59fc/os-extra_specs used request id req-708a2ce9-d9c4-484c-8e43-38c19221d343 2018-08-27 15:50:45,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0312252044678s 2018-08-27 15:50:45,477 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/9d043684-c9c9-41e1-be88-217fc6ea59fc/os-extra_specs used request id req-708a2ce9-d9c4-484c-8e43-38c19221d343 2018-08-27 15:50:45,477 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-08-27 15:54:26,809 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - 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=408e15cc-4f70-4ed4-a1da-c7a912bd9f4c --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 15:50:45 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 15:50:45 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=408e15cc-4f70-4ed4-a1da-c7a912bd9f4c", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 15:50:45 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "regionOne" and credential "abot-epc" () 15:50:45 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[external-network: use-floating-ip:true use-default-secgroup:true network:408e15cc-4f70-4ed4-a1da-c7a912bd9f4c] 15:50:45 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 15:50:45 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[test-mode:false proxy-ssh:false apt-ftp-proxy: uuid:f37820d8-196f-45f3-84f4-a03bb3c3081c net-bond-reconfigure-delay:17 max-action-results-size:5G image-stream:released max-status-history-age:336h default-series:xenial firewall-mode:instance enable-os-upgrade:true agent-metadata-url: apt-http-proxy: transmit-vendor-metrics:true use-default-secgroup:true use-floating-ip:true external-network: update-status-hook-interval:5m enable-os-refresh-update:true resource-tags: max-status-history-size:5G logging-config: agent-stream:released development:false ftp-proxy: apt-no-proxy: http-proxy: ignore-machine-addresses:false logforward-enabled:false automatically-retry-hooks:true max-action-results-age:336h authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5zuSPRVHUiQLeyrcnGo4+ZF5bFOuIsRbi9qmVCUPexy9z6wjjEFeW8wGnp4ZAsKDla0/CjVQWTObLsGB++INjyYP+NIV0DnPiTOfPMmy5Gzgt+sw6tZp4qGVIidGgwvDk3dUOAimUzik7Uvf8WIecnoJFflKA/T9eikPQFYhjNkilgpSCKBY6bTdFaZbkZUVRFRutjdC3ckFIkZRbOVI9CnHwcP9bapoR1zMS0XNBm3eCfVv+PdXd6am0btFdJHxXWf70VGMaLGfCpeRILA+Ti2hsaOYXEq5yg2eDuO4IR30m5xLQtlxgM4z4d1nVmU1TdUS4aOBhFJE6JnM5aJzD juju-client-key image-metadata-url: provisioner-harvest-mode:destroyed apt-https-proxy: disable-network-management:false ssl-hostname-verification:false network:408e15cc-4f70-4ed4-a1da-c7a912bd9f4c https-proxy: type:openstack apt-mirror: no-proxy:127.0.0.1,localhost,::1 name:controller] 15:50:45 INFO juju.provider.openstack provider.go:144 opening model "controller" 15:50:46 DEBUG goose :1 auth details: &{Token:gAAAAABbhB3W1wyKHWfPaMJa64npEdlEAzBuvbyhNS8s3HStO336LrTT6ZxPuqDjtmbXrH1GTcOsBaL1qbnNw_DRfctYplSdi34vtM1eAxKsQokvh99sZBTn-PQNWPthn6Wx9kPnnzQCpWJX3Py9DloWEBetGRvEZ73lrWrs57AwwZaKN7wpF_U TenantId:8f0c75b53e524a19820670ab2be884c0 UserId:8b4f70f90505454f85ab538c68483eaf Domain: RegionServiceURLs:map[regionOne:map[orchestration:http://172.30.9.28:8004/v1/8f0c75b53e524a19820670ab2be884c0 object-store:http://172.30.9.28:8080/v1/AUTH_8f0c75b53e524a19820670ab2be884c0 network:http://172.30.9.28:9696 volumev2:http://172.30.9.28:8776/v2/8f0c75b53e524a19820670ab2be884c0 volumev3:http://172.30.9.28:8776/v3/8f0c75b53e524a19820670ab2be884c0 alarming:http://172.30.9.28:8042 identity:http://172.30.9.28:5000 image:http://172.30.9.28:9292 volume:http://172.30.9.28:8776/v1/8f0c75b53e524a19820670ab2be884c0 metric:http://172.30.9.28:8041 event:http://172.30.9.28:8977 compute:http://172.30.9.28:8774/v2.1 placement:http://172.30.9.28:8778/placement cloudformation:http://172.30.9.28:8000/v1]]} 15:50:46 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 15:50:46 DEBUG goose :1 performing API version discovery for "http://172.30.9.28:8774/" 15:50:46 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.28:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.28:8774/v2.1/ Rel:self}] Status:CURRENT}] 15:50:46 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 15:50:46 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 15:50:46 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 15:50:46 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 15:50:46 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 15:50:46 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 15:50:46 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 15:50:46 INFO cmd bootstrap.go:233 Loading image metadata 15:50:46 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 15:50:46 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 15:50:46 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 15:50:46 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.28:5000/v3} [xenial yakkety win2008r2 win10 quantal win2012 raring vivid win2012r2 win2016 zesty win2016nano win8 saucy trusty utopic win81 win2016hv win7 opensuseleap genericlinux precise wily win2012hvr2 win2012hv centos7] [amd64 i386 armhf arm64 ppc64el s390x] released}} 15:50:46 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 15:50:49 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 15:50:50 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.28:5000/v3} not found 15:50:50 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.28:5000/v3} not found 15:50:50 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 15:50:50 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.9 for amd64 15:50:50 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.9 15:50:50 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 15:50:50 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 15:50:50 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.9 15:50:50 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 15:50:50 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 15:50:50 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 15:50:51 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 []} 15:50:54 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 15:50:54 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 15:50:55 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 15:50:55 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:884063da-9cbb-4d97-8d34-d279e95911f2 Arch:amd64 VirtType:}] 15:50:55 INFO juju.environs.instances image.go:106 find instance - using image with id: 884063da-9cbb-4d97-8d34-d279e95911f2 15:50:55 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 15:50:55 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 15:50:55 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2487 bytes 15:50:55 DEBUG juju.provider.openstack provider.go:1022 using network id "408e15cc-4f70-4ed4-a1da-c7a912bd9f4c" 15:50:55 DEBUG goose :1 performing API version discovery for "http://172.30.9.28:9696/" 15:50:55 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.28:9696/v2.0/ Rel:self}] Status:CURRENT}] 15:51:01 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "145803de-a261-4c20-bc2e-fd1eb9f27f94" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "145803de-a261-4c20-bc2e-fd1eb9f27f94" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "145803de-a261-4c20-bc2e-fd1eb9f27f94" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "145803de-a261-4c20-bc2e-fd1eb9f27f94" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "145803de-a261-4c20-bc2e-fd1eb9f27f94" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "145803de-a261-4c20-bc2e-fd1eb9f27f94" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "145803de-a261-4c20-bc2e-fd1eb9f27f94" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "145803de-a261-4c20-bc2e-fd1eb9f27f94" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "145803de-a261-4c20-bc2e-fd1eb9f27f94" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "145803de-a261-4c20-bc2e-fd1eb9f27f94" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "145803de-a261-4c20-bc2e-fd1eb9f27f94" has status BUILD, wait 10 seconds before retry, attempt 11 15:53:07 INFO juju.provider.openstack provider.go:1189 started instance "145803de-a261-4c20-bc2e-fd1eb9f27f94" 15:53:07 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 15:53:09 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.204 15:53:09 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.204 - 145803de-a261-4c20-bc2e-fd1eb9f27f94 (arch=amd64 mem=2G cores=1) 15:53:14 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.9 15:53:14 INFO juju.environs.bootstrap bootstrap.go:613 failed to find 2.2.5 tools, will attempt to use 2.2.9 15:53:14 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.9 15:53:14 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 15:53:17 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.13.2 15:53:17 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 15:53:18 DEBUG juju.provider.openstack provider.go:414 instance 145803de-a261-4c20-bc2e-fd1eb9f27f94 has floating IP address: 172.30.9.204 Attempting to connect to 172.30.9.204:22 Attempting to connect to 192.168.121.6:22 15:53:18 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.6 failed: ssh: connect to host 192.168.121.6 port 22: Connection refused 15:53:19 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-c3081c-controller-0 15:54:23 INFO cmd bootstrap.go:423 Bootstrap agent now started 15:54:25 DEBUG juju.provider.openstack provider.go:414 instance 145803de-a261-4c20-bc2e-fd1eb9f27f94 has floating IP address: 172.30.9.204 15:54:25 INFO juju.juju api.go:308 API endpoints changed from [] to [172.30.9.204:17070 192.168.121.6:17070] 15:54:25 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.204 to verify accessibility... 15:54:25 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.204:17070 192.168.121.6:17070] 15:54:25 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" 15:54:25 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" 15:54:25 DEBUG juju.api monitor.go:35 RPC connection died 15:54:25 INFO cmd controller.go:110 Still waiting for API to become available: upgrade in progress (upgrade in progress) 15:54:26 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.204:17070 192.168.121.6:17070] 15:54:26 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" 15:54:26 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" 15:54:26 DEBUG juju.api monitor.go:35 RPC connection died 15:54:26 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available. 15:54:26 INFO cmd controller.go:88 Controller machines are in the "controller" model. 15:54:26 INFO cmd controller.go:89 Initial model "default" added. 15:54:26 INFO cmd supercommand.go:465 command finished 2018-08-27 15:54:26,810 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-08-27 15:54:26,810 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-08-27 15:54:40,280 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju deploy /src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml Deploying charm "local:xenial/abot-epc-basic-1" application abot-epc-basic exposed Deploying charm "cs:mysql-55" Deploying charm "local:trusty/oai-epc-3" Deploying charm "local:trusty/oai-hss-13" Related "mysql:db" and "oai-hss:db" Related "oai-hss:hss" and "oai-epc:hss" Related "oai-epc:epc" and "abot-epc-basic:epc" Related "oai-epc:ssh-abot-epc" and "abot-epc-basic:ssh-abot" Deploy of bundle completed. 2018-08-27 15:54:40,280 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-08-27 16:09:09,243 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-08-27 16:08:52.568304Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-08-27 16:09:09,243 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-08-27 16:09:09,244 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Checking status of ABot and EPC units ... 2018-08-27 16:09:09,385 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju status Model Controller Cloud/Region Version SLA default abot-controller abot-epc/regionOne 2.2.9 unsupported App Version Status Scale Charm Store Rev OS Notes abot-epc-basic active 1 abot-epc-basic local 1 ubuntu exposed mysql unknown 1 mysql jujucharms 55 ubuntu oai-epc active 1 oai-epc local 3 ubuntu oai-hss active 1 oai-hss local 13 ubuntu Unit Workload Agent Machine Public address Ports Message abot-epc-basic/0* active idle 0 172.30.9.203 80/tcp,5000/tcp ABot ready! EPC relation established, proceed to run tests... mysql/0* unknown idle 1 172.30.9.214 3306/tcp oai-epc/0* active idle 2 172.30.9.205 2152/udp OAI EPC is running and connected to HSS oai-hss/0* active idle 3 172.30.9.218 OAI HSS is running Machine State DNS Inst id Series AZ Message 0 started 172.30.9.203 3191c184-277d-4863-a571-00688bf73649 xenial nova ACTIVE 1 started 172.30.9.214 15576373-6e5e-48f3-b5ae-c10c9227f844 trusty nova ACTIVE 2 started 172.30.9.205 a9214428-4707-4499-b2b3-8465696ac324 trusty nova ACTIVE 3 started 172.30.9.218 848c1afc-4609-4ec5-8e3d-9c1908493fe6 trusty nova ACTIVE Relation provider Requirer Interface Type abot-epc-basic:ssh-abot oai-epc:ssh-abot-epc ssh regular mysql:cluster mysql:cluster mysql-ha peer mysql:db oai-hss:db mysql regular oai-epc:epc abot-epc-basic:epc S1-C regular oai-hss:hss oai-epc:hss S6a-hss regular 2018-08-27 16:09:09,545 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short abot-epc-basic - abot-epc-basic/0: 172.30.9.203 (agent:idle, workload:active) 80/tcp, 5000/tcp 2018-08-27 16:09:09,546 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - abot-epc-basic workload is active 2018-08-27 16:09:09,704 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-epc - oai-epc/0: 172.30.9.205 (agent:idle, workload:active) 2152/udp 2018-08-27 16:09:09,704 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-epc workload is active 2018-08-27 16:09:09,844 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-hss - oai-hss/0: 172.30.9.218 (agent:idle, workload:active) 2018-08-27 16:09:09,844 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-hss workload is active 2018-08-27 16:09:09,844 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Transferring the feature files to Abot_node ... 2018-08-27 16:09:10,649 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju scp -- -r -v /usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/featureFiles abot-epc-basic/0:~/ 2018-08-27 16:09:10,649 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files within Abot_node 2018-08-27 16:09:11,170 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju ssh abot-epc-basic/0 sudo cp -vfR ~/featureFiles/* /etc/rebaca-test-suite/featureFiles sudo: unable to resolve host juju-db5955-default-0 '/home/ubuntu/featureFiles/000-local-commands.feature' -> '/etc/rebaca-test-suite/featureFiles/000-local-commands.feature' '/home/ubuntu/featureFiles/Attach_Procedure_Attach_With_GUTI.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_Attach_With_GUTI.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature' '/home/ubuntu/featureFiles/Auth_Accept.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_Accept.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature' '/home/ubuntu/featureFiles/ResourceBundle.xml' -> '/etc/rebaca-test-suite/featureFiles/ResourceBundle.xml' Connection to 172.30.9.203 closed. 2018-08-27 16:09:11,170 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Running VNF Test cases.... 2018-08-27 16:09:11,359 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju run-action abot-epc-basic/0 run tagnames=TS_24_301 Action queued with id: 91716b87-2b9c-4fee-8fc4-36d8726e3330 2018-08-27 16:18:58,960 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-08-27 16:18:42.273335Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-08-27 16:18:58,961 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Getting results from Abot node.... 2018-08-27 16:18:59,400 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju scp -- -v abot-epc-basic/0:/var/lib/abot-epc-basic/artifacts/TestResults.json /home/opnfv/functest/results/juju_epc/. 2018-08-27 16:18:59,401 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Parsing the Test results... 2018-08-27 16:18:59,438 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - {'failures': 22, 'skipped': 0, 'passed': 256} 2018-08-27 16:18:59,438 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Test VNF result: Passed: 256, Failed:22, Skipped: 0 2018-08-27 16:18:59,667 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 16:18:59,668 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 28:46 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-27 16:19:00,598 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju debug-log --replay --no-tail machine-0: 15:55:37 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-0: 15:55:37 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-0/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "0", "--debug"} machine-0: 15:55:37 DEBUG juju.agent read agent config, format "2.0" machine-0: 15:55:37 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-0: 15:55:37 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-0: 15:55:37 DEBUG juju.worker start "engine" machine-0: 15:55:37 INFO juju.worker start "engine" machine-0: 15:55:37 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-0: 15:55:37 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-0: 15:55:37 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-0: 15:55:37 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-0: 15:55:37 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "agent" manifold worker started machine-0: 15:55:37 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-0" machine-0: 15:55:37 DEBUG juju.worker "engine" started machine-0: 15:55:37 DEBUG juju.worker.introspection stats worker now serving machine-0: 15:55:37 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 15:55:37 DEBUG juju.worker.apicaller connecting with old password machine-0: 15:55:37 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-0: 15:55:37 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 15:55:37 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-0: 15:55:37 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-0: 15:55:37 INFO juju.api connection established to "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-0: 15:55:37 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-0: 15:55:37 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:37 DEBUG juju.worker.apicaller connected machine-0: 15:55:37 DEBUG juju.worker.apicaller changing password... machine-0: 15:55:38 DEBUG juju.worker.apicaller password changed machine-0: 15:55:38 DEBUG juju.api RPC connection died machine-0: 15:55:38 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 15:55:38 DEBUG juju.worker.apicaller connecting with current password machine-0: 15:55:38 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-0: 15:55:38 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-0: 15:55:38 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-0: 15:55:38 DEBUG juju.worker.apicaller connected machine-0: 15:55:38 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 15:55:38 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:38 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:38 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:38 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:38 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:38 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:38 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:38 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 15:55:38 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:38 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:38 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:38 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 15:55:38 INFO juju.worker.upgrader unblocking abort check machine-0: 15:55:38 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-0: 15:55:38 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-0: 15:55:38 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 15:55:38 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-0: 15:55:38 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 15:55:38 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:38 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:38 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:38 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:38 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 15:55:38 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:38 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 15:55:38 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 15:55:38 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 15:55:38 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 15:55:38 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 15:55:38 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 15:55:38 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 15:55:38 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 15:55:39 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 15:55:39 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 15:55:39 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 15:55:39 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 15:55:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 15:55:39 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 15:55:39 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 15:55:39 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 15:55:39 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 15:55:39 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-0: 15:55:39 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 15:55:39 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 15:55:39 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 15:55:39 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 15:55:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-0: 15:55:39 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 15:55:39 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 15:55:39 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 15:55:39 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-0: 15:55:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 15:55:39 DEBUG juju.worker.logger logger setup machine-0: 15:55:39 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-0: 15:55:39 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 15:55:39 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-0: 15:55:39 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 15:55:39 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-0: 15:55:39 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 15:55:39 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 15:55:39 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 15:55:39 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 15:55:39 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 15:55:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 15:55:39 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 15:55:39 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 15:55:39 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 15:55:39 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 15:55:39 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 15:55:39 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 15:55:39 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.204,192.168.121.6,::1,localhost", AutoNoProxy:""} machine-0: 15:55:39 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 15:55:39 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 15:55:39 DEBUG juju.worker.dependency "machiner" manifold worker started machine-0: 15:55:39 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 15:55:39 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 15:55:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 15:55:39 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 0 machine-0: 15:55:39 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 15:55:39 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 15:55:39 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 15:55:39 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 15:55:39 DEBUG juju.network including address local-cloud:192.168.121.5 for machine machine-0: 15:55:39 DEBUG juju.network including address local-machine:::1 for machine machine-0: 15:55:39 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.5 local-machine:::1] machine-0: 15:55:39 INFO juju.worker.machiner setting addresses for "machine-0" to [local-machine:127.0.0.1 local-cloud:192.168.121.5 local-machine:::1] machine-0: 15:55:39 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-0: 15:55:39 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 15:55:39 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 15:55:39 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 15:55:39 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 15:55:39 DEBUG juju.network including address public:172.30.9.204 for machine machine-0: 15:55:39 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-0: 15:55:39 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 15:55:39 DEBUG juju.network including address local-machine:::1 for machine machine-0: 15:55:39 DEBUG juju.network addresses after filtering: [public:172.30.9.204 local-cloud:192.168.121.6 local-machine:127.0.0.1 local-machine:::1] machine-0: 15:55:39 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.204:17070 192.168.121.6:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 15:55:39 DEBUG juju.agent API server address details [["172.30.9.204:17070" "192.168.121.6:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "172.30.9.204:17070"] machine-0: 15:55:39 DEBUG juju.worker start "0-container-watcher" machine-0: 15:55:39 DEBUG juju.worker start "stateconverter" machine-0: 15:55:39 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-0: 15:55:39 INFO juju.worker start "0-container-watcher" machine-0: 15:55:39 DEBUG juju.worker "0-container-watcher" started machine-0: 15:55:39 INFO juju.worker start "stateconverter" machine-0: 15:55:39 DEBUG juju.cmd.jujud upgrades done, starting worker "0-container-watcher" machine-0: 15:55:39 DEBUG juju.worker "stateconverter" started machine-0: 15:55:39 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 15:55:39 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 15:55:39 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 15:55:39 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 15:55:39 INFO juju.worker.machiner "machine-0" started machine-0: 15:55:39 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 15:55:39 INFO juju.worker.deployer deploying unit "abot-epc-basic/0" machine-0: 15:55:39 DEBUG juju.service discovered init system "systemd" from local host machine-0: 15:55:39 DEBUG juju.worker.deployer state addresses: ["192.168.121.6:37017"] machine-0: 15:55:39 DEBUG juju.worker.deployer API addresses: ["192.168.121.6:17070" "172.30.9.204:17070"] machine-0: 15:55:39 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-abot-epc-basic-0 Conf:{Desc:juju unit agent for abot-epc-basic/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:/var/lib/juju/init/jujud-unit-abot-epc-basic-0/exec-start.sh ExecStopPost: Logfile:/var/log/juju/unit-abot-epc-basic-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-abot-epc-basic-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name abot-epc-basic/0 --debug]}} ConfName:jujud-unit-abot-epc-basic-0.service UnitName:jujud-unit-abot-epc-basic-0.service Dirname:/var/lib/juju/init/jujud-unit-abot-epc-basic-0 Script:[35 33 47 117 115 114 47 98 105 110 47 101 110 118 32 98 97 115 104 10 10 35 32 83 101 116 32 117 112 32 108 111 103 103 105 110 103 46 10 116 111 117 99 104 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 99 104 111 119 110 32 115 121 115 108 111 103 58 115 121 115 108 111 103 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 99 104 109 111 100 32 48 54 48 48 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 101 120 101 99 32 62 62 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 101 120 101 99 32 50 62 38 49 10 10 35 32 82 117 110 32 116 104 101 32 115 99 114 105 112 116 46 10 39 47 118 97 114 47 108 105 98 47 106 117 106 117 47 116 111 111 108 115 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 47 106 117 106 117 100 39 32 117 110 105 116 32 45 45 100 97 116 97 45 100 105 114 32 39 47 118 97 114 47 108 105 98 47 106 117 106 117 39 32 45 45 117 110 105 116 45 110 97 109 101 32 97 98 111 116 45 101 112 99 45 98 97 115 105 99 47 48 32 45 45 100 101 98 117 103]} machine-0: 15:55:39 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully installed machine-0: 15:55:39 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" not running machine-0: 15:55:39 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully started unit-abot-epc-basic-0: 15:55:39 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-abot-epc-basic-0: 15:55:39 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-abot-epc-basic-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "abot-epc-basic/0", "--debug"} unit-abot-epc-basic-0: 15:55:39 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker start "api" unit-abot-epc-basic-0: 15:55:39 INFO juju.worker start "api" unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "agent" manifold worker started unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-abot-epc-basic-0" unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker "api" started unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:39 DEBUG juju.worker.apicaller connecting with old password unit-abot-epc-basic-0: 15:55:39 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-abot-epc-basic-0: 15:55:39 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-abot-epc-basic-0: 15:55:39 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-0: 15:55:39 DEBUG juju.worker.machiner observed network config updated for "machine-0" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:9c:a8:31 192.168.121.0/24 1450 0 ens3 ethernet false false static 192.168.121.5 [] [] []} {2 fa:16:3e:9c:a8:31 1450 0 ens3 ethernet false false manual [] [] []}] unit-abot-epc-basic-0: 15:55:40 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 15:55:40 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 15:55:40 DEBUG juju.worker.apicaller password changed unit-abot-epc-basic-0: 15:55:40 DEBUG juju.api RPC connection died unit-abot-epc-basic-0: 15:55:40 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 15:55:40 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 15:55:40 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-abot-epc-basic-0: 15:55:40 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-abot-epc-basic-0: 15:55:40 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 15:55:41 INFO juju.worker.migrationminion migration phase is now: NONE unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.leadership abot-epc-basic/0 making initial claim for abot-epc-basic leadership unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.logger logger setup unit-abot-epc-basic-0: 15:55:41 INFO juju.worker.upgrader abort check blocked until version event received unit-abot-epc-basic-0: 15:55:41 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 15:55:41 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 15:55:41 INFO juju.worker.leadership abot-epc-basic/0 promoted to leadership of abot-epc-basic unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.204,192.168.121.6,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-abot-epc-basic-0: 15:55:41 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 15:55:41 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 15:55:41 DEBUG juju.network "lxdbr0" has addresses [fe80::f45a:3bff:febb:e355/64 fe80::1/64] unit-abot-epc-basic-0: 15:55:41 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 15:55:41 DEBUG juju.network including address public:172.30.9.204 for machine unit-abot-epc-basic-0: 15:55:41 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-abot-epc-basic-0: 15:55:41 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-abot-epc-basic-0: 15:55:41 DEBUG juju.network including address local-machine:::1 for machine unit-abot-epc-basic-0: 15:55:41 DEBUG juju.network addresses after filtering: [public:172.30.9.204 local-cloud:192.168.121.6 local-machine:127.0.0.1 local-machine:::1] unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.204:17070 192.168.121.6:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 15:55:41 DEBUG juju.agent API server address details [["172.30.9.204:17070" "192.168.121.6:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "172.30.9.204:17070"] unit-abot-epc-basic-0: 15:55:41 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-abot-epc-basic-0 unit-abot-epc-basic-0: 15:55:41 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-xenial-amd64 unit-abot-epc-basic-0: 15:55:41 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-xenial-amd64/jujud unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-abot-epc-basic-0/run.socket unit-abot-epc-basic-0: 15:55:41 INFO juju.worker.uniter unit "abot-epc-basic/0" started unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter juju-run listener running unit-abot-epc-basic-0: 15:55:41 INFO juju.worker.uniter resuming charm install unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter.operation running operation install local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter.operation preparing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 15:55:41 INFO juju.worker.uniter.charm downloading local:xenial/abot-epc-basic-1 from API server unit-abot-epc-basic-0: 15:55:41 INFO juju.downloader downloading from local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 15:55:41 DEBUG httpbakery client do GET https://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/charms?file=%2A&url=local%3Axenial%2Fabot-epc-basic-1 { unit-abot-epc-basic-0: 15:55:41 DEBUG httpbakery } -> error unit-abot-epc-basic-0: 15:55:41 INFO juju.downloader download complete ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 15:55:41 INFO juju.downloader download verified ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter.operation executing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter.charm deploying charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter.operation committing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 15:55:41 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter.remotestate got service change unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 15:55:41 INFO juju.worker.uniter.storage initial storage attachments ready unit-abot-epc-basic-0: 15:55:41 INFO juju.worker.uniter found queued "install" hook unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 15:55:41 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 15:55:42 DEBUG worker.uniter.jujuc running hook tool "config-get" machine-0: 15:55:42 INFO juju.tools.lxdclient using LXD API version "1.0" unit-abot-epc-basic-0: 15:55:42 DEBUG worker.uniter.jujuc running hook tool "config-get" machine-0: 15:55:42 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 15:55:42 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-db5955-default-0 unit-abot-epc-basic-0: 15:55:42 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Checking sudo privileges >> unit-abot-epc-basic-0: 15:55:42 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Application Name abot-functest-basic >> unit-abot-epc-basic-0: 15:55:42 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Version 3.1.1 >> unit-abot-epc-basic-0: 15:55:42 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: External Tester none >> unit-abot-epc-basic-0: 15:55:42 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 15:55:42 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 15:55:42 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 15:55:42 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libglapi-mesa libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install default-jre libasound2-plugins alsa-utils cups-common librsvg2-common gvfs unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libice-doc liblcms2-utils pcscd pulseaudio lm-sensors libsm-doc libxcb-doc unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libxt-doc openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install fonts-wqy-zenhei fonts-indic unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libglapi-mesa libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre-headless x11-common x11proto-core-dev x11proto-input-dev unit-abot-epc-basic-0: 15:55:43 DEBUG unit.abot-epc-basic/0.install x11proto-kb-dev xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 15:55:44 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 15:55:44 DEBUG unit.abot-epc-basic/0.install Need to get 68.8 MB of archives. unit-abot-epc-basic-0: 15:55:44 DEBUG unit.abot-epc-basic/0.install After this operation, 395 MB of additional disk space will be used. unit-abot-epc-basic-0: 15:55:44 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-core all 2.35-1 [1039 kB] unit-abot-epc-basic-0: 15:55:44 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 fontconfig-config all 2.11.94-0ubuntu1.1 [49.9 kB] unit-abot-epc-basic-0: 15:55:44 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfontconfig1 amd64 2.11.94-0ubuntu1.1 [131 kB] unit-abot-epc-basic-0: 15:55:44 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 fontconfig amd64 2.11.94-0ubuntu1.1 [178 kB] unit-abot-epc-basic-0: 15:55:44 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasyncns0 amd64 0.8-5build1 [12.3 kB] unit-abot-epc-basic-0: 15:55:45 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11-common all 1:7.7+13ubuntu3.1 [22.9 kB] unit-abot-epc-basic-0: 15:55:45 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libice6 amd64 2:1.0.9-1 [39.2 kB] unit-abot-epc-basic-0: 15:55:45 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8 amd64 1.4.2-0ubuntu3.1 [111 kB] unit-abot-epc-basic-0: 15:55:45 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblcms2-2 amd64 2.6-3ubuntu2 [137 kB] unit-abot-epc-basic-0: 15:55:45 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libogg0 amd64 1.3.2-1 [17.2 kB] unit-abot-epc-basic-0: 15:55:45 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] unit-abot-epc-basic-0: 15:55:45 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcomposite1 amd64 1:0.4.4-1 [7714 B] unit-abot-epc-basic-0: 15:55:45 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage1 amd64 1:1.1.4-2 [6946 B] unit-abot-epc-basic-0: 15:55:45 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes3 amd64 1:5.0.1-2 [11.1 kB] unit-abot-epc-basic-0: 15:55:45 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxinerama1 amd64 2:1.1.3-1 [7908 B] unit-abot-epc-basic-0: 15:55:45 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence1 amd64 1.2-1 [5042 B] unit-abot-epc-basic-0: 15:55:45 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxtst6 amd64 2:1.2.2-1 [14.1 kB] unit-abot-epc-basic-0: 15:55:46 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86vm1 amd64 1:1.1.4-1 [10.6 kB] unit-abot-epc-basic-0: 15:55:46 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjbig0 amd64 2.1-3.1 [26.6 kB] unit-abot-epc-basic-0: 15:55:46 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 [51.8 kB] unit-abot-epc-basic-0: 15:55:46 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 java-common all 0.56ubuntu2 [7742 B] unit-abot-epc-basic-0: 15:55:46 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common-data amd64 0.6.32~rc+dfsg-1ubuntu2.2 [21.5 kB] unit-abot-epc-basic-0: 15:55:46 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common3 amd64 0.6.32~rc+dfsg-1ubuntu2.2 [21.6 kB] unit-abot-epc-basic-0: 15:55:46 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-client3 amd64 0.6.32~rc+dfsg-1ubuntu2.2 [25.2 kB] unit-abot-epc-basic-0: 15:55:46 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcups2 amd64 2.1.3-4ubuntu0.5 [197 kB] unit-abot-epc-basic-0: 15:55:46 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-abot-epc-basic-0: 15:55:46 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpcsclite1 amd64 1.8.14-1ubuntu1.16.04.1 [21.4 kB] unit-abot-epc-basic-0: 15:55:46 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxi6 amd64 2:1.7.6-1 [28.6 kB] unit-abot-epc-basic-0: 15:55:47 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrender1 amd64 1:0.9.9-0ubuntu1 [18.5 kB] unit-abot-epc-basic-0: 15:55:47 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre-headless amd64 8u181-b13-0ubuntu0.16.04.1 [27.0 MB] unit-abot-epc-basic-0: 15:55:48 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ca-certificates-java all 20160321ubuntu1 [12.5 kB] unit-abot-epc-basic-0: 15:55:48 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-extra all 2.35-1 [1749 kB] unit-abot-epc-basic-0: 15:55:48 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 hicolor-icon-theme all 0.15-0ubuntu1.1 [7698 B] unit-abot-epc-basic-0: 15:55:48 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasound2-data all 1.1.0-0ubuntu1 [29.4 kB] unit-abot-epc-basic-0: 15:55:48 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasound2 amd64 1.1.0-0ubuntu1 [350 kB] unit-abot-epc-basic-0: 15:55:48 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-data all 2.18.0-1 [17.1 kB] unit-abot-epc-basic-0: 15:55:48 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-0 amd64 2.18.0-1 [56.9 kB] unit-abot-epc-basic-0: 15:55:48 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpixman-1-0 amd64 0.33.6-1 [231 kB] unit-abot-epc-basic-0: 15:55:48 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render0 amd64 1.11.1-1ubuntu1 [11.4 kB] unit-abot-epc-basic-0: 15:55:48 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shm0 amd64 1.11.1-1ubuntu1 [5588 B] unit-abot-epc-basic-0: 15:55:48 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo2 amd64 1.14.6-1 [555 kB] unit-abot-epc-basic-0: 15:55:48 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libdatrie1 amd64 0.2.10-2 [17.3 kB] unit-abot-epc-basic-0: 15:55:49 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-amdgpu1 amd64 2.4.91-2~16.04.1 [18.9 kB] unit-abot-epc-basic-0: 15:55:49 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpciaccess0 amd64 0.13.4-1 [18.1 kB] unit-abot-epc-basic-0: 15:55:49 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-intel1 amd64 2.4.91-2~16.04.1 [59.9 kB] unit-abot-epc-basic-0: 15:55:49 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-nouveau2 amd64 2.4.91-2~16.04.1 [16.3 kB] unit-abot-epc-basic-0: 15:55:49 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-radeon1 amd64 2.4.91-2~16.04.1 [21.5 kB] unit-abot-epc-basic-0: 15:55:49 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libflac8 amd64 1.3.1-4 [210 kB] unit-abot-epc-basic-0: 15:55:49 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtiff5 amd64 4.0.6-1ubuntu0.4 [148 kB] unit-abot-epc-basic-0: 15:55:49 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-common all 2.32.2-1ubuntu1.5 [10.3 kB] unit-abot-epc-basic-0: 15:55:49 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-0 amd64 2.32.2-1ubuntu1.5 [159 kB] unit-abot-epc-basic-0: 15:55:49 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgif7 amd64 5.1.4-0.3~16.04 [30.5 kB] unit-abot-epc-basic-0: 15:55:49 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglapi-mesa amd64 18.0.5-0ubuntu0~16.04.1 [23.4 kB] unit-abot-epc-basic-0: 15:55:50 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libllvm6.0 amd64 1:6.0-1ubuntu2~16.04.1 [14.3 MB] unit-abot-epc-basic-0: 15:55:50 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsensors4 amd64 1:3.4.0-2 [28.4 kB] unit-abot-epc-basic-0: 15:55:50 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dri amd64 18.0.5-0ubuntu0~16.04.1 [6080 kB] unit-abot-epc-basic-0: 15:55:50 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-xcb1 amd64 2:1.6.3-1ubuntu2 [8956 B] unit-abot-epc-basic-0: 15:55:50 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri2-0 amd64 1.11.1-1ubuntu1 [6882 B] unit-abot-epc-basic-0: 15:55:51 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri3-0 amd64 1.11.1-1ubuntu1 [5218 B] unit-abot-epc-basic-0: 15:55:51 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-glx0 amd64 1.11.1-1ubuntu1 [20.9 kB] unit-abot-epc-basic-0: 15:55:51 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-present0 amd64 1.11.1-1ubuntu1 [5218 B] unit-abot-epc-basic-0: 15:55:51 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-sync1 amd64 1.11.1-1ubuntu1 [8324 B] unit-abot-epc-basic-0: 15:55:51 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-glx amd64 18.0.5-0ubuntu0~16.04.1 [132 kB] unit-abot-epc-basic-0: 15:55:51 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgraphite2-3 amd64 1.3.10-0ubuntu0.16.04.1 [71.7 kB] unit-abot-epc-basic-0: 15:55:51 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-common all 2.24.30-1ubuntu1.16.04.2 [123 kB] unit-abot-epc-basic-0: 15:55:51 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libthai-data all 0.1.24-2 [131 kB] unit-abot-epc-basic-0: 15:55:51 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libthai0 amd64 0.1.24-2 [17.3 kB] unit-abot-epc-basic-0: 15:55:51 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpango-1.0-0 amd64 1.38.1-1 [148 kB] unit-abot-epc-basic-0: 15:55:51 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz0b amd64 1.0.1-1ubuntu0.1 [140 kB] unit-abot-epc-basic-0: 15:55:51 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangoft2-1.0-0 amd64 1.38.1-1 [33.3 kB] unit-abot-epc-basic-0: 15:55:51 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangocairo-1.0-0 amd64 1.38.1-1 [20.5 kB] unit-abot-epc-basic-0: 15:55:52 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxcursor1 amd64 1:1.1.14-1ubuntu0.16.04.2 [19.9 kB] unit-abot-epc-basic-0: 15:55:52 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrandr2 amd64 2:1.5.0-1 [17.6 kB] unit-abot-epc-basic-0: 15:55:52 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-0 amd64 2.24.30-1ubuntu1.16.04.2 [1775 kB] unit-abot-epc-basic-0: 15:55:52 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-bin amd64 2.24.30-1ubuntu1.16.04.2 [9834 B] unit-abot-epc-basic-0: 15:55:52 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xorg-sgml-doctools all 1:1.11-1 [12.9 kB] unit-abot-epc-basic-0: 15:55:52 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11proto-core-dev all 7.0.31-1~ubuntu16.04.2 [254 kB] unit-abot-epc-basic-0: 15:55:52 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libice-dev amd64 2:1.0.9-1 [44.9 kB] unit-abot-epc-basic-0: 15:55:52 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpthread-stubs0-dev amd64 0.3-4 [4068 B] unit-abot-epc-basic-0: 15:55:52 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libvorbis0a amd64 1.3.5-3ubuntu0.2 [86.0 kB] unit-abot-epc-basic-0: 15:55:52 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libvorbisenc2 amd64 1.3.5-3ubuntu0.2 [70.6 kB] unit-abot-epc-basic-0: 15:55:53 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsndfile1 amd64 1.0.25-10ubuntu0.16.04.1 [138 kB] unit-abot-epc-basic-0: 15:55:53 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpulse0 amd64 1:8.0-0ubuntu3.10 [249 kB] unit-abot-epc-basic-0: 15:55:53 DEBUG unit.abot-epc-basic/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsm-dev amd64 2:1.2.2-1 [16.2 kB] unit-abot-epc-basic-0: 15:55:53 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxau-dev amd64 1:1.0.8-1 [11.1 kB] unit-abot-epc-basic-0: 15:55:53 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdmcp-dev amd64 1:1.1.2-1.1 [25.1 kB] unit-abot-epc-basic-0: 15:55:53 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-input-dev all 2.3.1-1 [118 kB] unit-abot-epc-basic-0: 15:55:53 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-kb-dev all 1.0.7-0ubuntu1 [224 kB] unit-abot-epc-basic-0: 15:55:53 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xtrans-dev all 1.3.5-1 [70.5 kB] unit-abot-epc-basic-0: 15:55:53 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb1-dev amd64 1.11.1-1ubuntu1 [74.2 kB] unit-abot-epc-basic-0: 15:55:53 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-dev amd64 2:1.6.3-1ubuntu2 [642 kB] unit-abot-epc-basic-0: 15:55:53 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-doc all 2:1.6.3-1ubuntu2 [1465 kB] unit-abot-epc-basic-0: 15:55:53 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxt6 amd64 1:1.1.5-0ubuntu1 [160 kB] unit-abot-epc-basic-0: 15:55:54 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxt-dev amd64 1:1.1.5-0ubuntu1 [394 kB] unit-abot-epc-basic-0: 15:55:54 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre amd64 8u181-b13-0ubuntu0.16.04.1 [69.4 kB] unit-abot-epc-basic-0: 15:55:54 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk-headless amd64 8u181-b13-0ubuntu0.16.04.1 [8180 kB] unit-abot-epc-basic-0: 15:55:54 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk amd64 8u181-b13-0ubuntu0.16.04.1 [453 kB] unit-abot-epc-basic-0: 15:55:54 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 30% Extracting templates from packages: 61% Extracting templates from packages: 92% Extracting templates from packages: 100% unit-abot-epc-basic-0: 15:55:54 DEBUG unit.abot-epc-basic/0.install Fetched 68.8 MB in 10s (6489 kB/s) unit-abot-epc-basic-0: 15:55:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-core. unit-abot-epc-basic-0: 15:55:54 DEBUG unit.abot-epc-basic/0.install (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 ... 54340 files and directories currently installed.) unit-abot-epc-basic-0: 15:55:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ... unit-abot-epc-basic-0: 15:55:54 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig-config. unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1:amd64. unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig. unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasyncns0:amd64. unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasyncns0_0.8-5build1_amd64.deb ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Unpacking libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-common. unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-common_1%3a7.7+13ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install dpkg-query: no packages found matching nux-tools unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Unpacking x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice6:amd64. unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice6_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Unpacking libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblcms2-2:amd64. unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblcms2-2_2.6-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Unpacking liblcms2-2:amd64 (2.6-3ubuntu2) ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libogg0:amd64. unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Unpacking libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm6:amd64. unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 15:55:55 DEBUG unit.abot-epc-basic/0.install Unpacking libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite1:amd64. unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage1:amd64. unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes3:amd64. unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama1:amd64. unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence1:amd64. unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst6:amd64. unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig0:amd64. unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ... unit-abot-epc-basic-0: 15:55:56 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 15:55:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-abot-epc-basic-0: 15:55:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-abot-epc-basic-0: 15:55:57 DEBUG unit.abot-epc-basic/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 15:55:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package java-common. unit-abot-epc-basic-0: 15:55:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../java-common_0.56ubuntu2_all.deb ... unit-abot-epc-basic-0: 15:55:57 DEBUG unit.abot-epc-basic/0.install Unpacking java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 15:55:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-abot-epc-basic-0: 15:55:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-common-data_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 15:55:57 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 15:55:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common3:amd64. unit-abot-epc-basic-0: 15:55:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-common3_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 15:55:57 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 15:55:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-client3:amd64. unit-abot-epc-basic-0: 15:55:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-client3_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 15:55:57 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 15:55:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcups2:amd64. unit-abot-epc-basic-0: 15:55:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcups2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 15:55:57 DEBUG unit.abot-epc-basic/0.install Unpacking libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 15:55:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8:amd64. unit-abot-epc-basic-0: 15:55:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 15:55:58 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 15:55:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcsclite1:amd64. unit-abot-epc-basic-0: 15:55:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcsclite1_1.8.14-1ubuntu1.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 15:55:58 DEBUG unit.abot-epc-basic/0.install Unpacking libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 15:55:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi6:amd64. unit-abot-epc-basic-0: 15:55:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi6_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 15:55:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 15:55:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender1:amd64. unit-abot-epc-basic-0: 15:55:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender1_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:55:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 15:55:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre-headless:amd64. unit-abot-epc-basic-0: 15:55:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre-headless_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 15:55:58 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 15:56:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ca-certificates-java. unit-abot-epc-basic-0: 15:56:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ca-certificates-java_20160321ubuntu1_all.deb ... unit-abot-epc-basic-0: 15:56:01 DEBUG unit.abot-epc-basic/0.install Unpacking ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 15:56:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-extra. unit-abot-epc-basic-0: 15:56:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-extra_2.35-1_all.deb ... unit-abot-epc-basic-0: 15:56:01 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hicolor-icon-theme. unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hicolor-icon-theme_0.15-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Unpacking hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2-data. unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2-data_1.1.0-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2:amd64. unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2_1.1.0-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-data. unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-data_2.18.0-1_all.deb ... unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-0:amd64. unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-0:amd64. unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-0_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0:amd64. unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:56:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0:amd64. unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2:amd64. unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdatrie1:amd64. unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ... unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Unpacking libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-amdgpu1:amd64. unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-amdgpu1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpciaccess0:amd64. unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpciaccess0_0.13.4-1_amd64.deb ... unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Unpacking libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-intel1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-nouveau2_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-radeon1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libflac8:amd64. unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libflac8_1.3.1-4_amd64.deb ... unit-abot-epc-basic-0: 15:56:03 DEBUG unit.abot-epc-basic/0.install Unpacking libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 15:56:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtiff5:amd64. unit-abot-epc-basic-0: 15:56:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtiff5_4.0.6-1ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 15:56:04 DEBUG unit.abot-epc-basic/0.install Unpacking libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 15:56:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-common. unit-abot-epc-basic-0: 15:56:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-common_2.32.2-1ubuntu1.5_all.deb ... unit-abot-epc-basic-0: 15:56:04 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 15:56:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. unit-abot-epc-basic-0: 15:56:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-0_2.32.2-1ubuntu1.5_amd64.deb ... unit-abot-epc-basic-0: 15:56:04 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 15:56:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgif7:amd64. unit-abot-epc-basic-0: 15:56:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgif7_5.1.4-0.3~16.04_amd64.deb ... unit-abot-epc-basic-0: 15:56:04 DEBUG unit.abot-epc-basic/0.install Unpacking libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 15:56:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-abot-epc-basic-0: 15:56:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglapi-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 15:56:04 DEBUG unit.abot-epc-basic/0.install Unpacking libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 15:56:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm6.0:amd64. unit-abot-epc-basic-0: 15:56:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm6.0_1%3a6.0-1ubuntu2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 15:56:05 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 15:56:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsensors4:amd64. unit-abot-epc-basic-0: 15:56:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsensors4_1%3a3.4.0-2_amd64.deb ... unit-abot-epc-basic-0: 15:56:06 DEBUG unit.abot-epc-basic/0.install Unpacking libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 15:56:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-abot-epc-basic-0: 15:56:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-dri_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 15:56:06 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 15:56:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-abot-epc-basic-0: 15:56:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.3-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 15:56:07 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb1:amd64 (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present0:amd64. unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-glx_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphite2-3:amd64. unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphite2-3_1.3.10-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-common. unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-common_2.24.30-1ubuntu1.16.04.2_all.deb ... unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai-data. unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai-data_0.1.24-2_all.deb ... unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Unpacking libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 15:56:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai0:amd64. unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai0_0.1.24-2_amd64.deb ... unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Unpacking libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango-1.0-0:amd64. unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Unpacking libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz0b:amd64. unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz0b_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoft2-1.0-0:amd64. unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangoft2-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangocairo-1.0-0:amd64. unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangocairo-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Unpacking libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor1:amd64. unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcursor1_1%3a1.1.14-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr2:amd64. unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-0:amd64. unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-0_2.24.30-1ubuntu1.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 15:56:09 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-bin. unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-bin_2.24.30-1ubuntu1.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xorg-sgml-doctools. unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Unpacking xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-core-dev. unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-core-dev_7.0.31-1~ubuntu16.04.2_all.deb ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice-dev:amd64. unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice-dev_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Unpacking libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbis0a:amd64. unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbis0a_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbisenc2:amd64. unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbisenc2_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsndfile1:amd64. unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsndfile1_1.0.25-10ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Unpacking libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpulse0:amd64. unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpulse0_1%3a8.0-0ubuntu3.10_amd64.deb ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Unpacking libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm-dev:amd64. unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 15:56:10 DEBUG unit.abot-epc-basic/0.install Unpacking libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxau-dev:amd64. unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ... unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Unpacking libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdmcp-dev:amd64. unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdmcp-dev_1%3a1.1.2-1.1_amd64.deb ... unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Unpacking libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-input-dev. unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ... unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-kb-dev. unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-kb-dev_1.0.7-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xtrans-dev. unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xtrans-dev_1.3.5-1_all.deb ... unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Unpacking xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb1-dev:amd64. unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb1-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-dev:amd64. unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-dev_2%3a1.6.3-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 15:56:11 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-dev:amd64 (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 15:56:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-doc. unit-abot-epc-basic-0: 15:56:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-doc_2%3a1.6.3-1ubuntu2_all.deb ... unit-abot-epc-basic-0: 15:56:12 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-doc (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 15:56:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt6:amd64. unit-abot-epc-basic-0: 15:56:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt6_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:56:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 15:56:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt-dev:amd64. unit-abot-epc-basic-0: 15:56:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt-dev_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:56:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 15:56:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre:amd64. unit-abot-epc-basic-0: 15:56:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 15:56:13 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 15:56:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk-headless:amd64. unit-abot-epc-basic-0: 15:56:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk-headless_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 15:56:13 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 15:56:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk:amd64. unit-abot-epc-basic-0: 15:56:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 15:56:14 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 15:56:14 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 15:56:15 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 15:56:15 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 15:56:15 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 15:56:16 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 15:56:16 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 15:56:16 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 15:56:16 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 15:56:16 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 15:56:16 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 15:56:16 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 15:56:16 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 15:56:17 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 15:56:17 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 15:56:19 DEBUG unit.abot-epc-basic/0.install Regenerating fonts cache... done. unit-abot-epc-basic-0: 15:56:19 DEBUG unit.abot-epc-basic/0.install Setting up libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 15:56:19 DEBUG unit.abot-epc-basic/0.install Setting up x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 15:56:20 DEBUG unit.abot-epc-basic/0.install update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults unit-abot-epc-basic-0: 15:56:20 DEBUG unit.abot-epc-basic/0.install Setting up libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 15:56:20 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 15:56:20 DEBUG unit.abot-epc-basic/0.install Setting up liblcms2-2:amd64 (2.6-3ubuntu2) ... unit-abot-epc-basic-0: 15:56:20 DEBUG unit.abot-epc-basic/0.install Setting up libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 15:56:20 DEBUG unit.abot-epc-basic/0.install Setting up libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/libtxc_dxtn_s2tc.so.0 to provide /usr/lib/x86_64-linux-gnu/libtxc_dxtn.so (libtxc-dxtn-x86_64-linux-gnu) in auto mode unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb1:amd64 (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:56:21 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 15:56:22 DEBUG unit.abot-epc-basic/0.install Setting up libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install Setting up libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install Setting up libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install Setting up libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install Setting up libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install Setting up xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install Setting up libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install Setting up libx11-dev:amd64 (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install Setting up libx11-doc (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install Setting up libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install Setting up libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode unit-abot-epc-basic-0: 15:56:23 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Setting up ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:EC-ACC.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Low-Value_Services_Root.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Qualified_Certificates_Root.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Class_2_Primary_CA.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Global_Chambersign_Root_-_2008.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:ACCVRAIZ1.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Gold_CA_-_G2.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_3.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:EE_Certification_Centre_Root_CA.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G3.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:XRamp_Global_CA_Root.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H5.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_RootCA2.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R3.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_EV_RootCA1.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Public_Services_Root.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:UTN_USERFirst_Hardware_Root_CA.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Visa_eCommerce_Root.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_1_G3.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G2.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Sonera_Class_2_Root_CA.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Root_CA.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_2.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_ACES_CA_X6.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G3.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2_G3.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G2.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_2_Root_CA.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:E-Tugra_Certification_Authority.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Secure_Services_root.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Trusted_Root_G4.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G1.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_Certification_Authority.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Root_Certification_Authority.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:CFCA_EV_ROOT.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Class_2_CA.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_CA.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Silver_CA_-_G2.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Izenpe.com.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium_ECC.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:certSIGN_ROOT_CA.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:ACEDICOM_Root.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Universal_Root_Certification_Authority.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_AAA_Services_root.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G2.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureTrust_CA.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_CA.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Microsec_e-Szigno_Root_CA_2009.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:CNNIC_ROOT.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Atos_TrustedRoot_2011.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Network_Solutions_Certificate_Authority.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_1.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Commercial_Root_CA_1.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R2.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_2.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:LuxTrust_Global_Root_2.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Class_2_CA.pem unit-abot-epc-basic-0: 15:56:24 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R1.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:AC_RAIZ_FNMT-RCM.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3_G3.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_Root_CA.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Root_CA.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Secure_Global_CA.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_Root_CA_X3.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA_2.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:TeliaSonera_Root_CA_v1.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G3.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_3_Root_CA.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Baltimore_CyberTrust_Root.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G2.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_3.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA_2.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureSign_RootCA11.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_External_Root.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Global_Chambersign_Root.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:ePKI_Root_Certification_Authority.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Global_Root_CA.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Chambers_of_Commerce_Root_-_2008.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R2.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA_2.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_1.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:ISRG_Root_X1.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Cybertrust_Global_Root.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_2.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Actalis_Authentication_Root_CA.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_EV_CA_2.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Deutsche_Telekom_Root_CA_2.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_4.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Autorité_Racine.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G3.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Commercial.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Trusted_Services_root.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Hongkong_Post_Root_CA_1.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Certigna.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G2.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Networking.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:PSCProcert.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Trustis_FPS_Root_CA.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:SZAFIR_ROOT_CA2.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G1.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:Taiwan_GRCA.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Adding debian:TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/idlj to provide /usr/bin/idlj (idlj) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsimport to provide /usr/bin/wsimport (wsimport) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jsadebugd to provide /usr/bin/jsadebugd (jsadebugd) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/native2ascii to provide /usr/bin/native2ascii (native2ascii) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javah to provide /usr/bin/javah (javah) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/schemagen to provide /usr/bin/schemagen (schemagen) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/xjc to provide /usr/bin/xjc (xjc) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/appletviewer to provide /usr/bin/appletviewer (appletviewer) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 15:56:25 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 15:56:26 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 15:56:26 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 15:56:26 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 15:56:26 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 15:56:26 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 15:56:27 DEBUG unit.abot-epc-basic/0.install --2018-08-27 15:56:27-- http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.1_all.deb unit-abot-epc-basic-0: 15:56:27 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... connected. unit-abot-epc-basic-0: 15:56:27 DEBUG unit.abot-epc-basic/0.install HTTP request sent, awaiting response... 200 OK unit-abot-epc-basic-0: 15:56:27 DEBUG unit.abot-epc-basic/0.install Length: 47812762 (46M) [application/x-debian-package] unit-abot-epc-basic-0: 15:56:27 DEBUG unit.abot-epc-basic/0.install Saving to: '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' unit-abot-epc-basic-0: 15:56:27 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 15:56:28 DEBUG unit.abot-epc-basic/0.install 0K .......... .......... .......... .......... .......... 0% 96.9K 8m1s unit-abot-epc-basic-0: 15:56:28 DEBUG unit.abot-epc-basic/0.install 50K .......... .......... .......... .......... .......... 0% 195K 6m0s unit-abot-epc-basic-0: 15:56:28 DEBUG unit.abot-epc-basic/0.install 100K .......... .......... .......... .......... .......... 0% 10.8M 4m1s unit-abot-epc-basic-0: 15:56:28 DEBUG unit.abot-epc-basic/0.install 150K .......... .......... .......... .......... .......... 0% 11.5M 3m2s unit-abot-epc-basic-0: 15:56:28 DEBUG unit.abot-epc-basic/0.install 200K .......... .......... .......... .......... .......... 0% 198K 3m12s unit-abot-epc-basic-0: 15:56:28 DEBUG unit.abot-epc-basic/0.install 250K .......... .......... .......... .......... .......... 0% 11.2M 2m40s unit-abot-epc-basic-0: 15:56:28 DEBUG unit.abot-epc-basic/0.install 300K .......... .......... .......... .......... .......... 0% 11.2M 2m18s unit-abot-epc-basic-0: 15:56:28 DEBUG unit.abot-epc-basic/0.install 350K .......... .......... .......... .......... .......... 0% 11.0M 2m1s unit-abot-epc-basic-0: 15:56:28 DEBUG unit.abot-epc-basic/0.install 400K .......... .......... .......... .......... .......... 0% 206K 2m12s unit-abot-epc-basic-0: 15:56:28 DEBUG unit.abot-epc-basic/0.install 450K .......... .......... .......... .......... .......... 1% 11.3M 1m59s unit-abot-epc-basic-0: 15:56:28 DEBUG unit.abot-epc-basic/0.install 500K .......... .......... .......... .......... .......... 1% 10.9M 1m49s unit-abot-epc-basic-0: 15:56:28 DEBUG unit.abot-epc-basic/0.install 550K .......... .......... .......... .......... .......... 1% 11.4M 1m40s unit-abot-epc-basic-0: 15:56:28 DEBUG unit.abot-epc-basic/0.install 600K .......... .......... .......... .......... .......... 1% 11.2M 93s unit-abot-epc-basic-0: 15:56:28 DEBUG unit.abot-epc-basic/0.install 650K .......... .......... .......... .......... .......... 1% 11.3M 86s unit-abot-epc-basic-0: 15:56:28 DEBUG unit.abot-epc-basic/0.install 700K .......... .......... .......... .......... .......... 1% 10.9M 81s unit-abot-epc-basic-0: 15:56:28 DEBUG unit.abot-epc-basic/0.install 750K .......... .......... .......... .......... .......... 1% 11.2M 76s unit-abot-epc-basic-0: 15:56:28 DEBUG unit.abot-epc-basic/0.install 800K .......... .......... .......... .......... .......... 1% 4.68M 72s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 850K .......... .......... .......... .......... .......... 1% 230K 79s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 900K .......... .......... .......... .......... .......... 2% 11.1M 75s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 950K .......... .......... .......... .......... .......... 2% 11.1M 71s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1000K .......... .......... .......... .......... .......... 2% 11.2M 68s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1050K .......... .......... .......... .......... .......... 2% 11.4M 65s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1100K .......... .......... .......... .......... .......... 2% 11.1M 62s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1150K .......... .......... .......... .......... .......... 2% 11.0M 60s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1200K .......... .......... .......... .......... .......... 2% 11.5M 57s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1250K .......... .......... .......... .......... .......... 2% 11.2M 55s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1300K .......... .......... .......... .......... .......... 2% 11.3M 53s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1350K .......... .......... .......... .......... .......... 2% 11.1M 51s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1400K .......... .......... .......... .......... .......... 3% 11.0M 50s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1450K .......... .......... .......... .......... .......... 3% 11.5M 48s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1500K .......... .......... .......... .......... .......... 3% 11.3M 47s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1550K .......... .......... .......... .......... .......... 3% 172K 53s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1600K .......... .......... .......... .......... .......... 3% 21.7M 52s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1650K .......... .......... .......... .......... .......... 3% 23.8M 50s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1700K .......... .......... .......... .......... .......... 3% 76.4M 49s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1750K .......... .......... .......... .......... .......... 3% 55.3M 47s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1800K .......... .......... .......... .......... .......... 3% 75.3M 46s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1850K .......... .......... .......... .......... .......... 4% 77.6M 45s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1900K .......... .......... .......... .......... .......... 4% 90.9M 44s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 1950K .......... .......... .......... .......... .......... 4% 89.3M 43s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2000K .......... .......... .......... .......... .......... 4% 104M 41s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2050K .......... .......... .......... .......... .......... 4% 109M 40s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2100K .......... .......... .......... .......... .......... 4% 108M 39s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2150K .......... .......... .......... .......... .......... 4% 90.9M 39s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2200K .......... .......... .......... .......... .......... 4% 112M 38s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2250K .......... .......... .......... .......... .......... 4% 111M 37s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2300K .......... .......... .......... .......... .......... 5% 115M 36s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2350K .......... .......... .......... .......... .......... 5% 95.6M 35s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2400K .......... .......... .......... .......... .......... 5% 233K 38s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2450K .......... .......... .......... .......... .......... 5% 14.6M 38s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2500K .......... .......... .......... .......... .......... 5% 22.2M 37s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2550K .......... .......... .......... .......... .......... 5% 23.6M 36s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2600K .......... .......... .......... .......... .......... 5% 22.9M 35s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2650K .......... .......... .......... .......... .......... 5% 22.4M 35s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2700K .......... .......... .......... .......... .......... 5% 20.7M 34s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2750K .......... .......... .......... .......... .......... 5% 24.2M 34s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2800K .......... .......... .......... .......... .......... 6% 22.1M 33s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2850K .......... .......... .......... .......... .......... 6% 22.9M 32s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2900K .......... .......... .......... .......... .......... 6% 12.2M 32s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 2950K .......... .......... .......... .......... .......... 6% 24.3M 31s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 3000K .......... .......... .......... .......... .......... 6% 20.7M 31s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 3050K .......... .......... .......... .......... .......... 6% 20.4M 30s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 3100K .......... .......... .......... .......... .......... 6% 43.9M 30s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 3150K .......... .......... .......... .......... .......... 6% 86.2M 29s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 3200K .......... .......... .......... .......... .......... 6% 80.7M 29s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 3250K .......... .......... .......... .......... .......... 7% 74.3M 28s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 3300K .......... .......... .......... .......... .......... 7% 85.9M 28s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 3350K .......... .......... .......... .......... .......... 7% 80.1M 27s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 3400K .......... .......... .......... .......... .......... 7% 15.3M 27s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 3450K .......... .......... .......... .......... .......... 7% 11.4M 27s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 3500K .......... .......... .......... .......... .......... 7% 11.1M 26s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 3550K .......... .......... .......... .......... .......... 7% 11.0M 26s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 3600K .......... .......... .......... .......... .......... 7% 348K 27s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 3650K .......... .......... .......... .......... .......... 7% 7.06M 27s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 3700K .......... .......... .......... .......... .......... 8% 6.97M 27s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 3750K .......... .......... .......... .......... .......... 8% 7.58M 26s unit-abot-epc-basic-0: 15:56:29 DEBUG unit.abot-epc-basic/0.install 3800K .......... .......... .......... .......... .......... 8% 7.55M 26s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 3850K .......... .......... .......... .......... .......... 8% 1.36M 26s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 3900K .......... .......... .......... .......... .......... 8% 11.1M 26s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 3950K .......... .......... .......... .......... .......... 8% 11.3M 25s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4000K .......... .......... .......... .......... .......... 8% 11.4M 25s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4050K .......... .......... .......... .......... .......... 8% 10.7M 25s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4100K .......... .......... .......... .......... .......... 8% 11.4M 25s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4150K .......... .......... .......... .......... .......... 8% 11.0M 24s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4200K .......... .......... .......... .......... .......... 9% 11.2M 24s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4250K .......... .......... .......... .......... .......... 9% 10.8M 24s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4300K .......... .......... .......... .......... .......... 9% 10.8M 24s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4350K .......... .......... .......... .......... .......... 9% 11.3M 23s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4400K .......... .......... .......... .......... .......... 9% 11.4M 23s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4450K .......... .......... .......... .......... .......... 9% 11.0M 23s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4500K .......... .......... .......... .......... .......... 9% 11.4M 23s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4550K .......... .......... .......... .......... .......... 9% 10.9M 22s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4600K .......... .......... .......... .......... .......... 9% 11.1M 22s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4650K .......... .......... .......... .......... .......... 10% 11.5M 22s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4700K .......... .......... .......... .......... .......... 10% 400K 23s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4750K .......... .......... .......... .......... .......... 10% 6.96M 23s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4800K .......... .......... .......... .......... .......... 10% 7.53M 22s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4850K .......... .......... .......... .......... .......... 10% 8.31M 22s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4900K .......... .......... .......... .......... .......... 10% 8.30M 22s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 4950K .......... .......... .......... .......... .......... 10% 1.34M 22s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5000K .......... .......... .......... .......... .......... 10% 10.5M 22s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5050K .......... .......... .......... .......... .......... 10% 11.1M 22s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5100K .......... .......... .......... .......... .......... 11% 11.0M 21s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5150K .......... .......... .......... .......... .......... 11% 11.2M 21s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5200K .......... .......... .......... .......... .......... 11% 11.2M 21s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5250K .......... .......... .......... .......... .......... 11% 10.9M 21s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5300K .......... .......... .......... .......... .......... 11% 11.4M 21s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5350K .......... .......... .......... .......... .......... 11% 10.9M 20s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5400K .......... .......... .......... .......... .......... 11% 8.13M 20s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5450K .......... .......... .......... .......... .......... 11% 11.5M 20s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5500K .......... .......... .......... .......... .......... 11% 10.8M 20s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5550K .......... .......... .......... .......... .......... 11% 11.2M 20s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5600K .......... .......... .......... .......... .......... 12% 11.4M 20s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5650K .......... .......... .......... .......... .......... 12% 11.0M 19s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5700K .......... .......... .......... .......... .......... 12% 11.2M 19s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5750K .......... .......... .......... .......... .......... 12% 11.1M 19s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5800K .......... .......... .......... .......... .......... 12% 11.3M 19s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5850K .......... .......... .......... .......... .......... 12% 413K 20s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5900K .......... .......... .......... .......... .......... 12% 7.24M 19s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 5950K .......... .......... .......... .......... .......... 12% 8.14M 19s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6000K .......... .......... .......... .......... .......... 12% 8.93M 19s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6050K .......... .......... .......... .......... .......... 13% 8.10M 19s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6100K .......... .......... .......... .......... .......... 13% 1.35M 19s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6150K .......... .......... .......... .......... .......... 13% 10.5M 19s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6200K .......... .......... .......... .......... .......... 13% 11.0M 19s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6250K .......... .......... .......... .......... .......... 13% 11.4M 19s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6300K .......... .......... .......... .......... .......... 13% 10.8M 18s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6350K .......... .......... .......... .......... .......... 13% 11.1M 18s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6400K .......... .......... .......... .......... .......... 13% 10.4M 18s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6450K .......... .......... .......... .......... .......... 13% 10.9M 18s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6500K .......... .......... .......... .......... .......... 14% 11.1M 18s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6550K .......... .......... .......... .......... .......... 14% 11.2M 18s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6600K .......... .......... .......... .......... .......... 14% 10.9M 18s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6650K .......... .......... .......... .......... .......... 14% 11.6M 18s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6700K .......... .......... .......... .......... .......... 14% 10.9M 17s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6750K .......... .......... .......... .......... .......... 14% 11.2M 17s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6800K .......... .......... .......... .......... .......... 14% 11.6M 17s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6850K .......... .......... .......... .......... .......... 14% 11.0M 17s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6900K .......... .......... .......... .......... .......... 14% 10.9M 17s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 6950K .......... .......... .......... .......... .......... 14% 11.4M 17s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7000K .......... .......... .......... .......... .......... 15% 192K 18s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7050K .......... .......... .......... .......... .......... 15% 60.5M 18s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7100K .......... .......... .......... .......... .......... 15% 61.9M 18s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7150K .......... .......... .......... .......... .......... 15% 57.3M 18s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7200K .......... .......... .......... .......... .......... 15% 73.3M 18s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7250K .......... .......... .......... .......... .......... 15% 98.8M 17s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7300K .......... .......... .......... .......... .......... 15% 98.3M 17s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7350K .......... .......... .......... .......... .......... 15% 97.2M 17s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7400K .......... .......... .......... .......... .......... 15% 105M 17s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7450K .......... .......... .......... .......... .......... 16% 115M 17s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7500K .......... .......... .......... .......... .......... 16% 105M 17s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7550K .......... .......... .......... .......... .......... 16% 99.7M 17s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7600K .......... .......... .......... .......... .......... 16% 101M 17s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7650K .......... .......... .......... .......... .......... 16% 114M 16s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7700K .......... .......... .......... .......... .......... 16% 105M 16s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7750K .......... .......... .......... .......... .......... 16% 100M 16s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7800K .......... .......... .......... .......... .......... 16% 110M 16s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7850K .......... .......... .......... .......... .......... 16% 111M 16s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7900K .......... .......... .......... .......... .......... 17% 116M 16s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 7950K .......... .......... .......... .......... .......... 17% 94.7M 16s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 8000K .......... .......... .......... .......... .......... 17% 116M 16s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 8050K .......... .......... .......... .......... .......... 17% 65.6M 15s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 8100K .......... .......... .......... .......... .......... 17% 109M 15s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 8150K .......... .......... .......... .......... .......... 17% 98.9M 15s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 8200K .......... .......... .......... .......... .......... 17% 766K 15s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 8250K .......... .......... .......... .......... .......... 17% 1.01M 16s unit-abot-epc-basic-0: 15:56:30 DEBUG unit.abot-epc-basic/0.install 8300K .......... .......... .......... .......... .......... 17% 6.19M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 8350K .......... .......... .......... .......... .......... 17% 5.69M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 8400K .......... .......... .......... .......... .......... 18% 1.31M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 8450K .......... .......... .......... .......... .......... 18% 6.42M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 8500K .......... .......... .......... .......... .......... 18% 9.58M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 8550K .......... .......... .......... .......... .......... 18% 6.88M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 8600K .......... .......... .......... .......... .......... 18% 7.76M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 8650K .......... .......... .......... .......... .......... 18% 8.44M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 8700K .......... .......... .......... .......... .......... 18% 7.81M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 8750K .......... .......... .......... .......... .......... 18% 7.75M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 8800K .......... .......... .......... .......... .......... 18% 8.07M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 8850K .......... .......... .......... .......... .......... 19% 7.47M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 8900K .......... .......... .......... .......... .......... 19% 8.01M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 8950K .......... .......... .......... .......... .......... 19% 7.07M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9000K .......... .......... .......... .......... .......... 19% 8.54M 14s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9050K .......... .......... .......... .......... .......... 19% 9.95M 14s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9100K .......... .......... .......... .......... .......... 19% 422K 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9150K .......... .......... .......... .......... .......... 19% 6.73M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9200K .......... .......... .......... .......... .......... 19% 5.13M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9250K .......... .......... .......... .......... .......... 19% 6.59M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9300K .......... .......... .......... .......... .......... 20% 1.29M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9350K .......... .......... .......... .......... .......... 20% 7.71M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9400K .......... .......... .......... .......... .......... 20% 8.07M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9450K .......... .......... .......... .......... .......... 20% 7.66M 14s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9500K .......... .......... .......... .......... .......... 20% 7.17M 14s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9550K .......... .......... .......... .......... .......... 20% 8.56M 14s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9600K .......... .......... .......... .......... .......... 20% 7.43M 14s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9650K .......... .......... .......... .......... .......... 20% 8.29M 14s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9700K .......... .......... .......... .......... .......... 20% 96.7K 16s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9750K .......... .......... .......... .......... .......... 20% 91.8M 16s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9800K .......... .......... .......... .......... .......... 21% 71.8M 16s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9850K .......... .......... .......... .......... .......... 21% 89.1M 16s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9900K .......... .......... .......... .......... .......... 21% 79.5M 16s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 9950K .......... .......... .......... .......... .......... 21% 77.3M 16s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 10000K .......... .......... .......... .......... .......... 21% 79.1M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 10050K .......... .......... .......... .......... .......... 21% 92.0M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 10100K .......... .......... .......... .......... .......... 21% 104M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 10150K .......... .......... .......... .......... .......... 21% 101M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 10200K .......... .......... .......... .......... .......... 21% 82.9M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 10250K .......... .......... .......... .......... .......... 22% 102M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 10300K .......... .......... .......... .......... .......... 22% 99.0M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 10350K .......... .......... .......... .......... .......... 22% 101M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 10400K .......... .......... .......... .......... .......... 22% 96.7M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 10450K .......... .......... .......... .......... .......... 22% 101M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 10500K .......... .......... .......... .......... .......... 22% 10.2M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 10550K .......... .......... .......... .......... .......... 22% 2.56M 15s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 10600K .......... .......... .......... .......... .......... 22% 103M 14s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 10650K .......... .......... .......... .......... .......... 22% 91.8M 14s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 10700K .......... .......... .......... .......... .......... 23% 95.8M 14s unit-abot-epc-basic-0: 15:56:31 DEBUG unit.abot-epc-basic/0.install 10750K .......... .......... .......... .......... .......... 23% 98.3M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 10800K .......... .......... .......... .......... .......... 23% 441K 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 10850K .......... .......... .......... .......... .......... 23% 3.87M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 10900K .......... .......... .......... .......... .......... 23% 5.58M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 10950K .......... .......... .......... .......... .......... 23% 1.25M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11000K .......... .......... .......... .......... .......... 23% 4.95M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11050K .......... .......... .......... .......... .......... 23% 7.69M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11100K .......... .......... .......... .......... .......... 23% 5.89M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11150K .......... .......... .......... .......... .......... 23% 4.17M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11200K .......... .......... .......... .......... .......... 24% 3.12M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11250K .......... .......... .......... .......... .......... 24% 6.56M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11300K .......... .......... .......... .......... .......... 24% 6.95M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11350K .......... .......... .......... .......... .......... 24% 6.59M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11400K .......... .......... .......... .......... .......... 24% 3.13M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11450K .......... .......... .......... .......... .......... 24% 435K 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11500K .......... .......... .......... .......... .......... 24% 4.55M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11550K .......... .......... .......... .......... .......... 24% 5.52M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11600K .......... .......... .......... .......... .......... 24% 1.31M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11650K .......... .......... .......... .......... .......... 25% 5.93M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11700K .......... .......... .......... .......... .......... 25% 5.42M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11750K .......... .......... .......... .......... .......... 25% 5.62M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11800K .......... .......... .......... .......... .......... 25% 4.04M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11850K .......... .......... .......... .......... .......... 25% 4.10M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11900K .......... .......... .......... .......... .......... 25% 5.91M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 11950K .......... .......... .......... .......... .......... 25% 8.47M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12000K .......... .......... .......... .......... .......... 25% 6.21M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12050K .......... .......... .......... .......... .......... 25% 1.25M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12100K .......... .......... .......... .......... .......... 26% 548K 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12150K .......... .......... .......... .......... .......... 26% 4.92M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12200K .......... .......... .......... .......... .......... 26% 5.29M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12250K .......... .......... .......... .......... .......... 26% 1.33M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12300K .......... .......... .......... .......... .......... 26% 6.17M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12350K .......... .......... .......... .......... .......... 26% 5.24M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12400K .......... .......... .......... .......... .......... 26% 5.73M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12450K .......... .......... .......... .......... .......... 26% 3.51M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12500K .......... .......... .......... .......... .......... 26% 4.80M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12550K .......... .......... .......... .......... .......... 26% 6.41M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12600K .......... .......... .......... .......... .......... 27% 8.11M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12650K .......... .......... .......... .......... .......... 27% 6.40M 13s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12700K .......... .......... .......... .......... .......... 27% 2.49M 13s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12750K .......... .......... .......... .......... .......... 27% 452K 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12800K .......... .......... .......... .......... .......... 27% 5.10M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12850K .......... .......... .......... .......... .......... 27% 5.67M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12900K .......... .......... .......... .......... .......... 27% 1.32M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 12950K .......... .......... .......... .......... .......... 27% 6.00M 14s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 13000K .......... .......... .......... .......... .......... 27% 6.14M 13s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 13050K .......... .......... .......... .......... .......... 28% 6.19M 13s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 13100K .......... .......... .......... .......... .......... 28% 5.33M 13s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 13150K .......... .......... .......... .......... .......... 28% 3.14M 13s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 13200K .......... .......... .......... .......... .......... 28% 6.96M 13s unit-abot-epc-basic-0: 15:56:32 DEBUG unit.abot-epc-basic/0.install 13250K .......... .......... .......... .......... .......... 28% 6.52M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 13300K .......... .......... .......... .......... .......... 28% 78.1K 15s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 13350K .......... .......... .......... .......... .......... 28% 79.0M 15s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 13400K .......... .......... .......... .......... .......... 28% 73.3M 15s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 13450K .......... .......... .......... .......... .......... 28% 82.6M 15s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 13500K .......... .......... .......... .......... .......... 29% 98.5M 14s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 13550K .......... .......... .......... .......... .......... 29% 95.5M 14s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 13600K .......... .......... .......... .......... .......... 29% 77.6M 14s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 13650K .......... .......... .......... .......... .......... 29% 98.8M 14s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 13700K .......... .......... .......... .......... .......... 29% 104M 14s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 13750K .......... .......... .......... .......... .......... 29% 103M 14s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 13800K .......... .......... .......... .......... .......... 29% 91.2M 14s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 13850K .......... .......... .......... .......... .......... 29% 104M 14s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 13900K .......... .......... .......... .......... .......... 29% 106M 14s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 13950K .......... .......... .......... .......... .......... 29% 104M 14s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14000K .......... .......... .......... .......... .......... 30% 93.8M 14s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14050K .......... .......... .......... .......... .......... 30% 104M 14s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14100K .......... .......... .......... .......... .......... 30% 108M 14s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14150K .......... .......... .......... .......... .......... 30% 92.5M 14s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14200K .......... .......... .......... .......... .......... 30% 87.0M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14250K .......... .......... .......... .......... .......... 30% 104M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14300K .......... .......... .......... .......... .......... 30% 111M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14350K .......... .......... .......... .......... .......... 30% 44.1M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14400K .......... .......... .......... .......... .......... 30% 3.27M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14450K .......... .......... .......... .......... .......... 31% 1.20M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14500K .......... .......... .......... .......... .......... 31% 4.26M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14550K .......... .......... .......... .......... .......... 31% 4.15M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14600K .......... .......... .......... .......... .......... 31% 3.45M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14650K .......... .......... .......... .......... .......... 31% 2.83M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14700K .......... .......... .......... .......... .......... 31% 3.14M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14750K .......... .......... .......... .......... .......... 31% 416K 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14800K .......... .......... .......... .......... .......... 31% 6.67M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14850K .......... .......... .......... .......... .......... 31% 3.84M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14900K .......... .......... .......... .......... .......... 32% 4.17M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 14950K .......... .......... .......... .......... .......... 32% 1.15M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 15000K .......... .......... .......... .......... .......... 32% 4.42M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 15050K .......... .......... .......... .......... .......... 32% 4.30M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 15100K .......... .......... .......... .......... .......... 32% 2.47M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 15150K .......... .......... .......... .......... .......... 32% 4.55M 13s unit-abot-epc-basic-0: 15:56:33 DEBUG unit.abot-epc-basic/0.install 15200K .......... .......... .......... .......... .......... 32% 1.88M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 15250K .......... .......... .......... .......... .......... 32% 458K 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 15300K .......... .......... .......... .......... .......... 32% 6.22M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 15350K .......... .......... .......... .......... .......... 32% 3.46M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 15400K .......... .......... .......... .......... .......... 33% 1.17M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 15450K .......... .......... .......... .......... .......... 33% 5.64M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 15500K .......... .......... .......... .......... .......... 33% 3.94M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 15550K .......... .......... .......... .......... .......... 33% 4.77M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 15600K .......... .......... .......... .......... .......... 33% 2.40M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 15650K .......... .......... .......... .......... .......... 33% 3.52M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 15700K .......... .......... .......... .......... .......... 33% 408K 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 15750K .......... .......... .......... .......... .......... 33% 6.73M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 15800K .......... .......... .......... .......... .......... 33% 5.12M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 15850K .......... .......... .......... .......... .......... 34% 3.93M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 15900K .......... .......... .......... .......... .......... 34% 1.18M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 15950K .......... .......... .......... .......... .......... 34% 4.57M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16000K .......... .......... .......... .......... .......... 34% 4.70M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16050K .......... .......... .......... .......... .......... 34% 2.82M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16100K .......... .......... .......... .......... .......... 34% 3.51M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16150K .......... .......... .......... .......... .......... 34% 3.51M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16200K .......... .......... .......... .......... .......... 34% 414K 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16250K .......... .......... .......... .......... .......... 34% 6.42M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16300K .......... .......... .......... .......... .......... 35% 5.49M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16350K .......... .......... .......... .......... .......... 35% 3.72M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16400K .......... .......... .......... .......... .......... 35% 1.20M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16450K .......... .......... .......... .......... .......... 35% 4.98M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16500K .......... .......... .......... .......... .......... 35% 4.34M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16550K .......... .......... .......... .......... .......... 35% 3.78M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16600K .......... .......... .......... .......... .......... 35% 3.05M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16650K .......... .......... .......... .......... .......... 35% 3.58M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16700K .......... .......... .......... .......... .......... 35% 410K 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16750K .......... .......... .......... .......... .......... 35% 5.46M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16800K .......... .......... .......... .......... .......... 36% 6.94M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16850K .......... .......... .......... .......... .......... 36% 3.86M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16900K .......... .......... .......... .......... .......... 36% 1.19M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 16950K .......... .......... .......... .......... .......... 36% 4.70M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 17000K .......... .......... .......... .......... .......... 36% 4.41M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 17050K .......... .......... .......... .......... .......... 36% 4.90M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 17100K .......... .......... .......... .......... .......... 36% 2.62M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 17150K .......... .......... .......... .......... .......... 36% 5.36M 13s unit-abot-epc-basic-0: 15:56:34 DEBUG unit.abot-epc-basic/0.install 17200K .......... .......... .......... .......... .......... 36% 1.61M 13s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 17250K .......... .......... .......... .......... .......... 37% 476K 13s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 17300K .......... .......... .......... .......... .......... 37% 7.89M 13s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 17350K .......... .......... .......... .......... .......... 37% 3.80M 13s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 17400K .......... .......... .......... .......... .......... 37% 1.34M 13s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 17450K .......... .......... .......... .......... .......... 37% 3.59M 13s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 17500K .......... .......... .......... .......... .......... 37% 5.22M 13s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 17550K .......... .......... .......... .......... .......... 37% 4.46M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 17600K .......... .......... .......... .......... .......... 37% 3.03M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 17650K .......... .......... .......... .......... .......... 37% 3.58M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 17700K .......... .......... .......... .......... .......... 38% 3.84M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 17750K .......... .......... .......... .......... .......... 38% 414K 13s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 17800K .......... .......... .......... .......... .......... 38% 6.56M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 17850K .......... .......... .......... .......... .......... 38% 6.49M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 17900K .......... .......... .......... .......... .......... 38% 4.16M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 17950K .......... .......... .......... .......... .......... 38% 1.20M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18000K .......... .......... .......... .......... .......... 38% 4.41M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18050K .......... .......... .......... .......... .......... 38% 4.65M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18100K .......... .......... .......... .......... .......... 38% 4.96M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18150K .......... .......... .......... .......... .......... 38% 2.95M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18200K .......... .......... .......... .......... .......... 39% 4.47M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18250K .......... .......... .......... .......... .......... 39% 2.02M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18300K .......... .......... .......... .......... .......... 39% 455K 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18350K .......... .......... .......... .......... .......... 39% 7.83M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18400K .......... .......... .......... .......... .......... 39% 5.58M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18450K .......... .......... .......... .......... .......... 39% 3.67M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18500K .......... .......... .......... .......... .......... 39% 1.26M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18550K .......... .......... .......... .......... .......... 39% 5.13M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18600K .......... .......... .......... .......... .......... 39% 4.66M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18650K .......... .......... .......... .......... .......... 40% 4.43M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18700K .......... .......... .......... .......... .......... 40% 2.74M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18750K .......... .......... .......... .......... .......... 40% 4.72M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18800K .......... .......... .......... .......... .......... 40% 982K 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18850K .......... .......... .......... .......... .......... 40% 608K 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18900K .......... .......... .......... .......... .......... 40% 9.72M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 18950K .......... .......... .......... .......... .......... 40% 4.48M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 19000K .......... .......... .......... .......... .......... 40% 4.03M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 19050K .......... .......... .......... .......... .......... 40% 1.31M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 19100K .......... .......... .......... .......... .......... 41% 4.18M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 19150K .......... .......... .......... .......... .......... 41% 5.01M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 19200K .......... .......... .......... .......... .......... 41% 4.74M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 19250K .......... .......... .......... .......... .......... 41% 2.80M 12s unit-abot-epc-basic-0: 15:56:35 DEBUG unit.abot-epc-basic/0.install 19300K .......... .......... .......... .......... .......... 41% 4.67M 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 19350K .......... .......... .......... .......... .......... 41% 991K 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 19400K .......... .......... .......... .......... .......... 41% 606K 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 19450K .......... .......... .......... .......... .......... 41% 10.2M 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 19500K .......... .......... .......... .......... .......... 41% 3.77M 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 19550K .......... .......... .......... .......... .......... 41% 4.90M 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 19600K .......... .......... .......... .......... .......... 42% 1.32M 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 19650K .......... .......... .......... .......... .......... 42% 4.24M 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 19700K .......... .......... .......... .......... .......... 42% 4.84M 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 19750K .......... .......... .......... .......... .......... 42% 5.07M 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 19800K .......... .......... .......... .......... .......... 42% 2.74M 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 19850K .......... .......... .......... .......... .......... 42% 5.14M 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 19900K .......... .......... .......... .......... .......... 42% 977K 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 19950K .......... .......... .......... .......... .......... 42% 603K 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20000K .......... .......... .......... .......... .......... 42% 8.53M 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20050K .......... .......... .......... .......... .......... 43% 5.60M 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20100K .......... .......... .......... .......... .......... 43% 3.96M 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20150K .......... .......... .......... .......... .......... 43% 1.30M 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20200K .......... .......... .......... .......... .......... 43% 4.53M 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20250K .......... .......... .......... .......... .......... 43% 4.72M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20300K .......... .......... .......... .......... .......... 43% 5.74M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20350K .......... .......... .......... .......... .......... 43% 2.51M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20400K .......... .......... .......... .......... .......... 43% 5.47M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20450K .......... .......... .......... .......... .......... 43% 2.10M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20500K .......... .......... .......... .......... .......... 44% 453K 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20550K .......... .......... .......... .......... .......... 44% 7.66M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20600K .......... .......... .......... .......... .......... 44% 7.07M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20650K .......... .......... .......... .......... .......... 44% 3.97M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20700K .......... .......... .......... .......... .......... 44% 1.25M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20750K .......... .......... .......... .......... .......... 44% 4.57M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20800K .......... .......... .......... .......... .......... 44% 5.37M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20850K .......... .......... .......... .......... .......... 44% 190K 12s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20900K .......... .......... .......... .......... .......... 44% 71.0M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 20950K .......... .......... .......... .......... .......... 44% 88.4M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 21000K .......... .......... .......... .......... .......... 45% 80.4M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 21050K .......... .......... .......... .......... .......... 45% 96.2M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 21100K .......... .......... .......... .......... .......... 45% 77.2M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 21150K .......... .......... .......... .......... .......... 45% 101M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 21200K .......... .......... .......... .......... .......... 45% 75.4M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 21250K .......... .......... .......... .......... .......... 45% 96.8M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 21300K .......... .......... .......... .......... .......... 45% 98.8M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 21350K .......... .......... .......... .......... .......... 45% 103M 11s unit-abot-epc-basic-0: 15:56:36 DEBUG unit.abot-epc-basic/0.install 21400K .......... .......... .......... .......... .......... 45% 87.6M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 21450K .......... .......... .......... .......... .......... 46% 2.53M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 21500K .......... .......... .......... .......... .......... 46% 2.31M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 21550K .......... .......... .......... .......... .......... 46% 412K 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 21600K .......... .......... .......... .......... .......... 46% 5.59M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 21650K .......... .......... .......... .......... .......... 46% 3.47M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 21700K .......... .......... .......... .......... .......... 46% 1.12M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 21750K .......... .......... .......... .......... .......... 46% 3.53M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 21800K .......... .......... .......... .......... .......... 46% 3.90M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 21850K .......... .......... .......... .......... .......... 46% 2.79M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 21900K .......... .......... .......... .......... .......... 47% 3.09M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 21950K .......... .......... .......... .......... .......... 47% 396K 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22000K .......... .......... .......... .......... .......... 47% 4.22M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22050K .......... .......... .......... .......... .......... 47% 3.55M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22100K .......... .......... .......... .......... .......... 47% 1.17M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22150K .......... .......... .......... .......... .......... 47% 3.29M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22200K .......... .......... .......... .......... .......... 47% 3.75M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22250K .......... .......... .......... .......... .......... 47% 3.52M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22300K .......... .......... .......... .......... .......... 47% 2.80M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22350K .......... .......... .......... .......... .......... 47% 526K 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22400K .......... .......... .......... .......... .......... 48% 1.07M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22450K .......... .......... .......... .......... .......... 48% 6.11M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22500K .......... .......... .......... .......... .......... 48% 1.17M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22550K .......... .......... .......... .......... .......... 48% 2.63M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22600K .......... .......... .......... .......... .......... 48% 3.83M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22650K .......... .......... .......... .......... .......... 48% 5.12M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22700K .......... .......... .......... .......... .......... 48% 2.31M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22750K .......... .......... .......... .......... .......... 48% 1.83M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22800K .......... .......... .......... .......... .......... 48% 434K 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22850K .......... .......... .......... .......... .......... 49% 6.37M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22900K .......... .......... .......... .......... .......... 49% 3.56M 11s unit-abot-epc-basic-0: 15:56:37 DEBUG unit.abot-epc-basic/0.install 22950K .......... .......... .......... .......... .......... 49% 1.13M 11s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23000K .......... .......... .......... .......... .......... 49% 3.62M 11s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23050K .......... .......... .......... .......... .......... 49% 4.50M 11s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23100K .......... .......... .......... .......... .......... 49% 2.68M 11s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23150K .......... .......... .......... .......... .......... 49% 3.18M 11s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23200K .......... .......... .......... .......... .......... 49% 533K 11s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23250K .......... .......... .......... .......... .......... 49% 1.11M 11s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23300K .......... .......... .......... .......... .......... 50% 6.18M 11s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23350K .......... .......... .......... .......... .......... 50% 2.88M 11s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23400K .......... .......... .......... .......... .......... 50% 1.21M 11s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23450K .......... .......... .......... .......... .......... 50% 3.66M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23500K .......... .......... .......... .......... .......... 50% 4.14M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23550K .......... .......... .......... .......... .......... 50% 2.59M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23600K .......... .......... .......... .......... .......... 50% 3.49M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23650K .......... .......... .......... .......... .......... 50% 403K 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23700K .......... .......... .......... .......... .......... 50% 3.77M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23750K .......... .......... .......... .......... .......... 50% 5.58M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23800K .......... .......... .......... .......... .......... 51% 1.25M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23850K .......... .......... .......... .......... .......... 51% 2.65M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23900K .......... .......... .......... .......... .......... 51% 3.81M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 23950K .......... .......... .......... .......... .......... 51% 5.07M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 24000K .......... .......... .......... .......... .......... 51% 2.50M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 24050K .......... .......... .......... .......... .......... 51% 3.89M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 24100K .......... .......... .......... .......... .......... 51% 399K 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 24150K .......... .......... .......... .......... .......... 51% 4.12M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 24200K .......... .......... .......... .......... .......... 51% 4.79M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 24250K .......... .......... .......... .......... .......... 52% 1.19M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 24300K .......... .......... .......... .......... .......... 52% 3.39M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 24350K .......... .......... .......... .......... .......... 52% 3.78M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 24400K .......... .......... .......... .......... .......... 52% 5.23M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 24450K .......... .......... .......... .......... .......... 52% 2.53M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 24500K .......... .......... .......... .......... .......... 52% 3.65M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 24550K .......... .......... .......... .......... .......... 52% 402K 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 24600K .......... .......... .......... .......... .......... 52% 4.09M 10s unit-abot-epc-basic-0: 15:56:38 DEBUG unit.abot-epc-basic/0.install 24650K .......... .......... .......... .......... .......... 52% 6.33M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 24700K .......... .......... .......... .......... .......... 53% 1.22M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 24750K .......... .......... .......... .......... .......... 53% 2.79M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 24800K .......... .......... .......... .......... .......... 53% 3.84M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 24850K .......... .......... .......... .......... .......... 53% 5.15M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 24900K .......... .......... .......... .......... .......... 53% 2.64M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 24950K .......... .......... .......... .......... .......... 53% 3.33M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25000K .......... .......... .......... .......... .......... 53% 409K 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25050K .......... .......... .......... .......... .......... 53% 3.54M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25100K .......... .......... .......... .......... .......... 53% 8.28M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25150K .......... .......... .......... .......... .......... 53% 2.75M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25200K .......... .......... .......... .......... .......... 54% 1.19M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25250K .......... .......... .......... .......... .......... 54% 4.44M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25300K .......... .......... .......... .......... .......... 54% 4.01M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25350K .......... .......... .......... .......... .......... 54% 2.98M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25400K .......... .......... .......... .......... .......... 54% 3.15M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25450K .......... .......... .......... .......... .......... 54% 522K 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25500K .......... .......... .......... .......... .......... 54% 1.20M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25550K .......... .......... .......... .......... .......... 54% 7.49M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25600K .......... .......... .......... .......... .......... 54% 3.24M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25650K .......... .......... .......... .......... .......... 55% 1.17M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25700K .......... .......... .......... .......... .......... 55% 3.48M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25750K .......... .......... .......... .......... .......... 55% 5.02M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25800K .......... .......... .......... .......... .......... 55% 5.01M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25850K .......... .......... .......... .......... .......... 55% 2.30M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25900K .......... .......... .......... .......... .......... 55% 1.78M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 25950K .......... .......... .......... .......... .......... 55% 471K 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 26000K .......... .......... .......... .......... .......... 55% 4.69M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 26050K .......... .......... .......... .......... .......... 55% 4.13M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 26100K .......... .......... .......... .......... .......... 56% 1.17M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 26150K .......... .......... .......... .......... .......... 56% 4.07M 10s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 26200K .......... .......... .......... .......... .......... 56% 3.77M 9s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 26250K .......... .......... .......... .......... .......... 56% 5.93M 9s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 26300K .......... .......... .......... .......... .......... 56% 2.62M 9s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 26350K .......... .......... .......... .......... .......... 56% 3.49M 9s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 26400K .......... .......... .......... .......... .......... 56% 403K 9s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 26450K .......... .......... .......... .......... .......... 56% 4.11M 9s unit-abot-epc-basic-0: 15:56:39 DEBUG unit.abot-epc-basic/0.install 26500K .......... .......... .......... .......... .......... 56% 8.75M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 26550K .......... .......... .......... .......... .......... 56% 1.07M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 26600K .......... .......... .......... .......... .......... 57% 3.38M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 26650K .......... .......... .......... .......... .......... 57% 3.71M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 26700K .......... .......... .......... .......... .......... 57% 6.49M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 26750K .......... .......... .......... .......... .......... 57% 3.00M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 26800K .......... .......... .......... .......... .......... 57% 3.37M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 26850K .......... .......... .......... .......... .......... 57% 598K 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 26900K .......... .......... .......... .......... .......... 57% 941K 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 26950K .......... .......... .......... .......... .......... 57% 7.19M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27000K .......... .......... .......... .......... .......... 57% 3.35M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27050K .......... .......... .......... .......... .......... 58% 1.20M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27100K .......... .......... .......... .......... .......... 58% 4.72M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27150K .......... .......... .......... .......... .......... 58% 3.14M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27200K .......... .......... .......... .......... .......... 58% 5.92M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27250K .......... .......... .......... .......... .......... 58% 3.01M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27300K .......... .......... .......... .......... .......... 58% 2.74M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27350K .......... .......... .......... .......... .......... 58% 412K 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27400K .......... .......... .......... .......... .......... 58% 4.96M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27450K .......... .......... .......... .......... .......... 58% 4.51M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27500K .......... .......... .......... .......... .......... 59% 1.22M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27550K .......... .......... .......... .......... .......... 59% 3.27M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27600K .......... .......... .......... .......... .......... 59% 3.56M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27650K .......... .......... .......... .......... .......... 59% 6.88M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27700K .......... .......... .......... .......... .......... 59% 3.00M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27750K .......... .......... .......... .......... .......... 59% 3.18M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27800K .......... .......... .......... .......... .......... 59% 575K 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27850K .......... .......... .......... .......... .......... 59% 1.01M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27900K .......... .......... .......... .......... .......... 59% 7.05M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 27950K .......... .......... .......... .......... .......... 59% 3.60M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 28000K .......... .......... .......... .......... .......... 60% 1.19M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 28050K .......... .......... .......... .......... .......... 60% 4.45M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 28100K .......... .......... .......... .......... .......... 60% 3.27M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 28150K .......... .......... .......... .......... .......... 60% 5.26M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 28200K .......... .......... .......... .......... .......... 60% 2.56M 9s unit-abot-epc-basic-0: 15:56:40 DEBUG unit.abot-epc-basic/0.install 28250K .......... .......... .......... .......... .......... 60% 3.43M 9s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 28300K .......... .......... .......... .......... .......... 60% 415K 9s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 28350K .......... .......... .......... .......... .......... 60% 4.68M 9s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 28400K .......... .......... .......... .......... .......... 60% 4.61M 9s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 28450K .......... .......... .......... .......... .......... 61% 1.23M 9s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 28500K .......... .......... .......... .......... .......... 61% 3.14M 9s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 28550K .......... .......... .......... .......... .......... 61% 3.71M 9s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 28600K .......... .......... .......... .......... .......... 61% 6.07M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 28650K .......... .......... .......... .......... .......... 61% 3.23M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 28700K .......... .......... .......... .......... .......... 61% 3.32M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 28750K .......... .......... .......... .......... .......... 61% 1.03M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 28800K .......... .......... .......... .......... .......... 61% 560K 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 28850K .......... .......... .......... .......... .......... 61% 7.39M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 28900K .......... .......... .......... .......... .......... 62% 4.08M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 28950K .......... .......... .......... .......... .......... 62% 1.23M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29000K .......... .......... .......... .......... .......... 62% 3.42M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29050K .......... .......... .......... .......... .......... 62% 3.27M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29100K .......... .......... .......... .......... .......... 62% 6.65M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29150K .......... .......... .......... .......... .......... 62% 2.56M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29200K .......... .......... .......... .......... .......... 62% 3.23M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29250K .......... .......... .......... .......... .......... 62% 417K 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29300K .......... .......... .......... .......... .......... 62% 4.46M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29350K .......... .......... .......... .......... .......... 62% 6.89M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29400K .......... .......... .......... .......... .......... 63% 2.78M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29450K .......... .......... .......... .......... .......... 63% 1.17M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29500K .......... .......... .......... .......... .......... 63% 4.12M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29550K .......... .......... .......... .......... .......... 63% 5.00M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29600K .......... .......... .......... .......... .......... 63% 3.25M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29650K .......... .......... .......... .......... .......... 63% 3.61M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29700K .......... .......... .......... .......... .......... 63% 1.64M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29750K .......... .......... .......... .......... .......... 63% 463K 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29800K .......... .......... .......... .......... .......... 63% 8.43M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29850K .......... .......... .......... .......... .......... 64% 3.93M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29900K .......... .......... .......... .......... .......... 64% 1.27M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 29950K .......... .......... .......... .......... .......... 64% 2.99M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 30000K .......... .......... .......... .......... .......... 64% 3.65M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 30050K .......... .......... .......... .......... .......... 64% 6.36M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 30100K .......... .......... .......... .......... .......... 64% 3.17M 8s unit-abot-epc-basic-0: 15:56:41 DEBUG unit.abot-epc-basic/0.install 30150K .......... .......... .......... .......... .......... 64% 3.23M 8s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 30200K .......... .......... .......... .......... .......... 64% 421K 8s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 30250K .......... .......... .......... .......... .......... 64% 2.93M 8s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 30300K .......... .......... .......... .......... .......... 65% 6.84M 8s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 30350K .......... .......... .......... .......... .......... 65% 2.99M 8s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 30400K .......... .......... .......... .......... .......... 65% 1.17M 8s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 30450K .......... .......... .......... .......... .......... 65% 4.44M 8s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 30500K .......... .......... .......... .......... .......... 65% 4.25M 8s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 30550K .......... .......... .......... .......... .......... 65% 3.81M 8s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 30600K .......... .......... .......... .......... .......... 65% 3.14M 8s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 30650K .......... .......... .......... .......... .......... 65% 1.80M 8s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 30700K .......... .......... .......... .......... .......... 65% 460K 8s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 30750K .......... .......... .......... .......... .......... 65% 6.20M 8s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 30800K .......... .......... .......... .......... .......... 66% 3.89M 8s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 30850K .......... .......... .......... .......... .......... 66% 1.28M 8s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 30900K .......... .......... .......... .......... .......... 66% 2.95M 8s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 30950K .......... .......... .......... .......... .......... 66% 3.82M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31000K .......... .......... .......... .......... .......... 66% 6.08M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31050K .......... .......... .......... .......... .......... 66% 3.21M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31100K .......... .......... .......... .......... .......... 66% 3.23M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31150K .......... .......... .......... .......... .......... 66% 535K 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31200K .......... .......... .......... .......... .......... 66% 1.15M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31250K .......... .......... .......... .......... .......... 67% 7.00M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31300K .......... .......... .......... .......... .......... 67% 4.05M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31350K .......... .......... .......... .......... .......... 67% 1.14M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31400K .......... .......... .......... .......... .......... 67% 4.22M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31450K .......... .......... .......... .......... .......... 67% 3.31M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31500K .......... .......... .......... .......... .......... 67% 6.94M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31550K .......... .......... .......... .......... .......... 67% 2.51M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31600K .......... .......... .......... .......... .......... 67% 1.97M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31650K .......... .......... .......... .......... .......... 67% 455K 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31700K .......... .......... .......... .......... .......... 67% 4.85M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31750K .......... .......... .......... .......... .......... 68% 4.98M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31800K .......... .......... .......... .......... .......... 68% 1.22M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31850K .......... .......... .......... .......... .......... 68% 2.80M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31900K .......... .......... .......... .......... .......... 68% 3.98M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 31950K .......... .......... .......... .......... .......... 68% 5.67M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 32000K .......... .......... .......... .......... .......... 68% 3.17M 7s unit-abot-epc-basic-0: 15:56:42 DEBUG unit.abot-epc-basic/0.install 32050K .......... .......... .......... .......... .......... 68% 3.71M 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 32100K .......... .......... .......... .......... .......... 68% 579K 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 32150K .......... .......... .......... .......... .......... 68% 964K 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 32200K .......... .......... .......... .......... .......... 69% 7.85M 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 32250K .......... .......... .......... .......... .......... 69% 4.17M 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 32300K .......... .......... .......... .......... .......... 69% 1.14M 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 32350K .......... .......... .......... .......... .......... 69% 4.08M 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 32400K .......... .......... .......... .......... .......... 69% 3.28M 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 32450K .......... .......... .......... .......... .......... 69% 7.12M 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 32500K .......... .......... .......... .......... .......... 69% 2.56M 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 32550K .......... .......... .......... .......... .......... 69% 3.50M 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 32600K .......... .......... .......... .......... .......... 69% 418K 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 32650K .......... .......... .......... .......... .......... 70% 3.86M 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 32700K .......... .......... .......... .......... .......... 70% 5.64M 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 32750K .......... .......... .......... .......... .......... 70% 1.22M 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 32800K .......... .......... .......... .......... .......... 70% 3.09M 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 32850K .......... .......... .......... .......... .......... 70% 3.73M 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 32900K .......... .......... .......... .......... .......... 70% 4.90M 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 32950K .......... .......... .......... .......... .......... 70% 3.38M 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33000K .......... .......... .......... .......... .......... 70% 3.52M 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33050K .......... .......... .......... .......... .......... 70% 1010K 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33100K .......... .......... .......... .......... .......... 70% 569K 7s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33150K .......... .......... .......... .......... .......... 71% 7.53M 6s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33200K .......... .......... .......... .......... .......... 71% 4.12M 6s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33250K .......... .......... .......... .......... .......... 71% 1.26M 6s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33300K .......... .......... .......... .......... .......... 71% 2.72M 6s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33350K .......... .......... .......... .......... .......... 71% 4.16M 6s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33400K .......... .......... .......... .......... .......... 71% 5.35M 6s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33450K .......... .......... .......... .......... .......... 71% 3.08M 6s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33500K .......... .......... .......... .......... .......... 71% 3.19M 6s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33550K .......... .......... .......... .......... .......... 71% 426K 6s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33600K .......... .......... .......... .......... .......... 72% 3.00M 6s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33650K .......... .......... .......... .......... .......... 72% 8.59M 6s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33700K .......... .......... .......... .......... .......... 72% 2.67M 6s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33750K .......... .......... .......... .......... .......... 72% 1.23M 6s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33800K .......... .......... .......... .......... .......... 72% 3.32M 6s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33850K .......... .......... .......... .......... .......... 72% 5.10M 6s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33900K .......... .......... .......... .......... .......... 72% 4.49M 6s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 33950K .......... .......... .......... .......... .......... 72% 3.07M 6s unit-abot-epc-basic-0: 15:56:43 DEBUG unit.abot-epc-basic/0.install 34000K .......... .......... .......... .......... .......... 72% 1.87M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 34050K .......... .......... .......... .......... .......... 73% 462K 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 34100K .......... .......... .......... .......... .......... 73% 4.70M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 34150K .......... .......... .......... .......... .......... 73% 4.53M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 34200K .......... .......... .......... .......... .......... 73% 1.25M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 34250K .......... .......... .......... .......... .......... 73% 2.76M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 34300K .......... .......... .......... .......... .......... 73% 3.31M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 34350K .......... .......... .......... .......... .......... 73% 9.20M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 34400K .......... .......... .......... .......... .......... 73% 3.45M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 34450K .......... .......... .......... .......... .......... 73% 3.16M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 34500K .......... .......... .......... .......... .......... 73% 556K 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 34550K .......... .......... .......... .......... .......... 74% 1.06M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 34600K .......... .......... .......... .......... .......... 74% 7.53M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 34650K .......... .......... .......... .......... .......... 74% 3.70M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 34700K .......... .......... .......... .......... .......... 74% 1.15M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 34750K .......... .......... .......... .......... .......... 74% 3.81M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 34800K .......... .......... .......... .......... .......... 74% 3.41M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 34850K .......... .......... .......... .......... .......... 74% 8.85M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 34900K .......... .......... .......... .......... .......... 74% 2.79M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 34950K .......... .......... .......... .......... .......... 74% 2.61M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 35000K .......... .......... .......... .......... .......... 75% 150K 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 35050K .......... .......... .......... .......... .......... 75% 88.3M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 35100K .......... .......... .......... .......... .......... 75% 71.9M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 35150K .......... .......... .......... .......... .......... 75% 86.5M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 35200K .......... .......... .......... .......... .......... 75% 70.5M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 35250K .......... .......... .......... .......... .......... 75% 85.6M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 35300K .......... .......... .......... .......... .......... 75% 87.3M 6s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 35350K .......... .......... .......... .......... .......... 75% 87.6M 5s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 35400K .......... .......... .......... .......... .......... 75% 80.8M 5s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 35450K .......... .......... .......... .......... .......... 76% 95.5M 5s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 35500K .......... .......... .......... .......... .......... 76% 1.08M 5s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 35550K .......... .......... .......... .......... .......... 76% 4.98M 5s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 35600K .......... .......... .......... .......... .......... 76% 1.08M 5s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 35650K .......... .......... .......... .......... .......... 76% 1.98M 5s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 35700K .......... .......... .......... .......... .......... 76% 3.82M 5s unit-abot-epc-basic-0: 15:56:44 DEBUG unit.abot-epc-basic/0.install 35750K .......... .......... .......... .......... .......... 76% 2.32M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 35800K .......... .......... .......... .......... .......... 76% 542K 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 35850K .......... .......... .......... .......... .......... 76% 1.11M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 35900K .......... .......... .......... .......... .......... 76% 3.51M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 35950K .......... .......... .......... .......... .......... 77% 1.08M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36000K .......... .......... .......... .......... .......... 77% 2.20M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36050K .......... .......... .......... .......... .......... 77% 2.85M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36100K .......... .......... .......... .......... .......... 77% 2.71M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36150K .......... .......... .......... .......... .......... 77% 1.66M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36200K .......... .......... .......... .......... .......... 77% 615K 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36250K .......... .......... .......... .......... .......... 77% 1.19M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36300K .......... .......... .......... .......... .......... 77% 3.13M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36350K .......... .......... .......... .......... .......... 77% 1020K 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36400K .......... .......... .......... .......... .......... 78% 2.58M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36450K .......... .......... .......... .......... .......... 78% 6.13M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36500K .......... .......... .......... .......... .......... 78% 2.19M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36550K .......... .......... .......... .......... .......... 78% 533K 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36600K .......... .......... .......... .......... .......... 78% 1.06M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36650K .......... .......... .......... .......... .......... 78% 6.05M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36700K .......... .......... .......... .......... .......... 78% 1.09M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36750K .......... .......... .......... .......... .......... 78% 2.13M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36800K .......... .......... .......... .......... .......... 78% 3.18M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36850K .......... .......... .......... .......... .......... 79% 3.98M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36900K .......... .......... .......... .......... .......... 79% 1.93M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 36950K .......... .......... .......... .......... .......... 79% 581K 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 37000K .......... .......... .......... .......... .......... 79% 1.10M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 37050K .......... .......... .......... .......... .......... 79% 4.66M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 37100K .......... .......... .......... .......... .......... 79% 1.08M 5s unit-abot-epc-basic-0: 15:56:45 DEBUG unit.abot-epc-basic/0.install 37150K .......... .......... .......... .......... .......... 79% 2.27M 5s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 37200K .......... .......... .......... .......... .......... 79% 3.75M 5s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 37250K .......... .......... .......... .......... .......... 79% 3.27M 5s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 37300K .......... .......... .......... .......... .......... 79% 1.83M 5s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 37350K .......... .......... .......... .......... .......... 80% 613K 5s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 37400K .......... .......... .......... .......... .......... 80% 1.12M 5s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 37450K .......... .......... .......... .......... .......... 80% 5.52M 5s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 37500K .......... .......... .......... .......... .......... 80% 1.10M 5s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 37550K .......... .......... .......... .......... .......... 80% 2.05M 5s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 37600K .......... .......... .......... .......... .......... 80% 3.77M 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 37650K .......... .......... .......... .......... .......... 80% 4.19M 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 37700K .......... .......... .......... .......... .......... 80% 2.13M 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 37750K .......... .......... .......... .......... .......... 80% 570K 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 37800K .......... .......... .......... .......... .......... 81% 1.14M 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 37850K .......... .......... .......... .......... .......... 81% 5.85M 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 37900K .......... .......... .......... .......... .......... 81% 1.16M 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 37950K .......... .......... .......... .......... .......... 81% 2.07M 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 38000K .......... .......... .......... .......... .......... 81% 3.25M 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 38050K .......... .......... .......... .......... .......... 81% 6.50M 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 38100K .......... .......... .......... .......... .......... 81% 2.42M 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 38150K .......... .......... .......... .......... .......... 81% 697K 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 38200K .......... .......... .......... .......... .......... 81% 836K 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 38250K .......... .......... .......... .......... .......... 82% 3.23M 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 38300K .......... .......... .......... .......... .......... 82% 4.47M 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 38350K .......... .......... .......... .......... .......... 82% 1.14M 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 38400K .......... .......... .......... .......... .......... 82% 2.40M 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 38450K .......... .......... .......... .......... .......... 82% 3.67M 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 38500K .......... .......... .......... .......... .......... 82% 4.03M 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 38550K .......... .......... .......... .......... .......... 82% 2.32M 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 38600K .......... .......... .......... .......... .......... 82% 569K 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 38650K .......... .......... .......... .......... .......... 82% 1.16M 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 38700K .......... .......... .......... .......... .......... 82% 5.57M 4s unit-abot-epc-basic-0: 15:56:46 DEBUG unit.abot-epc-basic/0.install 38750K .......... .......... .......... .......... .......... 83% 2.49M 4s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 38800K .......... .......... .......... .......... .......... 83% 1.08M 4s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 38850K .......... .......... .......... .......... .......... 83% 4.09M 4s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 38900K .......... .......... .......... .......... .......... 83% 4.67M 4s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 38950K .......... .......... .......... .......... .......... 83% 3.02M 4s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39000K .......... .......... .......... .......... .......... 83% 2.01M 4s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39050K .......... .......... .......... .......... .......... 83% 576K 4s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39100K .......... .......... .......... .......... .......... 83% 1.34M 4s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39150K .......... .......... .......... .......... .......... 83% 6.43M 4s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39200K .......... .......... .......... .......... .......... 84% 1.19M 4s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39250K .......... .......... .......... .......... .......... 84% 2.10M 4s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39300K .......... .......... .......... .......... .......... 84% 3.85M 4s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39350K .......... .......... .......... .......... .......... 84% 4.96M 4s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39400K .......... .......... .......... .......... .......... 84% 2.99M 4s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39450K .......... .......... .......... .......... .......... 84% 1.67M 4s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39500K .......... .......... .......... .......... .......... 84% 584K 4s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39550K .......... .......... .......... .......... .......... 84% 1.49M 4s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39600K .......... .......... .......... .......... .......... 84% 6.88M 4s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39650K .......... .......... .......... .......... .......... 85% 1.17M 4s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39700K .......... .......... .......... .......... .......... 85% 2.20M 3s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39750K .......... .......... .......... .......... .......... 85% 4.32M 3s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39800K .......... .......... .......... .......... .......... 85% 4.49M 3s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39850K .......... .......... .......... .......... .......... 85% 3.12M 3s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39900K .......... .......... .......... .......... .......... 85% 1.65M 3s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 39950K .......... .......... .......... .......... .......... 85% 613K 3s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 40000K .......... .......... .......... .......... .......... 85% 1.36M 3s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 40050K .......... .......... .......... .......... .......... 85% 6.11M 3s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 40100K .......... .......... .......... .......... .......... 85% 2.57M 3s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 40150K .......... .......... .......... .......... .......... 86% 1.09M 3s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 40200K .......... .......... .......... .......... .......... 86% 4.54M 3s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 40250K .......... .......... .......... .......... .......... 86% 4.32M 3s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 40300K .......... .......... .......... .......... .......... 86% 3.23M 3s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 40350K .......... .......... .......... .......... .......... 86% 2.75M 3s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 40400K .......... .......... .......... .......... .......... 86% 575K 3s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 40450K .......... .......... .......... .......... .......... 86% 1.20M 3s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 40500K .......... .......... .......... .......... .......... 86% 5.43M 3s unit-abot-epc-basic-0: 15:56:47 DEBUG unit.abot-epc-basic/0.install 40550K .......... .......... .......... .......... .......... 86% 3.70M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 40600K .......... .......... .......... .......... .......... 87% 1.15M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 40650K .......... .......... .......... .......... .......... 87% 2.79M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 40700K .......... .......... .......... .......... .......... 87% 3.65M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 40750K .......... .......... .......... .......... .......... 87% 5.29M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 40800K .......... .......... .......... .......... .......... 87% 3.06M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 40850K .......... .......... .......... .......... .......... 87% 553K 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 40900K .......... .......... .......... .......... .......... 87% 1.27M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 40950K .......... .......... .......... .......... .......... 87% 3.20M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41000K .......... .......... .......... .......... .......... 87% 5.77M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41050K .......... .......... .......... .......... .......... 88% 1.16M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41100K .......... .......... .......... .......... .......... 88% 2.45M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41150K .......... .......... .......... .......... .......... 88% 3.40M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41200K .......... .......... .......... .......... .......... 88% 8.13M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41250K .......... .......... .......... .......... .......... 88% 2.76M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41300K .......... .......... .......... .......... .......... 88% 1.68M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41350K .......... .......... .......... .......... .......... 88% 583K 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41400K .......... .......... .......... .......... .......... 88% 1.57M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41450K .......... .......... .......... .......... .......... 88% 7.97M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41500K .......... .......... .......... .......... .......... 88% 1.21M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41550K .......... .......... .......... .......... .......... 89% 2.12M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41600K .......... .......... .......... .......... .......... 89% 4.91M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41650K .......... .......... .......... .......... .......... 89% 3.99M 3s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41700K .......... .......... .......... .......... .......... 89% 4.85M 2s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41750K .......... .......... .......... .......... .......... 89% 2.42M 2s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41800K .......... .......... .......... .......... .......... 89% 569K 2s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41850K .......... .......... .......... .......... .......... 89% 1.37M 2s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41900K .......... .......... .......... .......... .......... 89% 3.30M 2s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 41950K .......... .......... .......... .......... .......... 89% 5.25M 2s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 42000K .......... .......... .......... .......... .......... 90% 1.15M 2s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 42050K .......... .......... .......... .......... .......... 90% 2.39M 2s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 42100K .......... .......... .......... .......... .......... 90% 3.53M 2s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 42150K .......... .......... .......... .......... .......... 90% 8.78M 2s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 42200K .......... .......... .......... .......... .......... 90% 2.77M 2s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 42250K .......... .......... .......... .......... .......... 90% 1.51M 2s unit-abot-epc-basic-0: 15:56:48 DEBUG unit.abot-epc-basic/0.install 42300K .......... .......... .......... .......... .......... 90% 615K 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 42350K .......... .......... .......... .......... .......... 90% 1.57M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 42400K .......... .......... .......... .......... .......... 90% 8.01M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 42450K .......... .......... .......... .......... .......... 91% 1.10M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 42500K .......... .......... .......... .......... .......... 91% 2.53M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 42550K .......... .......... .......... .......... .......... 91% 5.02M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 42600K .......... .......... .......... .......... .......... 91% 3.73M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 42650K .......... .......... .......... .......... .......... 91% 5.86M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 42700K .......... .......... .......... .......... .......... 91% 2.45M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 42750K .......... .......... .......... .......... .......... 91% 564K 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 42800K .......... .......... .......... .......... .......... 91% 1.45M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 42850K .......... .......... .......... .......... .......... 91% 2.87M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 42900K .......... .......... .......... .......... .......... 91% 5.21M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 42950K .......... .......... .......... .......... .......... 92% 1.17M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43000K .......... .......... .......... .......... .......... 92% 2.51M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43050K .......... .......... .......... .......... .......... 92% 4.23M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43100K .......... .......... .......... .......... .......... 92% 5.08M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43150K .......... .......... .......... .......... .......... 92% 3.23M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43200K .......... .......... .......... .......... .......... 92% 1.72M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43250K .......... .......... .......... .......... .......... 92% 621K 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43300K .......... .......... .......... .......... .......... 92% 1.34M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43350K .......... .......... .......... .......... .......... 92% 6.76M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43400K .......... .......... .......... .......... .......... 93% 2.85M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43450K .......... .......... .......... .......... .......... 93% 1.25M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43500K .......... .......... .......... .......... .......... 93% 2.97M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43550K .......... .......... .......... .......... .......... 93% 4.16M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43600K .......... .......... .......... .......... .......... 93% 5.92M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43650K .......... .......... .......... .......... .......... 93% 3.09M 2s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43700K .......... .......... .......... .......... .......... 93% 716K 1s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43750K .......... .......... .......... .......... .......... 93% 963K 1s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43800K .......... .......... .......... .......... .......... 93% 2.08M 1s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43850K .......... .......... .......... .......... .......... 94% 7.07M 1s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43900K .......... .......... .......... .......... .......... 94% 1.12M 1s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 43950K .......... .......... .......... .......... .......... 94% 2.58M 1s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 44000K .......... .......... .......... .......... .......... 94% 4.86M 1s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 44050K .......... .......... .......... .......... .......... 94% 4.20M 1s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 44100K .......... .......... .......... .......... .......... 94% 5.31M 1s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 44150K .......... .......... .......... .......... .......... 94% 2.44M 1s unit-abot-epc-basic-0: 15:56:49 DEBUG unit.abot-epc-basic/0.install 44200K .......... .......... .......... .......... .......... 94% 564K 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 44250K .......... .......... .......... .......... .......... 94% 1.48M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 44300K .......... .......... .......... .......... .......... 94% 2.92M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 44350K .......... .......... .......... .......... .......... 95% 5.33M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 44400K .......... .......... .......... .......... .......... 95% 1.18M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 44450K .......... .......... .......... .......... .......... 95% 2.55M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 44500K .......... .......... .......... .......... .......... 95% 3.82M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 44550K .......... .......... .......... .......... .......... 95% 5.49M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 44600K .......... .......... .......... .......... .......... 95% 3.33M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 44650K .......... .......... .......... .......... .......... 95% 1.68M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 44700K .......... .......... .......... .......... .......... 95% 626K 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 44750K .......... .......... .......... .......... .......... 95% 1.47M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 44800K .......... .......... .......... .......... .......... 96% 4.35M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 44850K .......... .......... .......... .......... .......... 96% 4.01M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 44900K .......... .......... .......... .......... .......... 96% 1.13M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 44950K .......... .......... .......... .......... .......... 96% 2.93M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45000K .......... .......... .......... .......... .......... 96% 4.07M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45050K .......... .......... .......... .......... .......... 96% 6.19M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45100K .......... .......... .......... .......... .......... 96% 3.00M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45150K .......... .......... .......... .......... .......... 96% 1.50M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45200K .......... .......... .......... .......... .......... 96% 629K 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45250K .......... .......... .......... .......... .......... 97% 1.54M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45300K .......... .......... .......... .......... .......... 97% 7.27M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45350K .......... .......... .......... .......... .......... 97% 1.09M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45400K .......... .......... .......... .......... .......... 97% 2.46M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45450K .......... .......... .......... .......... .......... 97% 5.83M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45500K .......... .......... .......... .......... .......... 97% 4.09M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45550K .......... .......... .......... .......... .......... 97% 5.44M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45600K .......... .......... .......... .......... .......... 97% 3.19M 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45650K .......... .......... .......... .......... .......... 97% 560K 1s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45700K .......... .......... .......... .......... .......... 97% 1.36M 0s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45750K .......... .......... .......... .......... .......... 98% 2.60M 0s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45800K .......... .......... .......... .......... .......... 98% 5.48M 0s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45850K .......... .......... .......... .......... .......... 98% 1.16M 0s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45900K .......... .......... .......... .......... .......... 98% 2.45M 0s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 45950K .......... .......... .......... .......... .......... 98% 5.14M 0s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 46000K .......... .......... .......... .......... .......... 98% 4.47M 0s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 46050K .......... .......... .......... .......... .......... 98% 3.69M 0s unit-abot-epc-basic-0: 15:56:50 DEBUG unit.abot-epc-basic/0.install 46100K .......... .......... .......... .......... .......... 98% 2.14M 0s unit-abot-epc-basic-0: 15:56:51 DEBUG unit.abot-epc-basic/0.install 46150K .......... .......... .......... .......... .......... 98% 594K 0s unit-abot-epc-basic-0: 15:56:51 DEBUG unit.abot-epc-basic/0.install 46200K .......... .......... .......... .......... .......... 99% 1.49M 0s unit-abot-epc-basic-0: 15:56:51 DEBUG unit.abot-epc-basic/0.install 46250K .......... .......... .......... .......... .......... 99% 3.29M 0s unit-abot-epc-basic-0: 15:56:51 DEBUG unit.abot-epc-basic/0.install 46300K .......... .......... .......... .......... .......... 99% 3.47M 0s unit-abot-epc-basic-0: 15:56:51 DEBUG unit.abot-epc-basic/0.install 46350K .......... .......... .......... .......... .......... 99% 1.26M 0s unit-abot-epc-basic-0: 15:56:51 DEBUG unit.abot-epc-basic/0.install 46400K .......... .......... .......... .......... .......... 99% 2.72M 0s unit-abot-epc-basic-0: 15:56:51 DEBUG unit.abot-epc-basic/0.install 46450K .......... .......... .......... .......... .......... 99% 4.00M 0s unit-abot-epc-basic-0: 15:56:51 DEBUG unit.abot-epc-basic/0.install 46500K .......... .......... .......... .......... .......... 99% 5.92M 0s unit-abot-epc-basic-0: 15:56:51 DEBUG unit.abot-epc-basic/0.install 46550K .......... .......... .......... .......... .......... 99% 3.13M 0s unit-abot-epc-basic-0: 15:56:51 DEBUG unit.abot-epc-basic/0.install 46600K .......... .......... .......... .......... .......... 99% 1.46M 0s unit-abot-epc-basic-0: 15:56:51 DEBUG unit.abot-epc-basic/0.install 46650K .......... .......... .......... .......... .. 100% 575K=24s unit-abot-epc-basic-0: 15:56:51 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 15:56:51 DEBUG unit.abot-epc-basic/0.install 2018-08-27 15:56:51 (1.93 MB/s) - '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' saved [47812762/47812762] unit-abot-epc-basic-0: 15:56:51 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 15:56:51 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Download Debian abot-functest-basic_3.1.1_all.deb >> unit-abot-epc-basic-0: 15:56:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package abot-epc-basic. unit-abot-epc-basic-0: 15:56:51 DEBUG unit.abot-epc-basic/0.install (Reading database ... 57381 files and directories currently installed.) unit-abot-epc-basic-0: 15:56:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../abot-functest-basic_3.1.1_all.deb ... unit-abot-epc-basic-0: 15:56:51 DEBUG unit.abot-epc-basic/0.install Unpacking abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install dpkg: dependency problems prevent configuration of abot-epc-basic: unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on maven; however: unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install Package maven is not installed. unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on apache2; however: unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install Package apache2 is not installed. unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on python-pip; however: unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install Package python-pip is not installed. unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install dpkg: error processing package abot-epc-basic (--install): unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install dependency problems - leaving unconfigured unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install Errors were encountered while processing: unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install abot-epc-basic unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install Correcting dependencies... Done unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install build-essential cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 junit junit4 unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libxom-java libxpp2-java libxpp3-java linux-libc-dev make manpages-dev maven unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install ant-doc ant-gcj ant-optional-gcj antlr javacc jython libbcel-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libbsf-java libgnumail-java libjdepend-java liboro-java libregexp-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install binutils-doc cpp-doc gcc-5-locales debian-keyring g++-multilib unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install g++-5-multilib gcc-5-doc libstdc++6-5-dbg gcc-multilib autoconf automake unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libtool flex bison gdb gcc-doc gcc-5-multilib libgcc1-dbg libgomp1-dbg unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg junit-doc unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libaopalliance-java-doc libatinject-jsr330-api-java-doc glibc-doc unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libclassworlds-java-doc libcommons-httpclient-java-doc unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libcommons-io-java-doc libcommons-lang-java-doc libcommons-lang3-java-doc unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libavalon-framework-java libcommons-logging-java-doc unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libexcalibur-logkit-java libcommons-net-java-doc libcommons-net2-java-doc unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libdom4j-java-doc libeasymock-java-doc libcglib-java libjaxp1.3-java-gcj unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libjdom1-java-doc jetty libjetty-java-doc libjsoup-java-doc unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libjsr305-java-doc liblog4j1.2-java-doc libobjenesis-java-doc unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-cipher-java-doc libplexus-classworlds-java-doc unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java-doc libplexus-cli-java-doc unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java-doc libplexus-interactivity-api-java-doc unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-interpolation-java-doc libplexus-sec-dispatcher-java-doc unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-utils-java-doc libplexus-utils2-java-doc libqdox2-java-doc testng unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libstdc++-5-doc libwagon-java-doc libxalan2-java-doc libxsltc-java groovy2 unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libequinox-osgi-java libosgi-compendium-java libosgi-core-java libqdox-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libspring-beans-java libspring-context-java libspring-core-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libspring-web-java libxerces2-java-doc libxerces2-java-gcj unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libxml-commons-resolver1.1-java-doc libxom-java-doc make-doc python-doc unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install python-tk python-setuptools-doc python2.7-doc binfmt-support unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install openssl-blacklist unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install build-essential cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 junit junit4 unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install libxom-java libxpp2-java libxpp3-java linux-libc-dev make manpages-dev maven unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 15:56:53 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 15:56:54 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 147 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 15:56:54 DEBUG unit.abot-epc-basic/0.install 1 not fully installed or removed. unit-abot-epc-basic-0: 15:56:54 DEBUG unit.abot-epc-basic/0.install Need to get 103 MB of archives. unit-abot-epc-basic-0: 15:56:54 DEBUG unit.abot-epc-basic/0.install After this operation, 255 MB of additional disk space will be used. unit-abot-epc-basic-0: 15:56:54 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-codec-java all 1.10-1 [232 kB] unit-abot-epc-basic-0: 15:56:54 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libapache-pom-java all 10-2build1 [4022 B] unit-abot-epc-basic-0: 15:56:54 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-parent-java all 39-3 [9380 B] unit-abot-epc-basic-0: 15:56:54 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-logging-java all 1.2-1+build1 [59.5 kB] unit-abot-epc-basic-0: 15:56:55 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpcore-java all 4.4.4-1 [573 kB] unit-abot-epc-basic-0: 15:56:55 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpclient-java all 4.5.1-1 [694 kB] unit-abot-epc-basic-0: 15:56:55 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libslf4j-java all 1.7.14-3 [124 kB] unit-abot-epc-basic-0: 15:56:55 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-httpclient-java all 3.1-12 [279 kB] unit-abot-epc-basic-0: 15:56:55 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-io-java all 2.4-2 [176 kB] unit-abot-epc-basic-0: 15:56:55 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-net2-java all 2.2-2 [194 kB] unit-abot-epc-basic-0: 15:56:55 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsch-java all 0.1.53-1ubuntu1 [267 kB] unit-abot-epc-basic-0: 15:56:55 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsoup-java all 1.8.3-1 [298 kB] unit-abot-epc-basic-0: 15:56:55 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatinject-jsr330-api-java all 1.0+ds1-2 [22.7 kB] unit-abot-epc-basic-0: 15:56:55 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsr305-java all 0.1~+svn49-9 [26.4 kB] unit-abot-epc-basic-0: 15:56:56 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguava-java all 19.0-1 [2028 kB] unit-abot-epc-basic-0: 15:56:56 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-classworlds-java all 1.5.0-5 [49.2 kB] unit-abot-epc-basic-0: 15:56:56 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjaxp1.3-java all 1.3.05-2ubuntu3 [450 kB] unit-abot-epc-basic-0: 15:56:56 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-resolver1.1-java all 1.2-7build1 [91.6 kB] unit-abot-epc-basic-0: 15:56:56 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-external-java all 1.4.01-2build1 [245 kB] unit-abot-epc-basic-0: 15:56:56 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxerces2-java all 2.11.0-7 [1362 kB] unit-abot-epc-basic-0: 15:56:56 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxalan2-java all 2.7.1-9 [3166 kB] unit-abot-epc-basic-0: 15:56:56 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interpolation-java all 1.21-1 [61.3 kB] unit-abot-epc-basic-0: 15:56:56 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-utils-java all 1:1.5.15-4 [210 kB] unit-abot-epc-basic-0: 15:56:56 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxbean-java all 4.5-1 [815 kB] unit-abot-epc-basic-0: 15:56:57 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-containers-java all 1.0~beta3.0.7-8 [178 kB] unit-abot-epc-basic-0: 15:56:57 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interactivity-api-java all 1.0-alpha-6-7 [14.2 kB] unit-abot-epc-basic-0: 15:56:57 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libwagon-java all 1.0.0-7 [133 kB] unit-abot-epc-basic-0: 15:56:57 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libeclipse-aether-java all 1.0.2-1 [564 kB] unit-abot-epc-basic-0: 15:56:57 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-cli-java all 1.3.1-3ubuntu1 [53.3 kB] unit-abot-epc-basic-0: 15:56:57 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-lang3-java all 3.4-1 [380 kB] unit-abot-epc-basic-0: 15:56:57 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaopalliance-java all 20070526-5 [9214 B] unit-abot-epc-basic-0: 15:56:57 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguice-java all 4.0-2 [836 kB] unit-abot-epc-basic-0: 15:56:57 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit all 3.8.2-8build1 [106 kB] unit-abot-epc-basic-0: 15:56:57 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-cipher-java all 1.7-1 [14.5 kB] unit-abot-epc-basic-0: 15:56:57 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-classworlds2-java all 2.5.2-1 [46.7 kB] unit-abot-epc-basic-0: 15:56:57 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-utils2-java all 3.0.22-1 [235 kB] unit-abot-epc-basic-0: 15:56:57 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-container-default1.5-java all 1.6-2 [186 kB] unit-abot-epc-basic-0: 15:56:58 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-component-annotations-java all 1.6-2 [6662 B] unit-abot-epc-basic-0: 15:56:58 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libasm4-java all 5.0.4-1 [252 kB] unit-abot-epc-basic-0: 15:56:58 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjaxen-java all 1.1.6-1ubuntu1 [206 kB] unit-abot-epc-basic-0: 15:56:58 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjdom1-java all 1.1.3-1 [150 kB] unit-abot-epc-basic-0: 15:56:58 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libclassworlds-java all 1.1-final-5 [39.3 kB] unit-abot-epc-basic-0: 15:56:58 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-lang-java all 2.6-6ubuntu2 [267 kB] unit-abot-epc-basic-0: 15:56:58 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libdoxia-core-java all 1.1.4-3ubuntu1 [148 kB] unit-abot-epc-basic-0: 15:56:58 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-container-default-java all 1.0-alpha-9-stable-1-7 [153 kB] unit-abot-epc-basic-0: 15:56:58 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-ant-factory-java all 1.0~alpha2.1-3 [11.2 kB] unit-abot-epc-basic-0: 15:56:58 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-io-java all 1.0~alpha5-2 [44.7 kB] unit-abot-epc-basic-0: 15:56:58 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-archiver-java all 2.2-1 [171 kB] unit-abot-epc-basic-0: 15:56:58 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libbsh-java all 2.0b4-17ubuntu1 [264 kB] unit-abot-epc-basic-0: 15:56:59 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-bsh-factory-java all 1.0~alpha7-3.1 [7708 B] unit-abot-epc-basic-0: 15:56:59 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-sec-dispatcher-java all 1.3.1-6 [27.1 kB] unit-abot-epc-basic-0: 15:56:59 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven2-core-java all 2.2.1-24 [710 kB] unit-abot-epc-basic-0: 15:56:59 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-cli-java all 1.2-5 [9700 B] unit-abot-epc-basic-0: 15:56:59 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqdox2-java all 2.0~M3-2 [257 kB] unit-abot-epc-basic-0: 15:56:59 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-component-metadata-java all 1.6-2 [103 kB] unit-abot-epc-basic-0: 15:56:59 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-containers1.5-java all 1.6-2 [2410 B] unit-abot-epc-basic-0: 15:56:59 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgeronimo-interceptor-3.0-spec-java all 1.0.1-3fakesync1 [7284 B] unit-abot-epc-basic-0: 15:56:59 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libservlet3.1-java all 8.0.32-1ubuntu1.7 [391 kB] unit-abot-epc-basic-0: 15:56:59 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcdi-api-java all 1.0-2 [31.9 kB] unit-abot-epc-basic-0: 15:56:59 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsisu-inject-java all 0.3.2-1 [347 kB] unit-abot-epc-basic-0: 15:56:59 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsisu-plexus-java all 0.3.2-1 [182 kB] unit-abot-epc-basic-0: 15:56:59 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhamcrest-java all 1.3-5ubuntu1 [373 kB] unit-abot-epc-basic-0: 15:56:59 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit4 all 4.12-4ubuntu1 [279 kB] unit-abot-epc-basic-0: 15:57:00 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-net-java all 3.4-2ubuntu2 [334 kB] unit-abot-epc-basic-0: 15:57:00 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcglib3-java all 3.1+dfsg-1 [726 kB] unit-abot-epc-basic-0: 15:57:00 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libobjenesis-java all 2.2-1 [44.3 kB] unit-abot-epc-basic-0: 15:57:00 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libeasymock-java all 3.3.1+ds-3 [88.3 kB] unit-abot-epc-basic-0: 15:57:00 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libservlet2.5-java all 6.0.45+dfsg-1 [212 kB] unit-abot-epc-basic-0: 15:57:00 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjetty-java all 6.1.26-5 [721 kB] unit-abot-epc-basic-0: 15:57:00 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 liblog4j1.2-java all 1.2.17-7ubuntu1 [426 kB] unit-abot-epc-basic-0: 15:57:00 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven-parent-java all 21-2 [5786 B] unit-abot-epc-basic-0: 15:57:00 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libwagon2-java all 2.10-3 [2144 kB] unit-abot-epc-basic-0: 15:57:00 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven3-core-java all 3.3.9-3 [1446 kB] unit-abot-epc-basic-0: 15:57:00 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 maven all 3.3.9-3 [17.4 kB] unit-abot-epc-basic-0: 15:57:00 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libapr1 amd64 1.5.2-3 [86.0 kB] unit-abot-epc-basic-0: 15:57:01 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1 amd64 1.5.4-1build1 [77.1 kB] unit-abot-epc-basic-0: 15:57:01 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1-dbd-sqlite3 amd64 1.5.4-1build1 [10.6 kB] unit-abot-epc-basic-0: 15:57:01 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1-ldap amd64 1.5.4-1build1 [8720 B] unit-abot-epc-basic-0: 15:57:01 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblua5.1-0 amd64 5.1.5-8ubuntu1 [102 kB] unit-abot-epc-basic-0: 15:57:01 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-bin amd64 2.4.18-2ubuntu3.9 [925 kB] unit-abot-epc-basic-0: 15:57:01 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-utils amd64 2.4.18-2ubuntu3.9 [81.8 kB] unit-abot-epc-basic-0: 15:57:01 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-data all 2.4.18-2ubuntu3.9 [162 kB] unit-abot-epc-basic-0: 15:57:01 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2 amd64 2.4.18-2ubuntu3.9 [86.6 kB] unit-abot-epc-basic-0: 15:57:01 DEBUG unit.abot-epc-basic/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip-whl all 8.1.1-2ubuntu0.4 [1110 kB] unit-abot-epc-basic-0: 15:57:01 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [340 kB] unit-abot-epc-basic-0: 15:57:01 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [1261 kB] unit-abot-epc-basic-0: 15:57:01 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-minimal amd64 2.7.12-1~16.04 [28.1 kB] unit-abot-epc-basic-0: 15:57:01 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0~16.04.3 [1880 kB] unit-abot-epc-basic-0: 15:57:02 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 amd64 2.7.12-1ubuntu0~16.04.3 [224 kB] unit-abot-epc-basic-0: 15:57:02 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-stdlib amd64 2.7.12-1~16.04 [7768 B] unit-abot-epc-basic-0: 15:57:02 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python amd64 2.7.12-1~16.04 [137 kB] unit-abot-epc-basic-0: 15:57:02 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip all 8.1.1-2ubuntu0.4 [144 kB] unit-abot-epc-basic-0: 15:57:02 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmpc3 amd64 1.0.3-1 [39.7 kB] unit-abot-epc-basic-0: 15:57:02 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ant all 1.9.6-1ubuntu1.1 [1899 kB] unit-abot-epc-basic-0: 15:57:02 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ant-optional all 1.9.6-1ubuntu1.1 [315 kB] unit-abot-epc-basic-0: 15:57:02 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.6 [2311 kB] unit-abot-epc-basic-0: 15:57:02 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc-dev-bin amd64 2.23-0ubuntu10 [68.7 kB] unit-abot-epc-basic-0: 15:57:02 DEBUG unit.abot-epc-basic/0.install Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-libc-dev amd64 4.4.0-134.160 [867 kB] unit-abot-epc-basic-0: 15:57:02 DEBUG unit.abot-epc-basic/0.install Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dev amd64 2.23-0ubuntu10 [2079 kB] unit-abot-epc-basic-0: 15:57:03 DEBUG unit.abot-epc-basic/0.install Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libisl15 amd64 0.16.1-1 [524 kB] unit-abot-epc-basic-0: 15:57:03 DEBUG unit.abot-epc-basic/0.install Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cpp-5 amd64 5.4.0-6ubuntu1~16.04.10 [7671 kB] unit-abot-epc-basic-0: 15:57:03 DEBUG unit.abot-epc-basic/0.install Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpp amd64 4:5.3.1-1ubuntu1 [27.7 kB] unit-abot-epc-basic-0: 15:57:03 DEBUG unit.abot-epc-basic/0.install Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcc1-0 amd64 5.4.0-6ubuntu1~16.04.10 [38.8 kB] unit-abot-epc-basic-0: 15:57:03 DEBUG unit.abot-epc-basic/0.install Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgomp1 amd64 5.4.0-6ubuntu1~16.04.10 [55.1 kB] unit-abot-epc-basic-0: 15:57:03 DEBUG unit.abot-epc-basic/0.install Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libitm1 amd64 5.4.0-6ubuntu1~16.04.10 [27.4 kB] unit-abot-epc-basic-0: 15:57:03 DEBUG unit.abot-epc-basic/0.install Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libatomic1 amd64 5.4.0-6ubuntu1~16.04.10 [8888 B] unit-abot-epc-basic-0: 15:57:03 DEBUG unit.abot-epc-basic/0.install Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasan2 amd64 5.4.0-6ubuntu1~16.04.10 [264 kB] unit-abot-epc-basic-0: 15:57:04 DEBUG unit.abot-epc-basic/0.install Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblsan0 amd64 5.4.0-6ubuntu1~16.04.10 [105 kB] unit-abot-epc-basic-0: 15:57:04 DEBUG unit.abot-epc-basic/0.install Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtsan0 amd64 5.4.0-6ubuntu1~16.04.10 [244 kB] unit-abot-epc-basic-0: 15:57:04 DEBUG unit.abot-epc-basic/0.install Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libubsan0 amd64 5.4.0-6ubuntu1~16.04.10 [95.3 kB] unit-abot-epc-basic-0: 15:57:04 DEBUG unit.abot-epc-basic/0.install Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcilkrts5 amd64 5.4.0-6ubuntu1~16.04.10 [40.1 kB] unit-abot-epc-basic-0: 15:57:04 DEBUG unit.abot-epc-basic/0.install Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmpx0 amd64 5.4.0-6ubuntu1~16.04.10 [9764 B] unit-abot-epc-basic-0: 15:57:04 DEBUG unit.abot-epc-basic/0.install Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libquadmath0 amd64 5.4.0-6ubuntu1~16.04.10 [131 kB] unit-abot-epc-basic-0: 15:57:04 DEBUG unit.abot-epc-basic/0.install Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [2228 kB] unit-abot-epc-basic-0: 15:57:05 DEBUG unit.abot-epc-basic/0.install Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gcc-5 amd64 5.4.0-6ubuntu1~16.04.10 [8426 kB] unit-abot-epc-basic-0: 15:57:05 DEBUG unit.abot-epc-basic/0.install Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gcc amd64 4:5.3.1-1ubuntu1 [5244 B] unit-abot-epc-basic-0: 15:57:05 DEBUG unit.abot-epc-basic/0.install Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [1426 kB] unit-abot-epc-basic-0: 15:57:05 DEBUG unit.abot-epc-basic/0.install Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 g++-5 amd64 5.4.0-6ubuntu1~16.04.10 [8319 kB] unit-abot-epc-basic-0: 15:57:05 DEBUG unit.abot-epc-basic/0.install Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1504 B] unit-abot-epc-basic-0: 15:57:05 DEBUG unit.abot-epc-basic/0.install Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB] unit-abot-epc-basic-0: 15:57:05 DEBUG unit.abot-epc-basic/0.install Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdpkg-perl all 1.18.4ubuntu1.4 [195 kB] unit-abot-epc-basic-0: 15:57:06 DEBUG unit.abot-epc-basic/0.install Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 dpkg-dev all 1.18.4ubuntu1.4 [584 kB] unit-abot-epc-basic-0: 15:57:06 DEBUG unit.abot-epc-basic/0.install Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 build-essential amd64 12.1ubuntu2 [4758 B] unit-abot-epc-basic-0: 15:57:06 DEBUG unit.abot-epc-basic/0.install Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfakeroot amd64 1.20.2-1ubuntu1 [25.5 kB] unit-abot-epc-basic-0: 15:57:06 DEBUG unit.abot-epc-basic/0.install Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fakeroot amd64 1.20.2-1ubuntu1 [61.8 kB] unit-abot-epc-basic-0: 15:57:06 DEBUG unit.abot-epc-basic/0.install Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] unit-abot-epc-basic-0: 15:57:06 DEBUG unit.abot-epc-basic/0.install Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4build1 [11.0 kB] unit-abot-epc-basic-0: 15:57:06 DEBUG unit.abot-epc-basic/0.install Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] unit-abot-epc-basic-0: 15:57:06 DEBUG unit.abot-epc-basic/0.install Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxpp2-java all 2.1.10-7build1 [162 kB] unit-abot-epc-basic-0: 15:57:06 DEBUG unit.abot-epc-basic/0.install Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxpp3-java all 1.1.4c-2build1 [364 kB] unit-abot-epc-basic-0: 15:57:06 DEBUG unit.abot-epc-basic/0.install Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libdom4j-java all 1.6.1+dfsg.3-2ubuntu1 [323 kB] unit-abot-epc-basic-0: 15:57:06 DEBUG unit.abot-epc-basic/0.install Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libexpat1-dev amd64 2.1.0-7ubuntu0.16.04.3 [115 kB] unit-abot-epc-basic-0: 15:57:06 DEBUG unit.abot-epc-basic/0.install Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-fcntllock-perl amd64 0.22-3 [32.0 kB] unit-abot-epc-basic-0: 15:57:07 DEBUG unit.abot-epc-basic/0.install Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7 amd64 2.7.12-1ubuntu0~16.04.3 [1070 kB] unit-abot-epc-basic-0: 15:57:07 DEBUG unit.abot-epc-basic/0.install Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-dev amd64 2.7.12-1ubuntu0~16.04.3 [27.8 MB] unit-abot-epc-basic-0: 15:57:07 DEBUG unit.abot-epc-basic/0.install Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-dev amd64 2.7.12-1~16.04 [7840 B] unit-abot-epc-basic-0: 15:57:07 DEBUG unit.abot-epc-basic/0.install Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-all-dev amd64 2.7.12-1~16.04 [1006 B] unit-abot-epc-basic-0: 15:57:07 DEBUG unit.abot-epc-basic/0.install Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxom-java all 1.2.10-1 [170 kB] unit-abot-epc-basic-0: 15:57:08 DEBUG unit.abot-epc-basic/0.install Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 manpages-dev all 4.04-2 [2048 kB] unit-abot-epc-basic-0: 15:57:08 DEBUG unit.abot-epc-basic/0.install Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-all amd64 2.7.12-1~16.04 [996 B] unit-abot-epc-basic-0: 15:57:08 DEBUG unit.abot-epc-basic/0.install Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-dev amd64 2.7.12-1ubuntu0~16.04.3 [276 kB] unit-abot-epc-basic-0: 15:57:08 DEBUG unit.abot-epc-basic/0.install Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-dev amd64 2.7.12-1~16.04 [1186 B] unit-abot-epc-basic-0: 15:57:08 DEBUG unit.abot-epc-basic/0.install Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-all-dev amd64 2.7.12-1~16.04 [1016 B] unit-abot-epc-basic-0: 15:57:08 DEBUG unit.abot-epc-basic/0.install Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 python-pkg-resources all 20.7.0-1 [108 kB] unit-abot-epc-basic-0: 15:57:08 DEBUG unit.abot-epc-basic/0.install Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 python-setuptools all 20.7.0-1 [169 kB] unit-abot-epc-basic-0: 15:57:08 DEBUG unit.abot-epc-basic/0.install Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 python-wheel all 0.29.0-1 [48.0 kB] unit-abot-epc-basic-0: 15:57:08 DEBUG unit.abot-epc-basic/0.install Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ssl-cert all 1.0.37 [16.9 kB] unit-abot-epc-basic-0: 15:57:08 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 20% Extracting templates from packages: 40% Extracting templates from packages: 61% Extracting templates from packages: 81% Extracting templates from packages: 100% unit-abot-epc-basic-0: 15:57:08 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 15:57:09 DEBUG unit.abot-epc-basic/0.install Fetched 103 MB in 14s (6966 kB/s) unit-abot-epc-basic-0: 15:57:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-codec-java. unit-abot-epc-basic-0: 15:57:10 DEBUG unit.abot-epc-basic/0.install (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 ... 57544 files and directories currently installed.) unit-abot-epc-basic-0: 15:57:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-codec-java_1.10-1_all.deb ... unit-abot-epc-basic-0: 15:57:10 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 15:57:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapache-pom-java. unit-abot-epc-basic-0: 15:57:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapache-pom-java_10-2build1_all.deb ... unit-abot-epc-basic-0: 15:57:12 DEBUG unit.abot-epc-basic/0.install Unpacking libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 15:57:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-parent-java. unit-abot-epc-basic-0: 15:57:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-parent-java_39-3_all.deb ... unit-abot-epc-basic-0: 15:57:12 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-parent-java (39-3) ... unit-abot-epc-basic-0: 15:57:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-logging-java. unit-abot-epc-basic-0: 15:57:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-logging-java_1.2-1+build1_all.deb ... unit-abot-epc-basic-0: 15:57:12 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 15:57:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpcore-java. unit-abot-epc-basic-0: 15:57:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpcore-java_4.4.4-1_all.deb ... unit-abot-epc-basic-0: 15:57:13 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 15:57:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpclient-java. unit-abot-epc-basic-0: 15:57:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpclient-java_4.5.1-1_all.deb ... unit-abot-epc-basic-0: 15:57:13 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpclient-java (4.5.1-1) ... unit-abot-epc-basic-0: 15:57:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslf4j-java. unit-abot-epc-basic-0: 15:57:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslf4j-java_1.7.14-3_all.deb ... unit-abot-epc-basic-0: 15:57:13 DEBUG unit.abot-epc-basic/0.install Unpacking libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-httpclient-java. unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-httpclient-java_3.1-12_all.deb ... unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-io-java. unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-io-java_2.4-2_all.deb ... unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net2-java. unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net2-java_2.2-2_all.deb ... unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net2-java (2.2-2) ... unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsch-java. unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsch-java_0.1.53-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Unpacking libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoup-java. unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoup-java_1.8.3-1_all.deb ... unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoup-java (1.8.3-1) ... unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatinject-jsr330-api-java. unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatinject-jsr330-api-java_1.0+ds1-2_all.deb ... unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Unpacking libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsr305-java. unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsr305-java_0.1~+svn49-9_all.deb ... unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Unpacking libjsr305-java (0.1~+svn49-9) ... unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguava-java. unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguava-java_19.0-1_all.deb ... unit-abot-epc-basic-0: 15:57:14 DEBUG unit.abot-epc-basic/0.install Unpacking libguava-java (19.0-1) ... unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds-java. unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds-java_1.5.0-5_all.deb ... unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds-java (1.5.0-5) ... unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxp1.3-java. unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxp1.3-java_1.3.05-2ubuntu3_all.deb ... unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-resolver1.1-java. unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-resolver1.1-java_1.2-7build1_all.deb ... unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-resolver1.1-java (1.2-7build1) ... unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-external-java. unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-external-java_1.4.01-2build1_all.deb ... unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-external-java (1.4.01-2build1) ... unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxerces2-java. unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxerces2-java_2.11.0-7_all.deb ... unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxerces2-java (2.11.0-7) ... unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxalan2-java. unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxalan2-java_2.7.1-9_all.deb ... unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxalan2-java (2.7.1-9) ... unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interpolation-java. unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interpolation-java_1.21-1_all.deb ... unit-abot-epc-basic-0: 15:57:15 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interpolation-java (1.21-1) ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils-java. unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils-java_1%3a1.5.15-4_all.deb ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils-java (1:1.5.15-4) ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxbean-java. unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxbean-java_4.5-1_all.deb ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxbean-java (4.5-1) ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers-java. unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers-java_1.0~beta3.0.7-8_all.deb ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers-java (1.0~beta3.0.7-8) ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interactivity-api-java. unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interactivity-api-java_1.0-alpha-6-7_all.deb ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon-java. unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon-java_1.0.0-7_all.deb ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon-java (1.0.0-7) ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeclipse-aether-java. unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeclipse-aether-java_1.0.2-1_all.deb ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Unpacking libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-cli-java. unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-cli-java_1.3.1-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-cli-java (1.3.1-3ubuntu1) ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang3-java. unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang3-java_3.4-1_all.deb ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang3-java (3.4-1) ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaopalliance-java. unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaopalliance-java_20070526-5_all.deb ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Unpacking libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguice-java. unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguice-java_4.0-2_all.deb ... unit-abot-epc-basic-0: 15:57:16 DEBUG unit.abot-epc-basic/0.install Unpacking libguice-java (4.0-2) ... unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit. unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit_3.8.2-8build1_all.deb ... unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Unpacking junit (3.8.2-8build1) ... unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cipher-java. unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cipher-java_1.7-1_all.deb ... unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cipher-java (1.7-1) ... unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds2-java. unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds2-java_2.5.2-1_all.deb ... unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils2-java. unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils2-java_3.0.22-1_all.deb ... unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils2-java (3.0.22-1) ... unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default1.5-java. unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default1.5-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default1.5-java (1.6-2) ... unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-annotations-java. unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-annotations-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasm4-java. unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasm4-java_5.0.4-1_all.deb ... unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Unpacking libasm4-java (5.0.4-1) ... unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxen-java. unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxen-java_1.1.6-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjdom1-java. unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjdom1-java_1.1.3-1_all.deb ... unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Unpacking libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclassworlds-java. unit-abot-epc-basic-0: 15:57:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclassworlds-java_1.1-final-5_all.deb ... unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Unpacking libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang-java. unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang-java_2.6-6ubuntu2_all.deb ... unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang-java (2.6-6ubuntu2) ... unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdoxia-core-java. unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdoxia-core-java_1.1.4-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Unpacking libdoxia-core-java (1.1.4-3ubuntu1) ... unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default-java. unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default-java_1.0-alpha-9-stable-1-7_all.deb ... unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-ant-factory-java. unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-ant-factory-java_1.0~alpha2.1-3_all.deb ... unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-io-java. unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-io-java_1.0~alpha5-2_all.deb ... unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-archiver-java. unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-archiver-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-archiver-java (2.2-1) ... unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbsh-java. unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbsh-java_2.0b4-17ubuntu1_all.deb ... unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Unpacking libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-bsh-factory-java. unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-bsh-factory-java_1.0~alpha7-3.1_all.deb ... unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-sec-dispatcher-java. unit-abot-epc-basic-0: 15:57:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-sec-dispatcher-java_1.3.1-6_all.deb ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-sec-dispatcher-java (1.3.1-6) ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven2-core-java. unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven2-core-java_2.2.1-24_all.deb ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven2-core-java (2.2.1-24) ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cli-java. unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cli-java_1.2-5_all.deb ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqdox2-java. unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqdox2-java_2.0~M3-2_all.deb ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Unpacking libqdox2-java (2.0~M3-2) ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-metadata-java. unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-metadata-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers1.5-java. unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers1.5-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers1.5-java (1.6-2) ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgeronimo-interceptor-3.0-spec-java. unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgeronimo-interceptor-3.0-spec-java_1.0.1-3fakesync1_all.deb ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Unpacking libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet3.1-java. unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet3.1-java_8.0.32-1ubuntu1.7_all.deb ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet3.1-java (8.0.32-1ubuntu1.7) ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdi-api-java. unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdi-api-java_1.0-2_all.deb ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Unpacking libcdi-api-java (1.0-2) ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-inject-java. unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-inject-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-inject-java (0.3.2-1) ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-plexus-java. unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-plexus-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-plexus-java (0.3.2-1) ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhamcrest-java. unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhamcrest-java_1.3-5ubuntu1_all.deb ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Unpacking libhamcrest-java (1.3-5ubuntu1) ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit4. unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit4_4.12-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Unpacking junit4 (4.12-4ubuntu1) ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net-java. unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net-java_3.4-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 15:57:19 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net-java (3.4-2ubuntu2) ... unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcglib3-java. unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcglib3-java_3.1+dfsg-1_all.deb ... unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Unpacking libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjenesis-java. unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjenesis-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Unpacking libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeasymock-java. unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeasymock-java_3.3.1+ds-3_all.deb ... unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Unpacking libeasymock-java (3.3.1+ds-3) ... unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet2.5-java. unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet2.5-java_6.0.45+dfsg-1_all.deb ... unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet2.5-java (6.0.45+dfsg-1) ... unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjetty-java. unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjetty-java_6.1.26-5_all.deb ... unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Unpacking libjetty-java (6.1.26-5) ... unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblog4j1.2-java. unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblog4j1.2-java_1.2.17-7ubuntu1_all.deb ... unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Unpacking liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven-parent-java. unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven-parent-java_21-2_all.deb ... unit-abot-epc-basic-0: 15:57:20 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven-parent-java (21-2) ... unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon2-java. unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon2-java_2.10-3_all.deb ... unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon2-java (2.10-3) ... unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven3-core-java. unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven3-core-java_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven3-core-java (3.3.9-3) ... unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package maven. unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/maven_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Unpacking maven (3.3.9-3) ... unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapr1:amd64. unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapr1_1.5.2-3_amd64.deb ... unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Unpacking libapr1:amd64 (1.5.2-3) ... unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1:amd64. unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-ldap:amd64. unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-ldap_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblua5.1-0:amd64. unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblua5.1-0_5.1.5-8ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Unpacking liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-bin. unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-bin_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 15:57:21 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-bin (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 15:57:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-utils. unit-abot-epc-basic-0: 15:57:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-utils_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 15:57:22 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 15:57:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-data. unit-abot-epc-basic-0: 15:57:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-data_2.4.18-2ubuntu3.9_all.deb ... unit-abot-epc-basic-0: 15:57:22 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-data (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 15:57:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2. unit-abot-epc-basic-0: 15:57:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 15:57:22 DEBUG unit.abot-epc-basic/0.install Unpacking apache2 (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 15:57:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip-whl. unit-abot-epc-basic-0: 15:57:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip-whl_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 15:57:22 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 15:57:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-minimal:amd64. unit-abot-epc-basic-0: 15:57:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 15:57:22 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 15:57:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-minimal. unit-abot-epc-basic-0: 15:57:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 15:57:22 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 15:57:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-minimal. unit-abot-epc-basic-0: 15:57:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 15:57:23 DEBUG unit.abot-epc-basic/0.install Unpacking python-minimal (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 15:57:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-stdlib:amd64. unit-abot-epc-basic-0: 15:57:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 15:57:23 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 15:57:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7. unit-abot-epc-basic-0: 15:57:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 15:57:23 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 15:57:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-stdlib:amd64. unit-abot-epc-basic-0: 15:57:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-stdlib_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 15:57:23 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 15:57:23 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 15:57:24 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 15:57:24 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 15:57:24 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 15:57:24 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-abot-epc-basic-0: 15:57:24 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 15:57:24 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 15:57:24 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 15:57:24 DEBUG unit.abot-epc-basic/0.install Setting up python-minimal (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 15:57:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python. unit-abot-epc-basic-0: 15:57:25 DEBUG unit.abot-epc-basic/0.install (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 ... 61187 files and directories currently installed.) unit-abot-epc-basic-0: 15:57:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 15:57:25 DEBUG unit.abot-epc-basic/0.install Unpacking python (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 15:57:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip. unit-abot-epc-basic-0: 15:57:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 15:57:25 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 15:57:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpc3:amd64. unit-abot-epc-basic-0: 15:57:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ... unit-abot-epc-basic-0: 15:57:25 DEBUG unit.abot-epc-basic/0.install Unpacking libmpc3:amd64 (1.0.3-1) ... unit-abot-epc-basic-0: 15:57:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant. unit-abot-epc-basic-0: 15:57:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 15:57:25 DEBUG unit.abot-epc-basic/0.install Unpacking ant (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 15:57:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant-optional. unit-abot-epc-basic-0: 15:57:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant-optional_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 15:57:25 DEBUG unit.abot-epc-basic/0.install Unpacking ant-optional (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 15:57:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package binutils. unit-abot-epc-basic-0: 15:57:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.6_amd64.deb ... unit-abot-epc-basic-0: 15:57:25 DEBUG unit.abot-epc-basic/0.install Unpacking binutils (2.26.1-1ubuntu1~16.04.6) ... unit-abot-epc-basic-0: 15:57:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc-dev-bin. unit-abot-epc-basic-0: 15:57:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 15:57:26 DEBUG unit.abot-epc-basic/0.install Unpacking libc-dev-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 15:57:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-abot-epc-basic-0: 15:57:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../linux-libc-dev_4.4.0-134.160_amd64.deb ... unit-abot-epc-basic-0: 15:57:26 DEBUG unit.abot-epc-basic/0.install Unpacking linux-libc-dev:amd64 (4.4.0-134.160) ... unit-abot-epc-basic-0: 15:57:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dev:amd64. unit-abot-epc-basic-0: 15:57:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 15:57:26 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 15:57:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libisl15:amd64. unit-abot-epc-basic-0: 15:57:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ... unit-abot-epc-basic-0: 15:57:26 DEBUG unit.abot-epc-basic/0.install Unpacking libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 15:57:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp-5. unit-abot-epc-basic-0: 15:57:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 15:57:27 DEBUG unit.abot-epc-basic/0.install Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:57:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp. unit-abot-epc-basic-0: 15:57:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:57:28 DEBUG unit.abot-epc-basic/0.install Unpacking cpp (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:57:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcc1-0:amd64. unit-abot-epc-basic-0: 15:57:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 15:57:28 DEBUG unit.abot-epc-basic/0.install Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:57:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgomp1:amd64. unit-abot-epc-basic-0: 15:57:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 15:57:28 DEBUG unit.abot-epc-basic/0.install Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libitm1:amd64. unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatomic1:amd64. unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasan2:amd64. unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblsan0:amd64. unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtsan0:amd64. unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libubsan0:amd64. unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcilkrts5:amd64. unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpx0:amd64. unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libquadmath0:amd64. unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcc-5-dev:amd64. unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 15:57:29 DEBUG unit.abot-epc-basic/0.install Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:57:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc-5. unit-abot-epc-basic-0: 15:57:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 15:57:30 DEBUG unit.abot-epc-basic/0.install Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:57:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc. unit-abot-epc-basic-0: 15:57:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:57:31 DEBUG unit.abot-epc-basic/0.install Unpacking gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:57:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libstdc++-5-dev:amd64. unit-abot-epc-basic-0: 15:57:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 15:57:31 DEBUG unit.abot-epc-basic/0.install Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:57:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++-5. unit-abot-epc-basic-0: 15:57:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 15:57:32 DEBUG unit.abot-epc-basic/0.install Unpacking g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++. unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Unpacking g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package make. unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/make_4.1-6_amd64.deb ... unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Unpacking make (4.1-6) ... unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdpkg-perl. unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.4_all.deb ... unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Unpacking libdpkg-perl (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dpkg-dev. unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.4_all.deb ... unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Unpacking dpkg-dev (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package build-essential. unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Unpacking build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfakeroot:amd64. unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fakeroot. unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Unpacking fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... unit-abot-epc-basic-0: 15:57:33 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ... unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp2-java. unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp2-java_2.1.10-7build1_all.deb ... unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp3-java. unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ... unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdom4j-java. unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdom4j-java_1.6.1+dfsg.3-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexpat1-dev_2.1.0-7ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ... unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7:amd64. unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 15:57:34 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 15:57:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-dev:amd64. unit-abot-epc-basic-0: 15:57:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 15:57:36 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 15:57:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-all-dev:amd64. unit-abot-epc-basic-0: 15:57:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-all-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 15:57:36 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 15:57:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxom-java. unit-abot-epc-basic-0: 15:57:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxom-java_1.2.10-1_all.deb ... unit-abot-epc-basic-0: 15:57:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxom-java (1.2.10-1) ... unit-abot-epc-basic-0: 15:57:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package manpages-dev. unit-abot-epc-basic-0: 15:57:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../manpages-dev_4.04-2_all.deb ... unit-abot-epc-basic-0: 15:57:37 DEBUG unit.abot-epc-basic/0.install Unpacking manpages-dev (4.04-2) ... unit-abot-epc-basic-0: 15:57:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all. unit-abot-epc-basic-0: 15:57:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 15:57:37 DEBUG unit.abot-epc-basic/0.install Unpacking python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-dev. unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-dev. unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Unpacking python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all-dev. unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Unpacking python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pkg-resources. unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Unpacking python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-setuptools. unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Unpacking python-setuptools (20.7.0-1) ... unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-wheel. unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-wheel_0.29.0-1_all.deb ... unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Unpacking python-wheel (0.29.0-1) ... unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ssl-cert. unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ssl-cert_1.0.37_all.deb ... unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Unpacking ssl-cert (1.0.37) ... unit-abot-epc-basic-0: 15:57:38 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 15:57:41 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 15:57:41 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 15:57:41 DEBUG unit.abot-epc-basic/0.install Setting up libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 15:57:41 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-parent-java (39-3) ... unit-abot-epc-basic-0: 15:57:41 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 15:57:41 DEBUG unit.abot-epc-basic/0.install Setting up libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 15:57:41 DEBUG unit.abot-epc-basic/0.install Setting up libhttpclient-java (4.5.1-1) ... unit-abot-epc-basic-0: 15:57:41 DEBUG unit.abot-epc-basic/0.install Setting up libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 15:57:41 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 15:57:41 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 15:57:41 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net2-java (2.2-2) ... unit-abot-epc-basic-0: 15:57:41 DEBUG unit.abot-epc-basic/0.install Setting up libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 15:57:41 DEBUG unit.abot-epc-basic/0.install Setting up libjsoup-java (1.8.3-1) ... unit-abot-epc-basic-0: 15:57:41 DEBUG unit.abot-epc-basic/0.install Setting up libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 15:57:41 DEBUG unit.abot-epc-basic/0.install Setting up libjsr305-java (0.1~+svn49-9) ... unit-abot-epc-basic-0: 15:57:41 DEBUG unit.abot-epc-basic/0.install Setting up libguava-java (19.0-1) ... unit-abot-epc-basic-0: 15:57:41 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds-java (1.5.0-5) ... unit-abot-epc-basic-0: 15:57:41 DEBUG unit.abot-epc-basic/0.install Setting up libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-abot-epc-basic-0: 15:57:41 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-resolver1.1-java (1.2-7build1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-external-java (1.4.01-2build1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libxerces2-java (2.11.0-7) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libxalan2-java (2.7.1-9) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interpolation-java (1.21-1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils-java (1:1.5.15-4) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libxbean-java (4.5-1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers-java (1.0~beta3.0.7-8) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libwagon-java (1.0.0-7) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-cli-java (1.3.1-3ubuntu1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang3-java (3.4-1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libguice-java (4.0-2) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up junit (3.8.2-8build1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cipher-java (1.7-1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils2-java (3.0.22-1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default1.5-java (1.6-2) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libasm4-java (5.0.4-1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang-java (2.6-6ubuntu2) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libdoxia-core-java (1.1.4-3ubuntu1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-archiver-java (2.2-1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-sec-dispatcher-java (1.3.1-6) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libmaven2-core-java (2.2.1-24) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libqdox2-java (2.0~M3-2) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers1.5-java (1.6-2) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libservlet3.1-java (8.0.32-1ubuntu1.7) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libcdi-api-java (1.0-2) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-inject-java (0.3.2-1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-plexus-java (0.3.2-1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libhamcrest-java (1.3-5ubuntu1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up junit4 (4.12-4ubuntu1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net-java (3.4-2ubuntu2) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 15:57:42 DEBUG unit.abot-epc-basic/0.install Setting up libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 15:57:43 DEBUG unit.abot-epc-basic/0.install Setting up libeasymock-java (3.3.1+ds-3) ... unit-abot-epc-basic-0: 15:57:43 DEBUG unit.abot-epc-basic/0.install Setting up libservlet2.5-java (6.0.45+dfsg-1) ... unit-abot-epc-basic-0: 15:57:43 DEBUG unit.abot-epc-basic/0.install Setting up libjetty-java (6.1.26-5) ... unit-abot-epc-basic-0: 15:57:43 DEBUG unit.abot-epc-basic/0.install Setting up liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-abot-epc-basic-0: 15:57:43 DEBUG unit.abot-epc-basic/0.install Setting up libmaven-parent-java (21-2) ... unit-abot-epc-basic-0: 15:57:43 DEBUG unit.abot-epc-basic/0.install Setting up libwagon2-java (2.10-3) ... unit-abot-epc-basic-0: 15:57:43 DEBUG unit.abot-epc-basic/0.install Setting up libmaven3-core-java (3.3.9-3) ... unit-abot-epc-basic-0: 15:57:43 DEBUG unit.abot-epc-basic/0.install Setting up maven (3.3.9-3) ... unit-abot-epc-basic-0: 15:57:43 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/maven/bin/mvn to provide /usr/bin/mvn (mvn) in auto mode unit-abot-epc-basic-0: 15:57:43 DEBUG unit.abot-epc-basic/0.install Setting up libapr1:amd64 (1.5.2-3) ... unit-abot-epc-basic-0: 15:57:43 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 15:57:43 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 15:57:43 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 15:57:43 DEBUG unit.abot-epc-basic/0.install Setting up liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-abot-epc-basic-0: 15:57:43 DEBUG unit.abot-epc-basic/0.install Setting up apache2-bin (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 15:57:43 DEBUG unit.abot-epc-basic/0.install Setting up apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 15:57:43 DEBUG unit.abot-epc-basic/0.install Setting up apache2-data (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 15:57:43 DEBUG unit.abot-epc-basic/0.install Setting up apache2 (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling module mpm_event. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling module authz_core. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling module authz_host. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling module authn_core. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling module auth_basic. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling module access_compat. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling module authn_file. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling module authz_user. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling module alias. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling module dir. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling module autoindex. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling module env. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling module mime. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling module negotiation. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling module setenvif. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling module filter. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling module deflate. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling module status. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling conf charset. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling conf localized-error-pages. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling conf other-vhosts-access-log. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling conf security. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling conf serve-cgi-bin. unit-abot-epc-basic-0: 15:57:45 DEBUG unit.abot-epc-basic/0.install Enabling site 000-default. unit-abot-epc-basic-0: 15:57:47 DEBUG unit.abot-epc-basic/0.install Setting up python-pip-whl (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 15:57:47 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 15:57:47 DEBUG unit.abot-epc-basic/0.install Setting up python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 15:57:47 DEBUG unit.abot-epc-basic/0.install Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 15:57:47 DEBUG unit.abot-epc-basic/0.install Setting up python (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 15:57:47 DEBUG unit.abot-epc-basic/0.install Setting up python-pip (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 15:57:48 DEBUG unit.abot-epc-basic/0.install Setting up abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 15:57:48 DEBUG unit.abot-epc-basic/0.install Inside postinstall - configure called unit-abot-epc-basic-0: 15:57:48 DEBUG unit.abot-epc-basic/0.install Current directory : / unit-abot-epc-basic-0: 15:57:48 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 15:57:50 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (4 KB at 7.4 KB/sec) unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 410.8 KB/sec) unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install 3/26 KB 6/26 KB 9/26 KB 11/26 KB 14/26 KB 16/26 KB 19/26 KB 22/26 KB 25/26 KB 26/26 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 990.0 KB/sec) unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 KB at 370.6 KB/sec) unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install 3/25 KB 6/25 KB 9/25 KB 11/25 KB 14/25 KB 16/25 KB 19/25 KB 22/25 KB 25/25 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 859.1 KB/sec) unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (7 KB at 284.9 KB/sec) unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (10 KB at 405.5 KB/sec) unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install 3/37 KB 6/37 KB 9/37 KB 11/37 KB 14/37 KB 16/37 KB 19/37 KB 22/37 KB 25/37 KB 27/37 KB 30/37 KB 32/37 KB 35/37 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 KB at 1162.4 KB/sec) unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 KB at 754.8 KB/sec) unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install 3/33 KB 5/33 KB 8/33 KB 11/33 KB 13/33 KB 16/33 KB 19/33 KB 21/33 KB 24/33 KB 27/33 KB 29/33 KB 32/33 KB 33/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar (33 KB at 1115.1 KB/sec) unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (2 KB at 64.8 KB/sec) unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install 3/22 KB 6/22 KB 9/22 KB 11/22 KB 14/22 KB 16/22 KB 19/22 KB 22/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 KB at 1215.8 KB/sec) unit-abot-epc-basic-0: 15:57:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/32 KB 6/32 KB 9/32 KB 11/32 KB 14/32 KB 16/32 KB 19/32 KB 22/32 KB 25/32 KB 27/32 KB 30/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 1217.3 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (5 KB at 200.0 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (3 KB at 135.4 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (3 KB at 112.0 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (4 KB at 166.5 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 371.6 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/12 KB 4/12 KB 7/12 KB 9/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 629.9 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 889/889 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 48.2 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 335.6 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 183.6 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 492/492 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 34.3 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 329.6 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 998/998 B Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 51.3 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 304.3 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (4 KB at 203.6 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (3 KB at 117.8 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (4 KB at 151.5 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (2 KB at 130.5 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (2 KB at 102.9 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 880/880 B Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 43.0 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (2 KB at 94.2 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 KB at 518.8 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/41 KB 6/41 KB 9/41 KB 11/41 KB 14/41 KB 16/41 KB 19/41 KB 22/41 KB 25/41 KB 27/41 KB 30/41 KB 32/41 KB 36/41 KB 40/41 KB 41/41 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 1462.0 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 4/15 KB 8/15 KB 12/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 KB at 740.2 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4 KB at 263.5 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 295.7 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/32 KB 6/32 KB 9/32 KB 11/32 KB 14/32 KB 16/32 KB 19/32 KB 22/32 KB 25/32 KB 27/32 KB 30/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 964.3 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/14 KB 4/14 KB 7/14 KB 9/14 KB 12/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 KB at 568.6 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 965/965 B Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 49.6 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (4 KB at 192.0 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 8/20 KB 11/20 KB 13/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 KB at 868.1 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (7 KB at 366.7 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 882.8 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 3/35 KB 6/35 KB 9/35 KB 11/35 KB 14/35 KB 16/35 KB 19/35 KB 22/35 KB 25/35 KB 27/35 KB 30/35 KB 32/35 KB 35/35 KB 35/35 KB 3/30 KB 35/35 KB 6/30 KB 35/35 KB 9/30 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 KB at 734.7 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 11/30 KB 14/30 KB 16/30 KB 19/30 KB 19/30 KB 3/48 KB 19/30 KB 5/48 KB 19/30 KB 8/48 KB 22/30 KB 11/48 KB 22/30 KB 13/48 KB 22/30 KB 8/48 KB 25/30 KB 13/48 KB 27/30 KB 13/48 KB 30/30 KB 13/48 KB 30/30 KB 13/48 KB 3/13 KB 3/153 KB 30/30 KB 13/48 KB 5/13 KB 3/50 KB 3/153 KB 30/30 KB 13/48 KB 8/13 KB 3/50 KB 3/153 KB 30/30 KB 13/48 KB 11/13 KB 3/50 KB 3/153 KB 30/30 KB 13/48 KB 13/13 KB 3/50 KB 3/153 KB 30/30 KB 13/48 KB 3/13 KB 3/50 KB 3/153 KB 30/30 KB 13/48 KB 13/13 KB 6/50 KB 3/153 KB 30/30 KB 13/48 KB 13/13 KB 9/50 KB 3/153 KB 30/30 KB 13/48 KB 13/13 KB 11/50 KB 3/153 KB 30/30 KB 13/48 KB 13/13 KB 14/50 KB 3/153 KB 30/30 KB 16/48 KB 13/13 KB 16/50 KB 3/153 KB 30/30 KB 13/48 KB 3/13 KB 5/153 KB 30/30 KB 16/48 KB 13/13 KB 16/50 KB 8/153 KB 30/30 KB 16/48 KB 13/13 KB 16/50 KB 11/153 KB 30/30 KB 16/48 KB 13/13 KB 16/50 KB 13/153 KB 30/30 KB 16/48 KB 13/13 KB 16/50 KB 3/153 KB 30/30 KB 16/48 KB 13/13 KB 14/50 KB 13/153 KB 30/30 KB 19/48 KB 13/13 KB 16/50 KB 13/153 KB 30/30 KB 21/48 KB 13/13 KB 16/50 KB 13/153 KB 30/30 KB 21/48 KB 13/13 KB 19/50 KB 13/153 KB 30/30 KB 21/48 KB 13/13 KB 22/50 KB 13/153 KB 30/30 KB 24/48 KB 13/13 KB 22/50 KB 13/153 KB 30/30 KB 24/48 KB 13/13 KB 25/50 KB 13/153 KB 30/30 KB 24/48 KB 13/13 KB 27/50 KB 13/153 KB 30/30 KB 24/48 KB 13/13 KB 30/50 KB 13/153 KB 30/30 KB 24/48 KB 13/13 KB 32/50 KB 16/153 KB 30/30 KB 27/48 KB 13/13 KB 36/50 KB 16/153 KB 30/30 KB 27/48 KB 13/13 KB 32/50 KB 16/153 KB 30/30 KB 24/48 KB 13/13 KB 32/50 KB 16/153 KB 30/30 KB 29/48 KB 13/13 KB 40/50 KB 16/153 KB 30/30 KB 27/48 KB 13/13 KB 40/50 KB 16/153 KB 30/30 KB 29/48 KB 13/13 KB 44/50 KB 16/153 KB 30/30 KB 29/48 KB 13/13 KB 48/50 KB 19/153 KB 30/30 KB 32/48 KB 13/13 KB 48/50 KB 16/153 KB 30/30 KB 32/48 KB 13/13 KB 48/50 KB 19/153 KB 30/30 KB 32/48 KB 13/13 KB 50/50 KB 21/153 KB 30/30 KB 32/48 KB 13/13 KB 50/50 KB 24/153 KB 30/30 KB 32/48 KB 50/50 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 KB at 475.6 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (13 KB at 177.7 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 27/153 KB 32/48 KB 50/50 KB Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 29/153 KB 36/48 KB 50/50 KB 29/153 KB 32/48 KB 50/50 KB 29/153 KB 40/48 KB 50/50 KB 32/153 KB 40/48 KB 50/50 KB 32/153 KB 44/48 KB 50/50 KB 32/153 KB 48/48 KB 50/50 KB 32/153 KB 48/48 KB 50/50 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 36/153 KB 48/48 KB 50/50 KB 40/153 KB 48/48 KB 50/50 KB 44/153 KB 48/48 KB 50/50 KB 48/153 KB 48/48 KB 50/50 KB 48/153 KB 3/119 KB 48/48 KB 50/50 KB 48/153 KB 6/119 KB 48/48 KB 50/50 KB 52/153 KB 9/119 KB 50/50 KB 52/153 KB 6/119 KB 48/48 KB 50/50 KB 56/153 KB 9/119 KB 50/50 KB 60/153 KB 9/119 KB 50/50 KB 64/153 KB 9/119 KB 50/50 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (48 KB at 591.3 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 64/153 KB 11/119 KB 50/50 KB 64/153 KB 14/119 KB 50/50 KB 68/153 KB 14/119 KB 50/50 KB 72/153 KB 14/119 KB 50/50 KB 76/153 KB 14/119 KB 50/50 KB 80/153 KB 14/119 KB 50/50 KB 80/153 KB 16/119 KB 50/50 KB 80/153 KB 19/119 KB 50/50 KB 80/153 KB 4/190 KB 22/119 KB 80/153 KB 4/190 KB 25/119 KB 80/153 KB 4/190 KB 27/119 KB 84/153 KB 3/37 KB 4/190 KB 30/119 KB 84/153 KB 3/37 KB 4/190 KB 32/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 585.2 KB/sec) unit-abot-epc-basic-0: 15:57:52 DEBUG unit.abot-epc-basic/0.install 80/153 KB 4/190 KB 19/119 KB 50/50 KB 84/153 KB 3/37 KB 8/190 KB 32/119 KB 84/153 KB 3/37 KB 12/190 KB 32/119 KB 84/153 KB 3/37 KB 16/190 KB 32/119 KB 84/153 KB 3/37 KB 20/190 KB 32/119 KB 84/153 KB 3/37 KB 24/190 KB 32/119 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install 84/153 KB 3/37 KB 28/190 KB 32/119 KB 84/153 KB 3/37 KB 32/190 KB 32/119 KB 84/153 KB 3/37 KB 36/190 KB 32/119 KB 84/153 KB 3/37 KB 40/190 KB 32/119 KB 84/153 KB 3/37 KB 4/190 KB 27/119 KB 84/153 KB 4/190 KB 27/119 KB 88/153 KB 3/37 KB 40/190 KB 32/119 KB 92/153 KB 3/37 KB 40/190 KB 32/119 KB 96/153 KB 3/37 KB 40/190 KB 32/119 KB 100/153 KB 3/37 KB 40/190 KB 32/119 KB 104/153 KB 6/37 KB 44/190 KB 32/119 KB 108/153 KB 6/37 KB 44/190 KB 32/119 KB 100/153 KB 6/37 KB 44/190 KB 32/119 KB 100/153 KB 3/37 KB 44/190 KB 32/119 KB 112/153 KB 6/37 KB 48/190 KB 36/119 KB 112/153 KB 9/37 KB 48/190 KB 36/119 KB 112/153 KB 9/37 KB 48/190 KB 36/119 KB 112/153 KB 9/37 KB 52/190 KB 36/119 KB 3/86 KB 116/153 KB 11/37 KB 56/190 KB 36/119 KB 108/153 KB 6/37 KB 44/190 KB 36/119 KB 3/86 KB 116/153 KB 11/37 KB 56/190 KB 40/119 KB 3/86 KB 116/153 KB 11/37 KB 56/190 KB 44/119 KB 3/86 KB 116/153 KB 11/37 KB 60/190 KB 48/119 KB 3/86 KB 116/153 KB 11/37 KB 52/190 KB 36/119 KB 3/86 KB 112/153 KB 11/37 KB 52/190 KB 36/119 KB 5/86 KB 116/153 KB 11/37 KB 60/190 KB 48/119 KB 112/153 KB 11/37 KB 52/190 KB 36/119 KB 8/86 KB 116/153 KB 11/37 KB 60/190 KB 48/119 KB 3/86 KB 116/153 KB 11/37 KB 60/190 KB 44/119 KB 8/86 KB 120/153 KB 14/37 KB 64/190 KB 52/119 KB 8/86 KB 120/153 KB 14/37 KB 68/190 KB 52/119 KB 8/86 KB 120/153 KB 14/37 KB 60/190 KB 52/119 KB 8/86 KB 120/153 KB 14/37 KB 60/190 KB 48/119 KB 8/86 KB 116/153 KB 14/37 KB 60/190 KB 48/119 KB 11/86 KB 120/153 KB 16/37 KB 68/190 KB 52/119 KB 11/86 KB 120/153 KB 14/37 KB 68/190 KB 52/119 KB 11/86 KB 124/153 KB 19/37 KB 68/190 KB 52/119 KB 11/86 KB 124/153 KB 22/37 KB 68/190 KB 52/119 KB 11/86 KB 124/153 KB 16/37 KB 68/190 KB 52/119 KB 13/86 KB 128/153 KB 22/37 KB 68/190 KB 52/119 KB 13/86 KB 132/153 KB 22/37 KB 68/190 KB 52/119 KB 13/86 KB 136/153 KB 25/37 KB 72/190 KB 56/119 KB 13/86 KB 140/153 KB 25/37 KB 72/190 KB 56/119 KB 13/86 KB 124/153 KB 22/37 KB 68/190 KB 52/119 KB 16/86 KB 140/153 KB 25/37 KB 72/190 KB 56/119 KB 13/86 KB 132/153 KB 25/37 KB 72/190 KB 56/119 KB 13/86 KB 132/153 KB 22/37 KB 72/190 KB 56/119 KB 16/86 KB 140/153 KB 25/37 KB 76/190 KB 56/119 KB 16/86 KB 140/153 KB 25/37 KB 80/190 KB 56/119 KB 13/86 KB 132/153 KB 22/37 KB 68/190 KB 56/119 KB 19/86 KB 140/153 KB 25/37 KB 80/190 KB 60/119 KB 19/86 KB 140/153 KB 25/37 KB 80/190 KB 64/119 KB 19/86 KB 140/153 KB 25/37 KB 80/190 KB 68/119 KB 19/86 KB 144/153 KB 27/37 KB 84/190 KB 72/119 KB 19/86 KB 140/153 KB 25/37 KB 80/190 KB 56/119 KB 21/86 KB 144/153 KB 27/37 KB 84/190 KB 76/119 KB 24/86 KB 144/153 KB 27/37 KB 84/190 KB 76/119 KB 19/86 KB 144/153 KB 27/37 KB 84/190 KB 68/119 KB 27/86 KB 144/153 KB 27/37 KB 88/190 KB 76/119 KB 19/86 KB 144/153 KB 27/37 KB 80/190 KB 68/119 KB 19/86 KB 140/153 KB 27/37 KB 80/190 KB 68/119 KB 27/86 KB 144/153 KB 30/37 KB 88/190 KB 76/119 KB 27/86 KB 148/153 KB 30/37 KB 88/190 KB 76/119 KB 27/86 KB 152/153 KB 32/37 KB 88/190 KB 76/119 KB 27/86 KB 153/153 KB 32/37 KB 88/190 KB 76/119 KB 19/86 KB 144/153 KB 27/37 KB 84/190 KB 76/119 KB 27/86 KB 144/153 KB 27/37 KB 84/190 KB 76/119 KB 29/86 KB 153/153 KB 32/37 KB 88/190 KB 76/119 KB 32/86 KB 153/153 KB 32/37 KB 92/190 KB 80/119 KB 27/86 KB 148/153 KB 32/37 KB 88/190 KB 76/119 KB 32/86 KB 153/153 KB 35/37 KB 92/190 KB 80/119 KB 29/86 KB 153/153 KB 32/37 KB 92/190 KB 80/119 KB 29/86 KB 153/153 KB 32/37 KB 88/190 KB 80/ unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install 119 KB 32/86 KB 153/153 KB 35/37 KB 96/190 KB 80/119 KB 32/86 KB 153/153 KB 37/37 KB 96/190 KB 80/119 KB 32/86 KB 153/153 KB 37/37 KB 100/190 KB 80/119 KB 36/86 KB 153/153 KB 37/37 KB 104/190 KB 84/119 KB 36/86 KB 153/153 KB 37/37 KB 100/190 KB 84/119 KB 32/86 KB 153/153 KB 37/37 KB 100/190 KB 84/119 KB 36/86 KB 153/153 KB 37/37 KB 108/190 KB 88/119 KB 36/86 KB 153/153 KB 37/37 KB 108/190 KB 92/119 KB 36/86 KB 153/153 KB 37/37 KB 108/190 KB 96/119 KB 36/86 KB 153/153 KB 37/37 KB 108/190 KB 84/119 KB 40/86 KB 153/153 KB 37/37 KB 108/190 KB 96/119 KB 40/86 KB 153/153 KB 37/37 KB 112/190 KB 96/119 KB 44/86 KB 153/153 KB 37/37 KB 112/190 KB 96/119 KB 48/86 KB 153/153 KB 37/37 KB 112/190 KB 96/119 KB 52/86 KB 153/153 KB 37/37 KB 112/190 KB 96/119 KB 56/86 KB 116/190 KB 100/119 KB 52/86 KB 116/190 KB 100/119 KB 56/86 KB 120/190 KB 100/119 KB 56/86 KB 124/190 KB 100/119 KB 56/86 KB 128/190 KB 100/119 KB 52/86 KB 112/190 KB 100/119 KB 56/86 KB 128/190 KB 104/119 KB 56/86 KB 128/190 KB 108/119 KB 56/86 KB 128/190 KB 112/119 KB 60/86 KB 128/190 KB 112/119 KB 64/86 KB 128/190 KB 112/119 KB 68/86 KB 128/190 KB 116/119 KB 72/86 KB 132/190 KB 116/119 KB 76/86 KB 132/190 KB 116/119 KB 68/86 KB 132/190 KB 116/119 KB 64/86 KB 128/190 KB 116/119 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (37 KB at 313.1 KB/sec) unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install 76/86 KB 132/190 KB 119/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (153 KB at 1192.3 KB/sec) unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install 80/86 KB 136/190 KB 119/119 KB 76/86 KB 136/190 KB 119/119 KB 80/86 KB 140/190 KB 119/119 KB 80/86 KB 144/190 KB 119/119 KB 84/86 KB 144/190 KB 119/119 KB 86/86 KB 148/190 KB 119/119 KB 84/86 KB 148/190 KB 119/119 KB 86/86 KB 152/190 KB 119/119 KB 86/86 KB 156/190 KB 119/119 KB 86/86 KB 160/190 KB 119/119 KB 86/86 KB 164/190 KB 119/119 KB 3/26 KB 86/86 KB 168/190 KB 3/26 KB 3/66 KB 86/86 KB 160/190 KB 119/119 KB 3/26 KB 86/86 KB 164/190 KB 119/119 KB 3/26 KB 3/66 KB 86/86 KB 168/190 KB 3/26 KB 6/66 KB 86/86 KB 168/190 KB 3/26 KB 9/66 KB 86/86 KB 168/190 KB 3/26 KB 11/66 KB 86/86 KB 168/190 KB 3/26 KB 14/66 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 882.3 KB/sec) unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install 86/86 KB 168/190 KB 3/26 KB 16/66 KB 86/86 KB 172/190 KB 6/26 KB 19/66 KB 86/86 KB 172/190 KB 6/26 KB 16/66 KB 86/86 KB 168/190 KB 6/26 KB 16/66 KB Downloading: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install 86/86 KB 172/190 KB 9/26 KB 19/66 KB 172/190 KB 11/26 KB 19/66 KB 176/190 KB 14/26 KB 22/66 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (86 KB at 615.4 KB/sec) unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install 176/190 KB 11/26 KB 22/66 KB 176/190 KB 11/26 KB 19/66 KB 180/190 KB 16/26 KB 22/66 KB 184/190 KB 16/26 KB 25/66 KB 188/190 KB 16/26 KB 25/66 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install 176/190 KB 16/26 KB 22/66 KB 180/190 KB 16/26 KB 25/66 KB 188/190 KB 16/26 KB 27/66 KB 188/190 KB 19/26 KB 27/66 KB 190/190 KB 19/26 KB 30/66 KB 188/190 KB 22/26 KB 30/66 KB 190/190 KB 22/26 KB 30/66 KB 190/190 KB 22/26 KB 32/66 KB 190/190 KB 25/26 KB 36/66 KB 3/324 KB 190/190 KB 25/26 KB 40/66 KB 3/324 KB 190/190 KB 25/26 KB 44/66 KB 3/324 KB 3/79 KB 190/190 KB 25/26 KB 32/66 KB 3/324 KB 190/190 KB 25/26 KB 48/66 KB 6/324 KB 3/79 KB 190/190 KB 25/26 KB 48/66 KB 9/324 KB 3/79 KB 190/190 KB 25/26 KB 32/66 KB 190/190 KB 26/26 KB 48/66 KB 9/324 KB 3/79 KB 190/190 KB 26/26 KB 48/66 KB 11/324 KB 3/79 KB 190/190 KB 26/26 KB 48/66 KB 14/324 KB 3/79 KB 190/190 KB 26/26 KB 48/66 KB 16/324 KB 3/79 KB 190/190 KB 26/26 KB 48/66 KB 19/324 KB 3/79 KB 190/190 KB 26/26 KB 48/66 KB 22/324 KB 3/79 KB 26/26 KB 48/66 KB 25/324 KB 3/79 KB 190/190 KB 25/26 KB 40/66 KB 3/324 KB 3/79 KB 26/26 KB 48/66 KB 25/324 KB 5/79 KB 190/190 KB 25/26 KB 48/66 KB 19/324 KB 3/79 KB 26/26 KB 52/66 KB 25/324 KB 5/79 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (190 KB at 1223.4 KB/sec) unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install 26/26 KB 56/66 KB 25/324 KB 8/79 KB 26/26 KB 56/66 KB 25/324 KB 5/79 KB Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install 26/26 KB 60/66 KB 27/324 KB 8/79 KB 26/26 KB 60/66 KB 25/324 KB 8/79 KB 26/26 KB 60/66 KB 27/324 KB 11/79 KB 26/26 KB 64/66 KB 27/324 KB 13/79 KB 64/66 KB 30/324 KB 16/79 KB 26/26 KB 64/66 KB 30/324 KB 13/79 KB 26/26 KB 64/66 KB 27/324 KB 13/79 KB 66/66 KB 30/324 KB 16/79 KB 66/66 KB 32/324 KB 16/79 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 KB at 157.6 KB/sec) unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install 66/66 KB 36/324 KB 16/79 KB 66/66 KB 40/324 KB 19/79 KB 66/66 KB 36/324 KB 19/79 KB 66/66 KB 44/324 KB 21/79 KB 66/66 KB 44/324 KB 24/79 KB 66/66 KB 44/324 KB 24/79 KB 66/66 KB 48/324 KB 24/79 KB 66/66 KB 48/324 KB 27/79 KB 66/66 KB 48/324 KB 29/79 KB 66/66 KB 52/324 KB 32/79 KB 66/66 KB 4/228 KB 52/324 KB 36/79 KB 66/66 KB 4/228 KB 52/324 KB 40/79 KB 66/66 KB 4/228 KB 52/324 KB 44/79 KB 66/66 KB 4/228 KB 52/324 KB 48/79 KB 66/66 KB 4/228 KB 52/324 KB 52/79 KB 66/66 KB 4/228 KB 52/324 KB 56/79 KB 66/66 KB 52/324 KB 29/79 KB 66/66 KB 4/228 KB 56/324 KB 56/79 KB 66/66 KB 4/228 KB 60/324 KB 56/79 KB 66/66 KB 4/228 KB 64/324 KB 56/79 KB 66/66 KB 4/228 KB 68/324 KB 56/79 KB 66/66 KB 4/228 KB 72/324 KB 56/79 KB 66/66 KB 4/228 KB 76/324 KB 56/79 KB 66/66 KB 4/228 KB 52/324 KB 32/79 KB 66/66 KB 8/228 KB 76/324 KB 56/79 KB 66/66 KB 12/228 KB 76/324 KB 56/79 KB 66/66 KB 16/228 KB 76/324 KB 56/79 KB 66/66 KB 20/228 KB 76/324 KB 56/79 KB 66/66 KB 24/228 KB 76/324 KB 56/79 KB 66/66 KB 28/228 KB 76/324 KB 56/79 KB 66/66 KB 32/228 KB 76/324 KB 56/79 KB 66/66 KB 36/228 KB 76/324 KB 56/79 KB 66/66 KB 40/228 KB 80/324 KB 56/79 KB 66/66 KB 36/228 KB 80/324 KB 56/79 KB 66/66 KB 40/228 KB 84/324 KB 60/79 KB 66/66 KB 40/228 KB 80/324 KB 60/79 KB 66/66 KB 44/228 KB 84/324 KB 64/79 KB 66/66 KB 44/228 KB 84/324 KB 60/79 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (66 KB at 366.6 KB/sec) unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install 48/228 KB 88/324 KB 4/152 KB 68/79 KB 48/228 KB 88/324 KB 4/152 KB 64/79 KB 48/228 KB 84/324 KB 4/152 KB 64/79 KB 44/228 KB 84/324 KB 4/152 KB 64/79 KB 48/228 KB 88/324 KB 8/152 KB 72/79 KB 48/228 KB 88/324 KB 12/152 KB 72/79 KB 48/228 KB 88/324 KB 16/152 KB 72/79 KB 48/228 KB 88/324 KB 20/152 KB 72/79 KB 48/228 KB 88/324 KB 24/152 KB 72/79 KB 48/228 KB 92/324 KB 24/152 KB 72/79 KB 52/228 KB 92/324 KB 28/152 KB 72/79 KB 48/228 KB 92/324 KB 28/152 KB 72/79 KB 52/228 KB 96/324 KB 32/152 KB 72/79 KB 48/228 KB 96/324 KB 28/152 KB 72/79 KB 52/228 KB 96/324 KB 28/152 KB 72/79 KB 52/228 KB 96/324 KB 36/152 KB 76/79 KB 56/228 KB 100/324 KB 40/152 KB 76/79 KB 56/228 KB 100/324 KB 44/152 KB 76/79 KB 56/228 KB 100/324 KB 36/152 KB 76/79 KB 56/228 KB 96/324 KB 36/152 KB 76/79 KB 52/228 KB 96/324 KB 36/152 KB 76/79 KB 56/228 KB 100/324 KB 44/152 KB 79/79 KB 60/228 KB 100/324 KB 44/152 KB 79/79 KB 64/228 KB 100/324 KB 44/152 KB 79/79 KB 3/32 KB 64/228 KB 100/324 KB 44/152 KB 79/79 KB 6/32 KB 64/228 KB 100/324 KB 44/152 KB 79/79 KB 9/32 KB 68/228 KB 100/324 KB 44/152 KB 79/79 KB 11/32 KB 68/228 KB 104/324 KB 48/152 KB 79/79 KB 6/32 KB 68/228 KB 100/324 KB 44/152 KB 79/79 KB 11/32 KB 72/228 KB 104/324 KB 48/152 KB 79/79 KB 9/32 KB 68/228 KB 104/324 KB 48/152 KB 79/79 KB 9/32 KB 68/228 KB 104/324 KB 44/152 KB 79/79 KB 11/32 KB 72/228 KB 108/324 KB 48/152 KB 79/79 KB 11/32 KB 72/228 KB 112/324 KB 48/152 KB 79/79 KB 11/32 KB 72/228 KB 116/324 KB 48/152 KB 79/79 KB 14/32 KB 76/228 KB 116/324 KB 52/152 KB 79/79 KB 14/32 KB 76/228 KB 116/324 KB 48/152 KB 79/79 KB 14/32 KB 80/228 KB 120/324 KB 56/152 KB 79/79 KB 14/32 KB 72/228 KB 116/324 KB 48/152 KB 79/79 KB 16/32 KB 80/228 KB 120/324 KB 56/152 KB 79/79 KB 14/32 KB 76/228 KB 120/324 KB 56/152 KB 79/79 KB 16/32 KB 80/228 KB 120/324 KB 60/152 KB 19/32 KB 80/228 KB 120/324 KB 64/152 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (79 KB at 396.2 KB/sec) unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install 19/32 KB 84/228 KB 120/324 KB 64/152 KB 14/32 KB 80/228 KB 120/324 KB 60/152 KB 19/32 KB 84/228 KB 124/324 KB 64/152 KB 19/32 KB 80/228 KB 120/324 KB 60/152 KB 19/32 KB 84/228 KB 128/324 KB 64/152 KB 22/32 KB 84/228 KB 128/324 KB 64/152 KB 25/32 KB 88/228 KB 128/324 KB 64/152 KB 27/32 KB 88/228 KB 132/324 KB 68/152 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install 22/32 KB 88/228 KB 128/324 KB 64/152 KB 27/32 KB 92/228 KB 132/324 KB 68/152 KB 27/32 KB 96/228 KB 132/324 KB 68/152 KB 25/32 KB 88/228 KB 132/324 KB 68/152 KB 27/32 KB 96/228 KB 132/324 KB 72/152 KB 27/32 KB 100/228 KB 132/324 KB 76/152 KB 27/32 KB 100/228 KB 132/324 KB 80/152 KB 25/32 KB 88/228 KB 132/324 KB 64/152 KB 30/32 KB 100/228 KB 136/324 KB 80/152 KB 30/32 KB 100/228 KB 140/324 KB 80/152 KB 30/32 KB 100/228 KB 132/324 KB 80/152 KB 30/32 KB 100/228 KB 144/324 KB 80/152 KB 27/32 KB 100/228 KB 132/324 KB 72/152 KB 32/32 KB 100/228 KB 144/324 KB 80/152 KB 32/32 KB 104/228 KB 144/324 KB 80/152 KB 32/32 KB 108/228 KB 144/324 KB 80/152 KB 32/32 KB 112/228 KB 144/324 KB 84/152 KB 32/32 KB 116/228 KB 144/324 KB 84/152 KB 32/32 KB 120/228 KB 148/324 KB 84/152 KB 32/32 KB 124/228 KB 148/324 KB 84/152 KB 32/32 KB 128/228 KB 148/324 KB 84/152 KB 32/32 KB 108/228 KB 144/324 KB 84/152 KB 32/32 KB 128/228 KB 148/324 KB 88/152 KB 32/32 KB 128/228 KB 148/324 KB 92/152 KB 32/32 KB 128/228 KB 148/324 KB 96/152 KB 32/32 KB 116/228 KB 148/324 KB 84/152 KB 32/32 KB 128/228 KB 152/324 KB 96/152 KB 32/32 KB 128/228 KB 156/324 KB 96/152 KB 32/32 KB 128/228 KB 160/324 KB 96/152 KB 32/32 KB 128/228 KB 164/324 KB 96/152 KB 32/32 KB 132/228 KB 168/324 KB 100/152 KB 32/32 KB 132/228 KB 172/324 KB 100/152 KB 32/32 KB 132/228 KB 176/324 KB 100/152 KB 4/234 KB 32/32 KB 132/228 KB 180/324 KB 100/152 KB 4/234 KB 132/228 KB 184/324 KB 100/152 KB 32/32 KB 132/228 KB 164/324 KB 100/152 KB 4/234 KB 136/228 KB 184/324 KB 100/152 KB 32/32 KB 128/228 KB 164/324 KB 100/152 KB 4/234 KB 136/228 KB 184/324 KB 104/152 KB 4/234 KB 136/228 KB 184/324 KB 108/152 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 146.1 KB/sec) unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install 4/234 KB 32/32 KB 132/228 KB 176/324 KB 100/152 KB 8/234 KB 136/228 KB 184/324 KB 112/152 KB 12/234 KB 136/228 KB 184/324 KB 112/152 KB 16/234 KB 136/228 KB 184/324 KB 112/152 KB 20/234 KB 136/228 KB 184/324 KB 112/152 KB 24/234 KB 136/228 KB 184/324 KB 112/152 KB 4/234 KB 136/228 KB 184/324 KB 112/152 KB 24/234 KB 140/228 KB 184/324 KB 112/152 KB 28/234 KB 140/228 KB 184/324 KB 112/152 KB 32/234 KB 144/228 KB 184/324 KB 112/152 KB 32/234 KB 140/228 KB 184/324 KB 112/152 KB 32/234 KB 144/228 KB 184/324 KB 116/152 KB 32/234 KB 144/228 KB 184/324 KB 120/152 KB 32/234 KB 144/228 KB 184/324 KB 124/152 KB 32/234 KB 144/228 KB 188/324 KB 128/152 KB 36/234 KB 148/228 KB 188/324 KB 132/152 KB 32/234 KB 144/228 KB 188/324 KB 124/152 KB 36/234 KB 148/228 KB 192/324 KB 136/152 KB 36/234 KB 148/228 KB 188/324 KB 128/152 KB 36/234 KB 152/228 KB 192/324 KB 136/152 KB 36/234 KB 156/228 KB 192/324 KB 136/152 KB 36/234 KB 160/228 KB 192/324 KB 136/152 KB 36/234 KB 144/228 KB 188/324 KB 128/152 KB 40/234 KB 160/228 KB 196/324 KB 136/152 KB 44/234 KB 160/228 KB 196/324 KB 136/152 KB 48/234 KB 160/228 KB 196/324 KB 136/152 KB 48/234 KB 164/228 KB 196/324 KB 136/152 KB 52/234 KB 168/228 KB 196/324 KB 136/152 KB 52/234 KB 172/228 KB 196/324 KB 136/152 KB 36/234 KB 160/228 KB 196/324 KB 136/152 KB 52/234 KB 172/228 KB 200/324 KB 136/152 KB 52/234 KB 172/228 KB 204/324 KB 136/152 KB 52/234 KB 172/228 KB 208/324 KB 136/152 KB 52/234 KB 164/228 KB 196/324 KB 136/152 KB 36/234 KB 148/228 KB 196/324 KB 136/152 KB 52/234 KB 172/228 KB 208/324 KB 140/152 KB 52/234 KB 172/228 KB 208/324 KB 144/152 KB 56/234 KB 172/228 KB 208/324 KB 144/152 KB 56/234 KB 176/228 KB 212/324 KB 148/152 KB 60/234 KB 180/228 KB 212/324 KB 148/152 KB 56/234 KB 172/228 KB 208/324 KB 148/152 KB 60/234 KB 180/228 KB 212/324 KB 152/152 KB 56/234 KB 172/228 KB 212/324 KB 148/152 KB 60/234 KB 180/228 KB 216/324 KB 152/152 KB 60/234 KB 180/228 KB 220/324 KB 152/152 KB 60/234 KB 180/228 KB 224/324 KB 152/152 KB 60/234 KB 176/228 KB 212/324 KB 148/152 KB 64/234 KB 184/228 KB 224/324 KB 152/152 KB 68/234 KB 184/228 KB 224/324 KB 152/152 KB 72/234 KB 184/228 KB 224/324 KB 152/152 KB 60/234 KB 184/228 KB 224/324 KB 152/152 KB 72/234 KB 188/228 KB 224/324 KB 152/152 KB 72/234 KB 192/228 KB 224/324 KB 152/152 KB 76/234 KB 192/228 KB 224/324 KB 152/152 KB 80/234 KB 192/228 KB 224/324 KB 152/152 KB 80/234 KB 196/228 KB 228/324 KB 152/152 KB 80/234 KB 196/228 KB 232/324 KB 152/152 KB 80/234 KB 196/228 KB 224/324 KB 152/152 KB 80/234 KB 200/228 KB 236/324 KB 152/152 KB 80/234 KB 200/228 KB 236/324 KB 152/152 KB 80/234 KB 204/228 KB 240/324 KB 152/152 KB 84/234 KB 204/228 KB 240/324 KB 152/152 KB 80/234 KB 204/228 KB 236/324 KB 152/152 KB 84/234 KB 208/228 KB 240/324 KB 152/152 KB 88/234 KB 208/228 KB 240/324 KB 152/152 KB 92/234 KB 208/228 KB 240/324 KB 152/152 KB 92/234 KB 208/228 KB 244/324 KB 152/152 KB 96/234 KB 208/228 KB 248/324 KB 152/152 KB 96/234 KB 208/228 KB 244/324 KB 152/152 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (152 KB at 640.5 KB/sec) unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install 100/234 KB 208/228 KB 248/324 KB 100/234 KB 212/228 KB 252/324 KB 100/234 KB 212/228 KB 248/324 KB 100/234 KB 216/228 KB 252/324 KB 100/234 KB 220/228 KB 252/324 KB 100/234 KB 220/228 KB 256/324 KB 100/234 KB 224/228 KB 256/324 KB 100/234 KB 224/228 KB 260/324 KB 104/234 KB 228/228 KB 264/324 KB 104/234 KB 228/228 KB 268/324 KB 104/234 KB 228/228 KB 260/324 KB 104/234 KB 224/228 KB 260/324 KB 108/234 KB 228/228 KB 268/324 KB 112/234 KB 228/228 KB 268/324 KB 116/234 KB 228/228 KB 268/324 KB 116/234 KB 228/228 KB 271/324 KB 120/234 KB 228/228 KB 275/324 KB 120/234 KB 228/228 KB 279/324 KB 120/234 KB 228/228 KB 271/324 KB 124/234 KB 228/228 KB 283/324 KB 128/234 KB 228/228 KB 283/324 KB 132/234 KB 228/228 KB 283/324 KB 120/234 KB 228/228 KB 283/324 KB 132/234 KB 228/228 KB 287/324 KB 132/234 KB 228/228 KB 291/324 KB 136/234 KB 228/228 KB 291/324 KB 140/234 KB 228/228 KB 291/324 KB 144/234 KB 228/228 KB 291/324 KB 144/234 KB 228/228 KB 295/324 KB 144/234 KB 228/228 KB 299/324 KB 144/234 KB 228/228 KB 303/324 KB 148/234 KB 228/228 KB 303/324 KB 152/234 KB 228/228 KB 303/324 KB 156/234 KB 228/228 KB 307/324 KB 152/234 KB 228/228 KB 307/324 KB 156/234 KB 228/228 KB 311/324 KB 160/234 KB 228/228 KB 311/324 KB 160/234 KB 228/228 KB 315/324 KB 160/234 KB 228/228 KB 319/324 KB 160/234 KB 228/228 KB 323/324 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (228 KB at 888.0 KB/sec) unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install 164/234 KB 228/228 KB 323/324 KB 168/234 KB 324/324 KB 164/234 KB 324/324 KB 172/234 KB 324/324 KB 176/234 KB 324/324 KB 180/234 KB 324/324 KB 184/234 KB 324/324 KB 188/234 KB 324/324 KB 192/234 KB 324/324 KB 196/234 KB 324/324 KB 200/234 KB 324/324 KB 204/234 KB 324/324 KB 208/234 KB 324/324 KB 212/234 KB 324/324 KB 216/234 KB 324/324 KB 220/234 KB 324/324 KB 224/234 KB 324/324 KB 228/234 KB 324/324 KB 232/234 KB 324/324 KB 234/234 KB 324/324 KB Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (324 KB at 1227.1 KB/sec) unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (234 KB at 857.9 KB/sec) unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/jar/abot-base-3.0.91.jar to /root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall2224062250999368219.pom to /root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.pom unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.932 s unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-08-27T15:57:53+00:00 unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 10M/60M unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:57:53 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 15:57:55 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 15:57:55 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:57:55 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:57:55 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 15:57:55 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:57:55 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:57:55 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-abot-epc-basic-0: 15:57:56 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/jar/abot-ssh-3.0.86.jar to /root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar unit-abot-epc-basic-0: 15:57:56 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall8298114381603288790.pom to /root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.pom unit-abot-epc-basic-0: 15:57:56 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:57:56 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 15:57:56 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:57:56 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.823 s unit-abot-epc-basic-0: 15:57:56 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-08-27T15:57:56+00:00 unit-abot-epc-basic-0: 15:57:56 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 15:57:56 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:57:56 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 15:57:58 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 15:57:58 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:57:58 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:57:58 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 15:57:58 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:57:58 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:57:58 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/jar/abot-s1ap-3.0.85.jar to /root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4681644397575274412.pom to /root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.pom unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.814 s unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-08-27T15:57:59+00:00 unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/server.bat unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/nbproject/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.xml unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.properties unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.xml unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.properties unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/bin/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltoimage unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltopdf unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fastnumbers.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/locale.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/__init__.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/py23.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/pathlib.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fake_fastnumbers.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ns_enum.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__init__.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/_version.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/unicode_numbers.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/natsort.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/utils.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__main__.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_unicodefun.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/globals.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_textwrap.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/termui.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/formatting.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_winconsole.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/core.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_bashcomplete.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/exceptions.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/__init__.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/testing.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/parser.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/types.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/utils.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_termui_impl.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/decorators.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_compat.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.c unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/__init__.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_native.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.pyd unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_compat.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_constants.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/meta.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/defaults.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ext.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/optimizer.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/lexer.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/tests.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/filters.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/exceptions.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/__init__.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_stringdefs.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/environment.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/parser.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/runtime.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/loaders.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/compiler.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/visitor.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/bccache.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/utils.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/constants.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/sandbox.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_compat.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/debug.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/nodes.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/__init__.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/json.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/globals.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/views.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/wrappers.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/logging.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ctx.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/config.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/helpers.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__init__.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/testing.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/templating.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/__init__.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/app.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/sessions.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/signals.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/cli.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/exthook.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/debughelpers.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/_compat.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__main__.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/blueprints.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/itsdangerous.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/filesystem.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wrappers.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/posixemulation.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/routing.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/serving.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/useragents.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/http.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/jsrouting.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/fixers.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/wrappers.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/limiter.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/cache.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/__init__.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/lint.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/securecookie.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/atom.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/sessions.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/testtools.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/iterio.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/profiler.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/test.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/exceptions.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/__init__.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wsgi.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/datastructures.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_internal.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/formparser.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/local.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/utils.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/script.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/security.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/testapp.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/urls.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_compat.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_reloader.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/__init__.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/tbtools.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/console.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/less.png unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/more.png unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/source.png unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/jquery.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/debugger.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/console.png unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/style.css unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ubuntu.ttf unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/FONT_LICENSE unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/repr.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/app.py unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/index.html unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/README.md unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/log/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/log/TestAutomationLog.log unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/dashboard.html unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/config.html unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/main.html unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/firstpage.html unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/artifacts.html unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives.zip unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/appconfig.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/pyService.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/baseController.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/configController.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/featurefileController.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/resizer.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/treeView.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/externalHtml.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/xmlPrettify.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/app.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/routes.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/main.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/r.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.min.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-tpls-0.14.3.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-2.1.2.min.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-tpls-0.14.3.min.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/jqx-all.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-aria.min.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-animate.min.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-material.min.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/.bower.json unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.min.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/bower.json unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/LICENSE unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/.bower.json unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/bower.json unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.map unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone.js unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/LICENSE unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/ unit-abot-epc-basic-0: 15:57:59 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.browserify-bundle.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.webpack-bundle.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint1.0.1.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.ui.tooltip.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js.map unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js.map unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ngStorage.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/angular-local-storage.min.js.map unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/angular-local-storage.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/angular-local-storage.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs-default-translations.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs-default-translations.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.min.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/.bower.json unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/karma.conf.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/index.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/bower.json unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/dialogs-controllers.tests.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/dialogs-services.tests.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/dialogs-main.tests.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/LICENSE unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.map unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/angular-ui-router.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/angular-ui-router.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/nanoscroller.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/vkbeautify.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/run_prettify.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/prettify.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery.ui-contextmenu.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.structure.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.theme.min.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_777777_256x240.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_777620_256x240.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_555555_256x240.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_444444_256x240.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_cc0000_256x240.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_ffffff_256x240.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/package.json unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.structure.min.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/jquery.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/LICENSE.txt unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/AUTHORS.txt unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/index.html unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.min.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.theme.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-2.2.3.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/taphold.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/common.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/theme.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.easing.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/bootstrap.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/custom.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jqueryFileTree.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajax.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajaxRequest.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ABOT_logo.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/green_tick.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg2.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/play.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/file.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/plus.jpg unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/pcap.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close_dialog.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/sun1.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/log.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/gray_alert.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/html.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/delete.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg1.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/red_alert.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/download.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder-closed.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/xml.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/minus.jpg unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/cloud.png unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/right_arrow.jpg unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/spinner.gif unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/plus sign.svg unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/X sign.svg unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/close.svg unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/add-button-inside-black-circle.svg unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/config/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/config/epc_config.properties unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/config/configsip.properties unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/config/ims_config.properties unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/config/timer_config.properties unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties_old unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/styles.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/font-awesome.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/tree-ui.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_cust.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.eot unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfontd41d.eot unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.svg unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.woff unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.ttf unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.eot unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff2 unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.ttf unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_1.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/theme.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/jqx.base.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/angular-material.min.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/npm.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/modernizr.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.min.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.js unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.svg unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.eot unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css.map unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css.map unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css.map unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css.map unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/angular.treeview.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/ unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.ui.tooltip.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint1.0.1.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.min.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.min.css unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install Collecting elasticsearch unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/b1/f1/89735ebb863767516d55cee2cfdd5e2883ff1db903be3ba1fe15a1725adc/elasticsearch-6.3.1-py2.py3-none-any.whl (119kB) unit-abot-epc-basic-0: 15:58:00 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 31.7MB/s eta 0:00:01  17% |##### | 20kB 3.9MB/s eta 0:00:01  25% |######## | 30kB 4.7MB/s eta 0:00:01  34% |########## | 40kB 4.3MB/s eta 0:00:01  42% |############# | 51kB 4.3MB/s eta 0:00:01  51% |################ | 61kB 5.1MB/s eta 0:00:01  59% |################### | 71kB 5.3MB/s eta 0:00:01  68% |##################### | 81kB 4.7MB/s eta 0:00:01  76% |######################## | 92kB 5.2MB/s eta 0:00:01  85% |########################### | 102kB 5.3MB/s eta 0:00:01  93% |############################## | 112kB 5.3MB/s eta 0:00:01  100% |################################| 122kB 4.5MB/s unit-abot-epc-basic-0: 15:58:01 DEBUG unit.abot-epc-basic/0.install [?25hCollecting urllib3>=1.21.1 (from elasticsearch) unit-abot-epc-basic-0: 15:58:01 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/bd/c9/6fdd990019071a4a32a5e7cb78a1d92c53851ef4f56f62a3486e6a7d8ffb/urllib3-1.23-py2.py3-none-any.whl (133kB) unit-abot-epc-basic-0: 15:58:01 DEBUG unit.abot-epc-basic/0.install [?25l  7% |## | 10kB 36.2MB/s eta 0:00:01  15% |#### | 20kB 17.5MB/s eta 0:00:01  23% |####### | 30kB 22.9MB/s eta 0:00:01  30% |######### | 40kB 9.5MB/s eta 0:00:01  38% |############ | 51kB 7.5MB/s eta 0:00:01  46% |############## | 61kB 8.8MB/s eta 0:00:01  53% |################# | 71kB 8.7MB/s eta 0:00:01  61% |################### | 81kB 7.8MB/s eta 0:00:01  69% |###################### | 92kB 8.6MB/s eta 0:00:01  76% |######################## | 102kB 8.3MB/s eta 0:00:01  84% |########################### | 112kB 8.4MB/s eta 0:00:01  92% |############################# | 122kB 7.2MB/s eta 0:00:01  99% |############################### | 133kB 7.2MB/s eta 0:00:01  100% |################################| 143kB 5.2MB/s unit-abot-epc-basic-0: 15:58:01 DEBUG unit.abot-epc-basic/0.install [?25hInstalling collected packages: urllib3, elasticsearch unit-abot-epc-basic-0: 15:58:01 DEBUG unit.abot-epc-basic/0.install Successfully installed elasticsearch-6.3.1 urllib3-1.23 unit-abot-epc-basic-0: 15:58:01 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.0 is available. unit-abot-epc-basic-0: 15:58:01 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 15:58:02 DEBUG unit.abot-epc-basic/0.install Collecting flask unit-abot-epc-basic-0: 15:58:02 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl (91kB) unit-abot-epc-basic-0: 15:58:02 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 11.6MB/s eta 0:00:01  22% |####### | 20kB 3.8MB/s eta 0:00:01  33% |########## | 30kB 4.6MB/s eta 0:00:01  44% |############## | 40kB 4.1MB/s eta 0:00:01  56% |################# | 51kB 4.3MB/s eta 0:00:01  67% |##################### | 61kB 5.1MB/s eta 0:00:01  78% |######################### | 71kB 5.6MB/s eta 0:00:01  89% |############################ | 81kB 5.4MB/s eta 0:00:01  100% |################################| 92kB 4.1MB/s unit-abot-epc-basic-0: 15:58:02 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Jinja2>=2.10 (from flask) unit-abot-epc-basic-0: 15:58:02 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB) unit-abot-epc-basic-0: 15:58:02 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 40.8MB/s eta 0:00:01  16% |##### | 20kB 21.9MB/s eta 0:00:01  24% |####### | 30kB 27.4MB/s eta 0:00:01  32% |########## | 40kB 9.9MB/s eta 0:00:01  40% |############ | 51kB 9.5MB/s eta 0:00:01  48% |############### | 61kB 11.0MB/s eta 0:00:01  56% |################## | 71kB 8.9MB/s eta 0:00:01  64% |#################### | 81kB 8.2MB/s eta 0:00:01  72% |####################### | 92kB 9.1MB/s eta 0:00:01  81% |######################### | 102kB 8.4MB/s eta 0:00:01  89% |############################ | 112kB 8.5MB/s eta 0:00:01  97% |############################### | 122kB 8.5MB/s eta 0:00:01  100% |################################| 133kB 5.1MB/s unit-abot-epc-basic-0: 15:58:02 DEBUG unit.abot-epc-basic/0.install [?25hCollecting itsdangerous>=0.24 (from flask) unit-abot-epc-basic-0: 15:58:02 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz (46kB) unit-abot-epc-basic-0: 15:58:02 DEBUG unit.abot-epc-basic/0.install [?25l  22% |####### | 10kB 35.6MB/s eta 0:00:01  44% |############## | 20kB 13.1MB/s eta 0:00:01  66% |##################### | 30kB 17.6MB/s eta 0:00:01  88% |############################ | 40kB 9.4MB/s eta 0:00:01  100% |################################| 51kB 6.8MB/s unit-abot-epc-basic-0: 15:58:02 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Werkzeug>=0.14 (from flask) unit-abot-epc-basic-0: 15:58:02 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB) unit-abot-epc-basic-0: 15:58:02 DEBUG unit.abot-epc-basic/0.install [?25l  3% |# | 10kB 35.4MB/s eta 0:00:01  6% |## | 20kB 14.3MB/s eta 0:00:01  9% |### | 30kB 19.0MB/s eta 0:00:01  12% |#### | 40kB 9.5MB/s eta 0:00:01  15% |##### | 51kB 4.9MB/s eta 0:00:01  19% |###### | 61kB 5.6MB/s eta 0:00:01  22% |####### | 71kB 6.4MB/s eta 0:00:01  25% |######## | 81kB 7.1MB/s eta 0:00:01  28% |######### | 92kB 7.9MB/s eta 0:00:01  31% |########## | 102kB 6.6MB/s eta 0:00:01  34% |########### | 112kB 6.6MB/s eta 0:00:01  38% |############ | 122kB 6.4MB/s eta 0:00:01  41% |############# | 133kB 5.8MB/s eta 0:00:01  44% |############## | 143kB 6.8MB/s eta 0:00:01  47% |############### | 153kB 9.3MB/s eta 0:00:01  50% |################ | 163kB 9.7MB/s eta 0:00:01  53% |################# | 174kB 8.7MB/s eta 0:00:01  57% |################## | 184kB 7.2MB/s eta 0:00:01  60% |################### | 194kB 7.2MB/s eta 0:00:01  63% |#################### | 204kB 8.5MB/s eta 0:00:01  66% |##################### | 215kB 7.6MB/s eta 0:00:01  69% |###################### | 225kB 8.5MB/s eta 0:00:01  72% |####################### | 235kB 8.8MB/s eta 0:00:01  76% |######################## | 245kB 8.8MB/s eta 0:00:01  79% |######################### | 256kB 8.9MB/s eta 0:00:01  82% |########################## | 266kB 7.9MB/s eta 0:00:01  85% |########################### | 276kB 8.0MB/s eta 0:00:01  88% |############################ | 286kB 9.9MB/s eta 0:00:01  91% |############################# | 296kB 8.5MB/s eta 0:00:01  95% |############################## | 307kB 9.6MB/s eta 0:00:01  98% |############################### | 317kB 9.5MB/s eta 0:00:01  100% |################################| 327kB 3.0MB/s unit-abot-epc-basic-0: 15:58:02 DEBUG unit.abot-epc-basic/0.install [?25hCollecting click>=5.1 (from flask) unit-abot-epc-basic-0: 15:58:02 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl (71kB) unit-abot-epc-basic-0: 15:58:02 DEBUG unit.abot-epc-basic/0.install [?25l  14% |#### | 10kB 33.8MB/s eta 0:00:01  28% |######### | 20kB 29.4MB/s eta 0:00:01  43% |############# | 30kB 18.4MB/s eta 0:00:01  57% |################## | 40kB 15.2MB/s eta 0:00:01  71% |####################### | 51kB 8.9MB/s eta 0:00:01  86% |########################### | 61kB 9.2MB/s eta 0:00:01  100% |################################| 71kB 6.4MB/s unit-abot-epc-basic-0: 15:58:02 DEBUG unit.abot-epc-basic/0.install [?25hCollecting MarkupSafe>=0.23 (from Jinja2>=2.10->flask) unit-abot-epc-basic-0: 15:58:03 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz unit-abot-epc-basic-0: 15:58:03 DEBUG unit.abot-epc-basic/0.install Building wheels for collected packages: itsdangerous, MarkupSafe unit-abot-epc-basic-0: 15:58:03 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for itsdangerous ... [?25l- done unit-abot-epc-basic-0: 15:58:03 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/2c/4a/61/5599631c1554768c6290b08c02c72d7317910374ca602ff1e5 unit-abot-epc-basic-0: 15:58:03 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for MarkupSafe ... [?25l- \ done unit-abot-epc-basic-0: 15:58:03 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/33/56/20/ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46 unit-abot-epc-basic-0: 15:58:03 DEBUG unit.abot-epc-basic/0.install Successfully built itsdangerous MarkupSafe unit-abot-epc-basic-0: 15:58:03 DEBUG unit.abot-epc-basic/0.install Installing collected packages: MarkupSafe, Jinja2, itsdangerous, Werkzeug, click, flask unit-abot-epc-basic-0: 15:58:03 DEBUG unit.abot-epc-basic/0.install Successfully installed Jinja2-2.10 MarkupSafe-1.0 Werkzeug-0.14.1 click-6.7 flask-1.0.2 itsdangerous-0.24 unit-abot-epc-basic-0: 15:58:04 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.0 is available. unit-abot-epc-basic-0: 15:58:04 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 15:58:04 DEBUG unit.abot-epc-basic/0.install Collecting bs4 unit-abot-epc-basic-0: 15:58:04 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314/bs4-0.0.1.tar.gz unit-abot-epc-basic-0: 15:58:04 DEBUG unit.abot-epc-basic/0.install Collecting beautifulsoup4 (from bs4) unit-abot-epc-basic-0: 15:58:05 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/f8/c7/741c97d7366f4779ca73d244904978b43a81fd37d85fcf05ad19d472c1ce/beautifulsoup4-4.6.3-py2-none-any.whl (90kB) unit-abot-epc-basic-0: 15:58:05 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 15.8MB/s eta 0:00:01  22% |####### | 20kB 4.0MB/s eta 0:00:01  33% |########## | 30kB 4.6MB/s eta 0:00:01  45% |############## | 40kB 4.2MB/s eta 0:00:01  56% |################## | 51kB 4.7MB/s eta 0:00:01  67% |##################### | 61kB 5.6MB/s eta 0:00:01  79% |######################### | 71kB 5.6MB/s eta 0:00:01  90% |############################ | 81kB 5.5MB/s eta 0:00:01  100% |################################| 92kB 4.4MB/s unit-abot-epc-basic-0: 15:58:05 DEBUG unit.abot-epc-basic/0.install [?25hBuilding wheels for collected packages: bs4 unit-abot-epc-basic-0: 15:58:05 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for bs4 ... [?25l- done unit-abot-epc-basic-0: 15:58:05 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/a0/b0/b2/4f80b9456b87abedbc0bf2d52235414c3467d8889be38dd472 unit-abot-epc-basic-0: 15:58:05 DEBUG unit.abot-epc-basic/0.install Successfully built bs4 unit-abot-epc-basic-0: 15:58:05 DEBUG unit.abot-epc-basic/0.install Installing collected packages: beautifulsoup4, bs4 unit-abot-epc-basic-0: 15:58:05 DEBUG unit.abot-epc-basic/0.install Successfully installed beautifulsoup4-4.6.3 bs4-0.0.1 unit-abot-epc-basic-0: 15:58:05 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.0 is available. unit-abot-epc-basic-0: 15:58:05 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 15:58:05 DEBUG unit.abot-epc-basic/0.install Running the test with the tags local-commands unit-abot-epc-basic-0: 15:58:05 DEBUG unit.abot-epc-basic/0.install Running the test with the tags @local-commands unit-abot-epc-basic-0: 15:58:05 DEBUG unit.abot-epc-basic/0.install Creating the Target JUnit file... unit-abot-epc-basic-0: 15:58:07 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 15:58:07 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:58:07 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:58:07 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 15:58:07 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (5 KB at 9.7 KB/sec) unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 KB at 488.3 KB/sec) unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install 3/23 KB 6/23 KB 9/23 KB 11/23 KB 14/23 KB 16/23 KB 19/23 KB 22/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 KB at 811.7 KB/sec) unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (15 KB at 521.9 KB/sec) unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install 3/23 KB 5/23 KB 8/23 KB 11/23 KB 13/23 KB 16/23 KB 19/23 KB 21/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 KB at 1058.4 KB/sec) unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (2 KB at 61.8 KB/sec) unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 401.6 KB/sec) unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install 3/15 KB 4/15 KB 7/15 KB 9/15 KB 12/15 KB 15/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 708.6 KB/sec) unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom unit-abot-epc-basic-0: 15:58:08 DEBUG unit.abot-epc-basic/0.install 2/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (4 KB at 197.0 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4 KB at 233.6 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 388.7 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 453.7 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 KB at 523.3 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 3/221 KB 6/221 KB 9/221 KB 11/221 KB 14/221 KB 16/221 KB 19/221 KB 22/221 KB 25/221 KB 27/221 KB 30/221 KB 32/221 KB 36/221 KB 40/221 KB 44/221 KB 48/221 KB 52/221 KB 56/221 KB 60/221 KB 64/221 KB 68/221 KB 72/221 KB 76/221 KB 80/221 KB 84/221 KB 88/221 KB 92/221 KB 96/221 KB 100/221 KB 104/221 KB 108/221 KB 112/221 KB 116/221 KB 120/221 KB 124/221 KB 128/221 KB 132/221 KB 136/221 KB 140/221 KB 144/221 KB 148/221 KB 152/221 KB 156/221 KB 160/221 KB 164/221 KB 168/221 KB 172/221 KB 176/221 KB 180/221 KB 184/221 KB 188/221 KB 192/221 KB 196/221 KB 200/221 KB 204/221 KB 208/221 KB 212/221 KB 216/221 KB 220/221 KB 221/221 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 2692.4 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-javolution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 128.8 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 88.8 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 148.8 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (2 KB at 74.6 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 1/9 KB 4/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 364.9 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2 KB at 87.9 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 182.9 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 106.3 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 1/2 KB 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (2 KB at 110.0 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 100.0 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (4 KB at 191.5 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 3/17 KB 6/17 KB 9/17 KB 11/17 KB 14/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 KB at 779.5 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (2 KB at 64.6 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5 KB at 255.7 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 371.6 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (8 KB at 472.9 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 3/48 KB 6/48 KB 9/48 KB 3/35 KB 11/48 KB 3/35 KB 9/48 KB 6/35 KB 11/48 KB 6/35 KB 14/48 KB 9/35 KB 14/48 KB 9/35 KB 16/48 KB 9/35 KB 19/48 KB 11/35 KB 22/48 KB 11/35 KB 19/48 KB 14/35 KB 22/48 KB 16/35 KB 22/48 KB 19/35 KB 22/48 KB 22/35 KB 25/48 KB 19/35 KB 25/48 KB 22/35 KB 27/48 KB 22/35 KB 30/48 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 25/35 KB 32/48 KB 25/35 KB 30/48 KB 27/35 KB 32/48 KB 30/35 KB 36/48 KB 3/114 KB 32/35 KB 36/48 KB 27/35 KB 36/48 KB 3/114 KB 30/35 KB 36/48 KB 3/114 KB 32/35 KB 40/48 KB 6/114 KB 32/35 KB 40/48 KB 9/114 KB 35/35 KB 40/48 KB 6/114 KB 35/35 KB 44/48 KB 9/114 KB 35/35 KB 44/48 KB 9/114 KB 35/35 KB 48/48 KB 11/114 KB 35/35 KB 48/48 KB 14/114 KB 35/35 KB 48/48 KB 16/114 KB 35/35 KB 48/48 KB 19/114 KB 35/35 KB 48/48 KB 22/114 KB 35/35 KB 48/48 KB 25/114 KB 3/29 KB 35/35 KB 48/48 KB 27/114 KB 3/29 KB 35/35 KB 48/48 KB 30/114 KB 3/29 KB 35/35 KB 48/48 KB 32/114 KB 3/29 KB 35/35 KB 48/48 KB 36/114 KB 3/29 KB 35/35 KB 48/48 KB 40/114 KB 3/29 KB 22/114 KB 3/29 KB 35/35 KB 48/48 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 KB at 649.3 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (48 KB at 856.2 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 40/114 KB 5/29 KB 44/114 KB 8/29 KB 44/114 KB 5/29 KB 44/114 KB 11/29 KB 44/114 KB 13/29 KB 48/114 KB 16/29 KB 48/114 KB 19/29 KB 48/114 KB 13/29 KB 52/114 KB 19/29 KB 52/114 KB 21/29 KB 56/114 KB 21/29 KB 60/114 KB 21/29 KB 64/114 KB 21/29 KB 3/85 KB 68/114 KB 24/29 KB 3/85 KB 60/114 KB 21/29 KB 3/85 KB 72/114 KB 24/29 KB 4/56 KB 6/85 KB 72/114 KB 3/24 KB 24/29 KB 4/56 KB 9/85 KB 72/114 KB 24/29 KB 4/56 KB 3/85 KB 68/114 KB 24/29 KB 4/56 KB 3/85 KB 64/114 KB 24/29 KB 3/85 KB 72/114 KB 3/24 KB 27/29 KB 4/56 KB 9/85 KB 72/114 KB 3/24 KB 24/29 KB 4/56 KB 6/85 KB 72/114 KB 6/24 KB 27/29 KB 8/56 KB 9/85 KB 72/114 KB 9/24 KB 27/29 KB 8/56 KB 9/85 KB 72/114 KB 3/24 KB 27/29 KB 8/56 KB 9/85 KB 72/114 KB 9/24 KB 29/29 KB 12/56 KB 9/85 KB 72/114 KB 9/24 KB 29/29 KB 16/56 KB 9/85 KB 72/114 KB 9/24 KB 29/29 KB 20/56 KB 9/85 KB 76/114 KB 11/24 KB 29/29 KB 24/56 KB 11/85 KB 72/114 KB 9/24 KB 29/29 KB 8/56 KB 9/85 KB 76/114 KB 11/24 KB 29/29 KB 20/56 KB 11/85 KB 76/114 KB 11/24 KB 29/29 KB 20/56 KB 9/85 KB 76/114 KB 9/24 KB 29/29 KB 20/56 KB 9/85 KB 80/114 KB 11/24 KB 29/29 KB 24/56 KB 11/85 KB 80/114 KB 14/24 KB 29/29 KB 24/56 KB 11/85 KB 84/114 KB 14/24 KB 29/29 KB 24/56 KB 11/85 KB 88/114 KB 16/24 KB 29/29 KB 28/56 KB 14/85 KB 84/114 KB 16/24 KB 29/29 KB 28/56 KB 14/85 KB 84/114 KB 14/24 KB 29/29 KB 28/56 KB 14/85 KB 84/114 KB 14/24 KB 29/29 KB 24/56 KB 14/85 KB 88/114 KB 19/24 KB 29/29 KB 28/56 KB 14/85 KB 88/114 KB 22/24 KB 29/29 KB 32/56 KB 14/85 KB 88/114 KB 19/24 KB 29/29 KB 32/56 KB 14/85 KB 92/114 KB 22/24 KB 29/29 KB 36/56 KB 16/85 KB 92/114 KB 24/24 KB 29/29 KB 40/56 KB 16/85 KB 92/114 KB 22/24 KB 29/29 KB 32/56 KB 16/85 KB 88/114 KB 22/24 KB 29/29 KB 32/56 KB 16/85 KB 92/114 KB 24/24 KB 29/29 KB 40/56 KB 19/85 KB 96/114 KB 24/24 KB 29/29 KB 40/56 KB 19/85 KB 92/114 KB 24/24 KB 29/29 KB 36/56 KB 16/85 KB 96/114 KB 24/24 KB 29/29 KB 40/56 KB 22/85 KB 96/114 KB 24/24 KB 29/29 KB 40/56 KB 25/85 KB 100/114 KB 24/24 KB 29/29 KB 44/56 KB 27/85 KB 100/114 KB 24/24 KB 44/56 KB 30/85 KB 100/114 KB 24/24 KB 29/29 KB 44/56 KB 25/85 KB 100/114 KB 24/24 KB 29/29 KB 40/56 KB 25/85 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 KB at 353.1 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 104/114 KB 24/24 KB 48/56 KB 30/85 KB 104/114 KB 24/24 KB 48/56 KB 30/85 KB 108/114 KB 24/24 KB 48/56 KB 30/85 KB 112/114 KB 24/24 KB 52/56 KB 30/85 KB 112/114 KB 24/24 KB 56/56 KB 30/85 KB 112/114 KB 24/24 KB 52/56 KB 30/85 KB 112/114 KB 24/24 KB 56/56 KB 32/85 KB 114/114 KB 24/24 KB 56/56 KB 32/85 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 KB at 265.6 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 114/114 KB 56/56 KB 36/85 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (56 KB at 587.1 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 4/86 KB 40/85 KB 8/86 KB 40/85 KB 12/86 KB 40/85 KB 16/86 KB 40/85 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (114 KB at 1146.1 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 114/114 KB 16/86 KB 40/85 KB 16/86 KB 44/85 KB 20/86 KB 48/85 KB 20/86 KB 44/85 KB 24/86 KB 48/85 KB 28/86 KB 48/85 KB 32/86 KB 52/85 KB 28/86 KB 52/85 KB 32/86 KB 56/85 KB 3/218 KB 36/86 KB 60/85 KB 3/218 KB 36/86 KB 64/85 KB 3/218 KB 36/86 KB 68/85 KB 3/218 KB 32/86 KB 52/85 KB 3/218 KB 36/86 KB 68/85 KB 5/218 KB 36/86 KB 68/85 KB 8/218 KB 36/86 KB 68/85 KB 11/218 KB 36/86 KB 72/85 KB 13/218 KB 36/86 KB 72/85 KB 16/218 KB 36/86 KB 56/85 KB 3/218 KB 40/86 KB 72/85 KB 16/218 KB 44/86 KB 72/85 KB 16/218 KB 48/86 KB 72/85 KB 16/218 KB 36/86 KB 72/85 KB 11/218 KB 48/86 KB 76/85 KB 16/218 KB 48/86 KB 80/85 KB 16/218 KB 52/86 KB 80/85 KB 19/218 KB 48/86 KB 80/85 KB 19/218 KB 56/86 KB 80/85 KB 21/218 KB 56/86 KB 84/85 KB 21/218 KB 56/86 KB 85/85 KB 24/218 KB 56/86 KB 84/85 KB 24/218 KB 60/86 KB 85/85 KB 24/218 KB 56/86 KB 84/85 KB 24/218 KB 64/86 KB 85/85 KB 24/218 KB 68/86 KB 85/85 KB 24/218 KB 3/12 KB 68/86 KB 85/85 KB 27/218 KB 6/12 KB 68/86 KB 85/85 KB 27/218 KB 9/12 KB 68/86 KB 85/85 KB 27/218 KB 11/12 KB 68/86 KB 85/85 KB 27/218 KB 12/12 KB 68/86 KB 85/85 KB 27/218 KB 68/86 KB 85/85 KB 27/218 KB 12/12 KB 68/86 KB 85/85 KB 29/218 KB 12/12 KB 68/86 KB 85/85 KB 32/218 KB 12/12 KB 68/86 KB 85/85 KB 36/218 KB 12/12 KB 72/86 KB 85/85 KB 40/218 KB 12/12 KB 72/86 KB 85/85 KB 44/218 KB 12/12 KB 72/86 KB 85/85 KB 48/218 KB 12/12 KB 72/86 KB 85/85 KB 52/218 KB 12/12 KB 72/86 KB 85/85 KB 36/218 KB 12/12 KB 76/86 KB 52/218 KB 12/12 KB 80/86 KB 52/218 KB 12/12 KB 84/86 KB 52/218 KB 12/12 KB 86/86 KB 52/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (85 KB at 654.0 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 12/12 KB 86/86 KB 56/218 KB 12/12 KB 86/86 KB 60/218 KB 12/12 KB 86/86 KB 64/218 KB 12/12 KB 86/86 KB 68/218 KB 12/12 KB 86/86 KB 72/218 KB 12/12 KB 86/86 KB 76/218 KB 12/12 KB 86/86 KB 80/218 KB 12/12 KB 86/86 KB 84/218 KB 12/12 KB 86/86 KB 88/218 KB 12/12 KB 86/86 KB 92/218 KB 12/12 KB 86/86 KB 96/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (86 KB at 631.9 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 12/12 KB 100/218 KB 12/12 KB 104/218 KB 12/12 KB 108/218 KB 12/12 KB 112/218 KB 12/12 KB 116/218 KB 12/12 KB 120/218 KB 12/12 KB 124/218 KB 12/12 KB 128/218 KB 12/12 KB 132/218 KB 12/12 KB 136/218 KB 12/12 KB 140/218 KB 12/12 KB 144/218 KB 12/12 KB 148/218 KB 12/12 KB 152/218 KB 12/12 KB 156/218 KB 12/12 KB 160/218 KB 12/12 KB 164/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 79.3 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install 168/218 KB 172/218 KB 176/218 KB 180/218 KB 184/218 KB 188/218 KB 192/218 KB 196/218 KB 200/218 KB 204/218 KB 208/218 KB 212/218 KB 216/218 KB 218/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 1362.1 KB/sec) unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/javolution-5.5.1.jar to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.jar unit-abot-epc-basic-0: 15:58:09 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall1057105053370482739.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-api) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-api-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.jar unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6720673962980928753.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.pom unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-impl) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-impl-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.jar unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall3209979087421555094.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.pom unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-common) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/commons-1.0.0.CR1.jar to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.jar unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall7651615604422616035.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-diameter) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/abot_jdiameter.jar to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.jar unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall118196306508029533.pom to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.pom unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-org-picocontainer) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/picocontainer-2.15.jar to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.jar unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall1622371125372337551.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.606 s unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-08-27T15:58:10+00:00 unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 10M/60M unit-abot-epc-basic-0: 15:58:10 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:58:12 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 15:58:12 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:58:12 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:58:12 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 15:58:12 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:58:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 16.4 KB/sec) unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 390.5 KB/sec) unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install 3/30 KB 5/30 KB 8/30 KB 11/30 KB 13/30 KB 16/30 KB 19/30 KB 21/30 KB 24/30 KB 27/30 KB 29/30 KB 30/30 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 KB at 1001.6 KB/sec) unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 KB at 578.6 KB/sec) unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install 3/29 KB 6/29 KB 9/29 KB 11/29 KB 14/29 KB 16/29 KB 19/29 KB 22/29 KB 25/29 KB 27/29 KB 29/29 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (29 KB at 1067.7 KB/sec) unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (8 KB at 430.0 KB/sec) unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (32 KB at 1058.2 KB/sec) unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom (6 KB at 286.0 KB/sec) unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (19 KB at 750.8 KB/sec) unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install 3/39 KB 6/39 KB 9/39 KB 11/39 KB 14/39 KB 16/39 KB 19/39 KB 22/39 KB 25/39 KB 27/39 KB 30/39 KB 32/39 KB 35/39 KB 38/39 KB 39/39 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (39 KB at 1387.6 KB/sec) unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (16 KB at 884.5 KB/sec) unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install 3/38 KB 6/38 KB 9/38 KB 11/38 KB 14/38 KB 16/38 KB 19/38 KB 22/38 KB 25/38 KB 27/38 KB 30/38 KB 32/38 KB 35/38 KB 38/38 KB 38/38 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar (38 KB at 1704.7 KB/sec) unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 284.9 KB/sec) unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install 3/34 KB 6/34 KB 9/34 KB 11/34 KB 14/34 KB 16/34 KB 19/34 KB 22/34 KB 25/34 KB 27/34 KB 30/34 KB 32/34 KB 34/34 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 KB at 1145.7 KB/sec) unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.pom unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.pom (7 KB at 213.0 KB/sec) unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (5 KB at 261.7 KB/sec) unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.jar (9 KB at 367.1 KB/sec) unit-abot-epc-basic-0: 15:58:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom unit-abot-epc-basic-0: 15:58:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom unit-abot-epc-basic-0: 15:58:14 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom (7 KB at 278.1 KB/sec) unit-abot-epc-basic-0: 15:58:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom unit-abot-epc-basic-0: 15:58:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom unit-abot-epc-basic-0: 15:58:14 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom (9 KB at 455.5 KB/sec) unit-abot-epc-basic-0: 15:58:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/6/oss-parent-6.pom unit-abot-epc-basic-0: 15:58:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom unit-abot-epc-basic-0: 15:58:14 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (5 KB at 277.5 KB/sec) unit-abot-epc-basic-0: 15:58:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 15:58:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 15:58:15 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom (5 KB at 243.4 KB/sec) unit-abot-epc-basic-0: 15:58:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom unit-abot-epc-basic-0: 15:58:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom unit-abot-epc-basic-0: 15:58:15 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom (3 KB at 171.9 KB/sec) unit-abot-epc-basic-0: 15:58:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom unit-abot-epc-basic-0: 15:58:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom unit-abot-epc-basic-0: 15:58:15 DEBUG unit.abot-epc-basic/0.install 3/36 KB 5/36 KB 8/36 KB 11/36 KB 13/36 KB 16/36 KB 19/36 KB 21/36 KB 24/36 KB 27/36 KB 29/36 KB 32/36 KB 35/36 KB 36/36 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom (36 KB at 1033.0 KB/sec) unit-abot-epc-basic-0: 15:58:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom unit-abot-epc-basic-0: 15:58:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom unit-abot-epc-basic-0: 15:58:15 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom (6 KB at 254.0 KB/sec) unit-abot-epc-basic-0: 15:58:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom unit-abot-epc-basic-0: 15:58:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom unit-abot-epc-basic-0: 15:58:16 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom (4 KB at 187.9 KB/sec) unit-abot-epc-basic-0: 15:58:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom unit-abot-epc-basic-0: 15:58:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom unit-abot-epc-basic-0: 15:58:16 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom (4 KB at 211.7 KB/sec) unit-abot-epc-basic-0: 15:58:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 15:58:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 15:58:16 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom (5 KB at 206.0 KB/sec) unit-abot-epc-basic-0: 15:58:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.pom unit-abot-epc-basic-0: 15:58:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom unit-abot-epc-basic-0: 15:58:16 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (3 KB at 120.5 KB/sec) unit-abot-epc-basic-0: 15:58:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom unit-abot-epc-basic-0: 15:58:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom unit-abot-epc-basic-0: 15:58:17 DEBUG unit.abot-epc-basic/0.install 766/766 B Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 44.0 KB/sec) unit-abot-epc-basic-0: 15:58:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom unit-abot-epc-basic-0: 15:58:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom unit-abot-epc-basic-0: 15:58:17 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2 KB at 91.7 KB/sec) unit-abot-epc-basic-0: 15:58:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom unit-abot-epc-basic-0: 15:58:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom unit-abot-epc-basic-0: 15:58:17 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom (4 KB at 131.6 KB/sec) unit-abot-epc-basic-0: 15:58:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom unit-abot-epc-basic-0: 15:58:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom unit-abot-epc-basic-0: 15:58:17 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom (2 KB at 79.6 KB/sec) unit-abot-epc-basic-0: 15:58:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom unit-abot-epc-basic-0: 15:58:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom unit-abot-epc-basic-0: 15:58:17 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom (14 KB at 621.2 KB/sec) unit-abot-epc-basic-0: 15:58:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom unit-abot-epc-basic-0: 15:58:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom unit-abot-epc-basic-0: 15:58:18 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom (9 KB at 498.1 KB/sec) unit-abot-epc-basic-0: 15:58:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom unit-abot-epc-basic-0: 15:58:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom unit-abot-epc-basic-0: 15:58:18 DEBUG unit.abot-epc-basic/0.install 3/53 KB 6/53 KB 9/53 KB 11/53 KB 14/53 KB 16/53 KB 19/53 KB 22/53 KB 25/53 KB 27/53 KB 30/53 KB 32/53 KB 36/53 KB 40/53 KB 44/53 KB 48/53 KB 52/53 KB 53/53 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom (53 KB at 1806.8 KB/sec) unit-abot-epc-basic-0: 15:58:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom unit-abot-epc-basic-0: 15:58:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom unit-abot-epc-basic-0: 15:58:18 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom (19 KB at 601.0 KB/sec) unit-abot-epc-basic-0: 15:58:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-pool/commons-pool/1.6/commons-pool-1.6.pom unit-abot-epc-basic-0: 15:58:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.pom unit-abot-epc-basic-0: 15:58:18 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.pom (11 KB at 591.6 KB/sec) unit-abot-epc-basic-0: 15:58:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom unit-abot-epc-basic-0: 15:58:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom unit-abot-epc-basic-0: 15:58:19 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom (5 KB at 113.5 KB/sec) unit-abot-epc-basic-0: 15:58:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/4/oss-parent-4.pom unit-abot-epc-basic-0: 15:58:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/4/oss-parent-4.pom unit-abot-epc-basic-0: 15:58:19 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/4/oss-parent-4.pom (4 KB at 186.0 KB/sec) unit-abot-epc-basic-0: 15:58:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 15:58:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 15:58:19 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom (3 KB at 143.0 KB/sec) unit-abot-epc-basic-0: 15:58:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.pom unit-abot-epc-basic-0: 15:58:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom unit-abot-epc-basic-0: 15:58:20 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 KB at 893.1 KB/sec) unit-abot-epc-basic-0: 15:58:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/34/commons-parent-34.pom unit-abot-epc-basic-0: 15:58:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom unit-abot-epc-basic-0: 15:58:20 DEBUG unit.abot-epc-basic/0.install 3/55 KB 5/55 KB 8/55 KB 11/55 KB 13/55 KB 16/55 KB 19/55 KB 21/55 KB 24/55 KB 27/55 KB 29/55 KB 32/55 KB 36/55 KB 40/55 KB 44/55 KB 48/55 KB 52/55 KB 55/55 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (55 KB at 1707.2 KB/sec) unit-abot-epc-basic-0: 15:58:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 15:58:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 15:58:20 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom (5 KB at 223.3 KB/sec) unit-abot-epc-basic-0: 15:58:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 15:58:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 15:58:20 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom (3 KB at 164.8 KB/sec) unit-abot-epc-basic-0: 15:58:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.pom unit-abot-epc-basic-0: 15:58:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom unit-abot-epc-basic-0: 15:58:21 DEBUG unit.abot-epc-basic/0.install 363/363 B Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 25.3 KB/sec) unit-abot-epc-basic-0: 15:58:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 15:58:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 15:58:21 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom (3 KB at 152.6 KB/sec) unit-abot-epc-basic-0: 15:58:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 15:58:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 15:58:21 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom (2 KB at 99.0 KB/sec) unit-abot-epc-basic-0: 15:58:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 15:58:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 15:58:21 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom (8 KB at 296.9 KB/sec) unit-abot-epc-basic-0: 15:58:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 15:58:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 15:58:21 DEBUG unit.abot-epc-basic/0.install 640/640 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom (640 B at 41.7 KB/sec) unit-abot-epc-basic-0: 15:58:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 15:58:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 15:58:22 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom (10 KB at 499.9 KB/sec) unit-abot-epc-basic-0: 15:58:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/3/commons-parent-3.pom unit-abot-epc-basic-0: 15:58:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/3/commons-parent-3.pom unit-abot-epc-basic-0: 15:58:22 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/3/commons-parent-3.pom (12 KB at 640.8 KB/sec) unit-abot-epc-basic-0: 15:58:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/apache/4/apache-4.pom unit-abot-epc-basic-0: 15:58:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom unit-abot-epc-basic-0: 15:58:22 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (5 KB at 313.5 KB/sec) unit-abot-epc-basic-0: 15:58:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom unit-abot-epc-basic-0: 15:58:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom unit-abot-epc-basic-0: 15:58:22 DEBUG unit.abot-epc-basic/0.install 3/20 KB 6/20 KB 9/20 KB 11/20 KB 14/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 KB at 904.5 KB/sec) unit-abot-epc-basic-0: 15:58:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/33/commons-parent-33.pom unit-abot-epc-basic-0: 15:58:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom unit-abot-epc-basic-0: 15:58:23 DEBUG unit.abot-epc-basic/0.install 3/52 KB 5/52 KB 8/52 KB 11/52 KB 13/52 KB 16/52 KB 19/52 KB 21/52 KB 24/52 KB 27/52 KB 29/52 KB 32/52 KB 36/52 KB 40/52 KB 44/52 KB 48/52 KB 52/52 KB 52/52 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom (52 KB at 2073.8 KB/sec) unit-abot-epc-basic-0: 15:58:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom unit-abot-epc-basic-0: 15:58:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom unit-abot-epc-basic-0: 15:58:23 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom (2 KB at 99.1 KB/sec) unit-abot-epc-basic-0: 15:58:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-abot-epc-basic-0: 15:58:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-abot-epc-basic-0: 15:58:23 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom (8 KB at 377.8 KB/sec) unit-abot-epc-basic-0: 15:58:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom unit-abot-epc-basic-0: 15:58:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom unit-abot-epc-basic-0: 15:58:23 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom (2 KB at 56.6 KB/sec) unit-abot-epc-basic-0: 15:58:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom unit-abot-epc-basic-0: 15:58:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom unit-abot-epc-basic-0: 15:58:24 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (3 KB at 114.2 KB/sec) unit-abot-epc-basic-0: 15:58:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom unit-abot-epc-basic-0: 15:58:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom unit-abot-epc-basic-0: 15:58:24 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 KB at 595.8 KB/sec) unit-abot-epc-basic-0: 15:58:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom unit-abot-epc-basic-0: 15:58:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom unit-abot-epc-basic-0: 15:58:24 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom (3 KB at 165.6 KB/sec) unit-abot-epc-basic-0: 15:58:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-abot-epc-basic-0: 15:58:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-abot-epc-basic-0: 15:58:24 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom (2 KB at 42.5 KB/sec) unit-abot-epc-basic-0: 15:58:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom unit-abot-epc-basic-0: 15:58:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom unit-abot-epc-basic-0: 15:58:25 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom (2 KB at 56.5 KB/sec) unit-abot-epc-basic-0: 15:58:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom unit-abot-epc-basic-0: 15:58:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom unit-abot-epc-basic-0: 15:58:25 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom (9 KB at 550.5 KB/sec) unit-abot-epc-basic-0: 15:58:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/9/oss-parent-9.pom unit-abot-epc-basic-0: 15:58:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom unit-abot-epc-basic-0: 15:58:25 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (7 KB at 356.4 KB/sec) unit-abot-epc-basic-0: 15:58:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom unit-abot-epc-basic-0: 15:58:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom unit-abot-epc-basic-0: 15:58:25 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom (4 KB at 247.4 KB/sec) unit-abot-epc-basic-0: 15:58:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom unit-abot-epc-basic-0: 15:58:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom unit-abot-epc-basic-0: 15:58:26 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom (14 KB at 718.1 KB/sec) unit-abot-epc-basic-0: 15:58:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom unit-abot-epc-basic-0: 15:58:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom unit-abot-epc-basic-0: 15:58:26 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (5 KB at 286.5 KB/sec) unit-abot-epc-basic-0: 15:58:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.pom unit-abot-epc-basic-0: 15:58:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom unit-abot-epc-basic-0: 15:58:26 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (11 KB at 640.5 KB/sec) unit-abot-epc-basic-0: 15:58:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/11/commons-parent-11.pom unit-abot-epc-basic-0: 15:58:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom unit-abot-epc-basic-0: 15:58:26 DEBUG unit.abot-epc-basic/0.install 3/25 KB 5/25 KB 8/25 KB 11/25 KB 13/25 KB 16/25 KB 19/25 KB 21/25 KB 24/25 KB 25/25 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 KB at 1266.9 KB/sec) unit-abot-epc-basic-0: 15:58:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom unit-abot-epc-basic-0: 15:58:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom unit-abot-epc-basic-0: 15:58:27 DEBUG unit.abot-epc-basic/0.install 3/16 KB 6/16 KB 9/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom (16 KB at 885.1 KB/sec) unit-abot-epc-basic-0: 15:58:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/21/commons-parent-21.pom unit-abot-epc-basic-0: 15:58:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/21/commons-parent-21.pom unit-abot-epc-basic-0: 15:58:27 DEBUG unit.abot-epc-basic/0.install 3/34 KB 6/34 KB 9/34 KB 11/34 KB 14/34 KB 16/34 KB 19/34 KB 22/34 KB 25/34 KB 27/34 KB 30/34 KB 32/34 KB 34/34 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/21/commons-parent-21.pom (34 KB at 1508.9 KB/sec) unit-abot-epc-basic-0: 15:58:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.pom unit-abot-epc-basic-0: 15:58:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.pom unit-abot-epc-basic-0: 15:58:27 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.pom (3 KB at 183.0 KB/sec) unit-abot-epc-basic-0: 15:58:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom unit-abot-epc-basic-0: 15:58:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom unit-abot-epc-basic-0: 15:58:27 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom (6 KB at 311.1 KB/sec) unit-abot-epc-basic-0: 15:58:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom unit-abot-epc-basic-0: 15:58:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom unit-abot-epc-basic-0: 15:58:27 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom (8 KB at 409.7 KB/sec) unit-abot-epc-basic-0: 15:58:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/oss-parent/27/oss-parent-27.pom unit-abot-epc-basic-0: 15:58:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/27/oss-parent-27.pom unit-abot-epc-basic-0: 15:58:27 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 8/20 KB 11/20 KB 13/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/27/oss-parent-27.pom (20 KB at 958.9 KB/sec) unit-abot-epc-basic-0: 15:58:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom unit-abot-epc-basic-0: 15:58:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom unit-abot-epc-basic-0: 15:58:28 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom (9 KB at 461.8 KB/sec) unit-abot-epc-basic-0: 15:58:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/5/oss-parent-5.pom unit-abot-epc-basic-0: 15:58:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom unit-abot-epc-basic-0: 15:58:28 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4 KB at 189.8 KB/sec) unit-abot-epc-basic-0: 15:58:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom unit-abot-epc-basic-0: 15:58:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom unit-abot-epc-basic-0: 15:58:28 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom (2 KB at 75.8 KB/sec) unit-abot-epc-basic-0: 15:58:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom unit-abot-epc-basic-0: 15:58:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom unit-abot-epc-basic-0: 15:58:28 DEBUG unit.abot-epc-basic/0.install 1016/1016 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom (1016 B at 62.0 KB/sec) unit-abot-epc-basic-0: 15:58:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom unit-abot-epc-basic-0: 15:58:29 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom unit-abot-epc-basic-0: 15:58:29 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom (2 KB at 106.8 KB/sec) unit-abot-epc-basic-0: 15:58:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom unit-abot-epc-basic-0: 15:58:29 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom unit-abot-epc-basic-0: 15:58:29 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom (2 KB at 81.2 KB/sec) unit-abot-epc-basic-0: 15:58:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom unit-abot-epc-basic-0: 15:58:29 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom unit-abot-epc-basic-0: 15:58:29 DEBUG unit.abot-epc-basic/0.install 962/962 B Downloaded: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 72.3 KB/sec) unit-abot-epc-basic-0: 15:58:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom unit-abot-epc-basic-0: 15:58:29 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom unit-abot-epc-basic-0: 15:58:29 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom (2 KB at 112.8 KB/sec) unit-abot-epc-basic-0: 15:58:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom unit-abot-epc-basic-0: 15:58:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom machine-1: 15:58:30 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-1: 15:58:30 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-1/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "1", "--debug"} machine-1: 15:58:30 DEBUG juju.agent read agent config, format "2.0" machine-1: 15:58:30 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-1: 15:58:30 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-1: 15:58:30 DEBUG juju.worker start "engine" machine-1: 15:58:30 INFO juju.worker start "engine" machine-1: 15:58:30 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-1: 15:58:30 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-1" machine-1: 15:58:30 DEBUG juju.worker "engine" started machine-1: 15:58:30 DEBUG juju.worker.introspection stats worker now serving machine-1: 15:58:30 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-1: 15:58:30 DEBUG juju.worker.dependency "agent" manifold worker started machine-1: 15:58:30 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-1: 15:58:30 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:58:30 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom (6 KB at 212.0 KB/sec) unit-abot-epc-basic-0: 15:58:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom machine-1: 15:58:30 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-1: 15:58:30 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-1: 15:58:30 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-1: 15:58:30 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 15:58:30 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 15:58:30 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 15:58:30 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 15:58:30 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:30 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-1: 15:58:30 DEBUG juju.worker.apicaller connecting with old password machine-1: 15:58:30 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-1: 15:58:30 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-1: 15:58:30 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-abot-epc-basic-0: 15:58:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom unit-abot-epc-basic-0: 15:58:30 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom (2 KB at 100.3 KB/sec) unit-abot-epc-basic-0: 15:58:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom unit-abot-epc-basic-0: 15:58:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom unit-abot-epc-basic-0: 15:58:30 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom (6 KB at 377.7 KB/sec) unit-abot-epc-basic-0: 15:58:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom machine-1: 15:58:30 DEBUG juju.worker.apicaller connected machine-1: 15:58:30 DEBUG juju.worker.apicaller changing password... machine-1: 15:58:30 DEBUG juju.worker.apicaller password changed machine-1: 15:58:30 DEBUG juju.api RPC connection died machine-1: 15:58:30 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-1: 15:58:30 DEBUG juju.worker.apicaller connecting with current password machine-1: 15:58:30 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-1: 15:58:30 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-1: 15:58:30 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-abot-epc-basic-0: 15:58:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom unit-abot-epc-basic-0: 15:58:30 DEBUG unit.abot-epc-basic/0.install 3/31 KB 5/31 KB 8/31 KB 11/31 KB 13/31 KB 16/31 KB 19/31 KB 21/31 KB 24/31 KB 27/31 KB 29/31 KB 31/31 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom (31 KB at 1048.3 KB/sec) unit-abot-epc-basic-0: 15:58:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom machine-1: 15:58:31 DEBUG juju.worker.apicaller connected machine-1: 15:58:31 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 15:58:31 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 15:58:31 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-1: 15:58:31 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 15:58:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 15:58:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 15:58:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-1: 15:58:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-1: 15:58:31 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 15:58:31 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 15:58:31 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 15:58:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom machine-1: 15:58:31 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-1: 15:58:31 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-1: 15:58:31 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 15:58:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 15:58:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-1: 15:58:31 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 15:58:31 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 15:58:31 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 15:58:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 15:58:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 15:58:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 15:58:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 15:58:31 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 15:58:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 15:58:31 DEBUG juju.worker.logger logger setup machine-1: 15:58:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 15:58:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 15:58:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-1: 15:58:31 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.204,192.168.121.6,::1,localhost", AutoNoProxy:""} machine-1: 15:58:31 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 15:58:31 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-1: 15:58:31 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 15:58:31 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 15:58:31 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 15:58:31 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 15:58:31 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 15:58:31 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-1: 15:58:31 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 15:58:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 15:58:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 15:58:31 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom (3 KB at 20.8 KB/sec) machine-1: 15:58:31 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-1: 15:58:31 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 15:58:31 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 15:58:31 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 15:58:31 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 15:58:31 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 15:58:31 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 15:58:31 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 15:58:31 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-1: 15:58:31 DEBUG juju.network including address local-machine:::1 for machine machine-1: 15:58:31 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.9 local-machine:::1] machine-1: 15:58:31 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:192.168.121.9 local-machine:::1] machine-1: 15:58:31 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 15:58:31 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 15:58:31 DEBUG juju.network including address public:172.30.9.204 for machine machine-1: 15:58:31 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-1: 15:58:31 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 15:58:31 DEBUG juju.network including address local-machine:::1 for machine machine-1: 15:58:31 DEBUG juju.network addresses after filtering: [public:172.30.9.204 local-cloud:192.168.121.6 local-machine:127.0.0.1 local-machine:::1] machine-1: 15:58:31 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.204:17070 192.168.121.6:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 15:58:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom machine-1: 15:58:31 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 15:58:31 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 15:58:31 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 15:58:31 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 15:58:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 15:58:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 15:58:31 DEBUG juju.agent API server address details [["172.30.9.204:17070" "192.168.121.6:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "172.30.9.204:17070"] machine-1: 15:58:31 INFO juju.worker.authenticationworker "machine-1" key updater worker started machine-1: 15:58:31 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 15:58:31 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] unit-abot-epc-basic-0: 15:58:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom unit-abot-epc-basic-0: 15:58:31 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 KB at 824.2 KB/sec) unit-abot-epc-basic-0: 15:58:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom unit-abot-epc-basic-0: 15:58:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom unit-abot-epc-basic-0: 15:58:31 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom (2 KB at 79.7 KB/sec) unit-abot-epc-basic-0: 15:58:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom machine-1: 15:58:31 DEBUG juju.worker start "1-container-watcher" machine-1: 15:58:31 DEBUG juju.worker start "stateconverter" machine-1: 15:58:31 INFO juju.worker start "1-container-watcher" machine-1: 15:58:31 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-1: 15:58:31 DEBUG juju.worker "1-container-watcher" started machine-1: 15:58:31 INFO juju.worker start "stateconverter" machine-1: 15:58:31 DEBUG juju.cmd.jujud upgrades done, starting worker "1-container-watcher" machine-1: 15:58:31 DEBUG juju.worker "stateconverter" started machine-1: 15:58:31 INFO juju.worker.deployer deploying unit "mysql/0" machine-1: 15:58:31 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 1 machine-1: 15:58:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-abot-epc-basic-0: 15:58:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom unit-abot-epc-basic-0: 15:58:31 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom (11 KB at 489.4 KB/sec) machine-1: 15:58:31 INFO juju.worker.machiner "machine-1" started unit-abot-epc-basic-0: 15:58:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/json-smart/1.2/json-smart-1.2.pom machine-1: 15:58:31 DEBUG juju.service discovered init system "upstart" from local host machine-1: 15:58:31 DEBUG juju.worker.deployer state addresses: ["192.168.121.6:37017"] machine-1: 15:58:31 DEBUG juju.worker.deployer API addresses: ["192.168.121.6:17070" "172.30.9.204:17070"] machine-1: 15:58:31 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-mysql-0 Conf:{Desc:juju unit agent for mysql/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-mysql-0/jujud' unit --data-dir '/var/lib/juju' --unit-name mysql/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-mysql-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-mysql-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name mysql/0 --debug]}}} unit-mysql-0: 15:58:31 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-mysql-0: 15:58:31 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-mysql-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "mysql/0", "--debug"} unit-mysql-0: 15:58:31 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 15:58:31 DEBUG juju.worker start "api" unit-mysql-0: 15:58:31 INFO juju.worker start "api" unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "agent" manifold worker started unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 15:58:31 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-mysql-0" unit-mysql-0: 15:58:31 DEBUG juju.worker "api" started unit-mysql-0: 15:58:31 DEBUG juju.worker.introspection stats worker now serving unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-mysql-0: 15:58:31 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-mysql-0: 15:58:32 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:32 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:32 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 15:58:32 DEBUG juju.worker.apicaller connecting with old password unit-mysql-0: 15:58:32 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:32 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:32 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:32 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-mysql-0: 15:58:32 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-mysql-0: 15:58:32 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-mysql-0: 15:58:32 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:32 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:32 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:32 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 15:58:32 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:32 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:32 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:32 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 15:58:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.pom unit-abot-epc-basic-0: 15:58:32 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.pom (2 KB at 88.7 KB/sec) unit-abot-epc-basic-0: 15:58:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/parent/1.2/parent-1.2.pom unit-abot-epc-basic-0: 15:58:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/minidev/parent/1.2/parent-1.2.pom machine-1: 15:58:32 DEBUG juju.worker.machiner observed network config updated for "machine-1" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:39:df:ee 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.9 [] [] []} {2 fa:16:3e:39:df:ee 1450 0 eth0 ethernet false false manual [] [] []}] unit-abot-epc-basic-0: 15:58:32 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/parent/1.2/parent-1.2.pom (9 KB at 447.1 KB/sec) unit-abot-epc-basic-0: 15:58:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom unit-abot-epc-basic-0: 15:58:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom unit-abot-epc-basic-0: 15:58:32 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (3 KB at 145.9 KB/sec) unit-abot-epc-basic-0: 15:58:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom unit-mysql-0: 15:58:32 DEBUG juju.worker.apicaller connected unit-mysql-0: 15:58:32 DEBUG juju.worker.apicaller changing password... unit-mysql-0: 15:58:32 DEBUG juju.worker.apicaller password changed unit-mysql-0: 15:58:32 DEBUG juju.api RPC connection died unit-mysql-0: 15:58:32 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 15:58:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom unit-abot-epc-basic-0: 15:58:32 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 KB at 678.1 KB/sec) unit-abot-epc-basic-0: 15:58:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom unit-mysql-0: 15:58:32 DEBUG juju.worker.apicaller connecting with current password unit-mysql-0: 15:58:32 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-mysql-0: 15:58:32 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-mysql-0: 15:58:32 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-abot-epc-basic-0: 15:58:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom unit-abot-epc-basic-0: 15:58:33 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (5 KB at 320.7 KB/sec) unit-abot-epc-basic-0: 15:58:33 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom unit-abot-epc-basic-0: 15:58:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom unit-abot-epc-basic-0: 15:58:33 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 KB at 741.8 KB/sec) unit-abot-epc-basic-0: 15:58:33 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/project/7/project-7.pom unit-mysql-0: 15:58:33 DEBUG juju.worker.apicaller connected unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:33 INFO juju.worker.upgrader abort check blocked until version event received unit-mysql-0: 15:58:33 INFO juju.worker.upgrader unblocking abort check unit-mysql-0: 15:58:33 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-mysql-0: 15:58:33 INFO juju.worker.migrationminion migration phase is now: NONE unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 15:58:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-mysql-0: 15:58:33 DEBUG juju.network no lxc bridge addresses to filter for machine unit-mysql-0: 15:58:33 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 15:58:33 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 15:58:33 DEBUG juju.network including address public:172.30.9.204 for machine unit-mysql-0: 15:58:33 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-mysql-0: 15:58:33 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-mysql-0: 15:58:33 DEBUG juju.network including address local-machine:::1 for machine unit-mysql-0: 15:58:33 DEBUG juju.network addresses after filtering: [public:172.30.9.204 local-cloud:192.168.121.6 local-machine:127.0.0.1 local-machine:::1] unit-mysql-0: 15:58:33 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.204:17070 192.168.121.6:17070 127.0.0.1:17070 [::1]:17070]] unit-mysql-0: 15:58:33 DEBUG juju.agent API server address details [["172.30.9.204:17070" "192.168.121.6:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "172.30.9.204:17070"] unit-mysql-0: 15:58:33 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-mysql-0: 15:58:33 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-mysql-0: 15:58:33 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 15:58:33 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-mysql-0: 15:58:33 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 15:58:33 DEBUG unit.abot-epc-basic/0.install 3/27 KB 6/27 KB 9/27 KB 11/27 KB 14/27 KB 16/27 KB 19/27 KB 22/27 KB 25/27 KB 27/27 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom (27 KB at 1266.9 KB/sec) unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 15:58:33 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-mysql-0: 15:58:33 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-mysql-0: 15:58:33 DEBUG juju.worker.leadership mysql/0 making initial claim for mysql leadership unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-mysql-0: 15:58:33 DEBUG juju.worker.logger logger setup unit-mysql-0: 15:58:33 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 15:58:33 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.204,192.168.121.6,::1,localhost", AutoNoProxy:""} unit-mysql-0: 15:58:33 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 15:58:33 INFO juju.worker.leadership mysql/0 promoted to leadership of mysql unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-mysql-0: 15:58:33 DEBUG juju.worker.dependency "uniter" manifold worker started unit-mysql-0: 15:58:33 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-mysql-0 unit-mysql-0: 15:58:33 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-mysql-0: 15:58:33 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-mysql-0: 15:58:33 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-mysql-0/run.socket unit-mysql-0: 15:58:33 INFO juju.worker.uniter unit "mysql/0" started unit-mysql-0: 15:58:33 DEBUG juju.worker.uniter juju-run listener running unit-mysql-0: 15:58:33 INFO juju.worker.uniter resuming charm install unit-mysql-0: 15:58:33 DEBUG juju.worker.uniter.operation running operation install cs:mysql-55 unit-mysql-0: 15:58:33 DEBUG juju.worker.uniter.operation preparing operation "install cs:mysql-55" unit-mysql-0: 15:58:33 INFO juju.worker.uniter.charm downloading cs:mysql-55 from API server unit-mysql-0: 15:58:33 INFO juju.downloader downloading from cs:mysql-55 unit-mysql-0: 15:58:33 DEBUG httpbakery client do GET https://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/charms?file=%2A&url=cs%3Amysql-55 { unit-mysql-0: 15:58:33 DEBUG httpbakery } -> error unit-mysql-0: 15:58:33 INFO juju.downloader download complete ("cs:mysql-55") unit-mysql-0: 15:58:33 INFO juju.downloader download verified ("cs:mysql-55") unit-abot-epc-basic-0: 15:58:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom unit-mysql-0: 15:58:33 DEBUG juju.worker.uniter.operation executing operation "install cs:mysql-55" unit-mysql-0: 15:58:33 DEBUG juju.worker.uniter.charm preparing to deploy charm "cs:mysql-55" unit-mysql-0: 15:58:33 DEBUG juju.worker.uniter.charm deploying charm "cs:mysql-55" unit-abot-epc-basic-0: 15:58:33 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (6 KB at 317.9 KB/sec) unit-abot-epc-basic-0: 15:58:33 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom unit-abot-epc-basic-0: 15:58:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom unit-abot-epc-basic-0: 15:58:34 DEBUG unit.abot-epc-basic/0.install 3/16 KB 6/16 KB 9/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (16 KB at 429.2 KB/sec) unit-abot-epc-basic-0: 15:58:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom unit-mysql-0: 15:58:34 DEBUG juju.worker.uniter.charm finishing deploy of charm "cs:mysql-55" unit-mysql-0: 15:58:34 DEBUG juju.worker.uniter.operation committing operation "install cs:mysql-55" unit-mysql-0: 15:58:34 INFO juju.worker.uniter hooks are retried true unit-mysql-0: 15:58:34 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-mysql-0: 15:58:34 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 15:58:34 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 15:58:34 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-mysql-0: 15:58:34 DEBUG juju.worker.uniter.remotestate got unit change unit-mysql-0: 15:58:34 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-mysql-0: 15:58:34 DEBUG juju.worker.uniter.remotestate got service change unit-mysql-0: 15:58:34 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-mysql-0: 15:58:34 INFO juju.worker.uniter.storage initial storage attachments ready unit-mysql-0: 15:58:34 INFO juju.worker.uniter found queued "install" hook unit-mysql-0: 15:58:34 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 15:58:34 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 15:58:34 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 15:58:34 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 15:58:34 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 15:58:34 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 15:58:34 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 15:58:34 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 15:58:34 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 15:58:34 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 15:58:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom unit-abot-epc-basic-0: 15:58:34 DEBUG unit.abot-epc-basic/0.install 3/18 KB 5/18 KB 8/18 KB 11/18 KB 13/18 KB 16/18 KB 18/18 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom (18 KB at 853.5 KB/sec) unit-abot-epc-basic-0: 15:58:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/28/commons-parent-28.pom unit-mysql-0: 15:58:34 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 15:58:34 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 15:58:34 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 15:58:34 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 15:58:34 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 15:58:34 DEBUG unit.mysql/0.install python-netaddr unit-abot-epc-basic-0: 15:58:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom unit-abot-epc-basic-0: 15:58:34 DEBUG unit.abot-epc-basic/0.install 3/49 KB 6/49 KB 9/49 KB 11/49 KB 14/49 KB 16/49 KB 19/49 KB 22/49 KB 25/49 KB 27/49 KB 30/49 KB 32/49 KB 36/49 KB 40/49 KB 44/49 KB 48/49 KB 49/49 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom (49 KB at 1958.9 KB/sec) unit-abot-epc-basic-0: 15:58:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom unit-mysql-0: 15:58:34 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 15:58:34 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 15:58:34 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 15:58:34 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-netaddr all 0.7.10-1ubuntu1.1 [849 kB] unit-abot-epc-basic-0: 15:58:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom unit-abot-epc-basic-0: 15:58:34 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom (5 KB at 292.1 KB/sec) unit-abot-epc-basic-0: 15:58:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom unit-abot-epc-basic-0: 15:58:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom unit-abot-epc-basic-0: 15:58:35 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom (5 KB at 248.2 KB/sec) unit-abot-epc-basic-0: 15:58:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom unit-abot-epc-basic-0: 15:58:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom unit-abot-epc-basic-0: 15:58:35 DEBUG unit.abot-epc-basic/0.install 3/39 KB 5/39 KB 8/39 KB 11/39 KB 13/39 KB 16/39 KB 19/39 KB 21/39 KB 24/39 KB 27/39 KB 29/39 KB 32/39 KB 35/39 KB 37/39 KB 39/39 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom (39 KB at 885.1 KB/sec) unit-abot-epc-basic-0: 15:58:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom unit-mysql-0: 15:58:35 DEBUG unit.mysql/0.install Fetched 849 kB in 1s (737 kB/s) unit-abot-epc-basic-0: 15:58:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom unit-abot-epc-basic-0: 15:58:35 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom (6 KB at 310.9 KB/sec) unit-abot-epc-basic-0: 15:58:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom unit-mysql-0: 15:58:35 DEBUG unit.mysql/0.install Selecting previously unselected package python-netaddr. unit-mysql-0: 15:58:35 DEBUG unit.mysql/0.install (Reading database ... 78141 files and directories currently installed.) unit-mysql-0: 15:58:35 DEBUG unit.mysql/0.install Preparing to unpack .../python-netaddr_0.7.10-1ubuntu1.1_all.deb ... unit-mysql-0: 15:58:35 DEBUG unit.mysql/0.install Unpacking python-netaddr (0.7.10-1ubuntu1.1) ... unit-mysql-0: 15:58:36 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:58:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom unit-abot-epc-basic-0: 15:58:36 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom (4 KB at 219.8 KB/sec) unit-abot-epc-basic-0: 15:58:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom unit-mysql-0: 15:58:36 DEBUG unit.mysql/0.install Setting up python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 15:58:36 DEBUG unit.abot-epc-basic/0.install 503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom (503 B at 1.5 KB/sec) unit-abot-epc-basic-0: 15:58:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom unit-abot-epc-basic-0: 15:58:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom unit-abot-epc-basic-0: 15:58:36 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom (7 KB at 410.9 KB/sec) unit-abot-epc-basic-0: 15:58:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom unit-abot-epc-basic-0: 15:58:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom unit-abot-epc-basic-0: 15:58:36 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom (8 KB at 523.3 KB/sec) unit-abot-epc-basic-0: 15:58:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.pom unit-abot-epc-basic-0: 15:58:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom unit-abot-epc-basic-0: 15:58:37 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 KB at 662.7 KB/sec) unit-abot-epc-basic-0: 15:58:37 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom unit-abot-epc-basic-0: 15:58:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom unit-abot-epc-basic-0: 15:58:37 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 KB at 763.2 KB/sec) unit-abot-epc-basic-0: 15:58:37 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/9/commons-parent-9.pom unit-abot-epc-basic-0: 15:58:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom unit-abot-epc-basic-0: 15:58:37 DEBUG unit.abot-epc-basic/0.install 3/22 KB 6/22 KB 9/22 KB 11/22 KB 14/22 KB 16/22 KB 19/22 KB 22/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 KB at 1070.8 KB/sec) unit-abot-epc-basic-0: 15:58:37 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.pom unit-abot-epc-basic-0: 15:58:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom unit-mysql-0: 15:58:37 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 15:58:37 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 15:58:37 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 15:58:37 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 15:58:37 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 KB at 802.8 KB/sec) unit-abot-epc-basic-0: 15:58:37 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom unit-mysql-0: 15:58:37 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 15:58:37 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 15:58:37 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 15:58:37 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 15:58:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom unit-abot-epc-basic-0: 15:58:37 DEBUG unit.abot-epc-basic/0.install 161/161 B Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom (161 B at 6.0 KB/sec) unit-abot-epc-basic-0: 15:58:37 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/2.1/joda-time-2.1.pom unit-abot-epc-basic-0: 15:58:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.pom unit-abot-epc-basic-0: 15:58:38 DEBUG unit.abot-epc-basic/0.install 3/16 KB 6/16 KB 9/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.pom (16 KB at 750.4 KB/sec) unit-abot-epc-basic-0: 15:58:38 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.pom unit-mysql-0: 15:58:38 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 15:58:38 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 15:58:38 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 15:58:38 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 [11.3 kB] unit-mysql-0: 15:58:38 DEBUG unit.mysql/0.install Fetched 11.3 kB in 0s (26.3 kB/s) unit-mysql-0: 15:58:38 DEBUG unit.mysql/0.install Selecting previously unselected package python-netifaces. unit-mysql-0: 15:58:38 DEBUG unit.mysql/0.install (Reading database ... 78181 files and directories currently installed.) unit-mysql-0: 15:58:38 DEBUG unit.mysql/0.install Preparing to unpack .../python-netifaces_0.8-3build1_amd64.deb ... unit-abot-epc-basic-0: 15:58:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.pom unit-mysql-0: 15:58:38 DEBUG unit.mysql/0.install Unpacking python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 15:58:38 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.pom (4 KB at 158.8 KB/sec) unit-abot-epc-basic-0: 15:58:38 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/google/5/google-5.pom unit-abot-epc-basic-0: 15:58:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom unit-abot-epc-basic-0: 15:58:38 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (3 KB at 171.5 KB/sec) unit-abot-epc-basic-0: 15:58:38 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom unit-mysql-0: 15:58:38 DEBUG unit.mysql/0.install Setting up python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 15:58:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom unit-abot-epc-basic-0: 15:58:39 DEBUG unit.abot-epc-basic/0.install 1010/1010 B Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom (1010 B at 65.8 KB/sec) unit-abot-epc-basic-0: 15:58:39 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/2.3/commons-io-2.3.pom unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 15:58:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.pom unit-abot-epc-basic-0: 15:58:39 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.pom (11 KB at 673.5 KB/sec) unit-abot-epc-basic-0: 15:58:39 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/24/commons-parent-24.pom unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install python-wheel python3-pkg-resources unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install python3-setuptools unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools-whl python-six-whl unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-abot-epc-basic-0: 15:58:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom unit-abot-epc-basic-0: 15:58:39 DEBUG unit.abot-epc-basic/0.install 3/47 KB 6/47 KB 9/47 KB 11/47 KB 14/47 KB 16/47 KB 19/47 KB 22/47 KB 25/47 KB 27/47 KB 30/47 KB 32/47 KB 36/47 KB 40/47 KB 44/47 KB 47/47 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 KB at 1846.3 KB/sec) unit-abot-epc-basic-0: 15:58:39 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install Need to get 40.9 MB of archives. unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install After this operation, 119 MB of additional disk space will be used. unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] unit-abot-epc-basic-0: 15:58:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom unit-abot-epc-basic-0: 15:58:39 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom (5 KB at 247.0 KB/sec) unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] unit-abot-epc-basic-0: 15:58:39 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom unit-mysql-0: 15:58:39 DEBUG unit.mysql/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] unit-abot-epc-basic-0: 15:58:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom unit-abot-epc-basic-0: 15:58:40 DEBUG unit.abot-epc-basic/0.install 680/680 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom (680 B at 36.9 KB/sec) unit-abot-epc-basic-0: 15:58:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom unit-mysql-0: 15:58:40 DEBUG unit.mysql/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] unit-abot-epc-basic-0: 15:58:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom unit-abot-epc-basic-0: 15:58:40 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom (6 KB at 410.3 KB/sec) unit-abot-epc-basic-0: 15:58:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/maven-parent/4/maven-parent-4.pom unit-mysql-0: 15:58:40 DEBUG unit.mysql/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] unit-mysql-0: 15:58:40 DEBUG unit.mysql/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] unit-mysql-0: 15:58:40 DEBUG unit.mysql/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] unit-abot-epc-basic-0: 15:58:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom unit-mysql-0: 15:58:40 DEBUG unit.mysql/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] unit-abot-epc-basic-0: 15:58:40 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom (10 KB at 650.8 KB/sec) unit-abot-epc-basic-0: 15:58:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom unit-mysql-0: 15:58:40 DEBUG unit.mysql/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] unit-mysql-0: 15:58:40 DEBUG unit.mysql/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] unit-mysql-0: 15:58:40 DEBUG unit.mysql/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] unit-mysql-0: 15:58:40 DEBUG unit.mysql/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] unit-abot-epc-basic-0: 15:58:40 DEBUG unit.abot-epc-basic/0.install 503/503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom (503 B at 1.6 KB/sec) unit-abot-epc-basic-0: 15:58:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom unit-abot-epc-basic-0: 15:58:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom unit-abot-epc-basic-0: 15:58:40 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom (6 KB at 386.2 KB/sec) unit-abot-epc-basic-0: 15:58:40 DEBUG unit.abot-epc-basic/0.install [WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2 unit-mysql-0: 15:58:41 DEBUG unit.mysql/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.jar unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar unit-mysql-0: 15:58:41 DEBUG unit.mysql/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] unit-mysql-0: 15:58:41 DEBUG unit.mysql/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar unit-mysql-0: 15:58:41 DEBUG unit.mysql/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar unit-mysql-0: 15:58:41 DEBUG unit.mysql/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar unit-mysql-0: 15:58:41 DEBUG unit.mysql/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-pool/commons-pool/1.6/commons-pool-1.6.jar unit-mysql-0: 15:58:41 DEBUG unit.mysql/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.jar unit-mysql-0: 15:58:41 DEBUG unit.mysql/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar unit-mysql-0: 15:58:41 DEBUG unit.mysql/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar unit-mysql-0: 15:58:41 DEBUG unit.mysql/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 15:58:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar unit-mysql-0: 15:58:42 DEBUG unit.mysql/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar unit-mysql-0: 15:58:42 DEBUG unit.mysql/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.jar unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.jar unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar unit-mysql-0: 15:58:42 DEBUG unit.mysql/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar unit-mysql-0: 15:58:42 DEBUG unit.mysql/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar unit-mysql-0: 15:58:42 DEBUG unit.mysql/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar unit-mysql-0: 15:58:42 DEBUG unit.mysql/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar unit-abot-epc-basic-0: 15:58:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar unit-mysql-0: 15:58:43 DEBUG unit.mysql/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] unit-abot-epc-basic-0: 15:58:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar unit-abot-epc-basic-0: 15:58:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar unit-mysql-0: 15:58:43 DEBUG unit.mysql/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] unit-abot-epc-basic-0: 15:58:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar unit-mysql-0: 15:58:43 DEBUG unit.mysql/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] unit-abot-epc-basic-0: 15:58:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/json-smart/1.2/json-smart-1.2.jar unit-abot-epc-basic-0: 15:58:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar unit-mysql-0: 15:58:43 DEBUG unit.mysql/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] unit-abot-epc-basic-0: 15:58:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar unit-abot-epc-basic-0: 15:58:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar unit-mysql-0: 15:58:43 DEBUG unit.mysql/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] unit-mysql-0: 15:58:43 DEBUG unit.mysql/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] unit-abot-epc-basic-0: 15:58:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar unit-abot-epc-basic-0: 15:58:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 15:58:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.jar unit-mysql-0: 15:58:43 DEBUG unit.mysql/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] unit-abot-epc-basic-0: 15:58:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.jar unit-abot-epc-basic-0: 15:58:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar unit-mysql-0: 15:58:43 DEBUG unit.mysql/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] unit-mysql-0: 15:58:43 DEBUG unit.mysql/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] unit-abot-epc-basic-0: 15:58:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-abot-epc-basic-0: 15:58:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar unit-abot-epc-basic-0: 15:58:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.jar unit-abot-epc-basic-0: 15:58:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-mysql-0: 15:58:43 DEBUG unit.mysql/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] unit-mysql-0: 15:58:43 DEBUG unit.mysql/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] unit-abot-epc-basic-0: 15:58:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-mysql-0: 15:58:43 DEBUG unit.mysql/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] unit-abot-epc-basic-0: 15:58:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar unit-abot-epc-basic-0: 15:58:43 DEBUG unit.abot-epc-basic/0.install 4/966 KB 8/966 KB 12/966 KB 14/966 KB 18/966 KB 22/966 KB 26/966 KB 30/966 KB 31/966 KB Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-mysql-0: 15:58:43 DEBUG unit.mysql/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] unit-mysql-0: 15:58:43 DEBUG unit.mysql/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Extracting templates from packages: 61% Extracting templates from packages: 100% unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Fetched 40.9 MB in 5s (7909 kB/s) unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Selecting previously unselected package libasan0:amd64. unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install (Reading database ... 78191 files and directories currently installed.) unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Selecting previously unselected package libatomic1:amd64. unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Selecting previously unselected package libgmp10:amd64. unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 15:58:44 DEBUG unit.abot-epc-basic/0.install 35/966 KB 39/966 KB 43/966 KB 47/966 KB 51/966 KB 55/966 KB 59/966 KB 63/966 KB 67/966 KB 71/966 KB 75/966 KB 79/966 KB 83/966 KB 87/966 KB 91/966 KB 95/966 KB 99/966 KB 103/966 KB 107/966 KB 111/966 KB 115/966 KB 119/966 KB 123/966 KB 127/966 KB 131/966 KB 135/966 KB 139/966 KB 143/966 KB 147/966 KB 151/966 KB 155/966 KB 159/966 KB 163/966 KB 167/966 KB 171/966 KB 175/966 KB 179/966 KB 183/966 KB 187/966 KB 191/966 KB 195/966 KB 199/966 KB 203/966 KB 207/966 KB 211/966 KB 215/966 KB 219/966 KB 223/966 KB 227/966 KB 231/966 KB 235/966 KB 239/966 KB 243/966 KB 247/966 KB 251/966 KB 255/966 KB 259/966 KB 263/966 KB 267/966 KB 271/966 KB 275/966 KB 279/966 KB 283/966 KB 287/966 KB 291/966 KB 295/966 KB 299/966 KB 303/966 KB 307/966 KB 311/966 KB 315/966 KB 319/966 KB 323/966 KB 327/966 KB 331/966 KB 335/966 KB 339/966 KB 343/966 KB 347/966 KB 351/966 KB 355/966 KB 359/966 KB 363/966 KB 367/966 KB 371/966 KB 375/966 KB 379/966 KB 383/966 KB 387/966 KB 391/966 KB 395/966 KB 399/966 KB 403/966 KB 407/966 KB 411/966 KB 415/966 KB 419/966 KB 423/966 KB 427/966 KB 431/966 KB 435/966 KB 439/966 KB 443/966 KB 447/966 KB 451/966 KB 455/966 KB 459/966 KB 463/966 KB 467/966 KB 471/966 KB 475/966 KB 479/966 KB 483/966 KB 487/966 KB 491/966 KB 495/966 KB 499/966 KB 503/966 KB 507/966 KB 511/966 KB 515/966 KB 519/966 KB 523/966 KB 527/966 KB 531/966 KB 535/966 KB 539/966 KB 543/966 KB 547/966 KB 551/966 KB 555/966 KB 559/966 KB 563/966 KB 567/966 KB 571/966 KB 575/966 KB 579/966 KB 583/966 KB 587/966 KB 591/966 KB 595/966 KB 599/966 KB 603/966 KB 607/966 KB 611/966 KB 615/966 KB 619/966 KB 623/966 KB 627/966 KB 631/966 KB 635/966 KB 639/966 KB 643/966 KB 647/966 KB 651/966 KB 655/966 KB 659/966 KB 663/966 KB 667/966 KB 671/966 KB 675/966 KB 679/966 KB 683/966 KB 687/966 KB 691/966 KB 695/966 KB 699/966 KB 703/966 KB 707/966 KB 711/966 KB 715/966 KB 719/966 KB 723/966 KB 727/966 KB 731/966 KB 735/966 KB 739/966 KB 743/966 KB 747/966 KB 751/966 KB 755/966 KB 759/966 KB 763/966 KB 767/966 KB 771/966 KB 775/966 KB 779/966 KB 783/966 KB 787/966 KB 791/966 KB 795/966 KB 799/966 KB 803/966 KB 807/966 KB 811/966 KB 815/966 KB 819/966 KB 823/966 KB 827/966 KB 831/966 KB 835/966 KB 839/966 KB 843/966 KB 847/966 KB 851/966 KB 855/966 KB 859/966 KB 863/966 KB 867/966 KB 871/966 KB 875/966 KB 879/966 KB 883/966 KB 887/966 KB 891/966 KB 895/966 KB 899/966 KB 903/966 KB 907/966 KB 911/966 KB 915/966 KB 919/966 KB 923/966 KB 927/966 KB 931/966 KB 935/966 KB 939/966 KB 943/966 KB 947/966 KB 951/966 KB 955/966 KB 959/966 KB 963/966 KB 966/966 KB Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.jar (966 KB at 248.1 KB/sec) unit-abot-epc-basic-0: 15:58:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar unit-abot-epc-basic-0: 15:58:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar unit-abot-epc-basic-0: 15:58:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar unit-abot-epc-basic-0: 15:58:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar unit-abot-epc-basic-0: 15:58:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Selecting previously unselected package libisl10:amd64. unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-mysql-0: 15:58:44 DEBUG unit.mysql/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 3/590 KB 5/590 KB 8/590 KB 11/590 KB 13/590 KB 16/590 KB 19/590 KB 21/590 KB 24/590 KB 27/590 KB 29/590 KB 32/590 KB 36/590 KB 40/590 KB 44/590 KB 48/590 KB 52/590 KB 56/590 KB 60/590 KB 64/590 KB 68/590 KB 72/590 KB 76/590 KB 80/590 KB 84/590 KB 88/590 KB 92/590 KB 96/590 KB 100/590 KB 104/590 KB 108/590 KB 112/590 KB 116/590 KB 120/590 KB 124/590 KB 128/590 KB 132/590 KB 136/590 KB 140/590 KB 144/590 KB 148/590 KB 152/590 KB 156/590 KB 160/590 KB 164/590 KB 168/590 KB 172/590 KB 176/590 KB 180/590 KB 184/590 KB 188/590 KB 192/590 KB 196/590 KB 200/590 KB 204/590 KB 208/590 KB 212/590 KB 216/590 KB 220/590 KB 224/590 KB 228/590 KB 232/590 KB 236/590 KB 240/590 KB 244/590 KB 248/590 KB 252/590 KB 256/590 KB 260/590 KB 264/590 KB 268/590 KB 272/590 KB 276/590 KB 280/590 KB 284/590 KB 288/590 KB 292/590 KB 296/590 KB 300/590 KB 304/590 KB 308/590 KB 312/590 KB 316/590 KB 320/590 KB 324/590 KB 328/590 KB 332/590 KB 336/590 KB 340/590 KB 344/590 KB 348/590 KB 352/590 KB 356/590 KB 360/590 KB 364/590 KB 368/590 KB 372/590 KB 376/590 KB 380/590 KB 384/590 KB 388/590 KB 392/590 KB 396/590 KB 400/590 KB 404/590 KB 408/590 KB 412/590 KB 416/590 KB 420/590 KB 424/590 KB 428/590 KB 432/590 KB 436/590 KB 440/590 KB 444/590 KB 448/590 KB 452/590 KB 456/590 KB 460/590 KB 464/590 KB 468/590 KB 472/590 KB 476/590 KB 480/590 KB 484/590 KB 488/590 KB 492/590 KB 496/590 KB 500/590 KB 504/590 KB 508/590 KB 512/590 KB 516/590 KB 520/590 KB 524/590 KB 528/590 KB 532/590 KB 536/590 KB 540/590 KB 544/590 KB 548/590 KB 552/590 KB 556/590 KB 560/590 KB 564/590 KB 568/590 KB 572/590 KB 576/590 KB 580/590 KB 584/590 KB 588/590 KB 590/590 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar (590 KB at 3853.9 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Selecting previously unselected package libgomp1:amd64. unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 4/44 KB 8/44 KB 12/44 KB 16/44 KB 20/44 KB 24/44 KB 28/44 KB 32/44 KB 36/44 KB 40/44 KB 44/44 KB 44/44 KB 44/44 KB 3/10 KB 44/44 KB 5/10 KB 44/44 KB 8/10 KB 44/44 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (44 KB at 260.2 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 3/240 KB 10/10 KB 5/240 KB 10/10 KB 8/240 KB 10/10 KB 11/240 KB 10/10 KB 13/240 KB 10/10 KB 3/1710 KB 13/240 KB 10/10 KB 5/1710 KB 13/240 KB 10/10 KB 8/1710 KB 13/240 KB 10/10 KB 11/1710 KB 13/240 KB 10/10 KB 13/1710 KB 13/240 KB 10/10 KB 13/1710 KB 13/240 KB 10/10 KB 4/258 KB 13/1710 KB 13/240 KB 10/10 KB 8/258 KB 13/1710 KB 13/240 KB 10/10 KB 12/258 KB 13/1710 KB 13/240 KB 10/10 KB 16/258 KB 13/1710 KB 13/240 KB 10/10 KB 20/258 KB 13/1710 KB 13/240 KB 10/10 KB 24/258 KB 13/1710 KB 13/240 KB 10/10 KB 28/258 KB 13/1710 KB 13/240 KB 10/10 KB 32/258 KB 13/1710 KB 13/240 KB 10/10 KB 36/258 KB 13/1710 KB 13/240 KB 10/10 KB 40/258 KB 13/1710 KB 13/240 KB 10/10 KB 44/258 KB 13/1710 KB 13/240 KB 10/10 KB 48/258 KB 13/1710 KB 13/240 KB 10/10 KB 52/258 KB 13/1710 KB 13/240 KB 10/10 KB 56/258 KB 13/1710 KB 13/240 KB 10/10 KB 60/258 KB 13/1710 KB 13/240 KB 10/10 KB 61/258 KB 13/1710 KB 13/240 KB 10/10 KB 65/258 KB 13/1710 KB 13/240 KB 10/10 KB 69/258 KB 13/1710 KB 13/240 KB 10/10 KB 73/258 KB 13/1710 KB 13/240 KB 10/10 KB 77/258 KB 13/1710 KB 13/240 KB 10/10 KB 81/258 KB 13/1710 KB 13/240 KB 10/10 KB 85/258 KB 13/1710 KB 13/240 KB 10/10 KB 89/258 KB 13/1710 KB 13/240 KB 10/10 KB 93/258 KB 13/1710 KB 16/240 KB 10/10 KB 93/258 KB 13/1710 KB 16/240 KB 10/10 KB 97/258 KB 13/1710 KB 16/240 KB 10/10 KB 101/258 KB 13/1710 KB 16/240 KB 10/10 KB 105/258 KB 13/1710 KB 19/240 KB 10/10 KB 109/258 KB 13/1710 KB 19/240 KB 10/10 KB 105/258 KB 13/1710 KB 21/240 KB 10/10 KB 109/258 KB 13/1710 KB 21/240 KB 10/10 KB 113/258 KB 13/1710 KB 21/240 KB 10/10 KB 117/258 KB 13/1710 KB 21/240 KB 10/10 KB 121/258 KB 13/1710 KB 21/240 KB 10/10 KB 125/258 KB 13/1710 KB 24/240 KB 10/10 KB 125/258 KB 13/1710 KB 24/240 KB 10/10 KB 129/258 KB 13/1710 KB 24/240 KB 10/10 KB 133/258 KB 13/1710 KB 24/240 KB 10/10 KB 137/258 KB 13/1710 KB 24/240 KB 10/10 KB 141/258 KB 13/1710 KB 27/240 KB 10/10 KB 141/258 KB 13/1710 KB 27/240 KB 10/10 KB 145/258 KB 13/1710 KB 27/240 KB 10/10 KB 149/258 KB 13/1710 KB 29/240 KB 10/10 KB 149/258 KB 13/1710 KB 29/240 KB 10/10 KB 153/258 KB 13/1710 KB 29/240 KB 10/10 KB 157/258 KB 16/1710 KB 29/240 KB 10/10 KB 157/258 KB 16/1710 KB 32/240 KB 10/10 KB 157/258 KB 19/1710 KB 32/240 KB 10/10 KB 157/258 KB 19/1710 KB 32/240 KB 10/10 KB 161/258 KB 19/1710 KB 32/240 KB 10/10 KB 165/258 KB 19/1710 KB 32/240 KB 10/10 KB 169/258 KB 19/1710 KB 32/240 KB 10/10 KB 173/258 KB 21/1710 KB 32/240 KB 10/10 KB 173/258 KB 21/1710 KB 32/240 KB 10/10 KB 177/258 KB 21/1710 KB 32/240 KB 10/10 KB 181/258 KB 21/1710 KB 32/240 KB 10/10 KB 185/258 KB 21/1710 KB 32/240 KB 10/10 KB 189/258 KB 21/1710 KB 32/240 KB 10/10 KB 193/258 KB 21/1710 KB 32/240 KB 10/10 KB 197/258 KB 21/1710 KB 32/240 KB 10/10 KB 201/258 KB 21/1710 KB 32/240 KB 10/10 KB 205/258 KB 24/1710 KB 32/240 KB 10/10 KB 205/258 KB 24/1710 KB 32/240 KB 10/10 KB 209/258 KB 24/1710 KB 32/240 KB 10/10 KB 213/258 KB 24/1710 KB 32/240 KB 10/10 KB 217/258 KB 24/1710 KB 32/240 KB 10/10 KB 221/258 KB 27/1710 KB 32/240 KB 10/10 KB 221/258 KB 27/1710 KB 32/240 KB 10/10 KB 225/258 KB 27/1710 KB 32/240 KB 10/10 KB 229/258 KB 27/1710 KB 32/240 KB 10/10 KB 233/258 KB 27/1710 KB 32/240 KB 10/10 KB 237/258 KB 29/1710 KB 32/240 KB 10/10 KB 237/258 KB 29/1710 KB 32/240 KB 10/10 KB 241/258 KB 32/1710 KB 32/240 KB 10/10 KB 241/258 KB 32/1710 KB 32/240 KB 10/10 KB 245/258 KB 32/1710 KB 32/240 KB unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Selecting previously unselected package libitm1:amd64. unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 10/10 KB 249/258 KB 32/1710 KB 32/240 KB 10/10 KB 253/258 KB 32/1710 KB 32/240 KB 10/10 KB 257/258 KB 32/1710 KB 32/240 KB 10/10 KB 258/258 KB 32/1710 KB 36/240 KB 10/10 KB 258/258 KB 32/1710 KB 40/240 KB 10/10 KB 258/258 KB 32/1710 KB 44/240 KB 10/10 KB 258/258 KB 32/1710 KB 48/240 KB 10/10 KB 258/258 KB 32/1710 KB 52/240 KB 10/10 KB 258/258 KB 32/1710 KB 56/240 KB 10/10 KB 258/258 KB 32/1710 KB 60/240 KB 10/10 KB 258/258 KB 32/1710 KB 64/240 KB 10/10 KB 258/258 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar (258 KB at 1091.7 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 32/1710 KB 68/240 KB 10/10 KB 32/1710 KB 72/240 KB 10/10 KB 32/1710 KB 76/240 KB 10/10 KB 32/1710 KB 80/240 KB 10/10 KB 32/1710 KB 84/240 KB 10/10 KB 32/1710 KB 88/240 KB 10/10 KB 32/1710 KB 92/240 KB 10/10 KB 32/1710 KB 96/240 KB 10/10 KB 32/1710 KB 96/240 KB 10/10 KB 3/232 KB 32/1710 KB 96/240 KB 10/10 KB 5/232 KB 32/1710 KB 96/240 KB 10/10 KB 8/232 KB 32/1710 KB 96/240 KB 10/10 KB 11/232 KB 32/1710 KB 100/240 KB 10/10 KB 11/232 KB 32/1710 KB 104/240 KB 10/10 KB 11/232 KB 32/1710 KB 108/240 KB 10/10 KB 11/232 KB 32/1710 KB 112/240 KB 10/10 KB 11/232 KB 32/1710 KB 116/240 KB 10/10 KB 11/232 KB 32/1710 KB 116/240 KB 10/10 KB 13/232 KB 32/1710 KB 120/240 KB 10/10 KB 13/232 KB 32/1710 KB 124/240 KB 10/10 KB 13/232 KB 32/1710 KB 128/240 KB 10/10 KB 13/232 KB 32/1710 KB 132/240 KB 10/10 KB 13/232 KB 36/1710 KB 132/240 KB 10/10 KB 13/232 KB 40/1710 KB 132/240 KB 10/10 KB 13/232 KB 44/1710 KB 132/240 KB 10/10 KB 13/232 KB 48/1710 KB 132/240 KB 10/10 KB 13/232 KB 52/1710 KB 132/240 KB 10/10 KB 13/232 KB 56/1710 KB 132/240 KB 10/10 KB 13/232 KB 60/1710 KB 132/240 KB 10/10 KB 13/232 KB 64/1710 KB 132/240 KB 10/10 KB 13/232 KB 68/1710 KB 132/240 KB 10/10 KB 13/232 KB 72/1710 KB 132/240 KB 10/10 KB 13/232 KB 76/1710 KB 132/240 KB 10/10 KB 13/232 KB 80/1710 KB 132/240 KB 10/10 KB 13/232 KB 84/1710 KB 132/240 KB 10/10 KB 13/232 KB 88/1710 KB 132/240 KB 10/10 KB 13/232 KB 92/1710 KB 132/240 KB 10/10 KB 13/232 KB 96/1710 KB 132/240 KB 10/10 KB 13/232 KB 100/1710 KB 132/240 KB 10/10 KB 13/232 KB 104/1710 KB 136/240 KB 10/10 KB 13/232 KB 100/1710 KB 136/240 KB 10/10 KB 13/232 KB 104/1710 KB 136/240 KB 4/223 KB 10/10 KB 13/232 KB 108/1710 KB 136/240 KB 8/223 KB 10/10 KB 13/232 KB 108/1710 KB 136/240 KB 12/223 KB 10/10 KB 13/232 KB 108/1710 KB 136/240 KB 16/223 KB 10/10 KB 13/232 KB 108/1710 KB 136/240 KB 20/223 KB 10/10 KB 13/232 KB 108/1710 KB 136/240 KB 24/223 KB 10/10 KB 13/232 KB 108/1710 KB 136/240 KB 28/223 KB 10/10 KB 13/232 KB 108/1710 KB 136/240 KB 32/223 KB 10/10 KB 13/232 KB 108/1710 KB 140/240 KB 32/223 KB 10/10 KB 13/232 KB 108/1710 KB 136/240 KB 4/223 KB 10/10 KB 13/232 KB 108/1710 KB 144/240 KB 32/223 KB 10/10 KB 13/232 KB 112/1710 KB 144/240 KB 32/223 KB 10/10 KB 13/232 KB 112/1710 KB 148/240 KB 32/223 KB 10/10 KB 13/232 KB 116/1710 KB 152/240 KB 32/223 KB 10/10 KB 13/232 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar (10 KB at 39.5 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 116/1710 KB 152/240 KB 36/223 KB 13/232 KB 116/1710 KB 152/240 KB 40/223 KB 13/232 KB 116/1710 KB 152/240 KB 44/223 KB 13/232 KB 116/1710 KB 152/240 KB 48/223 KB 13/232 KB 116/1710 KB 152/240 KB 52/223 KB 13/232 KB 116/1710 KB 148/240 KB 32/223 KB 10/10 KB 13/232 KB 120/1710 KB 156/240 KB 52/223 KB 13/232 KB 116/1710 KB 156/240 KB 52/223 KB 13/232 KB 124/1710 KB 156/240 KB 52/223 KB 13/232 KB 128/1710 KB 160/240 KB 52/223 KB 13/232 KB 128/1710 KB 160/240 KB 56/223 KB 13/232 KB 128/1710 KB 160/240 KB 60/223 KB 13/232 KB 124/1710 KB 160/240 KB 52/223 KB 13/232 KB 132/1710 KB 160/240 KB 60/223 KB 13/232 KB 132/1710 KB 164/240 KB 64/223 KB 13/232 KB 132/1710 KB 160/240 KB 64/223 KB 13/232 KB 132/1710 KB 164/240 KB 68/223 KB 13/232 KB 136/1710 KB 168/240 KB 68/223 KB 13/232 KB 132/1710 KB 168/240 KB 68/223 KB 13/232 KB 136/1710 KB 172/240 KB 68/223 KB 13/232 KB 140/1710 KB 176/240 KB 68/223 KB 13/232 KB 140/1710 KB 172/240 KB 68/223 KB 13/232 KB 144/1710 KB 176/240 KB 68/223 KB 13/232 KB 144/1710 KB 176/240 KB 72/223 KB 13/232 KB 144/1710 KB 176/240 KB 76/223 KB 13/232 KB 144/1710 KB 176/240 KB 80/223 KB 13/232 KB 144/1710 KB 176/240 KB 84/223 KB 13/232 KB 148/1710 KB 180/240 KB 88/223 KB 13/232 KB 148/1710 KB 180/240 KB 92/223 KB 16/232 KB 148/1710 KB 180/240 KB 96/223 KB 16/232 KB 148/1710 KB 180/240 KB 84/223 KB 13/232 KB 148/1710 KB 176/240 KB 84/223 KB 13/232 KB 148/1710 KB 180/240 KB 88/223 KB 16/232 KB 152/1710 KB 180/240 KB 96/223 KB 16/232 KB 152/1710 KB 184/240 KB 96/223 KB 16/232 KB 156/1710 KB 188/240 KB 96/223 KB 16/232 KB 156/1710 KB 188/240 KB 96/223 KB 19/232 KB 156/1710 KB 184/240 KB 96/223 KB 16/232 KB 156/1710 KB 192/240 KB 96/223 KB 19/232 KB 160/1710 KB 192/240 KB 96/223 KB 19/232 KB 160/1710 KB 196/240 KB 96/223 KB 19/232 KB 164/1710 KB 200/240 KB 100/223 KB 21/232 KB 164/1710 KB 196/240 KB 100/223 KB 21/232 KB 168/1710 KB 204/240 KB 100/223 KB 21/232 KB 172/1710 KB 204/240 KB 100/223 KB 21/232 KB 176/1710 KB 204/240 KB 100/223 KB 21/232 KB 160/1710 KB 196/240 KB 100/223 KB 21/232 KB 160/1710 KB 196/240 KB 96/223 KB 21/232 KB 176/1710 KB 204/240 KB 100/223 KB 24/232 KB 164/1710 KB 204/240 KB 100/223 KB 21/232 KB 176/1710 KB 208/240 KB 100/223 KB 24/232 KB 176/1710 KB 208/240 KB 104/223 KB 24/232 KB 176/1710 KB 208/240 KB 108/223 KB 24/232 KB 176/1710 KB 208/240 KB 112/223 KB 24/232 KB 176/1710 KB 208/240 KB 112/223 KB 27/232 KB 180/1710 KB 208/240 KB 112/223 KB 27/232 KB 184/1710 KB 212/240 KB 116/223 KB 29/232 KB 180/1710 KB 212/240 KB 116/223 KB 27/232 KB 184/1710 KB 216/240 KB 116/223 KB 29/232 KB 184/1710 KB 220/240 KB 116/223 KB 29/232 KB 184/1710 KB 224/240 KB 116/223 KB 29/232 KB 180/1710 KB 208/240 KB 116/223 KB 27/232 KB 184/1710 KB 212/240 KB 116/223 KB 27/232 KB 188/1710 KB 224/240 KB 116/223 KB 29/232 KB 192/1710 KB 224/240 KB 116/223 KB 29/232 KB 192/1710 KB 224/240 KB 120/223 KB 29/232 KB 192/1710 KB 224/240 KB 120/223 KB 32/232 KB 192/1710 KB 224/240 KB 124/223 KB 32/232 KB 192/1710 KB 224/240 KB 128/223 KB 32/232 KB 192/1710 KB 228/240 KB 128/223 KB 32/232 KB 196/1710 KB 232/240 KB 128/223 KB 32/232 KB 196/1710 KB 236/240 KB 128/223 KB 32/232 KB 196/1710 KB 240/240 KB 128/223 KB 32/232 KB 196/1710 KB 232/240 KB 128/223 KB 32/232 KB 200/1710 KB 240/240 KB 128/223 KB 32/232 KB 204/1710 KB 240/240 KB 128/223 KB 32/232 KB 208/1710 KB 240/240 KB 128/223 KB 32/232 KB 208/1710 KB 240/240 KB 132/223 unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Selecting previously unselected package libmpfr4:amd64. unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install KB 32/232 KB 208/1710 KB 240/240 KB 136/223 KB 32/232 KB 208/1710 KB 240/240 KB 140/223 KB 32/232 KB 208/1710 KB 240/240 KB 144/223 KB 32/232 KB 208/1710 KB 240/240 KB 148/223 KB 32/232 KB 212/1710 KB 240/240 KB 152/223 KB 32/232 KB 212/1710 KB 240/240 KB 156/223 KB 32/232 KB 212/1710 KB 240/240 KB 160/223 KB 32/232 KB 212/1710 KB 240/240 KB 148/223 KB 32/232 KB 216/1710 KB 240/240 KB 160/223 KB 32/232 KB 220/1710 KB 240/240 KB 160/223 KB 32/232 KB 224/1710 KB 240/240 KB 160/223 KB 32/232 KB 224/1710 KB 240/240 KB 160/223 KB 3/208 KB 32/232 KB 224/1710 KB 240/240 KB 164/223 KB 3/208 KB 32/232 KB 224/1710 KB 240/240 KB 168/223 KB 3/208 KB 32/232 KB 224/1710 KB 240/240 KB 172/223 KB 3/208 KB 32/232 KB 224/1710 KB 240/240 KB 176/223 KB 3/208 KB 32/232 KB 224/1710 KB 240/240 KB 176/223 KB 5/208 KB 32/232 KB 224/1710 KB 240/240 KB 180/223 KB 5/208 KB 32/232 KB 228/1710 KB 240/240 KB 184/223 KB 8/208 KB 32/232 KB 228/1710 KB 240/240 KB 188/223 KB 8/208 KB 32/232 KB 228/1710 KB 240/240 KB 180/223 KB 8/208 KB 32/232 KB 224/1710 KB 240/240 KB 180/223 KB 8/208 KB 32/232 KB 232/1710 KB 240/240 KB 192/223 KB 8/208 KB 32/232 KB 236/1710 KB 240/240 KB 192/223 KB 8/208 KB 32/232 KB 240/1710 KB 240/240 KB 192/223 KB 8/208 KB 32/232 KB 228/1710 KB 240/240 KB 192/223 KB 8/208 KB 32/232 KB 240/1710 KB 240/240 KB 192/223 KB 11/208 KB 32/232 KB 240/1710 KB 240/240 KB 192/223 KB 13/208 KB 32/232 KB 240/1710 KB 240/240 KB 196/223 KB 13/208 KB 32/232 KB 240/1710 KB 240/240 KB 200/223 KB 13/208 KB 32/232 KB 240/1710 KB 240/240 KB 204/223 KB 13/208 KB 32/232 KB 240/1710 KB 240/240 KB 208/223 KB 13/208 KB 32/232 KB 240/1710 KB 240/240 KB 212/223 KB 13/208 KB 32/232 KB 244/1710 KB 240/240 KB 212/223 KB 16/208 KB 32/232 KB 240/1710 KB 240/240 KB 212/223 KB 16/208 KB 32/232 KB 248/1710 KB 240/240 KB 212/223 KB 16/208 KB 32/232 KB 252/1710 KB 240/240 KB 212/223 KB 16/208 KB 32/232 KB 252/1710 KB 240/240 KB 212/223 KB 16/208 KB 36/232 KB 252/1710 KB 240/240 KB 212/223 KB 16/208 KB 40/232 KB 252/1710 KB 240/240 KB 212/223 KB 16/208 KB 44/232 KB 252/1710 KB 240/240 KB 212/223 KB 16/208 KB 48/232 KB 252/1710 KB 240/240 KB 212/223 KB 19/208 KB 48/232 KB 256/1710 KB 240/240 KB 212/223 KB 19/208 KB 48/232 KB 256/1710 KB 240/240 KB 216/223 KB 19/208 KB 48/232 KB 256/1710 KB 240/240 KB 220/223 KB 19/208 KB 48/232 KB 256/1710 KB 240/240 KB 223/223 KB 19/208 KB 48/232 KB 256/1710 KB 240/240 KB 223/223 KB 21/208 KB 48/232 KB 260/1710 KB 240/240 KB 223/223 KB 21/208 KB 48/232 KB 264/1710 KB 240/240 KB 223/223 KB 21/208 KB 48/232 KB 268/1710 KB 240/240 KB 223/223 KB 21/208 KB 48/232 KB 272/1710 KB 240/240 KB 223/223 KB 21/208 KB 48/232 KB 272/1710 KB 240/240 KB 223/223 KB 21/208 KB 52/232 KB 272/1710 KB 240/240 KB 223/223 KB 21/208 KB 56/232 KB 272/1710 KB 240/240 KB 223/223 KB 21/208 KB 60/232 KB 272/1710 KB 240/240 KB 223/223 KB 21/208 KB 64/232 KB 276/1710 KB 240/240 KB 223/223 KB 21/208 KB 64/232 KB 280/1710 KB 240/240 KB 223/223 KB 21/208 KB 64/232 KB 284/1710 KB 240/240 KB 223/223 KB 21/208 KB 64/232 KB 288/1710 KB 240/240 KB 223/223 KB 21/208 KB 64/232 KB 288/1710 KB 240/240 KB 223/223 KB 21/208 KB 68/232 KB 288/1710 KB 240/240 KB 223/223 KB 21/208 KB 72/232 KB 288/1710 KB 240/240 KB 223/223 KB 21/208 KB 76/232 KB 288/1710 KB 240/240 KB 223/223 KB 21/208 KB 80/232 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11 unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install /junit-4.11.jar (240 KB at 825.2 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 292/1710 KB 223/223 KB 21/208 KB 80/232 KB 296/1710 KB 223/223 KB 24/208 KB 80/232 KB 300/1710 KB 223/223 KB 24/208 KB 80/232 KB 304/1710 KB 223/223 KB 24/208 KB 80/232 KB 292/1710 KB 223/223 KB 24/208 KB 80/232 KB 304/1710 KB 223/223 KB 27/208 KB 80/232 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar (223 KB at 757.8 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 304/1710 KB 29/208 KB 80/232 KB 304/1710 KB 32/208 KB 80/232 KB 308/1710 KB 32/208 KB 80/232 KB 312/1710 KB 32/208 KB 80/232 KB 316/1710 KB 32/208 KB 80/232 KB 320/1710 KB 32/208 KB 80/232 KB 320/1710 KB 32/208 KB 84/232 KB 320/1710 KB 32/208 KB 88/232 KB 320/1710 KB 32/208 KB 92/232 KB 320/1710 KB 32/208 KB 96/232 KB 320/1710 KB 36/208 KB 96/232 KB 324/1710 KB 40/208 KB 96/232 KB 324/1710 KB 44/208 KB 96/232 KB 324/1710 KB 48/208 KB 96/232 KB 324/1710 KB 36/208 KB 96/232 KB 328/1710 KB 48/208 KB 96/232 KB 332/1710 KB 4/18 KB 48/208 KB 96/232 KB 336/1710 KB 4/18 KB 48/208 KB 96/232 KB 328/1710 KB 4/18 KB 48/208 KB 96/232 KB 336/1710 KB 8/18 KB 48/208 KB 96/232 KB 336/1710 KB 12/18 KB 48/208 KB 96/232 KB 336/1710 KB 16/18 KB 48/208 KB 96/232 KB 336/1710 KB 18/18 KB 48/208 KB 96/232 KB 336/1710 KB 18/18 KB 52/208 KB 96/232 KB 336/1710 KB 18/18 KB 56/208 KB 96/232 KB 336/1710 KB 18/18 KB 60/208 KB 96/232 KB 336/1710 KB 18/18 KB 64/208 KB 96/232 KB 336/1710 KB 18/18 KB 64/208 KB 100/232 KB 336/1710 KB 18/18 KB 64/208 KB 104/232 KB 340/1710 KB 18/18 KB 64/208 KB 108/232 KB 340/1710 KB 18/18 KB 64/208 KB 112/232 KB 340/1710 KB 18/18 KB 64/208 KB 104/232 KB 344/1710 KB 18/18 KB 64/208 KB 112/232 KB 348/1710 KB 18/18 KB 64/208 KB 112/232 KB 352/1710 KB 18/18 KB 64/208 KB 112/232 KB 356/1710 KB 18/18 KB 64/208 KB 112/232 KB 360/1710 KB 18/18 KB 64/208 KB 112/232 KB 364/1710 KB 18/18 KB 64/208 KB 112/232 KB 368/1710 KB 18/18 KB 64/208 KB 112/232 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar (18 KB at 57.4 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 368/1710 KB 64/208 KB 116/232 KB 368/1710 KB 64/208 KB 120/232 KB 368/1710 KB 64/208 KB 124/232 KB 368/1710 KB 64/208 KB 128/232 KB Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 368/1710 KB 4/38 KB 64/208 KB 128/232 KB 368/1710 KB 8/38 KB 64/208 KB 128/232 KB 368/1710 KB 12/38 KB 64/208 KB 128/232 KB 368/1710 KB 16/38 KB 64/208 KB 128/232 KB 368/1710 KB 16/38 KB 68/208 KB 128/232 KB 368/1710 KB 16/38 KB 72/208 KB 128/232 KB 368/1710 KB 16/38 KB 76/208 KB 128/232 KB 368/1710 KB 16/38 KB 80/208 KB 128/232 KB 372/1710 KB 16/38 KB 80/208 KB 128/232 KB 376/1710 KB 16/38 KB 80/208 KB 128/232 KB 380/1710 KB 16/38 KB 80/208 KB 128/232 KB 384/1710 KB 16/38 KB 80/208 KB 128/232 KB 384/1710 KB 16/38 KB 80/208 KB 132/232 KB 384/1710 KB 20/38 KB 84/208 KB 136/232 KB 384/1710 KB 20/38 KB 84/208 KB 132/232 KB 384/1710 KB 24/38 KB 84/208 KB 136/232 KB 384/1710 KB 28/38 KB 84/208 KB 136/232 KB 384/1710 KB 32/38 KB 84/208 KB 136/232 KB 384/1710 KB 16/38 KB 84/208 KB 132/232 KB 384/1710 KB 32/38 KB 88/208 KB 136/232 KB 384/1710 KB 32/38 KB 92/208 KB 136/232 KB 384/1710 KB 36/38 KB 92/208 KB 140/232 KB 384/1710 KB 36/38 KB 92/208 KB 144/232 KB 384/1710 KB 36/38 KB 92/208 KB 136/232 KB 384/1710 KB 38/38 KB 96/208 KB 144/232 KB 384/1710 KB 36/38 KB 96/208 KB 144/232 KB 384/1710 KB 38/38 KB 100/208 KB 144/232 KB 388/1710 KB 38/38 KB 104/208 KB 148/232 KB 388/1710 KB 38/38 KB 108/208 KB 148/232 KB 388/1710 KB 38/38 KB 112/208 KB 148/232 KB 388/1710 KB 38/38 KB 100/208 KB 148/232 KB 388/1710 KB 38/38 KB 112/208 KB 152/232 KB 388/1710 KB 38/38 KB 112/208 KB 156/232 KB 388/1710 KB 38/38 KB 112/208 KB 160/232 KB 388/1710 KB 38/38 KB 100/208 KB 144/232 KB 392/1710 KB 38/38 KB 112/208 KB 160/232 KB 396/1710 KB 4/531 KB 38/38 KB 116/208 KB 160/232 KB 400/1710 KB 4/531 KB 38/38 KB 116/208 KB 160/232 KB 404/1710 KB 4/531 KB 38/38 KB 116/208 KB 160/232 KB 392/1710 KB 4/531 KB 38/38 KB 112/208 KB 160/232 KB 404/1710 KB 8/531 KB 38/38 KB 116/208 KB 160/232 KB 404/1710 KB 12/531 KB 38/38 KB 116/208 KB 160/232 KB 404/1710 KB 16/531 KB 38/38 KB 116/208 KB 160/232 KB 392/1710 KB 4/531 KB 38/38 KB 116/208 KB 160/232 KB 404/1710 KB 16/531 KB 38/38 KB 120/208 KB 160/232 KB 404/1710 KB 16/531 KB 38/38 KB 124/208 KB 160/232 KB 404/1710 KB 16/531 KB 38/38 KB 128/208 KB 160/232 KB 408/1710 KB 16/531 KB 38/38 KB 128/208 KB 160/232 KB 412/1710 KB 16/531 KB 38/38 KB 128/208 KB 160/232 KB 416/1710 KB 16/531 KB 38/38 KB 128/208 KB 160/232 KB 416/1710 KB 20/531 KB 38/38 KB 128/208 KB 160/232 KB 416/1710 KB 24/531 KB 38/38 KB 128/208 KB 160/232 KB 416/1710 KB 28/531 KB 38/38 KB 128/208 KB 160/232 KB 416/1710 KB 32/531 KB 38/38 KB 128/208 KB 164/232 KB 416/1710 KB 28/531 KB 38/38 KB 128/208 KB 164/232 KB 416/1710 KB 32/531 KB 38/38 KB 128/208 KB 168/232 KB 416/1710 KB 32/531 KB 38/38 KB 128/208 KB 172/232 KB 416/1710 KB 32/531 KB 38/38 KB 128/208 KB 176/232 KB 416/1710 KB 32/531 KB 38/38 KB 132/208 KB 176/232 KB 416/1710 KB 32/531 KB 38/38 KB 136/208 KB 176/232 KB 416/1710 KB 32/531 KB 38/38 KB 140/208 KB 176/232 KB 420/1710 KB 32/531 KB 38/38 KB 144/208 KB 176/232 KB 420/1710 KB 32/531 KB 38/38 KB 140/208 KB 176/232 KB 424/1710 KB 32/531 KB 38/38 KB 144/208 KB 176/232 KB 428/1710 KB 32/531 KB 38/38 KB 144/208 KB 176/232 KB 432/1710 KB 32/531 KB 38/38 KB 144/208 KB 176/232 KB 432/1710 KB 36/531 KB 38/38 KB 144/208 KB 176/232 KB 432/1710 KB 40/531 KB 38/38 KB 144/208 KB 176/232 KB 436/1710 KB 44/531 KB 38/38 KB 144/208 KB 176/232 KB 432/1710 KB 44/531 KB 38/38 KB 144/208 KB 176/232 KB 440/1710 KB 48/531 KB 38/38 KB 144/208 KB 176/232 KB 440/1710 KB 48/5 unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Selecting previously unselected package libquadmath0:amd64. unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 31 KB 38/38 KB 148/208 KB 176/232 KB 440/1710 KB 48/531 KB 38/38 KB 152/208 KB 176/232 KB 440/1710 KB 48/531 KB 38/38 KB 156/208 KB 180/232 KB 440/1710 KB 48/531 KB 38/38 KB 160/208 KB 180/232 KB 440/1710 KB 48/531 KB 38/38 KB 152/208 KB 180/232 KB 440/1710 KB 48/531 KB 38/38 KB 160/208 KB 184/232 KB 440/1710 KB 48/531 KB 38/38 KB 160/208 KB 188/232 KB 440/1710 KB 48/531 KB 38/38 KB 160/208 KB 192/232 KB 440/1710 KB 44/531 KB 38/38 KB 160/208 KB 192/232 KB 444/1710 KB 48/531 KB 38/38 KB 160/208 KB 192/232 KB 448/1710 KB 48/531 KB 38/38 KB 160/208 KB 192/232 KB 448/1710 KB 52/531 KB 38/38 KB 160/208 KB 192/232 KB 452/1710 KB 56/531 KB 38/38 KB 164/208 KB 192/232 KB 452/1710 KB 60/531 KB 38/38 KB 164/208 KB 192/232 KB 452/1710 KB 64/531 KB 38/38 KB 164/208 KB 192/232 KB 452/1710 KB 52/531 KB 38/38 KB 164/208 KB 192/232 KB 456/1710 KB 64/531 KB 38/38 KB 164/208 KB 192/232 KB 460/1710 KB 64/531 KB 38/38 KB 164/208 KB 192/232 KB 448/1710 KB 52/531 KB 38/38 KB 164/208 KB 192/232 KB 460/1710 KB 64/531 KB 38/38 KB 168/208 KB 192/232 KB 460/1710 KB 64/531 KB 38/38 KB 172/208 KB 192/232 KB 460/1710 KB 64/531 KB 176/208 KB 196/232 KB 460/1710 KB 64/531 KB 172/208 KB 196/232 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar (38 KB at 110.8 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 460/1710 KB 64/531 KB 176/208 KB 200/232 KB 460/1710 KB 64/531 KB 176/208 KB 204/232 KB 460/1710 KB 64/531 KB 176/208 KB 208/232 KB 460/1710 KB 68/531 KB 176/208 KB 208/232 KB 464/1710 KB 72/531 KB 180/208 KB 208/232 KB 464/1710 KB 76/531 KB 180/208 KB 208/232 KB 464/1710 KB 80/531 KB 180/208 KB 208/232 KB 464/1710 KB 68/531 KB 180/208 KB 208/232 KB 464/1710 KB 68/531 KB 176/208 KB 208/232 KB 468/1710 KB 80/531 KB 180/208 KB 208/232 KB 472/1710 KB 80/531 KB 184/208 KB 208/232 KB 476/1710 KB 80/531 KB 184/208 KB 208/232 KB 480/1710 KB 80/531 KB 184/208 KB 208/232 KB 468/1710 KB 80/531 KB 184/208 KB 208/232 KB 480/1710 KB 80/531 KB 188/208 KB 208/232 KB 480/1710 KB 80/531 KB 192/208 KB 208/232 KB 480/1710 KB 80/531 KB 196/208 KB 212/232 KB 484/1710 KB 84/531 KB 200/208 KB 212/232 KB 480/1710 KB 80/531 KB 192/208 KB 212/232 KB 484/1710 KB 84/531 KB 204/208 KB 216/232 KB 484/1710 KB 84/531 KB 204/208 KB 220/232 KB 484/1710 KB 84/531 KB 204/208 KB 224/232 KB 484/1710 KB 84/531 KB 204/208 KB 224/232 KB 484/1710 KB 84/531 KB 208/208 KB 224/232 KB 484/1710 KB 84/531 KB 196/208 KB 212/232 KB 480/1710 KB 84/531 KB 196/208 KB 212/232 KB 484/1710 KB 88/531 KB 208/208 KB 224/232 KB 484/1710 KB 92/531 KB 208/208 KB 224/232 KB 484/1710 KB 96/531 KB 208/208 KB 224/232 KB 484/1710 KB 96/531 KB 208/208 KB 228/232 KB 484/1710 KB 96/531 KB 208/208 KB 232/232 KB 484/1710 KB 96/531 KB 208/208 KB 232/232 KB 488/1710 KB 96/531 KB 208/208 KB 232/232 KB 492/1710 KB 96/531 KB 208/208 KB 232/232 KB 496/1710 KB 96/531 KB 208/208 KB 232/232 KB 500/1710 KB 96/531 KB 208/208 KB 232/232 KB 504/1710 KB 100/531 KB 208/208 KB 232/232 KB 508/1710 KB 100/531 KB 208/208 KB 232/232 KB 512/1710 KB 100/531 KB 208/208 KB 232/232 KB 500/1710 KB 100/531 KB 208/208 KB 232/232 KB 512/1710 KB 104/531 KB 208/208 KB 232/232 KB 512/1710 KB 108/531 KB 208/208 KB 232/232 KB 512/1710 KB 112/531 KB 208/208 KB 232/232 KB 512/1710 KB 116/531 KB 208/208 KB 232/232 KB 516/1710 KB 120/531 KB 208/208 KB 232/232 KB 516/1710 KB 124/531 KB 208/208 KB 232/232 KB 516/1710 KB 128/531 KB 208/208 KB 232/232 KB 516/1710 KB 116/531 KB 208/208 KB 232/232 KB 520/1710 KB 128/531 KB 208/208 KB 232/232 KB 524/1710 KB 128/531 KB 208/208 KB 232/232 KB 528/1710 KB 128/531 KB 208/208 KB 232/232 KB 528/1710 KB 132/531 KB 208/208 KB 232/232 KB 532/1710 KB 136/531 KB 208/208 KB 232/232 KB 532/1710 KB 140/531 KB 208/208 KB 232/232 KB 532/1710 KB 144/531 KB 208/208 KB 232/232 KB 532/1710 KB 132/531 KB 208/208 KB 232/232 KB 536/1710 KB 144/531 KB 208/208 KB 232/232 KB 540/1710 KB 144/531 KB 208/208 KB 232/232 KB 544/1710 KB 144/531 KB 208/208 KB 232/232 KB 544/1710 KB 148/531 KB 208/208 KB 232/232 KB 544/1710 KB 152/531 KB 208/208 KB 232/232 KB 544/1710 KB 156/531 KB 208/208 KB 232/232 KB 544/1710 KB 160/531 KB 208/208 KB 232/232 KB 544/1710 KB 164/531 KB 208/208 KB 232/232 KB 544/1710 KB 168/531 KB 208/208 KB 232/232 KB 544/1710 KB 172/531 KB 208/208 KB 232/232 KB 544/1710 KB 176/531 KB 208/208 KB 232/232 KB 544/1710 KB 180/531 KB 208/208 KB 232/232 KB 544/1710 KB 184/531 KB 208/208 KB 232/232 KB 544/1710 KB 188/531 KB 208/208 KB 232/232 KB 544/1710 KB 192/531 KB 208/208 KB 232/232 KB 544/1710 KB 196/531 KB 208/208 KB 232/232 KB 544/1710 KB 200/531 KB 208/208 KB 232/232 KB 544/1710 KB 204/531 KB 208/208 KB 232/232 KB 544/1710 KB 208/531 KB 208/208 KB 232/232 KB 544/1710 KB 212/531 KB 208/208 KB 232/232 KB 544/1710 KB 216/531 KB 2 unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 08/208 KB 232/232 KB 544/1710 KB 220/531 KB 208/208 KB 232/232 KB 544/1710 KB 224/531 KB 208/208 KB 232/232 KB 544/1710 KB 228/531 KB 208/208 KB 232/232 KB 544/1710 KB 232/531 KB 208/208 KB 232/232 KB 544/1710 KB 236/531 KB 208/208 KB 232/232 KB 544/1710 KB 240/531 KB 208/208 KB 232/232 KB 544/1710 KB 244/531 KB 208/208 KB 232/232 KB 544/1710 KB 248/531 KB 208/208 KB 232/232 KB 544/1710 KB 252/531 KB 208/208 KB 232/232 KB 544/1710 KB 256/531 KB 208/208 KB 232/232 KB 544/1710 KB 256/531 KB 4/214 KB 208/208 KB 232/232 KB 544/1710 KB 256/531 KB 8/214 KB 208/208 KB 232/232 KB 544/1710 KB 256/531 KB 12/214 KB 208/208 KB 232/232 KB 544/1710 KB 256/531 KB 16/214 KB 208/208 KB 232/232 KB 544/1710 KB 260/531 KB 16/214 KB 208/208 KB 232/232 KB 544/1710 KB 264/531 KB 16/214 KB 208/208 KB 232/232 KB 544/1710 KB 268/531 KB 16/214 KB 208/208 KB 232/232 KB 548/1710 KB 272/531 KB 16/214 KB 208/208 KB 232/232 KB 552/1710 KB 272/531 KB 16/214 KB 208/208 KB 232/232 KB 556/1710 KB 272/531 KB 16/214 KB 208/208 KB 232/232 KB 560/1710 KB 272/531 KB 16/214 KB 208/208 KB 232/232 KB 560/1710 KB 272/531 KB 16/214 KB 208/208 KB 232/232 KB 560/1710 KB 276/531 KB 16/214 KB 208/208 KB 232/232 KB 560/1710 KB 280/531 KB 16/214 KB 208/208 KB 232/232 KB 560/1710 KB 284/531 KB 16/214 KB 208/208 KB 232/232 KB 560/1710 KB 288/531 KB 16/214 KB 208/208 KB 232/232 KB 560/1710 KB 288/531 KB 20/214 KB 208/208 KB 232/232 KB 560/1710 KB 288/531 KB 24/214 KB 208/208 KB 232/232 KB 560/1710 KB 288/531 KB 28/214 KB 208/208 KB 232/232 KB 560/1710 KB 288/531 KB 32/214 KB 208/208 KB 232/232 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar (232 KB at 623.3 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 564/1710 KB 288/531 KB 32/214 KB 208/208 KB 568/1710 KB 288/531 KB 32/214 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar (208 KB at 558.0 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 572/1710 KB 288/531 KB 36/214 KB 576/1710 KB 288/531 KB 36/214 KB 580/1710 KB 288/531 KB 36/214 KB 568/1710 KB 288/531 KB 36/214 KB 580/1710 KB 288/531 KB 40/214 KB 580/1710 KB 288/531 KB 44/214 KB 580/1710 KB 288/531 KB 48/214 KB 584/1710 KB 288/531 KB 48/214 KB 588/1710 KB 288/531 KB 48/214 KB 592/1710 KB 288/531 KB 48/214 KB 592/1710 KB 288/531 KB 52/214 KB 592/1710 KB 288/531 KB 56/214 KB 592/1710 KB 288/531 KB 60/214 KB 596/1710 KB 288/531 KB 64/214 KB 596/1710 KB 288/531 KB 60/214 KB 600/1710 KB 288/531 KB 64/214 KB 604/1710 KB 288/531 KB 64/214 KB 608/1710 KB 288/531 KB 64/214 KB 608/1710 KB 288/531 KB 68/214 KB 608/1710 KB 288/531 KB 72/214 KB 608/1710 KB 288/531 KB 76/214 KB 608/1710 KB 288/531 KB 80/214 KB 608/1710 KB 292/531 KB 80/214 KB 608/1710 KB 296/531 KB 80/214 KB 608/1710 KB 300/531 KB 80/214 KB 608/1710 KB 304/531 KB 80/214 KB 608/1710 KB 308/531 KB 80/214 KB 608/1710 KB 312/531 KB 80/214 KB 608/1710 KB 316/531 KB 80/214 KB 608/1710 KB 320/531 KB 80/214 KB 608/1710 KB 324/531 KB 80/214 KB 612/1710 KB 328/531 KB 80/214 KB 616/1710 KB 328/531 KB 80/214 KB 620/1710 KB 328/531 KB 80/214 KB 624/1710 KB 328/531 KB 80/214 KB 624/1710 KB 328/531 KB 80/214 KB 624/1710 KB 332/531 KB 80/214 KB 624/1710 KB 336/531 KB 80/214 KB 624/1710 KB 340/531 KB 80/214 KB 624/1710 KB 344/531 KB 80/214 KB 624/1710 KB 348/531 KB 80/214 KB 624/1710 KB 352/531 KB 80/214 KB 624/1710 KB 356/531 KB 80/214 KB 624/1710 KB 360/531 KB 80/214 KB 624/1710 KB 364/531 KB 80/214 KB 624/1710 KB 368/531 KB 80/214 KB 624/1710 KB 368/531 KB 84/214 KB 624/1710 KB 368/531 KB 88/214 KB 624/1710 KB 368/531 KB 92/214 KB 624/1710 KB 368/531 KB 96/214 KB 624/1710 KB 372/531 KB 96/214 KB 624/1710 KB 376/531 KB 96/214 KB 628/1710 KB 376/531 KB 100/214 KB 628/1710 KB 376/531 KB 104/214 KB 628/1710 KB 376/531 KB 108/214 KB 628/1710 KB 376/531 KB 112/214 KB 628/1710 KB 376/531 KB 96/214 KB 632/1710 KB 376/531 KB 112/214 KB 636/1710 KB 376/531 KB 112/214 KB 640/1710 KB 376/531 KB 112/214 KB 644/1710 KB 376/531 KB 112/214 KB 648/1710 KB 376/531 KB 116/214 KB 652/1710 KB 376/531 KB 116/214 KB 656/1710 KB 376/531 KB 116/214 KB 644/1710 KB 376/531 KB 116/214 KB 656/1710 KB 376/531 KB 120/214 KB 656/1710 KB 376/531 KB 124/214 KB 656/1710 KB 376/531 KB 128/214 KB 656/1710 KB 380/531 KB 128/214 KB 656/1710 KB 384/531 KB 128/214 KB 656/1710 KB 388/531 KB 128/214 KB 656/1710 KB 392/531 KB 128/214 KB 656/1710 KB 396/531 KB 128/214 KB 656/1710 KB 400/531 KB 128/214 KB 656/1710 KB 404/531 KB 128/214 KB 656/1710 KB 408/531 KB 128/214 KB 656/1710 KB 412/531 KB 128/214 KB 656/1710 KB 416/531 KB 128/214 KB 660/1710 KB 416/531 KB 128/214 KB 664/1710 KB 416/531 KB 128/214 KB 668/1710 KB 416/531 KB 128/214 KB 672/1710 KB 416/531 KB 128/214 KB 672/1710 KB 420/531 KB 128/214 KB 672/1710 KB 424/531 KB 128/214 KB 672/1710 KB 428/531 KB 128/214 KB 672/1710 KB 432/531 KB 128/214 KB 672/1710 KB 436/531 KB 128/214 KB 672/1710 KB 440/531 KB 128/214 KB 672/1710 KB 444/531 KB 128/214 KB 672/1710 KB 448/531 KB 128/214 KB 672/1710 KB 448/531 KB 132/214 KB 672/1710 KB 448/531 KB 136/214 KB 672/1710 KB 448/531 KB 140/214 KB 672/1710 KB 448/531 KB 144/214 KB 672/1710 KB 452/531 KB 144/214 KB 672/1710 KB 456/531 KB 144/214 KB 672/1710 KB 460/531 KB 144/214 KB 672/1710 KB 464/531 KB 144/214 KB 672/1710 KB 468/531 KB 144/214 KB 672/1710 KB 472/531 KB 144/214 KB 672/1710 KB 476/531 KB 144/214 KB 672/1710 unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Selecting previously unselected package libtsan0:amd64. unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install KB 480/531 KB 144/214 KB 676/1710 KB 480/531 KB 144/214 KB 680/1710 KB 480/531 KB 148/214 KB 684/1710 KB 480/531 KB 148/214 KB 688/1710 KB 480/531 KB 148/214 KB 676/1710 KB 480/531 KB 148/214 KB 688/1710 KB 480/531 KB 152/214 KB 688/1710 KB 480/531 KB 156/214 KB 688/1710 KB 480/531 KB 160/214 KB 688/1710 KB 480/531 KB 4/1267 KB 160/214 KB 692/1710 KB 480/531 KB 8/1267 KB 164/214 KB 4/109 KB 692/1710 KB 480/531 KB 12/1267 KB 164/214 KB 4/109 KB 692/1710 KB 480/531 KB 16/1267 KB 164/214 KB 4/109 KB 692/1710 KB 480/531 KB 4/1267 KB 164/214 KB 4/109 KB 696/1710 KB 480/531 KB 16/1267 KB 164/214 KB 4/109 KB 700/1710 KB 480/531 KB 16/1267 KB 164/214 KB 4/109 KB 704/1710 KB 480/531 KB 16/1267 KB 164/214 KB 4/109 KB 688/1710 KB 480/531 KB 4/1267 KB 164/214 KB 4/109 KB 704/1710 KB 480/531 KB 16/1267 KB 168/214 KB 4/109 KB 704/1710 KB 480/531 KB 16/1267 KB 172/214 KB 4/109 KB 704/1710 KB 480/531 KB 16/1267 KB 176/214 KB 4/109 KB 688/1710 KB 480/531 KB 4/1267 KB 160/214 KB 4/109 KB 704/1710 KB 480/531 KB 16/1267 KB 176/214 KB 8/109 KB 704/1710 KB 480/531 KB 16/1267 KB 176/214 KB 12/109 KB 704/1710 KB 480/531 KB 16/1267 KB 176/214 KB 16/109 KB 704/1710 KB 484/531 KB 16/1267 KB 176/214 KB 16/109 KB 704/1710 KB 488/531 KB 16/1267 KB 176/214 KB 16/109 KB 704/1710 KB 488/531 KB 20/1267 KB 176/214 KB 16/109 KB 704/1710 KB 488/531 KB 24/1267 KB 176/214 KB 16/109 KB 704/1710 KB 488/531 KB 28/1267 KB 176/214 KB 16/109 KB 704/1710 KB 488/531 KB 32/1267 KB 176/214 KB 16/109 KB 704/1710 KB 492/531 KB 32/1267 KB 176/214 KB 16/109 KB 704/1710 KB 496/531 KB 32/1267 KB 176/214 KB 16/109 KB 708/1710 KB 496/531 KB 32/1267 KB 176/214 KB 16/109 KB 712/1710 KB 496/531 KB 32/1267 KB 176/214 KB 20/109 KB 716/1710 KB 496/531 KB 32/1267 KB 180/214 KB 20/109 KB 720/1710 KB 496/531 KB 32/1267 KB 180/214 KB 20/109 KB 708/1710 KB 496/531 KB 32/1267 KB 176/214 KB 20/109 KB 720/1710 KB 496/531 KB 32/1267 KB 180/214 KB 24/109 KB 720/1710 KB 496/531 KB 32/1267 KB 180/214 KB 28/109 KB 720/1710 KB 496/531 KB 32/1267 KB 180/214 KB 32/109 KB 720/1710 KB 496/531 KB 36/1267 KB 180/214 KB 32/109 KB 712/1710 KB 496/531 KB 32/1267 KB 180/214 KB 20/109 KB 720/1710 KB 496/531 KB 36/1267 KB 184/214 KB 32/109 KB 720/1710 KB 496/531 KB 36/1267 KB 188/214 KB 32/109 KB 720/1710 KB 496/531 KB 36/1267 KB 192/214 KB 32/109 KB 720/1710 KB 496/531 KB 40/1267 KB 192/214 KB 32/109 KB 720/1710 KB 496/531 KB 44/1267 KB 192/214 KB 32/109 KB 720/1710 KB 496/531 KB 48/1267 KB 192/214 KB 32/109 KB 720/1710 KB 496/531 KB 48/1267 KB 196/214 KB 32/109 KB 724/1710 KB 496/531 KB 48/1267 KB 200/214 KB 32/109 KB 724/1710 KB 496/531 KB 48/1267 KB 204/214 KB 32/109 KB 724/1710 KB 496/531 KB 48/1267 KB 208/214 KB 32/109 KB 724/1710 KB 496/531 KB 48/1267 KB 196/214 KB 32/109 KB 728/1710 KB 496/531 KB 48/1267 KB 208/214 KB 32/109 KB 728/1710 KB 496/531 KB 52/1267 KB 208/214 KB 32/109 KB 732/1710 KB 496/531 KB 56/1267 KB 212/214 KB 32/109 KB 732/1710 KB 496/531 KB 60/1267 KB 212/214 KB 32/109 KB 732/1710 KB 496/531 KB 62/1267 KB 212/214 KB 32/109 KB 732/1710 KB 496/531 KB 52/1267 KB 212/214 KB 32/109 KB 732/1710 KB 496/531 KB 62/1267 KB 214/214 KB 36/109 KB 732/1710 KB 496/531 KB 52/1267 KB 208/214 KB 32/109 KB 732/1710 KB 496/531 KB 62/1267 KB 212/214 KB 36/109 KB 732/1710 KB 496/531 KB 62/1267 KB 214/214 KB 40/109 KB 732/1710 KB 496/531 KB 62/1267 KB 214/214 KB 44/109 KB 732/1710 KB 496/531 KB 62/1267 KB 214/214 KB 48/109 KB 736 unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install /1710 KB 496/531 KB 62/1267 KB 214/214 KB 48/109 KB 736/1710 KB 500/531 KB 62/1267 KB 214/214 KB 48/109 KB 736/1710 KB 504/531 KB 62/1267 KB 214/214 KB 48/109 KB 736/1710 KB 508/531 KB 62/1267 KB 214/214 KB 48/109 KB 740/1710 KB 508/531 KB 62/1267 KB 214/214 KB 48/109 KB 744/1710 KB 508/531 KB 62/1267 KB 214/214 KB 48/109 KB 748/1710 KB 508/531 KB 62/1267 KB 214/214 KB 48/109 KB 752/1710 KB 508/531 KB 62/1267 KB 214/214 KB 48/109 KB 752/1710 KB 508/531 KB 66/1267 KB 214/214 KB 48/109 KB 752/1710 KB 508/531 KB 70/1267 KB 214/214 KB 48/109 KB 752/1710 KB 508/531 KB 74/1267 KB 214/214 KB 48/109 KB 752/1710 KB 508/531 KB 78/1267 KB 214/214 KB 48/109 KB 752/1710 KB 512/531 KB 78/1267 KB 214/214 KB 48/109 KB 752/1710 KB 516/531 KB 78/1267 KB 214/214 KB 48/109 KB 752/1710 KB 520/531 KB 78/1267 KB 214/214 KB 48/109 KB 752/1710 KB 524/531 KB 78/1267 KB 214/214 KB 48/109 KB 752/1710 KB 528/531 KB 78/1267 KB 214/214 KB 48/109 KB 752/1710 KB 531/531 KB 78/1267 KB 214/214 KB 48/109 KB 756/1710 KB 531/531 KB 78/1267 KB 214/214 KB 48/109 KB 760/1710 KB 531/531 KB 78/1267 KB 214/214 KB 48/109 KB 764/1710 KB 531/531 KB 78/1267 KB 214/214 KB 48/109 KB 768/1710 KB 531/531 KB 78/1267 KB 214/214 KB 48/109 KB 768/1710 KB 531/531 KB 78/1267 KB 214/214 KB 52/109 KB 768/1710 KB 531/531 KB 78/1267 KB 214/214 KB 56/109 KB 768/1710 KB 531/531 KB 78/1267 KB 214/214 KB 60/109 KB 768/1710 KB 531/531 KB 78/1267 KB 214/214 KB 64/109 KB 768/1710 KB 531/531 KB 82/1267 KB 214/214 KB 64/109 KB 768/1710 KB 531/531 KB 86/1267 KB 214/214 KB 64/109 KB 768/1710 KB 531/531 KB 90/1267 KB 214/214 KB 64/109 KB 768/1710 KB 531/531 KB 94/1267 KB 214/214 KB 64/109 KB 772/1710 KB 531/531 KB 94/1267 KB 214/214 KB 64/109 KB 776/1710 KB 531/531 KB 94/1267 KB 214/214 KB 64/109 KB 780/1710 KB 531/531 KB 94/1267 KB 214/214 KB 64/109 KB 784/1710 KB 531/531 KB 94/1267 KB 214/214 KB 64/109 KB 784/1710 KB 531/531 KB 98/1267 KB 214/214 KB 64/109 KB 784/1710 KB 531/531 KB 102/1267 KB 214/214 KB 64/109 KB 784/1710 KB 531/531 KB 106/1267 KB 214/214 KB 64/109 KB 784/1710 KB 531/531 KB 110/1267 KB 214/214 KB 64/109 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar (531 KB at 1250.7 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 788/1710 KB 110/1267 KB 214/214 KB 68/109 KB 784/1710 KB 110/1267 KB 214/214 KB 68/109 KB 788/1710 KB 110/1267 KB 214/214 KB 72/109 KB 788/1710 KB 110/1267 KB 214/214 KB 76/109 KB 788/1710 KB 110/1267 KB 214/214 KB 80/109 KB 792/1710 KB 110/1267 KB 214/214 KB 80/109 KB 796/1710 KB 114/1267 KB 214/214 KB 80/109 KB 796/1710 KB 114/1267 KB 214/214 KB 80/109 KB 800/1710 KB 114/1267 KB 214/214 KB 80/109 KB 800/1710 KB 118/1267 KB 214/214 KB 80/109 KB 800/1710 KB 122/1267 KB 214/214 KB 80/109 KB 800/1710 KB 126/1267 KB 214/214 KB 80/109 KB 804/1710 KB 126/1267 KB 214/214 KB 80/109 KB 808/1710 KB 130/1267 KB 214/214 KB 84/109 KB 812/1710 KB 130/1267 KB 214/214 KB 84/109 KB 816/1710 KB 130/1267 KB 214/214 KB 84/109 KB 804/1710 KB 130/1267 KB 214/214 KB 84/109 KB 804/1710 KB 126/1267 KB 214/214 KB 84/109 KB 816/1710 KB 130/1267 KB 214/214 KB 88/109 KB 816/1710 KB 130/1267 KB 214/214 KB 92/109 KB 816/1710 KB 130/1267 KB 214/214 KB 96/109 KB 816/1710 KB 134/1267 KB 214/214 KB 96/109 KB 816/1710 KB 138/1267 KB 214/214 KB 96/109 KB 816/1710 KB 142/1267 KB 214/214 KB 96/109 KB 816/1710 KB 142/1267 KB 214/214 KB 100/109 KB 816/1710 KB 142/1267 KB 214/214 KB 104/109 KB 816/1710 KB 142/1267 KB 214/214 KB 108/109 KB 816/1710 KB 142/1267 KB 214/214 KB 109/109 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar (214 KB at 493.9 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 820/1710 KB 142/1267 KB 109/109 KB 824/1710 KB 142/1267 KB 109/109 KB 828/1710 KB 142/1267 KB 109/109 KB 832/1710 KB 142/1267 KB 109/109 KB 836/1710 KB 142/1267 KB 109/109 KB 840/1710 KB 146/1267 KB 109/109 KB 844/1710 KB 146/1267 KB 109/109 KB 848/1710 KB 146/1267 KB 109/109 KB 836/1710 KB 146/1267 KB 109/109 KB 848/1710 KB 150/1267 KB 109/109 KB 848/1710 KB 154/1267 KB 109/109 KB 848/1710 KB 158/1267 KB 109/109 KB 848/1710 KB 162/1267 KB 109/109 KB 852/1710 KB 166/1267 KB 4/80 KB 109/109 KB 852/1710 KB 170/1267 KB 4/80 KB 109/109 KB 852/1710 KB 174/1267 KB 4/80 KB 109/109 KB 852/1710 KB 162/1267 KB 4/80 KB 109/109 KB 848/1710 KB 162/1267 KB 4/80 KB 109/109 KB 852/1710 KB 174/1267 KB 8/80 KB 109/109 KB 852/1710 KB 174/1267 KB 12/80 KB 109/109 KB 852/1710 KB 174/1267 KB 16/80 KB 109/109 KB 852/1710 KB 178/1267 KB 16/80 KB 109/109 KB 856/1710 KB 182/1267 KB 20/80 KB 109/109 KB 856/1710 KB 186/1267 KB 20/80 KB 109/109 KB 856/1710 KB 190/1267 KB 20/80 KB 109/109 KB 856/1710 KB 178/1267 KB 20/80 KB 109/109 KB 856/1710 KB 178/1267 KB 16/80 KB 109/109 KB 860/1710 KB 190/1267 KB 20/80 KB 109/109 KB 864/1710 KB 190/1267 KB 20/80 KB 109/109 KB 868/1710 KB 190/1267 KB 20/80 KB 109/109 KB 868/1710 KB 190/1267 KB 24/80 KB 109/109 KB 868/1710 KB 190/1267 KB 28/80 KB 109/109 KB 868/1710 KB 190/1267 KB 32/80 KB 109/109 KB 872/1710 KB 190/1267 KB 32/80 KB 109/109 KB 876/1710 KB 190/1267 KB 32/80 KB 109/109 KB 880/1710 KB 190/1267 KB 32/80 KB 109/109 KB 880/1710 KB 194/1267 KB 32/80 KB 109/109 KB 884/1710 KB 198/1267 KB 36/80 KB 109/109 KB 884/1710 KB 202/1267 KB 36/80 KB 109/109 KB 884/1710 KB 206/1267 KB 36/80 KB 109/109 KB 884/1710 KB 194/1267 KB 36/80 KB 109/109 KB 880/1710 KB 194/1267 KB 36/80 KB 109/109 KB 884/1710 KB 206/1267 KB 40/80 KB 109/109 KB 884/1710 KB 206/1267 KB 44/80 KB 109/109 KB 884/1710 KB 206/1267 KB 48/80 KB 109/109 KB 888/1710 KB 210/1267 KB 48/80 KB 109/109 KB 888/1710 KB 214/1267 KB 52/80 KB 109/109 KB 888/1710 KB 218/1267 KB 52/80 KB 109/109 KB 888/1710 KB 222/1267 KB 52/80 KB 109/109 KB 888/1710 KB 206/1267 KB 48/80 KB 109/109 KB 892/1710 KB 222/1267 KB 52/80 KB 109/109 KB 896/1710 KB 222/1267 KB 52/80 KB 109/109 KB 900/1710 KB 222/1267 KB 52/80 KB 109/109 KB 904/1710 KB 222/1267 KB 52/80 KB 109/109 KB 908/1710 KB 222/1267 KB 52/80 KB 109/109 KB 912/1710 KB 222/1267 KB 52/80 KB 109/109 KB 888/1710 KB 210/1267 KB 52/80 KB 109/109 KB 912/1710 KB 222/1267 KB 56/80 KB 109/109 KB 912/1710 KB 222/1267 KB 60/80 KB 109/109 KB 912/1710 KB 222/1267 KB 64/80 KB 109/109 KB 912/1710 KB 226/1267 KB 64/80 KB 109/109 KB 912/1710 KB 226/1267 KB 68/80 KB 109/109 KB 912/1710 KB 230/1267 KB 68/80 KB 109/109 KB 912/1710 KB 234/1267 KB 68/80 KB 109/109 KB 912/1710 KB 238/1267 KB 68/80 KB 109/109 KB 912/1710 KB 238/1267 KB 72/80 KB 109/109 KB 912/1710 KB 238/1267 KB 76/80 KB 109/109 KB 916/1710 KB 238/1267 KB 80/80 KB 109/109 KB 916/1710 KB 238/1267 KB 76/80 KB 109/109 KB 920/1710 KB 238/1267 KB 80/80 KB 109/109 KB 924/1710 KB 238/1267 KB 80/80 KB 109/109 KB 928/1710 KB 238/1267 KB 80/80 KB 109/109 KB 928/1710 KB 242/1267 KB 80/80 KB 109/109 KB 928/1710 KB 246/1267 KB 80/80 KB 109/109 KB 928/1710 KB 250/1267 KB 80/80 KB 109/109 KB 928/1710 KB 254/1267 KB 80/80 KB 109/109 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar (109 KB at 236.4 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Selecting previously unselected package libmpc3:amd64. unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 928/1710 KB 258/1267 KB 80/80 KB 928/1710 KB 262/1267 KB 80/80 KB 928/1710 KB 266/1267 KB 80/80 KB 928/1710 KB 270/1267 KB 80/80 KB 928/1710 KB 274/1267 KB 80/80 KB 928/1710 KB 278/1267 KB 80/80 KB 928/1710 KB 282/1267 KB 80/80 KB 928/1710 KB 286/1267 KB 80/80 KB 932/1710 KB 286/1267 KB 80/80 KB 936/1710 KB 286/1267 KB 80/80 KB 940/1710 KB 286/1267 KB 80/80 KB 944/1710 KB 286/1267 KB 80/80 KB 944/1710 KB 290/1267 KB 80/80 KB 944/1710 KB 294/1267 KB 80/80 KB 944/1710 KB 298/1267 KB 80/80 KB 944/1710 KB 302/1267 KB 80/80 KB 944/1710 KB 302/1267 KB 3/1044 KB 80/80 KB 944/1710 KB 302/1267 KB 5/1044 KB 80/80 KB 944/1710 KB 302/1267 KB 8/1044 KB 80/80 KB 944/1710 KB 302/1267 KB 11/1044 KB 80/80 KB 944/1710 KB 302/1267 KB 13/1044 KB 80/80 KB 948/1710 KB 302/1267 KB 13/1044 KB 80/80 KB 952/1710 KB 302/1267 KB 16/1044 KB 956/1710 KB 302/1267 KB 16/1044 KB 960/1710 KB 302/1267 KB 16/1044 KB 948/1710 KB 302/1267 KB 16/1044 KB 80/80 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar (80 KB at 169.0 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 960/1710 KB 302/1267 KB 19/1044 KB 960/1710 KB 302/1267 KB 21/1044 KB Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 960/1710 KB 302/1267 KB 24/1044 KB 960/1710 KB 302/1267 KB 27/1044 KB 960/1710 KB 302/1267 KB 29/1044 KB 964/1710 KB 302/1267 KB 29/1044 KB 968/1710 KB 302/1267 KB 29/1044 KB 968/1710 KB 302/1267 KB 32/1044 KB 972/1710 KB 302/1267 KB 32/1044 KB 976/1710 KB 302/1267 KB 32/1044 KB 976/1710 KB 306/1267 KB 32/1044 KB 976/1710 KB 310/1267 KB 32/1044 KB 976/1710 KB 314/1267 KB 32/1044 KB 976/1710 KB 318/1267 KB 32/1044 KB 976/1710 KB 322/1267 KB 32/1044 KB 976/1710 KB 326/1267 KB 32/1044 KB 976/1710 KB 330/1267 KB 32/1044 KB 976/1710 KB 334/1267 KB 32/1044 KB 980/1710 KB 334/1267 KB 32/1044 KB 984/1710 KB 334/1267 KB 32/1044 KB 988/1710 KB 334/1267 KB 32/1044 KB 992/1710 KB 334/1267 KB 32/1044 KB 992/1710 KB 334/1267 KB 36/1044 KB 992/1710 KB 334/1267 KB 40/1044 KB 992/1710 KB 334/1267 KB 44/1044 KB 992/1710 KB 334/1267 KB 48/1044 KB 992/1710 KB 338/1267 KB 48/1044 KB 992/1710 KB 342/1267 KB 48/1044 KB 992/1710 KB 346/1267 KB 48/1044 KB 992/1710 KB 350/1267 KB 48/1044 KB 992/1710 KB 354/1267 KB 48/1044 KB 992/1710 KB 358/1267 KB 48/1044 KB 992/1710 KB 362/1267 KB 48/1044 KB 992/1710 KB 366/1267 KB 48/1044 KB 996/1710 KB 366/1267 KB 48/1044 KB 1000/1710 KB 366/1267 KB 48/1044 KB 1004/1710 KB 366/1267 KB 48/1044 KB 1008/1710 KB 366/1267 KB 48/1044 KB 1008/1710 KB 366/1267 KB 52/1044 KB 1008/1710 KB 366/1267 KB 56/1044 KB 1008/1710 KB 366/1267 KB 60/1044 KB 1008/1710 KB 366/1267 KB 64/1044 KB 1008/1710 KB 370/1267 KB 64/1044 KB 1008/1710 KB 374/1267 KB 64/1044 KB 1008/1710 KB 378/1267 KB 64/1044 KB 1008/1710 KB 382/1267 KB 64/1044 KB 1008/1710 KB 382/1267 KB 68/1044 KB 1008/1710 KB 382/1267 KB 72/1044 KB 1008/1710 KB 382/1267 KB 76/1044 KB 1008/1710 KB 382/1267 KB 80/1044 KB 1012/1710 KB 382/1267 KB 80/1044 KB 1016/1710 KB 382/1267 KB 80/1044 KB 1016/1710 KB 382/1267 KB 80/1044 KB 4/61 KB 1016/1710 KB 382/1267 KB 80/1044 KB 8/61 KB 1016/1710 KB 382/1267 KB 80/1044 KB 12/61 KB 1016/1710 KB 382/1267 KB 80/1044 KB 16/61 KB 1020/1710 KB 382/1267 KB 80/1044 KB 16/61 KB 1024/1710 KB 382/1267 KB 80/1044 KB 16/61 KB 1024/1710 KB 386/1267 KB 80/1044 KB 16/61 KB 1024/1710 KB 390/1267 KB 80/1044 KB 16/61 KB 1024/1710 KB 394/1267 KB 80/1044 KB 16/61 KB 1024/1710 KB 398/1267 KB 80/1044 KB 16/61 KB 1024/1710 KB 398/1267 KB 84/1044 KB 16/61 KB 1024/1710 KB 398/1267 KB 88/1044 KB 16/61 KB 1024/1710 KB 398/1267 KB 92/1044 KB 16/61 KB 1024/1710 KB 398/1267 KB 96/1044 KB 16/61 KB 1024/1710 KB 398/1267 KB 96/1044 KB 20/61 KB 1024/1710 KB 398/1267 KB 96/1044 KB 24/61 KB 1024/1710 KB 398/1267 KB 96/1044 KB 28/61 KB 1024/1710 KB 398/1267 KB 96/1044 KB 32/61 KB 1028/1710 KB 398/1267 KB 96/1044 KB 32/61 KB 1032/1710 KB 398/1267 KB 96/1044 KB 32/61 KB 1036/1710 KB 398/1267 KB 96/1044 KB 32/61 KB 1040/1710 KB 398/1267 KB 96/1044 KB 32/61 KB 1040/1710 KB 402/1267 KB 96/1044 KB 32/61 KB 1040/1710 KB 406/1267 KB 96/1044 KB 32/61 KB 1040/1710 KB 410/1267 KB 96/1044 KB 32/61 KB 1040/1710 KB 414/1267 KB 96/1044 KB 32/61 KB 1044/1710 KB 414/1267 KB 96/1044 KB 32/61 KB 1044/1710 KB 414/1267 KB 100/1044 KB 32/61 KB 1044/1710 KB 414/1267 KB 104/1044 KB 32/61 KB 1044/1710 KB 414/1267 KB 108/1044 KB 32/61 KB 1044/1710 KB 414/1267 KB 112/1044 KB 32/61 KB 1048/1710 KB 414/1267 KB 112/1044 KB 32/61 KB 1052/1710 KB 414/1267 KB 112/1044 KB 32/61 KB 1056/1710 KB 414/1267 KB 112/1044 KB 32/61 KB 1056/1710 KB 414/1267 KB 112/1044 KB 36/61 KB 1056/1710 KB 414/1267 KB 112/1044 KB 40/61 KB 1056/1710 KB 414/1267 KB unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 112/1044 KB 44/61 KB 1056/1710 KB 414/1267 KB 112/1044 KB 48/61 KB 1056/1710 KB 414/1267 KB 116/1044 KB 48/61 KB 1056/1710 KB 414/1267 KB 120/1044 KB 48/61 KB 1056/1710 KB 414/1267 KB 124/1044 KB 48/61 KB 1056/1710 KB 414/1267 KB 128/1044 KB 48/61 KB 1060/1710 KB 414/1267 KB 128/1044 KB 48/61 KB 1064/1710 KB 414/1267 KB 128/1044 KB 48/61 KB 1068/1710 KB 414/1267 KB 128/1044 KB 48/61 KB 1072/1710 KB 414/1267 KB 128/1044 KB 48/61 KB 1072/1710 KB 418/1267 KB 128/1044 KB 48/61 KB 1072/1710 KB 422/1267 KB 128/1044 KB 48/61 KB 1072/1710 KB 426/1267 KB 128/1044 KB 48/61 KB 1072/1710 KB 430/1267 KB 128/1044 KB 48/61 KB 1072/1710 KB 430/1267 KB 128/1044 KB 52/61 KB 1072/1710 KB 430/1267 KB 128/1044 KB 56/61 KB 1072/1710 KB 430/1267 KB 128/1044 KB 60/61 KB 1072/1710 KB 430/1267 KB 128/1044 KB 61/61 KB 1072/1710 KB 434/1267 KB 128/1044 KB 61/61 KB 1072/1710 KB 438/1267 KB 128/1044 KB 61/61 KB 1072/1710 KB 442/1267 KB 128/1044 KB 61/61 KB 1072/1710 KB 446/1267 KB 128/1044 KB 61/61 KB 1072/1710 KB 450/1267 KB 128/1044 KB 61/61 KB 1072/1710 KB 454/1267 KB 128/1044 KB 61/61 KB 1072/1710 KB 458/1267 KB 128/1044 KB 61/61 KB 1072/1710 KB 462/1267 KB 128/1044 KB 61/61 KB 1072/1710 KB 466/1267 KB 128/1044 KB 61/61 KB 1072/1710 KB 470/1267 KB 128/1044 KB 61/61 KB 1072/1710 KB 474/1267 KB 128/1044 KB 61/61 KB 1072/1710 KB 478/1267 KB 128/1044 KB 61/61 KB 1072/1710 KB 482/1267 KB 128/1044 KB 61/61 KB 1072/1710 KB 486/1267 KB 128/1044 KB 61/61 KB 1072/1710 KB 490/1267 KB 128/1044 KB 61/61 KB 1072/1710 KB 494/1267 KB 128/1044 KB 61/61 KB 1076/1710 KB 494/1267 KB 128/1044 KB 61/61 KB 1080/1710 KB 494/1267 KB 128/1044 KB 61/61 KB 1084/1710 KB 494/1267 KB 128/1044 KB 61/61 KB 1088/1710 KB 494/1267 KB 128/1044 KB 61/61 KB 1092/1710 KB 494/1267 KB 128/1044 KB 61/61 KB 1096/1710 KB 494/1267 KB 128/1044 KB 61/61 KB 1100/1710 KB 494/1267 KB 128/1044 KB 61/61 KB 1104/1710 KB 494/1267 KB 128/1044 KB 61/61 KB 1108/1710 KB 494/1267 KB 128/1044 KB 61/61 KB 1112/1710 KB 494/1267 KB 128/1044 KB 61/61 KB 1116/1710 KB 494/1267 KB 128/1044 KB 61/61 KB 1120/1710 KB 494/1267 KB 128/1044 KB 61/61 KB 1120/1710 KB 494/1267 KB 132/1044 KB 61/61 KB 1120/1710 KB 494/1267 KB 136/1044 KB 61/61 KB 1120/1710 KB 494/1267 KB 140/1044 KB 61/61 KB 1120/1710 KB 494/1267 KB 144/1044 KB 61/61 KB 1120/1710 KB 494/1267 KB 148/1044 KB 61/61 KB 1120/1710 KB 494/1267 KB 152/1044 KB 61/61 KB 1120/1710 KB 494/1267 KB 156/1044 KB 61/61 KB 1120/1710 KB 494/1267 KB 160/1044 KB 61/61 KB 1120/1710 KB 494/1267 KB 164/1044 KB 61/61 KB 1120/1710 KB 494/1267 KB 168/1044 KB 61/61 KB 1120/1710 KB 494/1267 KB 172/1044 KB 61/61 KB 1120/1710 KB 494/1267 KB 176/1044 KB 61/61 KB 1120/1710 KB 494/1267 KB 180/1044 KB 61/61 KB 1124/1710 KB 494/1267 KB 184/1044 KB 61/61 KB 1124/1710 KB 494/1267 KB 188/1044 KB 61/61 KB 1124/1710 KB 494/1267 KB 192/1044 KB 61/61 KB 1124/1710 KB 494/1267 KB 180/1044 KB 61/61 KB 1128/1710 KB 494/1267 KB 192/1044 KB 61/61 KB 1132/1710 KB 494/1267 KB 192/1044 KB 61/61 KB 1136/1710 KB 494/1267 KB 192/1044 KB 61/61 KB 1136/1710 KB 494/1267 KB 196/1044 KB 61/61 KB 1140/1710 KB 494/1267 KB 200/1044 KB 61/61 KB 1140/1710 KB 494/1267 KB 204/1044 KB 61/61 KB 1140/1710 KB 494/1267 KB 208/1044 KB 61/61 KB 1140/1710 KB 494/1267 KB 196/1044 KB 61/61 KB 1144/1710 KB 494/1267 KB 208/1044 KB 61/61 KB 1148/1710 KB 494/1267 KB 208/1044 KB 61/61 KB 1152/1710 KB 494/1267 KB 208/1044 KB 61/61 KB 1152/1710 KB 498/1267 KB 208/1044 KB 61/61 KB unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 1152/1710 KB 502/1267 KB 212/1044 KB 61/61 KB 1152/1710 KB 506/1267 KB 212/1044 KB 61/61 KB 1152/1710 KB 498/1267 KB 212/1044 KB 61/61 KB 1156/1710 KB 506/1267 KB 212/1044 KB 4/1063 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (61 KB at 116.3 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 1152/1710 KB 506/1267 KB 212/1044 KB 4/1063 KB 61/61 KB 1156/1710 KB 506/1267 KB 212/1044 KB 8/1063 KB 1156/1710 KB 506/1267 KB 212/1044 KB 12/1063 KB 1156/1710 KB 506/1267 KB 212/1044 KB 16/1063 KB 1156/1710 KB 506/1267 KB 212/1044 KB 20/1063 KB 1156/1710 KB 506/1267 KB 212/1044 KB 24/1063 KB 1156/1710 KB 506/1267 KB 212/1044 KB 28/1063 KB 1156/1710 KB 506/1267 KB 212/1044 KB 32/1063 KB 1156/1710 KB 506/1267 KB 212/1044 KB 36/1063 KB 1156/1710 KB 506/1267 KB 212/1044 KB 40/1063 KB 1156/1710 KB 506/1267 KB 212/1044 KB 44/1063 KB 1156/1710 KB 506/1267 KB 212/1044 KB 48/1063 KB 1156/1710 KB 506/1267 KB 212/1044 KB 52/1063 KB 1156/1710 KB 506/1267 KB 212/1044 KB 56/1063 KB 1156/1710 KB 506/1267 KB 212/1044 KB 60/1063 KB 1156/1710 KB 506/1267 KB 212/1044 KB 64/1063 KB 1160/1710 KB 506/1267 KB 212/1044 KB 64/1063 KB 1160/1710 KB 506/1267 KB 216/1044 KB 64/1063 KB 1160/1710 KB 510/1267 KB 216/1044 KB 64/1063 KB 1164/1710 KB 510/1267 KB 220/1044 KB 64/1063 KB 1164/1710 KB 510/1267 KB 216/1044 KB 64/1063 KB 1164/1710 KB 510/1267 KB 224/1044 KB 64/1063 KB 1168/1710 KB 510/1267 KB 224/1044 KB 64/1063 KB 1168/1710 KB 514/1267 KB 224/1044 KB 64/1063 KB 1168/1710 KB 518/1267 KB 224/1044 KB 64/1063 KB 1168/1710 KB 522/1267 KB 224/1044 KB 64/1063 KB 1168/1710 KB 526/1267 KB 224/1044 KB 64/1063 KB 1168/1710 KB 530/1267 KB 224/1044 KB 64/1063 KB 1168/1710 KB 534/1267 KB 224/1044 KB 64/1063 KB 1168/1710 KB 534/1267 KB 224/1044 KB 68/1063 KB 1172/1710 KB 534/1267 KB 228/1044 KB 72/1063 KB 1172/1710 KB 534/1267 KB 228/1044 KB 76/1063 KB 1172/1710 KB 534/1267 KB 228/1044 KB 80/1063 KB 1172/1710 KB 534/1267 KB 228/1044 KB 68/1063 KB 1168/1710 KB 534/1267 KB 228/1044 KB 68/1063 KB 1176/1710 KB 534/1267 KB 228/1044 KB 80/1063 KB 1180/1710 KB 534/1267 KB 232/1044 KB 80/1063 KB 1184/1710 KB 534/1267 KB 232/1044 KB 80/1063 KB 1176/1710 KB 534/1267 KB 232/1044 KB 80/1063 KB 1184/1710 KB 534/1267 KB 236/1044 KB 84/1063 KB 1184/1710 KB 534/1267 KB 240/1044 KB 84/1063 KB 1184/1710 KB 534/1267 KB 244/1044 KB 84/1063 KB 1188/1710 KB 538/1267 KB 248/1044 KB 84/1063 KB 1188/1710 KB 538/1267 KB 252/1044 KB 84/1063 KB 1184/1710 KB 534/1267 KB 232/1044 KB 84/1063 KB 1188/1710 KB 538/1267 KB 252/1044 KB 88/1063 KB 1188/1710 KB 538/1267 KB 252/1044 KB 92/1063 KB 1188/1710 KB 538/1267 KB 244/1044 KB 84/1063 KB 1188/1710 KB 538/1267 KB 252/1044 KB 96/1063 KB 1188/1710 KB 534/1267 KB 244/1044 KB 84/1063 KB 1188/1710 KB 542/1267 KB 252/1044 KB 96/1063 KB 1192/1710 KB 542/1267 KB 252/1044 KB 96/1063 KB 1196/1710 KB 542/1267 KB 252/1044 KB 96/1063 KB 1200/1710 KB 542/1267 KB 252/1044 KB 96/1063 KB 1200/1710 KB 542/1267 KB 256/1044 KB 96/1063 KB 1204/1710 KB 542/1267 KB 256/1044 KB 96/1063 KB 1208/1710 KB 546/1267 KB 260/1044 KB 100/1063 KB 1212/1710 KB 546/1267 KB 260/1044 KB 100/1063 KB 1216/1710 KB 546/1267 KB 260/1044 KB 100/1063 KB 1204/1710 KB 546/1267 KB 260/1044 KB 100/1063 KB 1204/1710 KB 542/1267 KB 260/1044 KB 100/1063 KB 1216/1710 KB 546/1267 KB 260/1044 KB 104/1063 KB 1216/1710 KB 550/1267 KB 260/1044 KB 104/1063 KB 1216/1710 KB 554/1267 KB 260/1044 KB 104/1063 KB 1216/1710 KB 558/1267 KB 260/1044 KB 108/1063 KB 1204/1710 KB 542/1267 KB 260/1044 KB 96/1063 KB 1216/1710 KB 554/1267 KB 260/1044 KB 108/1063 KB 1216/1710 KB 558/1267 KB 260/1044 KB 112/1063 KB 1216/1710 KB 558/1267 KB 264/1044 KB 112/1063 KB 1220/1710 KB 558/1267 KB 264/1044 KB 112/1063 KB 1224/1710 KB 562/1267 KB 268/1044 KB 116/1063 KB 1228/1710 KB 562/1267 KB unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 268/1044 KB 116/1063 KB 1232/1710 KB 562/1267 KB 268/1044 KB 116/1063 KB 1220/1710 KB 562/1267 KB 268/1044 KB 116/1063 KB 1220/1710 KB 558/1267 KB 268/1044 KB 116/1063 KB 1220/1710 KB 558/1267 KB 268/1044 KB 112/1063 KB 1232/1710 KB 562/1267 KB 272/1044 KB 116/1063 KB 1232/1710 KB 562/1267 KB 276/1044 KB 116/1063 KB 1232/1710 KB 566/1267 KB 280/1044 KB 120/1063 KB 1232/1710 KB 566/1267 KB 284/1044 KB 120/1063 KB 1232/1710 KB 566/1267 KB 288/1044 KB 120/1063 KB 1232/1710 KB 566/1267 KB 276/1044 KB 120/1063 KB 1232/1710 KB 570/1267 KB 288/1044 KB 120/1063 KB 1232/1710 KB 574/1267 KB 288/1044 KB 120/1063 KB 1232/1710 KB 566/1267 KB 276/1044 KB 120/1063 KB 1232/1710 KB 574/1267 KB 288/1044 KB 124/1063 KB 1232/1710 KB 574/1267 KB 288/1044 KB 128/1063 KB 1232/1710 KB 578/1267 KB 288/1044 KB 128/1063 KB 1236/1710 KB 582/1267 KB 292/1044 KB 132/1063 KB 1236/1710 KB 578/1267 KB 292/1044 KB 132/1063 KB 1240/1710 KB 586/1267 KB 292/1044 KB 132/1063 KB 1244/1710 KB 586/1267 KB 292/1044 KB 132/1063 KB 1248/1710 KB 586/1267 KB 292/1044 KB 132/1063 KB 1232/1710 KB 578/1267 KB 292/1044 KB 132/1063 KB 1232/1710 KB 578/1267 KB 288/1044 KB 132/1063 KB 1248/1710 KB 586/1267 KB 292/1044 KB 136/1063 KB 1244/1710 KB 586/1267 KB 292/1044 KB 132/1063 KB 1248/1710 KB 586/1267 KB 292/1044 KB 140/1063 KB 1248/1710 KB 590/1267 KB 296/1044 KB 144/1063 KB 1248/1710 KB 590/1267 KB 296/1044 KB 140/1063 KB 1248/1710 KB 586/1267 KB 296/1044 KB 140/1063 KB 1248/1710 KB 590/1267 KB 300/1044 KB 144/1063 KB 1248/1710 KB 590/1267 KB 304/1044 KB 144/1063 KB 1252/1710 KB 590/1267 KB 304/1044 KB 144/1063 KB 1256/1710 KB 594/1267 KB 308/1044 KB 148/1063 KB 1252/1710 KB 594/1267 KB 308/1044 KB 148/1063 KB 1252/1710 KB 594/1267 KB 308/1044 KB 144/1063 KB 1256/1710 KB 598/1267 KB 308/1044 KB 148/1063 KB 1256/1710 KB 602/1267 KB 308/1044 KB 148/1063 KB 1252/1710 KB 590/1267 KB 308/1044 KB 144/1063 KB 1260/1710 KB 606/1267 KB 308/1044 KB 152/1063 KB 1260/1710 KB 602/1267 KB 308/1044 KB 152/1063 KB 1260/1710 KB 602/1267 KB 308/1044 KB 148/1063 KB 1264/1710 KB 606/1267 KB 312/1044 KB 152/1063 KB 1260/1710 KB 606/1267 KB 312/1044 KB 152/1063 KB 1264/1710 KB 606/1267 KB 316/1044 KB 152/1063 KB 1264/1710 KB 606/1267 KB 320/1044 KB 152/1063 KB 1264/1710 KB 606/1267 KB 320/1044 KB 156/1063 KB 1264/1710 KB 606/1267 KB 320/1044 KB 160/1063 KB 1264/1710 KB 610/1267 KB 320/1044 KB 160/1063 KB 1264/1710 KB 614/1267 KB 324/1044 KB 160/1063 KB 4/713 KB 1264/1710 KB 618/1267 KB 324/1044 KB 160/1063 KB 4/713 KB 1268/1710 KB 622/1267 KB 324/1044 KB 164/1063 KB 4/713 KB 1264/1710 KB 610/1267 KB 324/1044 KB 160/1063 KB 4/713 KB 1264/1710 KB 610/1267 KB 320/1044 KB 160/1063 KB 4/713 KB 1268/1710 KB 622/1267 KB 324/1044 KB 168/1063 KB 8/713 KB 1268/1710 KB 622/1267 KB 324/1044 KB 168/1063 KB 12/713 KB 1268/1710 KB 622/1267 KB 324/1044 KB 168/1063 KB 16/713 KB 1268/1710 KB 622/1267 KB 324/1044 KB 168/1063 KB 20/713 KB 1268/1710 KB 622/1267 KB 324/1044 KB 168/1063 KB 24/713 KB 1268/1710 KB 622/1267 KB 324/1044 KB 168/1063 KB 28/713 KB 1268/1710 KB 622/1267 KB 324/1044 KB 168/1063 KB 32/713 KB 1268/1710 KB 622/1267 KB 324/1044 KB 168/1063 KB 4/713 KB 1268/1710 KB 622/1267 KB 324/1044 KB 164/1063 KB 4/713 KB 1268/1710 KB 618/1267 KB 324/1044 KB 160/1063 KB 4/713 KB 1272/1710 KB 622/1267 KB 324/1044 KB 168/1063 KB 32/713 KB 1276/1710 KB 622/1267 KB 324/1044 KB 168/1063 KB 32/713 KB 1280/1710 KB 622/1267 KB 324/1044 KB 168/1063 KB 32/713 KB 1284/1710 KB 622/1267 KB unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 328/1044 KB 172/1063 KB 32/713 KB 1288/1710 KB 626/1267 KB 328/1044 KB 172/1063 KB 32/713 KB 1292/1710 KB 626/1267 KB 328/1044 KB 172/1063 KB 32/713 KB 1296/1710 KB 626/1267 KB 328/1044 KB 172/1063 KB 32/713 KB 1280/1710 KB 622/1267 KB 328/1044 KB 172/1063 KB 32/713 KB 1296/1710 KB 626/1267 KB 328/1044 KB 176/1063 KB 32/713 KB 1280/1710 KB 622/1267 KB 328/1044 KB 168/1063 KB 32/713 KB 1296/1710 KB 626/1267 KB 332/1044 KB 176/1063 KB 32/713 KB 1296/1710 KB 626/1267 KB 336/1044 KB 176/1063 KB 32/713 KB 1284/1710 KB 626/1267 KB 328/1044 KB 172/1063 KB 32/713 KB 1296/1710 KB 630/1267 KB 336/1044 KB 176/1063 KB 32/713 KB 1296/1710 KB 630/1267 KB 336/1044 KB 180/1063 KB 32/713 KB 1296/1710 KB 634/1267 KB 340/1044 KB 180/1063 KB 32/713 KB 1296/1710 KB 634/1267 KB 336/1044 KB 180/1063 KB 32/713 KB 1296/1710 KB 634/1267 KB 344/1044 KB 184/1063 KB 36/713 KB 1296/1710 KB 634/1267 KB 344/1044 KB 184/1063 KB 40/713 KB 1296/1710 KB 634/1267 KB 344/1044 KB 184/1063 KB 44/713 KB 1296/1710 KB 634/1267 KB 344/1044 KB 184/1063 KB 48/713 KB 1296/1710 KB 638/1267 KB 344/1044 KB 184/1063 KB 48/713 KB 1296/1710 KB 634/1267 KB 340/1044 KB 184/1063 KB 32/713 KB 1296/1710 KB 638/1267 KB 344/1044 KB 184/1063 KB 48/713 KB 1296/1710 KB 638/1267 KB 348/1044 KB 184/1063 KB 48/713 KB 1296/1710 KB 638/1267 KB 352/1044 KB 188/1063 KB 48/713 KB 1296/1710 KB 638/1267 KB 348/1044 KB 188/1063 KB 48/713 KB 1296/1710 KB 638/1267 KB 352/1044 KB 192/1063 KB 48/713 KB 1296/1710 KB 638/1267 KB 352/1044 KB 196/1063 KB 48/713 KB 1300/1710 KB 642/1267 KB 356/1044 KB 196/1063 KB 48/713 KB 1304/1710 KB 642/1267 KB 356/1044 KB 196/1063 KB 48/713 KB 1308/1710 KB 642/1267 KB 356/1044 KB 196/1063 KB 48/713 KB 1312/1710 KB 642/1267 KB 356/1044 KB 196/1063 KB 48/713 KB 1296/1710 KB 642/1267 KB 356/1044 KB 196/1063 KB 48/713 KB 1296/1710 KB 642/1267 KB 352/1044 KB 196/1063 KB 48/713 KB 1312/1710 KB 646/1267 KB 356/1044 KB 200/1063 KB 48/713 KB 1312/1710 KB 650/1267 KB 356/1044 KB 200/1063 KB 48/713 KB 1312/1710 KB 654/1267 KB 356/1044 KB 200/1063 KB 48/713 KB 1312/1710 KB 642/1267 KB 356/1044 KB 200/1063 KB 48/713 KB 1312/1710 KB 654/1267 KB 356/1044 KB 204/1063 KB 48/713 KB 1312/1710 KB 654/1267 KB 360/1044 KB 208/1063 KB 48/713 KB 1312/1710 KB 654/1267 KB 360/1044 KB 212/1063 KB 48/713 KB 1316/1710 KB 658/1267 KB 360/1044 KB 216/1063 KB 48/713 KB 1312/1710 KB 654/1267 KB 360/1044 KB 204/1063 KB 48/713 KB 1316/1710 KB 658/1267 KB 364/1044 KB 216/1063 KB 48/713 KB 1316/1710 KB 658/1267 KB 368/1044 KB 216/1063 KB 48/713 KB 1316/1710 KB 658/1267 KB 372/1044 KB 216/1063 KB 48/713 KB 1316/1710 KB 658/1267 KB 360/1044 KB 212/1063 KB 48/713 KB 1316/1710 KB 654/1267 KB 360/1044 KB 212/1063 KB 48/713 KB 1316/1710 KB 658/1267 KB 372/1044 KB 216/1063 KB 52/713 KB 1316/1710 KB 658/1267 KB 372/1044 KB 216/1063 KB 56/713 KB 1316/1710 KB 658/1267 KB 372/1044 KB 216/1063 KB 60/713 KB 1316/1710 KB 658/1267 KB 372/1044 KB 216/1063 KB 64/713 KB 1320/1710 KB 658/1267 KB 372/1044 KB 216/1063 KB 64/713 KB 1324/1710 KB 662/1267 KB 372/1044 KB 216/1063 KB 64/713 KB 1320/1710 KB 662/1267 KB 372/1044 KB 216/1063 KB 64/713 KB 1324/1710 KB 666/1267 KB 372/1044 KB 216/1063 KB 64/713 KB 1324/1710 KB 670/1267 KB 372/1044 KB 216/1063 KB 64/713 KB 1328/1710 KB 670/1267 KB 372/1044 KB 216/1063 KB 64/713 KB 1328/1710 KB 670/1267 KB 376/1044 KB 220/1063 KB 64/713 KB 1328/1710 KB 670/1267 KB 376/1044 KB 224/1063 KB 64/713 KB 1328/1710 KB 670/1267 KB 376/1044 KB 228/1063 KB 64/713 K unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install B 1332/1710 KB 674/1267 KB 376/1044 KB 232/1063 KB 64/713 KB 1328/1710 KB 670/1267 KB 376/1044 KB 224/1063 KB 64/713 KB 1332/1710 KB 674/1267 KB 380/1044 KB 232/1063 KB 64/713 KB 1332/1710 KB 674/1267 KB 384/1044 KB 232/1063 KB 64/713 KB 1332/1710 KB 674/1267 KB 388/1044 KB 232/1063 KB 64/713 KB 1332/1710 KB 674/1267 KB 376/1044 KB 228/1063 KB 64/713 KB 1328/1710 KB 674/1267 KB 376/1044 KB 228/1063 KB 64/713 KB 1336/1710 KB 674/1267 KB 388/1044 KB 236/1063 KB 64/713 KB 1340/1710 KB 678/1267 KB 388/1044 KB 236/1063 KB 64/713 KB 1344/1710 KB 678/1267 KB 388/1044 KB 236/1063 KB 64/713 KB 1332/1710 KB 674/1267 KB 388/1044 KB 236/1063 KB 64/713 KB 1336/1710 KB 678/1267 KB 388/1044 KB 236/1063 KB 64/713 KB 1344/1710 KB 682/1267 KB 388/1044 KB 236/1063 KB 64/713 KB 1344/1710 KB 686/1267 KB 388/1044 KB 236/1063 KB 64/713 KB 1344/1710 KB 686/1267 KB 392/1044 KB 236/1063 KB 64/713 KB 1344/1710 KB 686/1267 KB 392/1044 KB 240/1063 KB 64/713 KB 1348/1710 KB 686/1267 KB 392/1044 KB 240/1063 KB 64/713 KB 1352/1710 KB 690/1267 KB 396/1044 KB 244/1063 KB 64/713 KB 1356/1710 KB 690/1267 KB 396/1044 KB 244/1063 KB 64/713 KB 1360/1710 KB 690/1267 KB 396/1044 KB 244/1063 KB 64/713 KB 1348/1710 KB 690/1267 KB 396/1044 KB 244/1063 KB 64/713 KB 1360/1710 KB 694/1267 KB 396/1044 KB 244/1063 KB 64/713 KB 1348/1710 KB 686/1267 KB 396/1044 KB 240/1063 KB 64/713 KB 1360/1710 KB 694/1267 KB 400/1044 KB 244/1063 KB 64/713 KB 1360/1710 KB 694/1267 KB 404/1044 KB 244/1063 KB 64/713 KB 1348/1710 KB 686/1267 KB 396/1044 KB 244/1063 KB 64/713 KB 1360/1710 KB 698/1267 KB 404/1044 KB 244/1063 KB 68/713 KB 1360/1710 KB 698/1267 KB 404/1044 KB 244/1063 KB 72/713 KB 1360/1710 KB 698/1267 KB 404/1044 KB 244/1063 KB 76/713 KB 1360/1710 KB 698/1267 KB 404/1044 KB 244/1063 KB 80/713 KB 1360/1710 KB 698/1267 KB 404/1044 KB 244/1063 KB 64/713 KB 1360/1710 KB 698/1267 KB 404/1044 KB 248/1063 KB 80/713 KB 1360/1710 KB 702/1267 KB 404/1044 KB 248/1063 KB 80/713 KB 1360/1710 KB 702/1267 KB 404/1044 KB 252/1063 KB 80/713 KB 1360/1710 KB 702/1267 KB 404/1044 KB 256/1063 KB 80/713 KB 1360/1710 KB 702/1267 KB 408/1044 KB 256/1063 KB 80/713 KB 1360/1710 KB 702/1267 KB 412/1044 KB 256/1063 KB 80/713 KB 1360/1710 KB 702/1267 KB 412/1044 KB 260/1063 KB 80/713 KB 1360/1710 KB 706/1267 KB 416/1044 KB 264/1063 KB 80/713 KB 1360/1710 KB 706/1267 KB 416/1044 KB 260/1063 KB 80/713 KB 1360/1710 KB 702/1267 KB 416/1044 KB 260/1063 KB 80/713 KB 1360/1710 KB 710/1267 KB 416/1044 KB 264/1063 KB 80/713 KB 1364/1710 KB 710/1267 KB 416/1044 KB 264/1063 KB 80/713 KB 1368/1710 KB 710/1267 KB 416/1044 KB 264/1063 KB 80/713 KB 1372/1710 KB 710/1267 KB 416/1044 KB 264/1063 KB 80/713 KB 1372/1710 KB 710/1267 KB 420/1044 KB 264/1063 KB 84/713 KB 1372/1710 KB 710/1267 KB 420/1044 KB 264/1063 KB 88/713 KB 1372/1710 KB 710/1267 KB 420/1044 KB 264/1063 KB 92/713 KB 1372/1710 KB 710/1267 KB 420/1044 KB 264/1063 KB 96/713 KB 1376/1710 KB 710/1267 KB 420/1044 KB 264/1063 KB 96/713 KB 1376/1710 KB 714/1267 KB 420/1044 KB 268/1063 KB 96/713 KB 1372/1710 KB 710/1267 KB 420/1044 KB 264/1063 KB 80/713 KB 1376/1710 KB 714/1267 KB 420/1044 KB 264/1063 KB 96/713 KB 1376/1710 KB 718/1267 KB 420/1044 KB 268/1063 KB 96/713 KB 1376/1710 KB 718/1267 KB 420/1044 KB 272/1063 KB 96/713 KB 1376/1710 KB 718/1267 KB 424/1044 KB 272/1063 KB 96/713 KB 1376/1710 KB 722/1267 KB 424/1044 KB 272/1063 KB 96/713 KB 1380/1710 KB 726/1267 KB 428/1044 KB 276/1063 KB 96/713 KB 1380/1710 KB 722/1267 KB 42 unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 8/1044 KB 276/1063 KB 96/713 KB 1376/1710 KB 722/1267 KB 428/1044 KB 272/1063 KB 96/713 KB 1380/1710 KB 726/1267 KB 432/1044 KB 276/1063 KB 96/713 KB 1380/1710 KB 722/1267 KB 428/1044 KB 272/1063 KB 96/713 KB 1384/1710 KB 726/1267 KB 432/1044 KB 276/1063 KB 96/713 KB 1388/1710 KB 726/1267 KB 432/1044 KB 276/1063 KB 96/713 KB 1388/1710 KB 730/1267 KB 432/1044 KB 280/1063 KB 96/713 KB 1388/1710 KB 730/1267 KB 432/1044 KB 276/1063 KB 96/713 KB 1392/1710 KB 734/1267 KB 432/1044 KB 284/1063 KB 96/713 KB 1392/1710 KB 734/1267 KB 432/1044 KB 284/1063 KB 100/713 KB 1392/1710 KB 734/1267 KB 432/1044 KB 284/1063 KB 104/713 KB 1392/1710 KB 734/1267 KB 432/1044 KB 284/1063 KB 108/713 KB 1392/1710 KB 734/1267 KB 432/1044 KB 284/1063 KB 112/713 KB 1392/1710 KB 730/1267 KB 432/1044 KB 284/1063 KB 96/713 KB 1392/1710 KB 730/1267 KB 432/1044 KB 280/1063 KB 96/713 KB 1392/1710 KB 734/1267 KB 432/1044 KB 288/1063 KB 112/713 KB 1392/1710 KB 738/1267 KB 436/1044 KB 288/1063 KB 112/713 KB 1396/1710 KB 742/1267 KB 436/1044 KB 288/1063 KB 112/713 KB 1392/1710 KB 734/1267 KB 436/1044 KB 288/1063 KB 112/713 KB 1396/1710 KB 742/1267 KB 440/1044 KB 292/1063 KB 112/713 KB 1396/1710 KB 742/1267 KB 444/1044 KB 292/1063 KB 112/713 KB 1396/1710 KB 742/1267 KB 448/1044 KB 292/1063 KB 112/713 KB 1396/1710 KB 742/1267 KB 448/1044 KB 292/1063 KB 116/713 KB 1396/1710 KB 742/1267 KB 448/1044 KB 292/1063 KB 120/713 KB 1396/1710 KB 742/1267 KB 448/1044 KB 292/1063 KB 124/713 KB 1396/1710 KB 742/1267 KB 448/1044 KB 292/1063 KB 128/713 KB 1396/1710 KB 742/1267 KB 436/1044 KB 292/1063 KB 112/713 KB 1396/1710 KB 738/1267 KB 436/1044 KB 288/1063 KB 112/713 KB 1400/1710 KB 746/1267 KB 448/1044 KB 292/1063 KB 128/713 KB 1404/1710 KB 746/1267 KB 448/1044 KB 292/1063 KB 128/713 KB 1408/1710 KB 746/1267 KB 448/1044 KB 296/1063 KB 128/713 KB 1396/1710 KB 746/1267 KB 448/1044 KB 292/1063 KB 128/713 KB 1404/1710 KB 746/1267 KB 448/1044 KB 296/1063 KB 128/713 KB 1408/1710 KB 750/1267 KB 448/1044 KB 296/1063 KB 128/713 KB 1408/1710 KB 750/1267 KB 448/1044 KB 300/1063 KB 128/713 KB 1408/1710 KB 750/1267 KB 448/1044 KB 304/1063 KB 128/713 KB 1408/1710 KB 750/1267 KB 452/1044 KB 308/1063 KB 128/713 KB 1408/1710 KB 750/1267 KB 456/1044 KB 308/1063 KB 128/713 KB 1408/1710 KB 750/1267 KB 460/1044 KB 308/1063 KB 128/713 KB 1408/1710 KB 750/1267 KB 464/1044 KB 308/1063 KB 128/713 KB 1408/1710 KB 750/1267 KB 468/1044 KB 308/1063 KB 128/713 KB 1412/1710 KB 754/1267 KB 472/1044 KB 308/1063 KB 132/713 KB 1412/1710 KB 754/1267 KB 476/1044 KB 308/1063 KB 132/713 KB 1408/1710 KB 750/1267 KB 448/1044 KB 308/1063 KB 128/713 KB 1412/1710 KB 754/1267 KB 468/1044 KB 308/1063 KB 132/713 KB 1412/1710 KB 754/1267 KB 480/1044 KB 308/1063 KB 136/713 KB 1412/1710 KB 754/1267 KB 480/1044 KB 308/1063 KB 140/713 KB 1412/1710 KB 754/1267 KB 480/1044 KB 308/1063 KB 144/713 KB 1412/1710 KB 754/1267 KB 468/1044 KB 308/1063 KB 128/713 KB 1412/1710 KB 750/1267 KB 468/1044 KB 308/1063 KB 128/713 KB 1412/1710 KB 754/1267 KB 480/1044 KB 308/1063 KB 148/713 KB 1412/1710 KB 754/1267 KB 480/1044 KB 308/1063 KB 152/713 KB 1412/1710 KB 754/1267 KB 480/1044 KB 308/1063 KB 156/713 KB 1412/1710 KB 754/1267 KB 480/1044 KB 308/1063 KB 160/713 KB 1412/1710 KB 758/1267 KB 480/1044 KB 308/1063 KB 160/713 KB 1416/1710 KB 758/1267 KB 480/1044 KB 308/1063 KB 160/713 KB 1416/1710 KB 762/1267 KB 480/1044 KB 308/1063 KB 160/713 KB 1416/1710 KB 766/1267 KB 480/1044 KB 308/1063 KB 160/713 KB 1420/1710 KB 766/1 unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 267 KB 480/1044 KB 312/1063 KB 160/713 KB 1424/1710 KB 766/1267 KB 480/1044 KB 312/1063 KB 160/713 KB 1416/1710 KB 766/1267 KB 480/1044 KB 312/1063 KB 160/713 KB 1424/1710 KB 766/1267 KB 480/1044 KB 316/1063 KB 160/713 KB 1424/1710 KB 766/1267 KB 480/1044 KB 320/1063 KB 160/713 KB 1428/1710 KB 766/1267 KB 480/1044 KB 320/1063 KB 160/713 KB 1432/1710 KB 770/1267 KB 480/1044 KB 324/1063 KB 160/713 KB 1436/1710 KB 770/1267 KB 480/1044 KB 324/1063 KB 160/713 KB 1412/1710 KB 754/1267 KB 480/1044 KB 308/1063 KB 132/713 KB 1436/1710 KB 770/1267 KB 484/1044 KB 324/1063 KB 160/713 KB 1440/1710 KB 770/1267 KB 488/1044 KB 324/1063 KB 160/713 KB 1440/1710 KB 770/1267 KB 492/1044 KB 324/1063 KB 160/713 KB 1440/1710 KB 770/1267 KB 496/1044 KB 324/1063 KB 160/713 KB 1428/1710 KB 770/1267 KB 480/1044 KB 324/1063 KB 160/713 KB 1428/1710 KB 770/1267 KB 480/1044 KB 320/1063 KB 160/713 KB 1440/1710 KB 774/1267 KB 496/1044 KB 324/1063 KB 160/713 KB 1440/1710 KB 774/1267 KB 496/1044 KB 328/1063 KB 160/713 KB 1440/1710 KB 778/1267 KB 496/1044 KB 332/1063 KB 164/713 KB 1440/1710 KB 778/1267 KB 496/1044 KB 336/1063 KB 164/713 KB 1440/1710 KB 770/1267 KB 484/1044 KB 324/1063 KB 160/713 KB 1440/1710 KB 778/1267 KB 496/1044 KB 328/1063 KB 164/713 KB 1440/1710 KB 774/1267 KB 496/1044 KB 328/1063 KB 164/713 KB 1440/1710 KB 778/1267 KB 496/1044 KB 336/1063 KB 168/713 KB 1440/1710 KB 778/1267 KB 496/1044 KB 336/1063 KB 172/713 KB 1440/1710 KB 778/1267 KB 496/1044 KB 336/1063 KB 176/713 KB 1440/1710 KB 782/1267 KB 496/1044 KB 336/1063 KB 176/713 KB 1440/1710 KB 786/1267 KB 496/1044 KB 336/1063 KB 176/713 KB 1444/1710 KB 790/1267 KB 496/1044 KB 336/1063 KB 176/713 KB 1444/1710 KB 794/1267 KB 496/1044 KB 340/1063 KB 176/713 KB 1444/1710 KB 798/1267 KB 496/1044 KB 340/1063 KB 176/713 KB 1444/1710 KB 802/1267 KB 500/1044 KB 340/1063 KB 176/713 KB 1444/1710 KB 786/1267 KB 496/1044 KB 336/1063 KB 176/713 KB 1444/1710 KB 802/1267 KB 500/1044 KB 340/1063 KB 180/713 KB 1444/1710 KB 802/1267 KB 500/1044 KB 340/1063 KB 184/713 KB 1444/1710 KB 802/1267 KB 500/1044 KB 340/1063 KB 188/713 KB 1444/1710 KB 802/1267 KB 500/1044 KB 340/1063 KB 192/713 KB 1448/1710 KB 802/1267 KB 500/1044 KB 340/1063 KB 192/713 KB 1452/1710 KB 802/1267 KB 500/1044 KB 340/1063 KB 192/713 KB 1456/1710 KB 802/1267 KB 500/1044 KB 340/1063 KB 192/713 KB 1444/1710 KB 798/1267 KB 500/1044 KB 340/1063 KB 176/713 KB 1444/1710 KB 790/1267 KB 496/1044 KB 340/1063 KB 176/713 KB 1456/1710 KB 802/1267 KB 500/1044 KB 344/1063 KB 192/713 KB 1456/1710 KB 802/1267 KB 500/1044 KB 348/1063 KB 192/713 KB 1456/1710 KB 802/1267 KB 500/1044 KB 352/1063 KB 192/713 KB 1456/1710 KB 802/1267 KB 504/1044 KB 352/1063 KB 192/713 KB 1456/1710 KB 802/1267 KB 508/1044 KB 352/1063 KB 192/713 KB 1460/1710 KB 802/1267 KB 512/1044 KB 352/1063 KB 192/713 KB 1460/1710 KB 802/1267 KB 508/1044 KB 352/1063 KB 192/713 KB 1464/1710 KB 806/1267 KB 512/1044 KB 352/1063 KB 192/713 KB 1460/1710 KB 806/1267 KB 512/1044 KB 352/1063 KB 192/713 KB 1464/1710 KB 810/1267 KB 512/1044 KB 356/1063 KB 192/713 KB 1464/1710 KB 814/1267 KB 512/1044 KB 356/1063 KB 192/713 KB 1464/1710 KB 806/1267 KB 512/1044 KB 356/1063 KB 192/713 KB 1468/1710 KB 814/1267 KB 512/1044 KB 360/1063 KB 192/713 KB 1468/1710 KB 814/1267 KB 512/1044 KB 364/1063 KB 196/713 KB 1468/1710 KB 818/1267 KB 516/1044 KB 368/1063 KB 196/713 KB 1468/1710 KB 814/1267 KB 512/1044 KB 356/1063 KB 192/713 KB 1472/1710 KB 818/1267 KB 516/1044 KB 368/1063 KB 196/713 KB unit-mysql-0: 15:58:45 DEBUG unit.mysql/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 1476/1710 KB 818/1267 KB 516/1044 KB 368/1063 KB 196/713 KB 1480/1710 KB 818/1267 KB 516/1044 KB 368/1063 KB 196/713 KB 1468/1710 KB 818/1267 KB 516/1044 KB 364/1063 KB 196/713 KB 1468/1710 KB 814/1267 KB 516/1044 KB 364/1063 KB 196/713 KB 1468/1710 KB 814/1267 KB 512/1044 KB 360/1063 KB 196/713 KB 1480/1710 KB 818/1267 KB 516/1044 KB 368/1063 KB 200/713 KB 1480/1710 KB 818/1267 KB 516/1044 KB 368/1063 KB 204/713 KB 1480/1710 KB 818/1267 KB 516/1044 KB 368/1063 KB 208/713 KB 1480/1710 KB 818/1267 KB 520/1044 KB 368/1063 KB 208/713 KB 1480/1710 KB 818/1267 KB 524/1044 KB 368/1063 KB 208/713 KB 1480/1710 KB 818/1267 KB 528/1044 KB 368/1063 KB 208/713 KB 1480/1710 KB 818/1267 KB 528/1044 KB 368/1063 KB 212/713 KB 1480/1710 KB 818/1267 KB 528/1044 KB 368/1063 KB 216/713 KB 1480/1710 KB 818/1267 KB 528/1044 KB 368/1063 KB 220/713 KB 1480/1710 KB 818/1267 KB 528/1044 KB 368/1063 KB 224/713 KB 1480/1710 KB 822/1267 KB 528/1044 KB 368/1063 KB 224/713 KB 1480/1710 KB 826/1267 KB 528/1044 KB 368/1063 KB 224/713 KB 1480/1710 KB 830/1267 KB 528/1044 KB 368/1063 KB 224/713 KB 1480/1710 KB 830/1267 KB 528/1044 KB 372/1063 KB 224/713 KB 1480/1710 KB 830/1267 KB 528/1044 KB 376/1063 KB 224/713 KB 1484/1710 KB 830/1267 KB 528/1044 KB 376/1063 KB 224/713 KB 1484/1710 KB 830/1267 KB 532/1044 KB 376/1063 KB 224/713 KB 1488/1710 KB 830/1267 KB 536/1044 KB 380/1063 KB 224/713 KB 1488/1710 KB 830/1267 KB 540/1044 KB 380/1063 KB 224/713 KB 1488/1710 KB 830/1267 KB 532/1044 KB 380/1063 KB 224/713 KB 1488/1710 KB 830/1267 KB 532/1044 KB 376/1063 KB 224/713 KB 1488/1710 KB 830/1267 KB 540/1044 KB 384/1063 KB 224/713 KB 1492/1710 KB 830/1267 KB 540/1044 KB 384/1063 KB 224/713 KB 1496/1710 KB 834/1267 KB 544/1044 KB 388/1063 KB 228/713 KB 1500/1710 KB 834/1267 KB 544/1044 KB 388/1063 KB 228/713 KB 1492/1710 KB 834/1267 KB 544/1044 KB 388/1063 KB 228/713 KB 1492/1710 KB 834/1267 KB 544/1044 KB 384/1063 KB 228/713 KB 1492/1710 KB 830/1267 KB 544/1044 KB 384/1063 KB 228/713 KB 1500/1710 KB 834/1267 KB 544/1044 KB 388/1063 KB 232/713 KB 1500/1710 KB 834/1267 KB 544/1044 KB 388/1063 KB 236/713 KB 1500/1710 KB 834/1267 KB 544/1044 KB 388/1063 KB 240/713 KB 1492/1710 KB 830/1267 KB 544/1044 KB 384/1063 KB 224/713 KB 1500/1710 KB 838/1267 KB 544/1044 KB 388/1063 KB 240/713 KB 1500/1710 KB 842/1267 KB 544/1044 KB 388/1063 KB 240/713 KB 1500/1710 KB 846/1267 KB 544/1044 KB 388/1063 KB 240/713 KB 1500/1710 KB 846/1267 KB 548/1044 KB 392/1063 KB 240/713 KB 1504/1710 KB 846/1267 KB 548/1044 KB 396/1063 KB 240/713 KB 1504/1710 KB 846/1267 KB 548/1044 KB 400/1063 KB 240/713 KB 1500/1710 KB 846/1267 KB 548/1044 KB 388/1063 KB 240/713 KB 1504/1710 KB 846/1267 KB 548/1044 KB 392/1063 KB 240/713 KB 1504/1710 KB 850/1267 KB 548/1044 KB 400/1063 KB 240/713 KB 1508/1710 KB 854/1267 KB 552/1044 KB 404/1063 KB 244/713 KB 1508/1710 KB 858/1267 KB 552/1044 KB 404/1063 KB 244/713 KB 1508/1710 KB 862/1267 KB 552/1044 KB 404/1063 KB 244/713 KB 1508/1710 KB 850/1267 KB 552/1044 KB 404/1063 KB 244/713 KB 1508/1710 KB 850/1267 KB 552/1044 KB 400/1063 KB 244/713 KB 1508/1710 KB 862/1267 KB 552/1044 KB 404/1063 KB 248/713 KB 1508/1710 KB 862/1267 KB 552/1044 KB 404/1063 KB 252/713 KB 1508/1710 KB 862/1267 KB 552/1044 KB 404/1063 KB 256/713 KB 1508/1710 KB 850/1267 KB 552/1044 KB 400/1063 KB 240/713 KB 1512/1710 KB 862/1267 KB 552/1044 KB 404/1063 KB 256/713 KB 1516/1710 KB 862/1267 KB 552/1044 KB 404/1063 KB 256/713 KB 1504/1710 KB 850/1267 KB 552/1044 KB 400/ unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 1063 KB 240/713 KB 1516/1710 KB 862/1267 KB 556/1044 KB 408/1063 KB 256/713 KB 1516/1710 KB 862/1267 KB 560/1044 KB 408/1063 KB 256/713 KB 1516/1710 KB 862/1267 KB 564/1044 KB 408/1063 KB 256/713 KB 1520/1710 KB 862/1267 KB 568/1044 KB 408/1063 KB 256/713 KB 1516/1710 KB 862/1267 KB 552/1044 KB 408/1063 KB 256/713 KB 1520/1710 KB 862/1267 KB 564/1044 KB 408/1063 KB 256/713 KB 1520/1710 KB 862/1267 KB 568/1044 KB 412/1063 KB 256/713 KB 1524/1710 KB 862/1267 KB 568/1044 KB 416/1063 KB 256/713 KB 1528/1710 KB 866/1267 KB 572/1044 KB 416/1063 KB 260/713 KB 1532/1710 KB 866/1267 KB 572/1044 KB 416/1063 KB 260/713 KB 1536/1710 KB 866/1267 KB 572/1044 KB 416/1063 KB 260/713 KB 1524/1710 KB 866/1267 KB 572/1044 KB 416/1063 KB 260/713 KB 1524/1710 KB 862/1267 KB 572/1044 KB 416/1063 KB 260/713 KB 1520/1710 KB 862/1267 KB 568/1044 KB 416/1063 KB 260/713 KB 1524/1710 KB 862/1267 KB 568/1044 KB 416/1063 KB 260/713 KB 1536/1710 KB 866/1267 KB 572/1044 KB 416/1063 KB 264/713 KB 1536/1710 KB 866/1267 KB 572/1044 KB 416/1063 KB 268/713 KB 1536/1710 KB 866/1267 KB 572/1044 KB 416/1063 KB 272/713 KB 1536/1710 KB 866/1267 KB 572/1044 KB 420/1063 KB 272/713 KB 1536/1710 KB 870/1267 KB 576/1044 KB 424/1063 KB 272/713 KB 1536/1710 KB 870/1267 KB 576/1044 KB 428/1063 KB 272/713 KB 1536/1710 KB 870/1267 KB 576/1044 KB 432/1063 KB 272/713 KB 1536/1710 KB 870/1267 KB 576/1044 KB 420/1063 KB 272/713 KB 1536/1710 KB 874/1267 KB 576/1044 KB 432/1063 KB 272/713 KB 1536/1710 KB 866/1267 KB 576/1044 KB 420/1063 KB 272/713 KB 1536/1710 KB 874/1267 KB 580/1044 KB 432/1063 KB 272/713 KB 1536/1710 KB 878/1267 KB 584/1044 KB 432/1063 KB 272/713 KB 1536/1710 KB 878/1267 KB 588/1044 KB 432/1063 KB 272/713 KB 1536/1710 KB 878/1267 KB 580/1044 KB 432/1063 KB 272/713 KB 1540/1710 KB 882/1267 KB 588/1044 KB 432/1063 KB 272/713 KB 1540/1710 KB 886/1267 KB 592/1044 KB 432/1063 KB 272/713 KB 1540/1710 KB 878/1267 KB 588/1044 KB 432/1063 KB 272/713 KB 1544/1710 KB 886/1267 KB 592/1044 KB 432/1063 KB 272/713 KB 1548/1710 KB 886/1267 KB 592/1044 KB 432/1063 KB 272/713 KB 1552/1710 KB 886/1267 KB 592/1044 KB 432/1063 KB 272/713 KB 1540/1710 KB 882/1267 KB 592/1044 KB 432/1063 KB 272/713 KB 1552/1710 KB 890/1267 KB 592/1044 KB 436/1063 KB 272/713 KB 1552/1710 KB 890/1267 KB 592/1044 KB 440/1063 KB 272/713 KB 1552/1710 KB 890/1267 KB 592/1044 KB 444/1063 KB 272/713 KB 1552/1710 KB 890/1267 KB 592/1044 KB 448/1063 KB 272/713 KB 1552/1710 KB 890/1267 KB 592/1044 KB 432/1063 KB 272/713 KB 1552/1710 KB 894/1267 KB 596/1044 KB 448/1063 KB 272/713 KB 1552/1710 KB 890/1267 KB 596/1044 KB 448/1063 KB 272/713 KB 1552/1710 KB 894/1267 KB 600/1044 KB 448/1063 KB 272/713 KB 1552/1710 KB 894/1267 KB 604/1044 KB 448/1063 KB 272/713 KB 1552/1710 KB 894/1267 KB 608/1044 KB 448/1063 KB 272/713 KB 1556/1710 KB 894/1267 KB 608/1044 KB 448/1063 KB 272/713 KB 1556/1710 KB 894/1267 KB 608/1044 KB 448/1063 KB 276/713 KB 1556/1710 KB 894/1267 KB 608/1044 KB 448/1063 KB 280/713 KB 1556/1710 KB 894/1267 KB 608/1044 KB 448/1063 KB 284/713 KB 1556/1710 KB 894/1267 KB 608/1044 KB 448/1063 KB 288/713 KB 1560/1710 KB 894/1267 KB 608/1044 KB 448/1063 KB 288/713 KB 1560/1710 KB 898/1267 KB 608/1044 KB 448/1063 KB 288/713 KB 1564/1710 KB 902/1267 KB 608/1044 KB 448/1063 KB 288/713 KB 1564/1710 KB 906/1267 KB 608/1044 KB 448/1063 KB 288/713 KB 1564/1710 KB 902/1267 KB 608/1044 KB 448/1063 KB 288/713 KB 1568/1710 KB 906/1267 KB 608/1044 KB 452/1063 KB 288/713 KB 1564/1710 KB 906/1267 K unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install B 608/1044 KB 452/1063 KB 288/713 KB 1568/1710 KB 906/1267 KB 612/1044 KB 452/1063 KB 288/713 KB 1572/1710 KB 910/1267 KB 616/1044 KB 456/1063 KB 288/713 KB 1572/1710 KB 910/1267 KB 620/1044 KB 456/1063 KB 288/713 KB 1572/1710 KB 910/1267 KB 620/1044 KB 456/1063 KB 292/713 KB 1572/1710 KB 910/1267 KB 620/1044 KB 456/1063 KB 296/713 KB 1572/1710 KB 910/1267 KB 620/1044 KB 456/1063 KB 300/713 KB 1572/1710 KB 910/1267 KB 620/1044 KB 456/1063 KB 304/713 KB 1568/1710 KB 910/1267 KB 612/1044 KB 452/1063 KB 288/713 KB 1572/1710 KB 914/1267 KB 620/1044 KB 456/1063 KB 304/713 KB 1572/1710 KB 910/1267 KB 612/1044 KB 456/1063 KB 288/713 KB 1568/1710 KB 910/1267 KB 612/1044 KB 456/1063 KB 288/713 KB 1572/1710 KB 914/1267 KB 624/1044 KB 460/1063 KB 304/713 KB 1572/1710 KB 914/1267 KB 624/1044 KB 464/1063 KB 304/713 KB 1572/1710 KB 914/1267 KB 624/1044 KB 468/1063 KB 304/713 KB 1572/1710 KB 914/1267 KB 624/1044 KB 456/1063 KB 304/713 KB 1576/1710 KB 918/1267 KB 624/1044 KB 468/1063 KB 304/713 KB 1576/1710 KB 914/1267 KB 624/1044 KB 468/1063 KB 304/713 KB 1580/1710 KB 918/1267 KB 624/1044 KB 468/1063 KB 304/713 KB 1584/1710 KB 918/1267 KB 624/1044 KB 468/1063 KB 304/713 KB 1584/1710 KB 918/1267 KB 624/1044 KB 472/1063 KB 304/713 KB 1584/1710 KB 922/1267 KB 624/1044 KB 472/1063 KB 304/713 KB 1584/1710 KB 926/1267 KB 624/1044 KB 472/1063 KB 304/713 KB 1584/1710 KB 926/1267 KB 624/1044 KB 476/1063 KB 304/713 KB 1584/1710 KB 926/1267 KB 624/1044 KB 480/1063 KB 304/713 KB 1584/1710 KB 926/1267 KB 624/1044 KB 480/1063 KB 308/713 KB 1584/1710 KB 926/1267 KB 624/1044 KB 480/1063 KB 312/713 KB 1584/1710 KB 926/1267 KB 624/1044 KB 480/1063 KB 316/713 KB 1584/1710 KB 926/1267 KB 624/1044 KB 480/1063 KB 320/713 KB 1584/1710 KB 926/1267 KB 628/1044 KB 480/1063 KB 320/713 KB 1584/1710 KB 926/1267 KB 632/1044 KB 480/1063 KB 320/713 KB 1584/1710 KB 926/1267 KB 636/1044 KB 480/1063 KB 320/713 KB 1588/1710 KB 926/1267 KB 640/1044 KB 480/1063 KB 320/713 KB 1588/1710 KB 926/1267 KB 644/1044 KB 480/1063 KB 320/713 KB 1588/1710 KB 930/1267 KB 648/1044 KB 484/1063 KB 324/713 KB 1588/1710 KB 926/1267 KB 636/1044 KB 480/1063 KB 320/713 KB 1588/1710 KB 930/1267 KB 644/1044 KB 484/1063 KB 324/713 KB 1588/1710 KB 930/1267 KB 648/1044 KB 484/1063 KB 328/713 KB 1588/1710 KB 930/1267 KB 648/1044 KB 484/1063 KB 332/713 KB 1588/1710 KB 930/1267 KB 648/1044 KB 484/1063 KB 336/713 KB 1592/1710 KB 930/1267 KB 648/1044 KB 484/1063 KB 336/713 KB 1596/1710 KB 930/1267 KB 648/1044 KB 484/1063 KB 336/713 KB 1600/1710 KB 930/1267 KB 648/1044 KB 484/1063 KB 336/713 KB 1588/1710 KB 930/1267 KB 644/1044 KB 484/1063 KB 320/713 KB 1588/1710 KB 930/1267 KB 644/1044 KB 480/1063 KB 320/713 KB 1600/1710 KB 934/1267 KB 648/1044 KB 484/1063 KB 336/713 KB 1600/1710 KB 938/1267 KB 648/1044 KB 484/1063 KB 336/713 KB 1600/1710 KB 942/1267 KB 648/1044 KB 484/1063 KB 336/713 KB 1600/1710 KB 942/1267 KB 648/1044 KB 488/1063 KB 336/713 KB 1600/1710 KB 942/1267 KB 648/1044 KB 492/1063 KB 336/713 KB 1600/1710 KB 942/1267 KB 648/1044 KB 496/1063 KB 336/713 KB 1600/1710 KB 942/1267 KB 648/1044 KB 496/1063 KB 340/713 KB 1600/1710 KB 942/1267 KB 648/1044 KB 496/1063 KB 344/713 KB 1600/1710 KB 942/1267 KB 648/1044 KB 496/1063 KB 348/713 KB 1600/1710 KB 942/1267 KB 648/1044 KB 496/1063 KB 352/713 KB 1600/1710 KB 942/1267 KB 652/1044 KB 496/1063 KB 352/713 KB 1600/1710 KB 942/1267 KB 656/1044 KB 496/1063 KB 352/713 KB 1600/1710 KB 942/1267 KB 660/1044 KB 496/1063 KB 352/713 KB 160 unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 4/1710 KB 946/1267 KB 664/1044 KB 500/1063 KB 352/713 KB 1604/1710 KB 946/1267 KB 668/1044 KB 500/1063 KB 352/713 KB 1604/1710 KB 946/1267 KB 660/1044 KB 500/1063 KB 352/713 KB 1604/1710 KB 946/1267 KB 660/1044 KB 496/1063 KB 352/713 KB 1604/1710 KB 942/1267 KB 660/1044 KB 496/1063 KB 352/713 KB 1608/1710 KB 946/1267 KB 668/1044 KB 500/1063 KB 352/713 KB 1612/1710 KB 946/1267 KB 668/1044 KB 500/1063 KB 352/713 KB 1612/1710 KB 950/1267 KB 668/1044 KB 500/1063 KB 352/713 KB 1616/1710 KB 950/1267 KB 668/1044 KB 500/1063 KB 352/713 KB 1616/1710 KB 954/1267 KB 668/1044 KB 500/1063 KB 352/713 KB 1616/1710 KB 954/1267 KB 668/1044 KB 504/1063 KB 352/713 KB 1616/1710 KB 958/1267 KB 668/1044 KB 504/1063 KB 352/713 KB 1616/1710 KB 962/1267 KB 668/1044 KB 508/1063 KB 352/713 KB 1620/1710 KB 966/1267 KB 672/1044 KB 508/1063 KB 356/713 KB 1620/1710 KB 970/1267 KB 672/1044 KB 508/1063 KB 356/713 KB 1616/1710 KB 958/1267 KB 668/1044 KB 508/1063 KB 352/713 KB 1620/1710 KB 970/1267 KB 672/1044 KB 512/1063 KB 356/713 KB 1620/1710 KB 970/1267 KB 672/1044 KB 516/1063 KB 356/713 KB 1620/1710 KB 962/1267 KB 672/1044 KB 508/1063 KB 356/713 KB 1616/1710 KB 962/1267 KB 672/1044 KB 508/1063 KB 356/713 KB 1616/1710 KB 962/1267 KB 668/1044 KB 508/1063 KB 356/713 KB 1620/1710 KB 970/1267 KB 672/1044 KB 516/1063 KB 360/713 KB 1620/1710 KB 970/1267 KB 672/1044 KB 516/1063 KB 364/713 KB 1620/1710 KB 970/1267 KB 672/1044 KB 516/1063 KB 368/713 KB 1620/1710 KB 970/1267 KB 676/1044 KB 516/1063 KB 368/713 KB 1624/1710 KB 974/1267 KB 676/1044 KB 520/1063 KB 368/713 KB 1624/1710 KB 970/1267 KB 676/1044 KB 520/1063 KB 368/713 KB 1624/1710 KB 970/1267 KB 676/1044 KB 516/1063 KB 368/713 KB 1628/1710 KB 974/1267 KB 676/1044 KB 520/1063 KB 368/713 KB 1632/1710 KB 974/1267 KB 676/1044 KB 520/1063 KB 368/713 KB 1636/1710 KB 974/1267 KB 676/1044 KB 520/1063 KB 372/713 KB 1632/1710 KB 974/1267 KB 676/1044 KB 520/1063 KB 372/713 KB 1636/1710 KB 978/1267 KB 680/1044 KB 524/1063 KB 376/713 KB 1636/1710 KB 978/1267 KB 680/1044 KB 524/1063 KB 380/713 KB 1636/1710 KB 978/1267 KB 680/1044 KB 524/1063 KB 384/713 KB 1636/1710 KB 974/1267 KB 676/1044 KB 524/1063 KB 372/713 KB 1636/1710 KB 978/1267 KB 680/1044 KB 528/1063 KB 384/713 KB 1640/1710 KB 978/1267 KB 680/1044 KB 528/1063 KB 384/713 KB 1644/1710 KB 978/1267 KB 680/1044 KB 528/1063 KB 384/713 KB 1648/1710 KB 978/1267 KB 680/1044 KB 528/1063 KB 384/713 KB 1636/1710 KB 978/1267 KB 680/1044 KB 524/1063 KB 372/713 KB 1636/1710 KB 974/1267 KB 680/1044 KB 524/1063 KB 372/713 KB 1648/1710 KB 978/1267 KB 684/1044 KB 528/1063 KB 384/713 KB 1648/1710 KB 978/1267 KB 688/1044 KB 528/1063 KB 384/713 KB 1648/1710 KB 978/1267 KB 692/1044 KB 528/1063 KB 384/713 KB 1648/1710 KB 982/1267 KB 696/1044 KB 532/1063 KB 388/713 KB 1648/1710 KB 982/1267 KB 700/1044 KB 532/1063 KB 388/713 KB 1648/1710 KB 982/1267 KB 692/1044 KB 532/1063 KB 388/713 KB 1648/1710 KB 982/1267 KB 700/1044 KB 532/1063 KB 392/713 KB 1648/1710 KB 982/1267 KB 700/1044 KB 532/1063 KB 396/713 KB 1648/1710 KB 982/1267 KB 700/1044 KB 532/1063 KB 400/713 KB 1648/1710 KB 982/1267 KB 692/1044 KB 532/1063 KB 384/713 KB 1648/1710 KB 982/1267 KB 692/1044 KB 528/1063 KB 384/713 KB 1648/1710 KB 986/1267 KB 700/1044 KB 532/1063 KB 400/713 KB 1648/1710 KB 990/1267 KB 700/1044 KB 532/1063 KB 400/713 KB 1648/1710 KB 990/1267 KB 700/1044 KB 536/1063 KB 400/713 KB 1648/1710 KB 990/1267 KB 700/1044 KB 540/1063 KB 400/713 KB 1648/1710 KB 994/1267 KB 700/1044 KB 544/1063 unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install KB 400/713 KB 1652/1710 KB 994/1267 KB 704/1044 KB 544/1063 KB 400/713 KB 1656/1710 KB 994/1267 KB 704/1044 KB 544/1063 KB 400/713 KB 1660/1710 KB 994/1267 KB 704/1044 KB 544/1063 KB 400/713 KB 1664/1710 KB 994/1267 KB 704/1044 KB 544/1063 KB 400/713 KB 1648/1710 KB 994/1267 KB 700/1044 KB 540/1063 KB 400/713 KB 1648/1710 KB 994/1267 KB 704/1044 KB 544/1063 KB 400/713 KB 1664/1710 KB 994/1267 KB 704/1044 KB 544/1063 KB 404/713 KB 1664/1710 KB 994/1267 KB 704/1044 KB 544/1063 KB 408/713 KB 1664/1710 KB 994/1267 KB 704/1044 KB 544/1063 KB 412/713 KB 1664/1710 KB 994/1267 KB 704/1044 KB 544/1063 KB 416/713 KB 1664/1710 KB 998/1267 KB 704/1044 KB 544/1063 KB 416/713 KB 1664/1710 KB 1002/1267 KB 704/1044 KB 544/1063 KB 416/713 KB 1664/1710 KB 1006/1267 KB 704/1044 KB 544/1063 KB 416/713 KB 1664/1710 KB 1010/1267 KB 708/1044 KB 548/1063 KB 416/713 KB 1668/1710 KB 1014/1267 KB 708/1044 KB 548/1063 KB 420/713 KB 1668/1710 KB 1018/1267 KB 708/1044 KB 548/1063 KB 420/713 KB 1668/1710 KB 1022/1267 KB 708/1044 KB 548/1063 KB 420/713 KB 1664/1710 KB 1006/1267 KB 708/1044 KB 548/1063 KB 416/713 KB 1664/1710 KB 1006/1267 KB 704/1044 KB 548/1063 KB 416/713 KB 1668/1710 KB 1022/1267 KB 708/1044 KB 552/1063 KB 420/713 KB 1668/1710 KB 1022/1267 KB 708/1044 KB 556/1063 KB 420/713 KB 1668/1710 KB 1022/1267 KB 712/1044 KB 560/1063 KB 420/713 KB 1668/1710 KB 1010/1267 KB 708/1044 KB 548/1063 KB 420/713 KB 1672/1710 KB 1022/1267 KB 712/1044 KB 560/1063 KB 420/713 KB 1676/1710 KB 1022/1267 KB 712/1044 KB 560/1063 KB 420/713 KB 1664/1710 KB 1010/1267 KB 708/1044 KB 548/1063 KB 420/713 KB 1680/1710 KB 1022/1267 KB 712/1044 KB 560/1063 KB 424/713 KB 1680/1710 KB 1022/1267 KB 712/1044 KB 560/1063 KB 428/713 KB 1680/1710 KB 1022/1267 KB 712/1044 KB 560/1063 KB 432/713 KB 1668/1710 KB 1022/1267 KB 712/1044 KB 556/1063 KB 420/713 KB 1680/1710 KB 1022/1267 KB 716/1044 KB 560/1063 KB 432/713 KB 1680/1710 KB 1022/1267 KB 720/1044 KB 560/1063 KB 432/713 KB 1680/1710 KB 1022/1267 KB 720/1044 KB 564/1063 KB 432/713 KB 1680/1710 KB 1022/1267 KB 720/1044 KB 568/1063 KB 432/713 KB 1680/1710 KB 1022/1267 KB 720/1044 KB 564/1063 KB 432/713 KB 1684/1710 KB 1022/1267 KB 720/1044 KB 568/1063 KB 432/713 KB 1688/1710 KB 1026/1267 KB 724/1044 KB 572/1063 KB 432/713 KB 1692/1710 KB 1026/1267 KB 724/1044 KB 572/1063 KB 436/713 KB 1692/1710 KB 1026/1267 KB 724/1044 KB 572/1063 KB 440/713 KB 1692/1710 KB 1026/1267 KB 724/1044 KB 572/1063 KB 444/713 KB 1692/1710 KB 1026/1267 KB 724/1044 KB 572/1063 KB 448/713 KB 1684/1710 KB 1022/1267 KB 724/1044 KB 568/1063 KB 432/713 KB 1692/1710 KB 1026/1267 KB 728/1044 KB 572/1063 KB 448/713 KB 1692/1710 KB 1026/1267 KB 732/1044 KB 572/1063 KB 448/713 KB 1692/1710 KB 1026/1267 KB 736/1044 KB 572/1063 KB 448/713 KB 1692/1710 KB 1026/1267 KB 724/1044 KB 572/1063 KB 448/713 KB 1696/1710 KB 1026/1267 KB 736/1044 KB 572/1063 KB 448/713 KB 1684/1710 KB 1026/1267 KB 724/1044 KB 572/1063 KB 432/713 KB 1696/1710 KB 1030/1267 KB 736/1044 KB 572/1063 KB 448/713 KB 1684/1710 KB 1022/1267 KB 724/1044 KB 572/1063 KB 432/713 KB 1696/1710 KB 1030/1267 KB 736/1044 KB 576/1063 KB 448/713 KB 1696/1710 KB 1030/1267 KB 736/1044 KB 580/1063 KB 448/713 KB 1700/1710 KB 1034/1267 KB 736/1044 KB 584/1063 KB 448/713 KB 1700/1710 KB 1034/1267 KB 740/1044 KB 588/1063 KB 448/713 KB 1700/1710 KB 1034/1267 KB 740/1044 KB 592/1063 KB 448/713 KB 1700/1710 KB 1034/1267 KB 736/1044 KB 580/1063 KB 448/713 KB 1696/1710 KB 1034/1267 KB 736/1044 KB 580/1063 KB unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 448/713 KB 1700/1710 KB 1038/1267 KB 740/1044 KB 592/1063 KB 448/713 KB 1700/1710 KB 1034/1267 KB 740/1044 KB 584/1063 KB 448/713 KB 1700/1710 KB 1038/1267 KB 744/1044 KB 592/1063 KB 448/713 KB 1700/1710 KB 1038/1267 KB 748/1044 KB 592/1063 KB 448/713 KB 1700/1710 KB 1038/1267 KB 752/1044 KB 592/1063 KB 448/713 KB 1704/1710 KB 1038/1267 KB 756/1044 KB 592/1063 KB 448/713 KB 1704/1710 KB 1042/1267 KB 760/1044 KB 596/1063 KB 452/713 KB 1704/1710 KB 1038/1267 KB 752/1044 KB 592/1063 KB 448/713 KB 1708/1710 KB 1042/1267 KB 760/1044 KB 596/1063 KB 452/713 KB 1710/1710 KB 1042/1267 KB 760/1044 KB 596/1063 KB 452/713 KB 1704/1710 KB 1042/1267 KB 756/1044 KB 596/1063 KB 452/713 KB 1710/1710 KB 1046/1267 KB 760/1044 KB 596/1063 KB 452/713 KB 1710/1710 KB 1050/1267 KB 760/1044 KB 596/1063 KB 452/713 KB 1710/1710 KB 1054/1267 KB 760/1044 KB 596/1063 KB 452/713 KB 1704/1710 KB 1038/1267 KB 756/1044 KB 596/1063 KB 452/713 KB 1710/1710 KB 1054/1267 KB 760/1044 KB 600/1063 KB 452/713 KB 1710/1710 KB 1054/1267 KB 760/1044 KB 604/1063 KB 452/713 KB 1704/1710 KB 1038/1267 KB 756/1044 KB 592/1063 KB 452/713 KB 1710/1710 KB 1058/1267 KB 760/1044 KB 604/1063 KB 456/713 KB 1710/1710 KB 1058/1267 KB 760/1044 KB 604/1063 KB 460/713 KB 1710/1710 KB 1058/1267 KB 760/1044 KB 604/1063 KB 464/713 KB 1710/1710 KB 1058/1267 KB 760/1044 KB 604/1063 KB 468/713 KB 1710/1710 KB 1058/1267 KB 760/1044 KB 604/1063 KB 472/713 KB 1710/1710 KB 1058/1267 KB 760/1044 KB 604/1063 KB 476/713 KB 1710/1710 KB 1058/1267 KB 760/1044 KB 604/1063 KB 480/713 KB 1710/1710 KB 1058/1267 KB 760/1044 KB 604/1063 KB 484/713 KB 1710/1710 KB 1058/1267 KB 764/1044 KB 608/1063 KB 488/713 KB 1710/1710 KB 1058/1267 KB 764/1044 KB 608/1063 KB 492/713 KB 1710/1710 KB 1058/1267 KB 760/1044 KB 604/1063 KB 452/713 KB 1710/1710 KB 1058/1267 KB 764/1044 KB 608/1063 KB 484/713 KB 1710/1710 KB 1058/1267 KB 760/1044 KB 608/1063 KB 484/713 KB 1710/1710 KB 1058/1267 KB 768/1044 KB 608/1063 KB 492/713 KB 1710/1710 KB 1058/1267 KB 768/1044 KB 612/1063 KB 492/713 KB 1710/1710 KB 1062/1267 KB 772/1044 KB 616/1063 KB 496/713 KB 1710/1710 KB 1062/1267 KB 772/1044 KB 612/1063 KB 496/713 KB 1710/1710 KB 1062/1267 KB 772/1044 KB 612/1063 KB 492/713 KB 1710/1710 KB 1062/1267 KB 768/1044 KB 612/1063 KB 492/713 KB 1710/1710 KB 1066/1267 KB 772/1044 KB 616/1063 KB 496/713 KB 1710/1710 KB 1070/1267 KB 772/1044 KB 616/1063 KB 496/713 KB 1710/1710 KB 1070/1267 KB 776/1044 KB 616/1063 KB 496/713 KB 1710/1710 KB 1070/1267 KB 776/1044 KB 620/1063 KB 500/713 KB 1710/1710 KB 1074/1267 KB 780/1044 KB 620/1063 KB 504/713 KB 1710/1710 KB 1074/1267 KB 780/1044 KB 620/1063 KB 508/713 KB 1710/1710 KB 1074/1267 KB 780/1044 KB 620/1063 KB 512/713 KB 1710/1710 KB 1070/1267 KB 776/1044 KB 620/1063 KB 496/713 KB 1710/1710 KB 1074/1267 KB 780/1044 KB 624/1063 KB 512/713 KB 1710/1710 KB 1074/1267 KB 780/1044 KB 628/1063 KB 512/713 KB 1710/1710 KB 1074/1267 KB 780/1044 KB 620/1063 KB 500/713 KB 1710/1710 KB 1070/1267 KB 780/1044 KB 620/1063 KB 500/713 KB 1710/1710 KB 1074/1267 KB 784/1044 KB 632/1063 KB 512/713 KB 1710/1710 KB 1078/1267 KB 784/1044 KB 632/1063 KB 512/713 KB 1710/1710 KB 1082/1267 KB 784/1044 KB 632/1063 KB 512/713 KB 1710/1710 KB 1082/1267 KB 788/1044 KB 632/1063 KB 512/713 KB 1710/1710 KB 1086/1267 KB 792/1044 KB 632/1063 KB 512/713 KB 1710/1710 KB 1086/1267 KB 796/1044 KB 632/1063 KB 512/713 KB 1710/1710 KB 1074/1267 KB 780/1044 KB 632/1063 KB 512/713 KB 1710/1710 KB 1086/1267 KB 788/1044 KB 632/ unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 1063 KB 512/713 KB 1710/1710 KB 1086/1267 KB 796/1044 KB 636/1063 KB 512/713 KB 1710/1710 KB 1090/1267 KB 796/1044 KB 640/1063 KB 516/713 KB 1710/1710 KB 1090/1267 KB 800/1044 KB 640/1063 KB 516/713 KB 1710/1710 KB 1090/1267 KB 796/1044 KB 636/1063 KB 516/713 KB 1710/1710 KB 1090/1267 KB 796/1044 KB 636/1063 KB 512/713 KB 1710/1710 KB 1094/1267 KB 800/1044 KB 640/1063 KB 520/713 KB 1710/1710 KB 1090/1267 KB 800/1044 KB 640/1063 KB 520/713 KB 1710/1710 KB 1098/1267 KB 800/1044 KB 640/1063 KB 524/713 KB 1710/1710 KB 1098/1267 KB 800/1044 KB 640/1063 KB 528/713 KB 1710/1710 KB 1098/1267 KB 800/1044 KB 640/1063 KB 528/713 KB 1710/1710 KB 1102/1267 KB 800/1044 KB 640/1063 KB 528/713 KB 1710/1710 KB 1102/1267 KB 804/1044 KB 644/1063 KB 528/713 KB 1710/1710 KB 1102/1267 KB 800/1044 KB 644/1063 KB 528/713 KB 1710/1710 KB 1102/1267 KB 804/1044 KB 648/1063 KB 528/713 KB 1710/1710 KB 1102/1267 KB 808/1044 KB 648/1063 KB 528/713 KB 1710/1710 KB 1102/1267 KB 812/1044 KB 648/1063 KB 528/713 KB 1710/1710 KB 1102/1267 KB 812/1044 KB 652/1063 KB 528/713 KB 1710/1710 KB 1102/1267 KB 812/1044 KB 656/1063 KB 528/713 KB 1710/1710 KB 1102/1267 KB 816/1044 KB 656/1063 KB 528/713 KB 1710/1710 KB 1102/1267 KB 816/1044 KB 660/1063 KB 528/713 KB 1710/1710 KB 1106/1267 KB 820/1044 KB 664/1063 KB 532/713 KB 1710/1710 KB 1106/1267 KB 820/1044 KB 668/1063 KB 532/713 KB 1710/1710 KB 1106/1267 KB 820/1044 KB 672/1063 KB 532/713 KB 1710/1710 KB 1106/1267 KB 820/1044 KB 660/1063 KB 532/713 KB 1710/1710 KB 1110/1267 KB 820/1044 KB 672/1063 KB 532/713 KB 1710/1710 KB 1114/1267 KB 820/1044 KB 672/1063 KB 532/713 KB 1710/1710 KB 1118/1267 KB 820/1044 KB 672/1063 KB 532/713 KB 1710/1710 KB 1102/1267 KB 820/1044 KB 660/1063 KB 532/713 KB 1710/1710 KB 1102/1267 KB 816/1044 KB 660/1063 KB 532/713 KB 1710/1710 KB 1118/1267 KB 820/1044 KB 672/1063 KB 536/713 KB 1710/1710 KB 1118/1267 KB 820/1044 KB 672/1063 KB 540/713 KB 1710/1710 KB 1118/1267 KB 820/1044 KB 672/1063 KB 544/713 KB 1710/1710 KB 1118/1267 KB 824/1044 KB 672/1063 KB 544/713 KB 1710/1710 KB 1118/1267 KB 828/1044 KB 672/1063 KB 548/713 KB 1710/1710 KB 1122/1267 KB 828/1044 KB 676/1063 KB 552/713 KB 1710/1710 KB 1122/1267 KB 828/1044 KB 676/1063 KB 556/713 KB 1710/1710 KB 1122/1267 KB 828/1044 KB 676/1063 KB 560/713 KB 1710/1710 KB 1122/1267 KB 828/1044 KB 676/1063 KB 548/713 KB 1710/1710 KB 1118/1267 KB 828/1044 KB 672/1063 KB 548/713 KB 1710/1710 KB 1122/1267 KB 832/1044 KB 676/1063 KB 560/713 KB 1710/1710 KB 1122/1267 KB 836/1044 KB 676/1063 KB 560/713 KB 1710/1710 KB 1122/1267 KB 840/1044 KB 680/1063 KB 560/713 KB 1710/1710 KB 1122/1267 KB 828/1044 KB 672/1063 KB 548/713 KB 1710/1710 KB 1126/1267 KB 840/1044 KB 680/1063 KB 560/713 KB 1710/1710 KB 1130/1267 KB 840/1044 KB 680/1063 KB 560/713 KB 1710/1710 KB 1134/1267 KB 840/1044 KB 680/1063 KB 560/713 KB 1710/1710 KB 1122/1267 KB 836/1044 KB 680/1063 KB 560/713 KB 1710/1710 KB 1134/1267 KB 840/1044 KB 684/1063 KB 560/713 KB 1710/1710 KB 1134/1267 KB 840/1044 KB 688/1063 KB 560/713 KB 1710/1710 KB 1134/1267 KB 844/1044 KB 692/1063 KB 560/713 KB 1138/1267 KB 844/1044 KB 696/1063 KB 564/713 KB 1138/1267 KB 844/1044 KB 700/1063 KB 564/713 KB 1138/1267 KB 844/1044 KB 704/1063 KB 564/713 KB 1710/1710 KB 1134/1267 KB 844/1044 KB 688/1063 KB 560/713 KB 1138/1267 KB 844/1044 KB 692/1063 KB 564/713 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2. unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 12.2.jar (1710 KB at 2394.8 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 1710/1710 KB 1134/1267 KB 844/1044 KB 692/1063 KB 564/713 KB 1142/1267 KB 848/1044 KB 708/1063 KB 564/713 KB 1146/1267 KB 848/1044 KB 708/1063 KB 568/713 KB 1150/1267 KB 848/1044 KB 708/1063 KB 568/713 KB 1154/1267 KB 848/1044 KB 708/1063 KB 568/713 KB 1158/1267 KB 848/1044 KB 708/1063 KB 568/713 KB 1162/1267 KB 848/1044 KB 708/1063 KB 568/713 KB 1138/1267 KB 848/1044 KB 708/1063 KB 564/713 KB 1138/1267 KB 848/1044 KB 704/1063 KB 564/713 KB 1142/1267 KB 848/1044 KB 708/1063 KB 568/713 KB 1162/1267 KB 848/1044 KB 708/1063 KB 572/713 KB 1162/1267 KB 848/1044 KB 708/1063 KB 576/713 KB 1162/1267 KB 852/1044 KB 708/1063 KB 576/713 KB 1162/1267 KB 856/1044 KB 708/1063 KB 576/713 KB 1162/1267 KB 860/1044 KB 708/1063 KB 576/713 KB 1162/1267 KB 864/1044 KB 708/1063 KB 576/713 KB 1162/1267 KB 864/1044 KB 708/1063 KB 580/713 KB 1162/1267 KB 864/1044 KB 708/1063 KB 584/713 KB 1162/1267 KB 864/1044 KB 708/1063 KB 588/713 KB 1162/1267 KB 864/1044 KB 708/1063 KB 592/713 KB 1166/1267 KB 864/1044 KB 712/1063 KB 592/713 KB 1166/1267 KB 864/1044 KB 708/1063 KB 592/713 KB 1166/1267 KB 868/1044 KB 716/1063 KB 592/713 KB 1170/1267 KB 868/1044 KB 720/1063 KB 592/713 KB 1166/1267 KB 868/1044 KB 712/1063 KB 592/713 KB 1170/1267 KB 872/1044 KB 720/1063 KB 592/713 KB 1170/1267 KB 876/1044 KB 720/1063 KB 592/713 KB 1170/1267 KB 880/1044 KB 720/1063 KB 592/713 KB 1170/1267 KB 880/1044 KB 724/1063 KB 592/713 KB 1170/1267 KB 884/1044 KB 728/1063 KB 596/713 KB 1170/1267 KB 884/1044 KB 732/1063 KB 596/713 KB 1170/1267 KB 868/1044 KB 716/1063 KB 592/713 KB 1174/1267 KB 884/1044 KB 732/1063 KB 596/713 KB 1178/1267 KB 884/1044 KB 732/1063 KB 596/713 KB 1182/1267 KB 884/1044 KB 732/1063 KB 596/713 KB 1170/1267 KB 884/1044 KB 724/1063 KB 596/713 KB 1170/1267 KB 880/1044 KB 724/1063 KB 596/713 KB 1182/1267 KB 884/1044 KB 732/1063 KB 600/713 KB 1182/1267 KB 884/1044 KB 732/1063 KB 604/713 KB 1182/1267 KB 884/1044 KB 732/1063 KB 608/713 KB 1182/1267 KB 888/1044 KB 732/1063 KB 608/713 KB 1182/1267 KB 892/1044 KB 732/1063 KB 608/713 KB 1186/1267 KB 896/1044 KB 736/1063 KB 612/713 KB 1186/1267 KB 892/1044 KB 736/1063 KB 612/713 KB 1186/1267 KB 900/1044 KB 736/1063 KB 612/713 KB 1186/1267 KB 904/1044 KB 740/1063 KB 612/713 KB 1186/1267 KB 908/1044 KB 740/1063 KB 612/713 KB 1186/1267 KB 892/1044 KB 732/1063 KB 612/713 KB 1182/1267 KB 892/1044 KB 732/1063 KB 612/713 KB 1186/1267 KB 908/1044 KB 740/1063 KB 616/713 KB 1186/1267 KB 908/1044 KB 740/1063 KB 620/713 KB 1190/1267 KB 908/1044 KB 740/1063 KB 624/713 KB 1186/1267 KB 900/1044 KB 740/1063 KB 612/713 KB 1190/1267 KB 908/1044 KB 740/1063 KB 620/713 KB 1194/1267 KB 908/1044 KB 740/1063 KB 624/713 KB 1198/1267 KB 908/1044 KB 740/1063 KB 624/713 KB 1198/1267 KB 908/1044 KB 744/1063 KB 624/713 KB 1198/1267 KB 908/1044 KB 748/1063 KB 624/713 KB 1198/1267 KB 908/1044 KB 752/1063 KB 624/713 KB 1198/1267 KB 908/1044 KB 752/1063 KB 628/713 KB 1202/1267 KB 912/1044 KB 756/1063 KB 632/713 KB 1202/1267 KB 912/1044 KB 756/1063 KB 636/713 KB 1202/1267 KB 912/1044 KB 756/1063 KB 640/713 KB 1202/1267 KB 912/1044 KB 756/1063 KB 628/713 KB 1202/1267 KB 908/1044 KB 756/1063 KB 628/713 KB 1202/1267 KB 912/1044 KB 760/1063 KB 640/713 KB 1202/1267 KB 912/1044 KB 764/1063 KB 640/713 KB 1202/1267 KB 912/1044 KB 768/1063 KB 640/713 KB 1202/1267 KB 912/1044 KB 772/1063 KB 640/713 KB 1202/1267 KB 916/1044 KB 776/1063 KB 644/713 KB 1202/1267 KB 916/1044 KB 780/1063 KB 644/713 KB 1202/1267 KB 916/1044 KB 784/1 unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 063 KB 644/713 KB 1202/1267 KB 908/1044 KB 752/1063 KB 628/713 KB 1206/1267 KB 916/1044 KB 784/1063 KB 644/713 KB 1210/1267 KB 916/1044 KB 784/1063 KB 644/713 KB 1214/1267 KB 916/1044 KB 784/1063 KB 644/713 KB 1202/1267 KB 916/1044 KB 772/1063 KB 644/713 KB 1214/1267 KB 920/1044 KB 784/1063 KB 644/713 KB 1202/1267 KB 916/1044 KB 772/1063 KB 644/713 KB 1214/1267 KB 920/1044 KB 784/1063 KB 648/713 KB 1214/1267 KB 924/1044 KB 784/1063 KB 648/713 KB 1214/1267 KB 928/1044 KB 784/1063 KB 648/713 KB 1214/1267 KB 928/1044 KB 784/1063 KB 652/713 KB 1218/1267 KB 928/1044 KB 784/1063 KB 652/713 KB 1222/1267 KB 928/1044 KB 784/1063 KB 656/713 KB 1226/1267 KB 928/1044 KB 784/1063 KB 656/713 KB 1230/1267 KB 928/1044 KB 784/1063 KB 656/713 KB 1218/1267 KB 928/1044 KB 784/1063 KB 656/713 KB 1230/1267 KB 928/1044 KB 784/1063 KB 660/713 KB 1234/1267 KB 932/1044 KB 784/1063 KB 664/713 KB 1234/1267 KB 932/1044 KB 784/1063 KB 668/713 KB 1234/1267 KB 932/1044 KB 784/1063 KB 660/713 KB 1234/1267 KB 936/1044 KB 784/1063 KB 672/713 KB 1234/1267 KB 940/1044 KB 784/1063 KB 672/713 KB 1234/1267 KB 944/1044 KB 788/1063 KB 672/713 KB 1234/1267 KB 944/1044 KB 788/1063 KB 672/713 KB 1234/1267 KB 944/1044 KB 792/1063 KB 672/713 KB 1234/1267 KB 944/1044 KB 796/1063 KB 672/713 KB 1234/1267 KB 928/1044 KB 784/1063 KB 660/713 KB 1234/1267 KB 944/1044 KB 784/1063 KB 672/713 KB 1238/1267 KB 944/1044 KB 796/1063 KB 672/713 KB 1242/1267 KB 944/1044 KB 796/1063 KB 672/713 KB 1246/1267 KB 944/1044 KB 800/1063 KB 672/713 KB 1250/1267 KB 948/1044 KB 800/1063 KB 676/713 KB 1254/1267 KB 948/1044 KB 800/1063 KB 676/713 KB 1258/1267 KB 948/1044 KB 800/1063 KB 676/713 KB 1242/1267 KB 944/1044 KB 800/1063 KB 672/713 KB 1258/1267 KB 948/1044 KB 804/1063 KB 676/713 KB 1258/1267 KB 948/1044 KB 808/1063 KB 676/713 KB 1246/1267 KB 948/1044 KB 800/1063 KB 676/713 KB 1246/1267 KB 944/1044 KB 800/1063 KB 676/713 KB 1258/1267 KB 948/1044 KB 808/1063 KB 680/713 KB 1258/1267 KB 952/1044 KB 808/1063 KB 680/713 KB 1258/1267 KB 952/1044 KB 808/1063 KB 684/713 KB 1258/1267 KB 956/1044 KB 808/1063 KB 684/713 KB 1258/1267 KB 956/1044 KB 808/1063 KB 688/713 KB 1258/1267 KB 960/1044 KB 808/1063 KB 688/713 KB 1258/1267 KB 960/1044 KB 812/1063 KB 688/713 KB 1258/1267 KB 960/1044 KB 816/1063 KB 688/713 KB 1258/1267 KB 960/1044 KB 820/1063 KB 688/713 KB 1262/1267 KB 964/1044 KB 824/1063 KB 692/713 KB 1262/1267 KB 964/1044 KB 828/1063 KB 692/713 KB 1262/1267 KB 964/1044 KB 820/1063 KB 692/713 KB 1262/1267 KB 964/1044 KB 828/1063 KB 696/713 KB 4/257 KB 1262/1267 KB 964/1044 KB 828/1063 KB 700/713 KB 4/257 KB 1262/1267 KB 964/1044 KB 820/1063 KB 688/713 KB 1262/1267 KB 960/1044 KB 820/1063 KB 688/713 KB 1262/1267 KB 964/1044 KB 828/1063 KB 692/713 KB 4/257 KB 1262/1267 KB 964/1044 KB 828/1063 KB 704/713 KB 8/257 KB 1262/1267 KB 964/1044 KB 828/1063 KB 704/713 KB 12/257 KB 1262/1267 KB 964/1044 KB 828/1063 KB 704/713 KB 16/257 KB 1262/1267 KB 964/1044 KB 828/1063 KB 704/713 KB 20/257 KB 1262/1267 KB 964/1044 KB 828/1063 KB 704/713 KB 24/257 KB 1262/1267 KB 964/1044 KB 828/1063 KB 704/713 KB 28/257 KB 1262/1267 KB 964/1044 KB 828/1063 KB 704/713 KB 32/257 KB 1262/1267 KB 964/1044 KB 828/1063 KB 704/713 KB 36/257 KB 1262/1267 KB 964/1044 KB 828/1063 KB 704/713 KB 40/257 KB 1262/1267 KB 964/1044 KB 828/1063 KB 704/713 KB 44/257 KB 1262/1267 KB 964/1044 KB 828/1063 KB 704/713 KB 48/257 KB 1262/1267 KB 964/1044 KB 828/1063 KB 704/713 KB 52/257 KB 1262/1267 KB 964/10 unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 44 KB 828/1063 KB 704/713 KB 56/257 KB 1262/1267 KB 964/1044 KB 828/1063 KB 704/713 KB 60/257 KB 1266/1267 KB 964/1044 KB 828/1063 KB 704/713 KB 60/257 KB 1267/1267 KB 964/1044 KB 828/1063 KB 704/713 KB 64/257 KB 1266/1267 KB 964/1044 KB 828/1063 KB 704/713 KB 64/257 KB 1267/1267 KB 968/1044 KB 828/1063 KB 704/713 KB 64/257 KB 1267/1267 KB 972/1044 KB 828/1063 KB 704/713 KB 64/257 KB 1267/1267 KB 976/1044 KB 828/1063 KB 704/713 KB 64/257 KB 1267/1267 KB 980/1044 KB 828/1063 KB 704/713 KB 64/257 KB 1267/1267 KB 984/1044 KB 832/1063 KB 704/713 KB 68/257 KB 1267/1267 KB 988/1044 KB 832/1063 KB 704/713 KB 68/257 KB 1267/1267 KB 992/1044 KB 832/1063 KB 704/713 KB 68/257 KB 1267/1267 KB 980/1044 KB 832/1063 KB 704/713 KB 68/257 KB 1267/1267 KB 980/1044 KB 828/1063 KB 704/713 KB 68/257 KB 1262/1267 KB 980/1044 KB 828/1063 KB 704/713 KB 64/257 KB 1267/1267 KB 992/1044 KB 836/1063 KB 704/713 KB 68/257 KB 1267/1267 KB 992/1044 KB 840/1063 KB 708/713 KB 72/257 KB 1267/1267 KB 992/1044 KB 844/1063 KB 708/713 KB 72/257 KB 1267/1267 KB 992/1044 KB 848/1063 KB 708/713 KB 72/257 KB 1267/1267 KB 992/1044 KB 836/1063 KB 708/713 KB 72/257 KB 1267/1267 KB 992/1044 KB 848/1063 KB 708/713 KB 76/257 KB 1267/1267 KB 992/1044 KB 848/1063 KB 708/713 KB 80/257 KB 1267/1267 KB 992/1044 KB 836/1063 KB 708/713 KB 68/257 KB 1267/1267 KB 992/1044 KB 848/1063 KB 712/713 KB 80/257 KB 1267/1267 KB 992/1044 KB 848/1063 KB 713/713 KB 80/257 KB 1267/1267 KB 992/1044 KB 848/1063 KB 713/713 KB 84/257 KB 1267/1267 KB 992/1044 KB 848/1063 KB 713/713 KB 88/257 KB 1267/1267 KB 996/1044 KB 848/1063 KB 713/713 KB 92/257 KB 1267/1267 KB 996/1044 KB 848/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 996/1044 KB 852/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 996/1044 KB 856/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 996/1044 KB 860/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 996/1044 KB 848/1063 KB 713/713 KB 88/257 KB 1267/1267 KB 1000/1044 KB 860/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1004/1044 KB 860/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1008/1044 KB 860/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1008/1044 KB 864/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1012/1044 KB 864/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1016/1044 KB 868/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1020/1044 KB 868/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1024/1044 KB 868/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1012/1044 KB 868/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1024/1044 KB 872/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1024/1044 KB 876/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1024/1044 KB 880/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1028/1044 KB 880/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1032/1044 KB 880/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1036/1044 KB 880/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1036/1044 KB 884/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1040/1044 KB 884/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1040/1044 KB 888/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1040/1044 KB 892/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1040/1044 KB 896/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1044/1044 KB 896/1063 KB 713/713 KB 96/257 KB 1267/1267 KB 1044/1044 KB 896/1063 KB 713/713 KB 100/257 KB 1267/1267 KB 1044/1044 KB 896/1063 KB 713/713 KB 104/257 KB 1267/1267 KB 1044/1044 KB 896/1063 KB 713/713 KB 108/257 KB 1267/1267 KB 1044/1044 KB 896/1063 KB 713/713 KB 112/257 KB 1267/1267 KB 1044/1044 KB 896/1063 KB 713/713 KB 112/257 KB 1267/1267 KB unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 1044/1044 KB 900/1063 KB 713/713 KB 112/257 KB 1267/1267 KB 1044/1044 KB 904/1063 KB 713/713 KB 112/257 KB 1267/1267 KB 1044/1044 KB 908/1063 KB 713/713 KB 112/257 KB 1267/1267 KB 1044/1044 KB 912/1063 KB 713/713 KB 112/257 KB 1267/1267 KB 1044/1044 KB 912/1063 KB 713/713 KB 116/257 KB 1267/1267 KB 1044/1044 KB 912/1063 KB 713/713 KB 120/257 KB 1267/1267 KB 1044/1044 KB 912/1063 KB 713/713 KB 124/257 KB 1267/1267 KB 1044/1044 KB 912/1063 KB 713/713 KB 128/257 KB 1267/1267 KB 1044/1044 KB 916/1063 KB 713/713 KB 128/257 KB 1267/1267 KB 1044/1044 KB 920/1063 KB 713/713 KB 128/257 KB 1267/1267 KB 1044/1044 KB 924/1063 KB 713/713 KB 128/257 KB 1267/1267 KB 1044/1044 KB 928/1063 KB 713/713 KB 128/257 KB 1267/1267 KB 1044/1044 KB 932/1063 KB 713/713 KB 128/257 KB 1267/1267 KB 1044/1044 KB 936/1063 KB 713/713 KB 128/257 KB 1267/1267 KB 1044/1044 KB 940/1063 KB 713/713 KB 128/257 KB 1267/1267 KB 1044/1044 KB 944/1063 KB 713/713 KB 128/257 KB 1267/1267 KB 1044/1044 KB 948/1063 KB 713/713 KB 128/257 KB 1267/1267 KB 1044/1044 KB 952/1063 KB 713/713 KB 128/257 KB 1267/1267 KB 1044/1044 KB 956/1063 KB 713/713 KB 128/257 KB 1267/1267 KB 1044/1044 KB 960/1063 KB 713/713 KB 128/257 KB 1267/1267 KB 1044/1044 KB 964/1063 KB 713/713 KB 128/257 KB 1267/1267 KB 1044/1044 KB 968/1063 KB 713/713 KB 128/257 KB 1267/1267 KB 1044/1044 KB 972/1063 KB 713/713 KB 128/257 KB 1267/1267 KB 1044/1044 KB 976/1063 KB 713/713 KB 128/257 KB 1267/1267 KB 1044/1044 KB 976/1063 KB 713/713 KB 132/257 KB 1267/1267 KB 1044/1044 KB 976/1063 KB 713/713 KB 136/257 KB 1267/1267 KB 1044/1044 KB 976/1063 KB 713/713 KB 140/257 KB 1267/1267 KB 1044/1044 KB 976/1063 KB 713/713 KB 144/257 KB 1267/1267 KB 1044/1044 KB 980/1063 KB 713/713 KB 144/257 KB 1267/1267 KB 1044/1044 KB 984/1063 KB 713/713 KB 144/257 KB 1267/1267 KB 1044/1044 KB 988/1063 KB 713/713 KB 144/257 KB 1267/1267 KB 1044/1044 KB 992/1063 KB 713/713 KB 144/257 KB 1267/1267 KB 1044/1044 KB 996/1063 KB 713/713 KB 144/257 KB 1267/1267 KB 1044/1044 KB 996/1063 KB 713/713 KB 148/257 KB 1267/1267 KB 1044/1044 KB 996/1063 KB 713/713 KB 152/257 KB 1267/1267 KB 1044/1044 KB 996/1063 KB 713/713 KB 156/257 KB 1267/1267 KB 1044/1044 KB 996/1063 KB 713/713 KB 160/257 KB 1267/1267 KB 1044/1044 KB 1000/1063 KB 713/713 KB 160/257 KB 1267/1267 KB 1044/1044 KB 1004/1063 KB 713/713 KB 160/257 KB 1267/1267 KB 1044/1044 KB 1008/1063 KB 713/713 KB 160/257 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar (1267 KB at 1615.4 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 1044/1044 KB 1008/1063 KB 713/713 KB 164/257 KB 1044/1044 KB 1008/1063 KB 713/713 KB 168/257 KB 1044/1044 KB 1008/1063 KB 713/713 KB 172/257 KB 1044/1044 KB 1008/1063 KB 713/713 KB 176/257 KB 1044/1044 KB 1012/1063 KB 713/713 KB 176/257 KB 1044/1044 KB 1016/1063 KB 713/713 KB 176/257 KB 1044/1044 KB 1020/1063 KB 713/713 KB 176/257 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar (713 KB at 905.9 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 1044/1044 KB 1024/1063 KB 176/257 KB 1044/1044 KB 1028/1063 KB 176/257 KB 1044/1044 KB 1028/1063 KB 180/257 KB 1044/1044 KB 1028/1063 KB 184/257 KB 1044/1044 KB 1028/1063 KB 188/257 KB 1044/1044 KB 1028/1063 KB 192/257 KB 1044/1044 KB 1032/1063 KB 192/257 KB 1044/1044 KB 1036/1063 KB 192/257 KB 1044/1044 KB 1040/1063 KB 192/257 KB 1044/1044 KB 1044/1063 KB 192/257 KB 1044/1044 KB 1048/1063 KB 192/257 KB 1044/1044 KB 1052/1063 KB 192/257 KB 1044/1044 KB 1052/1063 KB 196/257 KB 1044/1044 KB 1052/1063 KB 200/257 KB 1044/1044 KB 1052/1063 KB 204/257 KB 1044/1044 KB 1052/1063 KB 208/257 KB 1044/1044 KB 1056/1063 KB 208/257 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar (1044 KB at 1314.7 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 1060/1063 KB 208/257 KB 1063/1063 KB 208/257 KB 1063/1063 KB 212/257 KB 1063/1063 KB 216/257 KB 1063/1063 KB 220/257 KB 1063/1063 KB 224/257 KB 1063/1063 KB 228/257 KB 1063/1063 KB 232/257 KB 1063/1063 KB 236/257 KB 1063/1063 KB 240/257 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar (1063 KB at 1324.3 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 244/257 KB 248/257 KB 252/257 KB 256/257 KB 257/257 KB 3/86 KB 257/257 KB 6/86 KB 257/257 KB 9/86 KB 257/257 KB 11/86 KB 257/257 KB 14/86 KB 257/257 KB 16/86 KB 257/257 KB 19/86 KB 257/257 KB 22/86 KB 257/257 KB 25/86 KB 257/257 KB 27/86 KB 257/257 KB 30/86 KB 257/257 KB 32/86 KB 257/257 KB 36/86 KB 257/257 KB 36/86 KB 257/257 KB 4/549 KB 36/86 KB 257/257 KB 8/549 KB 3/5 KB 36/86 KB 257/257 KB 12/549 KB 3/5 KB 36/86 KB 257/257 KB 16/549 KB 3/5 KB 36/86 KB 257/257 KB 8/549 KB 4/5 KB 36/86 KB 257/257 KB 4/358 KB 16/549 KB 5/5 KB 36/86 KB 257/257 KB 4/358 KB 16/549 KB 3/5 KB 36/86 KB 257/257 KB 4/358 KB 16/549 KB 5/5 KB 36/86 KB 257/257 KB 8/358 KB 16/549 KB 5/5 KB 36/86 KB 257/257 KB 12/358 KB 16/549 KB 5/5 KB 36/86 KB 257/257 KB 16/358 KB 16/549 KB 5/5 KB 36/86 KB 257/257 KB 16/358 KB 20/549 KB 5/5 KB 40/86 KB 257/257 KB 16/358 KB 24/549 KB 5/5 KB 40/86 KB 257/257 KB 16/358 KB 20/549 KB 5/5 KB 44/86 KB 257/257 KB 16/358 KB 24/549 KB 5/5 KB 48/86 KB 257/257 KB 16/358 KB 24/549 KB 5/5 KB 48/86 KB 257/257 KB 16/358 KB 28/549 KB 5/5 KB 48/86 KB 257/257 KB 20/358 KB 32/549 KB 5/5 KB 48/86 KB 257/257 KB 20/358 KB 28/549 KB 5/5 KB 48/86 KB 257/257 KB 24/358 KB 32/549 KB 5/5 KB 48/86 KB 257/257 KB 28/358 KB 32/549 KB 5/5 KB 48/86 KB 257/257 KB 32/358 KB 32/549 KB 5/5 KB 52/86 KB 257/257 KB 32/358 KB 32/549 KB 5/5 KB 56/86 KB 257/257 KB 32/358 KB 32/549 KB 5/5 KB 56/86 KB 257/257 KB 32/358 KB 36/549 KB 5/5 KB 60/86 KB 257/257 KB 32/358 KB 36/549 KB 5/5 KB 60/86 KB 257/257 KB 32/358 KB 40/549 KB 5/5 KB 64/86 KB 257/257 KB 32/358 KB 40/549 KB 5/5 KB 64/86 KB 257/257 KB 32/358 KB 44/549 KB 5/5 KB 64/86 KB 257/257 KB 32/358 KB 48/549 KB 5/5 KB 68/86 KB 257/257 KB 32/358 KB 48/549 KB 5/5 KB 72/86 KB 257/257 KB 32/358 KB 52/549 KB 5/5 KB 76/86 KB 257/257 KB 32/358 KB 52/549 KB 5/5 KB 80/86 KB 257/257 KB 32/358 KB 52/549 KB 5/5 KB 68/86 KB 257/257 KB 32/358 KB 52/549 KB 5/5 KB 80/86 KB 257/257 KB 32/358 KB 56/549 KB 5/5 KB 80/86 KB 257/257 KB 32/358 KB 60/549 KB 5/5 KB 80/86 KB 257/257 KB 36/358 KB 64/549 KB 5/5 KB 80/86 KB 257/257 KB 36/358 KB 60/549 KB 5/5 KB 84/86 KB 257/257 KB 40/358 KB 64/549 KB 5/5 KB 84/86 KB 257/257 KB 44/358 KB 64/549 KB 5/5 KB 84/86 KB 257/257 KB 48/358 KB 64/549 KB 5/5 KB 84/86 KB 257/257 KB 36/358 KB 64/549 KB 5/5 KB 86/86 KB 257/257 KB 48/358 KB 64/549 KB 5/5 KB 86/86 KB 257/257 KB 48/358 KB 68/549 KB 5/5 KB 86/86 KB 257/257 KB 48/358 KB 72/549 KB 5/5 KB 86/86 KB 257/257 KB 48/358 KB 76/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar (257 KB at 311.0 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 5/5 KB 86/86 KB 52/358 KB 76/549 KB 5/5 KB 86/86 KB 56/358 KB 76/549 KB 5/5 KB 86/86 KB 60/358 KB 76/549 KB 5/5 KB 86/86 KB 64/358 KB 76/549 KB 5/5 KB 86/86 KB 64/358 KB 80/549 KB 5/5 KB 86/86 KB 64/358 KB 84/549 KB 5/5 KB 86/86 KB 64/358 KB 88/549 KB 5/5 KB 86/86 KB 64/358 KB 92/549 KB 5/5 KB 86/86 KB 64/358 KB 96/549 KB 5/5 KB 86/86 KB 68/358 KB 96/549 KB 5/5 KB 86/86 KB 72/358 KB 96/549 KB 5/5 KB 86/86 KB 76/358 KB 96/549 KB 5/5 KB 86/86 KB 80/358 KB 96/549 KB 5/5 KB 86/86 KB 80/358 KB 100/549 KB 5/5 KB 86/86 KB 80/358 KB 104/549 KB 5/5 KB 86/86 KB 80/358 KB 108/549 KB 5/5 KB 86/86 KB 80/358 KB 112/549 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (86 KB at 103.2 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 5/5 KB 84/358 KB 112/549 KB 5/5 KB 88/358 KB 112/549 KB 5/5 KB 92/358 KB 112/549 KB 5/5 KB 96/358 KB 112/549 KB 5/5 KB 96/358 KB 116/549 KB 5/5 KB 96/358 KB 120/549 KB 5/5 KB 96/358 KB 124/549 KB 5/5 KB 96/358 KB 128/549 KB 5/5 KB 96/358 KB 132/549 KB 5/5 KB 96/358 KB 136/549 KB 5/5 KB 96/358 KB 140/549 KB 5/5 KB 96/358 KB 144/549 KB 5/5 KB 100/358 KB 144/549 KB 5/5 KB 104/358 KB 144/549 KB 5/5 KB 108/358 KB 144/549 KB 5/5 KB 112/358 KB 144/549 KB 5/5 KB 112/358 KB 148/549 KB 5/5 KB 112/358 KB 152/549 KB 5/5 KB 112/358 KB 156/549 KB Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (5 KB at 5.2 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 112/358 KB 160/549 KB 116/358 KB 160/549 KB 120/358 KB 160/549 KB 124/358 KB 160/549 KB 128/358 KB 160/549 KB 128/358 KB 164/549 KB 128/358 KB 168/549 KB 128/358 KB 172/549 KB 128/358 KB 176/549 KB 128/358 KB 180/549 KB 128/358 KB 184/549 KB 128/358 KB 188/549 KB 128/358 KB 192/549 KB 128/358 KB 196/549 KB 132/358 KB 196/549 KB 136/358 KB 196/549 KB 140/358 KB 196/549 KB 144/358 KB 196/549 KB 148/358 KB 196/549 KB 152/358 KB 196/549 KB 156/358 KB 196/549 KB 160/358 KB 196/549 KB 160/358 KB 200/549 KB 160/358 KB 204/549 KB 160/358 KB 208/549 KB 160/358 KB 212/549 KB 160/358 KB 216/549 KB 160/358 KB 220/549 KB 160/358 KB 224/549 KB 164/358 KB 224/549 KB 4/404 KB 168/358 KB 224/549 KB 4/404 KB 172/358 KB 224/549 KB 4/404 KB 164/358 KB 224/549 KB 8/404 KB 176/358 KB 224/549 KB 12/404 KB 176/358 KB 224/549 KB 16/404 KB 3/587 KB 176/358 KB 224/549 KB 12/404 KB 3/587 KB 176/358 KB 224/549 KB 16/404 KB 5/587 KB 176/358 KB 224/549 KB 16/404 KB 8/587 KB 176/358 KB 224/549 KB 16/404 KB 11/587 KB 176/358 KB 224/549 KB 16/404 KB 13/587 KB 176/358 KB 224/549 KB 16/404 KB 16/587 KB 176/358 KB 224/549 KB 16/404 KB 19/587 KB 176/358 KB 224/549 KB 20/404 KB 19/587 KB 176/358 KB 224/549 KB 20/404 KB 21/587 KB 176/358 KB 224/549 KB 20/404 KB 21/587 KB 176/358 KB 224/549 KB 20/404 KB 24/587 KB 176/358 KB 224/549 KB 24/404 KB 24/587 KB 176/358 KB 224/549 KB 28/404 KB 24/587 KB 176/358 KB 224/549 KB 32/404 KB 27/587 KB 176/358 KB 224/549 KB 28/404 KB 27/587 KB 176/358 KB 224/549 KB 32/404 KB 29/587 KB 176/358 KB 224/549 KB 32/404 KB 29/587 KB 180/358 KB 224/549 KB 32/404 KB 32/587 KB 184/358 KB 224/549 KB 32/404 KB 32/587 KB 180/358 KB 224/549 KB 32/404 KB 32/587 KB 188/358 KB 224/549 KB 32/404 KB 32/587 KB 192/358 KB 224/549 KB 32/404 KB 32/587 KB 196/358 KB 224/549 KB 36/404 KB 36/587 KB 200/358 KB 224/549 KB 36/404 KB 36/587 KB 196/358 KB 224/549 KB 36/404 KB 32/587 KB 196/358 KB 224/549 KB 40/404 KB 36/587 KB 200/358 KB 224/549 KB 44/404 KB 36/587 KB 200/358 KB 224/549 KB 48/404 KB 36/587 KB 200/358 KB 224/549 KB 48/404 KB 40/587 KB 200/358 KB 224/549 KB 48/404 KB 44/587 KB 200/358 KB 224/549 KB 48/404 KB 48/587 KB 200/358 KB 224/549 KB 48/404 KB 48/587 KB 204/358 KB 224/549 KB 48/404 KB 48/587 KB 208/358 KB 224/549 KB 48/404 KB 52/587 KB 208/358 KB 224/549 KB 48/404 KB 52/587 KB 212/358 KB 224/549 KB 52/404 KB 3/894 KB 56/587 KB 216/358 KB 228/549 KB 52/404 KB 3/894 KB 56/587 KB 220/358 KB 228/549 KB 52/404 KB 3/894 KB 56/587 KB 224/358 KB 228/549 KB 52/404 KB 3/894 KB 56/587 KB 212/358 KB 228/549 KB 52/404 KB 3/894 KB 56/587 KB 212/358 KB 224/549 KB 52/404 KB 5/894 KB 56/587 KB 224/358 KB 228/549 KB 52/404 KB 8/894 KB 56/587 KB 224/358 KB 228/549 KB 52/404 KB 11/894 KB 56/587 KB 224/358 KB 228/549 KB 52/404 KB 13/894 KB 56/587 KB 224/358 KB 228/549 KB 52/404 KB 16/894 KB 56/587 KB 224/358 KB 228/549 KB 52/404 KB 19/894 KB 56/587 KB 224/358 KB 228/549 KB 52/404 KB 21/894 KB 56/587 KB 224/358 KB 228/549 KB 52/404 KB 24/894 KB 56/587 KB 224/358 KB 228/549 KB 52/404 KB 27/894 KB 56/587 KB 224/358 KB 228/549 KB 52/404 KB 29/894 KB 56/587 KB 224/358 KB 228/549 KB 52/404 KB 56/587 KB 212/358 KB 224/549 KB 52/404 KB 29/894 KB 60/587 KB 224/358 KB 228/549 KB 52/404 KB 29/894 KB 64/587 KB 224/358 KB 228/549 KB 52/404 KB 52/587 KB 212/358 KB 224/549 KB 52/404 KB 32/894 KB 64/587 KB 224/358 KB 228/549 KB 56/404 KB 32/894 KB 6 unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 4/587 KB 224/358 KB 228/549 KB 60/404 KB 32/894 KB 64/587 KB 224/358 KB 228/549 KB 64/404 KB 32/894 KB 64/587 KB 224/358 KB 228/549 KB 68/404 KB 32/894 KB 64/587 KB 224/358 KB 228/549 KB 68/404 KB 32/894 KB 68/587 KB 228/358 KB 228/549 KB 68/404 KB 32/894 KB 68/587 KB 224/358 KB 228/549 KB 72/404 KB 32/894 KB 72/587 KB 228/358 KB 232/549 KB 72/404 KB 32/894 KB 76/587 KB 228/358 KB 232/549 KB 72/404 KB 32/894 KB 80/587 KB 228/358 KB 232/549 KB 72/404 KB 32/894 KB 68/587 KB 228/358 KB 232/549 KB 68/404 KB 32/894 KB 68/587 KB 228/358 KB 232/549 KB 72/404 KB 32/894 KB 80/587 KB 228/358 KB 236/549 KB 72/404 KB 32/894 KB 80/587 KB 228/358 KB 240/549 KB 76/404 KB 32/894 KB 80/587 KB 228/358 KB 240/549 KB 80/404 KB 32/894 KB 80/587 KB 228/358 KB 240/549 KB 80/404 KB 36/894 KB 80/587 KB 228/358 KB 240/549 KB 80/404 KB 40/894 KB 80/587 KB 228/358 KB 240/549 KB 80/404 KB 44/894 KB 80/587 KB 228/358 KB 240/549 KB 80/404 KB 48/894 KB 80/587 KB 228/358 KB 240/549 KB 80/404 KB 48/894 KB 80/587 KB 232/358 KB 240/549 KB 80/404 KB 48/894 KB 80/587 KB 236/358 KB 240/549 KB 80/404 KB 48/894 KB 80/587 KB 240/358 KB 240/549 KB 84/404 KB 48/894 KB 84/587 KB 240/358 KB 244/549 KB 88/404 KB 48/894 KB 84/587 KB 240/358 KB 244/549 KB 92/404 KB 48/894 KB 84/587 KB 240/358 KB 244/549 KB 96/404 KB 52/894 KB 84/587 KB 240/358 KB 244/549 KB 80/404 KB 48/894 KB 84/587 KB 240/358 KB 244/549 KB 96/404 KB 52/894 KB 84/587 KB 240/358 KB 248/549 KB 80/404 KB 48/894 KB 84/587 KB 240/358 KB 240/549 KB 92/404 KB 52/894 KB 84/587 KB 240/358 KB 244/549 KB 96/404 KB 56/894 KB 84/587 KB 240/358 KB 248/549 KB 96/404 KB 60/894 KB 84/587 KB 240/358 KB 248/549 KB 96/404 KB 64/894 KB 84/587 KB 240/358 KB 248/549 KB 96/404 KB 64/894 KB 84/587 KB 240/358 KB 252/549 KB 96/404 KB 64/894 KB 88/587 KB 240/358 KB 252/549 KB 96/404 KB 64/894 KB 88/587 KB 240/358 KB 256/549 KB 96/404 KB 64/894 KB 92/587 KB 240/358 KB 260/549 KB 100/404 KB 68/894 KB 92/587 KB 244/358 KB 264/549 KB 100/404 KB 68/894 KB 92/587 KB 244/358 KB 268/549 KB 96/404 KB 64/894 KB 92/587 KB 240/358 KB 256/549 KB 100/404 KB 68/894 KB 96/587 KB 244/358 KB 268/549 KB 100/404 KB 68/894 KB 100/587 KB 244/358 KB 268/549 KB 100/404 KB 68/894 KB 104/587 KB 244/358 KB 268/549 KB 100/404 KB 68/894 KB 108/587 KB 244/358 KB 268/549 KB 100/404 KB 68/894 KB 92/587 KB 244/358 KB 260/549 KB 96/404 KB 68/894 KB 92/587 KB 244/358 KB 260/549 KB 100/404 KB 72/894 KB 112/587 KB 244/358 KB 272/549 KB 100/404 KB 76/894 KB 112/587 KB 244/358 KB 272/549 KB 100/404 KB 80/894 KB 112/587 KB 244/358 KB 272/549 KB 100/404 KB 84/894 KB 112/587 KB 244/358 KB 272/549 KB 100/404 KB 88/894 KB 112/587 KB 244/358 KB 272/549 KB 100/404 KB 92/894 KB 112/587 KB 244/358 KB 272/549 KB 96/404 KB 64/894 KB 92/587 KB 244/358 KB 260/549 KB 100/404 KB 92/894 KB 112/587 KB 248/358 KB 272/549 KB 100/404 KB 96/894 KB 112/587 KB 248/358 KB 272/549 KB 100/404 KB 100/894 KB 112/587 KB 252/358 KB 272/549 KB 104/404 KB 104/894 KB 112/587 KB 252/358 KB 272/549 KB 104/404 KB 108/894 KB 112/587 KB 252/358 KB 272/549 KB 100/404 KB 68/894 KB 108/587 KB 244/358 KB 272/549 KB 104/404 KB 108/894 KB 112/587 KB 252/358 KB 272/549 KB 104/404 KB 100/894 KB 112/587 KB 252/358 KB 272/549 KB 100/404 KB 96/894 KB 112/587 KB 252/358 KB 272/549 KB 104/404 KB 108/894 KB 112/587 KB 256/358 KB 272/549 KB 104/404 KB 108/894 KB 112/587 KB 260/358 KB 272/549 KB 108/404 KB 108/894 KB 112/587 KB unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 260/358 KB 272/549 KB 112/404 KB 108/894 KB 112/587 KB 260/358 KB 272/549 KB 116/404 KB 108/894 KB 112/587 KB 260/358 KB 272/549 KB 120/404 KB 112/894 KB 116/587 KB 264/358 KB 276/549 KB 124/404 KB 112/894 KB 116/587 KB 264/358 KB 276/549 KB 128/404 KB 112/894 KB 116/587 KB 264/358 KB 276/549 KB 116/404 KB 112/894 KB 116/587 KB 264/358 KB 276/549 KB 128/404 KB 112/894 KB 116/587 KB 264/358 KB 280/549 KB 116/404 KB 112/894 KB 116/587 KB 264/358 KB 272/549 KB 116/404 KB 112/894 KB 112/587 KB 264/358 KB 272/549 KB 116/404 KB 108/894 KB 112/587 KB 264/358 KB 272/549 KB 128/404 KB 112/894 KB 116/587 KB 268/358 KB 284/549 KB 128/404 KB 112/894 KB 116/587 KB 272/358 KB 284/549 KB 128/404 KB 116/894 KB 116/587 KB 272/358 KB 284/549 KB 128/404 KB 120/894 KB 116/587 KB 276/358 KB 284/549 KB 128/404 KB 124/894 KB 120/587 KB 276/358 KB 284/549 KB 128/404 KB 124/894 KB 120/587 KB 276/358 KB 288/549 KB 128/404 KB 116/894 KB 116/587 KB 276/358 KB 284/549 KB 128/404 KB 124/894 KB 120/587 KB 276/358 KB 284/549 KB 128/404 KB 124/894 KB 120/587 KB 280/358 KB 288/549 KB 128/404 KB 120/894 KB 120/587 KB 276/358 KB 284/549 KB 128/404 KB 124/894 KB 124/587 KB 284/358 KB 288/549 KB 128/404 KB 124/894 KB 128/587 KB 284/358 KB 288/549 KB 128/404 KB 128/894 KB 128/587 KB 284/358 KB 288/549 KB 128/404 KB 132/894 KB 128/587 KB 284/358 KB 288/549 KB 132/404 KB 136/894 KB 132/587 KB 284/358 KB 292/549 KB 128/404 KB 128/894 KB 128/587 KB 284/358 KB 288/549 KB 132/404 KB 136/894 KB 132/587 KB 288/358 KB 292/549 KB 132/404 KB 132/894 KB 128/587 KB 284/358 KB 288/549 KB 136/404 KB 136/894 KB 132/587 KB 288/358 KB 292/549 KB 140/404 KB 136/894 KB 132/587 KB 288/358 KB 292/549 KB 144/404 KB 136/894 KB 132/587 KB 288/358 KB 292/549 KB 132/404 KB 132/894 KB 132/587 KB 284/358 KB 292/549 KB 144/404 KB 136/894 KB 132/587 KB 292/358 KB 296/549 KB 132/404 KB 132/894 KB 132/587 KB 284/358 KB 288/549 KB 144/404 KB 136/894 KB 132/587 KB 292/358 KB 300/549 KB 144/404 KB 136/894 KB 136/587 KB 292/358 KB 304/549 KB 144/404 KB 136/894 KB 132/587 KB 292/358 KB 292/549 KB 144/404 KB 140/894 KB 136/587 KB 296/358 KB 304/549 KB 144/404 KB 140/894 KB 136/587 KB 300/358 KB 304/549 KB 144/404 KB 140/894 KB 136/587 KB 304/358 KB 304/549 KB 144/404 KB 140/894 KB 136/587 KB 308/358 KB 304/549 KB 148/404 KB 140/894 KB 136/587 KB 312/358 KB 308/549 KB 144/404 KB 140/894 KB 136/587 KB 292/358 KB 304/549 KB 144/404 KB 136/894 KB 136/587 KB 292/358 KB 300/549 KB 148/404 KB 140/894 KB 140/587 KB 312/358 KB 308/549 KB 148/404 KB 140/894 KB 144/587 KB 312/358 KB 308/549 KB 148/404 KB 144/894 KB 148/587 KB 312/358 KB 308/549 KB 148/404 KB 144/894 KB 152/587 KB 312/358 KB 308/549 KB 148/404 KB 144/894 KB 156/587 KB 312/358 KB 308/549 KB 148/404 KB 140/894 KB 136/587 KB 308/358 KB 308/549 KB 148/404 KB 140/894 KB 136/587 KB 308/358 KB 304/549 KB 148/404 KB 144/894 KB 144/587 KB 312/358 KB 308/549 KB 148/404 KB 148/894 KB 156/587 KB 312/358 KB 308/549 KB 152/404 KB 148/894 KB 156/587 KB 312/358 KB 312/549 KB 152/404 KB 148/894 KB 156/587 KB 312/358 KB 308/549 KB 156/404 KB 148/894 KB 156/587 KB 312/358 KB 312/549 KB 160/404 KB 148/894 KB 156/587 KB 312/358 KB 312/549 KB 160/404 KB 148/894 KB 156/587 KB 312/358 KB 316/549 KB 160/404 KB 148/894 KB 156/587 KB 312/358 KB 320/549 KB 160/404 KB 152/894 KB 156/587 KB 312/358 KB 320/549 KB 160/404 KB 156/894 KB 156/587 KB 312/358 KB 320/549 KB 160/404 KB 160/894 KB 156/587 KB 312 unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install /358 KB 320/549 KB 160/404 KB 160/894 KB 160/587 KB 316/358 KB 320/549 KB 160/404 KB 160/894 KB 164/587 KB 316/358 KB 320/549 KB 164/404 KB 164/894 KB 168/587 KB 316/358 KB 324/549 KB 164/404 KB 164/894 KB 172/587 KB 316/358 KB 324/549 KB 164/404 KB 164/894 KB 176/587 KB 316/358 KB 324/549 KB 160/404 KB 160/894 KB 156/587 KB 316/358 KB 320/549 KB 164/404 KB 164/894 KB 176/587 KB 320/358 KB 324/549 KB 164/404 KB 164/894 KB 176/587 KB 324/358 KB 324/549 KB 164/404 KB 164/894 KB 176/587 KB 328/358 KB 324/549 KB 164/404 KB 164/894 KB 176/587 KB 332/358 KB 324/549 KB 164/404 KB 164/894 KB 164/587 KB 316/358 KB 324/549 KB 164/404 KB 164/894 KB 176/587 KB 332/358 KB 328/549 KB 164/404 KB 164/894 KB 176/587 KB 332/358 KB 332/549 KB 164/404 KB 164/894 KB 164/587 KB 316/358 KB 320/549 KB 164/404 KB 160/894 KB 164/587 KB 316/358 KB 320/549 KB 168/404 KB 164/894 KB 176/587 KB 332/358 KB 332/549 KB 172/404 KB 164/894 KB 176/587 KB 332/358 KB 332/549 KB 176/404 KB 164/894 KB 176/587 KB 332/358 KB 332/549 KB 176/404 KB 168/894 KB 176/587 KB 332/358 KB 332/549 KB 176/404 KB 172/894 KB 176/587 KB 332/358 KB 332/549 KB 176/404 KB 176/894 KB 176/587 KB 332/358 KB 332/549 KB 176/404 KB 176/894 KB 176/587 KB 332/358 KB 336/549 KB 176/404 KB 176/894 KB 180/587 KB 332/358 KB 336/549 KB 180/404 KB 180/894 KB 184/587 KB 336/358 KB 340/549 KB 180/404 KB 180/894 KB 188/587 KB 336/358 KB 340/549 KB 180/404 KB 180/894 KB 180/587 KB 336/358 KB 340/549 KB 180/404 KB 180/894 KB 180/587 KB 336/358 KB 336/549 KB 176/404 KB 176/894 KB 180/587 KB 336/358 KB 336/549 KB 180/404 KB 176/894 KB 180/587 KB 336/358 KB 336/549 KB 184/404 KB 180/894 KB 188/587 KB 336/358 KB 340/549 KB 188/404 KB 180/894 KB 188/587 KB 336/358 KB 340/549 KB 188/404 KB 180/894 KB 188/587 KB 340/358 KB 340/549 KB 192/404 KB 184/894 KB 188/587 KB 340/358 KB 344/549 KB 192/404 KB 184/894 KB 188/587 KB 340/358 KB 340/549 KB 192/404 KB 180/894 KB 188/587 KB 340/358 KB 340/549 KB 192/404 KB 184/894 KB 188/587 KB 340/358 KB 348/549 KB 192/404 KB 188/894 KB 188/587 KB 340/358 KB 348/549 KB 192/404 KB 192/894 KB 188/587 KB 340/358 KB 352/549 KB 192/404 KB 192/894 KB 192/587 KB 344/358 KB 352/549 KB 192/404 KB 192/894 KB 188/587 KB 344/358 KB 352/549 KB 192/404 KB 192/894 KB 188/587 KB 344/358 KB 352/549 KB 192/404 KB 196/894 KB 192/587 KB 344/358 KB 352/549 KB 196/404 KB 200/894 KB 196/587 KB 348/358 KB 356/549 KB 196/404 KB 204/894 KB 196/587 KB 348/358 KB 356/549 KB 196/404 KB 208/894 KB 196/587 KB 348/358 KB 356/549 KB 192/404 KB 196/894 KB 192/587 KB 348/358 KB 352/549 KB 196/404 KB 208/894 KB 196/587 KB 352/358 KB 356/549 KB 196/404 KB 208/894 KB 196/587 KB 356/358 KB 356/549 KB 196/404 KB 208/894 KB 196/587 KB 358/358 KB 356/549 KB 196/404 KB 196/894 KB 196/587 KB 348/358 KB 356/549 KB 196/404 KB 196/894 KB 196/587 KB 348/358 KB 352/549 KB 196/404 KB 196/894 KB 192/587 KB 348/358 KB 352/549 KB 200/404 KB 208/894 KB 196/587 KB 358/358 KB 356/549 KB 204/404 KB 208/894 KB 196/587 KB 358/358 KB 356/549 KB 208/404 KB 208/894 KB 196/587 KB 358/358 KB 356/549 KB 208/404 KB 208/894 KB 196/587 KB 358/358 KB 360/549 KB 208/404 KB 208/894 KB 196/587 KB 358/358 KB 364/549 KB 208/404 KB 208/894 KB 200/587 KB 358/358 KB 368/549 KB 208/404 KB 208/894 KB 200/587 KB 358/358 KB 372/549 KB 212/404 KB 212/894 KB 200/587 KB 358/358 KB 376/549 KB 212/404 KB 212/894 KB 200/587 KB 358/358 KB 380/549 KB 208/404 KB 208/894 KB 200/587 KB 358/358 unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install KB 364/549 KB 212/404 KB 212/894 KB 204/587 KB 358/358 KB 380/549 KB 212/404 KB 212/894 KB 208/587 KB 358/358 KB 380/549 KB 212/404 KB 212/894 KB 200/587 KB 358/358 KB 372/549 KB 216/404 KB 212/894 KB 208/587 KB 358/358 KB 380/549 KB 220/404 KB 212/894 KB 208/587 KB 358/358 KB 380/549 KB 220/404 KB 212/894 KB 212/587 KB 358/358 KB 380/549 KB 208/404 KB 212/894 KB 200/587 KB 358/358 KB 372/549 KB 224/404 KB 216/894 KB 212/587 KB 358/358 KB 380/549 KB 224/404 KB 212/894 KB 212/587 KB 358/358 KB 380/549 KB 224/404 KB 220/894 KB 212/587 KB 358/358 KB 380/549 KB 224/404 KB 224/894 KB 212/587 KB 358/358 KB 380/549 KB 224/404 KB 224/894 KB 216/587 KB 358/358 KB 380/549 KB 224/404 KB 224/894 KB 220/587 KB 358/358 KB 384/549 KB 224/404 KB 228/894 KB 220/587 KB 358/358 KB 384/549 KB 228/404 KB 232/894 KB 220/587 KB 358/358 KB 388/549 KB 228/404 KB 236/894 KB 220/587 KB 358/358 KB 388/549 KB 228/404 KB 228/894 KB 220/587 KB 358/358 KB 388/549 KB 232/404 KB 236/894 KB 220/587 KB 358/358 KB 388/549 KB 236/404 KB 236/894 KB 220/587 KB 358/358 KB 388/549 KB 240/404 KB 236/894 KB 220/587 KB 358/358 KB 388/549 KB 224/404 KB 228/894 KB 220/587 KB 358/358 KB 388/549 KB 224/404 KB 228/894 KB 220/587 KB 358/358 KB 384/549 KB 240/404 KB 236/894 KB 224/587 KB 358/358 KB 388/549 KB 240/404 KB 236/894 KB 228/587 KB 358/358 KB 388/549 KB 240/404 KB 236/894 KB 228/587 KB 358/358 KB 392/549 KB 240/404 KB 236/894 KB 228/587 KB 358/358 KB 396/549 KB 240/404 KB 240/894 KB 228/587 KB 358/358 KB 400/549 KB 240/404 KB 240/894 KB 228/587 KB 358/358 KB 396/549 KB 240/404 KB 240/894 KB 232/587 KB 358/358 KB 400/549 KB 240/404 KB 240/894 KB 236/587 KB 358/358 KB 400/549 KB 244/404 KB 240/894 KB 236/587 KB 358/358 KB 400/549 KB 248/404 KB 244/894 KB 240/587 KB 358/358 KB 404/549 KB 252/404 KB 244/894 KB 240/587 KB 358/358 KB 404/549 KB 244/404 KB 244/894 KB 240/587 KB 358/358 KB 404/549 KB 244/404 KB 240/894 KB 240/587 KB 358/358 KB 404/549 KB 244/404 KB 240/894 KB 240/587 KB 358/358 KB 400/549 KB 252/404 KB 244/894 KB 244/587 KB 358/358 KB 404/549 KB 256/404 KB 248/894 KB 248/587 KB 358/358 KB 408/549 KB 256/404 KB 248/894 KB 252/587 KB 358/358 KB 408/549 KB 256/404 KB 248/894 KB 256/587 KB 358/358 KB 408/549 KB 256/404 KB 248/894 KB 244/587 KB 358/358 KB 408/549 KB 256/404 KB 244/894 KB 244/587 KB 358/358 KB 408/549 KB 256/404 KB 244/894 KB 244/587 KB 358/358 KB 404/549 KB 256/404 KB 252/894 KB 256/587 KB 358/358 KB 408/549 KB 256/404 KB 252/894 KB 256/587 KB 358/358 KB 412/549 KB 256/404 KB 256/894 KB 256/587 KB 358/358 KB 416/549 KB 256/404 KB 252/894 KB 256/587 KB 358/358 KB 416/549 KB 260/404 KB 256/894 KB 256/587 KB 358/358 KB 416/549 KB 264/404 KB 260/894 KB 260/587 KB 358/358 KB 420/549 KB 268/404 KB 260/894 KB 260/587 KB 358/358 KB 420/549 KB 272/404 KB 260/894 KB 260/587 KB 358/358 KB 420/549 KB 260/404 KB 256/894 KB 256/587 KB 358/358 KB 420/549 KB 272/404 KB 260/894 KB 260/587 KB 358/358 KB 424/549 KB 272/404 KB 260/894 KB 260/587 KB 358/358 KB 428/549 KB 272/404 KB 260/894 KB 260/587 KB 358/358 KB 432/549 KB 276/404 KB 260/894 KB 260/587 KB 358/358 KB 436/549 KB 276/404 KB 260/894 KB 260/587 KB 358/358 KB 440/549 KB 276/404 KB 260/894 KB 260/587 KB 358/358 KB 444/549 KB 276/404 KB 260/894 KB 260/587 KB 358/358 KB 448/549 KB 260/404 KB 260/894 KB 260/587 KB 358/358 KB 420/549 KB 260/404 KB 260/894 KB 256/587 KB 358/358 KB 420/549 KB 276/404 KB 264/894 KB 260/587 KB 358/358 KB unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 448/549 KB 276/404 KB 268/894 KB 260/587 KB 358/358 KB 448/549 KB 276/404 KB 272/894 KB 260/587 KB 358/358 KB 448/549 KB 276/404 KB 276/894 KB 264/587 KB 358/358 KB 448/549 KB 276/404 KB 280/894 KB 264/587 KB 358/358 KB 448/549 KB 276/404 KB 284/894 KB 264/587 KB 358/358 KB 448/549 KB 276/404 KB 288/894 KB 264/587 KB 358/358 KB 448/549 KB 276/404 KB 260/894 KB 260/587 KB 358/358 KB 432/549 KB 276/404 KB 272/894 KB 264/587 KB 358/358 KB 448/549 KB 276/404 KB 288/894 KB 268/587 KB 358/358 KB 448/549 KB 276/404 KB 288/894 KB 272/587 KB 358/358 KB 448/549 KB 276/404 KB 288/894 KB 276/587 KB 358/358 KB 448/549 KB 280/404 KB 288/894 KB 276/587 KB 358/358 KB 448/549 KB 284/404 KB 288/894 KB 276/587 KB 358/358 KB 448/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar (358 KB at 384.4 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 288/404 KB 288/894 KB 276/587 KB 448/549 KB 288/404 KB 288/894 KB 280/587 KB 448/549 KB 288/404 KB 288/894 KB 284/587 KB 448/549 KB 288/404 KB 288/894 KB 288/587 KB 448/549 KB 288/404 KB 292/894 KB 288/587 KB 448/549 KB 292/404 KB 296/894 KB 292/587 KB 452/549 KB 292/404 KB 300/894 KB 292/587 KB 452/549 KB 292/404 KB 304/894 KB 292/587 KB 452/549 KB 292/404 KB 292/894 KB 292/587 KB 452/549 KB 296/404 KB 304/894 KB 292/587 KB 452/549 KB 300/404 KB 304/894 KB 292/587 KB 452/549 KB 288/404 KB 292/894 KB 292/587 KB 452/549 KB 288/404 KB 292/894 KB 292/587 KB 448/549 KB 300/404 KB 304/894 KB 292/587 KB 456/549 KB 300/404 KB 304/894 KB 296/587 KB 456/549 KB 300/404 KB 304/894 KB 296/587 KB 460/549 KB 304/404 KB 304/894 KB 300/587 KB 464/549 KB 304/404 KB 304/894 KB 300/587 KB 460/549 KB 304/404 KB 304/894 KB 304/587 KB 464/549 KB 304/404 KB 304/894 KB 296/587 KB 460/549 KB 308/404 KB 304/894 KB 304/587 KB 464/549 KB 312/404 KB 308/894 KB 308/587 KB 468/549 KB 308/404 KB 308/894 KB 308/587 KB 468/549 KB 308/404 KB 308/894 KB 304/587 KB 468/549 KB 308/404 KB 308/894 KB 304/587 KB 464/549 KB 312/404 KB 312/894 KB 308/587 KB 468/549 KB 312/404 KB 316/894 KB 308/587 KB 468/549 KB 312/404 KB 320/894 KB 308/587 KB 472/549 KB 312/404 KB 316/894 KB 308/587 KB 472/549 KB 316/404 KB 320/894 KB 312/587 KB 472/549 KB 316/404 KB 320/894 KB 316/587 KB 476/549 KB 316/404 KB 320/894 KB 320/587 KB 476/549 KB 316/404 KB 320/894 KB 308/587 KB 472/549 KB 320/404 KB 320/894 KB 320/587 KB 476/549 KB 316/404 KB 320/894 KB 312/587 KB 476/549 KB 320/404 KB 320/894 KB 320/587 KB 480/549 KB 320/404 KB 324/894 KB 320/587 KB 480/549 KB 324/404 KB 328/894 KB 320/587 KB 484/549 KB 324/404 KB 332/894 KB 320/587 KB 484/549 KB 324/404 KB 336/894 KB 320/587 KB 484/549 KB 324/404 KB 324/894 KB 320/587 KB 484/549 KB 324/404 KB 324/894 KB 320/587 KB 480/549 KB 328/404 KB 336/894 KB 324/587 KB 484/549 KB 332/404 KB 336/894 KB 324/587 KB 484/549 KB 336/404 KB 336/894 KB 324/587 KB 488/549 KB 324/404 KB 336/894 KB 324/587 KB 484/549 KB 332/404 KB 336/894 KB 324/587 KB 488/549 KB 336/404 KB 336/894 KB 328/587 KB 488/549 KB 336/404 KB 336/894 KB 328/587 KB 492/549 KB 336/404 KB 336/894 KB 332/587 KB 492/549 KB 336/404 KB 336/894 KB 336/587 KB 492/549 KB 336/404 KB 336/894 KB 340/587 KB 496/549 KB 340/404 KB 340/894 KB 344/587 KB 496/549 KB 340/404 KB 340/894 KB 348/587 KB 496/549 KB 340/404 KB 340/894 KB 352/587 KB 496/549 KB 336/404 KB 336/894 KB 336/587 KB 496/549 KB 340/404 KB 340/894 KB 352/587 KB 500/549 KB 340/404 KB 340/894 KB 352/587 KB 504/549 KB 340/404 KB 340/894 KB 352/587 KB 508/549 KB 340/404 KB 340/894 KB 340/587 KB 496/549 KB 336/404 KB 340/894 KB 340/587 KB 496/549 KB 344/404 KB 340/894 KB 352/587 KB 508/549 KB 344/404 KB 344/894 KB 352/587 KB 508/549 KB 344/404 KB 348/894 KB 352/587 KB 508/549 KB 348/404 KB 348/894 KB 352/587 KB 508/549 KB 348/404 KB 352/894 KB 352/587 KB 508/549 KB 352/404 KB 352/894 KB 352/587 KB 508/549 KB 352/404 KB 352/894 KB 352/587 KB 512/549 KB 352/404 KB 352/894 KB 352/587 KB 516/549 KB 356/404 KB 356/894 KB 356/587 KB 520/549 KB 356/404 KB 356/894 KB 356/587 KB 516/549 KB 356/404 KB 352/894 KB 356/587 KB 516/549 KB 360/404 KB 356/894 KB 356/587 KB 520/549 KB 364/404 KB 360/894 KB 356/587 KB 520/549 KB 368/404 KB 360/894 KB 356/587 KB 520/549 KB 352/404 KB 352/894 KB 356/587 KB 516/549 KB 368/404 KB 360/894 KB 360/587 KB 524/549 KB 36 unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 8/404 KB 360/894 KB 364/587 KB 524/549 KB 368/404 KB 360/894 KB 4/26 KB 368/587 KB 524/549 KB 368/404 KB 360/894 KB 356/587 KB 524/549 KB 368/404 KB 360/894 KB 4/26 KB 368/587 KB 528/549 KB 360/404 KB 360/894 KB 356/587 KB 520/549 KB 368/404 KB 360/894 KB 4/26 KB 364/587 KB 524/549 KB 368/404 KB 360/894 KB 8/26 KB 368/587 KB 528/549 KB 368/404 KB 360/894 KB 12/26 KB 368/587 KB 528/549 KB 368/404 KB 360/894 KB 16/26 KB 368/587 KB 528/549 KB 368/404 KB 360/894 KB 20/26 KB 368/587 KB 528/549 KB 368/404 KB 360/894 KB 24/26 KB 368/587 KB 528/549 KB 368/404 KB 360/894 KB 26/26 KB 368/587 KB 528/549 KB 368/404 KB 364/894 KB 26/26 KB 368/587 KB 528/549 KB 368/404 KB 368/894 KB 26/26 KB 368/587 KB 528/549 KB 368/404 KB 372/894 KB 26/26 KB 368/587 KB 528/549 KB 372/404 KB 376/894 KB 26/26 KB 372/587 KB 532/549 KB 372/404 KB 380/894 KB 26/26 KB 372/587 KB 532/549 KB 372/404 KB 384/894 KB 26/26 KB 372/587 KB 532/549 KB 372/404 KB 372/894 KB 26/26 KB 372/587 KB 532/549 KB 376/404 KB 384/894 KB 26/26 KB 372/587 KB 532/549 KB 380/404 KB 384/894 KB 26/26 KB 372/587 KB 532/549 KB 384/404 KB 384/894 KB 26/26 KB 372/587 KB 532/549 KB 368/404 KB 372/894 KB 26/26 KB 372/587 KB 532/549 KB 368/404 KB 372/894 KB 26/26 KB 372/587 KB 528/549 KB 384/404 KB 384/894 KB 26/26 KB 372/587 KB 536/549 KB 384/404 KB 384/894 KB 26/26 KB 376/587 KB 540/549 KB 384/404 KB 388/894 KB 26/26 KB 376/587 KB 544/549 KB 384/404 KB 384/894 KB 26/26 KB 376/587 KB 536/549 KB 384/404 KB 388/894 KB 26/26 KB 380/587 KB 544/549 KB 384/404 KB 388/894 KB 26/26 KB 384/587 KB 544/549 KB 388/404 KB 388/894 KB 26/26 KB 384/587 KB 544/549 KB 392/404 KB 388/894 KB 26/26 KB 384/587 KB 548/549 KB 396/404 KB 388/894 KB 26/26 KB 384/587 KB 548/549 KB 400/404 KB 388/894 KB 26/26 KB 384/587 KB 548/549 KB 384/404 KB 388/894 KB 26/26 KB 376/587 KB 540/549 KB 388/404 KB 388/894 KB 26/26 KB 384/587 KB 548/549 KB 400/404 KB 388/894 KB 26/26 KB 384/587 KB 549/549 KB 400/404 KB 392/894 KB 26/26 KB 384/587 KB 549/549 KB 400/404 KB 396/894 KB 26/26 KB 384/587 KB 549/549 KB 400/404 KB 396/894 KB 26/26 KB 388/587 KB 549/549 KB 404/404 KB 400/894 KB 26/26 KB 392/587 KB 549/549 KB 404/404 KB 400/894 KB 26/26 KB 396/587 KB 549/549 KB 404/404 KB 400/894 KB 26/26 KB 400/587 KB 549/549 KB 404/404 KB 400/894 KB 26/26 KB 388/587 KB 549/549 KB 404/404 KB 396/894 KB 26/26 KB 388/587 KB 549/549 KB 404/404 KB 404/894 KB 26/26 KB 400/587 KB 549/549 KB 404/404 KB 408/894 KB 26/26 KB 404/587 KB 549/549 KB 404/404 KB 412/894 KB 26/26 KB 404/587 KB 549/549 KB 404/404 KB 416/894 KB 26/26 KB 404/587 KB 549/549 KB 404/404 KB 404/894 KB 26/26 KB 404/587 KB 549/549 KB 404/404 KB 416/894 KB 26/26 KB 408/587 KB 549/549 KB 404/404 KB 416/894 KB 26/26 KB 412/587 KB 549/549 KB 404/404 KB 416/894 KB 26/26 KB 416/587 KB 549/549 KB 404/404 KB 420/894 KB 26/26 KB 416/587 KB 549/549 KB 404/404 KB 424/894 KB 26/26 KB 416/587 KB 549/549 KB 404/404 KB 428/894 KB 26/26 KB 416/587 KB 549/549 KB 404/404 KB 432/894 KB 26/26 KB 416/587 KB 549/549 KB 404/404 KB 432/894 KB 26/26 KB 420/587 KB 549/549 KB 404/404 KB 432/894 KB 26/26 KB 424/587 KB 549/549 KB 404/404 KB 432/894 KB 26/26 KB 428/587 KB 549/549 KB 404/404 KB 432/894 KB 26/26 KB 432/587 KB 549/549 KB 404/404 KB 436/894 KB 26/26 KB 432/587 KB 549/549 KB 404/404 KB 440/894 KB 26/26 KB 432/587 KB 549/549 KB 404/404 KB 444/894 KB 26/26 KB 432/587 KB 549/549 KB 404/404 KB 444/894 KB 26/26 KB 43 unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 6/587 KB 549/549 KB 404/404 KB 444/894 KB 26/26 KB 440/587 KB 549/549 KB 404/404 KB 448/894 KB 26/26 KB 444/587 KB 549/549 KB 404/404 KB 448/894 KB 26/26 KB 440/587 KB 549/549 KB 404/404 KB 448/894 KB 26/26 KB 448/587 KB 549/549 KB 404/404 KB 452/894 KB 26/26 KB 448/587 KB 549/549 KB 404/404 KB 456/894 KB 26/26 KB 448/587 KB 549/549 KB 404/404 KB 456/894 KB 26/26 KB 452/587 KB 549/549 KB 404/404 KB 460/894 KB 26/26 KB 452/587 KB 549/549 KB 404/404 KB 464/894 KB 26/26 KB 456/587 KB 549/549 KB 404/404 KB 460/894 KB 26/26 KB 456/587 KB 549/549 KB 404/404 KB 464/894 KB 26/26 KB 460/587 KB 549/549 KB 404/404 KB 464/894 KB 26/26 KB 464/587 KB 549/549 KB 404/404 KB 464/894 KB 26/26 KB 468/587 KB 549/549 KB 404/404 KB 468/894 KB 26/26 KB 472/587 KB 549/549 KB 404/404 KB 468/894 KB 26/26 KB 476/587 KB 549/549 KB 404/404 KB 468/894 KB 26/26 KB 480/587 KB 549/549 KB 404/404 KB 468/894 KB 26/26 KB 468/587 KB 549/549 KB 404/404 KB 472/894 KB 26/26 KB 480/587 KB 549/549 KB 404/404 KB 476/894 KB 26/26 KB 480/587 KB 549/549 KB 404/404 KB 480/894 KB 26/26 KB 480/587 KB 549/549 KB 404/404 KB 480/894 KB 26/26 KB 484/587 KB 549/549 KB 404/404 KB 484/894 KB 26/26 KB 488/587 KB 549/549 KB 404/404 KB 484/894 KB 26/26 KB 492/587 KB 549/549 KB 404/404 KB 484/894 KB 26/26 KB 496/587 KB 549/549 KB 404/404 KB 484/894 KB 26/26 KB 484/587 KB 549/549 KB 404/404 KB 488/894 KB 26/26 KB 496/587 KB 549/549 KB 404/404 KB 492/894 KB 26/26 KB 496/587 KB 549/549 KB 404/404 KB 496/894 KB 26/26 KB 496/587 KB 549/549 KB 404/404 KB 496/894 KB 26/26 KB 500/587 KB 549/549 KB 404/404 KB 500/894 KB 26/26 KB 504/587 KB 549/549 KB 404/404 KB 500/894 KB 26/26 KB 500/587 KB 549/549 KB 404/404 KB 504/894 KB 26/26 KB 504/587 KB 549/549 KB 404/404 KB 508/894 KB 26/26 KB 504/587 KB 549/549 KB 404/404 KB 508/894 KB 26/26 KB 508/587 KB 549/549 KB 404/404 KB 512/894 KB 26/26 KB 512/587 KB 549/549 KB 404/404 KB 512/894 KB 26/26 KB 512/587 KB 549/549 KB 404/404 KB 512/894 KB 26/26 KB 516/587 KB 549/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 KB at 25.9 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 404/404 KB 512/894 KB 520/587 KB 549/549 KB 404/404 KB 512/894 KB 524/587 KB 549/549 KB 404/404 KB 512/894 KB 528/587 KB 549/549 KB 404/404 KB 512/894 KB 532/587 KB 549/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (404 KB at 409.6 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar (549 KB at 554.1 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install 512/894 KB 536/587 KB 516/894 KB 540/587 KB 516/894 KB 544/587 KB 516/894 KB 548/587 KB 516/894 KB 552/587 KB 516/894 KB 556/587 KB 516/894 KB 560/587 KB 516/894 KB 564/587 KB 516/894 KB 568/587 KB 516/894 KB 536/587 KB 520/894 KB 572/587 KB 524/894 KB 572/587 KB 516/894 KB 572/587 KB 524/894 KB 576/587 KB 524/894 KB 580/587 KB 524/894 KB 584/587 KB 528/894 KB 584/587 KB 528/894 KB 587/587 KB 532/894 KB 587/587 KB 536/894 KB 587/587 KB 540/894 KB 587/587 KB 544/894 KB 587/587 KB 548/894 KB 587/587 KB 552/894 KB 587/587 KB 556/894 KB 587/587 KB 560/894 KB 587/587 KB 564/894 KB 587/587 KB 568/894 KB 587/587 KB 572/894 KB 587/587 KB 576/894 KB 587/587 KB 580/894 KB 587/587 KB 584/894 KB 587/587 KB 588/894 KB 587/587 KB 592/894 KB 587/587 KB 596/894 KB 587/587 KB 600/894 KB 587/587 KB 604/894 KB 587/587 KB 608/894 KB 587/587 KB 612/894 KB 587/587 KB 616/894 KB 587/587 KB 620/894 KB 587/587 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar (587 KB at 584.3 KB/sec) unit-abot-epc-basic-0: 15:58:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 624/894 KB 628/894 KB 632/894 KB 636/894 KB 640/894 KB 644/894 KB 648/894 KB 652/894 KB 656/894 KB 660/894 KB 664/894 KB 668/894 KB 672/894 KB 676/894 KB 680/894 KB 684/894 KB 688/894 KB 692/894 KB 696/894 KB 700/894 KB 704/894 KB 704/894 KB 4/206 KB 704/894 KB 8/206 KB 704/894 KB 12/206 KB 704/894 KB 16/206 KB 704/894 KB 20/206 KB 704/894 KB 24/206 KB 704/894 KB 28/206 KB 704/894 KB 32/206 KB 704/894 KB 3/115 KB 32/206 KB 704/894 KB 6/115 KB 32/206 KB 704/894 KB 9/115 KB 32/206 KB 704/894 KB 11/115 KB 32/206 KB 704/894 KB 14/115 KB 32/206 KB 704/894 KB 16/115 KB 32/206 KB 704/894 KB 19/115 KB 32/206 KB 704/894 KB 22/115 KB 32/206 KB 704/894 KB 25/115 KB 32/206 KB 704/894 KB 27/115 KB 32/206 KB 704/894 KB 27/115 KB 36/206 KB 704/894 KB 30/115 KB 36/206 KB 704/894 KB 32/115 KB 36/206 KB 704/894 KB 32/115 KB 40/206 KB 704/894 KB 32/115 KB 44/206 KB 704/894 KB 32/115 KB 48/206 KB 704/894 KB 36/115 KB 48/206 KB 704/894 KB 40/115 KB 48/206 KB 704/894 KB 40/115 KB 52/206 KB 704/894 KB 44/115 KB 56/206 KB 704/894 KB 44/115 KB 52/206 KB 704/894 KB 48/115 KB 56/206 KB 704/894 KB 48/115 KB 60/206 KB 704/894 KB 48/115 KB 64/206 KB 704/894 KB 52/115 KB 64/206 KB 708/894 KB 56/115 KB 68/206 KB 708/894 KB 60/115 KB 68/206 KB 708/894 KB 64/115 KB 68/206 KB 708/894 KB 52/115 KB 68/206 KB 708/894 KB 52/115 KB 64/206 KB 712/894 KB 64/115 KB 72/206 KB 716/894 KB 64/115 KB 72/206 KB 720/894 KB 64/115 KB 72/206 KB 724/894 KB 64/115 KB 72/206 KB 728/894 KB 68/115 KB 72/206 KB 732/894 KB 68/115 KB 72/206 KB 736/894 KB 68/115 KB 72/206 KB 724/894 KB 68/115 KB 72/206 KB 708/894 KB 64/115 KB 72/206 KB 736/894 KB 68/115 KB 76/206 KB 736/894 KB 68/115 KB 80/206 KB 740/894 KB 68/115 KB 80/206 KB 744/894 KB 68/115 KB 80/206 KB 748/894 KB 68/115 KB 80/206 KB 752/894 KB 68/115 KB 80/206 KB 756/894 KB 68/115 KB 80/206 KB 760/894 KB 68/115 KB 80/206 KB 764/894 KB 68/115 KB 80/206 KB 768/894 KB 68/115 KB 80/206 KB 768/894 KB 72/115 KB 80/206 KB 768/894 KB 76/115 KB 80/206 KB 768/894 KB 80/115 KB 80/206 KB 768/894 KB 84/115 KB 80/206 KB 768/894 KB 88/115 KB 80/206 KB 768/894 KB 92/115 KB 80/206 KB 768/894 KB 96/115 KB 80/206 KB 768/894 KB 100/115 KB 80/206 KB 768/894 KB 104/115 KB 80/206 KB 768/894 KB 108/115 KB 80/206 KB 768/894 KB 112/115 KB 80/206 KB 768/894 KB 115/115 KB 80/206 KB 768/894 KB 115/115 KB 84/206 KB 768/894 KB 115/115 KB 88/206 KB 768/894 KB 115/115 KB 92/206 KB 768/894 KB 115/115 KB 96/206 KB 768/894 KB 115/115 KB 100/206 KB 768/894 KB 115/115 KB 104/206 KB 768/894 KB 115/115 KB 108/206 KB 768/894 KB 115/115 KB 112/206 KB 768/894 KB 115/115 KB 116/206 KB 768/894 KB 115/115 KB 120/206 KB 768/894 KB 115/115 KB 124/206 KB 768/894 KB 115/115 KB 128/206 KB 768/894 KB 115/115 KB 132/206 KB 772/894 KB 115/115 KB 136/206 KB 772/894 KB 115/115 KB 140/206 KB 772/894 KB 115/115 KB 144/206 KB 772/894 KB 115/115 KB 132/206 KB 776/894 KB 115/115 KB 144/206 KB 780/894 KB 115/115 KB 144/206 KB 784/894 KB 115/115 KB 144/206 KB 788/894 KB 115/115 KB 144/206 KB 792/894 KB 115/115 KB 144/206 KB 796/894 KB 115/115 KB 144/206 KB 800/894 KB 115/115 KB 144/206 KB 800/894 KB 115/115 KB 148/206 KB 800/894 KB 115/115 KB 152/206 KB 800/894 KB 115/115 KB 156/206 KB 800/894 KB 115/115 KB 160/206 KB 804/894 KB 115/115 KB 160/206 KB 808/894 KB 115/115 KB 160/206 KB 812/894 KB 115/115 KB 160/206 KB 816/894 KB 115/115 KB 1 unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 60/206 KB 820/894 KB 115/115 KB 160/206 KB 820/894 KB 115/115 KB 164/206 KB 820/894 KB 115/115 KB 168/206 KB 820/894 KB 115/115 KB 172/206 KB 820/894 KB 115/115 KB 176/206 KB 820/894 KB 115/115 KB 180/206 KB 824/894 KB 115/115 KB 180/206 KB 828/894 KB 115/115 KB 180/206 KB 832/894 KB 115/115 KB 180/206 KB 832/894 KB 115/115 KB 184/206 KB 832/894 KB 115/115 KB 188/206 KB 832/894 KB 115/115 KB 192/206 KB 836/894 KB 115/115 KB 192/206 KB 840/894 KB 115/115 KB 192/206 KB 844/894 KB 115/115 KB 192/206 KB 848/894 KB 115/115 KB 192/206 KB 848/894 KB 115/115 KB 196/206 KB 848/894 KB 115/115 KB 200/206 KB 848/894 KB 115/115 KB 204/206 KB 848/894 KB 115/115 KB 206/206 KB 852/894 KB 115/115 KB 206/206 KB 856/894 KB 115/115 KB 206/206 KB 860/894 KB 115/115 KB 206/206 KB 864/894 KB 115/115 KB 206/206 KB 868/894 KB 115/115 KB 206/206 KB 872/894 KB 115/115 KB 206/206 KB 876/894 KB 115/115 KB 206/206 KB 880/894 KB 115/115 KB 206/206 KB 884/894 KB 115/115 KB 206/206 KB 888/894 KB 115/115 KB 206/206 KB 892/894 KB 115/115 KB 206/206 KB 894/894 KB 115/115 KB 206/206 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar (206 KB at 195.4 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar (115 KB at 107.7 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 894/894 KB 4/314 KB 894/894 KB 8/314 KB 894/894 KB 12/314 KB 894/894 KB 16/314 KB 894/894 KB 20/314 KB 894/894 KB 24/314 KB 894/894 KB 28/314 KB 894/894 KB 32/314 KB 894/894 KB 36/314 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (894 KB at 834.7 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 40/314 KB 44/314 KB 48/314 KB 52/314 KB 56/314 KB 60/314 KB 64/314 KB 68/314 KB 72/314 KB 76/314 KB 80/314 KB 84/314 KB 88/314 KB 92/314 KB 96/314 KB 100/314 KB 104/314 KB 108/314 KB 112/314 KB 116/314 KB 120/314 KB 124/314 KB 128/314 KB 132/314 KB 136/314 KB 140/314 KB 144/314 KB 148/314 KB 152/314 KB 156/314 KB 160/314 KB 164/314 KB 168/314 KB 3/57 KB 168/314 KB 6/57 KB 168/314 KB 9/57 KB 168/314 KB 11/57 KB 168/314 KB 11/57 KB 172/314 KB 11/57 KB 176/314 KB 14/57 KB 176/314 KB 16/57 KB 176/314 KB 19/57 KB 176/314 KB 19/57 KB 180/314 KB 22/57 KB 180/314 KB 25/57 KB 180/314 KB 27/57 KB 180/314 KB 27/57 KB 184/314 KB 27/57 KB 188/314 KB 27/57 KB 192/314 KB 30/57 KB 192/314 KB 32/57 KB 192/314 KB 32/57 KB 196/314 KB 32/57 KB 200/314 KB 32/57 KB 204/314 KB 32/57 KB 208/314 KB 32/57 KB 212/314 KB 32/57 KB 216/314 KB 32/57 KB 220/314 KB 32/57 KB 224/314 KB 36/57 KB 224/314 KB 40/57 KB 224/314 KB 44/57 KB 224/314 KB 48/57 KB 224/314 KB 52/57 KB 224/314 KB 56/57 KB 224/314 KB 57/57 KB 224/314 KB 57/57 KB 4/79 KB 224/314 KB 57/57 KB 8/79 KB 224/314 KB 57/57 KB 12/79 KB 224/314 KB 57/57 KB 16/79 KB 224/314 KB 57/57 KB 20/79 KB 224/314 KB 57/57 KB 24/79 KB 224/314 KB 57/57 KB 28/79 KB 224/314 KB 57/57 KB 32/79 KB 224/314 KB 57/57 KB 32/79 KB 228/314 KB 57/57 KB 32/79 KB 232/314 KB 57/57 KB 32/79 KB 236/314 KB 57/57 KB 32/79 KB 240/314 KB 57/57 KB 36/79 KB 240/314 KB 57/57 KB 40/79 KB 240/314 KB 57/57 KB 44/79 KB 240/314 KB 57/57 KB 48/79 KB 240/314 KB 57/57 KB 48/79 KB 244/314 KB 57/57 KB 48/79 KB 248/314 KB 57/57 KB 48/79 KB 252/314 KB 57/57 KB 48/79 KB 256/314 KB 57/57 KB 48/79 KB 260/314 KB 57/57 KB 48/79 KB 264/314 KB 57/57 KB 48/79 KB 268/314 KB 57/57 KB 48/79 KB 272/314 KB 57/57 KB 48/79 KB 276/314 KB 57/57 KB 48/79 KB 280/314 KB 57/57 KB 52/79 KB 280/314 KB 57/57 KB 56/79 KB 280/314 KB 57/57 KB 60/79 KB 280/314 KB 57/57 KB 64/79 KB 280/314 KB 57/57 KB 64/79 KB 284/314 KB 57/57 KB 64/79 KB 288/314 KB 57/57 KB 64/79 KB 288/314 KB 4/263 KB 57/57 KB 64/79 KB 288/314 KB 8/263 KB 57/57 KB 64/79 KB 288/314 KB 12/263 KB 57/57 KB 64/79 KB 288/314 KB 16/263 KB 57/57 KB 64/79 KB 292/314 KB 16/263 KB 57/57 KB 68/79 KB 292/314 KB 16/263 KB 57/57 KB 72/79 KB 292/314 KB 16/263 KB 57/57 KB 76/79 KB 292/314 KB 16/263 KB 57/57 KB 79/79 KB 292/314 KB 16/263 KB 57/57 KB 79/79 KB 296/314 KB 16/263 KB 57/57 KB 79/79 KB 300/314 KB 16/263 KB 57/57 KB 79/79 KB 304/314 KB 16/263 KB 57/57 KB 79/79 KB 304/314 KB 20/263 KB 57/57 KB 79/79 KB 304/314 KB 24/263 KB 57/57 KB 79/79 KB 304/314 KB 28/263 KB 57/57 KB 79/79 KB 304/314 KB 32/263 KB 57/57 KB 79/79 KB 308/314 KB 32/263 KB 57/57 KB 79/79 KB 312/314 KB 32/263 KB 57/57 KB 79/79 KB 314/314 KB 32/263 KB 57/57 KB 79/79 KB 314/314 KB 36/263 KB 57/57 KB 79/79 KB 314/314 KB 40/263 KB 57/57 KB 79/79 KB 314/314 KB 44/263 KB 57/57 KB 79/79 KB 314/314 KB 48/263 KB 57/57 KB 79/79 KB 314/314 KB 52/263 KB 57/57 KB 79/79 KB 314/314 KB 56/263 KB 57/57 KB 79/79 KB 314/314 KB 60/263 KB 57/57 KB 79/79 KB 314/314 KB 64/263 KB 57/57 KB 79/79 KB 314/314 KB 68/263 KB 57/57 KB 79/79 KB 314/314 KB 72/263 KB 57/57 KB 79/79 KB 314/314 KB 76/263 KB 57/57 KB 79/79 KB 314/314 KB 80/263 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar (314 KB at 282.7 unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 79/79 KB 84/263 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar (57 KB at 51.2 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 79/79 KB 88/263 KB 79/79 KB 92/263 KB 79/79 KB 96/263 KB 79/79 KB 3/1822 KB 96/263 KB 79/79 KB 5/1822 KB 96/263 KB 79/79 KB 8/1822 KB 96/263 KB 79/79 KB 11/1822 KB 96/263 KB 79/79 KB 13/1822 KB 96/263 KB 79/79 KB 16/1822 KB 96/263 KB 79/79 KB 19/1822 KB 96/263 KB 79/79 KB 21/1822 KB 96/263 KB 79/79 KB 24/1822 KB 96/263 KB 79/79 KB 27/1822 KB 96/263 KB 79/79 KB 29/1822 KB 96/263 KB 79/79 KB 29/1822 KB 100/263 KB 79/79 KB 32/1822 KB 100/263 KB 79/79 KB 32/1822 KB 104/263 KB 79/79 KB 32/1822 KB 108/263 KB 79/79 KB 32/1822 KB 112/263 KB 79/79 KB 32/1822 KB 116/263 KB 79/79 KB 32/1822 KB 120/263 KB 79/79 KB 32/1822 KB 124/263 KB 79/79 KB 32/1822 KB 128/263 KB Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 79/79 KB 36/1822 KB 128/263 KB 79/79 KB 40/1822 KB 128/263 KB 79/79 KB 44/1822 KB 128/263 KB 79/79 KB 48/1822 KB 128/263 KB 79/79 KB 48/1822 KB 132/263 KB 79/79 KB 48/1822 KB 136/263 KB 79/79 KB 48/1822 KB 140/263 KB 79/79 KB 48/1822 KB 144/263 KB 79/79 KB 48/1822 KB 148/263 KB 79/79 KB 52/1822 KB 152/263 KB 79/79 KB 52/1822 KB 156/263 KB 79/79 KB 52/1822 KB 160/263 KB 79/79 KB 52/1822 KB 148/263 KB 79/79 KB 56/1822 KB 160/263 KB 79/79 KB 60/1822 KB 160/263 KB 79/79 KB 64/1822 KB 160/263 KB 79/79 KB 64/1822 KB 164/263 KB 79/79 KB 64/1822 KB 168/263 KB 79/79 KB 64/1822 KB 172/263 KB 79/79 KB 68/1822 KB 176/263 KB 79/79 KB 68/1822 KB 172/263 KB 79/79 KB 72/1822 KB 176/263 KB 79/79 KB 76/1822 KB 176/263 KB 79/79 KB 80/1822 KB 176/263 KB 79/79 KB 80/1822 KB 180/263 KB 79/79 KB 80/1822 KB 184/263 KB 79/79 KB 80/1822 KB 188/263 KB 79/79 KB 80/1822 KB 192/263 KB 79/79 KB 84/1822 KB 192/263 KB 79/79 KB 88/1822 KB 192/263 KB 79/79 KB 92/1822 KB 192/263 KB 79/79 KB 96/1822 KB 192/263 KB 79/79 KB 96/1822 KB 196/263 KB 79/79 KB 96/1822 KB 200/263 KB 79/79 KB 96/1822 KB 204/263 KB 79/79 KB 96/1822 KB 208/263 KB 79/79 KB 100/1822 KB 208/263 KB 79/79 KB 104/1822 KB 4/99 KB 208/263 KB 79/79 KB 108/1822 KB 4/99 KB 208/263 KB 79/79 KB 112/1822 KB 4/99 KB 208/263 KB 79/79 KB 100/1822 KB 4/99 KB 208/263 KB 79/79 KB 112/1822 KB 8/99 KB 208/263 KB 79/79 KB 112/1822 KB 12/99 KB 212/263 KB 79/79 KB 112/1822 KB 16/99 KB 212/263 KB 79/79 KB 112/1822 KB 8/99 KB 212/263 KB 79/79 KB 112/1822 KB 16/99 KB 216/263 KB 79/79 KB 112/1822 KB 16/99 KB 220/263 KB 79/79 KB 112/1822 KB 16/99 KB 224/263 KB 79/79 KB 116/1822 KB 4/276 KB 20/99 KB 224/263 KB 79/79 KB 116/1822 KB 4/276 KB 16/99 KB 224/263 KB 79/79 KB 120/1822 KB 4/276 KB 20/99 KB 224/263 KB 79/79 KB 112/1822 KB 4/276 KB 16/99 KB 224/263 KB 79/79 KB 124/1822 KB 8/276 KB 20/99 KB 224/263 KB 79/79 KB 124/1822 KB 12/276 KB 20/99 KB 224/263 KB 79/79 KB 124/1822 KB 16/276 KB 20/99 KB 224/263 KB 79/79 KB 124/1822 KB 20/276 KB 20/99 KB 224/263 KB 79/79 KB 124/1822 KB 24/276 KB 20/99 KB 228/263 KB 79/79 KB 124/1822 KB 28/276 KB 20/99 KB 228/263 KB 79/79 KB 124/1822 KB 32/276 KB 20/99 KB 228/263 KB 79/79 KB 124/1822 KB 20/276 KB 20/99 KB 228/263 KB 79/79 KB 128/1822 KB 32/276 KB 20/99 KB 228/263 KB 79/79 KB 124/1822 KB 20/276 KB 20/99 KB 228/263 KB 79/79 KB 128/1822 KB 32/276 KB 20/99 KB 232/263 KB 79/79 KB 132/1822 KB 32/276 KB 24/99 KB 236/263 KB 79/79 KB 132/1822 KB 32/276 KB 24/99 KB 240/263 KB 79/79 KB 132/1822 KB 32/276 KB 24/99 KB 232/263 KB 79/79 KB 132/1822 KB 32/276 KB 28/99 KB 240/263 KB 79/79 KB 132/1822 KB 32/276 KB 32/99 KB 240/263 KB 79/79 KB 132/1822 KB 32/276 KB 36/99 KB 240/263 KB 79/79 KB 132/1822 KB 36/276 KB 40/99 KB 244/263 KB 79/79 KB 132/1822 KB 36/276 KB 44/99 KB 244/263 KB 79/79 KB 132/1822 KB 32/276 KB 20/99 KB 232/263 KB 79/79 KB 136/1822 KB 36/276 KB 44/99 KB 244/263 KB 79/79 KB 132/1822 KB 36/276 KB 36/99 KB 244/263 KB 79/79 KB 136/1822 KB 40/276 KB 44/99 KB 244/263 KB 79/79 KB 140/1822 KB 44/276 KB 44/99 KB 244/263 KB 79/79 KB 140/1822 KB 48/276 KB 44/99 KB 244/263 KB 79/79 KB 132/1822 KB 32/276 KB 36/99 KB 244/263 KB 79/79 KB 140/1822 KB 40/276 KB 44/99 KB 244/263 KB 79/79 KB 144/1822 KB 48/276 KB 44/99 KB 244/263 KB 79/79 KB 144/1822 KB 48/276 KB 44/99 KB 248/263 KB 79/79 KB 144/1822 KB 48/276 KB 44/99 KB 252/263 KB 79/79 KB 148/1822 KB 48/276 KB 48/99 unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install KB 252/263 KB 79/79 KB 152/1822 KB 52/276 KB 48/99 KB 256/263 KB 79/79 KB 156/1822 KB 52/276 KB 48/99 KB 256/263 KB 79/79 KB 160/1822 KB 52/276 KB 48/99 KB 256/263 KB 79/79 KB 144/1822 KB 48/276 KB 48/99 KB 252/263 KB 79/79 KB 160/1822 KB 52/276 KB 52/99 KB 256/263 KB 79/79 KB 148/1822 KB 52/276 KB 48/99 KB 256/263 KB 79/79 KB 148/1822 KB 48/276 KB 48/99 KB 256/263 KB 79/79 KB 160/1822 KB 52/276 KB 56/99 KB 260/263 KB 79/79 KB 160/1822 KB 56/276 KB 56/99 KB 260/263 KB 79/79 KB 160/1822 KB 56/276 KB 56/99 KB 263/263 KB 79/79 KB 160/1822 KB 60/276 KB 56/99 KB 263/263 KB 79/79 KB 160/1822 KB 64/276 KB 56/99 KB 263/263 KB 79/79 KB 160/1822 KB 64/276 KB 56/99 KB 263/263 KB 79/79 KB 164/1822 KB 64/276 KB 60/99 KB 263/263 KB 79/79 KB 168/1822 KB 68/276 KB 60/99 KB 263/263 KB 79/79 KB 172/1822 KB 68/276 KB 60/99 KB 263/263 KB 79/79 KB 176/1822 KB 68/276 KB 60/99 KB 263/263 KB 79/79 KB 164/1822 KB 68/276 KB 60/99 KB 263/263 KB 79/79 KB 176/1822 KB 72/276 KB 60/99 KB 263/263 KB 79/79 KB 176/1822 KB 76/276 KB 60/99 KB 263/263 KB 79/79 KB 160/1822 KB 64/276 KB 60/99 KB 263/263 KB 79/79 KB 176/1822 KB 80/276 KB 64/99 KB 263/263 KB 79/79 KB 176/1822 KB 80/276 KB 68/99 KB 263/263 KB 79/79 KB 176/1822 KB 80/276 KB 72/99 KB 263/263 KB 79/79 KB 176/1822 KB 80/276 KB 72/99 KB 263/263 KB 79/79 KB 176/1822 KB 80/276 KB 76/99 KB 263/263 KB 79/79 KB 176/1822 KB 80/276 KB 80/99 KB 263/263 KB 79/79 KB 176/1822 KB 84/276 KB 80/99 KB 263/263 KB 79/79 KB 180/1822 KB 88/276 KB 84/99 KB 263/263 KB 79/79 KB 180/1822 KB 84/276 KB 84/99 KB 263/263 KB 79/79 KB 180/1822 KB 84/276 KB 80/99 KB 263/263 KB 79/79 KB 184/1822 KB 88/276 KB 84/99 KB 263/263 KB 79/79 KB 188/1822 KB 88/276 KB 84/99 KB 263/263 KB 79/79 KB 192/1822 KB 88/276 KB 84/99 KB 263/263 KB 79/79 KB 192/1822 KB 92/276 KB 84/99 KB 263/263 KB 79/79 KB 192/1822 KB 96/276 KB 88/99 KB 263/263 KB 79/79 KB 192/1822 KB 92/276 KB 88/99 KB 263/263 KB 79/79 KB 192/1822 KB 96/276 KB 92/99 KB 263/263 KB 79/79 KB 192/1822 KB 96/276 KB 96/99 KB 263/263 KB 79/79 KB 192/1822 KB 96/276 KB 99/99 KB 263/263 KB 79/79 KB 196/1822 KB 100/276 KB 99/99 KB 263/263 KB 79/79 KB 196/1822 KB 104/276 KB 99/99 KB 263/263 KB 79/79 KB 196/1822 KB 96/276 KB 99/99 KB 263/263 KB 79/79 KB 200/1822 KB 104/276 KB 99/99 KB 263/263 KB 79/79 KB 204/1822 KB 104/276 KB 99/99 KB 263/263 KB 79/79 KB 208/1822 KB 104/276 KB 99/99 KB 263/263 KB 79/79 KB 208/1822 KB 108/276 KB 99/99 KB 263/263 KB 79/79 KB 208/1822 KB 112/276 KB 99/99 KB 263/263 KB 79/79 KB 212/1822 KB 112/276 KB 99/99 KB 263/263 KB 79/79 KB 216/1822 KB 112/276 KB 99/99 KB 263/263 KB 79/79 KB 220/1822 KB 112/276 KB 99/99 KB 263/263 KB 79/79 KB 220/1822 KB 116/276 KB 99/99 KB 263/263 KB 79/79 KB 220/1822 KB 120/276 KB 99/99 KB 263/263 KB 79/79 KB 224/1822 KB 120/276 KB 99/99 KB 263/263 KB 79/79 KB 224/1822 KB 124/276 KB 99/99 KB 263/263 KB 79/79 KB 224/1822 KB 128/276 KB 99/99 KB 263/263 KB 79/79 KB 224/1822 KB 132/276 KB 99/99 KB 263/263 KB 79/79 KB 224/1822 KB 136/276 KB 99/99 KB 263/263 KB 79/79 KB 224/1822 KB 140/276 KB 99/99 KB 263/263 KB 79/79 KB 224/1822 KB 144/276 KB 99/99 KB 263/263 KB 79/79 KB 224/1822 KB 148/276 KB 99/99 KB 263/263 KB 79/79 KB 224/1822 KB 152/276 KB 99/99 KB 263/263 KB 79/79 KB 224/1822 KB 156/276 KB 99/99 KB 263/263 KB 79/79 KB 224/1822 KB 160/276 KB 99/99 KB 263/263 KB 79/79 KB 228/1822 KB 160/276 KB 99/99 KB 263/263 KB 79/79 KB 232/1822 KB unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 160/276 KB 99/99 KB 263/263 KB 79/79 KB 236/1822 KB 160/276 KB 99/99 KB 263/263 KB 79/79 KB 240/1822 KB 160/276 KB 99/99 KB 263/263 KB 79/79 KB 240/1822 KB 164/276 KB 99/99 KB 263/263 KB 79/79 KB 240/1822 KB 168/276 KB 99/99 KB 263/263 KB 79/79 KB 240/1822 KB 172/276 KB 99/99 KB 263/263 KB 79/79 KB 240/1822 KB 176/276 KB 99/99 KB 263/263 KB 79/79 KB 244/1822 KB 176/276 KB 99/99 KB 263/263 KB 79/79 KB 248/1822 KB 176/276 KB 99/99 KB 263/263 KB 79/79 KB 252/1822 KB 176/276 KB 99/99 KB 263/263 KB 79/79 KB 256/1822 KB 176/276 KB 99/99 KB 263/263 KB 79/79 KB 256/1822 KB 180/276 KB 99/99 KB 263/263 KB 79/79 KB 256/1822 KB 184/276 KB 99/99 KB 263/263 KB 79/79 KB 256/1822 KB 188/276 KB 99/99 KB 263/263 KB 79/79 KB 256/1822 KB 192/276 KB 99/99 KB 263/263 KB 79/79 KB 256/1822 KB 196/276 KB 99/99 KB 263/263 KB 79/79 KB 256/1822 KB 200/276 KB 99/99 KB 263/263 KB 79/79 KB 256/1822 KB 204/276 KB 99/99 KB 263/263 KB 79/79 KB 256/1822 KB 208/276 KB 99/99 KB 263/263 KB 79/79 KB 260/1822 KB 208/276 KB 99/99 KB 263/263 KB 79/79 KB 264/1822 KB 208/276 KB 99/99 KB 263/263 KB 79/79 KB 268/1822 KB 208/276 KB 99/99 KB 263/263 KB 79/79 KB 272/1822 KB 208/276 KB 99/99 KB 263/263 KB 79/79 KB 272/1822 KB 212/276 KB 99/99 KB 263/263 KB 79/79 KB 272/1822 KB 216/276 KB 99/99 KB 263/263 KB 79/79 KB 272/1822 KB 220/276 KB 99/99 KB 263/263 KB 79/79 KB 272/1822 KB 224/276 KB 99/99 KB 263/263 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar (263 KB at 224.3 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 79/79 KB 276/1822 KB 224/276 KB 99/99 KB 79/79 KB 280/1822 KB 224/276 KB 99/99 KB 79/79 KB 284/1822 KB 224/276 KB 99/99 KB 79/79 KB 288/1822 KB 224/276 KB 99/99 KB 79/79 KB 288/1822 KB 228/276 KB 99/99 KB 79/79 KB 288/1822 KB 232/276 KB 99/99 KB 79/79 KB 288/1822 KB 236/276 KB 99/99 KB 79/79 KB 288/1822 KB 240/276 KB 99/99 KB 79/79 KB 288/1822 KB 244/276 KB 99/99 KB 79/79 KB 292/1822 KB 244/276 KB 99/99 KB 79/79 KB 296/1822 KB 244/276 KB 99/99 KB 79/79 KB 300/1822 KB 244/276 KB 99/99 KB 79/79 KB 304/1822 KB 244/276 KB 99/99 KB 79/79 KB 304/1822 KB 248/276 KB 99/99 KB 79/79 KB 304/1822 KB 252/276 KB 99/99 KB 79/79 KB 304/1822 KB 256/276 KB 99/99 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar (99 KB at 84.1 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 79/79 KB 304/1822 KB 260/276 KB 79/79 KB 304/1822 KB 264/276 KB 79/79 KB 308/1822 KB 264/276 KB 79/79 KB 312/1822 KB 264/276 KB 79/79 KB 316/1822 KB 264/276 KB 79/79 KB 320/1822 KB 264/276 KB 79/79 KB 320/1822 KB 268/276 KB 79/79 KB 320/1822 KB 272/276 KB 79/79 KB 320/1822 KB 276/276 KB 79/79 KB 320/1822 KB 276/276 KB 79/79 KB 324/1822 KB 276/276 KB 79/79 KB 328/1822 KB 276/276 KB 79/79 KB 332/1822 KB 276/276 KB 79/79 KB 336/1822 KB 276/276 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar (276 KB at 232.3 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 79/79 KB 340/1822 KB 79/79 KB 344/1822 KB 79/79 KB 348/1822 KB 79/79 KB 352/1822 KB 79/79 KB 356/1822 KB 79/79 KB 360/1822 KB 79/79 KB 364/1822 KB 79/79 KB 368/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar (79 KB at 66.4 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 372/1822 KB 376/1822 KB 380/1822 KB 384/1822 KB 384/1822 KB 4/54 KB 4/223 KB 388/1822 KB 8/54 KB 4/223 KB 388/1822 KB 12/54 KB 4/223 KB 388/1822 KB 16/54 KB 4/223 KB 388/1822 KB 4/54 KB 8/223 KB 388/1822 KB 16/54 KB 12/223 KB 388/1822 KB 16/54 KB 16/223 KB 388/1822 KB 16/54 KB 20/223 KB 388/1822 KB 16/54 KB 388/1822 KB 4/54 KB 20/223 KB 392/1822 KB 20/54 KB 20/223 KB 396/1822 KB 20/54 KB 20/223 KB 400/1822 KB 20/54 KB 20/223 KB 388/1822 KB 20/54 KB 4/748 KB 20/223 KB 400/1822 KB 20/54 KB 8/748 KB 20/223 KB 400/1822 KB 20/54 KB 12/748 KB 20/223 KB 400/1822 KB 20/54 KB 16/748 KB 20/223 KB 404/1822 KB 20/54 KB 12/748 KB 20/223 KB 404/1822 KB 20/54 KB 16/748 KB 20/223 KB 408/1822 KB 20/54 KB 20/748 KB 20/223 KB 408/1822 KB 20/54 KB 20/748 KB 20/223 KB 412/1822 KB 20/54 KB 24/748 KB 24/223 KB 412/1822 KB 20/54 KB 24/748 KB 20/223 KB 412/1822 KB 20/54 KB 24/748 KB 24/223 KB 416/1822 KB 20/54 KB 28/748 KB 28/223 KB 416/1822 KB 24/54 KB 32/748 KB 28/223 KB 416/1822 KB 24/54 KB 24/748 KB 28/223 KB 416/1822 KB 24/54 KB 32/748 KB 28/223 KB 416/1822 KB 28/54 KB 24/748 KB 28/223 KB 416/1822 KB 20/54 KB 32/748 KB 32/223 KB 416/1822 KB 32/54 KB 32/748 KB 28/223 KB 416/1822 KB 32/54 KB 32/748 KB 32/223 KB 420/1822 KB 32/54 KB 36/748 KB 36/223 KB 424/1822 KB 36/54 KB 36/748 KB 36/223 KB 428/1822 KB 36/54 KB 36/748 KB 36/223 KB 432/1822 KB 36/54 KB 36/748 KB 36/223 KB 420/1822 KB 36/54 KB 36/748 KB 32/223 KB 420/1822 KB 36/54 KB 40/748 KB 36/223 KB 432/1822 KB 36/54 KB 44/748 KB 36/223 KB 432/1822 KB 36/54 KB 48/748 KB 40/223 KB 432/1822 KB 36/54 KB 32/748 KB 32/223 KB 420/1822 KB 36/54 KB 48/748 KB 40/223 KB 432/1822 KB 40/54 KB 44/748 KB 40/223 KB 432/1822 KB 36/54 KB 48/748 KB 40/223 KB 432/1822 KB 44/54 KB 48/748 KB 44/223 KB 432/1822 KB 48/54 KB 48/748 KB 44/223 KB 432/1822 KB 44/54 KB 48/748 KB 48/223 KB 432/1822 KB 48/54 KB 48/748 KB 52/223 KB 432/1822 KB 48/54 KB 52/748 KB 56/223 KB 436/1822 KB 52/54 KB 52/748 KB 52/223 KB 436/1822 KB 52/54 KB 48/748 KB 52/223 KB 436/1822 KB 52/54 KB 48/748 KB 52/223 KB 432/1822 KB 52/54 KB 52/748 KB 56/223 KB 436/1822 KB 54/54 KB 56/748 KB 56/223 KB 440/1822 KB 54/54 KB 56/748 KB 56/223 KB 444/1822 KB 54/54 KB 56/748 KB 56/223 KB 448/1822 KB 54/54 KB 56/748 KB 56/223 KB 444/1822 KB 54/54 KB 60/748 KB 56/223 KB 448/1822 KB 54/54 KB 60/748 KB 60/223 KB 448/1822 KB 54/54 KB 64/748 KB 60/223 KB 448/1822 KB 54/54 KB 64/748 KB 64/223 KB 448/1822 KB 54/54 KB 68/748 KB 64/223 KB 448/1822 KB 54/54 KB 68/748 KB 64/223 KB 452/1822 KB 54/54 KB 68/748 KB 64/223 KB 456/1822 KB 54/54 KB 68/748 KB 68/223 KB 456/1822 KB 54/54 KB 72/748 KB 68/223 KB 460/1822 KB 54/54 KB 72/748 KB 68/223 KB 460/1822 KB 54/54 KB 72/748 KB 68/223 KB 464/1822 KB 54/54 KB 72/748 KB 72/223 KB 464/1822 KB 54/54 KB 76/748 KB 72/223 KB 464/1822 KB 54/54 KB 76/748 KB 76/223 KB 464/1822 KB 54/54 KB 80/748 KB 80/223 KB 464/1822 KB 54/54 KB 80/748 KB 76/223 KB 464/1822 KB 54/54 KB 80/748 KB 80/223 KB 464/1822 KB 4/27 KB 54/54 KB 80/748 KB 80/223 KB 464/1822 KB 8/27 KB 54/54 KB 80/748 KB 80/223 KB 464/1822 KB 12/27 KB 54/54 KB 80/748 KB 80/223 KB 464/1822 KB 16/27 KB 54/54 KB 80/748 KB 80/223 KB 468/1822 KB 16/27 KB 54/54 KB 84/748 KB 84/223 KB 472/1822 KB 20/27 KB 54/54 KB 84/748 KB 84/223 KB 476/1822 KB 20/27 KB 54/54 KB 84/748 KB 84/223 KB 480/1822 KB 20/27 KB 54/54 KB 84/748 KB 84/223 KB 468/1822 KB 20/2 unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 7 KB 54/54 KB 84/748 KB 80/223 KB 468/1822 KB 20/27 KB 54/54 KB 80/748 KB 80/223 KB 468/1822 KB 20/27 KB 54/54 KB 84/748 KB 84/223 KB 480/1822 KB 24/27 KB 54/54 KB 84/748 KB 84/223 KB 480/1822 KB 27/27 KB 54/54 KB 88/748 KB 84/223 KB 480/1822 KB 27/27 KB 54/54 KB 92/748 KB 84/223 KB 480/1822 KB 27/27 KB 54/54 KB 96/748 KB 88/223 KB 480/1822 KB 27/27 KB 54/54 KB 92/748 KB 88/223 KB 480/1822 KB 27/27 KB 54/54 KB 96/748 KB 92/223 KB 480/1822 KB 27/27 KB 54/54 KB 96/748 KB 96/223 KB 480/1822 KB 27/27 KB 54/54 KB 100/748 KB 96/223 KB 480/1822 KB 27/27 KB 54/54 KB 104/748 KB 100/223 KB 484/1822 KB 27/27 KB 54/54 KB 108/748 KB 100/223 KB 484/1822 KB 27/27 KB 54/54 KB 112/748 KB 100/223 KB 484/1822 KB 27/27 KB 54/54 KB 100/748 KB 100/223 KB 484/1822 KB 27/27 KB 54/54 KB 112/748 KB 100/223 KB 488/1822 KB 27/27 KB 54/54 KB 112/748 KB 100/223 KB 492/1822 KB 27/27 KB 54/54 KB 112/748 KB 100/223 KB 496/1822 KB 27/27 KB 54/54 KB 100/748 KB 100/223 KB 480/1822 KB 27/27 KB 54/54 KB 112/748 KB 104/223 KB 496/1822 KB 27/27 KB 54/54 KB 112/748 KB 108/223 KB 496/1822 KB 27/27 KB 54/54 KB 112/748 KB 108/223 KB 500/1822 KB 27/27 KB 54/54 KB 116/748 KB 112/223 KB 504/1822 KB 27/27 KB 54/54 KB 116/748 KB 112/223 KB 508/1822 KB 27/27 KB 54/54 KB 116/748 KB 112/223 KB 512/1822 KB 27/27 KB 54/54 KB 116/748 KB 112/223 KB 500/1822 KB 27/27 KB 54/54 KB 112/748 KB 112/223 KB 500/1822 KB 27/27 KB 54/54 KB 120/748 KB 112/223 KB 512/1822 KB 27/27 KB 54/54 KB 124/748 KB 112/223 KB 512/1822 KB 27/27 KB 54/54 KB 128/748 KB 112/223 KB 512/1822 KB 27/27 KB 54/54 KB 132/748 KB 112/223 KB 512/1822 KB 27/27 KB 54/54 KB 136/748 KB 116/223 KB 516/1822 KB 27/27 KB 140/748 KB 116/223 KB 516/1822 KB 27/27 KB 144/748 KB 116/223 KB 516/1822 KB 27/27 KB 148/748 KB 116/223 KB 516/1822 KB 27/27 KB 132/748 KB 116/223 KB 516/1822 KB 27/27 KB 54/54 KB 148/748 KB 116/223 KB 520/1822 KB 27/27 KB 148/748 KB 116/223 KB 524/1822 KB 27/27 KB 148/748 KB 116/223 KB 528/1822 KB 27/27 KB 148/748 KB 116/223 KB 532/1822 KB 27/27 KB 148/748 KB 116/223 KB 536/1822 KB 27/27 KB 148/748 KB 116/223 KB 540/1822 KB 27/27 KB 148/748 KB 116/223 KB 544/1822 KB 27/27 KB 132/748 KB 116/223 KB 512/1822 KB 27/27 KB 54/54 KB 148/748 KB 120/223 KB 544/1822 KB 27/27 KB 148/748 KB 124/223 KB 544/1822 KB 27/27 KB 148/748 KB 128/223 KB 544/1822 KB 27/27 KB 148/748 KB 132/223 KB 544/1822 KB 27/27 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar (54 KB at 43.6 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 148/748 KB 136/223 KB 544/1822 KB 27/27 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 148/748 KB 140/223 KB 544/1822 KB 27/27 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar (27 KB at 21.4 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 152/748 KB 140/223 KB 544/1822 KB 156/748 KB 140/223 KB 544/1822 KB 160/748 KB 144/223 KB 544/1822 KB 156/748 KB 144/223 KB 544/1822 KB 160/748 KB 144/223 KB 548/1822 KB 164/748 KB 148/223 KB 552/1822 KB 164/748 KB 148/223 KB 556/1822 KB 164/748 KB 148/223 KB 560/1822 KB 164/748 KB 148/223 KB 548/1822 KB 164/748 KB 144/223 KB 548/1822 KB 164/748 KB 152/223 KB 560/1822 KB 168/748 KB 152/223 KB 560/1822 KB 172/748 KB 152/223 KB 560/1822 KB 176/748 KB 156/223 KB 560/1822 KB 172/748 KB 156/223 KB 560/1822 KB 176/748 KB 160/223 KB 560/1822 KB 176/748 KB 164/223 KB 560/1822 KB 180/748 KB 168/223 KB 564/1822 KB 180/748 KB 172/223 KB 564/1822 KB 180/748 KB 176/223 KB 564/1822 KB 180/748 KB 164/223 KB 564/1822 KB 176/748 KB 164/223 KB 564/1822 KB 180/748 KB 176/223 KB 568/1822 KB 180/748 KB 176/223 KB 572/1822 KB 180/748 KB 176/223 KB 576/1822 KB 184/748 KB 176/223 KB 576/1822 KB 188/748 KB 176/223 KB 576/1822 KB 188/748 KB 176/223 KB 580/1822 KB 192/748 KB 180/223 KB 584/1822 KB 192/748 KB 180/223 KB 588/1822 KB 192/748 KB 180/223 KB 592/1822 KB 192/748 KB 180/223 KB 580/1822 KB 196/748 KB 180/223 KB 592/1822 KB 200/748 KB 180/223 KB 596/1822 KB 188/748 KB 180/223 KB 580/1822 KB 200/748 KB 184/223 KB 596/1822 KB 200/748 KB 188/223 KB 596/1822 KB 200/748 KB 192/223 KB 596/1822 KB 204/748 KB 192/223 KB 596/1822 KB 196/748 KB 180/223 KB 596/1822 KB 208/748 KB 192/223 KB 596/1822 KB 208/748 KB 192/223 KB 600/1822 KB 208/748 KB 192/223 KB 604/1822 KB 208/748 KB 192/223 KB 608/1822 KB 208/748 KB 192/223 KB 612/1822 KB 212/748 KB 196/223 KB 616/1822 KB 212/748 KB 196/223 KB 620/1822 KB 212/748 KB 196/223 KB 624/1822 KB 212/748 KB 196/223 KB 612/1822 KB 212/748 KB 200/223 KB 624/1822 KB 212/748 KB 192/223 KB 612/1822 KB 212/748 KB 204/223 KB 624/1822 KB 216/748 KB 204/223 KB 624/1822 KB 216/748 KB 208/223 KB 624/1822 KB 220/748 KB 208/223 KB 624/1822 KB 224/748 KB 208/223 KB 624/1822 KB 228/748 KB 208/223 KB 624/1822 KB 232/748 KB 212/223 KB 628/1822 KB 236/748 KB 212/223 KB 628/1822 KB 240/748 KB 212/223 KB 628/1822 KB 228/748 KB 212/223 KB 628/1822 KB 228/748 KB 212/223 KB 624/1822 KB 240/748 KB 216/223 KB 628/1822 KB 240/748 KB 220/223 KB 628/1822 KB 240/748 KB 220/223 KB 632/1822 KB 240/748 KB 223/223 KB 632/1822 KB 240/748 KB 223/223 KB 636/1822 KB 240/748 KB 223/223 KB 640/1822 KB 240/748 KB 223/223 KB 644/1822 KB 244/748 KB 223/223 KB 648/1822 KB 244/748 KB 223/223 KB 652/1822 KB 244/748 KB 223/223 KB 644/1822 KB 248/748 KB 223/223 KB 652/1822 KB 252/748 KB 223/223 KB 652/1822 KB 256/748 KB 223/223 KB 652/1822 KB 256/748 KB 3/23 KB 223/223 KB 652/1822 KB 256/748 KB 6/23 KB 223/223 KB 652/1822 KB 256/748 KB 9/23 KB 223/223 KB 652/1822 KB 256/748 KB 11/23 KB 223/223 KB 652/1822 KB 256/748 KB 11/23 KB 223/223 KB 656/1822 KB 256/748 KB 14/23 KB 223/223 KB 656/1822 KB 256/748 KB 16/23 KB 223/223 KB 656/1822 KB 260/748 KB 16/23 KB 223/223 KB 656/1822 KB 264/748 KB 16/23 KB 223/223 KB 656/1822 KB 268/748 KB 16/23 KB 223/223 KB 656/1822 KB 272/748 KB 16/23 KB 223/223 KB 656/1822 KB 272/748 KB 16/23 KB 223/223 KB 660/1822 KB 272/748 KB 19/23 KB 223/223 KB 660/1822 KB 272/748 KB 22/23 KB 223/223 KB 660/1822 KB 272/748 KB 23/23 KB 223/223 KB 660/1822 KB 272/748 KB 23/23 KB 223/223 KB 660/1822 KB 4/178 KB 272/748 KB 23/23 KB 223/223 KB 660/1822 KB 8/178 KB 272/748 KB 23/23 KB 223/223 KB 660/1822 KB 12/178 KB 272/748 KB 23/23 KB 223/223 KB 660/18 unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 22 KB 16/178 KB 272/748 KB 23/23 KB 660/1822 KB 20/178 KB 272/748 KB 23/23 KB 660/1822 KB 24/178 KB 272/748 KB 23/23 KB 660/1822 KB 28/178 KB 272/748 KB 23/23 KB 660/1822 KB 32/178 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar (223 KB at 176.0 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar unit-mysql-0: 15:58:46 DEBUG unit.mysql/0.install Selecting previously unselected package binutils. unit-mysql-0: 15:58:46 DEBUG unit.mysql/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 272/748 KB 23/23 KB 664/1822 KB 32/178 KB 272/748 KB 23/23 KB 668/1822 KB 32/178 KB 272/748 KB 23/23 KB 672/1822 KB 32/178 KB 272/748 KB 23/23 KB 676/1822 KB 32/178 KB 276/748 KB 23/23 KB 676/1822 KB 32/178 KB 280/748 KB 23/23 KB 676/1822 KB 32/178 KB 280/748 KB 23/23 KB 676/1822 KB 36/178 KB 280/748 KB 23/23 KB 676/1822 KB 40/178 KB 280/748 KB 23/23 KB 676/1822 KB 44/178 KB 280/748 KB 23/23 KB 676/1822 KB 48/178 KB 284/748 KB 23/23 KB 676/1822 KB 48/178 KB 288/748 KB 23/23 KB 676/1822 KB 48/178 KB 288/748 KB 23/23 KB 680/1822 KB 48/178 KB 288/748 KB 23/23 KB 684/1822 KB 48/178 KB 288/748 KB 23/23 KB 688/1822 KB 48/178 KB 288/748 KB 23/23 KB 688/1822 KB 52/178 KB 288/748 KB 23/23 KB 688/1822 KB 56/178 KB 288/748 KB 23/23 KB 688/1822 KB 60/178 KB 288/748 KB 23/23 KB 688/1822 KB 64/178 KB 292/748 KB 23/23 KB 688/1822 KB 64/178 KB 296/748 KB 23/23 KB 688/1822 KB 64/178 KB 296/748 KB 23/23 KB 692/1822 KB 64/178 KB 300/748 KB 23/23 KB 696/1822 KB 64/178 KB 300/748 KB 23/23 KB 692/1822 KB 64/178 KB 304/748 KB 23/23 KB 696/1822 KB 64/178 KB 304/748 KB 23/23 KB 700/1822 KB 64/178 KB 304/748 KB 23/23 KB 704/1822 KB 64/178 KB 304/748 KB 23/23 KB 704/1822 KB 68/178 KB 304/748 KB 23/23 KB 704/1822 KB 72/178 KB 304/748 KB 23/23 KB 704/1822 KB 76/178 KB 304/748 KB 23/23 KB 704/1822 KB 80/178 KB 304/748 KB 23/23 KB 704/1822 KB 80/178 KB 4/55 KB 304/748 KB 23/23 KB 708/1822 KB 80/178 KB 8/55 KB 308/748 KB 23/23 KB 708/1822 KB 80/178 KB 8/55 KB 312/748 KB 23/23 KB 708/1822 KB 80/178 KB 12/55 KB 312/748 KB 23/23 KB 708/1822 KB 84/178 KB 12/55 KB 312/748 KB 23/23 KB 708/1822 KB 88/178 KB 12/55 KB 312/748 KB 23/23 KB 708/1822 KB 92/178 KB 12/55 KB 312/748 KB 23/23 KB 708/1822 KB 96/178 KB 12/55 KB 304/748 KB 23/23 KB 708/1822 KB 80/178 KB 4/55 KB 312/748 KB 23/23 KB 712/1822 KB 96/178 KB 12/55 KB 308/748 KB 23/23 KB 708/1822 KB 80/178 KB 12/55 KB 316/748 KB 23/23 KB 712/1822 KB 96/178 KB 16/55 KB 316/748 KB 23/23 KB 712/1822 KB 96/178 KB 12/55 KB 320/748 KB 23/23 KB 712/1822 KB 96/178 KB 16/55 KB 324/748 KB 716/1822 KB 96/178 KB 16/55 KB 328/748 KB 716/1822 KB 100/178 KB 20/55 KB 332/748 KB 716/1822 KB 100/178 KB 20/55 KB 336/748 KB 716/1822 KB 100/178 KB 20/55 KB 320/748 KB 716/1822 KB 96/178 KB 16/55 KB Downloaded: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 KB at 17.7 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar unit-mysql-0: 15:58:46 DEBUG unit.mysql/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 336/748 KB 720/1822 KB 100/178 KB 20/55 KB 324/748 KB 716/1822 KB 100/178 KB 20/55 KB 324/748 KB 716/1822 KB 100/178 KB 16/55 KB 336/748 KB 720/1822 KB 104/178 KB 20/55 KB 336/748 KB 720/1822 KB 108/178 KB 20/55 KB 336/748 KB 720/1822 KB 112/178 KB 20/55 KB 336/748 KB 720/1822 KB 116/178 KB 20/55 KB 336/748 KB 720/1822 KB 120/178 KB 20/55 KB 336/748 KB 720/1822 KB 124/178 KB 20/55 KB 336/748 KB 720/1822 KB 128/178 KB 20/55 KB 336/748 KB 720/1822 KB 128/178 KB 24/55 KB 336/748 KB 720/1822 KB 128/178 KB 28/55 KB 336/748 KB 720/1822 KB 128/178 KB 32/55 KB 336/748 KB 724/1822 KB 128/178 KB 32/55 KB 336/748 KB 728/1822 KB 128/178 KB 32/55 KB 336/748 KB 732/1822 KB 128/178 KB 32/55 KB 336/748 KB 732/1822 KB 132/178 KB 32/55 KB 336/748 KB 732/1822 KB 136/178 KB 32/55 KB 336/748 KB 736/1822 KB 140/178 KB 32/55 KB 336/748 KB 736/1822 KB 144/178 KB 32/55 KB 336/748 KB 736/1822 KB 148/178 KB 32/55 KB 340/748 KB 736/1822 KB 152/178 KB 36/55 KB 340/748 KB 736/1822 KB 156/178 KB 36/55 KB 340/748 KB 736/1822 KB 160/178 KB 36/55 KB 336/748 KB 736/1822 KB 136/178 KB 32/55 KB 340/748 KB 740/1822 KB 160/178 KB 36/55 KB 340/748 KB 744/1822 KB 160/178 KB 36/55 KB 340/748 KB 748/1822 KB 160/178 KB 36/55 KB 340/748 KB 736/1822 KB 148/178 KB 36/55 KB 336/748 KB 736/1822 KB 148/178 KB 36/55 KB 340/748 KB 748/1822 KB 160/178 KB 40/55 KB 340/748 KB 748/1822 KB 160/178 KB 44/55 KB 344/748 KB 748/1822 KB 160/178 KB 44/55 KB 344/748 KB 748/1822 KB 160/178 KB 48/55 KB 348/748 KB 748/1822 KB 160/178 KB 48/55 KB 352/748 KB 748/1822 KB 160/178 KB 48/55 KB 352/748 KB 748/1822 KB 160/178 KB 52/55 KB 352/748 KB 752/1822 KB 160/178 KB 55/55 KB 352/748 KB 752/1822 KB 160/178 KB 52/55 KB 356/748 KB 752/1822 KB 160/178 KB 55/55 KB 360/748 KB 756/1822 KB 164/178 KB 55/55 KB 364/748 KB 756/1822 KB 164/178 KB 55/55 KB 368/748 KB 756/1822 KB 164/178 KB 55/55 KB 356/748 KB 756/1822 KB 160/178 KB 55/55 KB 356/748 KB 756/1822 KB 164/178 KB 55/55 KB 368/748 KB 760/1822 KB 164/178 KB 55/55 KB 368/748 KB 760/1822 KB 168/178 KB 55/55 KB 368/748 KB 760/1822 KB 172/178 KB 55/55 KB 368/748 KB 764/1822 KB 176/178 KB 55/55 KB 368/748 KB 764/1822 KB 172/178 KB 55/55 KB 368/748 KB 768/1822 KB 176/178 KB 55/55 KB 368/748 KB 768/1822 KB 178/178 KB 55/55 KB 368/748 KB 772/1822 KB 178/178 KB 55/55 KB 372/748 KB 772/1822 KB 178/178 KB 55/55 KB 376/748 KB 772/1822 KB 178/178 KB 55/55 KB 380/748 KB 772/1822 KB 178/178 KB 55/55 KB 384/748 KB 772/1822 KB 178/178 KB 55/55 KB 384/748 KB 776/1822 KB 178/178 KB 55/55 KB 384/748 KB 780/1822 KB 178/178 KB 55/55 KB 384/748 KB 784/1822 KB 178/178 KB 55/55 KB 384/748 KB 788/1822 KB 178/178 KB 55/55 KB 388/748 KB 788/1822 KB 178/178 KB 55/55 KB 392/748 KB 788/1822 KB 178/178 KB 55/55 KB 396/748 KB 788/1822 KB 178/178 KB 55/55 KB 400/748 KB 788/1822 KB 178/178 KB 55/55 KB 400/748 KB 792/1822 KB 178/178 KB 55/55 KB 400/748 KB 796/1822 KB 178/178 KB 55/55 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar (55 KB at 41.6 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 400/748 KB 800/1822 KB 178/178 KB 400/748 KB 804/1822 KB 178/178 KB 404/748 KB 808/1822 KB 178/178 KB 404/748 KB 812/1822 KB 178/178 KB 404/748 KB 816/1822 KB 178/178 KB 404/748 KB 804/1822 KB 178/178 KB 408/748 KB 816/1822 KB 178/178 KB 412/748 KB 816/1822 KB 178/178 KB 416/748 KB 816/1822 KB 178/178 KB 416/748 KB 816/1822 KB 178/178 KB 3/1210 KB 416/748 KB 816/1822 KB 178/178 KB 5/1210 KB 416/748 KB 816/1822 KB 178/178 KB 8/1210 KB 416/748 KB 816/1822 KB 178/178 KB 11/1210 KB 416/748 KB 820/1822 KB 178/178 KB 11/1210 KB 420/748 KB 820/1822 KB 178/178 KB 13/1210 KB 420/748 KB 820/1822 KB 178/178 KB 16/1210 KB 420/748 KB 820/1822 KB 178/178 KB 11/1210 KB 424/748 KB 820/1822 KB 178/178 KB 16/1210 KB 428/748 KB 820/1822 KB 178/178 KB 16/1210 KB 432/748 KB 820/1822 KB 178/178 KB 16/1210 KB 432/748 KB 824/1822 KB 178/178 KB 16/1210 KB 432/748 KB 824/1822 KB 178/178 KB 19/1210 KB 432/748 KB 824/1822 KB 178/178 KB 21/1210 KB 432/748 KB 828/1822 KB 178/178 KB 21/1210 KB 432/748 KB 832/1822 KB 178/178 KB 21/1210 KB 432/748 KB 832/1822 KB 178/178 KB 24/1210 KB 432/748 KB 832/1822 KB 178/178 KB 27/1210 KB 432/748 KB 832/1822 KB 178/178 KB 29/1210 KB 432/748 KB 832/1822 KB 178/178 KB 32/1210 KB 436/748 KB 832/1822 KB 178/178 KB 32/1210 KB 3/471 KB 436/748 KB 832/1822 KB 178/178 KB 32/1210 KB 6/471 KB 436/748 KB 832/1822 KB 178/178 KB 32/1210 KB 9/471 KB 436/748 KB 832/1822 KB 178/178 KB 32/1210 KB 11/471 KB 436/748 KB 832/1822 KB 178/178 KB 32/1210 KB 11/471 KB 440/748 KB 832/1822 KB 178/178 KB 32/1210 KB 14/471 KB 440/748 KB 832/1822 KB 178/178 KB 32/1210 KB 16/471 KB 440/748 KB 832/1822 KB 178/178 KB 36/1210 KB 16/471 KB 440/748 KB 832/1822 KB 178/178 KB 40/1210 KB 16/471 KB 440/748 KB 832/1822 KB 178/178 KB 44/1210 KB 16/471 KB 440/748 KB 832/1822 KB 178/178 KB 48/1210 KB 16/471 KB 440/748 KB 832/1822 KB 178/178 KB 48/1210 KB 19/471 KB 440/748 KB 832/1822 KB 178/178 KB 48/1210 KB 22/471 KB 440/748 KB 832/1822 KB 178/178 KB 48/1210 KB 25/471 KB 440/748 KB 832/1822 KB 178/178 KB 48/1210 KB 27/471 KB 440/748 KB 832/1822 KB 178/178 KB 48/1210 KB 27/471 KB 444/748 KB 836/1822 KB 178/178 KB 48/1210 KB 27/471 KB 444/748 KB 832/1822 KB 178/178 KB 48/1210 KB 27/471 KB 448/748 KB 840/1822 KB 178/178 KB 48/1210 KB 27/471 KB 444/748 KB 840/1822 KB 178/178 KB 48/1210 KB 30/471 KB 448/748 KB 844/1822 KB 178/178 KB 48/1210 KB 30/471 KB 448/748 KB 848/1822 KB 178/178 KB 48/1210 KB 30/471 KB 452/748 KB 852/1822 KB 178/178 KB 52/1210 KB 30/471 KB 452/748 KB 856/1822 KB 178/178 KB 52/1210 KB 30/471 KB 448/748 KB 840/1822 KB 178/178 KB 48/1210 KB 32/471 KB 452/748 KB 860/1822 KB 178/178 KB 52/1210 KB 36/471 KB 452/748 KB 860/1822 KB 178/178 KB 52/1210 KB 40/471 KB 452/748 KB 860/1822 KB 178/178 KB 52/1210 KB 44/471 KB 452/748 KB 860/1822 KB 178/178 KB 52/1210 KB 48/471 KB 452/748 KB 860/1822 KB 178/178 KB 52/1210 KB 30/471 KB 452/748 KB 848/1822 KB 178/178 KB 52/1210 KB 30/471 KB 448/748 KB 848/1822 KB 178/178 KB 52/1210 KB 48/471 KB 452/748 KB 860/1822 KB 178/178 KB 56/1210 KB 48/471 KB 452/748 KB 860/1822 KB 178/178 KB 60/1210 KB 48/471 KB 452/748 KB 860/1822 KB 178/178 KB 64/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar (178 KB at 134.5 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 48/471 KB 452/748 KB 860/1822 KB 68/1210 KB 48/471 KB 452/748 KB 860/1822 KB 72/1210 KB 48/471 KB 452/748 KB 860/1822 KB 76/1210 KB 48/471 KB 452/748 KB 860/1822 KB 80/1210 KB 48/471 KB 452/748 KB 860/1822 KB 84/1210 KB 48/471 KB 452/748 KB 860/1822 KB 88/1210 KB 48/471 KB 452/748 KB 860/1822 KB 92/1210 KB 48/471 KB 452/748 KB 860/1822 KB 96/1210 KB 48/471 KB 456/748 KB 860/1822 KB 96/1210 KB 48/471 KB 460/748 KB 860/1822 KB 96/1210 KB 48/471 KB 464/748 KB 860/1822 KB 96/1210 KB 48/471 KB 464/748 KB 860/1822 KB 100/1210 KB 30/471 KB 452/748 KB 860/1822 KB 178/178 KB 52/1210 KB 48/471 KB 464/748 KB 864/1822 KB 104/1210 KB 48/471 KB 464/748 KB 860/1822 KB 104/1210 KB 48/471 KB 464/748 KB 864/1822 KB 108/1210 KB 48/471 KB 464/748 KB 864/1822 KB 112/1210 KB 48/471 KB 464/748 KB 864/1822 KB 116/1210 KB 52/471 KB 468/748 KB 868/1822 KB 120/1210 KB 52/471 KB 468/748 KB 868/1822 KB 124/1210 KB 52/471 KB 468/748 KB 868/1822 KB 116/1210 KB 52/471 KB 464/748 KB 868/1822 KB 116/1210 KB 52/471 KB 472/748 KB 868/1822 KB 124/1210 KB 52/471 KB 472/748 KB 872/1822 KB 124/1210 KB 52/471 KB 476/748 KB 872/1822 KB 124/1210 KB 52/471 KB 464/748 KB 864/1822 KB 116/1210 KB 52/471 KB 476/748 KB 876/1822 KB 124/1210 KB 52/471 KB 476/748 KB 880/1822 KB 124/1210 KB 56/471 KB 480/748 KB 880/1822 KB 124/1210 KB 56/471 KB 476/748 KB 880/1822 KB 124/1210 KB 60/471 KB 480/748 KB 880/1822 KB 124/1210 KB 63/471 KB 480/748 KB 880/1822 KB 124/1210 KB 67/471 KB 484/748 KB 880/1822 KB 128/1210 KB 71/471 KB 484/748 KB 880/1822 KB 128/1210 KB 75/471 KB 484/748 KB 880/1822 KB 128/1210 KB 79/471 KB 484/748 KB 880/1822 KB 128/1210 KB 63/471 KB 484/748 KB 880/1822 KB 128/1210 KB 63/471 KB 484/748 KB 880/1822 KB 124/1210 KB 79/471 KB 488/748 KB 880/1822 KB 128/1210 KB 79/471 KB 492/748 KB 880/1822 KB 128/1210 KB 79/471 KB 492/748 KB 880/1822 KB 132/1210 KB 79/471 KB 496/748 KB 880/1822 KB 136/1210 KB 79/471 KB 496/748 KB 880/1822 KB 132/1210 KB 79/471 KB 496/748 KB 880/1822 KB 140/1210 KB 79/471 KB 496/748 KB 880/1822 KB 144/1210 KB 79/471 KB 496/748 KB 880/1822 KB 148/1210 KB 83/471 KB 500/748 KB 880/1822 KB 152/1210 KB 83/471 KB 500/748 KB 880/1822 KB 156/1210 KB 83/471 KB 500/748 KB 880/1822 KB 148/1210 KB 79/471 KB 500/748 KB 880/1822 KB 148/1210 KB 83/471 KB 504/748 KB 880/1822 KB 156/1210 KB 83/471 KB 508/748 KB 880/1822 KB 156/1210 KB 83/471 KB 512/748 KB 880/1822 KB 156/1210 KB 87/471 KB 512/748 KB 880/1822 KB 156/1210 KB 91/471 KB 512/748 KB 880/1822 KB 156/1210 KB 95/471 KB 516/748 KB 880/1822 KB 156/1210 KB 95/471 KB 516/748 KB 884/1822 KB 160/1210 KB 95/471 KB 516/748 KB 888/1822 KB 160/1210 KB 95/471 KB 516/748 KB 892/1822 KB 160/1210 KB 95/471 KB 516/748 KB 896/1822 KB 160/1210 KB 95/471 KB 516/748 KB 900/1822 KB 160/1210 KB 95/471 KB 516/748 KB 904/1822 KB 160/1210 KB 95/471 KB 516/748 KB 908/1822 KB 160/1210 KB 95/471 KB 516/748 KB 912/1822 KB 160/1210 KB 95/471 KB 516/748 KB 880/1822 KB 160/1210 KB 95/471 KB 516/748 KB 880/1822 KB 156/1210 KB 99/471 KB 516/748 KB 912/1822 KB 160/1210 KB 103/471 KB 520/748 KB 916/1822 KB 4/93 KB 164/1210 KB 107/471 KB 520/748 KB 916/1822 KB 4/93 KB 164/1210 KB 111/471 KB 520/748 KB 916/1822 KB 4/93 KB 164/1210 KB 99/471 KB 520/748 KB 916/1822 KB 4/93 KB 164/1210 KB 99/471 KB 516/748 KB 912/1822 KB 4/93 KB 160/1210 KB 111/471 KB 520/748 KB 916/1822 KB 8/93 KB 164/1210 KB 111/471 KB 520/748 KB 916/1822 KB 12/93 KB 164/1210 KB 111/471 KB unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 520/748 KB 916/1822 KB 16/93 KB 164/1210 KB 99/471 KB 520/748 KB 916/1822 KB 4/93 KB 160/1210 KB 111/471 KB 524/748 KB 916/1822 KB 16/93 KB 164/1210 KB 111/471 KB 528/748 KB 916/1822 KB 16/93 KB 164/1210 KB 111/471 KB 528/748 KB 916/1822 KB 20/93 KB 164/1210 KB 111/471 KB 528/748 KB 916/1822 KB 24/93 KB 164/1210 KB 111/471 KB 528/748 KB 916/1822 KB 28/93 KB 164/1210 KB 111/471 KB 528/748 KB 916/1822 KB 32/93 KB 164/1210 KB 99/471 KB 516/748 KB 916/1822 KB 4/93 KB 160/1210 KB 111/471 KB 528/748 KB 916/1822 KB 32/93 KB 168/1210 KB 111/471 KB 528/748 KB 920/1822 KB 32/93 KB 172/1210 KB 111/471 KB 528/748 KB 920/1822 KB 32/93 KB 168/1210 KB 111/471 KB 528/748 KB 924/1822 KB 32/93 KB 176/1210 KB 111/471 KB 528/748 KB 928/1822 KB 32/93 KB 176/1210 KB 111/471 KB 528/748 KB 928/1822 KB 32/93 KB 176/1210 KB 115/471 KB 532/748 KB 928/1822 KB 36/93 KB 176/1210 KB 119/471 KB 532/748 KB 928/1822 KB 36/93 KB 176/1210 KB 111/471 KB 532/748 KB 928/1822 KB 36/93 KB 176/1210 KB 111/471 KB 528/748 KB 928/1822 KB 36/93 KB 176/1210 KB 119/471 KB 532/748 KB 928/1822 KB 40/93 KB 176/1210 KB 119/471 KB 532/748 KB 928/1822 KB 44/93 KB 176/1210 KB 119/471 KB 532/748 KB 928/1822 KB 48/93 KB 176/1210 KB 119/471 KB 536/748 KB 928/1822 KB 48/93 KB 176/1210 KB 119/471 KB 540/748 KB 928/1822 KB 48/93 KB 176/1210 KB 119/471 KB 544/748 KB 928/1822 KB 48/93 KB 176/1210 KB 119/471 KB 544/748 KB 928/1822 KB 48/93 KB 180/1210 KB 123/471 KB 548/748 KB 932/1822 KB 52/93 KB 184/1210 KB 123/471 KB 548/748 KB 932/1822 KB 52/93 KB 188/1210 KB 123/471 KB 548/748 KB 932/1822 KB 52/93 KB 192/1210 KB 123/471 KB 548/748 KB 932/1822 KB 52/93 KB 180/1210 KB 123/471 KB 544/748 KB 932/1822 KB 52/93 KB 180/1210 KB 119/471 KB 544/748 KB 932/1822 KB 52/93 KB 180/1210 KB 119/471 KB 544/748 KB 928/1822 KB 52/93 KB 180/1210 KB 123/471 KB 548/748 KB 932/1822 KB 56/93 KB 192/1210 KB 123/471 KB 548/748 KB 932/1822 KB 60/93 KB 192/1210 KB 123/471 KB 548/748 KB 932/1822 KB 64/93 KB 192/1210 KB 127/471 KB 548/748 KB 932/1822 KB 64/93 KB 192/1210 KB 127/471 KB 548/748 KB 936/1822 KB 64/93 KB 192/1210 KB 127/471 KB 548/748 KB 940/1822 KB 64/93 KB 192/1210 KB 127/471 KB 548/748 KB 944/1822 KB 64/93 KB 192/1210 KB 127/471 KB 548/748 KB 944/1822 KB 68/93 KB 192/1210 KB 127/471 KB 548/748 KB 944/1822 KB 72/93 KB 192/1210 KB 127/471 KB 548/748 KB 944/1822 KB 76/93 KB 192/1210 KB 127/471 KB 548/748 KB 944/1822 KB 80/93 KB 192/1210 KB 127/471 KB 548/748 KB 944/1822 KB 80/93 KB 196/1210 KB 131/471 KB 552/748 KB 948/1822 KB 80/93 KB 200/1210 KB 131/471 KB 552/748 KB 948/1822 KB 80/93 KB 204/1210 KB 131/471 KB 552/748 KB 948/1822 KB 80/93 KB 208/1210 KB 131/471 KB 552/748 KB 948/1822 KB 80/93 KB 196/1210 KB 131/471 KB 552/748 KB 944/1822 KB 80/93 KB 196/1210 KB 127/471 KB 552/748 KB 944/1822 KB 80/93 KB 196/1210 KB 131/471 KB 556/748 KB 948/1822 KB 84/93 KB 208/1210 KB 131/471 KB 560/748 KB 948/1822 KB 84/93 KB 208/1210 KB 131/471 KB 552/748 KB 948/1822 KB 84/93 KB 208/1210 KB 131/471 KB 560/748 KB 948/1822 KB 88/93 KB 208/1210 KB 131/471 KB 560/748 KB 948/1822 KB 92/93 KB 208/1210 KB 131/471 KB 560/748 KB 948/1822 KB 93/93 KB 208/1210 KB 135/471 KB 560/748 KB 948/1822 KB 93/93 KB 208/1210 KB 139/471 KB 560/748 KB 948/1822 KB 93/93 KB 208/1210 KB 143/471 KB 560/748 KB 948/1822 KB 93/93 KB 208/1210 KB 147/471 KB 560/748 KB 948/1822 KB 93/93 KB 208/1210 KB 151/471 KB 564/748 KB 952/1822 KB 93/93 KB 212/1210 KB 147/471 KB 564/7 unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 48 KB 952/1822 KB 93/93 KB 212/1210 KB 147/471 KB 564/748 KB 952/1822 KB 93/93 KB 208/1210 KB 155/471 KB 568/748 KB 952/1822 KB 93/93 KB 212/1210 KB 147/471 KB 560/748 KB 952/1822 KB 93/93 KB 208/1210 KB 155/471 KB 568/748 KB 956/1822 KB 93/93 KB 212/1210 KB 155/471 KB 568/748 KB 960/1822 KB 93/93 KB 212/1210 KB 155/471 KB 572/748 KB 960/1822 KB 93/93 KB 212/1210 KB 155/471 KB 576/748 KB 960/1822 KB 93/93 KB 212/1210 KB 155/471 KB 576/748 KB 964/1822 KB 93/93 KB 212/1210 KB 155/471 KB 580/748 KB 968/1822 KB 93/93 KB 216/1210 KB 155/471 KB 580/748 KB 972/1822 KB 93/93 KB 216/1210 KB 155/471 KB 564/748 KB 952/1822 KB 93/93 KB 212/1210 KB 159/471 KB 580/748 KB 976/1822 KB 93/93 KB 216/1210 KB 163/471 KB 580/748 KB 976/1822 KB 93/93 KB 216/1210 KB 167/471 KB 580/748 KB 976/1822 KB 93/93 KB 216/1210 KB 171/471 KB 580/748 KB 976/1822 KB 93/93 KB 216/1210 KB 175/471 KB 580/748 KB 976/1822 KB 93/93 KB 216/1210 KB 155/471 KB 580/748 KB 964/1822 KB 93/93 KB 216/1210 KB 155/471 KB 576/748 KB 964/1822 KB 93/93 KB 216/1210 KB 175/471 KB 580/748 KB 976/1822 KB 93/93 KB 220/1210 KB 175/471 KB 580/748 KB 976/1822 KB 93/93 KB 224/1210 KB 155/471 KB 580/748 KB 976/1822 KB 93/93 KB 216/1210 KB 175/471 KB 584/748 KB 976/1822 KB 93/93 KB 224/1210 KB 175/471 KB 588/748 KB 976/1822 KB 93/93 KB 224/1210 KB 175/471 KB 592/748 KB 976/1822 KB 93/93 KB 224/1210 KB 175/471 KB 596/748 KB 976/1822 KB 93/93 KB 224/1210 KB 179/471 KB 600/748 KB 980/1822 KB 93/93 KB 228/1210 KB 179/471 KB 604/748 KB 980/1822 KB 93/93 KB 228/1210 KB 179/471 KB 608/748 KB 980/1822 KB 93/93 KB 228/1210 KB 179/471 KB 596/748 KB 980/1822 KB 93/93 KB 228/1210 KB 175/471 KB 596/748 KB 980/1822 KB 93/93 KB 228/1210 KB 175/471 KB 596/748 KB 976/1822 KB 93/93 KB 228/1210 KB 179/471 KB 608/748 KB 980/1822 KB 93/93 KB 232/1210 KB 179/471 KB 608/748 KB 980/1822 KB 93/93 KB 236/1210 KB 179/471 KB 608/748 KB 984/1822 KB 93/93 KB 236/1210 KB 179/471 KB 608/748 KB 988/1822 KB 93/93 KB 236/1210 KB 179/471 KB 608/748 KB 992/1822 KB 93/93 KB 240/1210 KB 179/471 KB 608/748 KB 988/1822 KB 93/93 KB 240/1210 KB 179/471 KB 608/748 KB 992/1822 KB 93/93 KB 244/1210 KB 183/471 KB 612/748 KB 996/1822 KB 93/93 KB 248/1210 KB 183/471 KB 612/748 KB 996/1822 KB 93/93 KB 252/1210 KB 183/471 KB 612/748 KB 996/1822 KB 93/93 KB 244/1210 KB 183/471 KB 612/748 KB 1000/1822 KB 93/93 KB 252/1210 KB 183/471 KB 612/748 KB 1004/1822 KB 93/93 KB 252/1210 KB 183/471 KB 612/748 KB 992/1822 KB 93/93 KB 244/1210 KB 187/471 KB 612/748 KB 1004/1822 KB 93/93 KB 256/1210 KB 191/471 KB 612/748 KB 1004/1822 KB 93/93 KB 256/1210 KB 179/471 KB 612/748 KB 992/1822 KB 93/93 KB 244/1210 KB 191/471 KB 612/748 KB 1008/1822 KB 93/93 KB 256/1210 KB 183/471 KB 612/748 KB 1004/1822 KB 93/93 KB 256/1210 KB 191/471 KB 616/748 KB 1008/1822 KB 93/93 KB 256/1210 KB 191/471 KB 620/748 KB 1008/1822 KB 93/93 KB 256/1210 KB 195/471 KB 624/748 KB 1012/1822 KB 93/93 KB 260/1210 KB 195/471 KB 620/748 KB 1012/1822 KB 93/93 KB 260/1210 KB 195/471 KB 624/748 KB 1012/1822 KB 93/93 KB 264/1210 KB 195/471 KB 624/748 KB 1012/1822 KB 93/93 KB 268/1210 KB 195/471 KB 624/748 KB 1012/1822 KB 93/93 KB 272/1210 KB 195/471 KB 620/748 KB 1012/1822 KB 93/93 KB 256/1210 KB 199/471 KB 624/748 KB 1012/1822 KB 93/93 KB 272/1210 KB 203/471 KB 624/748 KB 1012/1822 KB 93/93 KB 272/1210 KB 207/471 KB 624/748 KB 1012/1822 KB 93/93 KB 272/1210 KB 191/471 KB 620/748 KB 1012/1822 KB 93/93 KB 256/1210 KB 207/ unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 471 KB 624/748 KB 1016/1822 KB 93/93 KB 272/1210 KB 207/471 KB 624/748 KB 1020/1822 KB 93/93 KB 272/1210 KB 207/471 KB 628/748 KB 1024/1822 KB 93/93 KB 272/1210 KB 207/471 KB 628/748 KB 1020/1822 KB 93/93 KB 272/1210 KB 211/471 KB 632/748 KB 1024/1822 KB 272/1210 KB 211/471 KB 636/748 KB 1024/1822 KB 272/1210 KB 211/471 KB 640/748 KB 1024/1822 KB 272/1210 KB 211/471 KB 644/748 KB 1024/1822 KB 272/1210 KB 211/471 KB 648/748 KB 1028/1822 KB 276/1210 KB 211/471 KB 652/748 KB 1028/1822 KB 276/1210 KB 211/471 KB 656/748 KB 1028/1822 KB 276/1210 KB 211/471 KB 628/748 KB 1024/1822 KB 272/1210 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar (93 KB at 66.5 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 215/471 KB 656/748 KB 1028/1822 KB 276/1210 KB 219/471 KB 656/748 KB 1028/1822 KB 276/1210 KB 223/471 KB 656/748 KB 1028/1822 KB 276/1210 KB 211/471 KB 644/748 KB 1028/1822 KB 276/1210 KB 211/471 KB 644/748 KB 1024/1822 KB 276/1210 KB 223/471 KB 656/748 KB 1028/1822 KB 280/1210 KB 223/471 KB 656/748 KB 1028/1822 KB 284/1210 KB 223/471 KB 656/748 KB 1028/1822 KB 288/1210 KB 223/471 KB 656/748 KB 1032/1822 KB 288/1210 KB 223/471 KB 656/748 KB 1036/1822 KB 288/1210 KB 223/471 KB 656/748 KB 1040/1822 KB 288/1210 KB 223/471 KB 656/748 KB 1044/1822 KB 288/1210 KB 227/471 KB 660/748 KB 1048/1822 KB 292/1210 KB 227/471 KB 660/748 KB 1052/1822 KB 292/1210 KB 227/471 KB 660/748 KB 1056/1822 KB 292/1210 KB 227/471 KB 660/748 KB 1044/1822 KB 292/1210 KB 227/471 KB 656/748 KB 1044/1822 KB 292/1210 KB 231/471 KB 660/748 KB 1056/1822 KB 292/1210 KB 223/471 KB 656/748 KB 1044/1822 KB 292/1210 KB 235/471 KB 660/748 KB 1056/1822 KB 296/1210 KB 235/471 KB 660/748 KB 1056/1822 KB 300/1210 KB 235/471 KB 660/748 KB 1056/1822 KB 304/1210 KB 235/471 KB 660/748 KB 1056/1822 KB 292/1210 KB 239/471 KB 660/748 KB 1056/1822 KB 304/1210 KB 239/471 KB 660/748 KB 1056/1822 KB 308/1210 KB 243/471 KB 664/748 KB 1060/1822 KB 312/1210 KB 243/471 KB 664/748 KB 1060/1822 KB 316/1210 KB 243/471 KB 664/748 KB 1060/1822 KB 320/1210 KB 243/471 KB 664/748 KB 1060/1822 KB 308/1210 KB 243/471 KB 664/748 KB 1056/1822 KB 308/1210 KB 239/471 KB 664/748 KB 1056/1822 KB 308/1210 KB 243/471 KB 668/748 KB 1060/1822 KB 320/1210 KB 243/471 KB 672/748 KB 1060/1822 KB 320/1210 KB 247/471 KB 672/748 KB 1060/1822 KB 320/1210 KB 251/471 KB 672/748 KB 1060/1822 KB 320/1210 KB 255/471 KB 672/748 KB 1060/1822 KB 320/1210 KB 255/471 KB 672/748 KB 1064/1822 KB 320/1210 KB 255/471 KB 672/748 KB 1068/1822 KB 320/1210 KB 255/471 KB 672/748 KB 1072/1822 KB 324/1210 KB 255/471 KB 672/748 KB 1076/1822 KB 324/1210 KB 259/471 KB 676/748 KB 1080/1822 KB 324/1210 KB 259/471 KB 676/748 KB 1084/1822 KB 324/1210 KB 259/471 KB 676/748 KB 1088/1822 KB 324/1210 KB 255/471 KB 672/748 KB 1068/1822 KB 324/1210 KB 259/471 KB 676/748 KB 1076/1822 KB 324/1210 KB 255/471 KB 676/748 KB 1076/1822 KB 324/1210 KB 259/471 KB 680/748 KB 1088/1822 KB 324/1210 KB 259/471 KB 684/748 KB 1088/1822 KB 324/1210 KB 259/471 KB 688/748 KB 1088/1822 KB 324/1210 KB 263/471 KB 688/748 KB 1088/1822 KB 324/1210 KB 263/471 KB 688/748 KB 1088/1822 KB 328/1210 KB 267/471 KB 688/748 KB 1088/1822 KB 332/1210 KB 267/471 KB 688/748 KB 1088/1822 KB 336/1210 KB 267/471 KB 688/748 KB 1088/1822 KB 328/1210 KB 271/471 KB 688/748 KB 1088/1822 KB 336/1210 KB 275/471 KB 688/748 KB 1088/1822 KB 336/1210 KB 279/471 KB 692/748 KB 1092/1822 KB 340/1210 KB 283/471 KB 692/748 KB 1092/1822 KB 340/1210 KB 287/471 KB 692/748 KB 1092/1822 KB 340/1210 KB 275/471 KB 692/748 KB 1092/1822 KB 340/1210 KB 287/471 KB 692/748 KB 1096/1822 KB 340/1210 KB 287/471 KB 692/748 KB 1100/1822 KB 340/1210 KB 287/471 KB 692/748 KB 1104/1822 KB 340/1210 KB 275/471 KB 692/748 KB 1088/1822 KB 340/1210 KB 287/471 KB 696/748 KB 1104/1822 KB 340/1210 KB 287/471 KB 700/748 KB 1104/1822 KB 340/1210 KB 287/471 KB 704/748 KB 1104/1822 KB 340/1210 KB 275/471 KB 688/748 KB 1088/1822 KB 340/1210 KB 287/471 KB 704/748 KB 1104/1822 KB 344/1210 KB 287/471 KB 704/748 KB 1104/1822 KB 348/1210 KB 287/471 KB 704/748 KB 1104/1822 KB 352/1210 KB 287/471 KB 708/748 KB 1104/1822 KB 352/1210 KB 287/471 KB 712/748 KB 1104/1822 KB 352/1210 KB 287/471 unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install KB 716/748 KB 1104/1822 KB 352/1210 KB 287/471 KB 720/748 KB 1104/1822 KB 352/1210 KB 287/471 KB 724/748 KB 1108/1822 KB 352/1210 KB 287/471 KB 720/748 KB 1108/1822 KB 352/1210 KB 291/471 KB 724/748 KB 1108/1822 KB 356/1210 KB 291/471 KB 724/748 KB 1108/1822 KB 352/1210 KB 295/471 KB 724/748 KB 1108/1822 KB 356/1210 KB 295/471 KB 724/748 KB 1108/1822 KB 360/1210 KB 299/471 KB 724/748 KB 1108/1822 KB 360/1210 KB 299/471 KB 724/748 KB 1108/1822 KB 364/1210 KB 303/471 KB 724/748 KB 1108/1822 KB 364/1210 KB 303/471 KB 724/748 KB 1108/1822 KB 368/1210 KB 307/471 KB 724/748 KB 1108/1822 KB 368/1210 KB 311/471 KB 728/748 KB 1112/1822 KB 372/1210 KB 315/471 KB 728/748 KB 1112/1822 KB 372/1210 KB 319/471 KB 728/748 KB 1112/1822 KB 372/1210 KB 307/471 KB 728/748 KB 1112/1822 KB 372/1210 KB 307/471 KB 728/748 KB 1112/1822 KB 368/1210 KB 307/471 KB 724/748 KB 1112/1822 KB 368/1210 KB 319/471 KB 728/748 KB 1116/1822 KB 372/1210 KB 319/471 KB 728/748 KB 1120/1822 KB 372/1210 KB 319/471 KB 732/748 KB 1120/1822 KB 372/1210 KB 319/471 KB 736/748 KB 1120/1822 KB 372/1210 KB 319/471 KB 736/748 KB 1124/1822 KB 372/1210 KB 323/471 KB 740/748 KB 1128/1822 KB 376/1210 KB 323/471 KB 740/748 KB 1132/1822 KB 376/1210 KB 323/471 KB 740/748 KB 1124/1822 KB 376/1210 KB 319/471 KB 736/748 KB 1124/1822 KB 376/1210 KB 323/471 KB 740/748 KB 1132/1822 KB 380/1210 KB 323/471 KB 740/748 KB 1132/1822 KB 384/1210 KB 323/471 KB 740/748 KB 1132/1822 KB 4/53 KB 384/1210 KB 323/471 KB 740/748 KB 1132/1822 KB 8/53 KB 384/1210 KB 323/471 KB 740/748 KB 1132/1822 KB 12/53 KB 384/1210 KB 323/471 KB 740/748 KB 1132/1822 KB 16/53 KB 384/1210 KB 323/471 KB 740/748 KB 1136/1822 KB 16/53 KB 384/1210 KB 323/471 KB 736/748 KB 1124/1822 KB 376/1210 KB 327/471 KB 744/748 KB 1136/1822 KB 16/53 KB 384/1210 KB 323/471 KB 744/748 KB 1136/1822 KB 16/53 KB 384/1210 KB 327/471 KB 748/748 KB 1136/1822 KB 16/53 KB 384/1210 KB 327/471 KB 748/748 KB 1136/1822 KB 16/53 KB 384/1210 KB 327/471 KB 748/748 KB 1136/1822 KB 16/53 KB 388/1210 KB 331/471 KB 748/748 KB 1136/1822 KB 16/53 KB 392/1210 KB 331/471 KB 748/748 KB 1136/1822 KB 20/53 KB 392/1210 KB 331/471 KB 748/748 KB 1136/1822 KB 24/53 KB 392/1210 KB 331/471 KB 748/748 KB 1136/1822 KB 28/53 KB 392/1210 KB 331/471 KB 748/748 KB 1136/1822 KB 32/53 KB 392/1210 KB 331/471 KB 748/748 KB 1136/1822 KB 16/53 KB 388/1210 KB 335/471 KB 748/748 KB 1136/1822 KB 32/53 KB 392/1210 KB 335/471 KB 748/748 KB 1140/1822 KB 32/53 KB 392/1210 KB 335/471 KB 748/748 KB 1144/1822 KB 32/53 KB 396/1210 KB 335/471 KB 748/748 KB 1148/1822 KB 32/53 KB 396/1210 KB 335/471 KB 748/748 KB 1152/1822 KB 32/53 KB 396/1210 KB 335/471 KB 748/748 KB 1140/1822 KB 32/53 KB 396/1210 KB 335/471 KB 748/748 KB 1152/1822 KB 32/53 KB 400/1210 KB 335/471 KB 748/748 KB 1152/1822 KB 36/53 KB 400/1210 KB 335/471 KB 748/748 KB 1152/1822 KB 40/53 KB 400/1210 KB 335/471 KB 748/748 KB 1152/1822 KB 44/53 KB 400/1210 KB 335/471 KB 748/748 KB 1152/1822 KB 48/53 KB 400/1210 KB 335/471 KB 748/748 KB 1152/1822 KB 52/53 KB 400/1210 KB 335/471 KB 748/748 KB 1152/1822 KB 53/53 KB 400/1210 KB 335/471 KB 748/748 KB 1152/1822 KB 53/53 KB 404/1210 KB 339/471 KB 748/748 KB 1156/1822 KB 53/53 KB 408/1210 KB 339/471 KB 748/748 KB 1156/1822 KB 53/53 KB 412/1210 KB 339/471 KB 748/748 KB 1156/1822 KB 53/53 KB 416/1210 KB 339/471 KB 748/748 KB 1156/1822 KB 53/53 KB 404/1210 KB 339/471 KB 748/748 KB 1152/1822 KB 53/53 KB 404/1210 KB 343/471 KB 748/748 KB unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 1156/1822 KB 53/53 KB 416/1210 KB 347/471 KB 748/748 KB 1156/1822 KB 53/53 KB 416/1210 KB 351/471 KB 748/748 KB 1156/1822 KB 53/53 KB 416/1210 KB 351/471 KB 748/748 KB 1160/1822 KB 53/53 KB 416/1210 KB 351/471 KB 748/748 KB 1164/1822 KB 53/53 KB 416/1210 KB 351/471 KB 748/748 KB 1168/1822 KB 53/53 KB 416/1210 KB 355/471 KB 748/748 KB 1168/1822 KB 53/53 KB 416/1210 KB 359/471 KB 748/748 KB 1172/1822 KB 53/53 KB 420/1210 KB 363/471 KB 748/748 KB 1172/1822 KB 53/53 KB 420/1210 KB 367/471 KB 748/748 KB 1172/1822 KB 53/53 KB 420/1210 KB 355/471 KB 748/748 KB 1172/1822 KB 53/53 KB 420/1210 KB 355/471 KB 748/748 KB 1172/1822 KB 53/53 KB 416/1210 KB 367/471 KB 748/748 KB 1176/1822 KB 53/53 KB 424/1210 KB 367/471 KB 748/748 KB 1172/1822 KB 53/53 KB 424/1210 KB 367/471 KB 748/748 KB 1176/1822 KB 53/53 KB 428/1210 KB 367/471 KB 748/748 KB 1176/1822 KB 53/53 KB 432/1210 KB 367/471 KB 748/748 KB 1180/1822 KB 53/53 KB 432/1210 KB 367/471 KB 748/748 KB 1184/1822 KB 53/53 KB 432/1210 KB 371/471 KB 748/748 KB 1184/1822 KB 53/53 KB 432/1210 KB 375/471 KB 748/748 KB 1188/1822 KB 53/53 KB 436/1210 KB 379/471 KB 748/748 KB 1188/1822 KB 53/53 KB 436/1210 KB 383/471 KB 748/748 KB 1188/1822 KB 53/53 KB 436/1210 KB 371/471 KB 748/748 KB 1188/1822 KB 53/53 KB 436/1210 KB 371/471 KB 748/748 KB 1184/1822 KB 53/53 KB 436/1210 KB 383/471 KB 748/748 KB 1188/1822 KB 53/53 KB 440/1210 KB 383/471 KB 748/748 KB 1192/1822 KB 53/53 KB 440/1210 KB 383/471 KB 748/748 KB 1196/1822 KB 53/53 KB 440/1210 KB 383/471 KB 748/748 KB 1200/1822 KB 53/53 KB 444/1210 KB 383/471 KB 748/748 KB 1196/1822 KB 53/53 KB 444/1210 KB 383/471 KB 748/748 KB 1200/1822 KB 53/53 KB 448/1210 KB 383/471 KB 748/748 KB 1200/1822 KB 53/53 KB 452/1210 KB 387/471 KB 748/748 KB 1204/1822 KB 53/53 KB 456/1210 KB 387/471 KB 748/748 KB 1204/1822 KB 53/53 KB 460/1210 KB 387/471 KB 748/748 KB 1204/1822 KB 53/53 KB 464/1210 KB 387/471 KB 748/748 KB 1204/1822 KB 53/53 KB 452/1210 KB 387/471 KB 748/748 KB 1200/1822 KB 53/53 KB 452/1210 KB 391/471 KB 748/748 KB 1204/1822 KB 53/53 KB 464/1210 KB 395/471 KB 748/748 KB 1204/1822 KB 53/53 KB 464/1210 KB 399/471 KB 748/748 KB 1204/1822 KB 53/53 KB 464/1210 KB 399/471 KB 748/748 KB 1208/1822 KB 53/53 KB 464/1210 KB 399/471 KB 748/748 KB 1212/1822 KB 53/53 KB 464/1210 KB 399/471 KB 748/748 KB 1216/1822 KB 53/53 KB 464/1210 KB 399/471 KB 748/748 KB 1216/1822 KB 53/53 KB 468/1210 KB 403/471 KB 748/748 KB 1220/1822 KB 53/53 KB 472/1210 KB 403/471 KB 748/748 KB 1220/1822 KB 53/53 KB 476/1210 KB 403/471 KB 748/748 KB 1220/1822 KB 53/53 KB 480/1210 KB 403/471 KB 748/748 KB 1220/1822 KB 53/53 KB 468/1210 KB 403/471 KB 748/748 KB 1224/1822 KB 53/53 KB 480/1210 KB 403/471 KB 748/748 KB 1228/1822 KB 53/53 KB 480/1210 KB 403/471 KB 748/748 KB 1232/1822 KB 53/53 KB 480/1210 KB 403/471 KB 748/748 KB 1216/1822 KB 53/53 KB 468/1210 KB 407/471 KB 748/748 KB 1232/1822 KB 53/53 KB 480/1210 KB 411/471 KB 748/748 KB 1232/1822 KB 53/53 KB 480/1210 KB 415/471 KB 748/748 KB 1232/1822 KB 53/53 KB 480/1210 KB 419/471 KB 748/748 KB 1232/1822 KB 53/53 KB 480/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar (748 KB at 522.1 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 423/471 KB 1236/1822 KB 53/53 KB 484/1210 KB 427/471 KB 1236/1822 KB 53/53 KB 484/1210 KB 419/471 KB 748/748 KB 1236/1822 KB 53/53 KB 484/1210 KB 427/471 KB 1240/1822 KB 53/53 KB 484/1210 KB 419/471 KB 748/748 KB 1232/1822 KB 53/53 KB 484/1210 KB 431/471 KB 1240/1822 KB 53/53 KB 488/1210 KB 431/471 KB 1244/1822 KB 53/53 KB 492/1210 KB 431/471 KB 1244/1822 KB 53/53 KB 496/1210 KB 431/471 KB 1240/1822 KB 53/53 KB 484/1210 KB 431/471 KB 1244/1822 KB 53/53 KB 488/1210 KB 431/471 KB 1248/1822 KB 53/53 KB 496/1210 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar (53 KB at 36.8 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 431/471 KB 1248/1822 KB 500/1210 KB 435/471 KB 1252/1822 KB 504/1210 KB 435/471 KB 1252/1822 KB 508/1210 KB 435/471 KB 1252/1822 KB 512/1210 KB 435/471 KB 1252/1822 KB 500/1210 KB 439/471 KB 1252/1822 KB 512/1210 KB 431/471 KB 1252/1822 KB 500/1210 KB 443/471 KB 1256/1822 KB 512/1210 KB 443/471 KB 1252/1822 KB 512/1210 KB 447/471 KB 1256/1822 KB 512/1210 KB 447/471 KB 1260/1822 KB 512/1210 KB 447/471 KB 1264/1822 KB 512/1210 KB 451/471 KB 1264/1822 KB 512/1210 KB 455/471 KB 1268/1822 KB 516/1210 KB 459/471 KB 1268/1822 KB 516/1210 KB 463/471 KB 1268/1822 KB 516/1210 KB 451/471 KB 1268/1822 KB 516/1210 KB 451/471 KB 1268/1822 KB 512/1210 KB 463/471 KB 1272/1822 KB 516/1210 KB 463/471 KB 1272/1822 KB 520/1210 KB 463/471 KB 1276/1822 KB 520/1210 KB 463/471 KB 1280/1822 KB 520/1210 KB 463/471 KB 1284/1822 KB 524/1210 KB 467/471 KB 1288/1822 KB 524/1210 KB 467/471 KB 1292/1822 KB 524/1210 KB 463/471 KB 1280/1822 KB 524/1210 KB 467/471 KB 1292/1822 KB 528/1210 KB 467/471 KB 1284/1822 KB 524/1210 KB 471/471 KB 1292/1822 KB 528/1210 KB 471/471 KB 1292/1822 KB 528/1210 KB 471/471 KB 1292/1822 KB 532/1210 KB 471/471 KB 1292/1822 KB 536/1210 KB 471/471 KB 1292/1822 KB 540/1210 KB 471/471 KB 1292/1822 KB 544/1210 KB 471/471 KB 1296/1822 KB 544/1210 KB 471/471 KB 1300/1822 KB 544/1210 KB 471/471 KB 1304/1822 KB 548/1210 KB 471/471 KB 1308/1822 KB 548/1210 KB 471/471 KB 1312/1822 KB 548/1210 KB 471/471 KB 1300/1822 KB 548/1210 KB 471/471 KB 1312/1822 KB 552/1210 KB 471/471 KB 1312/1822 KB 556/1210 KB 471/471 KB 1312/1822 KB 560/1210 KB 471/471 KB 1312/1822 KB 564/1210 KB 471/471 KB 1316/1822 KB 568/1210 KB 471/471 KB 1316/1822 KB 564/1210 KB 471/471 KB 1320/1822 KB 568/1210 KB 471/471 KB 1320/1822 KB 572/1210 KB 471/471 KB 1324/1822 KB 572/1210 KB 471/471 KB 1328/1822 KB 576/1210 KB 471/471 KB 1324/1822 KB 576/1210 KB 471/471 KB 1328/1822 KB 4/276 KB 576/1210 KB 471/471 KB 1328/1822 KB 8/276 KB 576/1210 KB 471/471 KB 1328/1822 KB 12/276 KB 576/1210 KB 471/471 KB 1328/1822 KB 16/276 KB 576/1210 KB 471/471 KB 1328/1822 KB 16/276 KB 580/1210 KB 471/471 KB 1328/1822 KB 20/276 KB 580/1210 KB 471/471 KB 1328/1822 KB 24/276 KB 580/1210 KB 471/471 KB 1328/1822 KB 28/276 KB 580/1210 KB 471/471 KB 1328/1822 KB 32/276 KB 580/1210 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar (471 KB at 322.9 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 1328/1822 KB 36/276 KB 580/1210 KB 1328/1822 KB 40/276 KB 580/1210 KB 1328/1822 KB 44/276 KB 580/1210 KB 1328/1822 KB 48/276 KB 580/1210 KB 1332/1822 KB 48/276 KB 580/1210 KB 1336/1822 KB 48/276 KB 580/1210 KB 1336/1822 KB 48/276 KB 584/1210 KB 1340/1822 KB 48/276 KB 584/1210 KB 1344/1822 KB 48/276 KB 588/1210 KB 1340/1822 KB 48/276 KB 588/1210 KB 1344/1822 KB 48/276 KB 592/1210 KB 1344/1822 KB 52/276 KB 592/1210 KB 1344/1822 KB 56/276 KB 592/1210 KB 1344/1822 KB 60/276 KB 592/1210 KB 1344/1822 KB 64/276 KB 592/1210 KB 1344/1822 KB 68/276 KB 592/1210 KB 1344/1822 KB 68/276 KB 4/577 KB 592/1210 KB 1344/1822 KB 68/276 KB 8/577 KB 592/1210 KB 1344/1822 KB 68/276 KB 12/577 KB 592/1210 KB 1344/1822 KB 68/276 KB 16/577 KB 592/1210 KB 1344/1822 KB 72/276 KB 16/577 KB 592/1210 KB 1344/1822 KB 76/276 KB 16/577 KB 592/1210 KB 1344/1822 KB 80/276 KB 16/577 KB 592/1210 KB 1344/1822 KB 80/276 KB 16/577 KB 596/1210 KB 1348/1822 KB 84/276 KB 16/577 KB 600/1210 KB 1348/1822 KB 84/276 KB 20/577 KB 604/1210 KB 1348/1822 KB 84/276 KB 20/577 KB 4/37 KB 608/1210 KB 1348/1822 KB 84/276 KB 16/577 KB 596/1210 KB 1348/1822 KB 80/276 KB 16/577 KB 596/1210 KB 1348/1822 KB 84/276 KB 20/577 KB 4/37 KB 604/1210 KB 1348/1822 KB 84/276 KB 20/577 KB 600/1210 KB 1348/1822 KB 84/276 KB 24/577 KB 4/37 KB 608/1210 KB 1348/1822 KB 84/276 KB 28/577 KB 4/37 KB 608/1210 KB 1348/1822 KB 84/276 KB 32/577 KB 4/37 KB 608/1210 KB 1348/1822 KB 84/276 KB 36/577 KB 4/37 KB 608/1210 KB 1348/1822 KB 84/276 KB 40/577 KB 4/37 KB 608/1210 KB 1348/1822 KB 84/276 KB 44/577 KB 4/37 KB 608/1210 KB 1348/1822 KB 84/276 KB 48/577 KB 4/37 KB 608/1210 KB 1348/1822 KB 84/276 KB 52/577 KB 4/37 KB 608/1210 KB 1348/1822 KB 84/276 KB 56/577 KB 4/37 KB 608/1210 KB 1348/1822 KB 84/276 KB 60/577 KB 4/37 KB 608/1210 KB 1348/1822 KB 84/276 KB 64/577 KB 4/37 KB 608/1210 KB 1348/1822 KB 84/276 KB 64/577 KB 8/37 KB 608/1210 KB 1348/1822 KB 84/276 KB 64/577 KB 12/37 KB 608/1210 KB 1348/1822 KB 84/276 KB 64/577 KB 16/37 KB 608/1210 KB 1352/1822 KB 84/276 KB 64/577 KB 16/37 KB 608/1210 KB 1356/1822 KB 84/276 KB 64/577 KB 16/37 KB 608/1210 KB 1360/1822 KB 84/276 KB 64/577 KB 16/37 KB 608/1210 KB 1360/1822 KB 88/276 KB 64/577 KB 16/37 KB 608/1210 KB 1360/1822 KB 92/276 KB 64/577 KB 16/37 KB 608/1210 KB 1360/1822 KB 96/276 KB 64/577 KB 16/37 KB 608/1210 KB 1364/1822 KB 100/276 KB 68/577 KB 20/37 KB 608/1210 KB 1364/1822 KB 104/276 KB 68/577 KB 20/37 KB 612/1210 KB 1364/1822 KB 108/276 KB 68/577 KB 20/37 KB 612/1210 KB 1364/1822 KB 112/276 KB 68/577 KB 20/37 KB 612/1210 KB 1364/1822 KB 116/276 KB 68/577 KB 20/37 KB 612/1210 KB 1364/1822 KB 96/276 KB 68/577 KB 20/37 KB 608/1210 KB 1364/1822 KB 116/276 KB 68/577 KB 24/37 KB 612/1210 KB 1364/1822 KB 116/276 KB 68/577 KB 28/37 KB 612/1210 KB 1364/1822 KB 116/276 KB 68/577 KB 32/37 KB 612/1210 KB 1364/1822 KB 116/276 KB 68/577 KB 36/37 KB 612/1210 KB 1364/1822 KB 116/276 KB 68/577 KB 37/37 KB 612/1210 KB 1364/1822 KB 96/276 KB 68/577 KB 16/37 KB 608/1210 KB 1368/1822 KB 116/276 KB 68/577 KB 37/37 KB 612/1210 KB 1372/1822 KB 116/276 KB 68/577 KB 37/37 KB 612/1210 KB 1376/1822 KB 116/276 KB 68/577 KB 37/37 KB 612/1210 KB 1380/1822 KB 116/276 KB 68/577 KB 37/37 KB 612/1210 KB 1360/1822 KB 96/276 KB 68/577 KB 16/37 KB 608/1210 KB 1380/1822 KB 120/276 KB 72/577 KB 37/37 KB 612/1210 KB 1380/1822 KB 120/276 KB 76/577 KB 37/37 KB 612/1210 KB 1380/1822 KB 120/276 KB 80/577 KB 37/3 unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 7 KB 612/1210 KB 1380/1822 KB 120/276 KB 84/577 KB 37/37 KB 612/1210 KB 1380/1822 KB 120/276 KB 88/577 KB 37/37 KB 612/1210 KB 1380/1822 KB 120/276 KB 92/577 KB 37/37 KB 612/1210 KB 1380/1822 KB 120/276 KB 96/577 KB 37/37 KB 612/1210 KB 1380/1822 KB 120/276 KB 100/577 KB 37/37 KB 612/1210 KB 1384/1822 KB 120/276 KB 104/577 KB 37/37 KB 612/1210 KB 1384/1822 KB 120/276 KB 108/577 KB 37/37 KB 612/1210 KB 1384/1822 KB 120/276 KB 112/577 KB 37/37 KB 612/1210 KB 1384/1822 KB 120/276 KB 116/577 KB 37/37 KB 612/1210 KB 1380/1822 KB 120/276 KB 68/577 KB 37/37 KB 612/1210 KB 1384/1822 KB 124/276 KB 116/577 KB 37/37 KB 612/1210 KB 1364/1822 KB 100/276 KB 68/577 KB 20/37 KB 612/1210 KB 1384/1822 KB 124/276 KB 116/577 KB 37/37 KB 616/1210 KB 1384/1822 KB 124/276 KB 116/577 KB 37/37 KB 620/1210 KB 1384/1822 KB 124/276 KB 116/577 KB 37/37 KB 624/1210 KB 1384/1822 KB 124/276 KB 116/577 KB 37/37 KB 628/1210 KB 1384/1822 KB 124/276 KB 116/577 KB 37/37 KB 632/1210 KB 1384/1822 KB 124/276 KB 116/577 KB 37/37 KB 636/1210 KB 1384/1822 KB 128/276 KB 116/577 KB 37/37 KB 640/1210 KB 1384/1822 KB 128/276 KB 116/577 KB 37/37 KB 644/1210 KB 1384/1822 KB 128/276 KB 116/577 KB 648/1210 KB 1384/1822 KB 120/276 KB 100/577 KB 37/37 KB 612/1210 KB 1388/1822 KB 128/276 KB 116/577 KB 648/1210 KB 1392/1822 KB 128/276 KB 116/577 KB 648/1210 KB 1396/1822 KB 128/276 KB 116/577 KB 648/1210 KB 1400/1822 KB 128/276 KB 116/577 KB 652/1210 KB 1404/1822 KB 128/276 KB 116/577 KB 652/1210 KB 1408/1822 KB 128/276 KB 116/577 KB 652/1210 KB 1384/1822 KB 128/276 KB 116/577 KB 37/37 KB 636/1210 KB 1408/1822 KB 132/276 KB 116/577 KB 652/1210 KB 1408/1822 KB 136/276 KB 116/577 KB 652/1210 KB 1408/1822 KB 140/276 KB 116/577 KB 652/1210 KB 1396/1822 KB 128/276 KB 116/577 KB 652/1210 KB 1408/1822 KB 144/276 KB 116/577 KB 656/1210 KB 1408/1822 KB 144/276 KB 116/577 KB 652/1210 KB 1408/1822 KB 144/276 KB 116/577 KB 660/1210 KB 1412/1822 KB 148/276 KB 120/577 KB 664/1210 KB 1412/1822 KB 148/276 KB 120/577 KB 660/1210 KB 1412/1822 KB 148/276 KB 124/577 KB 664/1210 KB 1412/1822 KB 148/276 KB 128/577 KB 664/1210 KB 1412/1822 KB 148/276 KB 132/577 KB 664/1210 KB 1412/1822 KB 148/276 KB 136/577 KB 668/1210 KB 1412/1822 KB 148/276 KB 116/577 KB 660/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar (37 KB at 24.3 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 1408/1822 KB 148/276 KB 116/577 KB 660/1210 KB 1412/1822 KB 148/276 KB 132/577 KB 668/1210 KB 1412/1822 KB 152/276 KB 140/577 KB 672/1210 KB 1412/1822 KB 152/276 KB 140/577 KB 672/1210 KB 1412/1822 KB 156/276 KB 140/577 KB 672/1210 KB 1416/1822 KB 156/276 KB 140/577 KB 672/1210 KB 1420/1822 KB 156/276 KB 140/577 KB 672/1210 KB 1420/1822 KB 160/276 KB 140/577 KB 672/1210 KB 1424/1822 KB 160/276 KB 140/577 KB 672/1210 KB 1428/1822 KB 160/276 KB 140/577 KB 672/1210 KB 1432/1822 KB 164/276 KB 140/577 KB 676/1210 KB 1412/1822 KB 164/276 KB 140/577 KB 676/1210 KB 1436/1822 KB 164/276 KB 144/577 KB 676/1210 KB 1428/1822 KB 160/276 KB 140/577 KB 676/1210 KB 1436/1822 KB 164/276 KB 144/577 KB 680/1210 KB 1428/1822 KB 164/276 KB 140/577 KB 676/1210 KB 1436/1822 KB 168/276 KB 144/577 KB 680/1210 KB 1436/1822 KB 172/276 KB 144/577 KB 684/1210 KB 1436/1822 KB 176/276 KB 144/577 KB 684/1210 KB 1436/1822 KB 168/276 KB 144/577 KB 684/1210 KB 1436/1822 KB 176/276 KB 144/577 KB 688/1210 KB 1436/1822 KB 176/276 KB 144/577 KB 684/1210 KB 1440/1822 KB 176/276 KB 144/577 KB 688/1210 KB 1444/1822 KB 176/276 KB 148/577 KB 688/1210 KB 1448/1822 KB 180/276 KB 148/577 KB 692/1210 KB 1440/1822 KB 176/276 KB 148/577 KB 688/1210 KB 1448/1822 KB 180/276 KB 152/577 KB 692/1210 KB 1448/1822 KB 180/276 KB 156/577 KB 692/1210 KB 1448/1822 KB 180/276 KB 160/577 KB 692/1210 KB 1448/1822 KB 180/276 KB 164/577 KB 692/1210 KB 1444/1822 KB 180/276 KB 148/577 KB 692/1210 KB 1444/1822 KB 176/276 KB 148/577 KB 692/1210 KB 1452/1822 KB 180/276 KB 164/577 KB 696/1210 KB 1452/1822 KB 184/276 KB 164/577 KB 696/1210 KB 1452/1822 KB 188/276 KB 164/577 KB 696/1210 KB 1452/1822 KB 192/276 KB 164/577 KB 700/1210 KB 1452/1822 KB 180/276 KB 164/577 KB 692/1210 KB 1452/1822 KB 188/276 KB 164/577 KB 700/1210 KB 1452/1822 KB 192/276 KB 164/577 KB 704/1210 KB 1456/1822 KB 192/276 KB 164/577 KB 704/1210 KB 1456/1822 KB 192/276 KB 168/577 KB 704/1210 KB 1456/1822 KB 192/276 KB 172/577 KB 704/1210 KB 1456/1822 KB 192/276 KB 176/577 KB 704/1210 KB 1460/1822 KB 192/276 KB 180/577 KB 704/1210 KB 1460/1822 KB 196/276 KB 184/577 KB 708/1210 KB 1460/1822 KB 196/276 KB 188/577 KB 708/1210 KB 1460/1822 KB 196/276 KB 192/577 KB 708/1210 KB 1460/1822 KB 192/276 KB 176/577 KB 704/1210 KB 1460/1822 KB 196/276 KB 180/577 KB 708/1210 KB 1460/1822 KB 192/276 KB 180/577 KB 708/1210 KB 1460/1822 KB 200/276 KB 192/577 KB 708/1210 KB 1460/1822 KB 204/276 KB 192/577 KB 712/1210 KB 1460/1822 KB 208/276 KB 192/577 KB 712/1210 KB 1460/1822 KB 200/276 KB 192/577 KB 712/1210 KB 1464/1822 KB 208/276 KB 192/577 KB 716/1210 KB 1464/1822 KB 208/276 KB 192/577 KB 720/1210 KB 1464/1822 KB 208/276 KB 192/577 KB 712/1210 KB 1468/1822 KB 208/276 KB 192/577 KB 724/1210 KB 1468/1822 KB 212/276 KB 196/577 KB 728/1210 KB 1468/1822 KB 212/276 KB 196/577 KB 732/1210 KB 1468/1822 KB 212/276 KB 196/577 KB 736/1210 KB 1468/1822 KB 212/276 KB 196/577 KB 724/1210 KB 1468/1822 KB 216/276 KB 196/577 KB 736/1210 KB 1468/1822 KB 220/276 KB 196/577 KB 736/1210 KB 1468/1822 KB 224/276 KB 196/577 KB 736/1210 KB 1468/1822 KB 208/276 KB 196/577 KB 724/1210 KB 1468/1822 KB 208/276 KB 192/577 KB 720/1210 KB 1472/1822 KB 224/276 KB 196/577 KB 736/1210 KB 1476/1822 KB 224/276 KB 196/577 KB 736/1210 KB 1480/1822 KB 224/276 KB 196/577 KB 736/1210 KB 1484/1822 KB 224/276 KB 200/577 KB 736/1210 KB 1488/1822 KB 224/276 KB 200/577 KB 736/1210 KB 1480/1822 KB 224/276 KB 200/577 KB 736/1210 KB 1488/182 unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 2 KB 224/276 KB 204/577 KB 736/1210 KB 1488/1822 KB 224/276 KB 208/577 KB 736/1210 KB 1488/1822 KB 224/276 KB 208/577 KB 740/1210 KB 1492/1822 KB 228/276 KB 212/577 KB 744/1210 KB 1492/1822 KB 228/276 KB 212/577 KB 748/1210 KB 1492/1822 KB 228/276 KB 212/577 KB 752/1210 KB 1492/1822 KB 228/276 KB 212/577 KB 740/1210 KB 1492/1822 KB 232/276 KB 212/577 KB 752/1210 KB 1492/1822 KB 236/276 KB 212/577 KB 752/1210 KB 1492/1822 KB 240/276 KB 212/577 KB 752/1210 KB 1492/1822 KB 224/276 KB 212/577 KB 740/1210 KB 1488/1822 KB 224/276 KB 212/577 KB 740/1210 KB 1496/1822 KB 240/276 KB 212/577 KB 752/1210 KB 1500/1822 KB 240/276 KB 216/577 KB 752/1210 KB 1504/1822 KB 240/276 KB 216/577 KB 752/1210 KB 1508/1822 KB 240/276 KB 216/577 KB 752/1210 KB 1512/1822 KB 244/276 KB 216/577 KB 756/1210 KB 1516/1822 KB 244/276 KB 216/577 KB 756/1210 KB 1520/1822 KB 244/276 KB 216/577 KB 756/1210 KB 1496/1822 KB 240/276 KB 216/577 KB 752/1210 KB 1520/1822 KB 244/276 KB 220/577 KB 756/1210 KB 1520/1822 KB 244/276 KB 224/577 KB 756/1210 KB 1520/1822 KB 244/276 KB 228/577 KB 756/1210 KB 1520/1822 KB 244/276 KB 232/577 KB 756/1210 KB 1520/1822 KB 244/276 KB 236/577 KB 756/1210 KB 1520/1822 KB 244/276 KB 240/577 KB 756/1210 KB 1508/1822 KB 244/276 KB 216/577 KB 756/1210 KB 1520/1822 KB 248/276 KB 240/577 KB 756/1210 KB 1520/1822 KB 252/276 KB 240/577 KB 756/1210 KB 1520/1822 KB 256/276 KB 240/577 KB 756/1210 KB 1508/1822 KB 240/276 KB 216/577 KB 756/1210 KB 1520/1822 KB 256/276 KB 240/577 KB 760/1210 KB 1520/1822 KB 256/276 KB 240/577 KB 764/1210 KB 1520/1822 KB 256/276 KB 240/577 KB 768/1210 KB 1520/1822 KB 256/276 KB 240/577 KB 772/1210 KB 1524/1822 KB 260/276 KB 244/577 KB 776/1210 KB 1524/1822 KB 260/276 KB 244/577 KB 780/1210 KB 1524/1822 KB 260/276 KB 244/577 KB 784/1210 KB 1524/1822 KB 260/276 KB 244/577 KB 772/1210 KB 1528/1822 KB 260/276 KB 244/577 KB 784/1210 KB 1520/1822 KB 260/276 KB 240/577 KB 772/1210 KB 1528/1822 KB 264/276 KB 244/577 KB 784/1210 KB 1528/1822 KB 268/276 KB 244/577 KB 784/1210 KB 1528/1822 KB 272/276 KB 244/577 KB 784/1210 KB 1520/1822 KB 260/276 KB 244/577 KB 772/1210 KB 1532/1822 KB 272/276 KB 244/577 KB 784/1210 KB 1532/1822 KB 272/276 KB 248/577 KB 784/1210 KB 1532/1822 KB 272/276 KB 252/577 KB 784/1210 KB 1536/1822 KB 272/276 KB 256/577 KB 784/1210 KB 1536/1822 KB 276/276 KB 260/577 KB 784/1210 KB 1536/1822 KB 276/276 KB 264/577 KB 788/1210 KB 1536/1822 KB 276/276 KB 268/577 KB 788/1210 KB 1536/1822 KB 276/276 KB 272/577 KB 788/1210 KB 1536/1822 KB 272/276 KB 252/577 KB 784/1210 KB 1540/1822 KB 276/276 KB 272/577 KB 788/1210 KB 1544/1822 KB 276/276 KB 272/577 KB 788/1210 KB 1548/1822 KB 276/276 KB 272/577 KB 788/1210 KB 1552/1822 KB 276/276 KB 272/577 KB 788/1210 KB 1536/1822 KB 276/276 KB 260/577 KB 788/1210 KB 1536/1822 KB 276/276 KB 256/577 KB 784/1210 KB 1552/1822 KB 276/276 KB 272/577 KB 788/1210 KB 1552/1822 KB 276/276 KB 272/577 KB 792/1210 KB 1552/1822 KB 276/276 KB 272/577 KB 796/1210 KB 1552/1822 KB 276/276 KB 272/577 KB 800/1210 KB 1556/1822 KB 276/276 KB 272/577 KB 800/1210 KB 1560/1822 KB 276/276 KB 276/577 KB 804/1210 KB 1556/1822 KB 276/276 KB 276/577 KB 804/1210 KB 1556/1822 KB 276/276 KB 272/577 KB 804/1210 KB 1560/1822 KB 276/276 KB 276/577 KB 808/1210 KB 1560/1822 KB 276/276 KB 276/577 KB 812/1210 KB 1560/1822 KB 276/276 KB 280/577 KB 816/1210 KB 1560/1822 KB 276/276 KB 280/577 KB 812/1210 KB 1564/1822 KB 276/276 KB 280/577 KB 816/1210 KB 1564/1822 KB 2 unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 76/276 KB 284/577 KB 816/1210 KB 1568/1822 KB 276/276 KB 288/577 KB 816/1210 KB 1568/1822 KB 276/276 KB 284/577 KB 816/1210 KB 1568/1822 KB 276/276 KB 288/577 KB 820/1210 KB 1572/1822 KB 276/276 KB 292/577 KB 824/1210 KB 1572/1822 KB 276/276 KB 292/577 KB 828/1210 KB 1572/1822 KB 276/276 KB 292/577 KB 832/1210 KB 1572/1822 KB 276/276 KB 292/577 KB 820/1210 KB 1568/1822 KB 276/276 KB 292/577 KB 820/1210 KB 1576/1822 KB 276/276 KB 292/577 KB 832/1210 KB 1576/1822 KB 276/276 KB 296/577 KB 832/1210 KB 1580/1822 KB 276/276 KB 296/577 KB 832/1210 KB 1580/1822 KB 276/276 KB 300/577 KB 832/1210 KB 1584/1822 KB 276/276 KB 300/577 KB 832/1210 KB 1584/1822 KB 276/276 KB 304/577 KB 832/1210 KB 1588/1822 KB 276/276 KB 304/577 KB 832/1210 KB 1592/1822 KB 276/276 KB 308/577 KB 836/1210 KB 1596/1822 KB 276/276 KB 308/577 KB 836/1210 KB 1600/1822 KB 276/276 KB 308/577 KB 836/1210 KB 1588/1822 KB 276/276 KB 308/577 KB 836/1210 KB 1588/1822 KB 276/276 KB 308/577 KB 832/1210 KB 1600/1822 KB 276/276 KB 308/577 KB 840/1210 KB 1600/1822 KB 276/276 KB 312/577 KB 844/1210 KB 1600/1822 KB 276/276 KB 312/577 KB 848/1210 KB 1600/1822 KB 276/276 KB 312/577 KB 840/1210 KB 1600/1822 KB 276/276 KB 316/577 KB 848/1210 KB 1600/1822 KB 276/276 KB 320/577 KB 848/1210 KB 1600/1822 KB 276/276 KB 320/577 KB 852/1210 KB 1604/1822 KB 276/276 KB 324/577 KB 856/1210 KB 1604/1822 KB 276/276 KB 324/577 KB 860/1210 KB 1604/1822 KB 276/276 KB 324/577 KB 852/1210 KB 1604/1822 KB 276/276 KB 320/577 KB 852/1210 KB 1608/1822 KB 276/276 KB 324/577 KB 860/1210 KB 1612/1822 KB 276/276 KB 324/577 KB 860/1210 KB 1616/1822 KB 276/276 KB 324/577 KB 860/1210 KB 1616/1822 KB 276/276 KB 328/577 KB 860/1210 KB 1616/1822 KB 276/276 KB 328/577 KB 864/1210 KB 1616/1822 KB 276/276 KB 332/577 KB 864/1210 KB 1616/1822 KB 276/276 KB 336/577 KB 864/1210 KB 1620/1822 KB 276/276 KB 336/577 KB 864/1210 KB 1624/1822 KB 276/276 KB 340/577 KB 868/1210 KB 1628/1822 KB 276/276 KB 340/577 KB 868/1210 KB 1632/1822 KB 276/276 KB 340/577 KB 868/1210 KB 1620/1822 KB 276/276 KB 340/577 KB 868/1210 KB 1620/1822 KB 276/276 KB 336/577 KB 868/1210 KB 1632/1822 KB 276/276 KB 340/577 KB 872/1210 KB 1632/1822 KB 276/276 KB 340/577 KB 876/1210 KB 1632/1822 KB 276/276 KB 344/577 KB 880/1210 KB 1632/1822 KB 276/276 KB 344/577 KB 876/1210 KB 1632/1822 KB 276/276 KB 348/577 KB 880/1210 KB 1632/1822 KB 276/276 KB 352/577 KB 880/1210 KB 1632/1822 KB 276/276 KB 352/577 KB 884/1210 KB 1636/1822 KB 276/276 KB 356/577 KB 888/1210 KB 1636/1822 KB 276/276 KB 356/577 KB 892/1210 KB 1636/1822 KB 276/276 KB 356/577 KB 896/1210 KB 1636/1822 KB 276/276 KB 356/577 KB 884/1210 KB 1640/1822 KB 276/276 KB 356/577 KB 896/1210 KB 1644/1822 KB 276/276 KB 356/577 KB 896/1210 KB 1648/1822 KB 276/276 KB 356/577 KB 896/1210 KB 1632/1822 KB 276/276 KB 356/577 KB 884/1210 KB 1648/1822 KB 276/276 KB 360/577 KB 896/1210 KB 1648/1822 KB 276/276 KB 364/577 KB 896/1210 KB 1648/1822 KB 276/276 KB 368/577 KB 896/1210 KB 1648/1822 KB 276/276 KB 368/577 KB 900/1210 KB 1652/1822 KB 276/276 KB 372/577 KB 904/1210 KB 1652/1822 KB 276/276 KB 372/577 KB 900/1210 KB 1652/1822 KB 276/276 KB 368/577 KB 900/1210 KB 1656/1822 KB 276/276 KB 372/577 KB 904/1210 KB 1660/1822 KB 276/276 KB 372/577 KB 904/1210 KB 1664/1822 KB 276/276 KB 372/577 KB 904/1210 KB 1664/1822 KB 276/276 KB 376/577 KB 904/1210 KB 1664/1822 KB 276/276 KB 376/577 KB 908/1210 KB 1664/1822 KB 276/276 KB 380/577 KB 912/1210 KB 1664/1822 KB 276/276 K unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install B 380/577 KB 908/1210 KB 1664/1822 KB 276/276 KB 384/577 KB 912/1210 KB 1668/1822 KB 276/276 KB 388/577 KB 912/1210 KB 1668/1822 KB 276/276 KB 392/577 KB 916/1210 KB 1668/1822 KB 276/276 KB 396/577 KB 916/1210 KB 1668/1822 KB 276/276 KB 400/577 KB 916/1210 KB 1668/1822 KB 276/276 KB 384/577 KB 912/1210 KB 1672/1822 KB 276/276 KB 400/577 KB 916/1210 KB 1676/1822 KB 276/276 KB 400/577 KB 916/1210 KB 1680/1822 KB 276/276 KB 400/577 KB 916/1210 KB 1668/1822 KB 276/276 KB 388/577 KB 916/1210 KB 1680/1822 KB 276/276 KB 400/577 KB 920/1210 KB 1680/1822 KB 276/276 KB 400/577 KB 924/1210 KB 1680/1822 KB 276/276 KB 400/577 KB 928/1210 KB 1684/1822 KB 276/276 KB 400/577 KB 928/1210 KB 1688/1822 KB 404/577 KB 932/1210 KB 1692/1822 KB 404/577 KB 932/1210 KB 1696/1822 KB 404/577 KB 932/1210 KB 1684/1822 KB 404/577 KB 932/1210 KB 1696/1822 KB 404/577 KB 936/1210 KB 1684/1822 KB 404/577 KB 928/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 176.7 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 1696/1822 KB 404/577 KB 940/1210 KB 1696/1822 KB 408/577 KB 940/1210 KB 1696/1822 KB 412/577 KB 940/1210 KB 1696/1822 KB 416/577 KB 944/1210 KB 1696/1822 KB 412/577 KB 944/1210 KB 1696/1822 KB 416/577 KB 948/1210 KB 1700/1822 KB 420/577 KB 952/1210 KB 1700/1822 KB 420/577 KB 956/1210 KB 1700/1822 KB 420/577 KB 960/1210 KB 1700/1822 KB 420/577 KB 948/1210 KB 1700/1822 KB 416/577 KB 948/1210 KB 1704/1822 KB 420/577 KB 960/1210 KB 1708/1822 KB 420/577 KB 960/1210 KB 1712/1822 KB 420/577 KB 960/1210 KB 1712/1822 KB 424/577 KB 960/1210 KB 1712/1822 KB 428/577 KB 960/1210 KB 1712/1822 KB 432/577 KB 960/1210 KB 1716/1822 KB 432/577 KB 960/1210 KB 1720/1822 KB 432/577 KB 960/1210 KB 1724/1822 KB 432/577 KB 960/1210 KB 1728/1822 KB 432/577 KB 960/1210 KB 1728/1822 KB 436/577 KB 960/1210 KB 1728/1822 KB 440/577 KB 960/1210 KB 1728/1822 KB 444/577 KB 960/1210 KB 1728/1822 KB 448/577 KB 960/1210 KB 1732/1822 KB 448/577 KB 960/1210 KB 1736/1822 KB 448/577 KB 960/1210 KB 1740/1822 KB 448/577 KB 960/1210 KB 1744/1822 KB 448/577 KB 960/1210 KB 1744/1822 KB 452/577 KB 960/1210 KB 1744/1822 KB 456/577 KB 960/1210 KB 1748/1822 KB 460/577 KB 960/1210 KB 1748/1822 KB 464/577 KB 960/1210 KB 1748/1822 KB 468/577 KB 960/1210 KB 1748/1822 KB 472/577 KB 960/1210 KB 1748/1822 KB 476/577 KB 960/1210 KB 1748/1822 KB 456/577 KB 960/1210 KB 1752/1822 KB 476/577 KB 960/1210 KB 1756/1822 KB 476/577 KB 960/1210 KB 1760/1822 KB 476/577 KB 960/1210 KB 1760/1822 KB 480/577 KB 960/1210 KB 1760/1822 KB 484/577 KB 960/1210 KB 1764/1822 KB 488/577 KB 960/1210 KB 1764/1822 KB 492/577 KB 960/1210 KB 1764/1822 KB 496/577 KB 960/1210 KB 1764/1822 KB 484/577 KB 960/1210 KB 1768/1822 KB 496/577 KB 960/1210 KB 1772/1822 KB 496/577 KB 960/1210 KB 1776/1822 KB 496/577 KB 960/1210 KB 1776/1822 KB 500/577 KB 960/1210 KB 1780/1822 KB 504/577 KB 960/1210 KB 1780/1822 KB 508/577 KB 960/1210 KB 1780/1822 KB 512/577 KB 960/1210 KB 1780/1822 KB 500/577 KB 960/1210 KB 1784/1822 KB 512/577 KB 960/1210 KB 1788/1822 KB 512/577 KB 960/1210 KB 1792/1822 KB 512/577 KB 960/1210 KB 1796/1822 KB 512/577 KB 960/1210 KB 1800/1822 KB 516/577 KB 960/1210 KB 1804/1822 KB 516/577 KB 960/1210 KB 1808/1822 KB 516/577 KB 960/1210 KB 1796/1822 KB 516/577 KB 960/1210 KB 1808/1822 KB 520/577 KB 960/1210 KB 1808/1822 KB 524/577 KB 960/1210 KB 1808/1822 KB 528/577 KB 960/1210 KB 1808/1822 KB 532/577 KB 960/1210 KB 1812/1822 KB 536/577 KB 960/1210 KB 1812/1822 KB 540/577 KB 960/1210 KB 1812/1822 KB 544/577 KB 960/1210 KB 1812/1822 KB 532/577 KB 960/1210 KB 1816/1822 KB 544/577 KB 960/1210 KB 1820/1822 KB 544/577 KB 960/1210 KB 1822/1822 KB 544/577 KB 960/1210 KB 1822/1822 KB 548/577 KB 960/1210 KB 1822/1822 KB 552/577 KB 964/1210 KB 1822/1822 KB 548/577 KB 964/1210 KB 1822/1822 KB 552/577 KB 968/1210 KB 1822/1822 KB 552/577 KB 972/1210 KB 1822/1822 KB 556/577 KB 972/1210 KB 1822/1822 KB 560/577 KB 972/1210 KB 1822/1822 KB 560/577 KB 976/1210 KB 1822/1822 KB 560/577 KB 980/1210 KB 1822/1822 KB 564/577 KB 984/1210 KB 1822/1822 KB 564/577 KB 988/1210 KB 1822/1822 KB 564/577 KB 992/1210 KB 1822/1822 KB 564/577 KB 980/1210 KB 1822/1822 KB 568/577 KB 992/1210 KB 1822/1822 KB 572/577 KB 992/1210 KB 1822/1822 KB 576/577 KB 992/1210 KB 1822/1822 KB 577/577 KB 992/1210 KB 1822/1822 KB 577/577 KB 996/1210 KB 1822/1822 KB 577/577 KB 1000/1210 KB 1822/1822 KB 577/577 KB 1004/1210 KB 1822/1822 KB 577/577 KB 1008/1210 KB 1822/1822 KB 577/577 KB 1012/1210 KB 1822/18 unit-mysql-0: 15:58:46 DEBUG unit.mysql/0.install Selecting previously unselected package libc-dev-bin. unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 22 KB 577/577 KB 1016/1210 KB 1822/1822 KB 577/577 KB 1020/1210 KB 1822/1822 KB 577/577 KB 1024/1210 KB 1822/1822 KB 577/577 KB 1028/1210 KB 1822/1822 KB 577/577 KB 1032/1210 KB 1822/1822 KB 577/577 KB 1036/1210 KB 1822/1822 KB 577/577 KB 1040/1210 KB 1822/1822 KB 577/577 KB 1044/1210 KB 1822/1822 KB 577/577 KB 1048/1210 KB 1822/1822 KB 577/577 KB 1052/1210 KB 1822/1822 KB 577/577 KB 1056/1210 KB 1822/1822 KB 577/577 KB 1060/1210 KB 1822/1822 KB 577/577 KB 1064/1210 KB 1822/1822 KB 577/577 KB 1068/1210 KB 1822/1822 KB 577/577 KB 1072/1210 KB 1822/1822 KB 577/577 KB 1076/1210 KB 1822/1822 KB 577/577 KB 1080/1210 KB 1822/1822 KB 577/577 KB 1084/1210 KB 1822/1822 KB 577/577 KB 1088/1210 KB 1822/1822 KB 577/577 KB 1092/1210 KB 1822/1822 KB 577/577 KB 1096/1210 KB 1822/1822 KB 577/577 KB 1100/1210 KB 1822/1822 KB 577/577 KB 1104/1210 KB 1822/1822 KB 577/577 KB 1108/1210 KB 1822/1822 KB 577/577 KB 1112/1210 KB 1822/1822 KB 577/577 KB 1116/1210 KB 1822/1822 KB 577/577 KB 1120/1210 KB 1822/1822 KB 577/577 KB 1124/1210 KB 1822/1822 KB 577/577 KB 1128/1210 KB 1822/1822 KB 577/577 KB 1132/1210 KB 1822/1822 KB 577/577 KB 1136/1210 KB 1822/1822 KB 577/577 KB 1140/1210 KB 1822/1822 KB 577/577 KB 1144/1210 KB 1822/1822 KB 577/577 KB 1148/1210 KB 1822/1822 KB 577/577 KB 1152/1210 KB 1822/1822 KB 577/577 KB 1156/1210 KB 1822/1822 KB 577/577 KB 1160/1210 KB 1822/1822 KB 577/577 KB 1164/1210 KB 1822/1822 KB 577/577 KB 1168/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar (1822 KB at 1134.8 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar unit-mysql-0: 15:58:46 DEBUG unit.mysql/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 15:58:46 DEBUG unit.mysql/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 577/577 KB 1172/1210 KB 577/577 KB 1176/1210 KB 577/577 KB 1180/1210 KB 577/577 KB 1184/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 356.2 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 1188/1210 KB 1192/1210 KB 1196/1210 KB 1200/1210 KB 1204/1210 KB 1208/1210 KB 1210/1210 KB 4/439 KB 1210/1210 KB 8/439 KB 1210/1210 KB 12/439 KB 1210/1210 KB 16/439 KB 1210/1210 KB 20/439 KB 1210/1210 KB 24/439 KB 1210/1210 KB 28/439 KB 1210/1210 KB 32/439 KB 1210/1210 KB 36/439 KB 1210/1210 KB 40/439 KB 1210/1210 KB 44/439 KB 1210/1210 KB 48/439 KB 1210/1210 KB 52/439 KB 1210/1210 KB 56/439 KB 1210/1210 KB 60/439 KB 1210/1210 KB 64/439 KB 1210/1210 KB 68/439 KB 1210/1210 KB 72/439 KB 4/562 KB 1210/1210 KB 76/439 KB 4/562 KB 1210/1210 KB 80/439 KB 4/562 KB 1210/1210 KB 68/439 KB 4/562 KB 1210/1210 KB 80/439 KB 8/562 KB 1210/1210 KB 80/439 KB 12/562 KB 1210/1210 KB 80/439 KB 16/562 KB 1210/1210 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar (1210 KB at 734.4 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-mysql-0: 15:58:46 DEBUG unit.mysql/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-mysql-0: 15:58:46 DEBUG unit.mysql/0.install Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... unit-mysql-0: 15:58:46 DEBUG unit.mysql/0.install Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 84/439 KB 16/562 KB 88/439 KB 20/562 KB 92/439 KB 20/562 KB 96/439 KB 20/562 KB 84/439 KB 20/562 KB 96/439 KB 24/562 KB 96/439 KB 28/562 KB 96/439 KB 32/562 KB 100/439 KB 36/562 KB 100/439 KB 40/562 KB 100/439 KB 32/562 KB 104/439 KB 40/562 KB 108/439 KB 40/562 KB 112/439 KB 40/562 KB 112/439 KB 44/562 KB 112/439 KB 48/562 KB 112/439 KB 52/562 KB 116/439 KB 52/562 KB 120/439 KB 52/562 KB 124/439 KB 52/562 KB 128/439 KB 56/562 KB 124/439 KB 56/562 KB 128/439 KB 60/562 KB 128/439 KB 64/562 KB 128/439 KB 68/562 KB 132/439 KB 72/562 KB 132/439 KB 76/562 KB 132/439 KB 68/562 KB 136/439 KB 76/562 KB 140/439 KB 76/562 KB 144/439 KB 76/562 KB 144/439 KB 80/562 KB 148/439 KB 80/562 KB 152/439 KB 80/562 KB 156/439 KB 84/562 KB 160/439 KB 84/562 KB 152/439 KB 84/562 KB 160/439 KB 88/562 KB 160/439 KB 92/562 KB 160/439 KB 96/562 KB 164/439 KB 96/562 KB 168/439 KB 96/562 KB 172/439 KB 96/562 KB 176/439 KB 96/562 KB 176/439 KB 100/562 KB 176/439 KB 104/562 KB 176/439 KB 108/562 KB 176/439 KB 112/562 KB 180/439 KB 112/562 KB 184/439 KB 112/562 KB 188/439 KB 112/562 KB 192/439 KB 112/562 KB 192/439 KB 116/562 KB 192/439 KB 120/562 KB 192/439 KB 124/562 KB 192/439 KB 128/562 KB 196/439 KB 128/562 KB 200/439 KB 128/562 KB 204/439 KB 128/562 KB 208/439 KB 132/562 KB 204/439 KB 132/562 KB 208/439 KB 136/562 KB 208/439 KB 140/562 KB 208/439 KB 144/562 KB 212/439 KB 144/562 KB 216/439 KB 4/256 KB 144/562 KB 220/439 KB 4/256 KB 144/562 KB 224/439 KB 4/256 KB 144/562 KB 212/439 KB 4/256 KB 144/562 KB 224/439 KB 8/256 KB 148/562 KB 224/439 KB 12/256 KB 148/562 KB 224/439 KB 16/256 KB 148/562 KB 224/439 KB 4/256 KB 148/562 KB 224/439 KB 16/256 KB 152/562 KB 224/439 KB 16/256 KB 156/562 KB 224/439 KB 16/256 KB 160/562 KB 228/439 KB 16/256 KB 160/562 KB 232/439 KB 16/256 KB 160/562 KB 236/439 KB 16/256 KB 160/562 KB 240/439 KB 16/256 KB 160/562 KB 240/439 KB 20/256 KB 160/562 KB 240/439 KB 24/256 KB 160/562 KB 240/439 KB 28/256 KB 160/562 KB 240/439 KB 32/256 KB 160/562 KB 240/439 KB 32/256 KB 164/562 KB 240/439 KB 32/256 KB 168/562 KB 240/439 KB 32/256 KB 172/562 KB 240/439 KB 32/256 KB 176/562 KB 240/439 KB 36/256 KB 176/562 KB 244/439 KB 40/256 KB 176/562 KB 244/439 KB 44/256 KB 176/562 KB 244/439 KB 48/256 KB 176/562 KB 244/439 KB 36/256 KB 176/562 KB 248/439 KB 48/256 KB 176/562 KB 252/439 KB 48/256 KB 176/562 KB 256/439 KB 48/256 KB 176/562 KB 256/439 KB 48/256 KB 180/562 KB 256/439 KB 48/256 KB 184/562 KB 256/439 KB 48/256 KB 188/562 KB 256/439 KB 48/256 KB 192/562 KB 256/439 KB 52/256 KB 192/562 KB 260/439 KB 52/256 KB 192/562 KB 264/439 KB 52/256 KB 192/562 KB 268/439 KB 52/256 KB 192/562 KB 272/439 KB 52/256 KB 192/562 KB 272/439 KB 56/256 KB 192/562 KB 272/439 KB 60/256 KB 192/562 KB 272/439 KB 64/256 KB 192/562 KB 272/439 KB 64/256 KB 196/562 KB 272/439 KB 64/256 KB 200/562 KB 272/439 KB 64/256 KB 204/562 KB 272/439 KB 64/256 KB 208/562 KB 272/439 KB 68/256 KB 208/562 KB 272/439 KB 72/256 KB 208/562 KB 272/439 KB 76/256 KB 208/562 KB 272/439 KB 80/256 KB 208/562 KB 276/439 KB 80/256 KB 208/562 KB 280/439 KB 80/256 KB 208/562 KB 280/439 KB 80/256 KB 212/562 KB 284/439 KB 80/256 KB 216/562 KB 284/439 KB 80/256 KB 212/562 KB 288/439 KB 80/256 KB 216/562 KB 288/439 KB 80/256 KB 220/562 KB 288/439 KB 80/256 KB 224/562 KB 288/439 KB 84/256 KB 224/562 KB 288/439 KB 88/256 KB 224/562 KB 288/4 unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 39 KB 92/256 KB 224/562 KB 288/439 KB 92/256 KB 224/562 KB 3/1192 KB 288/439 KB 92/256 KB 224/562 KB 5/1192 KB 288/439 KB 92/256 KB 224/562 KB 8/1192 KB 288/439 KB 92/256 KB 224/562 KB 11/1192 KB 288/439 KB 92/256 KB 224/562 KB 13/1192 KB 288/439 KB 92/256 KB 224/562 KB 16/1192 KB 288/439 KB 92/256 KB 224/562 KB 19/1192 KB 288/439 KB 92/256 KB 224/562 KB 4/167 KB 21/1192 KB 288/439 KB 92/256 KB 224/562 KB 8/167 KB 21/1192 KB 288/439 KB 92/256 KB 224/562 KB 12/167 KB 21/1192 KB 288/439 KB 92/256 KB 224/562 KB 16/167 KB 21/1192 KB 288/439 KB 92/256 KB 224/562 KB 16/167 KB 21/1192 KB 288/439 KB 92/256 KB 224/562 KB 16/167 KB 24/1192 KB 288/439 KB 92/256 KB 224/562 KB 16/167 KB 27/1192 KB 288/439 KB 92/256 KB 224/562 KB 20/167 KB 27/1192 KB 288/439 KB 92/256 KB 224/562 KB 24/167 KB 27/1192 KB 288/439 KB 92/256 KB 224/562 KB 28/167 KB 27/1192 KB 288/439 KB 92/256 KB 224/562 KB 32/167 KB 27/1192 KB 288/439 KB 92/256 KB 224/562 KB 36/167 KB 27/1192 KB 288/439 KB 92/256 KB 224/562 KB 40/167 KB 27/1192 KB 288/439 KB 92/256 KB 224/562 KB 44/167 KB 27/1192 KB 288/439 KB 92/256 KB 224/562 KB 44/167 KB 29/1192 KB 288/439 KB 92/256 KB 224/562 KB 44/167 KB 32/1192 KB 292/439 KB 92/256 KB 228/562 KB 48/167 KB 36/1192 KB 292/439 KB 92/256 KB 228/562 KB 48/167 KB 40/1192 KB 292/439 KB 92/256 KB 228/562 KB 48/167 KB 32/1192 KB 288/439 KB 92/256 KB 228/562 KB 48/167 KB 32/1192 KB 288/439 KB 92/256 KB 224/562 KB 48/167 KB 32/1192 KB 292/439 KB 92/256 KB 228/562 KB 52/167 KB 40/1192 KB 296/439 KB 92/256 KB 232/562 KB 52/167 KB 40/1192 KB 296/439 KB 92/256 KB 228/562 KB 52/167 KB 40/1192 KB 296/439 KB 92/256 KB 236/562 KB 52/167 KB 40/1192 KB 300/439 KB 92/256 KB 236/562 KB 52/167 KB 40/1192 KB 304/439 KB 92/256 KB 236/562 KB 52/167 KB 40/1192 KB 304/439 KB 92/256 KB 240/562 KB 56/167 KB 40/1192 KB 304/439 KB 92/256 KB 240/562 KB 60/167 KB 40/1192 KB 304/439 KB 92/256 KB 240/562 KB 52/167 KB 40/1192 KB 308/439 KB 92/256 KB 244/562 KB 60/167 KB 44/1192 KB 308/439 KB 96/256 KB 248/562 KB 64/167 KB 44/1192 KB 308/439 KB 92/256 KB 240/562 KB 60/167 KB 44/1192 KB 304/439 KB 92/256 KB 240/562 KB 60/167 KB 44/1192 KB 308/439 KB 96/256 KB 248/562 KB 64/167 KB 48/1192 KB 308/439 KB 96/256 KB 244/562 KB 64/167 KB 44/1192 KB 308/439 KB 92/256 KB 244/562 KB 64/167 KB 44/1192 KB 308/439 KB 100/256 KB 248/562 KB 64/167 KB 48/1192 KB 312/439 KB 104/256 KB 252/562 KB 68/167 KB 52/1192 KB 312/439 KB 108/256 KB 252/562 KB 68/167 KB 52/1192 KB 312/439 KB 112/256 KB 252/562 KB 68/167 KB 52/1192 KB 312/439 KB 100/256 KB 252/562 KB 68/167 KB 52/1192 KB 312/439 KB 100/256 KB 248/562 KB 68/167 KB 52/1192 KB 316/439 KB 112/256 KB 252/562 KB 68/167 KB 52/1192 KB 320/439 KB 112/256 KB 252/562 KB 68/167 KB 52/1192 KB 308/439 KB 100/256 KB 248/562 KB 68/167 KB 52/1192 KB 308/439 KB 100/256 KB 248/562 KB 64/167 KB 52/1192 KB 320/439 KB 112/256 KB 256/562 KB 68/167 KB 56/1192 KB 320/439 KB 112/256 KB 256/562 KB 68/167 KB 60/1192 KB 320/439 KB 112/256 KB 256/562 KB 72/167 KB 64/1192 KB 320/439 KB 112/256 KB 256/562 KB 68/167 KB 52/1192 KB 324/439 KB 112/256 KB 260/562 KB 72/167 KB 64/1192 KB 324/439 KB 116/256 KB 264/562 KB 72/167 KB 68/1192 KB 324/439 KB 116/256 KB 268/562 KB 72/167 KB 68/1192 KB 324/439 KB 112/256 KB 256/562 KB 72/167 KB 64/1192 KB 320/439 KB 112/256 KB 256/562 KB 72/167 KB 60/1192 KB 324/439 KB 116/256 KB 268/562 KB 76/167 KB 68/1192 KB 324/439 KB 116/256 KB 268/562 K unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install B 80/167 KB 68/1192 KB 324/439 KB 116/256 KB 268/562 KB 84/167 KB 68/1192 KB 324/439 KB 116/256 KB 260/562 KB 72/167 KB 68/1192 KB 324/439 KB 112/256 KB 260/562 KB 72/167 KB 68/1192 KB 328/439 KB 116/256 KB 268/562 KB 84/167 KB 68/1192 KB 332/439 KB 116/256 KB 268/562 KB 84/167 KB 68/1192 KB 332/439 KB 116/256 KB 268/562 KB 88/167 KB 68/1192 KB 336/439 KB 116/256 KB 268/562 KB 92/167 KB 72/1192 KB 336/439 KB 116/256 KB 268/562 KB 88/167 KB 72/1192 KB 336/439 KB 116/256 KB 268/562 KB 88/167 KB 68/1192 KB 336/439 KB 120/256 KB 272/562 KB 92/167 KB 72/1192 KB 336/439 KB 120/256 KB 268/562 KB 92/167 KB 72/1192 KB 336/439 KB 120/256 KB 272/562 KB 92/167 KB 76/1192 KB 336/439 KB 124/256 KB 272/562 KB 96/167 KB 76/1192 KB 336/439 KB 124/256 KB 272/562 KB 92/167 KB 76/1192 KB 336/439 KB 124/256 KB 272/562 KB 96/167 KB 80/1192 KB 340/439 KB 124/256 KB 272/562 KB 96/167 KB 80/1192 KB 344/439 KB 128/256 KB 276/562 KB 100/167 KB 84/1192 KB 348/439 KB 128/256 KB 276/562 KB 100/167 KB 84/1192 KB 352/439 KB 128/256 KB 276/562 KB 100/167 KB 84/1192 KB 340/439 KB 128/256 KB 276/562 KB 100/167 KB 84/1192 KB 340/439 KB 128/256 KB 276/562 KB 96/167 KB 84/1192 KB 352/439 KB 128/256 KB 280/562 KB 100/167 KB 84/1192 KB 352/439 KB 128/256 KB 284/562 KB 104/167 KB 84/1192 KB 340/439 KB 128/256 KB 272/562 KB 96/167 KB 84/1192 KB 340/439 KB 128/256 KB 272/562 KB 96/167 KB 80/1192 KB 352/439 KB 132/256 KB 288/562 KB 104/167 KB 84/1192 KB 352/439 KB 136/256 KB 288/562 KB 104/167 KB 88/1192 KB 352/439 KB 128/256 KB 280/562 KB 104/167 KB 84/1192 KB 352/439 KB 136/256 KB 288/562 KB 108/167 KB 88/1192 KB 352/439 KB 136/256 KB 288/562 KB 112/167 KB 88/1192 KB 352/439 KB 132/256 KB 288/562 KB 104/167 KB 88/1192 KB 352/439 KB 132/256 KB 288/562 KB 104/167 KB 88/1192 KB 352/439 KB 136/256 KB 288/562 KB 112/167 KB 92/1192 KB 352/439 KB 136/256 KB 288/562 KB 112/167 KB 96/1192 KB 352/439 KB 136/256 KB 288/562 KB 112/167 KB 100/1192 KB 356/439 KB 140/256 KB 292/562 KB 116/167 KB 104/1192 KB 356/439 KB 140/256 KB 292/562 KB 116/167 KB 108/1192 KB 356/439 KB 140/256 KB 292/562 KB 116/167 KB 100/1192 KB 356/439 KB 140/256 KB 288/562 KB 116/167 KB 100/1192 KB 352/439 KB 140/256 KB 288/562 KB 112/167 KB 100/1192 KB 356/439 KB 144/256 KB 292/562 KB 116/167 KB 108/1192 KB 360/439 KB 144/256 KB 292/562 KB 116/167 KB 108/1192 KB 364/439 KB 144/256 KB 292/562 KB 116/167 KB 108/1192 KB 368/439 KB 144/256 KB 292/562 KB 116/167 KB 108/1192 KB 352/439 KB 140/256 KB 288/562 KB 116/167 KB 100/1192 KB 368/439 KB 144/256 KB 296/562 KB 120/167 KB 108/1192 KB 368/439 KB 144/256 KB 296/562 KB 124/167 KB 108/1192 KB 368/439 KB 144/256 KB 296/562 KB 128/167 KB 108/1192 KB 368/439 KB 144/256 KB 296/562 KB 116/167 KB 108/1192 KB 368/439 KB 144/256 KB 300/562 KB 128/167 KB 108/1192 KB 368/439 KB 148/256 KB 300/562 KB 128/167 KB 108/1192 KB 368/439 KB 148/256 KB 304/562 KB 128/167 KB 108/1192 KB 368/439 KB 152/256 KB 304/562 KB 128/167 KB 108/1192 KB 368/439 KB 152/256 KB 304/562 KB 128/167 KB 112/1192 KB 368/439 KB 152/256 KB 304/562 KB 128/167 KB 116/1192 KB 372/439 KB 156/256 KB 308/562 KB 132/167 KB 120/1192 KB 372/439 KB 156/256 KB 308/562 KB 132/167 KB 124/1192 KB 372/439 KB 156/256 KB 308/562 KB 132/167 KB 128/1192 KB 372/439 KB 156/256 KB 308/562 KB 132/167 KB 116/1192 KB 368/439 KB 156/256 KB 304/562 KB 128/167 KB 116/1192 KB 372/439 KB 160/256 KB 308/562 KB 132/167 KB 128/1192 KB 372/439 KB 164/256 KB 308/56 unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 2 KB 132/167 KB 128/1192 KB 372/439 KB 156/256 KB 308/562 KB 128/167 KB 116/1192 KB 372/439 KB 164/256 KB 312/562 KB 136/167 KB 128/1192 KB 372/439 KB 156/256 KB 304/562 KB 128/167 KB 116/1192 KB 376/439 KB 164/256 KB 312/562 KB 136/167 KB 128/1192 KB 380/439 KB 164/256 KB 312/562 KB 136/167 KB 128/1192 KB 372/439 KB 164/256 KB 308/562 KB 136/167 KB 128/1192 KB 384/439 KB 164/256 KB 312/562 KB 140/167 KB 128/1192 KB 384/439 KB 164/256 KB 312/562 KB 144/167 KB 128/1192 KB 384/439 KB 164/256 KB 312/562 KB 140/167 KB 128/1192 KB 384/439 KB 164/256 KB 316/562 KB 144/167 KB 128/1192 KB 384/439 KB 164/256 KB 320/562 KB 144/167 KB 128/1192 KB 384/439 KB 168/256 KB 324/562 KB 144/167 KB 128/1192 KB 388/439 KB 168/256 KB 328/562 KB 148/167 KB 132/1192 KB 388/439 KB 168/256 KB 332/562 KB 148/167 KB 132/1192 KB 388/439 KB 168/256 KB 336/562 KB 148/167 KB 132/1192 KB 384/439 KB 168/256 KB 320/562 KB 144/167 KB 128/1192 KB 388/439 KB 172/256 KB 336/562 KB 148/167 KB 132/1192 KB 388/439 KB 176/256 KB 336/562 KB 148/167 KB 132/1192 KB 388/439 KB 168/256 KB 324/562 KB 148/167 KB 132/1192 KB 388/439 KB 176/256 KB 336/562 KB 152/167 KB 132/1192 KB 388/439 KB 176/256 KB 336/562 KB 156/167 KB 132/1192 KB 388/439 KB 176/256 KB 336/562 KB 160/167 KB 132/1192 KB 388/439 KB 168/256 KB 324/562 KB 144/167 KB 132/1192 KB 388/439 KB 176/256 KB 336/562 KB 160/167 KB 136/1192 KB 388/439 KB 176/256 KB 336/562 KB 160/167 KB 140/1192 KB 388/439 KB 168/256 KB 324/562 KB 144/167 KB 128/1192 KB 392/439 KB 176/256 KB 336/562 KB 160/167 KB 144/1192 KB 396/439 KB 176/256 KB 336/562 KB 160/167 KB 144/1192 KB 400/439 KB 176/256 KB 336/562 KB 160/167 KB 144/1192 KB 388/439 KB 176/256 KB 336/562 KB 160/167 KB 144/1192 KB 404/439 KB 176/256 KB 336/562 KB 160/167 KB 144/1192 KB 408/439 KB 180/256 KB 340/562 KB 164/167 KB 148/1192 KB 412/439 KB 180/256 KB 340/562 KB 164/167 KB 148/1192 KB 416/439 KB 180/256 KB 340/562 KB 164/167 KB 148/1192 KB 404/439 KB 180/256 KB 340/562 KB 164/167 KB 148/1192 KB 404/439 KB 180/256 KB 340/562 KB 164/167 KB 144/1192 KB 416/439 KB 180/256 KB 340/562 KB 167/167 KB 148/1192 KB 404/439 KB 180/256 KB 340/562 KB 160/167 KB 144/1192 KB 404/439 KB 180/256 KB 336/562 KB 160/167 KB 144/1192 KB 416/439 KB 184/256 KB 344/562 KB 167/167 KB 148/1192 KB 416/439 KB 188/256 KB 344/562 KB 167/167 KB 148/1192 KB 416/439 KB 192/256 KB 344/562 KB 167/167 KB 148/1192 KB 416/439 KB 196/256 KB 344/562 KB 167/167 KB 148/1192 KB 420/439 KB 200/256 KB 344/562 KB 167/167 KB 152/1192 KB 420/439 KB 204/256 KB 344/562 KB 167/167 KB 152/1192 KB 420/439 KB 208/256 KB 344/562 KB 167/167 KB 152/1192 KB 420/439 KB 196/256 KB 344/562 KB 167/167 KB 152/1192 KB 424/439 KB 208/256 KB 344/562 KB 167/167 KB 152/1192 KB 428/439 KB 208/256 KB 344/562 KB 167/167 KB 152/1192 KB 432/439 KB 208/256 KB 344/562 KB 167/167 KB 152/1192 KB 416/439 KB 196/256 KB 344/562 KB 167/167 KB 152/1192 KB 416/439 KB 196/256 KB 344/562 KB 167/167 KB 148/1192 KB 432/439 KB 208/256 KB 348/562 KB 167/167 KB 156/1192 KB 432/439 KB 208/256 KB 352/562 KB 167/167 KB 156/1192 KB 432/439 KB 208/256 KB 352/562 KB 167/167 KB 156/1192 KB 432/439 KB 208/256 KB 352/562 KB 167/167 KB 160/1192 KB 432/439 KB 208/256 KB 356/562 KB 167/167 KB 160/1192 KB 432/439 KB 208/256 KB 360/562 KB 167/167 KB 164/1192 KB 432/439 KB 208/256 KB 364/562 KB 167/167 KB 164/1192 KB 432/439 KB 208/256 KB 356/562 KB 167/167 KB 164/1192 KB 432/439 KB 212/256 KB 364/562 KB 16 unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 7/167 KB 168/1192 KB 432/439 KB 212/256 KB 368/562 KB 167/167 KB 172/1192 KB 432/439 KB 212/256 KB 368/562 KB 167/167 KB 176/1192 KB 432/439 KB 212/256 KB 364/562 KB 167/167 KB 164/1192 KB 436/439 KB 216/256 KB 368/562 KB 167/167 KB 176/1192 KB 436/439 KB 212/256 KB 368/562 KB 167/167 KB 176/1192 KB 439/439 KB 216/256 KB 368/562 KB 167/167 KB 176/1192 KB 432/439 KB 212/256 KB 368/562 KB 167/167 KB 168/1192 KB 439/439 KB 220/256 KB 372/562 KB 167/167 KB 176/1192 KB 439/439 KB 220/256 KB 376/562 KB 167/167 KB 180/1192 KB 439/439 KB 220/256 KB 368/562 KB 167/167 KB 176/1192 KB 439/439 KB 224/256 KB 376/562 KB 167/167 KB 180/1192 KB 439/439 KB 228/256 KB 376/562 KB 167/167 KB 180/1192 KB 439/439 KB 232/256 KB 380/562 KB 167/167 KB 180/1192 KB 439/439 KB 236/256 KB 380/562 KB 167/167 KB 180/1192 KB 439/439 KB 220/256 KB 372/562 KB 167/167 KB 180/1192 KB 439/439 KB 240/256 KB 380/562 KB 167/167 KB 184/1192 KB 439/439 KB 240/256 KB 380/562 KB 167/167 KB 188/1192 KB 439/439 KB 240/256 KB 380/562 KB 167/167 KB 192/1192 KB 439/439 KB 228/256 KB 380/562 KB 167/167 KB 180/1192 KB 439/439 KB 240/256 KB 384/562 KB 167/167 KB 192/1192 KB 439/439 KB 240/256 KB 388/562 KB 167/167 KB 192/1192 KB 439/439 KB 240/256 KB 392/562 KB 167/167 KB 196/1192 KB 439/439 KB 240/256 KB 396/562 KB 167/167 KB 196/1192 KB 439/439 KB 240/256 KB 400/562 KB 167/167 KB 196/1192 KB 439/439 KB 240/256 KB 388/562 KB 167/167 KB 196/1192 KB 439/439 KB 240/256 KB 380/562 KB 167/167 KB 180/1192 KB 439/439 KB 244/256 KB 400/562 KB 167/167 KB 196/1192 KB 439/439 KB 248/256 KB 400/562 KB 167/167 KB 200/1192 KB 439/439 KB 252/256 KB 400/562 KB 167/167 KB 200/1192 KB 439/439 KB 256/256 KB 400/562 KB 167/167 KB 200/1192 KB 439/439 KB 256/256 KB 400/562 KB 167/167 KB 200/1192 KB 439/439 KB 244/256 KB 400/562 KB 167/167 KB 200/1192 KB 439/439 KB 256/256 KB 400/562 KB 167/167 KB 204/1192 KB 439/439 KB 256/256 KB 400/562 KB 167/167 KB 208/1192 KB 439/439 KB 256/256 KB 404/562 KB 167/167 KB 208/1192 KB 439/439 KB 256/256 KB 408/562 KB 167/167 KB 212/1192 KB 439/439 KB 256/256 KB 412/562 KB 167/167 KB 212/1192 KB 439/439 KB 256/256 KB 404/562 KB 167/167 KB 212/1192 KB 439/439 KB 256/256 KB 412/562 KB 167/167 KB 216/1192 KB 439/439 KB 256/256 KB 416/562 KB 167/167 KB 216/1192 KB 439/439 KB 256/256 KB 416/562 KB 167/167 KB 220/1192 KB 439/439 KB 256/256 KB 416/562 KB 167/167 KB 224/1192 KB 439/439 KB 256/256 KB 416/562 KB 167/167 KB 228/1192 KB 439/439 KB 256/256 KB 420/562 KB 167/167 KB 232/1192 KB 439/439 KB 256/256 KB 420/562 KB 167/167 KB 236/1192 KB 439/439 KB 256/256 KB 420/562 KB 167/167 KB 240/1192 KB 439/439 KB 256/256 KB 420/562 KB 167/167 KB 228/1192 KB 439/439 KB 256/256 KB 424/562 KB 167/167 KB 240/1192 KB 439/439 KB 256/256 KB 428/562 KB 167/167 KB 240/1192 KB 439/439 KB 256/256 KB 432/562 KB 167/167 KB 240/1192 KB 439/439 KB 256/256 KB 436/562 KB 167/167 KB 240/1192 KB 439/439 KB 256/256 KB 440/562 KB 167/167 KB 244/1192 KB 439/439 KB 256/256 KB 444/562 KB 167/167 KB 244/1192 KB 439/439 KB 256/256 KB 448/562 KB 167/167 KB 244/1192 KB 439/439 KB 256/256 KB 436/562 KB 167/167 KB 244/1192 KB 439/439 KB 256/256 KB 448/562 KB 167/167 KB 248/1192 KB 439/439 KB 256/256 KB 448/562 KB 167/167 KB 252/1192 KB 439/439 KB 256/256 KB 448/562 KB 167/167 KB 256/1192 KB 439/439 KB 256/256 KB 452/562 KB 167/167 KB 256/1192 KB 439/439 KB 256/256 KB 456/562 KB 167/167 KB 260/1192 KB 439/439 KB 256/256 KB 460/562 KB 167/167 KB unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 260/1192 KB 439/439 KB 256/256 KB 464/562 KB 167/167 KB 260/1192 KB 439/439 KB 256/256 KB 452/562 KB 167/167 KB 260/1192 KB 439/439 KB 256/256 KB 464/562 KB 167/167 KB 264/1192 KB 439/439 KB 256/256 KB 464/562 KB 167/167 KB 268/1192 KB 439/439 KB 256/256 KB 464/562 KB 167/167 KB 272/1192 KB 439/439 KB 256/256 KB 468/562 KB 167/167 KB 272/1192 KB 439/439 KB 256/256 KB 472/562 KB 167/167 KB 276/1192 KB 439/439 KB 256/256 KB 476/562 KB 167/167 KB 276/1192 KB 439/439 KB 256/256 KB 468/562 KB 167/167 KB 276/1192 KB 439/439 KB 256/256 KB 480/562 KB 167/167 KB 280/1192 KB 439/439 KB 256/256 KB 480/562 KB 167/167 KB 280/1192 KB 439/439 KB 256/256 KB 480/562 KB 167/167 KB 284/1192 KB 439/439 KB 256/256 KB 480/562 KB 167/167 KB 288/1192 KB 439/439 KB 256/256 KB 480/562 KB 167/167 KB 292/1192 KB 439/439 KB 256/256 KB 484/562 KB 167/167 KB 296/1192 KB 439/439 KB 256/256 KB 484/562 KB 167/167 KB 300/1192 KB 439/439 KB 256/256 KB 484/562 KB 167/167 KB 292/1192 KB 439/439 KB 256/256 KB 488/562 KB 167/167 KB 304/1192 KB 439/439 KB 256/256 KB 492/562 KB 167/167 KB 304/1192 KB 439/439 KB 256/256 KB 496/562 KB 167/167 KB 304/1192 KB 439/439 KB 256/256 KB 496/562 KB 167/167 KB 304/1192 KB 439/439 KB 256/256 KB 496/562 KB 167/167 KB 308/1192 KB 500/562 KB 167/167 KB 312/1192 KB 500/562 KB 167/167 KB 308/1192 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 145.4 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (439 KB at 249.4 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 504/562 KB 167/167 KB 312/1192 KB 508/562 KB 167/167 KB 312/1192 KB 512/562 KB 167/167 KB 312/1192 KB 512/562 KB 167/167 KB 316/1192 KB 512/562 KB 167/167 KB 320/1192 KB 512/562 KB 167/167 KB 324/1192 KB 516/562 KB 167/167 KB 328/1192 KB 516/562 KB 167/167 KB 332/1192 KB 516/562 KB 167/167 KB 324/1192 KB 520/562 KB 167/167 KB 332/1192 KB 524/562 KB 167/167 KB 332/1192 KB 528/562 KB 167/167 KB 332/1192 KB 528/562 KB 167/167 KB 336/1192 KB 532/562 KB 167/167 KB 336/1192 KB 536/562 KB 167/167 KB 340/1192 KB 540/562 KB 167/167 KB 340/1192 KB 544/562 KB 167/167 KB 340/1192 KB 532/562 KB 167/167 KB 340/1192 KB 544/562 KB 167/167 KB 344/1192 KB 544/562 KB 167/167 KB 348/1192 KB 544/562 KB 167/167 KB 352/1192 KB 548/562 KB 167/167 KB 352/1192 KB 552/562 KB 167/167 KB 356/1192 KB 556/562 KB 167/167 KB 356/1192 KB 560/562 KB 167/167 KB 356/1192 KB 548/562 KB 167/167 KB 356/1192 KB 560/562 KB 167/167 KB 360/1192 KB 560/562 KB 167/167 KB 364/1192 KB 560/562 KB 167/167 KB 368/1192 KB 562/562 KB 167/167 KB 368/1192 KB 562/562 KB 167/167 KB 372/1192 KB 562/562 KB 167/167 KB 376/1192 KB 562/562 KB 167/167 KB 380/1192 KB 562/562 KB 167/167 KB 384/1192 KB 562/562 KB 167/167 KB 388/1192 KB 562/562 KB 167/167 KB 392/1192 KB 562/562 KB 167/167 KB 396/1192 KB 562/562 KB 167/167 KB 400/1192 KB 562/562 KB 167/167 KB 404/1192 KB 562/562 KB 167/167 KB 408/1192 KB 562/562 KB 167/167 KB 412/1192 KB 562/562 KB 167/167 KB 416/1192 KB 562/562 KB 167/167 KB 420/1192 KB 562/562 KB 167/167 KB 424/1192 KB 562/562 KB 167/167 KB 428/1192 KB 562/562 KB 167/167 KB 432/1192 KB 562/562 KB 167/167 KB 436/1192 KB 562/562 KB 167/167 KB 440/1192 KB 562/562 KB 167/167 KB 444/1192 KB 562/562 KB 167/167 KB 448/1192 KB 562/562 KB 167/167 KB 452/1192 KB 562/562 KB 167/167 KB 456/1192 KB 562/562 KB 167/167 KB 460/1192 KB 562/562 KB 167/167 KB 464/1192 KB 562/562 KB 167/167 KB 468/1192 KB 562/562 KB 167/167 KB 472/1192 KB 562/562 KB 167/167 KB 476/1192 KB 562/562 KB 167/167 KB 480/1192 KB 562/562 KB 167/167 KB 484/1192 KB 562/562 KB 167/167 KB 488/1192 KB 562/562 KB 167/167 KB 492/1192 KB 562/562 KB 167/167 KB 496/1192 KB 562/562 KB 167/167 KB 500/1192 KB 562/562 KB 167/167 KB 504/1192 KB 562/562 KB 167/167 KB 508/1192 KB 562/562 KB 167/167 KB 512/1192 KB 562/562 KB 167/167 KB 516/1192 KB 562/562 KB 167/167 KB 520/1192 KB 562/562 KB 4/140 KB 167/167 KB 524/1192 KB 562/562 KB 8/140 KB 167/167 KB 524/1192 KB 562/562 KB 12/140 KB 167/167 KB 524/1192 KB 562/562 KB 16/140 KB 167/167 KB 524/1192 KB 562/562 KB 167/167 KB 524/1192 KB 562/562 KB 16/140 KB 167/167 KB 528/1192 KB 562/562 KB 20/140 KB 167/167 KB 528/1192 KB 562/562 KB 24/140 KB 167/167 KB 528/1192 KB 562/562 KB 28/140 KB 167/167 KB 528/1192 KB 562/562 KB 32/140 KB 167/167 KB 528/1192 KB 562/562 KB 32/140 KB 167/167 KB 532/1192 KB 562/562 KB 32/140 KB 167/167 KB 536/1192 KB 562/562 KB 32/140 KB 167/167 KB 540/1192 KB 562/562 KB 32/140 KB 167/167 KB 544/1192 KB 562/562 KB 32/140 KB 167/167 KB 548/1192 KB 562/562 KB 32/140 KB 167/167 KB 552/1192 KB 562/562 KB 32/140 KB 167/167 KB 556/1192 KB 562/562 KB 32/140 KB 167/167 KB 560/1192 KB 562/562 KB 36/140 KB 167/167 KB 560/1192 KB 562/562 KB 40/140 KB 167/167 KB 560/1192 KB 562/562 KB 44/140 KB 167/167 KB 560/1192 KB 562/562 KB 48/140 KB 167/167 KB 560/1192 KB 562/562 KB 48/140 KB 167/167 KB 564/1192 KB 562/562 KB 48/140 KB 167/167 KB 568/1192 KB 562/562 KB 48/140 KB 167/167 KB 572/1192 KB unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 562/562 KB 48/140 KB 167/167 KB 576/1192 KB 562/562 KB 52/140 KB 167/167 KB 576/1192 KB 56/140 KB 167/167 KB 576/1192 KB 60/140 KB 167/167 KB 576/1192 KB 64/140 KB 167/167 KB 576/1192 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 313.7 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 68/140 KB 167/167 KB 576/1192 KB 72/140 KB 167/167 KB 576/1192 KB 76/140 KB 167/167 KB 576/1192 KB 80/140 KB 167/167 KB 576/1192 KB 84/140 KB 167/167 KB 576/1192 KB 88/140 KB 167/167 KB 576/1192 KB 92/140 KB 167/167 KB 576/1192 KB 96/140 KB 167/167 KB 576/1192 KB 4/1118 KB 96/140 KB 167/167 KB 576/1192 KB 8/1118 KB 96/140 KB 167/167 KB 576/1192 KB 12/1118 KB 96/140 KB 167/167 KB 576/1192 KB 16/1118 KB 96/140 KB 167/167 KB 576/1192 KB 16/1118 KB 96/140 KB 167/167 KB 580/1192 KB 16/1118 KB 100/140 KB 167/167 KB 580/1192 KB 16/1118 KB 104/140 KB 167/167 KB 580/1192 KB 16/1118 KB 108/140 KB 167/167 KB 580/1192 KB 16/1118 KB 112/140 KB 167/167 KB 580/1192 KB 16/1118 KB 112/140 KB 167/167 KB 584/1192 KB 16/1118 KB 112/140 KB 167/167 KB 588/1192 KB 16/1118 KB 112/140 KB 167/167 KB 592/1192 KB 20/1118 KB 112/140 KB 167/167 KB 592/1192 KB 24/1118 KB 112/140 KB 167/167 KB 592/1192 KB 28/1118 KB 112/140 KB 167/167 KB 592/1192 KB 32/1118 KB 112/140 KB 167/167 KB 592/1192 KB 32/1118 KB 112/140 KB 167/167 KB 596/1192 KB 32/1118 KB 112/140 KB 167/167 KB 600/1192 KB 32/1118 KB 112/140 KB 167/167 KB 604/1192 KB 32/1118 KB 112/140 KB 167/167 KB 608/1192 KB 32/1118 KB 112/140 KB 167/167 KB 612/1192 KB 36/1118 KB 116/140 KB 167/167 KB 612/1192 KB 36/1118 KB 120/140 KB 167/167 KB 612/1192 KB 36/1118 KB 112/140 KB 167/167 KB 612/1192 KB 40/1118 KB 120/140 KB 167/167 KB 612/1192 KB 44/1118 KB 120/140 KB 167/167 KB 612/1192 KB 48/1118 KB 120/140 KB 167/167 KB 612/1192 KB 48/1118 KB 124/140 KB 167/167 KB 612/1192 KB 48/1118 KB 128/140 KB 167/167 KB 612/1192 KB 48/1118 KB 132/140 KB 167/167 KB 612/1192 KB 48/1118 KB 136/140 KB 167/167 KB 612/1192 KB 52/1118 KB 140/140 KB 167/167 KB 612/1192 KB 52/1118 KB 140/140 KB 167/167 KB 612/1192 KB 52/1118 KB 136/140 KB 167/167 KB 612/1192 KB 56/1118 KB 140/140 KB 167/167 KB 612/1192 KB 60/1118 KB 140/140 KB 167/167 KB 612/1192 KB 64/1118 KB 140/140 KB 167/167 KB 612/1192 KB 64/1118 KB 140/140 KB 167/167 KB 616/1192 KB 64/1118 KB 140/140 KB 167/167 KB 620/1192 KB 64/1118 KB 140/140 KB 167/167 KB 624/1192 KB 64/1118 KB 140/140 KB 167/167 KB 628/1192 KB 68/1118 KB 140/140 KB 167/167 KB 628/1192 KB 72/1118 KB 140/140 KB 167/167 KB 628/1192 KB 76/1118 KB 140/140 KB 167/167 KB 628/1192 KB 80/1118 KB 140/140 KB 167/167 KB 628/1192 KB 80/1118 KB 140/140 KB 167/167 KB 632/1192 KB 80/1118 KB 140/140 KB 167/167 KB 636/1192 KB 80/1118 KB 140/140 KB 167/167 KB 640/1192 KB 80/1118 KB 140/140 KB 167/167 KB 644/1192 KB 80/1118 KB 140/140 KB 167/167 KB 648/1192 KB 80/1118 KB 140/140 KB 167/167 KB 652/1192 KB 80/1118 KB 140/140 KB 167/167 KB 656/1192 KB 84/1118 KB 140/140 KB 167/167 KB 656/1192 KB 88/1118 KB 140/140 KB 167/167 KB 656/1192 KB 92/1118 KB 140/140 KB 167/167 KB 656/1192 KB 96/1118 KB 140/140 KB 167/167 KB 656/1192 KB 96/1118 KB 140/140 KB 167/167 KB 660/1192 KB 96/1118 KB 140/140 KB 167/167 KB 664/1192 KB 96/1118 KB 140/140 KB 167/167 KB 668/1192 KB 96/1118 KB 140/140 KB 167/167 KB 672/1192 KB 96/1118 KB 140/140 KB 167/167 KB 676/1192 KB 96/1118 KB 140/140 KB 167/167 KB 680/1192 KB 96/1118 KB 140/140 KB 167/167 KB 684/1192 KB 96/1118 KB 140/140 KB 167/167 KB 688/1192 KB 96/1118 KB 140/140 KB 167/167 KB 692/1192 KB 96/1118 KB 140/140 KB 167/167 KB 696/1192 KB 96/1118 KB 140/140 KB 167/167 KB 700/1192 KB 96/1118 KB 140/140 KB 167/167 KB 704/1192 KB 96/1118 KB 140/140 KB 167/167 KB 708/1192 KB 96/1118 KB 140/140 KB 167/167 KB 712/1192 KB 96/ unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 1118 KB 140/140 KB 167/167 KB 716/1192 KB 100/1118 KB 140/140 KB 167/167 KB 716/1192 KB 104/1118 KB 140/140 KB 167/167 KB 716/1192 KB 108/1118 KB 140/140 KB 167/167 KB 716/1192 KB 112/1118 KB 140/140 KB 167/167 KB 716/1192 KB 112/1118 KB 140/140 KB 167/167 KB 720/1192 KB 112/1118 KB 140/140 KB 167/167 KB 724/1192 KB 112/1118 KB 140/140 KB 167/167 KB 728/1192 KB 112/1118 KB 140/140 KB 167/167 KB 732/1192 KB 112/1118 KB 140/140 KB 167/167 KB 736/1192 KB 112/1118 KB 140/140 KB 167/167 KB 740/1192 KB 112/1118 KB 140/140 KB 167/167 KB 744/1192 KB 112/1118 KB 140/140 KB 167/167 KB 748/1192 KB 112/1118 KB 140/140 KB 167/167 KB 752/1192 KB 116/1118 KB 140/140 KB 167/167 KB 752/1192 KB 120/1118 KB 140/140 KB 167/167 KB 752/1192 KB 124/1118 KB 140/140 KB 167/167 KB 752/1192 KB 128/1118 KB 140/140 KB 167/167 KB 752/1192 KB 128/1118 KB 140/140 KB 167/167 KB 756/1192 KB 128/1118 KB 140/140 KB 167/167 KB 760/1192 KB 128/1118 KB 140/140 KB 167/167 KB 764/1192 KB 128/1118 KB 140/140 KB 167/167 KB 768/1192 KB 128/1118 KB 140/140 KB 167/167 KB 772/1192 KB 128/1118 KB 140/140 KB 167/167 KB 776/1192 KB 132/1118 KB 140/140 KB 167/167 KB 776/1192 KB 136/1118 KB 140/140 KB 167/167 KB 776/1192 KB 140/1118 KB 140/140 KB 167/167 KB 776/1192 KB 144/1118 KB 140/140 KB 167/167 KB 776/1192 KB 144/1118 KB 140/140 KB 167/167 KB 780/1192 KB 144/1118 KB 140/140 KB 167/167 KB 784/1192 KB 144/1118 KB 140/140 KB 167/167 KB 788/1192 KB 144/1118 KB 140/140 KB 167/167 KB 792/1192 KB 144/1118 KB 140/140 KB 167/167 KB 796/1192 KB 144/1118 KB 140/140 KB 167/167 KB 800/1192 KB 144/1118 KB 140/140 KB 167/167 KB 804/1192 KB 144/1118 KB 140/140 KB 167/167 KB 808/1192 KB 144/1118 KB 140/140 KB 167/167 KB 812/1192 KB 144/1118 KB 140/140 KB 167/167 KB 816/1192 KB 148/1118 KB 140/140 KB 167/167 KB 816/1192 KB 152/1118 KB 140/140 KB 167/167 KB 816/1192 KB 156/1118 KB 140/140 KB 167/167 KB 816/1192 KB 160/1118 KB 140/140 KB 167/167 KB 816/1192 KB 160/1118 KB 140/140 KB 167/167 KB 820/1192 KB 160/1118 KB 140/140 KB 167/167 KB 824/1192 KB 160/1118 KB 140/140 KB 167/167 KB 828/1192 KB 160/1118 KB 140/140 KB 167/167 KB 832/1192 KB 160/1118 KB 140/140 KB 167/167 KB 836/1192 KB 160/1118 KB 140/140 KB 167/167 KB 840/1192 KB 160/1118 KB 140/140 KB 167/167 KB 844/1192 KB 160/1118 KB 140/140 KB 167/167 KB 848/1192 KB 160/1118 KB 140/140 KB 167/167 KB 852/1192 KB 164/1118 KB 140/140 KB 167/167 KB 852/1192 KB 168/1118 KB 140/140 KB 167/167 KB 852/1192 KB 172/1118 KB 140/140 KB 167/167 KB 852/1192 KB 176/1118 KB 140/140 KB 167/167 KB 852/1192 KB 176/1118 KB 140/140 KB 167/167 KB 856/1192 KB 176/1118 KB 140/140 KB 167/167 KB 860/1192 KB 176/1118 KB 140/140 KB 167/167 KB 864/1192 KB Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar (140 KB at 76.7 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 180/1118 KB 167/167 KB 3/1461 KB 864/1192 KB 180/1118 KB 167/167 KB 5/1461 KB 864/1192 KB 180/1118 KB 167/167 KB 8/1461 KB 864/1192 KB 180/1118 KB 167/167 KB 11/1461 KB 864/1192 KB 180/1118 KB 167/167 KB 13/1461 KB 864/1192 KB 180/1118 KB 167/167 KB 16/1461 KB 864/1192 KB 180/1118 KB 167/167 KB 864/1192 KB 184/1118 KB 167/167 KB 16/1461 KB 864/1192 KB 188/1118 KB 167/167 KB 16/1461 KB 864/1192 KB 192/1118 KB 167/167 KB 16/1461 KB 864/1192 KB 196/1118 KB 167/167 KB 16/1461 KB 864/1192 KB 200/1118 KB 167/167 KB 19/1461 KB 864/1192 KB 204/1118 KB 167/167 KB 19/1461 KB 864/1192 KB 196/1118 KB 167/167 KB 19/1461 KB 864/1192 KB 204/1118 KB 167/167 KB 21/1461 KB 864/1192 KB 208/1118 KB 167/167 KB 21/1461 KB 864/1192 KB 208/1118 KB 167/167 KB 24/1461 KB 864/1192 KB 208/1118 KB 167/167 KB 27/1461 KB 864/1192 KB 208/1118 KB 167/167 KB 29/1461 KB 864/1192 KB 208/1118 KB 167/167 KB 32/1461 KB 864/1192 KB 212/1118 KB 167/167 KB 32/1461 KB 864/1192 KB 216/1118 KB 167/167 KB 32/1461 KB 864/1192 KB 220/1118 KB 167/167 KB 32/1461 KB 864/1192 KB 224/1118 KB 167/167 KB 32/1461 KB 864/1192 KB 224/1118 KB 167/167 KB 32/1461 KB 868/1192 KB 224/1118 KB 167/167 KB 36/1461 KB 868/1192 KB 224/1118 KB 167/167 KB 40/1461 KB 868/1192 KB 224/1118 KB 167/167 KB 44/1461 KB 868/1192 KB 224/1118 KB 167/167 KB 48/1461 KB 868/1192 KB 224/1118 KB 167/167 KB 48/1461 KB 872/1192 KB 224/1118 KB 167/167 KB 48/1461 KB 876/1192 KB 224/1118 KB 167/167 KB 48/1461 KB 880/1192 KB 228/1118 KB 167/167 KB 48/1461 KB 880/1192 KB 232/1118 KB 167/167 KB 48/1461 KB 880/1192 KB 236/1118 KB 167/167 KB 48/1461 KB 880/1192 KB 240/1118 KB 167/167 KB 48/1461 KB 880/1192 KB 240/1118 KB 167/167 KB 48/1461 KB 884/1192 KB 240/1118 KB 167/167 KB 48/1461 KB 888/1192 KB 240/1118 KB 167/167 KB 52/1461 KB 888/1192 KB 240/1118 KB 167/167 KB 56/1461 KB 888/1192 KB 240/1118 KB 167/167 KB 60/1461 KB 888/1192 KB 240/1118 KB 167/167 KB 64/1461 KB 888/1192 KB 240/1118 KB 167/167 KB 64/1461 KB 892/1192 KB 240/1118 KB 167/167 KB 64/1461 KB 896/1192 KB 240/1118 KB 167/167 KB 64/1461 KB 900/1192 KB 240/1118 KB 167/167 KB 64/1461 KB 904/1192 KB 240/1118 KB 167/167 KB 64/1461 KB 908/1192 KB 240/1118 KB 167/167 KB 64/1461 KB 912/1192 KB 244/1118 KB 167/167 KB 64/1461 KB 912/1192 KB 248/1118 KB 167/167 KB 64/1461 KB 912/1192 KB 252/1118 KB 167/167 KB 64/1461 KB 912/1192 KB 252/1118 KB 167/167 KB 68/1461 KB 912/1192 KB 256/1118 KB 167/167 KB 68/1461 KB 912/1192 KB 256/1118 KB 167/167 KB 72/1461 KB 912/1192 KB 256/1118 KB 167/167 KB 76/1461 KB 912/1192 KB 256/1118 KB 167/167 KB 80/1461 KB 912/1192 KB 256/1118 KB 167/167 KB 80/1461 KB 916/1192 KB 256/1118 KB 167/167 KB 80/1461 KB 920/1192 KB 260/1118 KB 167/167 KB 80/1461 KB 920/1192 KB 264/1118 KB 167/167 KB 80/1461 KB 920/1192 KB 264/1118 KB 167/167 KB 84/1461 KB 920/1192 KB 268/1118 KB 167/167 KB 84/1461 KB 920/1192 KB 272/1118 KB 167/167 KB 84/1461 KB 920/1192 KB 272/1118 KB 167/167 KB 88/1461 KB 920/1192 KB 272/1118 KB 167/167 KB 92/1461 KB 920/1192 KB 276/1118 KB 167/167 KB 96/1461 KB 920/1192 KB 280/1118 KB 167/167 KB 96/1461 KB 920/1192 KB 284/1118 KB 167/167 KB 96/1461 KB 920/1192 KB 288/1118 KB 167/167 KB 96/1461 KB 920/1192 KB 272/1118 KB 167/167 KB 96/1461 KB 920/1192 KB 288/1118 KB 167/167 KB 100/1461 KB 920/1192 KB 292/1118 KB 167/167 KB 104/1461 KB 920/1192 KB 292/1118 KB 167/167 KB 108/1461 KB 920/1192 KB 292/1118 KB 167/167 KB 112/1461 KB 924/1192 KB 292/1118 KB 167/167 KB unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 100/1461 KB 920/1192 KB 296/1118 KB 167/167 KB 112/1461 KB 924/1192 KB 292/1118 KB 167/167 KB 108/1461 KB 924/1192 KB 296/1118 KB 167/167 KB 112/1461 KB 928/1192 KB 300/1118 KB 167/167 KB 112/1461 KB 928/1192 KB 304/1118 KB 167/167 KB 112/1461 KB 928/1192 KB 304/1118 KB 167/167 KB 112/1461 KB 932/1192 KB 308/1118 KB 116/1461 KB 936/1192 KB 308/1118 KB 116/1461 KB 940/1192 KB 308/1118 KB 116/1461 KB 932/1192 KB 308/1118 KB 4/37 KB 120/1461 KB 940/1192 KB 308/1118 KB 112/1461 KB 932/1192 KB 308/1118 KB 4/37 KB 124/1461 KB 940/1192 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar (167 KB at 89.7 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 308/1118 KB 4/37 KB 116/1461 KB 940/1192 KB 308/1118 KB 8/37 KB 124/1461 KB 940/1192 KB 308/1118 KB 12/37 KB 124/1461 KB 940/1192 KB 308/1118 KB 16/37 KB 124/1461 KB 940/1192 KB 308/1118 KB 20/37 KB 124/1461 KB 940/1192 KB 308/1118 KB 24/37 KB 124/1461 KB 940/1192 KB 308/1118 KB 28/37 KB 124/1461 KB 940/1192 KB 308/1118 KB 32/37 KB 124/1461 KB 940/1192 KB 308/1118 KB 36/37 KB 124/1461 KB 940/1192 KB 308/1118 KB 37/37 KB 124/1461 KB 940/1192 KB 308/1118 KB 37/37 KB 128/1461 KB 940/1192 KB 312/1118 KB 37/37 KB 128/1461 KB 944/1192 KB 312/1118 KB 37/37 KB 128/1461 KB 940/1192 KB 316/1118 KB 37/37 KB 128/1461 KB 944/1192 KB 320/1118 KB 37/37 KB 128/1461 KB 944/1192 KB 320/1118 KB 37/37 KB 128/1461 KB 948/1192 KB 324/1118 KB 37/37 KB 132/1461 KB 952/1192 KB 324/1118 KB 37/37 KB 132/1461 KB 956/1192 KB 324/1118 KB 37/37 KB 132/1461 KB 960/1192 KB 324/1118 KB 37/37 KB 132/1461 KB 948/1192 KB 320/1118 KB 37/37 KB 132/1461 KB 948/1192 KB 324/1118 KB 37/37 KB 136/1461 KB 960/1192 KB 324/1118 KB 37/37 KB 140/1461 KB 960/1192 KB 324/1118 KB 37/37 KB 144/1461 KB 960/1192 KB 328/1118 KB 37/37 KB 144/1461 KB 960/1192 KB 332/1118 KB 37/37 KB 144/1461 KB 960/1192 KB 336/1118 KB 37/37 KB 144/1461 KB 960/1192 KB 336/1118 KB 37/37 KB 144/1461 KB 4/46 KB 960/1192 KB 336/1118 KB 37/37 KB 144/1461 KB 8/46 KB 960/1192 KB 336/1118 KB 37/37 KB 144/1461 KB 12/46 KB 960/1192 KB 336/1118 KB 37/37 KB 144/1461 KB 16/46 KB 960/1192 KB 336/1118 KB 37/37 KB 144/1461 KB 20/46 KB 960/1192 KB 336/1118 KB 37/37 KB 144/1461 KB 24/46 KB 960/1192 KB 336/1118 KB 37/37 KB 144/1461 KB 28/46 KB 960/1192 KB 336/1118 KB 37/37 KB 144/1461 KB 32/46 KB 960/1192 KB 336/1118 KB 37/37 KB 144/1461 KB 36/46 KB 960/1192 KB 336/1118 KB 37/37 KB 144/1461 KB 40/46 KB 960/1192 KB 336/1118 KB 37/37 KB 144/1461 KB 44/46 KB 960/1192 KB 336/1118 KB 37/37 KB 144/1461 KB 46/46 KB 960/1192 KB 340/1118 KB 37/37 KB 144/1461 KB 46/46 KB 960/1192 KB 344/1118 KB 37/37 KB 148/1461 KB 46/46 KB 964/1192 KB 348/1118 KB 37/37 KB 148/1461 KB 46/46 KB 964/1192 KB 352/1118 KB 37/37 KB 148/1461 KB 46/46 KB 964/1192 KB 340/1118 KB 37/37 KB 148/1461 KB 46/46 KB 964/1192 KB 352/1118 KB 37/37 KB 148/1461 KB 46/46 KB 968/1192 KB 340/1118 KB 37/37 KB 148/1461 KB 46/46 KB 960/1192 KB 352/1118 KB 37/37 KB 148/1461 KB 46/46 KB 972/1192 KB 352/1118 KB 37/37 KB 152/1461 KB 46/46 KB 976/1192 KB 352/1118 KB 37/37 KB 152/1461 KB 46/46 KB 972/1192 KB 352/1118 KB 37/37 KB 156/1461 KB 46/46 KB 976/1192 KB 352/1118 KB 37/37 KB 160/1461 KB 46/46 KB 976/1192 KB 352/1118 KB 37/37 KB 164/1461 KB 46/46 KB 976/1192 KB 356/1118 KB 37/37 KB 168/1461 KB 46/46 KB 980/1192 KB 356/1118 KB 37/37 KB 172/1461 KB 46/46 KB 980/1192 KB 356/1118 KB 37/37 KB 176/1461 KB 46/46 KB 980/1192 KB 356/1118 KB 37/37 KB 164/1461 KB 46/46 KB 980/1192 KB 352/1118 KB 37/37 KB 164/1461 KB 46/46 KB 980/1192 KB 356/1118 KB 37/37 KB 176/1461 KB 46/46 KB 984/1192 KB 356/1118 KB 37/37 KB 176/1461 KB 46/46 KB 988/1192 KB 356/1118 KB 37/37 KB 176/1461 KB 46/46 KB 992/1192 KB 360/1118 KB 37/37 KB 176/1461 KB 46/46 KB 992/1192 KB 364/1118 KB 37/37 KB 176/1461 KB 46/46 KB 992/1192 KB 368/1118 KB 37/37 KB 176/1461 KB 46/46 KB 992/1192 KB 368/1118 KB 37/37 KB 176/1461 KB 46/46 KB 996/1192 KB 372/1118 KB 37/37 KB 180/1461 KB 46/46 KB 1000/1192 KB 372/1118 KB 37/37 KB 180/1461 KB 46/46 KB 1004/1192 KB 372/1118 KB 37/37 KB 180/1461 KB 46/46 KB 1008/1192 KB 372/1118 KB 37/37 KB 180/1461 KB unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 46/46 KB 996/1192 KB 376/1118 KB 37/37 KB 180/1461 KB 46/46 KB 1008/1192 KB 380/1118 KB 37/37 KB 180/1461 KB 46/46 KB 1008/1192 KB 384/1118 KB 37/37 KB 180/1461 KB 46/46 KB 1008/1192 KB 368/1118 KB 37/37 KB 180/1461 KB 46/46 KB 996/1192 KB 384/1118 KB 37/37 KB 184/1461 KB 46/46 KB 1008/1192 KB 384/1118 KB 37/37 KB 188/1461 KB 46/46 KB 1008/1192 KB 384/1118 KB 37/37 KB 192/1461 KB 46/46 KB 1008/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar (46 KB at 24.1 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 384/1118 KB 37/37 KB 192/1461 KB 1012/1192 KB 388/1118 KB 37/37 KB 196/1461 KB 1016/1192 KB 388/1118 KB 37/37 KB 196/1461 KB 1020/1192 KB 388/1118 KB 37/37 KB 196/1461 KB 1024/1192 KB 388/1118 KB 37/37 KB 196/1461 KB 1012/1192 KB 388/1118 KB 37/37 KB 200/1461 KB 1024/1192 KB 388/1118 KB 37/37 KB 204/1461 KB 1024/1192 KB 388/1118 KB 37/37 KB 208/1461 KB 1024/1192 KB 388/1118 KB 37/37 KB 192/1461 KB 1012/1192 KB 392/1118 KB 37/37 KB 208/1461 KB 1024/1192 KB 396/1118 KB 37/37 KB 208/1461 KB 1024/1192 KB 400/1118 KB 212/1461 KB 1024/1192 KB 404/1118 KB 212/1461 KB 1024/1192 KB 408/1118 KB 212/1461 KB 4/287 KB 1028/1192 KB 412/1118 KB 212/1461 KB 4/287 KB 1028/1192 KB 416/1118 KB 212/1461 KB 4/287 KB 1028/1192 KB 396/1118 KB 212/1461 KB 1024/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar (37 KB at 19.6 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 404/1118 KB 212/1461 KB 4/287 KB 1028/1192 KB 416/1118 KB 212/1461 KB 4/287 KB 1032/1192 KB 404/1118 KB 212/1461 KB 4/287 KB 1024/1192 KB 416/1118 KB 216/1461 KB 8/287 KB 1032/1192 KB 416/1118 KB 216/1461 KB 12/287 KB 1032/1192 KB 416/1118 KB 216/1461 KB 16/287 KB 1032/1192 KB 416/1118 KB 216/1461 KB 4/287 KB 1032/1192 KB 416/1118 KB 216/1461 KB 16/287 KB 1036/1192 KB 416/1118 KB 216/1461 KB 16/287 KB 1040/1192 KB 416/1118 KB 220/1461 KB 16/287 KB 1040/1192 KB 416/1118 KB 224/1461 KB 16/287 KB 1040/1192 KB 416/1118 KB 224/1461 KB 16/287 KB 1044/1192 KB 416/1118 KB 228/1461 KB 20/287 KB 1048/1192 KB 416/1118 KB 228/1461 KB 20/287 KB 1052/1192 KB 416/1118 KB 228/1461 KB 20/287 KB 1056/1192 KB 416/1118 KB 228/1461 KB 20/287 KB 1044/1192 KB 416/1118 KB 224/1461 KB 20/287 KB 1044/1192 KB 416/1118 KB 228/1461 KB 24/287 KB 1056/1192 KB 416/1118 KB 228/1461 KB 28/287 KB 1056/1192 KB 416/1118 KB 232/1461 KB 28/287 KB 1056/1192 KB 416/1118 KB 232/1461 KB 32/287 KB 1056/1192 KB 416/1118 KB 236/1461 KB 32/287 KB 1056/1192 KB 416/1118 KB 240/1461 KB 32/287 KB 1056/1192 KB 420/1118 KB 240/1461 KB 32/287 KB 1056/1192 KB 424/1118 KB 240/1461 KB 32/287 KB 1056/1192 KB 428/1118 KB 244/1461 KB 32/287 KB 1056/1192 KB 432/1118 KB 244/1461 KB 32/287 KB 1056/1192 KB 436/1118 KB 244/1461 KB 32/287 KB 1056/1192 KB 440/1118 KB 244/1461 KB 36/287 KB 1060/1192 KB 444/1118 KB 244/1461 KB 36/287 KB 1060/1192 KB 448/1118 KB 244/1461 KB 36/287 KB 1060/1192 KB 424/1118 KB 244/1461 KB 32/287 KB 1056/1192 KB 436/1118 KB 244/1461 KB 36/287 KB 1060/1192 KB 436/1118 KB 244/1461 KB 36/287 KB 1056/1192 KB 448/1118 KB 248/1461 KB 40/287 KB 1060/1192 KB 448/1118 KB 248/1461 KB 44/287 KB 1060/1192 KB 448/1118 KB 248/1461 KB 48/287 KB 1060/1192 KB 448/1118 KB 248/1461 KB 36/287 KB 1060/1192 KB 448/1118 KB 252/1461 KB 48/287 KB 1064/1192 KB 448/1118 KB 248/1461 KB 48/287 KB 1064/1192 KB 448/1118 KB 256/1461 KB 48/287 KB 1068/1192 KB 448/1118 KB 256/1461 KB 48/287 KB 1072/1192 KB 448/1118 KB 256/1461 KB 48/287 KB 1064/1192 KB 448/1118 KB 256/1461 KB 52/287 KB 1072/1192 KB 448/1118 KB 260/1461 KB 56/287 KB 1076/1192 KB 448/1118 KB 260/1461 KB 60/287 KB 1076/1192 KB 448/1118 KB 260/1461 KB 64/287 KB 1076/1192 KB 448/1118 KB 260/1461 KB 68/287 KB 1076/1192 KB 452/1118 KB 260/1461 KB 72/287 KB 1076/1192 KB 452/1118 KB 260/1461 KB 76/287 KB 1076/1192 KB 452/1118 KB 260/1461 KB 80/287 KB 1076/1192 KB 448/1118 KB 260/1461 KB 52/287 KB 1076/1192 KB 448/1118 KB 256/1461 KB 52/287 KB 1076/1192 KB 452/1118 KB 264/1461 KB 80/287 KB 1076/1192 KB 452/1118 KB 268/1461 KB 80/287 KB 1080/1192 KB 452/1118 KB 272/1461 KB 80/287 KB 1080/1192 KB 452/1118 KB 260/1461 KB 68/287 KB 1076/1192 KB 452/1118 KB 264/1461 KB 80/287 KB 1080/1192 KB 452/1118 KB 272/1461 KB 80/287 KB 1084/1192 KB 452/1118 KB 272/1461 KB 80/287 KB 1088/1192 KB 456/1118 KB 272/1461 KB 80/287 KB 1088/1192 KB 460/1118 KB 272/1461 KB 80/287 KB 1088/1192 KB 464/1118 KB 272/1461 KB 80/287 KB 1088/1192 KB 468/1118 KB 272/1461 KB 80/287 KB 1088/1192 KB 472/1118 KB 276/1461 KB 84/287 KB 1092/1192 KB 476/1118 KB 276/1461 KB 84/287 KB 1092/1192 KB 468/1118 KB 276/1461 KB 84/287 KB 1092/1192 KB 468/1118 KB 276/1461 KB 80/287 KB 1092/1192 KB 468/1118 KB 272/1461 KB 80/287 KB 1092/1192 KB 480/1118 KB 276/1461 KB 84/287 KB 1096/1192 KB 480/1118 KB 280/1461 KB 84/287 KB 1096/1192 KB 480/1118 KB 280/1461 KB 84/287 KB 1100/1192 KB 480/1118 KB 284/1461 KB 84/287 KB 1104/1192 KB 480/1118 KB unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 284/1461 KB 84/287 KB 1108/1192 KB 480/1118 KB 276/1461 KB 84/287 KB 1092/1192 KB 480/1118 KB 284/1461 KB 88/287 KB 1108/1192 KB 480/1118 KB 284/1461 KB 84/287 KB 1100/1192 KB 480/1118 KB 288/1461 KB 88/287 KB 1108/1192 KB 480/1118 KB 292/1461 KB 88/287 KB 1108/1192 KB 484/1118 KB 296/1461 KB 92/287 KB 1112/1192 KB 484/1118 KB 300/1461 KB 92/287 KB 1112/1192 KB 484/1118 KB 304/1461 KB 92/287 KB 1112/1192 KB 484/1118 KB 292/1461 KB 92/287 KB 1112/1192 KB 484/1118 KB 304/1461 KB 92/287 KB 1116/1192 KB 480/1118 KB 292/1461 KB 92/287 KB 1108/1192 KB 484/1118 KB 304/1461 KB 96/287 KB 1116/1192 KB 484/1118 KB 304/1461 KB 96/287 KB 1120/1192 KB 484/1118 KB 292/1461 KB 92/287 KB 1108/1192 KB 488/1118 KB 304/1461 KB 100/287 KB 1120/1192 KB 492/1118 KB 304/1461 KB 100/287 KB 1124/1192 KB 496/1118 KB 304/1461 KB 100/287 KB 1124/1192 KB 500/1118 KB 304/1461 KB 100/287 KB 1124/1192 KB 484/1118 KB 304/1461 KB 100/287 KB 1120/1192 KB 500/1118 KB 308/1461 KB 104/287 KB 1124/1192 KB 500/1118 KB 308/1461 KB 108/287 KB 1124/1192 KB 500/1118 KB 308/1461 KB 112/287 KB 1124/1192 KB 500/1118 KB 308/1461 KB 100/287 KB 1124/1192 KB 488/1118 KB 304/1461 KB 100/287 KB 1124/1192 KB 500/1118 KB 308/1461 KB 112/287 KB 1128/1192 KB 500/1118 KB 312/1461 KB 112/287 KB 1132/1192 KB 500/1118 KB 312/1461 KB 112/287 KB 1132/1192 KB 500/1118 KB 316/1461 KB 112/287 KB 1132/1192 KB 500/1118 KB 316/1461 KB 112/287 KB 1136/1192 KB 500/1118 KB 320/1461 KB 112/287 KB 1136/1192 KB 500/1118 KB 320/1461 KB 112/287 KB 1140/1192 KB 504/1118 KB 324/1461 KB 116/287 KB 1144/1192 KB 504/1118 KB 324/1461 KB 116/287 KB 1148/1192 KB 504/1118 KB 324/1461 KB 116/287 KB 1152/1192 KB 504/1118 KB 324/1461 KB 116/287 KB 1140/1192 KB 504/1118 KB 324/1461 KB 120/287 KB 1152/1192 KB 504/1118 KB 324/1461 KB 124/287 KB 1152/1192 KB 504/1118 KB 324/1461 KB 128/287 KB 1152/1192 KB 504/1118 KB 324/1461 KB 112/287 KB 1140/1192 KB 504/1118 KB 320/1461 KB 112/287 KB 1140/1192 KB 508/1118 KB 324/1461 KB 128/287 KB 1152/1192 KB 512/1118 KB 324/1461 KB 128/287 KB 1152/1192 KB 516/1118 KB 324/1461 KB 128/287 KB 1152/1192 KB 520/1118 KB 328/1461 KB 128/287 KB 1152/1192 KB 524/1118 KB 328/1461 KB 128/287 KB 1156/1192 KB 528/1118 KB 328/1461 KB 128/287 KB 1156/1192 KB 516/1118 KB 328/1461 KB 128/287 KB 1152/1192 KB 528/1118 KB 332/1461 KB 128/287 KB 1156/1192 KB 528/1118 KB 336/1461 KB 128/287 KB 1156/1192 KB 528/1118 KB 340/1461 KB 128/287 KB 1156/1192 KB 532/1118 KB 344/1461 KB 132/287 KB 1156/1192 KB 532/1118 KB 348/1461 KB 132/287 KB 1156/1192 KB 532/1118 KB 352/1461 KB 132/287 KB 1156/1192 KB 520/1118 KB 328/1461 KB 128/287 KB 1156/1192 KB 532/1118 KB 352/1461 KB 132/287 KB 1160/1192 KB 532/1118 KB 352/1461 KB 132/287 KB 1164/1192 KB 532/1118 KB 352/1461 KB 132/287 KB 1168/1192 KB 532/1118 KB 340/1461 KB 132/287 KB 1156/1192 KB 536/1118 KB 352/1461 KB 132/287 KB 1168/1192 KB 540/1118 KB 352/1461 KB 132/287 KB 1168/1192 KB 544/1118 KB 352/1461 KB 132/287 KB 1168/1192 KB 528/1118 KB 340/1461 KB 132/287 KB 1156/1192 KB 544/1118 KB 352/1461 KB 136/287 KB 1168/1192 KB 544/1118 KB 352/1461 KB 140/287 KB 1168/1192 KB 544/1118 KB 352/1461 KB 144/287 KB 1168/1192 KB 544/1118 KB 352/1461 KB 148/287 KB 1168/1192 KB 548/1118 KB 356/1461 KB 152/287 KB 1172/1192 KB 548/1118 KB 356/1461 KB 156/287 KB 1172/1192 KB 548/1118 KB 356/1461 KB 160/287 KB 1172/1192 KB 548/1118 KB 356/1461 KB 148/287 KB 1172/1192 KB 548/1118 KB 360/1461 KB 160/287 KB 1172/1192 KB 548/1118 KB 364/14 unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 61 KB 160/287 KB 1172/1192 KB 548/1118 KB 368/1461 KB 160/287 KB 1172/1192 KB 548/1118 KB 352/1461 KB 148/287 KB 1172/1192 KB 552/1118 KB 368/1461 KB 160/287 KB 1172/1192 KB 556/1118 KB 368/1461 KB 160/287 KB 1172/1192 KB 560/1118 KB 368/1461 KB 160/287 KB 1172/1192 KB 564/1118 KB 368/1461 KB 160/287 KB 1172/1192 KB 568/1118 KB 372/1461 KB 164/287 KB 1172/1192 KB 544/1118 KB 352/1461 KB 148/287 KB 1172/1192 KB 568/1118 KB 372/1461 KB 164/287 KB 1176/1192 KB 568/1118 KB 372/1461 KB 164/287 KB 1180/1192 KB 568/1118 KB 372/1461 KB 164/287 KB 1184/1192 KB 568/1118 KB 372/1461 KB 164/287 KB 1188/1192 KB 568/1118 KB 372/1461 KB 164/287 KB 1192/1192 KB 568/1118 KB 372/1461 KB 164/287 KB 1192/1192 KB 564/1118 KB 372/1461 KB 164/287 KB 1172/1192 KB 568/1118 KB 376/1461 KB 164/287 KB 1192/1192 KB 564/1118 KB 368/1461 KB 164/287 KB 1172/1192 KB 568/1118 KB 376/1461 KB 168/287 KB 1192/1192 KB 568/1118 KB 376/1461 KB 172/287 KB 1192/1192 KB 568/1118 KB 376/1461 KB 176/287 KB 1192/1192 KB 568/1118 KB 380/1461 KB 176/287 KB 1192/1192 KB 568/1118 KB 384/1461 KB 176/287 KB 1192/1192 KB 572/1118 KB 384/1461 KB 176/287 KB 1192/1192 KB 576/1118 KB 384/1461 KB 176/287 KB 1192/1192 KB 580/1118 KB 384/1461 KB 176/287 KB 1192/1192 KB 584/1118 KB 388/1461 KB 180/287 KB 1192/1192 KB 588/1118 KB 388/1461 KB 180/287 KB 1192/1192 KB 592/1118 KB 388/1461 KB 180/287 KB 1192/1192 KB 580/1118 KB 388/1461 KB 180/287 KB 1192/1192 KB 592/1118 KB 388/1461 KB 184/287 KB 1192/1192 KB 592/1118 KB 388/1461 KB 188/287 KB 1192/1192 KB 580/1118 KB 388/1461 KB 176/287 KB 1192/1192 KB 592/1118 KB 388/1461 KB 192/287 KB 1192/1192 KB 592/1118 KB 392/1461 KB 192/287 KB 1192/1192 KB 592/1118 KB 396/1461 KB 192/287 KB 1192/1192 KB 592/1118 KB 400/1461 KB 192/287 KB 1192/1192 KB 592/1118 KB 404/1461 KB 192/287 KB 1192/1192 KB 592/1118 KB 408/1461 KB 196/287 KB 1192/1192 KB 592/1118 KB 412/1461 KB 196/287 KB 1192/1192 KB 592/1118 KB 404/1461 KB 196/287 KB 1192/1192 KB 596/1118 KB 412/1461 KB 200/287 KB 1192/1192 KB 596/1118 KB 412/1461 KB 204/287 KB 1192/1192 KB 596/1118 KB 412/1461 KB 208/287 KB 1192/1192 KB 596/1118 KB 412/1461 KB 196/287 KB 1192/1192 KB 600/1118 KB 412/1461 KB 208/287 KB 1192/1192 KB 604/1118 KB 416/1461 KB 208/287 KB 1192/1192 KB 608/1118 KB 416/1461 KB 208/287 KB 1192/1192 KB 600/1118 KB 416/1461 KB 208/287 KB 1192/1192 KB 608/1118 KB 416/1461 KB 212/287 KB 1192/1192 KB 612/1118 KB 420/1461 KB 216/287 KB 1192/1192 KB 612/1118 KB 420/1461 KB 220/287 KB 1192/1192 KB 612/1118 KB 420/1461 KB 224/287 KB 1192/1192 KB 612/1118 KB 420/1461 KB 212/287 KB 1192/1192 KB 608/1118 KB 420/1461 KB 212/287 KB 1192/1192 KB 612/1118 KB 424/1461 KB 224/287 KB 1192/1192 KB 612/1118 KB 428/1461 KB 224/287 KB 1192/1192 KB 612/1118 KB 432/1461 KB 224/287 KB 1192/1192 KB 616/1118 KB 432/1461 KB 224/287 KB 1192/1192 KB 620/1118 KB 432/1461 KB 224/287 KB 1192/1192 KB 624/1118 KB 432/1461 KB 224/287 KB 1192/1192 KB 624/1118 KB 432/1461 KB 228/287 KB 1192/1192 KB 628/1118 KB 432/1461 KB 232/287 KB 1192/1192 KB 628/1118 KB 436/1461 KB 236/287 KB 1192/1192 KB 628/1118 KB 436/1461 KB 240/287 KB 1192/1192 KB 628/1118 KB 432/1461 KB 228/287 KB 1192/1192 KB 628/1118 KB 436/1461 KB 232/287 KB 1192/1192 KB 628/1118 KB 440/1461 KB 240/287 KB 1192/1192 KB 628/1118 KB 444/1461 KB 240/287 KB 1192/1192 KB 628/1118 KB 448/1461 KB 240/287 KB 1192/1192 KB 632/1118 KB 448/1461 KB 240/287 KB 1192/1192 KB 636/1118 KB 448/1461 KB 240/287 KB 1192/1192 KB 640/1118 KB unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 448/1461 KB 240/287 KB 1192/1192 KB 640/1118 KB 452/1461 KB 240/287 KB 1192/1192 KB 644/1118 KB 456/1461 KB 244/287 KB 1192/1192 KB 644/1118 KB 452/1461 KB 244/287 KB 1192/1192 KB 644/1118 KB 456/1461 KB 248/287 KB 1192/1192 KB 644/1118 KB 456/1461 KB 252/287 KB 1192/1192 KB 644/1118 KB 456/1461 KB 256/287 KB 1192/1192 KB 644/1118 KB 452/1461 KB 240/287 KB 1192/1192 KB 648/1118 KB 456/1461 KB 256/287 KB 1192/1192 KB 648/1118 KB 460/1461 KB 256/287 KB 1192/1192 KB 652/1118 KB 464/1461 KB 256/287 KB 1192/1192 KB 652/1118 KB 460/1461 KB 256/287 KB 1192/1192 KB 656/1118 KB 464/1461 KB 256/287 KB 1192/1192 KB 656/1118 KB 464/1461 KB 260/287 KB 1192/1192 KB 656/1118 KB 464/1461 KB 264/287 KB 1192/1192 KB 656/1118 KB 464/1461 KB 268/287 KB 1192/1192 KB 656/1118 KB 464/1461 KB 272/287 KB 1192/1192 KB 660/1118 KB 468/1461 KB 272/287 KB 1192/1192 KB 664/1118 KB 468/1461 KB 272/287 KB 1192/1192 KB 668/1118 KB 468/1461 KB 272/287 KB 1192/1192 KB 672/1118 KB 468/1461 KB 272/287 KB 1192/1192 KB 656/1118 KB 468/1461 KB 272/287 KB 1192/1192 KB 672/1118 KB 472/1461 KB 272/287 KB 1192/1192 KB 672/1118 KB 476/1461 KB 272/287 KB 1192/1192 KB 672/1118 KB 480/1461 KB 272/287 KB 1192/1192 KB 672/1118 KB 484/1461 KB 272/287 KB 1192/1192 KB 676/1118 KB 488/1461 KB 276/287 KB 1192/1192 KB 676/1118 KB 492/1461 KB 276/287 KB 1192/1192 KB 676/1118 KB 496/1461 KB 276/287 KB 1192/1192 KB 676/1118 KB 484/1461 KB 276/287 KB 1192/1192 KB 672/1118 KB 484/1461 KB 276/287 KB 1192/1192 KB 676/1118 KB 496/1461 KB 280/287 KB 1192/1192 KB 676/1118 KB 496/1461 KB 284/287 KB 1192/1192 KB 676/1118 KB 496/1461 KB 287/287 KB 1192/1192 KB 680/1118 KB 496/1461 KB 287/287 KB 1192/1192 KB 684/1118 KB 496/1461 KB 287/287 KB 1192/1192 KB 688/1118 KB 496/1461 KB 287/287 KB 1192/1192 KB 688/1118 KB 500/1461 KB 287/287 KB 1192/1192 KB 692/1118 KB 504/1461 KB 287/287 KB 1192/1192 KB 692/1118 KB 508/1461 KB 287/287 KB 1192/1192 KB 692/1118 KB 512/1461 KB 287/287 KB 1192/1192 KB 692/1118 KB 500/1461 KB 287/287 KB 1192/1192 KB 696/1118 KB 512/1461 KB 287/287 KB 1192/1192 KB 700/1118 KB 512/1461 KB 287/287 KB 1192/1192 KB 704/1118 KB 512/1461 KB 287/287 KB 1192/1192 KB 708/1118 KB 512/1461 KB 287/287 KB 1192/1192 KB 712/1118 KB 516/1461 KB 287/287 KB 1192/1192 KB 716/1118 KB 516/1461 KB 287/287 KB 1192/1192 KB 720/1118 KB 516/1461 KB 287/287 KB 1192/1192 KB 708/1118 KB 516/1461 KB 287/287 KB 1192/1192 KB 720/1118 KB 520/1461 KB 287/287 KB 1192/1192 KB 720/1118 KB 524/1461 KB 287/287 KB 1192/1192 KB 720/1118 KB 528/1461 KB 287/287 KB 1192/1192 KB 724/1118 KB 528/1461 KB 287/287 KB 1192/1192 KB 728/1118 KB 532/1461 KB 287/287 KB 1192/1192 KB 732/1118 KB 532/1461 KB 287/287 KB 1192/1192 KB 736/1118 KB 532/1461 KB 287/287 KB 1192/1192 KB 724/1118 KB 532/1461 KB 287/287 KB 1192/1192 KB 736/1118 KB 536/1461 KB 287/287 KB 1192/1192 KB 736/1118 KB 540/1461 KB 287/287 KB 1192/1192 KB 736/1118 KB 544/1461 KB 287/287 KB 1192/1192 KB 736/1118 KB 548/1461 KB 287/287 KB 1192/1192 KB 740/1118 KB 552/1461 KB 287/287 KB 1192/1192 KB 740/1118 KB 548/1461 KB 287/287 KB 1192/1192 KB 740/1118 KB 556/1461 KB 287/287 KB 1192/1192 KB 744/1118 KB 556/1461 KB 287/287 KB 1192/1192 KB 744/1118 KB 560/1461 KB 287/287 KB 1192/1192 KB 748/1118 KB 560/1461 KB 287/287 KB 1192/1192 KB 752/1118 KB 560/1461 KB 287/287 KB 1192/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar (287 KB at 147.4 KB/sec) unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 756/1118 KB 560/1461 KB 1192/1192 KB 760/1118 KB 564/1461 KB 1192/1192 KB 764/1118 KB 564/1461 KB 1192/1192 KB 768/1118 KB 564/1461 KB 1192/1192 KB 756/1118 KB 564/1461 KB 1192/1192 KB 768/1118 KB 568/1461 KB 1192/1192 KB 768/1118 KB 572/1461 KB 1192/1192 KB 768/1118 KB 576/1461 KB 1192/1192 KB 768/1118 KB 580/1461 KB 1192/1192 KB 772/1118 KB 584/1461 KB 1192/1192 KB 772/1118 KB 588/1461 KB 1192/1192 KB 772/1118 KB 592/1461 KB 1192/1192 KB 772/1118 KB 580/1461 KB 1192/1192 KB 776/1118 KB 592/1461 KB 1192/1192 KB 780/1118 KB 592/1461 KB 1192/1192 KB 784/1118 KB 592/1461 KB 1192/1192 KB 788/1118 KB 592/1461 KB 1192/1192 KB 792/1118 KB 596/1461 KB 1192/1192 KB 796/1118 KB 596/1461 KB 1192/1192 KB 800/1118 KB 596/1461 KB 1192/1192 KB 788/1118 KB 596/1461 KB 1192/1192 KB 800/1118 KB 600/1461 KB 1192/1192 KB 800/1118 KB 604/1461 KB 1192/1192 KB 800/1118 KB 608/1461 KB 1192/1192 KB 804/1118 KB 608/1461 KB 1192/1192 KB 808/1118 KB 612/1461 KB 1192/1192 KB 812/1118 KB 612/1461 KB 1192/1192 KB 816/1118 KB 612/1461 KB 1192/1192 KB 804/1118 KB 612/1461 KB 1192/1192 KB 816/1118 KB 616/1461 KB 1192/1192 KB 816/1118 KB 620/1461 KB 1192/1192 KB 816/1118 KB 624/1461 KB 1192/1192 KB 816/1118 KB 628/1461 KB 1192/1192 KB 820/1118 KB 632/1461 KB 1192/1192 KB 820/1118 KB 636/1461 KB 1192/1192 KB 820/1118 KB 628/1461 KB 1192/1192 KB 824/1118 KB 636/1461 KB 1192/1192 KB 828/1118 KB 636/1461 KB 1192/1192 KB 832/1118 KB 636/1461 KB 1192/1192 KB 832/1118 KB 640/1461 KB 1192/1192 KB 832/1118 KB 644/1461 KB 1192/1192 KB 832/1118 KB 648/1461 KB 1192/1192 KB 832/1118 KB 652/1461 KB 1192/1192 KB 832/1118 KB 656/1461 KB 1192/1192 KB 832/1118 KB 660/1461 KB 1192/1192 KB 836/1118 KB 664/1461 KB 1192/1192 KB 836/1118 KB 668/1461 KB 1192/1192 KB 836/1118 KB 672/1461 KB 1192/1192 KB 836/1118 KB 660/1461 KB 1192/1192 KB 840/1118 KB 672/1461 KB 1192/1192 KB 844/1118 KB 672/1461 KB 1192/1192 KB 848/1118 KB 672/1461 KB 1192/1192 KB 848/1118 KB 676/1461 KB 1192/1192 KB 848/1118 KB 680/1461 KB 1192/1192 KB 848/1118 KB 684/1461 KB 1192/1192 KB 848/1118 KB 688/1461 KB 1192/1192 KB 848/1118 KB 692/1461 KB 1192/1192 KB 848/1118 KB 696/1461 KB 1192/1192 KB 848/1118 KB 700/1461 KB 1192/1192 KB 848/1118 KB 704/1461 KB 1192/1192 KB 852/1118 KB 704/1461 KB 1192/1192 KB 856/1118 KB 704/1461 KB 1192/1192 KB 860/1118 KB 704/1461 KB 1192/1192 KB 864/1118 KB 704/1461 KB 1192/1192 KB 864/1118 KB 708/1461 KB 1192/1192 KB 864/1118 KB 712/1461 KB 1192/1192 KB 864/1118 KB 716/1461 KB 1192/1192 KB 864/1118 KB 720/1461 KB 1192/1192 KB 868/1118 KB 720/1461 KB 1192/1192 KB 872/1118 KB 720/1461 KB 1192/1192 KB 876/1118 KB 720/1461 KB 1192/1192 KB 880/1118 KB 720/1461 KB 1192/1192 KB 880/1118 KB 724/1461 KB 1192/1192 KB 880/1118 KB 728/1461 KB 1192/1192 KB 880/1118 KB 732/1461 KB 1192/1192 KB 880/1118 KB 736/1461 KB 1192/1192 KB 884/1118 KB 736/1461 KB 1192/1192 KB 888/1118 KB 736/1461 KB 1192/1192 KB 892/1118 KB 736/1461 KB 1192/1192 KB 896/1118 KB 736/1461 KB 1192/1192 KB 900/1118 KB 736/1461 KB 1192/1192 KB 904/1118 KB 736/1461 KB 1192/1192 KB 908/1118 KB 736/1461 KB 1192/1192 KB 912/1118 KB 736/1461 KB 1192/1192 KB 912/1118 KB 740/1461 KB 1192/1192 KB 912/1118 KB 744/1461 KB 1192/1192 KB 912/1118 KB 748/1461 KB 1192/1192 KB 912/1118 KB 752/1461 KB 1192/1192 KB 916/1118 KB 752/1461 KB 1192/1192 KB 920/1118 KB 752/1461 KB 1192/1192 KB 924/1118 KB 752/1461 KB 1192/1192 KB 928/1118 KB 752/1461 KB 1192/1192 KB 928/1118 KB 756/1461 KB 1192/11 unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 92 KB 928/1118 KB 760/1461 KB 1192/1192 KB 928/1118 KB 764/1461 KB 1192/1192 KB 928/1118 KB 768/1461 KB 1192/1192 KB 928/1118 KB 772/1461 KB 1192/1192 KB 932/1118 KB 772/1461 KB 1192/1192 KB 936/1118 KB 772/1461 KB 1192/1192 KB 940/1118 KB 772/1461 KB 1192/1192 KB 944/1118 KB 772/1461 KB 1192/1192 KB 944/1118 KB 776/1461 KB 1192/1192 KB 944/1118 KB 780/1461 KB 1192/1192 KB 944/1118 KB 784/1461 KB 1192/1192 KB 948/1118 KB 784/1461 KB 1192/1192 KB 952/1118 KB 784/1461 KB 1192/1192 KB 956/1118 KB 784/1461 KB 1192/1192 KB 960/1118 KB 784/1461 KB 1192/1192 KB 960/1118 KB 788/1461 KB 1192/1192 KB 960/1118 KB 792/1461 KB 1192/1192 KB 960/1118 KB 796/1461 KB 1192/1192 KB 960/1118 KB 800/1461 KB 1192/1192 KB 960/1118 KB 804/1461 KB 1192/1192 KB 960/1118 KB 808/1461 KB 1192/1192 KB 960/1118 KB 812/1461 KB 1192/1192 KB 960/1118 KB 816/1461 KB 1192/1192 KB 964/1118 KB 816/1461 KB 1192/1192 KB 968/1118 KB 816/1461 KB 1192/1192 KB 972/1118 KB 816/1461 KB 1192/1192 KB 976/1118 KB 816/1461 KB 1192/1192 KB 976/1118 KB 820/1461 KB 1192/1192 KB 976/1118 KB 824/1461 KB 1192/1192 KB 976/1118 KB 828/1461 KB 1192/1192 KB 976/1118 KB 832/1461 KB 1192/1192 KB 980/1118 KB 832/1461 KB 1192/1192 KB 984/1118 KB 832/1461 KB 1192/1192 KB 988/1118 KB 832/1461 KB 1192/1192 KB 992/1118 KB 832/1461 KB 1192/1192 KB 992/1118 KB 836/1461 KB 1192/1192 KB 992/1118 KB 840/1461 KB 1192/1192 KB 992/1118 KB 844/1461 KB 1192/1192 KB 992/1118 KB 848/1461 KB 1192/1192 KB 996/1118 KB 848/1461 KB 1192/1192 KB 1000/1118 KB 848/1461 KB 1192/1192 KB 1004/1118 KB 848/1461 KB 1192/1192 KB 1008/1118 KB 848/1461 KB 1192/1192 KB 1012/1118 KB 848/1461 KB 1192/1192 KB 1016/1118 KB 848/1461 KB 1192/1192 KB 1020/1118 KB 848/1461 KB 1192/1192 KB 1024/1118 KB 848/1461 KB 1192/1192 KB 1024/1118 KB 852/1461 KB 1192/1192 KB 1024/1118 KB 856/1461 KB 1192/1192 KB 1024/1118 KB 860/1461 KB 1192/1192 KB 1024/1118 KB 864/1461 KB 1192/1192 KB 1028/1118 KB 864/1461 KB 1192/1192 KB 1032/1118 KB 864/1461 KB 1192/1192 KB 1036/1118 KB 864/1461 KB 1192/1192 KB 1040/1118 KB 864/1461 KB 1192/1192 KB 1040/1118 KB 868/1461 KB 1192/1192 KB 1040/1118 KB 872/1461 KB 1192/1192 KB 1040/1118 KB 876/1461 KB 1192/1192 KB 1040/1118 KB 880/1461 KB 1192/1192 KB 1044/1118 KB 880/1461 KB 1192/1192 KB 1048/1118 KB 880/1461 KB 1192/1192 KB 1052/1118 KB 880/1461 KB 1192/1192 KB 1056/1118 KB 880/1461 KB 1192/1192 KB 1056/1118 KB 884/1461 KB 1192/1192 KB 1056/1118 KB 888/1461 KB 1192/1192 KB 1056/1118 KB 892/1461 KB 1192/1192 KB 1056/1118 KB 896/1461 KB 1192/1192 KB 1060/1118 KB 896/1461 KB 1192/1192 KB 1064/1118 KB 896/1461 KB 1192/1192 KB 1068/1118 KB 896/1461 KB 1192/1192 KB 1072/1118 KB 896/1461 KB 1192/1192 KB 1072/1118 KB 900/1461 KB 1192/1192 KB 1072/1118 KB 904/1461 KB 1192/1192 KB 1072/1118 KB 908/1461 KB 1192/1192 KB 1072/1118 KB 912/1461 KB 1192/1192 KB 1076/1118 KB 912/1461 KB 1192/1192 KB 1080/1118 KB 912/1461 KB 1192/1192 KB 1084/1118 KB 912/1461 KB 1192/1192 KB 1088/1118 KB 912/1461 KB 1192/1192 KB 1088/1118 KB 916/1461 KB 1192/1192 KB 1088/1118 KB 920/1461 KB 1192/1192 KB 1092/1118 KB 920/1461 KB 1192/1192 KB 1096/1118 KB 920/1461 KB 1192/1192 KB 1100/1118 KB 920/1461 KB 1192/1192 KB 1104/1118 KB 920/1461 KB 1192/1192 KB 1108/1118 KB 920/1461 KB 1192/1192 KB 1108/1118 KB 924/1461 KB 1192/1192 KB 1108/1118 KB 928/1461 KB 1192/1192 KB 1112/1118 KB 928/1461 KB 1192/1192 KB 1116/1118 KB 932/1461 KB 1192/1192 KB 1118/1118 KB 932/1461 KB 1192/1192 KB 1112/1118 KB 932/1461 KB 119 unit-abot-epc-basic-0: 15:58:46 DEBUG unit.abot-epc-basic/0.install 2/1192 KB 1118/1118 KB 936/1461 KB 1192/1192 KB 1118/1118 KB 940/1461 KB 1192/1192 KB 1118/1118 KB 944/1461 KB 1192/1192 KB 1118/1118 KB 948/1461 KB 1192/1192 KB 1118/1118 KB 952/1461 KB 1192/1192 KB 1118/1118 KB 956/1461 KB 1192/1192 KB 1118/1118 KB 960/1461 KB 1192/1192 KB 1118/1118 KB 964/1461 KB 1192/1192 KB 1118/1118 KB 968/1461 KB 1192/1192 KB 1118/1118 KB 972/1461 KB 1192/1192 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar (1192 KB at 592.2 KB/sec) unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install 1118/1118 KB 976/1461 KB 1118/1118 KB 980/1461 KB 1118/1118 KB 984/1461 KB 1118/1118 KB 988/1461 KB 1118/1118 KB 992/1461 KB 1118/1118 KB 996/1461 KB 1118/1118 KB 1000/1461 KB 1118/1118 KB 1004/1461 KB 1118/1118 KB 1008/1461 KB 1118/1118 KB 1012/1461 KB 1118/1118 KB 1016/1461 KB 1118/1118 KB 1020/1461 KB 1118/1118 KB 1024/1461 KB 1118/1118 KB 1028/1461 KB 1118/1118 KB 1032/1461 KB 1118/1118 KB 1036/1461 KB 1118/1118 KB 1040/1461 KB 1118/1118 KB 1044/1461 KB 1118/1118 KB 1048/1461 KB 1118/1118 KB 1052/1461 KB 1118/1118 KB 1056/1461 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar (1118 KB at 550.3 KB/sec) unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install 1060/1461 KB 1064/1461 KB 1068/1461 KB 1072/1461 KB 1076/1461 KB 1080/1461 KB 1084/1461 KB 1088/1461 KB 1092/1461 KB 1096/1461 KB 1100/1461 KB 1104/1461 KB 1108/1461 KB 1112/1461 KB 1116/1461 KB 1120/1461 KB 1124/1461 KB 1128/1461 KB 1132/1461 KB 1136/1461 KB 1140/1461 KB 1144/1461 KB 1148/1461 KB 1152/1461 KB 1156/1461 KB 1160/1461 KB 1164/1461 KB 1168/1461 KB 1172/1461 KB 1176/1461 KB 1180/1461 KB 1184/1461 KB 1188/1461 KB 1192/1461 KB 1196/1461 KB 1200/1461 KB 1204/1461 KB 1208/1461 KB 1212/1461 KB 1216/1461 KB 1220/1461 KB 1224/1461 KB 1228/1461 KB 1232/1461 KB 1236/1461 KB 1240/1461 KB 1244/1461 KB 1248/1461 KB 1252/1461 KB 1256/1461 KB 1260/1461 KB 1264/1461 KB 1268/1461 KB 1272/1461 KB 1276/1461 KB 1280/1461 KB 1284/1461 KB 1288/1461 KB 1292/1461 KB 1296/1461 KB 1300/1461 KB 1304/1461 KB 1308/1461 KB 1312/1461 KB 1316/1461 KB 1320/1461 KB 1324/1461 KB 1328/1461 KB 1332/1461 KB 1336/1461 KB 1340/1461 KB 1344/1461 KB 1348/1461 KB 1352/1461 KB 1356/1461 KB 1360/1461 KB 1364/1461 KB 1368/1461 KB 1372/1461 KB 1376/1461 KB 1380/1461 KB 1384/1461 KB 1388/1461 KB 1392/1461 KB 1396/1461 KB 1400/1461 KB 1404/1461 KB 1408/1461 KB 1412/1461 KB 1416/1461 KB 1420/1461 KB 1424/1461 KB 1428/1461 KB 1432/1461 KB 1436/1461 KB 1440/1461 KB 1444/1461 KB 1448/1461 KB 1452/1461 KB 1456/1461 KB 1460/1461 KB 1461/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar (1461 KB at 689.4 KB/sec) unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 131.1 KB/sec) unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (2 KB at 43.4 KB/sec) unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 39.8 KB/sec) unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 33.5 KB/sec) unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install 424/424 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 9.4 KB/sec) unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 93.2 KB/sec) unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom unit-mysql-0: 15:58:47 DEBUG unit.mysql/0.install Selecting previously unselected package libc6-dev:amd64. unit-mysql-0: 15:58:47 DEBUG unit.mysql/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (2 KB at 40.6 KB/sec) unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 48.9 KB/sec) unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2 KB at 48.1 KB/sec) unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom unit-mysql-0: 15:58:47 DEBUG unit.mysql/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 157.4 KB/sec) unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (2 KB at 27.8 KB/sec) unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 79.2 KB/sec) unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 106.7 KB/sec) unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 202.3 KB/sec) unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install 889/889 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 18.9 KB/sec) unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install 1/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 65.0 KB/sec) unit-abot-epc-basic-0: 15:58:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 70.1 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 3/5 KB 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 117.0 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 183.1 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 890/890 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 18.9 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (3 KB at 66.2 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 3/16 KB 6/16 KB 9/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 308.1 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 289.8 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 3/30 KB 3/149 KB 3/21 KB 9/10 KB 3/30 KB 3/149 KB 3/21 KB 10/10 KB 3/30 KB 3/149 KB 3/21 KB 3/10 KB 3/30 KB 3/149 KB 3/21 KB 10/10 KB 3/30 KB 5/149 KB 3/21 KB 10/10 KB 3/30 KB 8/149 KB 3/21 KB 10/10 KB 3/30 KB 11/149 KB 3/21 KB 10/10 KB 3/14 KB 3/30 KB 13/149 KB 3/21 KB 10/10 KB 3/14 KB 3/30 KB 16/149 KB 3/21 KB 3/10 KB 3/30 KB 3/21 KB 10/10 KB 3/14 KB 3/30 KB 16/149 KB 6/21 KB 10/10 KB 3/14 KB 3/30 KB 16/149 KB 9/21 KB 10/10 KB 3/14 KB 3/30 KB 16/149 KB 11/21 KB 10/10 KB 3/14 KB 3/30 KB 16/149 KB 14/21 KB 10/10 KB 3/14 KB 3/30 KB 16/149 KB 16/21 KB 10/10 KB 3/14 KB 3/30 KB 16/149 KB 19/21 KB 3/10 KB 3/30 KB 10/10 KB 3/14 KB 5/30 KB 16/149 KB 19/21 KB 10/10 KB 3/14 KB 8/30 KB 16/149 KB 19/21 KB 10/10 KB 3/14 KB 11/30 KB 16/149 KB 19/21 KB 10/10 KB 3/14 KB 13/30 KB 16/149 KB 19/21 KB 10/10 KB 3/14 KB 16/30 KB 16/149 KB 19/21 KB 10/10 KB 3/14 KB 19/30 KB 16/149 KB 19/21 KB 10/10 KB 3/14 KB 21/30 KB 16/149 KB 19/21 KB 10/10 KB 3/14 KB 3/30 KB 11/149 KB 3/21 KB 10/10 KB 5/14 KB 21/30 KB 16/149 KB 21/21 KB 10/10 KB 8/14 KB 21/30 KB 16/149 KB 21/21 KB 10/10 KB 11/14 KB 21/30 KB 16/149 KB 21/21 KB 10/10 KB 13/14 KB 21/30 KB 16/149 KB 21/21 KB 10/10 KB 14/14 KB 21/30 KB 16/149 KB 21/21 KB 10/10 KB 14/14 KB 21/30 KB 19/149 KB 21/21 KB 10/10 KB 3/14 KB 21/30 KB 16/149 KB 21/21 KB 10/10 KB 14/14 KB 24/30 KB 21/149 KB 21/21 KB 10/10 KB 14/14 KB 24/30 KB 19/149 KB 21/21 KB 10/10 KB 14/14 KB 24/30 KB 24/149 KB 21/21 KB 10/10 KB 14/14 KB 27/30 KB 24/149 KB 21/21 KB 10/10 KB 14/14 KB 27/30 KB 27/149 KB 21/21 KB 10/10 KB 14/14 KB 29/30 KB 27/149 KB 21/21 KB 10/10 KB 14/14 KB 30/30 KB 29/149 KB 21/21 KB 10/10 KB 14/14 KB 29/30 KB 29/149 KB 21/21 KB 10/10 KB 14/14 KB 30/30 KB 32/149 KB 21/21 KB 10/10 KB 14/14 KB 30/30 KB 36/149 KB 21/21 KB 10/10 KB 14/14 KB 30/30 KB 40/149 KB 21/21 KB 10/10 KB 14/14 KB 30/30 KB 44/149 KB 21/21 KB 10/10 KB 14/14 KB 30/30 KB 48/149 KB 21/21 KB 10/10 KB 14/14 KB 30/30 KB 52/149 KB 21/21 KB 10/10 KB 14/14 KB 30/30 KB 56/149 KB 21/21 KB 10/10 KB 14/14 KB 30/30 KB 60/149 KB 21/21 KB 10/10 KB 14/14 KB 30/30 KB 64/149 KB 21/21 KB 10/10 KB 14/14 KB 30/30 KB 68/149 KB 21/21 KB 10/10 KB 14/14 KB 30/30 KB 72/149 KB 21/21 KB 10/10 KB 14/14 KB 30/30 KB 76/149 KB 21/21 KB 10/10 KB 14/14 KB 30/30 KB 80/149 KB 21/21 KB 10/10 KB 14/14 KB 30/30 KB 84/149 KB 21/21 KB 10/10 KB 14/14 KB 30/30 KB 88/149 KB 21/21 KB 10/10 KB 14/14 KB 30/30 KB 92/149 KB 21/21 KB 10/10 KB 14/14 KB 30/30 KB 96/149 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 774.0 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 10/10 KB 14/14 KB 100/149 KB 21/21 KB 10/10 KB 14/14 KB 104/149 KB 21/21 KB 10/10 KB 14/14 KB 108/149 KB 21/21 KB 10/10 KB 14/14 KB 112/149 KB 21/21 KB 10/10 KB 14/14 KB 116/149 KB 21/21 KB 10/10 KB 14/14 KB 120/149 KB 21/21 KB 10/10 KB 14/14 KB 124/149 KB 21/21 KB 10/10 KB 14/14 KB 128/149 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 190.4 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 14/14 KB 3/37 KB 128/149 KB 21/21 KB 14/14 KB 5/37 KB 132/149 KB 21/21 KB 14/14 KB 8/37 KB 132/149 KB 21/21 KB 14/14 KB 11/37 KB 132/149 KB 21/21 KB 14/14 KB 13/37 KB 132/149 KB 21/21 KB 14/14 KB 16/37 KB 132/149 KB 21/21 KB 14/14 KB 19/37 KB 132/149 KB 21/21 KB 14/14 KB 21/37 KB 132/149 KB 21/21 KB 14/14 KB 3/37 KB 132/149 KB 21/21 KB 14/14 KB 21/37 KB 136/149 KB 21/21 KB 14/14 KB 21/37 KB 140/149 KB 21/21 KB 14/14 KB 21/37 KB 144/149 KB 21/21 KB 14/14 KB 21/37 KB 148/149 KB 21/21 KB 14/14 KB 21/37 KB 149/149 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 KB at 265.9 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 KB at 343.6 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 24/37 KB 149/149 KB 27/37 KB 149/149 KB 29/37 KB 149/149 KB 32/37 KB 149/149 KB 35/37 KB 149/149 KB 37/37 KB 149/149 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 KB at 620.8 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 149/149 KB 3/43 KB 149/149 KB 5/43 KB 149/149 KB 8/43 KB 149/149 KB 11/43 KB 149/149 KB 13/43 KB 149/149 KB 16/43 KB 149/149 KB 19/43 KB 149/149 KB 21/43 KB 149/149 KB 24/43 KB 149/149 KB 27/43 KB 3/14 KB 149/149 KB 27/43 KB 5/14 KB 149/149 KB 27/43 KB 8/14 KB 149/149 KB 27/43 KB 11/14 KB 149/149 KB 27/43 KB 13/14 KB 149/149 KB 27/43 KB 14/14 KB 149/149 KB 27/43 KB 14/14 KB 149/149 KB 29/43 KB 14/14 KB 149/149 KB 32/43 KB 14/14 KB 149/149 KB 36/43 KB 14/14 KB 149/149 KB 40/43 KB 14/14 KB 149/149 KB 43/43 KB 3/37 KB 14/14 KB 149/149 KB 43/43 KB 6/37 KB 14/14 KB 149/149 KB 43/43 KB 9/37 KB 14/14 KB 3/11 KB 43/43 KB 11/37 KB 14/14 KB 3/11 KB 43/43 KB 14/37 KB 14/14 KB 3/11 KB 43/43 KB 16/37 KB 14/14 KB 3/11 KB 43/43 KB 6/37 KB 14/14 KB 3/11 KB 43/43 KB 16/37 KB 14/14 KB 6/11 KB 43/43 KB 16/37 KB 14/14 KB 9/11 KB 43/43 KB 16/37 KB 14/14 KB 11/11 KB 43/43 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (149 KB at 1783.9 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 19/37 KB 14/14 KB 11/11 KB 43/43 KB 22/37 KB 14/14 KB 11/11 KB 43/43 KB 25/37 KB 14/14 KB 11/11 KB 43/43 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 568.9 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 27/37 KB 14/14 KB 11/11 KB 30/37 KB 14/14 KB 11/11 KB 32/37 KB 14/14 KB 11/11 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 35/37 KB 14/14 KB 11/11 KB 37/37 KB 14/14 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (37 KB at 450.8 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 150.5 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (11 KB at 107.5 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB 7/7 KB 3/60 KB 7/7 KB 5/60 KB 7/7 KB 8/60 KB 7/7 KB 11/60 KB 7/7 KB 13/60 KB 7/7 KB 16/60 KB 7/7 KB 19/60 KB 7/7 KB 21/60 KB 7/7 KB 24/60 KB 7/7 KB 27/60 KB 7/7 KB 29/60 KB 7/7 KB 32/60 KB 7/7 KB 36/60 KB 7/7 KB 40/60 KB 7/7 KB 44/60 KB 7/7 KB 48/60 KB 7/7 KB 52/60 KB 7/7 KB 56/60 KB 7/7 KB 60/60 KB 7/7 KB 60/60 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 58.3 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 469.5 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install [INFO] Copying 1 resource unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 30.4 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 429.4 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 3/24 KB 6/24 KB 9/24 KB 11/24 KB 14/24 KB 16/24 KB 19/24 KB 22/24 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 548.1 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 35.9 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 53.4 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 185.4 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 44.7 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 73.0 KB/sec) unit-abot-epc-basic-0: 15:58:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 43.6 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (3 KB at 40.0 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 43.2 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom unit-mysql-0: 15:58:49 DEBUG unit.mysql/0.install Selecting previously unselected package cpp-4.8. unit-mysql-0: 15:58:49 DEBUG unit.mysql/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 40.6 KB/sec) unit-mysql-0: 15:58:49 DEBUG unit.mysql/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 63.0 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 62.8 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 43.7 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 44.1 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (2 KB at 28.5 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 79.4 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 867/867 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom (867 B at 14.4 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom (4 KB at 87.2 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3 KB at 68.5 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 336.6 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 692/692 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom (692 B at 14.4 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 688/688 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom (688 B at 15.6 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom (2 KB at 28.2 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 3/21 KB 5/21 KB 8/21 KB 11/21 KB 13/21 KB 16/21 KB 19/21 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 KB at 1073.1 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 9/13 KB 11/13 KB 13/13 KB 13/13 KB 3/156 KB 13/13 KB 5/156 KB 3/48 KB 13/13 KB 8/156 KB 3/48 KB 13/13 KB 11/156 KB 3/48 KB 3/87 KB 13/13 KB 3/156 KB 3/48 KB 13/13 KB 11/156 KB 5/48 KB 3/87 KB 13/13 KB 11/156 KB 8/48 KB 3/87 KB 13/13 KB 11/156 KB 11/48 KB 3/87 KB 13/13 KB 8/156 KB 3/48 KB 3/87 KB 13/13 KB 11/156 KB 11/48 KB 5/87 KB 13/13 KB 11/156 KB 11/48 KB 8/87 KB 13/13 KB 11/156 KB 11/48 KB 11/87 KB 13/13 KB 11/156 KB 11/48 KB 13/87 KB 13/13 KB 11/156 KB 13/48 KB 16/87 KB 13/13 KB 11/156 KB 13/48 KB 19/87 KB 13/13 KB 11/156 KB 13/48 KB 13/87 KB 13/13 KB 13/156 KB 16/48 KB 19/87 KB 13/13 KB 13/156 KB 19/48 KB 19/87 KB 13/13 KB 13/156 KB 21/48 KB 19/87 KB 13/13 KB 13/156 KB 13/48 KB 19/87 KB 13/13 KB 13/156 KB 21/48 KB 21/87 KB 13/13 KB 13/156 KB 24/48 KB 21/87 KB 13/13 KB 16/156 KB 24/48 KB 21/87 KB 13/13 KB 16/156 KB 24/48 KB 24/87 KB 13/13 KB 19/156 KB 27/48 KB 24/87 KB 13/13 KB 19/156 KB 24/48 KB 24/87 KB 13/13 KB 19/156 KB 27/48 KB 27/87 KB 13/13 KB 21/156 KB 27/48 KB 27/87 KB 13/13 KB 21/156 KB 29/48 KB 27/87 KB 13/13 KB 21/156 KB 29/48 KB 29/87 KB 13/13 KB 21/156 KB 29/48 KB 32/87 KB 13/13 KB 24/156 KB 32/48 KB 32/87 KB 13/13 KB 24/156 KB 29/48 KB 32/87 KB 13/13 KB 27/156 KB 32/48 KB 32/87 KB 13/13 KB 29/156 KB 36/48 KB 36/87 KB 13/13 KB 32/156 KB 36/48 KB 36/87 KB 13/13 KB 27/156 KB 36/48 KB 36/87 KB 13/13 KB 27/156 KB 32/48 KB 36/87 KB 13/13 KB 32/156 KB 40/48 KB 36/87 KB 13/13 KB 32/156 KB 40/48 KB 40/87 KB 13/13 KB 32/156 KB 44/48 KB 40/87 KB 13/13 KB 32/156 KB 48/48 KB 40/87 KB 13/13 KB 32/156 KB 48/48 KB 44/87 KB 13/13 KB 32/156 KB 48/48 KB 44/87 KB 13/13 KB 32/156 KB 48/48 KB 48/87 KB 13/13 KB 36/156 KB 48/48 KB 48/87 KB 13/13 KB 40/156 KB 48/48 KB 48/87 KB 13/13 KB 44/156 KB 48/48 KB 48/87 KB 13/13 KB 48/156 KB 48/48 KB 48/87 KB 13/13 KB 48/156 KB 48/48 KB 52/87 KB 13/13 KB 48/156 KB 48/48 KB 56/87 KB 13/13 KB 48/156 KB 48/48 KB 60/87 KB 13/13 KB 48/156 KB 48/48 KB 64/87 KB 13/13 KB 52/156 KB 48/48 KB 64/87 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 KB at 256.9 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar unit-mysql-0: 15:58:49 DEBUG unit.mysql/0.install Selecting previously unselected package cpp. unit-mysql-0: 15:58:49 DEBUG unit.mysql/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 15:58:49 DEBUG unit.mysql/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 3/35 KB 56/156 KB 48/48 KB 68/87 KB 3/35 KB 60/156 KB 48/48 KB 68/87 KB 3/35 KB 64/156 KB 48/48 KB 68/87 KB 3/35 KB 68/156 KB 48/48 KB 68/87 KB 3/35 KB 72/156 KB 48/48 KB 68/87 KB 3/35 KB 76/156 KB 48/48 KB 68/87 KB 3/35 KB 13/13 KB 52/156 KB 48/48 KB 68/87 KB 13/13 KB 52/156 KB 48/48 KB 68/87 KB 3/35 KB 76/156 KB 48/48 KB 72/87 KB 3/35 KB 76/156 KB 48/48 KB 76/87 KB 3/35 KB 76/156 KB 48/48 KB 80/87 KB 3/35 KB 76/156 KB 48/48 KB 84/87 KB 6/35 KB 76/156 KB 48/48 KB 84/87 KB 6/35 KB 76/156 KB 48/48 KB 87/87 KB 9/35 KB 76/156 KB 48/48 KB 87/87 KB 11/35 KB 76/156 KB 48/48 KB 87/87 KB 11/35 KB 80/156 KB 48/48 KB 87/87 KB 14/35 KB 80/156 KB 48/48 KB 87/87 KB 16/35 KB 80/156 KB 48/48 KB 87/87 KB 16/35 KB 84/156 KB 48/48 KB 87/87 KB 19/35 KB 84/156 KB 48/48 KB 87/87 KB 22/35 KB 84/156 KB 48/48 KB 87/87 KB 22/35 KB 88/156 KB 48/48 KB 87/87 KB 25/35 KB 88/156 KB 48/48 KB 87/87 KB 25/35 KB 92/156 KB 48/48 KB 87/87 KB 25/35 KB 96/156 KB 48/48 KB 87/87 KB 27/35 KB 96/156 KB 48/48 KB 87/87 KB 30/35 KB 96/156 KB 48/48 KB 87/87 KB 30/35 KB 100/156 KB 48/48 KB 87/87 KB 32/35 KB 100/156 KB 48/48 KB 87/87 KB 35/35 KB 100/156 KB 48/48 KB 87/87 KB 35/35 KB 104/156 KB 48/48 KB 87/87 KB 35/35 KB 108/156 KB 48/48 KB 87/87 KB 35/35 KB 112/156 KB 48/48 KB 87/87 KB 35/35 KB 116/156 KB 48/48 KB 87/87 KB 35/35 KB 120/156 KB 48/48 KB 87/87 KB 35/35 KB 124/156 KB 48/48 KB 87/87 KB 35/35 KB 128/156 KB 48/48 KB 87/87 KB 35/35 KB 132/156 KB 48/48 KB 87/87 KB 35/35 KB 136/156 KB 48/48 KB 87/87 KB 35/35 KB 140/156 KB 48/48 KB 87/87 KB 35/35 KB 144/156 KB 48/48 KB 87/87 KB 35/35 KB 148/156 KB 48/48 KB 87/87 KB 35/35 KB 152/156 KB 48/48 KB 87/87 KB 35/35 KB 156/156 KB 48/48 KB 87/87 KB 35/35 KB 156/156 KB 48/48 KB 87/87 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (48 KB at 841.4 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 KB at 595.3 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 156/156 KB 3/86 KB 87/87 KB 156/156 KB 6/86 KB 87/87 KB 156/156 KB 9/86 KB 87/87 KB 156/156 KB 11/86 KB 87/87 KB 156/156 KB 14/86 KB 87/87 KB 156/156 KB 16/86 KB 87/87 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (87 KB at 1276.8 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 156/156 KB 19/86 KB 156/156 KB 22/86 KB 156/156 KB 25/86 KB 156/156 KB 27/86 KB 156/156 KB 30/86 KB 156/156 KB 32/86 KB 3/14 KB 156/156 KB 32/86 KB 5/14 KB 156/156 KB 32/86 KB 8/14 KB 156/156 KB 32/86 KB 11/14 KB 156/156 KB 32/86 KB 13/14 KB 156/156 KB 32/86 KB 14/14 KB 156/156 KB 32/86 KB 14/14 KB 156/156 KB 36/86 KB 14/14 KB 156/156 KB 40/86 KB 14/14 KB 156/156 KB 44/86 KB 14/14 KB 156/156 KB 48/86 KB 14/14 KB 156/156 KB 52/86 KB 14/14 KB 156/156 KB 56/86 KB 14/14 KB 156/156 KB 60/86 KB 14/14 KB 156/156 KB 64/86 KB 14/14 KB 156/156 KB 68/86 KB 72/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 KB at 177.1 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (156 KB at 1998.6 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar unit-mysql-0: 15:58:49 DEBUG unit.mysql/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-mysql-0: 15:58:49 DEBUG unit.mysql/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 15:58:49 DEBUG unit.mysql/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 3/24 KB 72/86 KB 5/24 KB 72/86 KB 8/24 KB 72/86 KB 11/24 KB 72/86 KB 13/24 KB 72/86 KB 16/24 KB 72/86 KB 19/24 KB 72/86 KB 19/24 KB 76/86 KB 19/24 KB 80/86 KB 21/24 KB 80/86 KB 24/24 KB 84/86 KB 24/24 KB 84/86 KB 21/24 KB 84/86 KB 24/24 KB 86/86 KB 3/29 KB 24/24 KB 86/86 KB 5/29 KB 24/24 KB 86/86 KB 8/29 KB 24/24 KB 86/86 KB 11/29 KB 24/24 KB 86/86 KB 13/29 KB 24/24 KB 86/86 KB 4/119 KB 16/29 KB 24/24 KB 86/86 KB 8/119 KB 16/29 KB 24/24 KB 86/86 KB 12/119 KB 16/29 KB 24/24 KB 86/86 KB 16/119 KB 16/29 KB 24/24 KB 86/86 KB 20/119 KB 16/29 KB 24/24 KB 86/86 KB 24/119 KB 16/29 KB 24/24 KB 86/86 KB 28/119 KB 16/29 KB 24/24 KB 86/86 KB 32/119 KB 16/29 KB 24/24 KB 86/86 KB 36/119 KB 16/29 KB 24/24 KB 86/86 KB 40/119 KB 16/29 KB 24/24 KB 86/86 KB 44/119 KB 16/29 KB 24/24 KB 86/86 KB 16/29 KB 24/24 KB 86/86 KB 48/119 KB 16/29 KB 24/24 KB 86/86 KB 48/119 KB 19/29 KB 24/24 KB 86/86 KB 52/119 KB 21/29 KB 24/24 KB 86/86 KB 52/119 KB 24/29 KB 24/24 KB 86/86 KB 52/119 KB 19/29 KB 24/24 KB 86/86 KB 56/119 KB 24/29 KB 24/24 KB 86/86 KB 56/119 KB 27/29 KB 24/24 KB 86/86 KB 60/119 KB 27/29 KB 24/24 KB 86/86 KB 64/119 KB 29/29 KB 24/24 KB 86/86 KB 64/119 KB 27/29 KB 24/24 KB 86/86 KB 68/119 KB 29/29 KB 24/24 KB 86/86 KB 72/119 KB 29/29 KB 24/24 KB 86/86 KB 76/119 KB 29/29 KB 24/24 KB 86/86 KB 80/119 KB 29/29 KB 24/24 KB 86/86 KB 84/119 KB 29/29 KB 24/24 KB 86/86 KB 88/119 KB 29/29 KB 24/24 KB 86/86 KB 92/119 KB 29/29 KB 24/24 KB 86/86 KB 96/119 KB 29/29 KB 24/24 KB 86/86 KB 100/119 KB 29/29 KB 24/24 KB 86/86 KB 104/119 KB 29/29 KB 24/24 KB 86/86 KB 108/119 KB 29/29 KB 24/24 KB 86/86 KB 112/119 KB 29/29 KB 24/24 KB 86/86 KB 116/119 KB 29/29 KB 24/24 KB 86/86 KB 119/119 KB 29/29 KB 24/24 KB 86/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 KB at 283.9 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 119/119 KB 4/37 KB 24/24 KB 86/86 KB 119/119 KB 8/37 KB 24/24 KB 86/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (24 KB at 235.1 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (86 KB at 827.9 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install 119/119 KB 12/37 KB 119/119 KB 16/37 KB 119/119 KB 20/37 KB 119/119 KB 24/37 KB 119/119 KB 28/37 KB 119/119 KB 32/37 KB 119/119 KB 36/37 KB 119/119 KB 37/37 KB 119/119 KB 37/37 KB 3/57 KB 119/119 KB 37/37 KB 6/57 KB 119/119 KB 37/37 KB 9/57 KB 119/119 KB 37/37 KB 11/57 KB 119/119 KB 37/37 KB 14/57 KB 119/119 KB 37/37 KB 16/57 KB 119/119 KB 37/37 KB 19/57 KB 119/119 KB 37/37 KB 22/57 KB 119/119 KB 37/37 KB 25/57 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (119 KB at 1016.5 KB/sec) unit-abot-epc-basic-0: 15:58:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar unit-abot-epc-basic-0: 15:58:50 DEBUG unit.abot-epc-basic/0.install 37/37 KB 27/57 KB 37/37 KB 30/57 KB 37/37 KB 32/57 KB 37/37 KB 36/57 KB 37/37 KB 40/57 KB 37/37 KB 44/57 KB 37/37 KB 48/57 KB 37/37 KB 52/57 KB 37/37 KB 56/57 KB 37/37 KB 57/57 KB 37/37 KB 57/57 KB 3/11 KB 37/37 KB 57/57 KB 5/11 KB 37/37 KB 3/33 KB 57/57 KB 5/11 KB 37/37 KB 6/33 KB 57/57 KB 5/11 KB 37/37 KB 6/33 KB 57/57 KB 8/11 KB 37/37 KB 6/33 KB 57/57 KB 11/11 KB 37/37 KB 9/33 KB 57/57 KB 11/11 KB 37/37 KB 11/33 KB 57/57 KB 11/11 KB 37/37 KB 14/33 KB 57/57 KB 11/11 KB 37/37 KB 16/33 KB 57/57 KB 11/11 KB 37/37 KB 19/33 KB 57/57 KB 11/11 KB 37/37 KB 22/33 KB 57/57 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 KB at 287.1 KB/sec) unit-abot-epc-basic-0: 15:58:50 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar unit-abot-epc-basic-0: 15:58:50 DEBUG unit.abot-epc-basic/0.install 25/33 KB 57/57 KB 11/11 KB 27/33 KB 57/57 KB 11/11 KB 30/33 KB 57/57 KB 11/11 KB 32/33 KB 57/57 KB 11/11 KB 33/33 KB 57/57 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (57 KB at 441.2 KB/sec) unit-abot-epc-basic-0: 15:58:50 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar unit-abot-epc-basic-0: 15:58:50 DEBUG unit.abot-epc-basic/0.install 4/14 KB 33/33 KB 11/11 KB 8/14 KB 33/33 KB 11/11 KB 12/14 KB 33/33 KB 11/11 KB 14/14 KB 33/33 KB 11/11 KB 14/14 KB 4/21 KB 33/33 KB 11/11 KB 14/14 KB 8/21 KB 33/33 KB 11/11 KB 14/14 KB 12/21 KB 33/33 KB 11/11 KB 14/14 KB 16/21 KB 33/33 KB 11/11 KB 14/14 KB 20/21 KB 33/33 KB 11/11 KB 14/14 KB 21/21 KB 33/33 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (11 KB at 70.2 KB/sec) unit-abot-epc-basic-0: 15:58:50 DEBUG unit.abot-epc-basic/0.install 14/14 KB 21/21 KB 33/33 KB 3/5 KB 14/14 KB 21/21 KB 33/33 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 KB at 218.6 KB/sec) unit-abot-epc-basic-0: 15:58:50 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar (14 KB at 93.8 KB/sec) unit-abot-epc-basic-0: 15:58:50 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 KB at 130.6 KB/sec) unit-abot-epc-basic-0: 15:58:50 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar (5 KB at 26.8 KB/sec) unit-abot-epc-basic-0: 15:58:50 DEBUG unit.abot-epc-basic/0.install [INFO] No sources to compile unit-abot-epc-basic-0: 15:58:50 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:58:50 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-mysql-0: 15:58:50 DEBUG unit.mysql/0.install Selecting previously unselected package gcc-4.8. unit-abot-epc-basic-0: 15:58:50 DEBUG unit.abot-epc-basic/0.install [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 15:58:50 DEBUG unit.abot-epc-basic/0.install [INFO] skip non existing resourceDirectory /var/lib/abot-epc-basic/src/test/resources unit-abot-epc-basic-0: 15:58:50 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:58:50 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-mysql-0: 15:58:50 DEBUG unit.mysql/0.install Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 15:58:50 DEBUG unit.mysql/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 15:58:50 DEBUG unit.abot-epc-basic/0.install [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes machine-2: 15:58:50 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-2: 15:58:50 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 15:58:50 DEBUG juju.agent read agent config, format "2.0" machine-2: 15:58:50 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 15:58:50 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-2: 15:58:50 DEBUG juju.worker start "engine" machine-2: 15:58:50 INFO juju.worker start "engine" machine-2: 15:58:50 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 15:58:50 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 15:58:50 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 15:58:50 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 15:58:50 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 15:58:50 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 15:58:50 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 15:58:50 DEBUG juju.worker "engine" started machine-2: 15:58:50 DEBUG juju.worker.introspection stats worker now serving machine-2: 15:58:50 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 15:58:50 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 15:58:50 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 15:58:50 DEBUG juju.worker.apicaller connecting with old password machine-2: 15:58:50 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-2: 15:58:50 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-2: 15:58:50 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-2: 15:58:50 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 15:58:50 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-mysql-0: 15:58:50 DEBUG unit.mysql/0.install Selecting previously unselected package gcc. unit-mysql-0: 15:58:50 DEBUG unit.mysql/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 15:58:50 DEBUG unit.mysql/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-mysql-0: 15:58:50 DEBUG unit.mysql/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-mysql-0: 15:58:50 DEBUG unit.mysql/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 15:58:50 DEBUG unit.mysql/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (8 KB at 143.2 KB/sec) unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (2 KB at 28.9 KB/sec) unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 KB at 294.1 KB/sec) unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom unit-mysql-0: 15:58:51 DEBUG unit.mysql/0.install Selecting previously unselected package g++-4.8. unit-mysql-0: 15:58:51 DEBUG unit.mysql/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom (4 KB at 77.9 KB/sec) unit-mysql-0: 15:58:51 DEBUG unit.mysql/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (4 KB at 74.0 KB/sec) unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom machine-2: 15:58:51 DEBUG juju.worker.apicaller connected machine-2: 15:58:51 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (3 KB at 48.0 KB/sec) unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom machine-2: 15:58:51 DEBUG juju.worker.apicaller password changed machine-2: 15:58:51 DEBUG juju.api RPC connection died machine-2: 15:58:51 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-2: 15:58:51 DEBUG juju.worker.apicaller connecting with current password machine-2: 15:58:51 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-2: 15:58:51 INFO juju.api connection established to "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-2: 15:58:51 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install 3/24 KB 6/24 KB 9/24 KB 11/24 KB 14/24 KB 16/24 KB 19/24 KB 22/24 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom (24 KB at 481.7 KB/sec) unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 KB at 264.2 KB/sec) unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2 KB at 43.4 KB/sec) unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (2 KB at 39.4 KB/sec) unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 171.9 KB/sec) unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3 KB at 69.4 KB/sec) unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (3 KB at 46.0 KB/sec) unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (3 KB at 51.5 KB/sec) unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (10 KB at 217.1 KB/sec) unit-abot-epc-basic-0: 15:58:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (2 KB at 39.7 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (2 KB at 27.3 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3 KB at 62.9 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (7 KB at 158.1 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 190.7 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (6 KB at 122.6 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (3 KB at 49.2 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom machine-2: 15:58:52 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (4 KB at 79.6 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom machine-2: 15:58:52 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Selecting previously unselected package g++. unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... machine-2: 15:58:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 15:58:52 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 15:58:52 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 15:58:52 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... machine-2: 15:58:52 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:52 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 15:58:52 INFO juju.worker.upgrader unblocking abort check machine-2: 15:58:52 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:52 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 15:58:52 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 3/17 KB 5/17 KB 8/17 KB 11/17 KB 13/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 KB at 388.6 KB/sec) machine-2: 15:58:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar machine-2: 15:58:52 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 15:58:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Selecting previously unselected package make. unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar machine-2: 15:58:52 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... machine-2: 15:58:52 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 15:58:52 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 15:58:52 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 15:58:52 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Unpacking make (3.81-8.2ubuntu3) ... machine-2: 15:58:52 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 3/223 KB 5/223 KB 8/223 KB 11/223 KB 13/223 KB 16/223 KB 19/223 KB 21/223 KB 24/223 KB 27/223 KB 29/223 KB 32/223 KB 36/223 KB 40/223 KB 44/223 KB 48/223 KB 52/223 KB 56/223 KB 60/223 KB 64/223 KB 68/223 KB 72/223 KB 76/223 KB 80/223 KB 84/223 KB 88/223 KB 92/223 KB 96/223 KB 100/223 KB 104/223 KB 108/223 KB 108/223 KB 3/286 KB 108/223 KB 5/286 KB 108/223 KB 8/286 KB 108/223 KB 11/286 KB 112/223 KB 11/286 KB 112/223 KB 13/286 KB 112/223 KB 3/45 KB 16/286 KB 112/223 KB 3/45 KB 13/286 KB 112/223 KB 5/45 KB 16/286 KB 112/223 KB 8/45 KB 16/286 KB 112/223 KB 11/45 KB 16/286 KB 112/223 KB 13/45 KB 16/286 KB 112/223 KB 16/45 KB 19/286 KB 112/223 KB 19/45 KB 19/286 KB 112/223 KB 13/45 KB 19/286 KB 112/223 KB 19/45 KB 21/286 KB 112/223 KB 21/45 KB 21/286 KB 112/223 KB 21/45 KB 24/286 KB 112/223 KB 24/45 KB 24/286 KB 112/223 KB 3/39 KB 27/45 KB 3/308 KB 24/286 KB 112/223 KB 3/39 KB 29/45 KB 3/308 KB 27/286 KB 112/223 KB 3/39 KB 24/45 KB 3/308 KB 24/286 KB 112/223 KB 3/39 KB 24/45 KB 24/286 KB 112/223 KB 6/39 KB 29/45 KB 3/308 KB 27/286 KB 112/223 KB 9/39 KB 29/45 KB 3/308 KB 27/286 KB 112/223 KB 11/39 KB 29/45 KB 3/308 KB 27/286 KB 112/223 KB 14/39 KB 29/45 KB 3/308 KB 27/286 KB 112/223 KB 16/39 KB 29/45 KB 3/308 KB 27/286 KB 112/223 KB 19/39 KB 29/45 KB 3/308 KB 27/286 KB 112/223 KB 22/39 KB 29/45 KB 3/308 KB 27/286 KB 112/223 KB 25/39 KB 29/45 KB 3/308 KB 27/286 KB 112/223 KB 3/39 KB 27/45 KB 3/308 KB 27/286 KB 112/223 KB 27/39 KB 29/45 KB 3/308 KB 27/286 KB 112/223 KB 27/39 KB 29/45 KB 3/308 KB 29/286 KB 112/223 KB 27/39 KB 29/45 KB 6/308 KB 29/286 KB 112/223 KB 30/39 KB 32/45 KB 6/308 KB 32/286 KB 112/223 KB 30/39 KB 29/45 KB 6/308 KB 32/286 KB 112/223 KB 27/39 KB 29/45 KB 6/308 KB 32/286 KB 112/223 KB 30/39 KB 32/45 KB 9/308 KB 32/286 KB 112/223 KB 32/39 KB 32/45 KB 11/308 KB 32/286 KB 112/223 KB 32/39 KB 36/45 KB 14/308 KB 36/286 KB 112/223 KB 32/39 KB 32/45 KB 9/308 KB 32/286 KB 112/223 KB 35/39 KB 36/45 KB 14/308 KB 36/286 KB 112/223 KB 38/39 KB 36/45 KB 14/308 KB 36/286 KB 112/223 KB 39/39 KB 36/45 KB 14/308 KB 36/286 KB 112/223 KB 32/39 KB 36/45 KB 11/308 KB 36/286 KB 112/223 KB 32/39 KB 36/45 KB 11/308 KB 32/286 KB 112/223 KB 39/39 KB 40/45 KB 16/308 KB 36/286 KB 112/223 KB 39/39 KB 40/45 KB 16/308 KB 40/286 KB 112/223 KB 39/39 KB 40/45 KB 16/308 KB 44/286 KB 112/223 KB 39/39 KB 44/45 KB 16/308 KB 48/286 KB 112/223 KB 39/39 KB 36/45 KB 16/308 KB 36/286 KB 112/223 KB 39/39 KB 44/45 KB 16/308 KB 44/286 KB 112/223 KB 39/39 KB 45/45 KB 16/308 KB 48/286 KB 112/223 KB 39/39 KB 45/45 KB 19/308 KB 48/286 KB 112/223 KB 39/39 KB 45/45 KB 19/308 KB 52/286 KB 116/223 KB 39/39 KB 45/45 KB 22/308 KB 56/286 KB 116/223 KB 39/39 KB 45/45 KB 22/308 KB 60/286 KB 116/223 KB 39/39 KB 45/45 KB 22/308 KB 64/286 KB 116/223 KB 39/39 KB 45/45 KB 22/308 KB 68/286 KB 116/223 KB 39/39 KB 45/45 KB 22/308 KB 72/286 KB 116/223 KB 39/39 KB 45/45 KB 22/308 KB 76/286 KB 116/223 KB 39/39 KB 45/45 KB 22/308 KB 52/286 KB 120/223 KB 39/39 KB 45/45 KB 22/308 KB 76/286 KB 112/223 KB 39/39 KB 45/45 KB 22/308 KB 52/286 KB 120/223 KB 39/39 KB 45/45 KB 25/308 KB 80/286 KB 120/223 KB 39/39 KB 45/45 KB 27/308 KB 80/286 KB 120/223 KB 39/39 KB 45/45 KB 30/308 KB 80/286 KB 120/223 KB 39/39 KB 45/45 KB 32/308 KB 80/286 KB 120/223 KB 39/39 KB 45/45 KB 36/308 KB 80/286 KB 120/223 KB 39/39 KB 45/45 KB 40/308 machine-2: 15:58:52 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Selecting previously unselected package libdpkg-perl. machine-2: 15:58:52 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... machine-2: 15:58:52 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install KB 80/286 KB 120/223 KB 39/39 KB 45/45 KB 44/308 KB 80/286 KB 120/223 KB 39/39 KB 45/45 KB 48/308 KB 80/286 KB 120/223 KB 39/39 KB 45/45 KB 22/308 KB 80/286 KB 124/223 KB 39/39 KB 45/45 KB 48/308 KB 80/286 KB 128/223 KB 39/39 KB 45/45 KB 48/308 KB 80/286 KB 128/223 KB 39/39 KB 45/45 KB 48/308 KB 84/286 KB 132/223 KB 39/39 KB 45/45 KB 52/308 KB 88/286 KB 132/223 KB 39/39 KB 45/45 KB 52/308 KB 92/286 KB 132/223 KB 39/39 KB 45/45 KB 52/308 KB 96/286 KB 132/223 KB 39/39 KB 45/45 KB 52/308 KB 84/286 KB 132/223 KB 39/39 KB 45/45 KB 56/308 KB 96/286 KB 132/223 KB 39/39 KB 45/45 KB 60/308 KB 96/286 KB 132/223 KB 39/39 KB 45/45 KB 64/308 KB 96/286 KB 132/223 KB 39/39 KB 45/45 KB 48/308 KB 84/286 KB 136/223 KB 39/39 KB 45/45 KB 64/308 KB 96/286 KB 140/223 KB 39/39 KB 45/45 KB 64/308 KB 96/286 KB 144/223 KB 39/39 KB 45/45 KB 64/308 KB 96/286 KB 144/223 KB 39/39 KB 45/45 KB 68/308 KB 96/286 KB 148/223 KB 39/39 KB 45/45 KB 72/308 KB 100/286 KB 148/223 KB 39/39 KB 45/45 KB 76/308 KB 100/286 KB 148/223 KB 39/39 KB 45/45 KB 80/308 KB 100/286 KB 148/223 KB 39/39 KB 45/45 KB 68/308 KB 100/286 KB 148/223 KB 39/39 KB 45/45 KB 80/308 KB 104/286 KB 148/223 KB 39/39 KB 45/45 KB 80/308 KB 108/286 KB 148/223 KB 39/39 KB 45/45 KB 68/308 KB 96/286 KB 152/223 KB 39/39 KB 45/45 KB 80/308 KB 108/286 KB 156/223 KB 39/39 KB 45/45 KB 80/308 KB 112/286 KB 160/223 KB 39/39 KB 45/45 KB 80/308 KB 112/286 KB 152/223 KB 39/39 KB 45/45 KB 80/308 KB 112/286 KB 160/223 KB 39/39 KB 45/45 KB 84/308 KB 112/286 KB 164/223 KB 39/39 KB 45/45 KB 88/308 KB 116/286 KB 164/223 KB 39/39 KB 45/45 KB 92/308 KB 116/286 KB 164/223 KB 39/39 KB 45/45 KB 84/308 KB 116/286 KB 168/223 KB 39/39 KB 45/45 KB 92/308 KB 116/286 KB 160/223 KB 39/39 KB 45/45 KB 84/308 KB 116/286 KB 168/223 KB 39/39 KB 45/45 KB 96/308 KB 120/286 KB 168/223 KB 39/39 KB 45/45 KB 96/308 KB 124/286 KB 168/223 KB 39/39 KB 45/45 KB 96/308 KB 128/286 KB 168/223 KB 39/39 KB 45/45 KB 96/308 KB 116/286 KB 172/223 KB 39/39 KB 45/45 KB 96/308 KB 128/286 KB 176/223 KB 39/39 KB 45/45 KB 96/308 KB 128/286 KB 176/223 KB 39/39 KB 45/45 KB 100/308 KB 128/286 KB 180/223 KB 39/39 KB 45/45 KB 104/308 KB 132/286 KB 180/223 KB 39/39 KB 45/45 KB 108/308 KB 132/286 KB 180/223 KB 39/39 KB 45/45 KB 112/308 KB 132/286 KB 180/223 KB 39/39 KB 45/45 KB 100/308 KB 132/286 KB 176/223 KB 39/39 KB 45/45 KB 100/308 KB 132/286 KB 180/223 KB 39/39 KB 45/45 KB 112/308 KB 136/286 KB 180/223 KB 39/39 KB 45/45 KB 112/308 KB 140/286 KB 184/223 KB 39/39 KB 45/45 KB 112/308 KB 140/286 KB 188/223 KB 39/39 KB 45/45 KB 112/308 KB 140/286 KB 188/223 KB 39/39 KB 45/45 KB 112/308 KB 144/286 KB 192/223 KB 39/39 KB 45/45 KB 112/308 KB 144/286 KB 192/223 KB 39/39 KB 45/45 KB 116/308 KB 144/286 KB 196/223 KB 39/39 KB 45/45 KB 120/308 KB 148/286 KB 196/223 KB 39/39 KB 45/45 KB 124/308 KB 148/286 KB 196/223 KB 39/39 KB 45/45 KB 116/308 KB 148/286 KB 196/223 KB 39/39 KB 45/45 KB 124/308 KB 152/286 KB 196/223 KB 39/39 KB 45/45 KB 116/308 KB 144/286 KB 200/223 KB 39/39 KB 45/45 KB 128/308 KB 152/286 KB 204/223 KB 39/39 KB 45/45 KB 128/308 KB 152/286 KB 208/223 KB 39/39 KB 45/45 KB 128/308 KB 152/286 KB 196/223 KB 39/39 KB 45/45 KB 128/308 KB 152/286 KB 208/223 KB 39/39 KB 45/45 KB 128/308 KB 156/286 KB 208/223 KB 39/39 KB 45/45 KB 128/308 KB 160/286 KB 212/223 KB 39/39 KB 45/45 KB 128/308 KB 160/286 KB 216/223 KB 39/39 KB 45/45 KB 132/308 KB unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... machine-2: 15:58:52 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 15:58:52 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 164/286 KB 220/223 KB 39/39 KB 45/45 KB 132/308 KB 164/286 KB 223/223 KB 39/39 KB 45/45 KB 132/308 KB 164/286 KB 212/223 KB 39/39 KB 45/45 KB 132/308 KB 164/286 KB 223/223 KB 39/39 KB 45/45 KB 132/308 KB 168/286 KB 223/223 KB 39/39 KB 45/45 KB 132/308 KB 172/286 KB 212/223 KB 39/39 KB 45/45 KB 132/308 KB 160/286 KB 223/223 KB 39/39 KB 45/45 KB 136/308 KB 172/286 KB 223/223 KB 39/39 KB 45/45 KB 140/308 KB 172/286 KB 223/223 KB 39/39 KB 45/45 KB 144/308 KB 172/286 KB 223/223 KB 39/39 KB 45/45 KB 144/308 KB 176/286 KB 223/223 KB 39/39 KB 45/45 KB 148/308 KB 176/286 KB 223/223 KB 39/39 KB 45/45 KB 152/308 KB 180/286 KB 223/223 KB 39/39 KB 45/45 KB 156/308 KB 180/286 KB 223/223 KB 39/39 KB 45/45 KB 160/308 KB 180/286 KB 223/223 KB 39/39 KB 45/45 KB 148/308 KB 180/286 KB 223/223 KB 39/39 KB 45/45 KB 160/308 KB 184/286 KB 223/223 KB 39/39 KB 45/45 KB 160/308 KB 188/286 KB 223/223 KB 39/39 KB 45/45 KB 160/308 KB 192/286 KB 223/223 KB 39/39 KB 45/45 KB 164/308 KB 192/286 KB 223/223 KB 39/39 KB 45/45 KB 168/308 KB 192/286 KB 223/223 KB 39/39 KB 45/45 KB 172/308 KB 192/286 KB 223/223 KB 39/39 KB 45/45 KB 176/308 KB 192/286 KB 223/223 KB 39/39 KB 45/45 KB 176/308 KB 196/286 KB 223/223 KB 39/39 KB 45/45 KB 176/308 KB 200/286 KB 223/223 KB 39/39 KB 45/45 KB 176/308 KB 204/286 KB 223/223 KB 39/39 KB 45/45 KB 176/308 KB 208/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 KB at 618.8 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (45 KB at 694.3 KB/sec) machine-2: 15:58:52 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (223 KB at 3375.2 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar machine-2: 15:58:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 15:58:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 15:58:52 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 180/308 KB 208/286 KB 4/9 KB 180/308 KB 208/286 KB 8/9 KB 184/308 KB 208/286 KB 9/9 KB 184/308 KB 208/286 KB 4/9 KB 184/308 KB 208/286 KB 9/9 KB 188/308 KB 212/286 KB 9/9 KB 192/308 KB 212/286 KB 9/9 KB 184/308 KB 212/286 KB 9/9 KB 192/308 KB 216/286 KB 9/9 KB 192/308 KB 220/286 KB 9/9 KB 196/308 KB 224/286 KB 9/9 KB 196/308 KB 228/286 KB 9/9 KB 196/308 KB 232/286 KB 9/9 KB 196/308 KB 236/286 KB 9/9 KB 196/308 KB 240/286 KB 9/9 KB 196/308 KB 220/286 KB 9/9 KB 200/308 KB 240/286 KB 9/9 KB 204/308 KB 240/286 KB 9/9 KB 208/308 KB 240/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 107.6 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar machine-2: 15:58:52 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 15:58:52 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 15:58:52 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 15:58:52 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 15:58:52 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 212/308 KB 244/286 KB 3/174 KB 212/308 KB 248/286 KB 3/174 KB 212/308 KB 252/286 KB 3/174 KB 212/308 KB 256/286 KB 3/22 KB 3/174 KB 212/308 KB 256/286 KB 6/22 KB 3/174 KB 212/308 KB 256/286 KB 9/22 KB 3/174 KB 212/308 KB 256/286 KB 11/22 KB 3/174 KB 212/308 KB 256/286 KB 212/308 KB 240/286 KB 3/174 KB 212/308 KB 244/286 KB 11/22 KB 6/174 KB 212/308 KB 256/286 KB 11/22 KB 9/174 KB 212/308 KB 256/286 KB 11/22 KB 11/174 KB 212/308 KB 256/286 KB 14/22 KB 14/174 KB 212/308 KB 256/286 KB 14/22 KB 16/174 KB 212/308 KB 256/286 KB 14/22 KB 19/174 KB 212/308 KB 256/286 KB 14/22 KB 22/174 KB 212/308 KB 256/286 KB 14/22 KB 25/174 KB 212/308 KB 256/286 KB 14/22 KB 27/174 KB 212/308 KB 256/286 KB 14/22 KB 11/174 KB 212/308 KB 256/286 KB 16/22 KB 27/174 KB 212/308 KB 256/286 KB 19/22 KB 27/174 KB 212/308 KB 256/286 KB 22/22 KB 27/174 KB 212/308 KB 256/286 KB 22/22 KB 27/174 KB 212/308 KB 256/286 KB 22/22 KB 30/174 KB 212/308 KB 256/286 KB 22/22 KB 32/174 KB 212/308 KB 256/286 KB 22/22 KB 32/174 KB 216/308 KB 256/286 KB 22/22 KB 32/174 KB 220/308 KB 256/286 KB 22/22 KB 32/174 KB 224/308 KB 256/286 KB 22/22 KB 32/174 KB 228/308 KB 256/286 KB 22/22 KB 36/174 KB 232/308 KB 260/286 KB 22/22 KB 36/174 KB 236/308 KB 260/286 KB 22/22 KB 36/174 KB 240/308 KB 260/286 KB 22/22 KB 36/174 KB 228/308 KB 260/286 KB 22/22 KB 36/174 KB 228/308 KB 256/286 KB 22/22 KB 40/174 KB 240/308 KB 260/286 KB 22/22 KB 44/174 KB 240/308 KB 260/286 KB 22/22 KB 48/174 KB 240/308 KB 260/286 KB 22/22 KB 48/174 KB 240/308 KB 264/286 KB 22/22 KB 48/174 KB 240/308 KB 268/286 KB 22/22 KB 48/174 KB 240/308 KB 272/286 KB 22/22 KB 48/174 KB 244/308 KB 272/286 KB 22/22 KB 48/174 KB 248/308 KB 272/286 KB 22/22 KB 52/174 KB 248/308 KB 272/286 KB 22/22 KB 56/174 KB 248/308 KB 272/286 KB 22/22 KB 60/174 KB 248/308 KB 272/286 KB 22/22 KB 64/174 KB 248/308 KB 272/286 KB 22/22 KB 64/174 KB 252/308 KB 272/286 KB 22/22 KB 64/174 KB 256/308 KB 272/286 KB 22/22 KB 64/174 KB 256/308 KB 276/286 KB 22/22 KB 64/174 KB 256/308 KB 280/286 KB 22/22 KB 64/174 KB 256/308 KB 284/286 KB 22/22 KB 64/174 KB 256/308 KB 286/286 KB 22/22 KB 68/174 KB 256/308 KB 286/286 KB 22/22 KB 72/174 KB 256/308 KB 286/286 KB 22/22 KB 76/174 KB 256/308 KB 286/286 KB 22/22 KB 80/174 KB 256/308 KB 286/286 KB 22/22 KB 80/174 KB 260/308 KB 286/286 KB 22/22 KB 80/174 KB 264/308 KB 286/286 KB 22/22 KB 4/22 KB 80/174 KB 264/308 KB 286/286 KB 22/22 KB 8/22 KB 80/174 KB 264/308 KB 286/286 KB 22/22 KB 12/22 KB 80/174 KB 264/308 KB 286/286 KB 22/22 KB 16/22 KB 80/174 KB 264/308 KB 286/286 KB 22/22 KB 20/22 KB 80/174 KB 264/308 KB 286/286 KB 22/22 KB 22/22 KB 80/174 KB 264/308 KB 286/286 KB 22/22 KB 22/22 KB 80/174 KB 268/308 KB 286/286 KB 22/22 KB 22/22 KB 84/174 KB 270/308 KB 286/286 KB 22/22 KB 22/22 KB 84/174 KB 268/308 KB 286/286 KB 22/22 KB 22/22 KB 88/174 KB 270/308 KB 286/286 KB 22/22 KB 22/22 KB 92/174 KB 270/308 KB 286/286 KB 22/22 KB 22/22 KB 96/174 KB 270/308 KB 286/286 KB 22/22 KB 22/22 KB 96/174 KB 274/308 KB 286/286 KB 22/22 KB 22/22 KB 96/174 KB 278/308 KB 286/286 KB 22/22 KB 22/22 KB 96/174 KB 282/308 KB 286/286 KB 22/22 KB 22/22 KB 96/174 KB 286/308 KB 286/286 KB 22/22 KB 22/22 KB 96/174 KB 290/308 KB 286/286 KB 22/22 KB 22/22 KB 96/174 KB 294/308 KB 286/286 KB 22/22 KB 22/22 KB 96/174 KB 298/308 KB 286/286 KB 22/22 KB 22/22 KB 96/174 KB 302/308 KB 286/286 KB 22/22 KB 22/22 KB machine-2: 15:58:52 DEBUG juju.worker.dependency "reboot-executor" manifold worker started unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 96/174 KB 306/308 KB 286/286 KB 22/22 KB 22/22 KB 100/174 KB 306/308 KB 286/286 KB 22/22 KB 22/22 KB 104/174 KB 306/308 KB 286/286 KB 22/22 KB 22/22 KB 108/174 KB 306/308 KB 286/286 KB 22/22 KB 22/22 KB 112/174 KB 306/308 KB 286/286 KB 22/22 KB 22/22 KB 112/174 KB 308/308 KB 286/286 KB 22/22 KB 116/174 KB 308/308 KB 286/286 KB 22/22 KB 120/174 KB 308/308 KB 286/286 KB 22/22 KB 124/174 KB 308/308 KB 286/286 KB 22/22 KB 128/174 KB 308/308 KB 286/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 KB at 211.8 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar machine-2: 15:58:52 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 22/22 KB 132/174 KB 308/308 KB 286/286 KB 22/22 KB 136/174 KB 308/308 KB 286/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 KB at 206.4 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar machine-2: 15:58:52 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 15:58:52 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 15:58:52 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 15:58:52 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 15:58:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 15:58:52 DEBUG juju.worker.logger logger setup machine-2: 15:58:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 15:58:52 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-2: 15:58:52 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-2: 15:58:52 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 15:58:52 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 15:58:52 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 140/174 KB 308/308 KB 286/286 KB 144/174 KB 308/308 KB 286/286 KB 148/174 KB 308/308 KB 286/286 KB 152/174 KB 308/308 KB 286/286 KB 156/174 KB 308/308 KB 286/286 KB 160/174 KB 308/308 KB 286/286 KB 164/174 KB 308/308 KB 286/286 KB 168/174 KB 308/308 KB 286/286 KB 172/174 KB 308/308 KB 286/286 KB 174/174 KB 308/308 KB 286/286 KB 4/17 KB 174/174 KB 308/308 KB 286/286 KB 8/17 KB 174/174 KB 308/308 KB 286/286 KB 12/17 KB 174/174 KB 308/308 KB 286/286 KB 16/17 KB 174/174 KB 308/308 KB 286/286 KB 17/17 KB 174/174 KB 308/308 KB 286/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (286 KB at 2380.4 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 KB at 138.4 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar machine-2: 15:58:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 15:58:52 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (308 KB at 2541.7 KB/sec) machine-2: 15:58:52 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar machine-2: 15:58:52 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 15:58:52 DEBUG juju.network including address public:172.30.9.204 for machine machine-2: 15:58:52 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-2: 15:58:52 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 15:58:52 DEBUG juju.network including address local-machine:::1 for machine machine-2: 15:58:52 DEBUG juju.network addresses after filtering: [public:172.30.9.204 local-cloud:192.168.121.6 local-machine:127.0.0.1 local-machine:::1] machine-2: 15:58:52 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.204:17070 192.168.121.6:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 15:58:52 DEBUG juju.agent API server address details [["172.30.9.204:17070" "192.168.121.6:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "172.30.9.204:17070"] machine-2: 15:58:52 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 15:58:52 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-2: 15:58:52 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 15:58:52 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 15:58:52 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 15:58:52 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 15:58:52 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.204,192.168.121.6,::1,localhost", AutoNoProxy:""} machine-2: 15:58:52 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 15:58:52 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 15:58:52 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (174 KB at 1286.8 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar machine-2: 15:58:52 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 15:58:52 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 15:58:52 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 15:58:52 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 15:58:52 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 15:58:52 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 15:58:52 DEBUG juju.network including address local-cloud:192.168.121.14 for machine machine-2: 15:58:52 DEBUG juju.network including address local-machine:::1 for machine machine-2: 15:58:52 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-2: 15:58:52 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-2: 15:58:52 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Selecting previously unselected package dpkg-dev. unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/11 KB 11/11 KB 4/13 KB 11/11 KB 4/11 KB 8/13 KB 11/11 KB 4/11 KB 12/13 KB 11/11 KB 4/11 KB 13/13 KB 11/11 KB 4/11 KB 4/13 KB 11/11 KB 8/11 KB 13/13 KB 11/11 KB 11/11 KB 13/13 KB 11/11 KB 3/28 KB 11/11 KB 13/13 KB 11/11 KB 6/28 KB 11/11 KB 13/13 KB 11/11 KB 9/28 KB 11/11 KB 13/13 KB 11/11 KB 11/28 KB 11/11 KB 13/13 KB 11/11 KB 14/28 KB 11/11 KB 13/13 KB 11/11 KB 16/28 KB 11/11 KB 13/13 KB 11/11 KB 19/28 KB 11/11 KB 13/13 KB 11/11 KB 22/28 KB 11/11 KB 13/13 KB 11/11 KB 25/28 KB 11/11 KB 13/13 KB 11/11 KB 27/28 KB 11/11 KB 13/13 KB 11/11 KB 28/28 KB 11/11 KB 13/13 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 KB at 87.1 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar machine-2: 15:58:52 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 15:58:52 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 15:58:52 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 15:58:52 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 15:58:52 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... machine-2: 15:58:52 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 15:58:52 DEBUG juju.worker start "2-container-watcher" machine-2: 15:58:52 DEBUG juju.worker start "stateconverter" machine-2: 15:58:52 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 15:58:52 INFO juju.worker start "2-container-watcher" machine-2: 15:58:52 DEBUG juju.worker "2-container-watcher" started machine-2: 15:58:52 INFO juju.worker start "stateconverter" machine-2: 15:58:52 DEBUG juju.worker "stateconverter" started machine-2: 15:58:52 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 28/28 KB 11/11 KB 4/309 KB 11/11 KB 28/28 KB 11/11 KB 8/309 KB 11/11 KB 28/28 KB 11/11 KB 12/309 KB 11/11 KB 28/28 KB 11/11 KB 16/309 KB 11/11 KB 28/28 KB 11/11 KB 20/309 KB 11/11 KB 28/28 KB 11/11 KB 24/309 KB 11/11 KB 28/28 KB 11/11 KB 28/309 KB 11/11 KB 28/28 KB 11/11 KB 32/309 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 KB at 68.5 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 4/14 KB 28/28 KB 11/11 KB 32/309 KB 8/14 KB 28/28 KB 11/11 KB 32/309 KB 12/14 KB 28/28 KB 11/11 KB 32/309 KB 14/14 KB 28/28 KB 11/11 KB 32/309 KB 14/14 KB 28/28 KB 11/11 KB 36/309 KB 14/14 KB 28/28 KB 11/11 KB 40/309 KB 14/14 KB 28/28 KB 11/11 KB 44/309 KB 14/14 KB 28/28 KB 11/11 KB 48/309 KB 14/14 KB 28/28 KB 11/11 KB 52/309 KB 14/14 KB 28/28 KB 11/11 KB 56/309 KB 14/14 KB 28/28 KB 11/11 KB 60/309 KB 14/14 KB 28/28 KB 11/11 KB 64/309 KB 14/14 KB 28/28 KB 11/11 KB 68/309 KB 14/14 KB 28/28 KB 11/11 KB 72/309 KB 14/14 KB 28/28 KB 11/11 KB 76/309 KB 14/14 KB 28/28 KB 11/11 KB 80/309 KB 14/14 KB 28/28 KB 11/11 KB 84/309 KB 14/14 KB 28/28 KB 11/11 KB 88/309 KB 14/14 KB 28/28 KB 11/11 KB 92/309 KB 14/14 KB 28/28 KB 11/11 KB 96/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (11 KB at 63.4 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 14/14 KB 28/28 KB 100/309 KB 14/14 KB 28/28 KB 104/309 KB 14/14 KB 28/28 KB 108/309 KB 14/14 KB 28/28 KB 112/309 KB 14/14 KB 28/28 KB 116/309 KB 14/14 KB 28/28 KB 120/309 KB 14/14 KB 28/28 KB 124/309 KB 14/14 KB 28/28 KB 128/309 KB 14/14 KB 28/28 KB 132/309 KB 14/14 KB 28/28 KB 136/309 KB 14/14 KB 28/28 KB 140/309 KB 14/14 KB 28/28 KB 144/309 KB 14/14 KB 28/28 KB 148/309 KB 14/14 KB 28/28 KB 152/309 KB 14/14 KB 28/28 KB 156/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (28 KB at 169.0 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar machine-2: 15:58:52 INFO juju.worker.authenticationworker "machine-2" key updater worker started unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 14/14 KB 160/309 KB 14/14 KB 164/309 KB 14/14 KB 168/309 KB 14/14 KB 172/309 KB 14/14 KB 176/309 KB 14/14 KB 180/309 KB 14/14 KB 184/309 KB 14/14 KB 188/309 KB 14/14 KB 192/309 KB 14/14 KB 196/309 KB 14/14 KB 200/309 KB 14/14 KB 204/309 KB 14/14 KB 208/309 KB 14/14 KB 212/309 KB 14/14 KB 216/309 KB 14/14 KB 220/309 KB 14/14 KB 224/309 KB 14/14 KB 228/309 KB 14/14 KB 232/309 KB 14/14 KB 236/309 KB 14/14 KB 240/309 KB 14/14 KB 244/309 KB 14/14 KB 248/309 KB 14/14 KB 252/309 KB 14/14 KB 256/309 KB 14/14 KB 260/309 KB 14/14 KB 264/309 KB 14/14 KB 268/309 KB 14/14 KB 272/309 KB 14/14 KB 276/309 KB 14/14 KB 280/309 KB 14/14 KB 284/309 KB 14/14 KB 288/309 KB 14/14 KB 292/309 KB 14/14 KB 296/309 KB 14/14 KB 300/309 KB 14/14 KB 304/309 KB 14/14 KB 308/309 KB 14/14 KB 309/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 74.0 KB/sec) machine-2: 15:58:52 INFO juju.worker.deployer deploying unit "oai-epc/0" unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 1713.4 KB/sec) machine-2: 15:58:52 INFO juju.worker.machiner "machine-2" started unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 3/192 KB 5/192 KB 8/192 KB 11/192 KB 13/192 KB 16/192 KB 19/192 KB 19/192 KB 4/37 KB 19/192 KB 8/37 KB 19/192 KB 12/37 KB 19/192 KB 16/37 KB 21/192 KB 16/37 KB 24/192 KB 16/37 KB 27/192 KB 16/37 KB 29/192 KB 16/37 KB 32/192 KB 16/37 KB 32/192 KB 20/37 KB 32/192 KB 3/14 KB 20/37 KB 32/192 KB 6/14 KB 20/37 KB 32/192 KB 9/14 KB 20/37 KB 32/192 KB 9/14 KB 24/37 KB 32/192 KB 9/14 KB 28/37 KB 32/192 KB 9/14 KB 32/37 KB 32/192 KB 11/14 KB 32/37 KB 32/192 KB 14/14 KB 32/37 KB 32/192 KB 14/14 KB 32/37 KB 32/192 KB 14/14 KB 36/37 KB 32/192 KB 14/14 KB 37/37 KB 36/192 KB 14/14 KB 37/37 KB 40/192 KB 14/14 KB 37/37 KB 44/192 KB 14/14 KB 37/37 KB 48/192 KB 14/14 KB 37/37 KB 52/192 KB 14/14 KB 37/37 KB 56/192 KB 14/14 KB 37/37 KB 60/192 KB 14/14 KB 37/37 KB 64/192 KB 14/14 KB 37/37 KB 68/192 KB 14/14 KB 37/37 KB 72/192 KB 14/14 KB 37/37 KB 76/192 KB 14/14 KB 37/37 KB 80/192 KB 14/14 KB 37/37 KB 84/192 KB 14/14 KB 37/37 KB 88/192 KB 14/14 KB 37/37 KB 92/192 KB 14/14 KB 37/37 KB 96/192 KB 14/14 KB 37/37 KB 100/192 KB 14/14 KB 37/37 KB 104/192 KB 14/14 KB 37/37 KB 108/192 KB 14/14 KB 37/37 KB 112/192 KB 14/14 KB 37/37 KB 116/192 KB 14/14 KB 37/37 KB 120/192 KB 14/14 KB 37/37 KB 124/192 KB 14/14 KB 37/37 KB 128/192 KB 14/14 KB 37/37 KB 132/192 KB 14/14 KB 37/37 KB 136/192 KB 14/14 KB 37/37 KB 140/192 KB 14/14 KB 37/37 KB 144/192 KB 14/14 KB 37/37 KB 148/192 KB 14/14 KB 37/37 KB 152/192 KB 14/14 KB 37/37 KB 156/192 KB 14/14 KB 37/37 KB 160/192 KB 14/14 KB 37/37 KB 164/192 KB 14/14 KB 37/37 KB 168/192 KB 14/14 KB 37/37 KB 172/192 KB 14/14 KB 37/37 KB 176/192 KB 14/14 KB 37/37 KB 180/192 KB 14/14 KB 37/37 KB 184/192 KB 14/14 KB 37/37 KB 188/192 KB 14/14 KB 37/37 KB 192/192 KB 14/14 KB 37/37 KB 192/192 KB 14/14 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 KB at 66.2 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (37 KB at 174.1 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar (192 KB at 858.6 KB/sec) machine-2: 15:58:52 DEBUG juju.service discovered init system "upstart" from local host machine-2: 15:58:52 DEBUG juju.worker.deployer state addresses: ["192.168.121.6:37017"] machine-2: 15:58:52 DEBUG juju.worker.deployer API addresses: ["192.168.121.6:17070" "172.30.9.204:17070"] unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Selecting previously unselected package build-essential. unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Unpacking build-essential (11.6ubuntu6) ... unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Selecting previously unselected package libfakeroot:amd64. unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... machine-2: 15:58:52 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-epc-0 Conf:{Desc:juju unit agent for oai-epc/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-epc-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-epc/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-epc-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-epc-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-epc/0 --debug]}}} unit-oai-epc-0: 15:58:52 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-epc-0: 15:58:52 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-epc-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-epc/0", "--debug"} unit-oai-epc-0: 15:58:52 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 15:58:52 DEBUG juju.worker start "api" unit-oai-epc-0: 15:58:52 INFO juju.worker start "api" unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 15:58:52 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 15:58:52 DEBUG juju.worker "api" started unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 15:58:52 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Selecting previously unselected package fakeroot. unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 15:58:52 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 15:58:52 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-epc-0: 15:58:52 INFO juju.api connection established to "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-epc-0: 15:58:52 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-epc-0: 15:58:52 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-mysql-0: 15:58:52 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom (4 KB at 70.9 KB/sec) unit-abot-epc-basic-0: 15:58:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom unit-abot-epc-basic-0: 15:58:53 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom (3 KB at 55.6 KB/sec) unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 15:58:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 15:58:53 DEBUG unit.abot-epc-basic/0.install 3/74 KB 6/74 KB 9/74 KB 11/74 KB 14/74 KB 16/74 KB 19/74 KB 22/74 KB 25/74 KB 27/74 KB 30/74 KB 32/74 KB 36/74 KB 40/74 KB 44/74 KB 48/74 KB 52/74 KB 56/74 KB 60/74 KB 61/74 KB 65/74 KB 69/74 KB 73/74 KB 74/74 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar (74 KB at 1115.9 KB/sec) unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Selecting previously unselected package manpages-dev. unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 15:58:53 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 15:58:53 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 15:58:53 DEBUG unit.abot-epc-basic/0.install T E S T S unit-abot-epc-basic-0: 15:58:53 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-oai-epc-0: 15:58:53 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 15:58:53 DEBUG juju.worker.apicaller changing password... unit-oai-epc-0: 15:58:53 DEBUG juju.worker.apicaller password changed unit-oai-epc-0: 15:58:53 DEBUG juju.api RPC connection died unit-oai-epc-0: 15:58:53 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-2: 15:58:53 DEBUG juju.worker.machiner observed network config updated for "machine-2" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:25:cb:4e 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.14 [] [] []} {2 fa:16:3e:25:cb:4e 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-epc-0: 15:58:53 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 15:58:53 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-epc-0: 15:58:53 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-epc-0: 15:58:53 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-abot-epc-basic-0: 15:58:53 DEBUG unit.abot-epc-basic/0.install Running com.rebaca.abot.RunScenarios unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Selecting previously unselected package python3-pkg-resources. unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Unpacking python3-pkg-resources (3.3-1ubuntu2) ... unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Selecting previously unselected package python-chardet-whl. unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama. unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Unpacking python-colorama (0.2.5-0.1ubuntu2) ... unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama-whl. unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... unit-mysql-0: 15:58:53 DEBUG unit.mysql/0.install Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-oai-epc-0: 15:58:54 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 15:58:54 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 15:58:54 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 15:58:54 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 15:58:54 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-mysql-0: 15:58:54 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib. unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 15:58:54 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 15:58:54 DEBUG unit.mysql/0.install Unpacking python-distlib (0.1.8-1ubuntu1) ... unit-oai-epc-0: 15:58:54 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 15:58:54 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 15:58:54 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 15:58:54 DEBUG juju.network including address public:172.30.9.204 for machine unit-oai-epc-0: 15:58:54 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-oai-epc-0: 15:58:54 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 15:58:54 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 15:58:54 DEBUG juju.network addresses after filtering: [public:172.30.9.204 local-cloud:192.168.121.6 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 15:58:54 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.204:17070 192.168.121.6:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 15:58:54 DEBUG juju.agent API server address details [["172.30.9.204:17070" "192.168.121.6:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "172.30.9.204:17070"] unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 15:58:54 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.204,192.168.121.6,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 15:58:54 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 15:58:54 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 15:58:54 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-oai-epc-0: 15:58:54 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-oai-epc-0: 15:58:54 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-oai-epc-0: 15:58:54 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-abot-epc-basic-0: 15:58:54 DEBUG unit.abot-epc-basic/0.install Feature: Local_Commands_Testing unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 15:58:54 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 15:58:54 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 15:58:54 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 15:58:54 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-mysql-0: 15:58:54 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib-whl. unit-mysql-0: 15:58:54 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 15:58:54 DEBUG unit.abot-epc-basic/0.install Aug 27, 2018 3:58:54 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 15:58:54 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@483f6d77: startup date [Mon Aug 27 15:58:54 UTC 2018]; root of context hierarchy unit-mysql-0: 15:58:54 DEBUG unit.mysql/0.install Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... unit-oai-epc-0: 15:58:54 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 15:58:54 DEBUG unit.abot-epc-basic/0.install Aug 27, 2018 3:58:54 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 15:58:54 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-mysql-0: 15:58:54 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib. unit-mysql-0: 15:58:54 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 15:58:54 DEBUG unit.mysql/0.install Unpacking python-html5lib (0.999-3~ubuntu1) ... unit-oai-epc-0: 15:58:54 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 15:58:54 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-epc-0: 15:58:54 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-epc-0: 15:58:54 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-abot-epc-basic-0: 15:58:54 DEBUG unit.abot-epc-basic/0.install Aug 27, 2018 3:58:54 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 15:58:54 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-oai-epc-0: 15:58:54 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 15:58:54 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 15:58:54 INFO juju.worker.uniter resuming charm install unit-oai-epc-0: 15:58:54 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-epc-3 unit-oai-epc-0: 15:58:54 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 15:58:54 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 15:58:54 INFO juju.worker.uniter.charm downloading local:trusty/oai-epc-3 from API server unit-oai-epc-0: 15:58:54 INFO juju.downloader downloading from local:trusty/oai-epc-3 unit-oai-epc-0: 15:58:54 DEBUG httpbakery client do GET https://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/charms?file=%2A&url=local%3Atrusty%2Foai-epc-3 { unit-oai-epc-0: 15:58:54 DEBUG httpbakery } -> error unit-oai-epc-0: 15:58:54 INFO juju.downloader download complete ("local:trusty/oai-epc-3") unit-oai-epc-0: 15:58:54 INFO juju.downloader download verified ("local:trusty/oai-epc-3") unit-oai-epc-0: 15:58:55 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 15:58:55 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-epc-3" unit-oai-epc-0: 15:58:55 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-epc-3" unit-oai-epc-0: 15:58:55 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-epc-3" unit-oai-epc-0: 15:58:55 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 15:58:55 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 15:58:55 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 15:58:55 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 15:58:55 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 15:58:55 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 15:58:55 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 15:58:55 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 15:58:55 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 15:58:55 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 15:58:55 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 15:58:55 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 15:58:55 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 15:58:55 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 15:58:55 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 15:58:55 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 15:58:55 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 15:58:55 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib-whl. unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Selecting previously unselected package python-six-whl. unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Unpacking python-six-whl (1.5.2-1ubuntu1) ... unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Selecting previously unselected package python-urllib3-whl. unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... unit-oai-epc-0: 15:58:55 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install ++ config-get branch unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Selecting previously unselected package python-requests-whl. unit-oai-epc-0: 15:58:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install ++ config-get revision unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... unit-oai-epc-0: 15:58:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install Reading state information... unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Selecting previously unselected package python-setuptools-whl. unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Unpacking python-setuptools-whl (3.3-1ubuntu2) ... unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 15:58:55 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip-whl. unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Unpacking python-pip-whl (1.5.4-1ubuntu4) ... unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip. unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 15:58:55 DEBUG unit.mysql/0.install Unpacking python-pip (1.5.4-1ubuntu4) ... unit-mysql-0: 15:58:56 DEBUG unit.mysql/0.install Selecting previously unselected package python-wheel. unit-mysql-0: 15:58:56 DEBUG unit.mysql/0.install Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... unit-mysql-0: 15:58:56 DEBUG unit.mysql/0.install Unpacking python-wheel (0.24.0-1~ubuntu1) ... unit-mysql-0: 15:58:56 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 15:58:56 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 15:58:56 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 15:58:56 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 15:58:56 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-oai-epc-0: 15:58:56 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 [701 kB] unit-abot-epc-basic-0: 15:58:56 DEBUG unit.abot-epc-basic/0.install Aug 27, 2018 3:58:56 PM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 15:58:56 DEBUG unit.abot-epc-basic/0.install INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@466d49f0] to [cucumber.runtime.java.spring.GlueCodeScope@710d7aff] unit-oai-epc-0: 15:58:56 DEBUG unit.oai-epc/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.8 [2672 kB] unit-oai-epc-0: 15:58:57 DEBUG unit.oai-epc/0.install Fetched 3394 kB in 1s (3124 kB/s) unit-oai-epc-0: 15:58:57 DEBUG unit.oai-epc/0.install Selecting previously unselected package liberror-perl. unit-oai-epc-0: 15:58:57 DEBUG unit.oai-epc/0.install (Reading database ... 78141 files and directories currently installed.) unit-oai-epc-0: 15:58:57 DEBUG unit.oai-epc/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-epc-0: 15:58:57 DEBUG unit.oai-epc/0.install Unpacking liberror-perl (0.17-1.1) ... unit-oai-epc-0: 15:58:57 DEBUG unit.oai-epc/0.install Selecting previously unselected package git-man. unit-oai-epc-0: 15:58:57 DEBUG unit.oai-epc/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.8_all.deb ... unit-oai-epc-0: 15:58:57 DEBUG unit.oai-epc/0.install Unpacking git-man (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 15:58:57 DEBUG unit.abot-epc-basic/0.install Aug 27, 2018 3:58:57 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 15:58:57 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@51351f28: startup date [Mon Aug 27 15:58:57 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 15:58:57 DEBUG unit.abot-epc-basic/0.install Aug 27, 2018 3:58:57 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 15:58:57 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 15:58:57 DEBUG unit.abot-epc-basic/0.install Aug 27, 2018 3:58:57 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 15:58:57 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-oai-epc-0: 15:58:57 DEBUG unit.oai-epc/0.install Selecting previously unselected package git. unit-oai-epc-0: 15:58:57 DEBUG unit.oai-epc/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.8_amd64.deb ... unit-oai-epc-0: 15:58:57 DEBUG unit.oai-epc/0.install Unpacking git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 15:58:57 DEBUG unit.abot-epc-basic/0.install Aug 27, 2018 3:58:57 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 15:58:57 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 15:58:57 DEBUG unit.abot-epc-basic/0.install Aug 27, 2018 3:58:57 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 15:58:57 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-oai-epc-0: 15:58:57 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:58:57 DEBUG unit.abot-epc-basic/0.install Aug 27, 2018 3:58:57 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 15:58:57 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@a2ddf26: startup date [Mon Aug 27 15:58:57 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 15:58:57 DEBUG unit.abot-epc-basic/0.install Aug 27, 2018 3:58:57 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 15:58:57 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 15:58:57 DEBUG unit.abot-epc-basic/0.install Aug 27, 2018 3:58:57 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 15:58:57 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 15:58:58 DEBUG unit.abot-epc-basic/0.install Aug 27, 2018 3:58:57 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 15:58:58 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 15:58:58 DEBUG unit.abot-epc-basic/0.install Aug 27, 2018 3:58:58 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 15:58:58 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-mysql-0: 15:58:58 DEBUG unit.mysql/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 15:58:58 DEBUG unit.mysql/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 15:58:58 DEBUG unit.mysql/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-mysql-0: 15:58:58 DEBUG unit.mysql/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-mysql-0: 15:58:58 DEBUG unit.mysql/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-mysql-0: 15:58:58 DEBUG unit.mysql/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 15:58:58 DEBUG unit.mysql/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 15:58:58 DEBUG unit.mysql/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-mysql-0: 15:58:58 DEBUG unit.mysql/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 15:58:58 DEBUG unit.mysql/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 15:58:58 DEBUG unit.mysql/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:58:58 DEBUG unit.abot-epc-basic/0.install 27-Aug-2018 15:58:58 [main] REPORT: ======================================================================================== unit-mysql-0: 15:58:58 DEBUG unit.mysql/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 15:58:58 DEBUG unit.abot-epc-basic/0.install 27-Aug-2018 15:58:58 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-mysql-0: 15:58:58 DEBUG unit.mysql/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 15:58:58 DEBUG unit.abot-epc-basic/0.install 27-Aug-2018 15:58:58 [main] REPORT: STEP EXECUTION TIME TAKEN :1505 MS unit-abot-epc-basic-0: 15:58:58 DEBUG unit.abot-epc-basic/0.install 27-Aug-2018 15:58:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 15:58:58 DEBUG unit.abot-epc-basic/0.install 27-Aug-2018 15:58:58 [main] REPORT: ========================================================================================== unit-oai-epc-0: 15:58:58 DEBUG unit.oai-epc/0.install Setting up liberror-perl (0.17-1.1) ... unit-oai-epc-0: 15:58:58 DEBUG unit.oai-epc/0.install Setting up git-man (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 15:58:58 DEBUG unit.oai-epc/0.install Setting up git (1:1.9.1-1ubuntu0.8) ... unit-mysql-0: 15:58:58 DEBUG unit.mysql/0.install Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... unit-abot-epc-basic-0: 15:58:58 DEBUG unit.abot-epc-basic/0.install 27-Aug-2018 15:58:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 15:58:58 DEBUG unit.abot-epc-basic/0.install 27-Aug-2018 15:58:58 [main] REPORT: EXECUTED STEP IS :When I execute the command ifconfig in this system and check the presence of following strings in the response: unit-abot-epc-basic-0: 15:58:58 DEBUG unit.abot-epc-basic/0.install 27-Aug-2018 15:58:58 [main] REPORT: STEP EXECUTION TIME TAKEN :209 MS unit-mysql-0: 15:58:59 DEBUG unit.mysql/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install 27-Aug-2018 15:58:59 [main] REPORT: STEP :PASSED unit-mysql-0: 15:58:59 DEBUG unit.mysql/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install 27-Aug-2018 15:58:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install @local-commands unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing # featureFiles/000-local-commands.feature:4 unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install When I execute the command ifconfig in this system and check the presence of following strings in the response: # SshGrammars.runLocalCommand(String,ABOTBaseResponseResultExistAttr>) unit-mysql-0: 15:58:59 DEBUG unit.mysql/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install 1 Scenarios (1 passed) unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install 2 Steps (2 passed) unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install 0m2.287s unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install unit-mysql-0: 15:58:59 DEBUG unit.mysql/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.458 sec - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully(Scenario: Local Commands testing) Time elapsed: 0.008 sec unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install When I execute the command ifconfig in this system and check the presence of following strings in the response:(Scenario: Local Commands testing) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing Time elapsed: 0.02 sec unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install 27-Aug-2018 15:58:59.116 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-mysql-0: 15:58:59 DEBUG unit.mysql/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-epc-0: 15:58:59 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 15:58:59 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 15:58:59 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 15:58:59 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 15:58:59 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 15:58:59 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 15:58:59 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=0 unit-oai-epc-0: 15:58:59 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 15:58:59 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 15:58:59 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes virt-what unit-oai-epc-0: 15:58:59 DEBUG unit.oai-epc/0.install Reading package lists... unit-mysql-0: 15:58:59 DEBUG unit.mysql/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install Results : unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-oai-epc-0: 15:58:59 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 15:58:59 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom unit-oai-epc-0: 15:58:59 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 15:58:59 DEBUG unit.oai-epc/0.install virt-what unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (5 KB at 85.2 KB/sec) unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (3 KB at 59.6 KB/sec) unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (2 KB at 39.4 KB/sec) unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (3 KB at 58.6 KB/sec) unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 371.0 KB/sec) unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install 1018/1018 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1018 B at 24.2 KB/sec) unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom unit-oai-epc-0: 15:58:59 DEBUG unit.oai-epc/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 15:58:59 DEBUG unit.oai-epc/0.install Need to get 13.6 kB of archives. unit-oai-epc-0: 15:58:59 DEBUG unit.oai-epc/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-epc-0: 15:58:59 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe virt-what amd64 1.13-1 [13.6 kB] unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 225.5 KB/sec) unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install 3/57 KB 6/57 KB 9/57 KB 11/57 KB 14/57 KB 16/57 KB 19/57 KB 22/57 KB 25/57 KB 27/57 KB 30/57 KB 32/57 KB 36/57 KB 40/57 KB 44/57 KB 48/57 KB 52/57 KB 56/57 KB 57/57 KB 57/57 KB 3/22 KB 57/57 KB 6/22 KB 57/57 KB 9/22 KB 57/57 KB 11/22 KB 3/60 KB 57/57 KB 11/22 KB 5/60 KB 57/57 KB 11/22 KB 8/60 KB 57/57 KB 11/22 KB 11/60 KB 57/57 KB 11/22 KB 11/60 KB 57/57 KB 14/22 KB 13/60 KB 57/57 KB 14/22 KB 16/60 KB 57/57 KB 14/22 KB 19/60 KB 14/22 KB 3/181 KB 16/60 KB 14/22 KB 3/181 KB 19/60 KB 14/22 KB 5/181 KB 19/60 KB 14/22 KB 8/181 KB 19/60 KB 14/22 KB 11/181 KB 19/60 KB 14/22 KB 13/181 KB 19/60 KB 14/22 KB 16/181 KB 19/60 KB 16/22 KB 16/181 KB 19/60 KB 16/22 KB 19/181 KB 19/60 KB 16/22 KB 21/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (57 KB at 1580.5 KB/sec) unit-abot-epc-basic-0: 15:58:59 DEBUG unit.abot-epc-basic/0.install 21/60 KB 19/22 KB 21/181 KB 19/60 KB 19/22 KB 21/181 KB 21/60 KB 19/22 KB 24/181 KB 21/60 KB 22/22 KB 24/181 KB 24/60 KB 22/22 KB 27/181 KB 24/60 KB 22/22 KB 24/181 KB 27/60 KB 22/22 KB 27/181 KB 27/60 KB 22/22 KB 29/181 KB 27/60 KB 22/22 KB 32/181 KB 27/60 KB 22/22 KB 32/181 KB 3/203 KB 27/60 KB 22/22 KB 32/181 KB 5/203 KB 27/60 KB 22/22 KB 32/181 KB 8/203 KB 27/60 KB 22/22 KB 32/181 KB 11/203 KB 27/60 KB 22/22 KB 32/181 KB 13/203 KB 27/60 KB 22/22 KB 32/181 KB 16/203 KB 27/60 KB 22/22 KB 32/181 KB 19/203 KB 27/60 KB 22/22 KB 32/181 KB 21/203 KB 29/60 KB 22/22 KB 32/181 KB 21/203 KB 29/60 KB 22/22 KB 32/181 KB 24/203 KB 29/60 KB 22/22 KB 32/181 KB 27/203 KB 29/60 KB 22/22 KB 32/181 KB 29/203 KB 32/60 KB 22/22 KB 32/181 KB 29/203 KB 32/60 KB 22/22 KB 36/181 KB 29/203 KB 36/60 KB 22/22 KB 40/181 KB 32/203 KB 36/60 KB 22/22 KB 44/181 KB 32/203 KB 36/60 KB 22/22 KB 36/181 KB 32/203 KB 32/60 KB 22/22 KB 36/181 KB 32/203 KB 40/60 KB 22/22 KB 48/181 KB 32/203 KB 44/60 KB 22/22 KB 48/181 KB 32/203 KB 48/60 KB 22/22 KB 48/181 KB 32/203 KB 36/60 KB 22/22 KB 48/181 KB 32/203 KB 48/60 KB 22/22 KB 52/181 KB 32/203 KB 52/60 KB 22/22 KB 56/181 KB 36/203 KB 52/60 KB 22/22 KB 60/181 KB 36/203 KB 52/60 KB 22/22 KB 64/181 KB 36/203 KB 52/60 KB 22/22 KB 52/181 KB 36/203 KB 52/60 KB 22/22 KB 64/181 KB 40/203 KB 52/60 KB 22/22 KB 64/181 KB 44/203 KB 52/60 KB 22/22 KB 64/181 KB 48/203 KB 52/60 KB 22/22 KB 52/181 KB 32/203 KB 56/60 KB 22/22 KB 64/181 KB 48/203 KB 60/60 KB 22/22 KB 64/181 KB 48/203 KB 60/60 KB 22/22 KB 68/181 KB 52/203 KB 60/60 KB 22/22 KB 72/181 KB 52/203 KB 60/60 KB 22/22 KB 76/181 KB 52/203 KB 60/60 KB 22/22 KB 80/181 KB 52/203 KB 60/60 KB 22/22 KB 64/181 KB 52/203 KB 60/60 KB 22/22 KB 80/181 KB 56/203 KB 60/60 KB 22/22 KB 80/181 KB 60/203 KB 60/60 KB 22/22 KB 80/181 KB 64/203 KB 60/60 KB 22/22 KB 80/181 KB 68/203 KB 60/60 KB 22/22 KB 80/181 KB 72/203 KB 60/60 KB 22/22 KB 80/181 KB 76/203 KB 60/60 KB 22/22 KB 80/181 KB 80/203 KB 60/60 KB 22/22 KB 80/181 KB 84/203 KB 60/60 KB 22/22 KB 84/181 KB 88/203 KB 60/60 KB 22/22 KB 84/181 KB 92/203 KB 60/60 KB 22/22 KB 84/181 KB 96/203 KB 60/60 KB 22/22 KB 84/181 KB 84/203 KB 60/60 KB 22/22 KB 88/181 KB 96/203 KB 60/60 KB 22/22 KB 92/181 KB 96/203 KB 60/60 KB 22/22 KB 96/181 KB 96/203 KB 60/60 KB 22/22 KB 100/181 KB 96/203 KB 60/60 KB 22/22 KB 104/181 KB 100/203 KB 60/60 KB 22/22 KB 108/181 KB 100/203 KB 60/60 KB 22/22 KB 112/181 KB 100/203 KB 60/60 KB 22/22 KB 100/181 KB 100/203 KB 60/60 KB 22/22 KB 112/181 KB 104/203 KB 60/60 KB 22/22 KB 112/181 KB 108/203 KB 60/60 KB 22/22 KB 112/181 KB 112/203 KB 60/60 KB 22/22 KB 116/181 KB 112/203 KB 60/60 KB 22/22 KB 120/181 KB 112/203 KB 60/60 KB 22/22 KB 124/181 KB 112/203 KB 60/60 KB 22/22 KB 128/181 KB 112/203 KB 60/60 KB 22/22 KB 132/181 KB 112/203 KB 60/60 KB 22/22 KB 136/181 KB 112/203 KB 60/60 KB 22/22 KB 140/181 KB 112/203 KB 60/60 KB 22/22 KB 144/181 KB 112/203 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 343.6 KB/sec) unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install 60/60 KB 144/181 KB 116/203 KB 60/60 KB 144/181 KB 120/203 KB 60/60 KB 144/181 KB 124/203 KB 60/60 KB 144/181 KB 128/203 KB 60/60 KB 148/181 KB 128/203 KB 60/60 KB 152/181 KB 128/203 KB 60/60 KB 152/181 KB 132/203 KB 60/60 KB 152/181 KB 136/203 KB 60/60 KB 152/181 KB 140/203 KB 60/60 KB 152/181 KB 144/203 KB 60/60 KB 156/181 KB 144/203 KB 60/60 KB 160/181 KB 144/203 KB 60/60 KB 164/181 KB 144/203 KB 60/60 KB 168/181 KB 144/203 KB 60/60 KB 172/181 KB 144/203 KB 60/60 KB 176/181 KB 144/203 KB 60/60 KB 180/181 KB 144/203 KB 60/60 KB 181/181 KB 144/203 KB 60/60 KB 181/181 KB 148/203 KB 60/60 KB 181/181 KB 152/203 KB 60/60 KB 181/181 KB 156/203 KB 60/60 KB 181/181 KB 160/203 KB 60/60 KB 181/181 KB 164/203 KB 60/60 KB 181/181 KB 168/203 KB 60/60 KB 181/181 KB 172/203 KB 60/60 KB 181/181 KB 176/203 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 KB at 798.1 KB/sec) unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install 181/181 KB 180/203 KB 181/181 KB 184/203 KB 181/181 KB 188/203 KB 181/181 KB 192/203 KB 181/181 KB 196/203 KB 181/181 KB 200/203 KB 181/181 KB 203/203 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 2119.0 KB/sec) unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 2158.0 KB/sec) unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install Setting up make (3.81-8.2ubuntu3) ... unit-oai-epc-0: 15:59:00 DEBUG unit.oai-epc/0.install Fetched 13.6 kB in 0s (32.4 kB/s) unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install Setting up build-essential (11.6ubuntu6) ... unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install [INFO] Building jar: /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-oai-epc-0: 15:59:00 DEBUG unit.oai-epc/0.install Selecting previously unselected package virt-what. unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom (3 KB at 72.1 KB/sec) unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.3/maven-3.3.3.pom unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-oai-epc-0: 15:59:00 DEBUG unit.oai-epc/0.install (Reading database ... 78891 files and directories currently installed.) unit-oai-epc-0: 15:59:00 DEBUG unit.oai-epc/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-epc-0: 15:59:00 DEBUG unit.oai-epc/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install 3/23 KB 6/23 KB 9/23 KB 11/23 KB 14/23 KB 16/23 KB 19/23 KB 22/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.3/maven-3.3.3.pom (23 KB at 520.2 KB/sec) unit-oai-epc-0: 15:59:00 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.pom unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.pom (5 KB at 98.7 KB/sec) unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (4 KB at 88.6 KB/sec) unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.pom unit-oai-epc-0: 15:59:00 DEBUG unit.oai-epc/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.pom (3 KB at 51.0 KB/sec) unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install Setting up python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom (5 KB at 94.7 KB/sec) unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom (14 KB at 304.6 KB/sec) unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (2 KB at 32.6 KB/sec) unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (3 KB at 54.8 KB/sec) unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (8 KB at 179.6 KB/sec) unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install Setting up python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install 3/21 KB 6/21 KB 9/21 KB 11/21 KB 14/21 KB 16/21 KB 19/21 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 KB at 469.9 KB/sec) unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-mysql-0: 15:59:00 DEBUG unit.mysql/0.install Setting up python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install 1023/1023 B Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1023 B at 23.2 KB/sec) unit-oai-epc-0: 15:59:00 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 15:59:00 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 15:59:00 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install 612/612 B Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 13.6 KB/sec) unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom (3 KB at 53.4 KB/sec) unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom (15 KB at 293.1 KB/sec) unit-abot-epc-basic-0: 15:59:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 815/815 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 18.1 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 101.0 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 3/17 KB 5/17 KB 8/17 KB 11/17 KB 13/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 KB at 383.9 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom unit-mysql-0: 15:59:01 DEBUG unit.mysql/0.install Setting up python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (8 KB at 169.9 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (4 KB at 77.1 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (6 KB at 111.8 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (12 KB at 264.3 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom unit-oai-epc-0: 15:59:01 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 15:59:01 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3 KB at 67.2 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.pom unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.pom (10 KB at 50.1 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 930/930 B Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom (930 B at 21.6 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom unit-oai-epc-0: 15:59:01 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 15:59:01 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:59:01 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 15:59:01 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:59:01 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 KB at 242.1 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 3/48 KB 6/48 KB 9/48 KB 11/48 KB 14/48 KB 16/48 KB 19/48 KB 22/48 KB 25/48 KB 27/48 KB 30/48 KB 32/48 KB 36/48 KB 40/48 KB 44/48 KB 48/48 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 KB at 1003.7 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 3/44 KB 5/44 KB 8/44 KB 11/44 KB 13/44 KB 16/44 KB 19/44 KB 21/44 KB 24/44 KB 27/44 KB 29/44 KB 32/44 KB 36/44 KB 40/44 KB 44/44 KB 44/44 KB 4/46 KB 44/44 KB 8/46 KB 44/44 KB 12/46 KB 44/44 KB 16/46 KB 44/44 KB 20/46 KB 44/44 KB 24/46 KB 44/44 KB 28/46 KB 44/44 KB 32/46 KB 44/44 KB 32/46 KB 44/44 KB 3/54 KB 32/46 KB 44/44 KB 6/54 KB 32/46 KB 3/201 KB 44/44 KB 6/54 KB 32/46 KB 5/201 KB 44/44 KB 6/54 KB 36/46 KB 8/201 KB 44/44 KB 6/54 KB 36/46 KB 11/201 KB 44/44 KB 9/54 KB 36/46 KB 13/201 KB 44/44 KB 9/54 KB 36/46 KB 16/201 KB 44/44 KB 9/54 KB 36/46 KB 5/201 KB 44/44 KB 6/54 KB 40/46 KB 16/201 KB 44/44 KB 9/54 KB 44/46 KB 16/201 KB 44/44 KB 9/54 KB 46/46 KB 16/201 KB 44/44 KB 9/54 KB 36/46 KB 8/201 KB 44/44 KB 9/54 KB 46/46 KB 19/201 KB 3/158 KB 11/54 KB 46/46 KB 19/201 KB 3/158 KB 14/54 KB 46/46 KB 19/201 KB 3/158 KB 16/54 KB 46/46 KB 19/201 KB 3/158 KB 19/54 KB 46/46 KB 19/201 KB 3/158 KB 22/54 KB 46/46 KB 19/201 KB 3/158 KB 25/54 KB 46/46 KB 19/201 KB 3/158 KB 27/54 KB 46/46 KB 19/201 KB 3/158 KB 30/54 KB 46/46 KB 19/201 KB 3/158 KB 32/54 KB 46/46 KB 19/201 KB 3/158 KB 36/54 KB 46/46 KB 19/201 KB 3/158 KB 9/54 KB 46/46 KB 21/201 KB 3/158 KB 36/54 KB 46/46 KB 24/201 KB 3/158 KB 36/54 KB 46/46 KB 27/201 KB 3/158 KB 36/54 KB 46/46 KB 29/201 KB 3/158 KB 36/54 KB 46/46 KB 32/201 KB 3/158 KB 36/54 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 1096.4 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 46/46 KB 16/201 KB 3/158 KB 44/44 KB 9/54 KB 46/46 KB 32/201 KB 5/158 KB 36/54 KB 46/46 KB 32/201 KB 8/158 KB 36/54 KB 46/46 KB 32/201 KB 11/158 KB 36/54 KB 46/46 KB 32/201 KB 13/158 KB 36/54 KB 46/46 KB 32/201 KB 16/158 KB 36/54 KB 46/46 KB 36/201 KB 19/158 KB 36/54 KB 46/46 KB 36/201 KB 16/158 KB 36/54 KB 46/46 KB 40/201 KB 19/158 KB 36/54 KB 46/46 KB 44/201 KB 19/158 KB 36/54 KB 46/46 KB 48/201 KB 19/158 KB 36/54 KB 46/46 KB 48/201 KB 21/158 KB 36/54 KB 46/46 KB 48/201 KB 24/158 KB 36/54 KB 46/46 KB 52/201 KB 24/158 KB 40/54 KB 46/46 KB 48/201 KB 24/158 KB 40/54 KB 46/46 KB 52/201 KB 27/158 KB 44/54 KB 46/46 KB 52/201 KB 27/158 KB 48/54 KB 46/46 KB 52/201 KB 27/158 KB 40/54 KB 46/46 KB 52/201 KB 29/158 KB 48/54 KB 46/46 KB 52/201 KB 29/158 KB 52/54 KB 46/46 KB 56/201 KB 32/158 KB 54/54 KB 46/46 KB 56/201 KB 32/158 KB 52/54 KB 46/46 KB 60/201 KB 32/158 KB 54/54 KB 46/46 KB 52/201 KB 32/158 KB 52/54 KB 46/46 KB 64/201 KB 32/158 KB 54/54 KB 46/46 KB 68/201 KB 32/158 KB 54/54 KB 46/46 KB 72/201 KB 36/158 KB 54/54 KB 46/46 KB 76/201 KB 36/158 KB 54/54 KB 46/46 KB 80/201 KB 36/158 KB 54/54 KB 46/46 KB 68/201 KB 36/158 KB 54/54 KB 46/46 KB 80/201 KB 3/6 KB 36/158 KB 54/54 KB 46/46 KB 80/201 KB 6/6 KB 36/158 KB 54/54 KB 46/46 KB 80/201 KB 6/6 KB 36/158 KB 54/54 KB 46/46 KB 80/201 KB 6/6 KB 40/158 KB 54/54 KB 46/46 KB 80/201 KB 6/6 KB 44/158 KB 54/54 KB 46/46 KB 80/201 KB 6/6 KB 48/158 KB 54/54 KB 46/46 KB 84/201 KB 6/6 KB 48/158 KB 54/54 KB 46/46 KB 88/201 KB 6/6 KB 52/158 KB 54/54 KB 46/46 KB 92/201 KB 6/6 KB 52/158 KB 54/54 KB 46/46 KB 96/201 KB 6/6 KB 52/158 KB 54/54 KB 46/46 KB 84/201 KB 6/6 KB 52/158 KB 54/54 KB 46/46 KB 96/201 KB 6/6 KB 56/158 KB 54/54 KB 46/46 KB 96/201 KB 6/6 KB 60/158 KB 54/54 KB 46/46 KB 96/201 KB 6/6 KB 64/158 KB 54/54 KB 46/46 KB 100/201 KB 6/6 KB 64/158 KB 54/54 KB 46/46 KB 104/201 KB 6/6 KB 68/158 KB 54/54 KB 46/46 KB 108/201 KB 6/6 KB 68/158 KB 54/54 KB 46/46 KB 112/201 KB 6/6 KB 68/158 KB 54/54 KB 46/46 KB 100/201 KB 6/6 KB 68/158 KB 54/54 KB 46/46 KB 112/201 KB 6/6 KB 72/158 KB 54/54 KB 46/46 KB 112/201 KB 6/6 KB 76/158 KB 54/54 KB 46/46 KB 112/201 KB 6/6 KB 80/158 KB 54/54 KB 46/46 KB 112/201 KB 6/6 KB 84/158 KB 54/54 KB 46/46 KB 116/201 KB 6/6 KB 88/158 KB 54/54 KB 46/46 KB 116/201 KB 6/6 KB 92/158 KB 54/54 KB 46/46 KB 116/201 KB 6/6 KB 96/158 KB 54/54 KB 46/46 KB 116/201 KB 6/6 KB 84/158 KB 54/54 KB 46/46 KB 120/201 KB 6/6 KB 96/158 KB 54/54 KB 46/46 KB 124/201 KB 6/6 KB 96/158 KB 54/54 KB 46/46 KB 128/201 KB 6/6 KB 96/158 KB 54/54 KB Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (6 KB at 109.8 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 46/46 KB 128/201 KB 100/158 KB 54/54 KB 46/46 KB 128/201 KB 104/158 KB 54/54 KB 46/46 KB 128/201 KB 108/158 KB 54/54 KB 46/46 KB 128/201 KB 112/158 KB 54/54 KB 46/46 KB 132/201 KB 112/158 KB 54/54 KB 46/46 KB 136/201 KB 112/158 KB 54/54 KB 46/46 KB 140/201 KB 112/158 KB 54/54 KB 46/46 KB 144/201 KB 112/158 KB 54/54 KB 46/46 KB 144/201 KB 116/158 KB 54/54 KB 46/46 KB 144/201 KB 120/158 KB 54/54 KB 46/46 KB 144/201 KB 124/158 KB 54/54 KB 46/46 KB 144/201 KB 128/158 KB 54/54 KB 46/46 KB 148/201 KB 128/158 KB 54/54 KB 46/46 KB 152/201 KB 128/158 KB 54/54 KB 46/46 KB 156/201 KB 128/158 KB 54/54 KB 46/46 KB 160/201 KB 128/158 KB 54/54 KB 46/46 KB 160/201 KB 132/158 KB 54/54 KB 46/46 KB 160/201 KB 136/158 KB 54/54 KB 46/46 KB 160/201 KB 140/158 KB 54/54 KB 46/46 KB 160/201 KB 144/158 KB 54/54 KB 46/46 KB 164/201 KB 144/158 KB 54/54 KB 46/46 KB 168/201 KB 144/158 KB 54/54 KB 46/46 KB 172/201 KB 144/158 KB 54/54 KB 46/46 KB 176/201 KB 144/158 KB 54/54 KB 46/46 KB 176/201 KB 148/158 KB 54/54 KB 46/46 KB 176/201 KB 152/158 KB 54/54 KB 46/46 KB 176/201 KB 156/158 KB 54/54 KB 46/46 KB 176/201 KB 158/158 KB 54/54 KB 46/46 KB 176/201 KB 158/158 KB 3/3 KB 54/54 KB 46/46 KB 176/201 KB 158/158 KB 3/3 KB 54/54 KB 46/46 KB 180/201 KB 158/158 KB 3/3 KB 54/54 KB 46/46 KB 184/201 KB 158/158 KB 3/3 KB 54/54 KB 46/46 KB 188/201 KB 158/158 KB 3/3 KB 54/54 KB 46/46 KB 192/201 KB 158/158 KB 3/3 KB 54/54 KB 46/46 KB 196/201 KB 158/158 KB 3/3 KB 54/54 KB 46/46 KB 200/201 KB 158/158 KB 3/3 KB 54/54 KB 46/46 KB 201/201 KB 158/158 KB 3/3 KB 54/54 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar (54 KB at 803.0 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 36.9 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar (46 KB at 584.7 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 201/201 KB 158/158 KB 3/5 KB 201/201 KB 158/158 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (5 KB at 52.1 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar (158 KB at 1805.1 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar (201 KB at 2332.4 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar unit-oai-epc-0: 15:59:01 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 15:59:01 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 3/47 KB 5/47 KB 8/47 KB 11/47 KB 13/47 KB 16/47 KB 16/47 KB 4/367 KB 16/47 KB 8/367 KB 16/47 KB 12/367 KB 16/47 KB 16/367 KB 19/47 KB 16/367 KB 21/47 KB 16/367 KB 24/47 KB 16/367 KB 27/47 KB 16/367 KB 27/47 KB 20/367 KB 27/47 KB 24/367 KB 27/47 KB 28/367 KB 27/47 KB 32/367 KB 4/52 KB 27/47 KB 32/367 KB 8/52 KB 27/47 KB 32/367 KB 12/52 KB 27/47 KB 32/367 KB 16/52 KB 27/47 KB 32/367 KB 16/52 KB 29/47 KB 32/367 KB 16/52 KB 32/47 KB 32/367 KB 16/52 KB 36/47 KB 32/367 KB 16/52 KB 40/47 KB 32/367 KB 16/52 KB 44/47 KB 32/367 KB 16/52 KB 47/47 KB 32/367 KB 16/52 KB 47/47 KB 36/367 KB 20/52 KB 47/47 KB 40/367 KB 20/52 KB 47/47 KB 36/367 KB 24/52 KB 47/47 KB 40/367 KB 28/52 KB 47/47 KB 40/367 KB 32/52 KB 47/47 KB 40/367 KB 32/52 KB 47/47 KB 44/367 KB 32/52 KB 47/47 KB 48/367 KB 32/52 KB 47/47 KB 52/367 KB 32/52 KB 47/47 KB 56/367 KB 32/52 KB 47/47 KB 60/367 KB 36/52 KB 47/47 KB 60/367 KB 40/52 KB 47/47 KB 60/367 KB 44/52 KB 47/47 KB 60/367 KB 48/52 KB 47/47 KB 60/367 KB 48/52 KB 47/47 KB 64/367 KB 52/52 KB 47/47 KB 64/367 KB 52/52 KB 47/47 KB 68/367 KB 52/52 KB 47/47 KB 72/367 KB 52/52 KB 47/47 KB 76/367 KB 52/52 KB 47/47 KB 80/367 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 KB at 471.6 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 52/52 KB 84/367 KB 52/52 KB 88/367 KB 52/52 KB 92/367 KB 52/52 KB 96/367 KB 52/52 KB 100/367 KB 52/52 KB 104/367 KB 52/52 KB 108/367 KB 52/52 KB 112/367 KB 52/52 KB 112/367 KB 3/238 KB 52/52 KB 112/367 KB 6/238 KB 52/52 KB 112/367 KB 9/238 KB 52/52 KB 112/367 KB 11/238 KB 52/52 KB 112/367 KB 14/238 KB 52/52 KB 112/367 KB 16/238 KB 52/52 KB 112/367 KB 19/238 KB 52/52 KB 112/367 KB 22/238 KB 52/52 KB 112/367 KB 25/238 KB 52/52 KB 112/367 KB 27/238 KB 52/52 KB 112/367 KB 30/238 KB 52/52 KB 116/367 KB 30/238 KB 52/52 KB 120/367 KB 30/238 KB 52/52 KB 124/367 KB 30/238 KB 52/52 KB 124/367 KB 32/238 KB 52/52 KB 128/367 KB 32/238 KB 4/28 KB 52/52 KB 128/367 KB 32/238 KB 8/28 KB 52/52 KB 128/367 KB 32/238 KB 12/28 KB 52/52 KB 128/367 KB 32/238 KB 16/28 KB 52/52 KB 128/367 KB 32/238 KB 16/28 KB 52/52 KB 128/367 KB 36/238 KB 20/28 KB 52/52 KB 128/367 KB 40/238 KB 20/28 KB 52/52 KB 128/367 KB 44/238 KB 20/28 KB 52/52 KB 128/367 KB 48/238 KB 20/28 KB 52/52 KB 128/367 KB 36/238 KB 24/28 KB 52/52 KB 128/367 KB 48/238 KB 28/28 KB 52/52 KB 128/367 KB 48/238 KB 28/28 KB 52/52 KB 132/367 KB 48/238 KB 28/28 KB 52/52 KB 136/367 KB 52/238 KB 28/28 KB 52/52 KB 140/367 KB 52/238 KB 28/28 KB 52/52 KB 144/367 KB 52/238 KB 28/28 KB 52/52 KB 132/367 KB 52/238 KB 28/28 KB 52/52 KB 144/367 KB 56/238 KB 28/28 KB 52/52 KB 144/367 KB 60/238 KB 28/28 KB 52/52 KB 144/367 KB 61/238 KB 28/28 KB 52/52 KB 144/367 KB 65/238 KB 28/28 KB 52/52 KB 144/367 KB 69/238 KB 28/28 KB 52/52 KB 144/367 KB 73/238 KB 28/28 KB 52/52 KB 144/367 KB 77/238 KB 28/28 KB 52/52 KB 148/367 KB 77/238 KB 28/28 KB 52/52 KB 152/367 KB 77/238 KB 28/28 KB 52/52 KB 156/367 KB 77/238 KB 28/28 KB 52/52 KB 160/367 KB 77/238 KB 28/28 KB 52/52 KB 164/367 KB 81/238 KB 28/28 KB 168/367 KB 81/238 KB 28/28 KB 52/52 KB 160/367 KB 81/238 KB 28/28 KB 168/367 KB 85/238 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 KB at 211.4 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 28/28 KB 168/367 KB 89/238 KB 172/367 KB 93/238 KB 172/367 KB 97/238 KB 172/367 KB 101/238 KB 172/367 KB 105/238 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (52 KB at 401.9 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 172/367 KB 89/238 KB 176/367 KB 105/238 KB 180/367 KB 105/238 KB 184/367 KB 109/238 KB 188/367 KB 109/238 KB 192/367 KB 109/238 KB 180/367 KB 109/238 KB 192/367 KB 113/238 KB 192/367 KB 117/238 KB 192/367 KB 121/238 KB 192/367 KB 125/238 KB 196/367 KB 125/238 KB 200/367 KB 125/238 KB 204/367 KB 125/238 KB 208/367 KB 125/238 KB 208/367 KB 129/238 KB 208/367 KB 133/238 KB 208/367 KB 137/238 KB 208/367 KB 141/238 KB 212/367 KB 141/238 KB 216/367 KB 145/238 KB 220/367 KB 145/238 KB 224/367 KB 145/238 KB 212/367 KB 145/238 KB 224/367 KB 149/238 KB 224/367 KB 153/238 KB 224/367 KB 157/238 KB 228/367 KB 157/238 KB 232/367 KB 161/238 KB 236/367 KB 161/238 KB 240/367 KB 161/238 KB 228/367 KB 161/238 KB 240/367 KB 165/238 KB 240/367 KB 169/238 KB 240/367 KB 173/238 KB 244/367 KB 173/238 KB 248/367 KB 173/238 KB 252/367 KB 173/238 KB 256/367 KB 173/238 KB 256/367 KB 177/238 KB 256/367 KB 181/238 KB 256/367 KB 185/238 KB 256/367 KB 189/238 KB 260/367 KB 189/238 KB 264/367 KB 189/238 KB 268/367 KB 189/238 KB 272/367 KB 189/238 KB 272/367 KB 193/238 KB 276/367 KB 193/238 KB 280/367 KB 197/238 KB 284/367 KB 197/238 KB 288/367 KB 197/238 KB 276/367 KB 197/238 KB 288/367 KB 201/238 KB 288/367 KB 205/238 KB 288/367 KB 209/238 KB 288/367 KB 213/238 KB 288/367 KB 217/238 KB 288/367 KB 221/238 KB 292/367 KB 221/238 KB 296/367 KB 221/238 KB 300/367 KB 225/238 KB 304/367 KB 225/238 KB 308/367 KB 225/238 KB 312/367 KB 225/238 KB 296/367 KB 225/238 KB 312/367 KB 229/238 KB 312/367 KB 233/238 KB 312/367 KB 237/238 KB 312/367 KB 238/238 KB 4/186 KB 312/367 KB 238/238 KB 8/186 KB 312/367 KB 238/238 KB 12/186 KB 312/367 KB 238/238 KB 16/186 KB 312/367 KB 238/238 KB 16/186 KB 316/367 KB 238/238 KB 16/186 KB 320/367 KB 238/238 KB 20/186 KB 320/367 KB 238/238 KB 24/186 KB 320/367 KB 238/238 KB 28/186 KB 320/367 KB 238/238 KB 32/186 KB 320/367 KB 238/238 KB 32/186 KB 324/367 KB 238/238 KB 32/186 KB 328/367 KB 238/238 KB 32/186 KB 332/367 KB 238/238 KB 32/186 KB 336/367 KB 238/238 KB 32/186 KB 336/367 KB 238/238 KB 4/558 KB 32/186 KB 336/367 KB 238/238 KB 8/558 KB 32/186 KB 336/367 KB 238/238 KB 12/558 KB 32/186 KB 336/367 KB 238/238 KB 16/558 KB 32/186 KB 340/367 KB 238/238 KB 16/558 KB 36/186 KB 340/367 KB 238/238 KB 16/558 KB 40/186 KB 340/367 KB 238/238 KB 16/558 KB 44/186 KB 340/367 KB 238/238 KB 16/558 KB 48/186 KB 340/367 KB 238/238 KB 16/558 KB 48/186 KB 344/367 KB 238/238 KB 16/558 KB 48/186 KB 348/367 KB 238/238 KB 16/558 KB 48/186 KB 352/367 KB 238/238 KB 16/558 KB 48/186 KB 352/367 KB 238/238 KB 20/558 KB 48/186 KB 352/367 KB 238/238 KB 24/558 KB 48/186 KB 352/367 KB 238/238 KB 28/558 KB 52/186 KB 352/367 KB 238/238 KB 32/558 KB 52/186 KB 352/367 KB 238/238 KB 28/558 KB 56/186 KB 352/367 KB 238/238 KB 32/558 KB 60/186 KB 352/367 KB 238/238 KB 32/558 KB 64/186 KB 352/367 KB 238/238 KB 32/558 KB 64/186 KB 356/367 KB 238/238 KB 32/558 KB 68/186 KB 356/367 KB 238/238 KB 36/558 KB 68/186 KB 356/367 KB 238/238 KB 32/558 KB 72/186 KB 356/367 KB 238/238 KB 36/558 KB 76/186 KB 356/367 KB 238/238 KB 36/558 KB 80/186 KB 356/367 KB 238/238 KB 36/558 KB 80/186 KB 356/367 KB 238/238 KB 40/558 KB 80/186 KB 356/367 KB 238/238 KB 44/558 KB 80/186 KB 356/367 KB 238/238 KB 48/558 KB 80/186 KB 360/367 KB 238/238 KB 48/558 KB 80/186 KB 364/367 KB 238/238 KB 48/558 KB 80/186 KB 367/367 KB 238/238 KB 48/558 KB 84/186 KB 367/367 KB unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 238/238 KB 48/558 KB 88/186 KB 367/367 KB 238/238 KB 48/558 KB 92/186 KB 367/367 KB 238/238 KB 48/558 KB 92/186 KB 367/367 KB 238/238 KB 52/558 KB 92/186 KB 367/367 KB 238/238 KB 56/558 KB 96/186 KB 367/367 KB 238/238 KB 56/558 KB 96/186 KB 367/367 KB 238/238 KB 60/558 KB 96/186 KB 367/367 KB 238/238 KB 64/558 KB 100/186 KB 367/367 KB 238/238 KB 64/558 KB 104/186 KB 367/367 KB 238/238 KB 64/558 KB 108/186 KB 367/367 KB 238/238 KB 64/558 KB 112/186 KB 367/367 KB 238/238 KB 64/558 KB 112/186 KB 367/367 KB 238/238 KB 68/558 KB 112/186 KB 367/367 KB 238/238 KB 72/558 KB 112/186 KB 367/367 KB 238/238 KB 76/558 KB 112/186 KB 367/367 KB 238/238 KB 80/558 KB 112/186 KB 367/367 KB 238/238 KB 84/558 KB 116/186 KB 367/367 KB 238/238 KB 88/558 KB 116/186 KB 367/367 KB 238/238 KB 92/558 KB 116/186 KB 367/367 KB 238/238 KB 96/558 KB 116/186 KB 367/367 KB 238/238 KB 84/558 KB 120/186 KB 367/367 KB 238/238 KB 96/558 KB 124/186 KB 367/367 KB 238/238 KB 96/558 KB 128/186 KB 367/367 KB 238/238 KB 96/558 KB 132/186 KB 367/367 KB 238/238 KB 96/558 KB 136/186 KB 367/367 KB 238/238 KB 96/558 KB 140/186 KB 367/367 KB 238/238 KB 96/558 KB 144/186 KB 367/367 KB 238/238 KB 96/558 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (238 KB at 1349.0 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 144/186 KB 367/367 KB 100/558 KB 144/186 KB 367/367 KB 104/558 KB 144/186 KB 367/367 KB 108/558 KB 144/186 KB 367/367 KB 112/558 KB 148/186 KB 367/367 KB 112/558 KB 152/186 KB 367/367 KB 112/558 KB 156/186 KB 367/367 KB 112/558 KB 160/186 KB 367/367 KB 112/558 KB 160/186 KB 367/367 KB 116/558 KB 160/186 KB 367/367 KB 120/558 KB 160/186 KB 367/367 KB 124/558 KB 160/186 KB 367/367 KB 128/558 KB 164/186 KB 367/367 KB 128/558 KB 168/186 KB 367/367 KB 128/558 KB 172/186 KB 367/367 KB 128/558 KB 176/186 KB 367/367 KB 128/558 KB 176/186 KB 367/367 KB 132/558 KB 176/186 KB 367/367 KB 136/558 KB 176/186 KB 367/367 KB 140/558 KB 176/186 KB 367/367 KB 144/558 KB 180/186 KB 367/367 KB 144/558 KB 184/186 KB 367/367 KB 144/558 KB 186/186 KB 367/367 KB 144/558 KB 186/186 KB 367/367 KB 148/558 KB 186/186 KB 367/367 KB 152/558 KB 186/186 KB 367/367 KB 156/558 KB 186/186 KB 367/367 KB 160/558 KB 186/186 KB 367/367 KB 164/558 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar (367 KB at 1939.0 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 186/186 KB 168/558 KB 186/186 KB 172/558 KB 186/186 KB 176/558 KB 186/186 KB 180/558 KB 186/186 KB 184/558 KB 186/186 KB 188/558 KB 186/186 KB 192/558 KB 186/186 KB 196/558 KB 186/186 KB 200/558 KB 186/186 KB 204/558 KB 186/186 KB 208/558 KB 186/186 KB 212/558 KB 186/186 KB 216/558 KB 186/186 KB 220/558 KB 186/186 KB 224/558 KB 186/186 KB 228/558 KB 186/186 KB 232/558 KB 186/186 KB 236/558 KB 186/186 KB 240/558 KB 186/186 KB 240/558 KB 4/1206 KB 186/186 KB 240/558 KB 8/1206 KB 186/186 KB 240/558 KB 12/1206 KB 186/186 KB 240/558 KB 16/1206 KB 186/186 KB 244/558 KB 16/1206 KB 186/186 KB 248/558 KB 20/1206 KB 186/186 KB 252/558 KB 20/1206 KB 186/186 KB 244/558 KB 20/1206 KB 186/186 KB 252/558 KB 24/1206 KB 186/186 KB 252/558 KB 28/1206 KB 186/186 KB 252/558 KB 32/1206 KB 186/186 KB 256/558 KB 32/1206 KB 186/186 KB 260/558 KB 32/1206 KB 186/186 KB 264/558 KB 32/1206 KB 268/558 KB 36/1206 KB 272/558 KB 36/1206 KB 264/558 KB 36/1206 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (186 KB at 911.6 KB/sec) unit-oai-epc-0: 15:59:01 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 15:59:01 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 15:59:01 DEBUG unit.oai-epc/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 15:59:01 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 15:59:01 DEBUG unit.oai-epc/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-epc-0: 15:59:01 DEBUG unit.oai-epc/0.install libsql-statement-perl unit-oai-epc-0: 15:59:01 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 15:59:01 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 15:59:01 DEBUG unit.oai-epc/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 272/558 KB 40/1206 KB 272/558 KB 44/1206 KB 272/558 KB 48/1206 KB 276/558 KB 48/1206 KB 280/558 KB 52/1206 KB 284/558 KB 52/1206 KB 288/558 KB 52/1206 KB 276/558 KB 52/1206 KB 288/558 KB 56/1206 KB 288/558 KB 60/1206 KB 288/558 KB 64/1206 KB 288/558 KB 68/1206 KB 292/558 KB 72/1206 KB 292/558 KB 76/1206 KB 292/558 KB 80/1206 KB 292/558 KB 68/1206 KB 296/558 KB 80/1206 KB 300/558 KB 80/1206 KB 304/558 KB 80/1206 KB 304/558 KB 84/1206 KB 308/558 KB 88/1206 KB 308/558 KB 92/1206 KB 308/558 KB 96/1206 KB 308/558 KB 84/1206 KB 4/181 KB 308/558 KB 96/1206 KB 8/181 KB 308/558 KB 96/1206 KB 12/181 KB 308/558 KB 96/1206 KB 16/181 KB 308/558 KB 96/1206 KB 16/181 KB 312/558 KB 96/1206 KB 20/181 KB 312/558 KB 96/1206 KB 24/181 KB 312/558 KB 96/1206 KB 28/181 KB 312/558 KB 96/1206 KB 32/181 KB 312/558 KB 96/1206 KB 32/181 KB 316/558 KB 96/1206 KB 32/181 KB 320/558 KB 96/1206 KB 32/181 KB 324/558 KB 96/1206 KB 32/181 KB 328/558 KB 100/1206 KB 32/181 KB 332/558 KB 100/1206 KB 32/181 KB 336/558 KB 100/1206 KB 32/181 KB 324/558 KB 100/1206 KB 32/181 KB 336/558 KB 104/1206 KB 32/181 KB 336/558 KB 108/1206 KB 36/181 KB 336/558 KB 108/1206 KB 40/181 KB 336/558 KB 108/1206 KB 44/181 KB 336/558 KB 108/1206 KB 48/181 KB 336/558 KB 108/1206 KB 48/181 KB 336/558 KB 112/1206 KB 48/181 KB 336/558 KB 116/1206 KB 52/181 KB 340/558 KB 116/1206 KB 52/181 KB 336/558 KB 116/1206 KB 56/181 KB 340/558 KB 120/1206 KB 60/181 KB 340/558 KB 120/1206 KB 64/181 KB 340/558 KB 120/1206 KB 68/181 KB 340/558 KB 120/1206 KB 72/181 KB 340/558 KB 120/1206 KB 76/181 KB 340/558 KB 120/1206 KB 80/181 KB 340/558 KB 120/1206 KB 52/181 KB 340/558 KB 120/1206 KB 80/181 KB 340/558 KB 124/1206 KB 80/181 KB 340/558 KB 128/1206 KB 80/181 KB 344/558 KB 128/1206 KB 80/181 KB 348/558 KB 128/1206 KB 84/181 KB 352/558 KB 132/1206 KB 84/181 KB 356/558 KB 132/1206 KB 84/181 KB 360/558 KB 132/1206 KB 84/181 KB 364/558 KB 132/1206 KB 84/181 KB 348/558 KB 132/1206 KB 84/181 KB 348/558 KB 128/1206 KB 88/181 KB 364/558 KB 132/1206 KB 92/181 KB 364/558 KB 132/1206 KB 96/181 KB 364/558 KB 132/1206 KB 96/181 KB 364/558 KB 136/1206 KB 96/181 KB 364/558 KB 140/1206 KB 96/181 KB 364/558 KB 144/1206 KB 100/181 KB 364/558 KB 144/1206 KB 104/181 KB 364/558 KB 144/1206 KB 108/181 KB 364/558 KB 144/1206 KB 112/181 KB 364/558 KB 144/1206 KB 112/181 KB 368/558 KB 144/1206 KB 112/181 KB 372/558 KB 144/1206 KB 116/181 KB 376/558 KB 148/1206 KB 116/181 KB 372/558 KB 148/1206 KB 120/181 KB 376/558 KB 148/1206 KB 124/181 KB 376/558 KB 148/1206 KB 128/181 KB 376/558 KB 148/1206 KB 112/181 KB 372/558 KB 148/1206 KB 128/181 KB 376/558 KB 152/1206 KB 128/181 KB 376/558 KB 156/1206 KB 128/181 KB 376/558 KB 160/1206 KB 128/181 KB 380/558 KB 160/1206 KB 128/181 KB 384/558 KB 160/1206 KB 128/181 KB 384/558 KB 164/1206 KB 132/181 KB 388/558 KB 168/1206 KB 132/181 KB 388/558 KB 172/1206 KB 132/181 KB 388/558 KB 176/1206 KB 132/181 KB 388/558 KB 164/1206 KB 132/181 KB 384/558 KB 164/1206 KB 136/181 KB 388/558 KB 176/1206 KB 140/181 KB 388/558 KB 176/1206 KB 144/181 KB 388/558 KB 176/1206 KB 144/181 KB 392/558 KB 176/1206 KB 144/181 KB 396/558 KB 176/1206 KB 144/181 KB 400/558 KB 176/1206 KB 144/181 KB 404/558 KB 176/1206 KB 148/181 KB 408/558 KB 180/1206 KB 148/181 KB 412/558 KB 180/1206 KB 148/181 KB 416/558 KB 180/1206 KB 148/181 KB 404/558 KB 180/1206 KB 148/181 KB 404/558 KB 176/1206 KB 152/181 KB 416/558 KB 1 unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 80/1206 KB 156/181 KB 416/558 KB 180/1206 KB 160/181 KB 416/558 KB 180/1206 KB 160/181 KB 416/558 KB 184/1206 KB 160/181 KB 416/558 KB 188/1206 KB 160/181 KB 416/558 KB 192/1206 KB 160/181 KB 420/558 KB 192/1206 KB 164/181 KB 424/558 KB 196/1206 KB 164/181 KB 428/558 KB 196/1206 KB 164/181 KB 432/558 KB 196/1206 KB 164/181 KB 420/558 KB 196/1206 KB 168/181 KB 432/558 KB 196/1206 KB 172/181 KB 432/558 KB 196/1206 KB 176/181 KB 432/558 KB 196/1206 KB 160/181 KB 420/558 KB 196/1206 KB 176/181 KB 432/558 KB 200/1206 KB 176/181 KB 432/558 KB 204/1206 KB 180/181 KB 432/558 KB 204/1206 KB 180/181 KB 432/558 KB 208/1206 KB 181/181 KB 432/558 KB 208/1206 KB 181/181 KB 432/558 KB 212/1206 KB 181/181 KB 436/558 KB 216/1206 KB 181/181 KB 436/558 KB 220/1206 KB 181/181 KB 436/558 KB 224/1206 KB 181/181 KB 436/558 KB 212/1206 KB 181/181 KB 440/558 KB 224/1206 KB 181/181 KB 444/558 KB 224/1206 KB 181/181 KB 448/558 KB 224/1206 KB 181/181 KB 448/558 KB 228/1206 KB 181/181 KB 452/558 KB 232/1206 KB 181/181 KB 452/558 KB 228/1206 KB 181/181 KB 456/558 KB 236/1206 KB 181/181 KB 460/558 KB 236/1206 KB 181/181 KB 464/558 KB 236/1206 KB 181/181 KB 460/558 KB 236/1206 KB 181/181 KB 464/558 KB 240/1206 KB 181/181 KB 464/558 KB 244/1206 KB 181/181 KB 468/558 KB 248/1206 KB 181/181 KB 468/558 KB 252/1206 KB 181/181 KB 468/558 KB 256/1206 KB 181/181 KB 468/558 KB 244/1206 KB 181/181 KB 472/558 KB 256/1206 KB 181/181 KB 476/558 KB 256/1206 KB 181/181 KB 480/558 KB 256/1206 KB 181/181 KB 480/558 KB 260/1206 KB 181/181 KB 484/558 KB 264/1206 KB 181/181 KB 484/558 KB 260/1206 KB 181/181 KB 488/558 KB 264/1206 KB 181/181 KB 488/558 KB 268/1206 KB 181/181 KB 488/558 KB 272/1206 KB 181/181 KB 492/558 KB 272/1206 KB 181/181 KB 496/558 KB 272/1206 KB 181/181 KB 500/558 KB 272/1206 KB 181/181 KB 504/558 KB 276/1206 KB 181/181 KB 508/558 KB 276/1206 KB 181/181 KB 512/558 KB 276/1206 KB 181/181 KB 500/558 KB 276/1206 KB 181/181 KB 512/558 KB 280/1206 KB 181/181 KB 512/558 KB 284/1206 KB 181/181 KB 512/558 KB 288/1206 KB 181/181 KB 512/558 KB 292/1206 KB 181/181 KB 516/558 KB 296/1206 KB 181/181 KB 516/558 KB 300/1206 KB 181/181 KB 516/558 KB 304/1206 KB 181/181 KB 516/558 KB 292/1206 KB 181/181 KB 520/558 KB 304/1206 KB 181/181 KB 524/558 KB 304/1206 KB 181/181 KB 528/558 KB 304/1206 KB 181/181 KB 528/558 KB 308/1206 KB 181/181 KB 532/558 KB 312/1206 KB 181/181 KB 532/558 KB 316/1206 KB 181/181 KB 532/558 KB 320/1206 KB 181/181 KB 532/558 KB 308/1206 KB 181/181 KB 536/558 KB 320/1206 KB 181/181 KB 540/558 KB 320/1206 KB 181/181 KB 544/558 KB 320/1206 KB 181/181 KB 548/558 KB 320/1206 KB 181/181 KB 552/558 KB 324/1206 KB 181/181 KB 556/558 KB 324/1206 KB 181/181 KB 558/558 KB 324/1206 KB 181/181 KB 548/558 KB 324/1206 KB 181/181 KB 558/558 KB 328/1206 KB 181/181 KB 558/558 KB 332/1206 KB 181/181 KB 558/558 KB 336/1206 KB 181/181 KB 558/558 KB 340/1206 KB 181/181 KB 558/558 KB 344/1206 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (181 KB at 682.3 KB/sec) unit-abot-epc-basic-0: 15:59:01 DEBUG unit.abot-epc-basic/0.install 558/558 KB 348/1206 KB 558/558 KB 352/1206 KB 558/558 KB 356/1206 KB 558/558 KB 360/1206 KB 558/558 KB 364/1206 KB 558/558 KB 368/1206 KB 558/558 KB 372/1206 KB 558/558 KB 376/1206 KB 558/558 KB 380/1206 KB 4/1199 KB 558/558 KB 380/1206 KB 8/1199 KB 558/558 KB 380/1206 KB 12/1199 KB 558/558 KB 380/1206 KB 16/1199 KB 558/558 KB 380/1206 KB 20/1199 KB 558/558 KB 380/1206 KB 24/1199 KB 558/558 KB 380/1206 KB 28/1199 KB 558/558 KB 380/1206 KB 32/1199 KB 558/558 KB 380/1206 KB 36/1199 KB 558/558 KB 380/1206 KB 40/1199 KB 558/558 KB 380/1206 KB 44/1199 KB 558/558 KB 380/1206 KB 48/1199 KB 558/558 KB 380/1206 KB 52/1199 KB 558/558 KB 380/1206 KB 56/1199 KB 558/558 KB 380/1206 KB 60/1199 KB 558/558 KB 380/1206 KB 64/1199 KB 558/558 KB 380/1206 KB 68/1199 KB 558/558 KB 380/1206 KB 68/1199 KB 558/558 KB 384/1206 KB 68/1199 KB 558/558 KB 388/1206 KB 72/1199 KB 558/558 KB 388/1206 KB 76/1199 KB 558/558 KB 388/1206 KB 80/1199 KB 558/558 KB 388/1206 KB 80/1199 KB 558/558 KB 392/1206 KB 80/1199 KB 558/558 KB 396/1206 KB 80/1199 KB 558/558 KB 400/1206 KB 80/1199 KB 558/558 KB 404/1206 KB 84/1199 KB 558/558 KB 408/1206 KB 84/1199 KB 558/558 KB 412/1206 KB 84/1199 KB 558/558 KB 416/1206 KB 84/1199 KB 558/558 KB 404/1206 KB 88/1199 KB 558/558 KB 416/1206 KB 92/1199 KB 558/558 KB 416/1206 KB 96/1199 KB 558/558 KB 416/1206 KB 100/1199 KB 558/558 KB 416/1206 KB 104/1199 KB 558/558 KB 420/1206 KB 108/1199 KB 558/558 KB 420/1206 KB 112/1199 KB 558/558 KB 420/1206 KB 100/1199 KB 558/558 KB 420/1206 KB 112/1199 KB 558/558 KB 424/1206 KB 112/1199 KB 558/558 KB 428/1206 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar (558 KB at 1954.8 KB/sec) unit-abot-epc-basic-0: 15:59:02 DEBUG unit.abot-epc-basic/0.install 112/1199 KB 432/1206 KB 116/1199 KB 432/1206 KB 120/1199 KB 436/1206 KB 124/1199 KB 436/1206 KB 128/1199 KB 436/1206 KB 116/1199 KB 436/1206 KB 128/1199 KB 440/1206 KB 128/1199 KB 444/1206 KB 128/1199 KB 448/1206 KB 128/1199 KB 452/1206 KB 132/1199 KB 456/1206 KB 132/1199 KB 460/1206 KB 132/1199 KB 464/1206 KB 132/1199 KB 452/1206 KB 136/1199 KB 464/1206 KB 140/1199 KB 464/1206 KB 144/1199 KB 464/1206 KB 144/1199 KB 468/1206 KB 148/1199 KB 472/1206 KB 148/1199 KB 476/1206 KB 148/1199 KB 480/1206 KB 148/1199 KB 468/1206 KB 152/1199 KB 480/1206 KB 156/1199 KB 480/1206 KB 160/1199 KB 480/1206 KB 164/1199 KB 480/1206 KB 168/1199 KB 484/1206 KB 172/1199 KB 484/1206 KB 176/1199 KB 484/1206 KB 164/1199 KB 484/1206 KB 176/1199 KB 488/1206 KB 176/1199 KB 492/1206 KB 176/1199 KB 496/1206 KB 180/1199 KB 496/1206 KB 184/1199 KB 500/1206 KB 188/1199 KB 500/1206 KB 192/1199 KB 500/1206 KB 180/1199 KB 500/1206 KB 192/1199 KB 504/1206 KB 192/1199 KB 508/1206 KB 192/1199 KB 512/1206 KB 192/1199 KB 516/1206 KB 196/1199 KB 520/1206 KB 196/1199 KB 516/1206 KB 200/1199 KB 520/1206 KB 204/1199 KB 520/1206 KB 208/1199 KB 520/1206 KB 208/1199 KB 524/1206 KB 208/1199 KB 528/1206 KB 208/1199 KB 532/1206 KB 212/1199 KB 532/1206 KB 216/1199 KB 532/1206 KB 220/1199 KB 532/1206 KB 224/1199 KB 532/1206 KB 224/1199 KB 536/1206 KB 224/1199 KB 540/1206 KB 224/1199 KB 544/1206 KB 224/1199 KB 548/1206 KB 228/1199 KB 552/1206 KB 228/1199 KB 556/1206 KB 228/1199 KB 560/1206 KB 228/1199 KB 548/1206 KB 232/1199 KB 560/1206 KB 236/1199 KB 560/1206 KB 240/1199 KB 560/1206 KB 240/1199 KB 564/1206 KB 244/1199 KB 568/1206 KB 244/1199 KB 564/1206 KB 248/1199 KB 568/1206 KB 252/1199 KB 568/1206 KB 256/1199 KB 568/1206 KB 256/1199 KB 572/1206 KB 256/1199 KB 576/1206 KB 256/1199 KB 580/1206 KB 260/1199 KB 584/1206 KB 260/1199 KB 588/1206 KB 260/1199 KB 592/1206 KB 260/1199 KB 580/1206 KB 264/1199 KB 592/1206 KB 268/1199 KB 592/1206 KB 272/1199 KB 592/1206 KB 272/1199 KB 596/1206 KB 276/1199 KB 600/1206 KB 276/1199 KB 604/1206 KB 276/1199 KB 596/1206 KB 276/1199 KB 608/1206 KB 280/1199 KB 608/1206 KB 284/1199 KB 608/1206 KB 288/1199 KB 608/1206 KB 288/1199 KB 612/1206 KB 292/1199 KB 616/1206 KB 292/1199 KB 620/1206 KB 292/1199 KB 612/1206 KB 292/1199 KB 624/1206 KB 296/1199 KB 624/1206 KB 300/1199 KB 624/1206 KB 304/1199 KB 624/1206 KB 308/1199 KB 624/1206 KB 312/1199 KB 628/1206 KB 308/1199 KB 628/1206 KB 312/1199 KB 632/1206 KB 312/1199 KB 636/1206 KB 312/1199 KB 640/1206 KB 316/1199 KB 640/1206 KB 320/1199 KB 640/1206 KB 320/1199 KB 644/1206 KB 324/1199 KB 648/1206 KB 324/1199 KB 652/1206 KB 324/1199 KB 644/1206 KB 328/1199 KB 652/1206 KB 332/1199 KB 656/1206 KB 336/1199 KB 656/1206 KB 328/1199 KB 656/1206 KB 340/1199 KB 656/1206 KB 344/1199 KB 660/1206 KB 348/1199 KB 660/1206 KB 352/1199 KB 660/1206 KB 340/1199 KB 660/1206 KB 352/1199 KB 664/1206 KB 352/1199 KB 668/1206 KB 352/1199 KB 672/1206 KB 356/1199 KB 672/1206 KB 360/1199 KB 676/1206 KB 364/1199 KB 676/1206 KB 368/1199 KB 676/1206 KB 356/1199 KB 676/1206 KB 368/1199 KB 680/1206 KB 368/1199 KB 684/1206 KB 368/1199 KB 688/1206 KB 368/1199 KB 692/1206 KB 372/1199 KB 696/1206 KB 372/1199 KB 700/1206 KB 372/1199 KB 704/1206 KB 372/1199 KB 692/1206 KB 376/1199 KB 704/1206 KB 380/1199 KB 704/1206 KB 384/1199 KB 704/1206 KB 388/1199 KB 704/1206 KB 392/1199 KB 708/1206 KB 388/1199 KB 708/1206 KB 392/1199 KB 712/1206 unit-abot-epc-basic-0: 15:59:02 DEBUG unit.abot-epc-basic/0.install KB 396/1199 KB 712/1206 KB 400/1199 KB 712/1206 KB 400/1199 KB 716/1206 KB 400/1199 KB 720/1206 KB 404/1199 KB 720/1206 KB 408/1199 KB 724/1206 KB 412/1199 KB 724/1206 KB 404/1199 KB 724/1206 KB 412/1199 KB 728/1206 KB 412/1199 KB 732/1206 KB 416/1199 KB 732/1206 KB 416/1199 KB 736/1206 KB 420/1199 KB 736/1206 KB 424/1199 KB 740/1206 KB 428/1199 KB 740/1206 KB 432/1199 KB 740/1206 KB 420/1199 KB 740/1206 KB 432/1199 KB 744/1206 KB 432/1199 KB 748/1206 KB 432/1199 KB 752/1206 KB 436/1199 KB 752/1206 KB 440/1199 KB 756/1206 KB 444/1199 KB 756/1206 KB 448/1199 KB 756/1206 KB 436/1199 KB 756/1206 KB 448/1199 KB 760/1206 KB 448/1199 KB 764/1206 KB 448/1199 KB 768/1206 KB 452/1199 KB 768/1206 KB 456/1199 KB 772/1206 KB 460/1199 KB 772/1206 KB 464/1199 KB 772/1206 KB 452/1199 KB 772/1206 KB 464/1199 KB 776/1206 KB 464/1199 KB 780/1206 KB 464/1199 KB 784/1206 KB 464/1199 KB 788/1206 KB 468/1199 KB 792/1206 KB 468/1199 KB 796/1206 KB 468/1199 KB 800/1206 KB 468/1199 KB 788/1206 KB 472/1199 KB 800/1206 KB 476/1199 KB 800/1206 KB 480/1199 KB 800/1206 KB 480/1199 KB 804/1206 KB 484/1199 KB 808/1206 KB 484/1199 KB 812/1206 KB 484/1199 KB 816/1206 KB 484/1199 KB 804/1206 KB 488/1199 KB 816/1206 KB 492/1199 KB 816/1206 KB 496/1199 KB 816/1206 KB 500/1199 KB 816/1206 KB 504/1199 KB 820/1206 KB 508/1199 KB 820/1206 KB 512/1199 KB 820/1206 KB 500/1199 KB 820/1206 KB 512/1199 KB 824/1206 KB 512/1199 KB 828/1206 KB 512/1199 KB 832/1206 KB 516/1199 KB 832/1206 KB 520/1199 KB 836/1206 KB 524/1199 KB 836/1206 KB 516/1199 KB 836/1206 KB 524/1199 KB 840/1206 KB 524/1199 KB 844/1206 KB 524/1199 KB 848/1206 KB 528/1199 KB 848/1206 KB 528/1199 KB 852/1206 KB 532/1199 KB 856/1206 KB 532/1199 KB 860/1206 KB 532/1199 KB 864/1206 KB 532/1199 KB 852/1206 KB 536/1199 KB 864/1206 KB 540/1199 KB 864/1206 KB 544/1199 KB 864/1206 KB 548/1199 KB 864/1206 KB 552/1199 KB 868/1206 KB 556/1199 KB 868/1206 KB 560/1199 KB 868/1206 KB 548/1199 KB 868/1206 KB 560/1199 KB 872/1206 KB 560/1199 KB 876/1206 KB 560/1199 KB 880/1206 KB 564/1199 KB 880/1206 KB 568/1199 KB 884/1206 KB 572/1199 KB 884/1206 KB 576/1199 KB 884/1206 KB 564/1199 KB 884/1206 KB 576/1199 KB 888/1206 KB 576/1199 KB 892/1206 KB 576/1199 KB 896/1206 KB 580/1199 KB 896/1206 KB 584/1199 KB 900/1206 KB 588/1199 KB 900/1206 KB 592/1199 KB 900/1206 KB 580/1199 KB 900/1206 KB 592/1199 KB 904/1206 KB 592/1199 KB 908/1206 KB 592/1199 KB 912/1206 KB 592/1199 KB 916/1206 KB 596/1199 KB 920/1206 KB 596/1199 KB 916/1206 KB 600/1199 KB 920/1206 KB 600/1199 KB 924/1206 KB 600/1199 KB 928/1206 KB 604/1199 KB 928/1206 KB 608/1199 KB 928/1206 KB 608/1199 KB 932/1206 KB 608/1199 KB 936/1206 KB 608/1199 KB 940/1206 KB 608/1199 KB 944/1206 KB 608/1199 KB 948/1206 KB 608/1199 KB 952/1206 KB 608/1199 KB 956/1206 KB 608/1199 KB 960/1206 KB 608/1199 KB 964/1206 KB 608/1199 KB 968/1206 KB 608/1199 KB 972/1206 KB 608/1199 KB 976/1206 KB 608/1199 KB 980/1206 KB 608/1199 KB 984/1206 KB 608/1199 KB 988/1206 KB 608/1199 KB 992/1206 KB 608/1199 KB 996/1206 KB 608/1199 KB 1000/1206 KB 608/1199 KB 1004/1206 KB 608/1199 KB 1008/1206 KB 608/1199 KB 1012/1206 KB 608/1199 KB 1016/1206 KB 608/1199 KB 1020/1206 KB 608/1199 KB 1024/1206 KB 612/1199 KB 1024/1206 KB 616/1199 KB 1024/1206 KB 620/1199 KB 1024/1206 KB 624/1199 KB 1024/1206 KB 628/1199 KB 1024/1206 KB 632/1199 KB 1024/1206 KB 636/1199 KB 1024/1206 KB 640/1199 KB 1024/1206 KB 644/1199 KB 1 unit-abot-epc-basic-0: 15:59:02 DEBUG unit.abot-epc-basic/0.install 024/1206 KB 648/1199 KB 1024/1206 KB 652/1199 KB 1024/1206 KB 656/1199 KB 1024/1206 KB 660/1199 KB 1024/1206 KB 664/1199 KB 1024/1206 KB 668/1199 KB 1024/1206 KB 672/1199 KB 1024/1206 KB 676/1199 KB 1024/1206 KB 680/1199 KB 1024/1206 KB 684/1199 KB 1024/1206 KB 688/1199 KB 1024/1206 KB 688/1199 KB 1028/1206 KB 692/1199 KB 1032/1206 KB 692/1199 KB 1036/1206 KB 692/1199 KB 1040/1206 KB 692/1199 KB 1028/1206 KB 696/1199 KB 1040/1206 KB 700/1199 KB 1040/1206 KB 704/1199 KB 1040/1206 KB 704/1199 KB 1044/1206 KB 708/1199 KB 1048/1206 KB 708/1199 KB 1044/1206 KB 712/1199 KB 1048/1206 KB 716/1199 KB 1048/1206 KB 720/1199 KB 1048/1206 KB 720/1199 KB 1052/1206 KB 720/1199 KB 1056/1206 KB 724/1199 KB 1056/1206 KB 728/1199 KB 1060/1206 KB 732/1199 KB 1060/1206 KB 736/1199 KB 1060/1206 KB 724/1199 KB 1060/1206 KB 736/1199 KB 1064/1206 KB 736/1199 KB 1068/1206 KB 736/1199 KB 1072/1206 KB 740/1199 KB 1072/1206 KB 744/1199 KB 1076/1206 KB 748/1199 KB 1076/1206 KB 752/1199 KB 1076/1206 KB 740/1199 KB 1076/1206 KB 752/1199 KB 1080/1206 KB 752/1199 KB 1084/1206 KB 752/1199 KB 1088/1206 KB 756/1199 KB 1088/1206 KB 760/1199 KB 1092/1206 KB 764/1199 KB 1092/1206 KB 768/1199 KB 1092/1206 KB 756/1199 KB 1092/1206 KB 768/1199 KB 1096/1206 KB 768/1199 KB 1100/1206 KB 768/1199 KB 1104/1206 KB 768/1199 KB 1108/1206 KB 772/1199 KB 1112/1206 KB 772/1199 KB 1116/1206 KB 772/1199 KB 1120/1206 KB 772/1199 KB 1108/1206 KB 776/1199 KB 1120/1206 KB 780/1199 KB 1120/1206 KB 784/1199 KB 1120/1206 KB 788/1199 KB 1120/1206 KB 792/1199 KB 1124/1206 KB 796/1199 KB 1124/1206 KB 788/1199 KB 1124/1206 KB 800/1199 KB 1128/1206 KB 800/1199 KB 1132/1206 KB 800/1199 KB 1136/1206 KB 800/1199 KB 1124/1206 KB 800/1199 KB 1140/1206 KB 804/1199 KB 1144/1206 KB 804/1199 KB 1148/1206 KB 804/1199 KB 1152/1206 KB 804/1199 KB 1140/1206 KB 808/1199 KB 1152/1206 KB 812/1199 KB 1152/1206 KB 816/1199 KB 1152/1206 KB 816/1199 KB 1156/1206 KB 820/1199 KB 1160/1206 KB 820/1199 KB 1164/1206 KB 820/1199 KB 1168/1206 KB 820/1199 KB 1156/1206 KB 824/1199 KB 1168/1206 KB 828/1199 KB 1168/1206 KB 832/1199 KB 1168/1206 KB 836/1199 KB 1168/1206 KB 840/1199 KB 1172/1206 KB 844/1199 KB 1172/1206 KB 848/1199 KB 1172/1206 KB 836/1199 KB 1172/1206 KB 848/1199 KB 1176/1206 KB 848/1199 KB 1180/1206 KB 848/1199 KB 1184/1206 KB 852/1199 KB 1184/1206 KB 856/1199 KB 1184/1206 KB 860/1199 KB 1184/1206 KB 860/1199 KB 1188/1206 KB 864/1199 KB 1192/1206 KB 860/1199 KB 1192/1206 KB 864/1199 KB 1196/1206 KB 864/1199 KB 1200/1206 KB 864/1199 KB 1204/1206 KB 864/1199 KB 1206/1206 KB 868/1199 KB 1206/1206 KB 872/1199 KB 1206/1206 KB 876/1199 KB 1206/1206 KB 880/1199 KB 1206/1206 KB 884/1199 KB 1206/1206 KB 888/1199 KB 1206/1206 KB 892/1199 KB 1206/1206 KB 896/1199 KB 1206/1206 KB 900/1199 KB 1206/1206 KB 904/1199 KB 1206/1206 KB 908/1199 KB 1206/1206 KB 912/1199 KB 1206/1206 KB 916/1199 KB 1206/1206 KB 920/1199 KB 1206/1206 KB 924/1199 KB 1206/1206 KB 928/1199 KB 1206/1206 KB 932/1199 KB 1206/1206 KB 936/1199 KB 1206/1206 KB 940/1199 KB 1206/1206 KB 944/1199 KB 1206/1206 KB 948/1199 KB 1206/1206 KB 952/1199 KB 1206/1206 KB 956/1199 KB 1206/1206 KB 960/1199 KB 1206/1206 KB 964/1199 KB 1206/1206 KB 968/1199 KB 1206/1206 KB 972/1199 KB 1206/1206 KB 976/1199 KB 1206/1206 KB 980/1199 KB 1206/1206 KB 984/1199 KB 1206/1206 KB 988/1199 KB 1206/1206 KB 992/1199 KB 1206/1206 KB 996/1199 KB 1206/1206 KB 1000/1199 KB 1206/1206 KB 1004/1199 KB 1206/1206 KB unit-abot-epc-basic-0: 15:59:02 DEBUG unit.abot-epc-basic/0.install 1008/1199 KB 1206/1206 KB 1012/1199 KB 1206/1206 KB 1016/1199 KB 1206/1206 KB 1020/1199 KB 1206/1206 KB 1024/1199 KB 1206/1206 KB 1028/1199 KB 1206/1206 KB 1032/1199 KB 1206/1206 KB 1036/1199 KB 1206/1206 KB 1040/1199 KB 1206/1206 KB 1044/1199 KB 1206/1206 KB 1048/1199 KB 1206/1206 KB 1052/1199 KB 1206/1206 KB 1056/1199 KB 1206/1206 KB 1060/1199 KB 1206/1206 KB 1064/1199 KB 1206/1206 KB 1068/1199 KB 1206/1206 KB 1072/1199 KB 1206/1206 KB 1076/1199 KB 1206/1206 KB 1080/1199 KB 1206/1206 KB 1084/1199 KB 1206/1206 KB 1088/1199 KB 1206/1206 KB 1092/1199 KB 1206/1206 KB 1096/1199 KB 1206/1206 KB 1100/1199 KB 1206/1206 KB 1104/1199 KB 1206/1206 KB 1108/1199 KB 1206/1206 KB 1112/1199 KB 1206/1206 KB 1116/1199 KB 1206/1206 KB 1120/1199 KB 1206/1206 KB 1124/1199 KB 1206/1206 KB 1128/1199 KB 1206/1206 KB 1132/1199 KB 1206/1206 KB 1136/1199 KB 1206/1206 KB 1140/1199 KB 1206/1206 KB 1144/1199 KB 1206/1206 KB 1148/1199 KB 1206/1206 KB 1152/1199 KB 1206/1206 KB 1156/1199 KB 1206/1206 KB 1160/1199 KB 1206/1206 KB 1164/1199 KB 1206/1206 KB 1168/1199 KB 1206/1206 KB 1172/1199 KB 1206/1206 KB 1176/1199 KB 1206/1206 KB 1180/1199 KB 1206/1206 KB 1184/1199 KB 1206/1206 KB 1188/1199 KB 1206/1206 KB 1192/1199 KB 1206/1206 KB 1196/1199 KB 1206/1206 KB 1199/1199 KB 1206/1206 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar (1206 KB at 2926.4 KB/sec) unit-abot-epc-basic-0: 15:59:02 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar (1199 KB at 2854.0 KB/sec) unit-abot-epc-basic-0: 15:59:02 DEBUG unit.abot-epc-basic/0.install [INFO] About to generate Cucumber report. unit-oai-epc-0: 15:59:02 DEBUG unit.oai-epc/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 15:59:02 DEBUG unit.oai-epc/0.install Need to get 3786 kB of archives. unit-oai-epc-0: 15:59:02 DEBUG unit.oai-epc/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-epc-0: 15:59:02 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-mysql-0: 15:59:02 DEBUG unit.mysql/0.install Setting up python-html5lib (0.999-3~ubuntu1) ... unit-mysql-0: 15:59:02 DEBUG unit.mysql/0.install Setting up python-html5lib-whl (0.999-3~ubuntu1) ... unit-oai-epc-0: 15:59:02 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-mysql-0: 15:59:02 DEBUG unit.mysql/0.install Setting up python-six-whl (1.5.2-1ubuntu1) ... unit-mysql-0: 15:59:02 DEBUG unit.mysql/0.install Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... unit-mysql-0: 15:59:02 DEBUG unit.mysql/0.install Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... unit-mysql-0: 15:59:02 DEBUG unit.mysql/0.install Setting up python-setuptools-whl (3.3-1ubuntu2) ... unit-mysql-0: 15:59:02 DEBUG unit.mysql/0.install Setting up python-pip-whl (1.5.4-1ubuntu4) ... unit-mysql-0: 15:59:02 DEBUG unit.mysql/0.install Setting up python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 15:59:02 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 15:59:02 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ABOT-RunScenarios --- unit-mysql-0: 15:59:02 DEBUG unit.mysql/0.install Setting up python-wheel (0.24.0-1~ubuntu1) ... unit-abot-epc-basic-0: 15:59:02 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar to /root/.m2/repository/com/rebaca/abot/runscenarios/ABOT-RunScenarios/3.0.91/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 15:59:02 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/pom.xml to /root/.m2/repository/com/rebaca/abot/runscenarios/ABOT-RunScenarios/3.0.91/ABOT-RunScenarios-3.0.91.pom unit-abot-epc-basic-0: 15:59:02 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:59:02 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 15:59:02 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:59:02 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 50.865 s unit-abot-epc-basic-0: 15:59:02 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-08-27T15:59:02+00:00 unit-mysql-0: 15:59:03 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 15:59:03 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 26M/63M unit-abot-epc-basic-0: 15:59:03 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 15:59:03 DEBUG unit.abot-epc-basic/0.install No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 15:59:03 DEBUG unit.abot-epc-basic/0.install Starting flask GUI... unit-abot-epc-basic-0: 15:59:03 DEBUG unit.abot-epc-basic/0.install Setting up libmpc3:amd64 (1.0.3-1) ... unit-abot-epc-basic-0: 15:59:03 DEBUG unit.abot-epc-basic/0.install * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit) unit-oai-epc-0: 15:59:03 DEBUG unit.oai-epc/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 15:59:03 DEBUG unit.abot-epc-basic/0.install Setting up ant (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 15:59:03 DEBUG unit.abot-epc-basic/0.install Setting up ant-optional (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 15:59:03 DEBUG unit.abot-epc-basic/0.install Setting up binutils (2.26.1-1ubuntu1~16.04.6) ... unit-mysql-0: 15:59:03 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 15:59:03 DEBUG unit.abot-epc-basic/0.install Setting up libc-dev-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 15:59:03 DEBUG unit.abot-epc-basic/0.install Setting up linux-libc-dev:amd64 (4.4.0-134.160) ... unit-mysql-0: 15:59:03 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 15:59:03 DEBUG unit.mysql/0.install Reading state information... unit-oai-epc-0: 15:59:03 DEBUG unit.oai-epc/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-abot-epc-basic-0: 15:59:03 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dev:amd64 (2.23-0ubuntu10) ... unit-mysql-0: 15:59:03 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 15:59:03 DEBUG unit.mysql/0.install python-dnspython unit-oai-epc-0: 15:59:03 DEBUG unit.oai-epc/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-abot-epc-basic-0: 15:59:03 DEBUG unit.abot-epc-basic/0.install Setting up libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 15:59:04 DEBUG unit.abot-epc-basic/0.install Setting up cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:59:04 DEBUG unit.abot-epc-basic/0.install Setting up cpp (4:5.3.1-1ubuntu1) ... unit-oai-epc-0: 15:59:04 DEBUG unit.oai-epc/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-abot-epc-basic-0: 15:59:04 DEBUG unit.abot-epc-basic/0.install Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 15:59:04 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 15:59:04 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 15:59:04 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 15:59:04 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 [83.1 kB] unit-oai-epc-0: 15:59:04 DEBUG unit.oai-epc/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-abot-epc-basic-0: 15:59:04 DEBUG unit.abot-epc-basic/0.install Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:59:04 DEBUG unit.abot-epc-basic/0.install Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:59:04 DEBUG unit.abot-epc-basic/0.install Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:59:04 DEBUG unit.abot-epc-basic/0.install Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 15:59:04 DEBUG unit.mysql/0.install Fetched 83.1 kB in 0s (162 kB/s) unit-abot-epc-basic-0: 15:59:04 DEBUG unit.abot-epc-basic/0.install Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 15:59:04 DEBUG unit.oai-epc/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.61-0ubuntu0.14.04.1 [10.9 kB] unit-abot-epc-basic-0: 15:59:04 DEBUG unit.abot-epc-basic/0.install Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 15:59:04 DEBUG unit.mysql/0.install Selecting previously unselected package python-dnspython. unit-oai-epc-0: 15:59:04 DEBUG unit.oai-epc/0.install Fetched 3786 kB in 2s (1491 kB/s) unit-mysql-0: 15:59:04 DEBUG unit.mysql/0.install (Reading database ... 83319 files and directories currently installed.) unit-mysql-0: 15:59:04 DEBUG unit.mysql/0.install Preparing to unpack .../python-dnspython_1.11.1-1build1_all.deb ... unit-mysql-0: 15:59:04 DEBUG unit.mysql/0.install Unpacking python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 15:59:04 DEBUG unit.abot-epc-basic/0.install Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:59:04 DEBUG unit.abot-epc-basic/0.install Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:59:04 DEBUG unit.abot-epc-basic/0.install Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:59:04 DEBUG unit.abot-epc-basic/0.install Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:59:04 DEBUG unit.abot-epc-basic/0.install Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:59:04 DEBUG unit.abot-epc-basic/0.install Setting up gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:59:04 DEBUG unit.abot-epc-basic/0.install Setting up gcc (4:5.3.1-1ubuntu1) ... unit-oai-epc-0: 15:59:04 DEBUG unit.oai-epc/0.install Selecting previously unselected package mysql-common. unit-oai-epc-0: 15:59:04 DEBUG unit.oai-epc/0.install (Reading database ... 78898 files and directories currently installed.) unit-oai-epc-0: 15:59:04 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 15:59:04 DEBUG unit.mysql/0.install Setting up python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 15:59:04 DEBUG unit.abot-epc-basic/0.install Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:59:04 DEBUG unit.abot-epc-basic/0.install Setting up g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 15:59:04 DEBUG unit.abot-epc-basic/0.install Setting up g++ (4:5.3.1-1ubuntu1) ... unit-oai-epc-0: 15:59:04 DEBUG unit.oai-epc/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 15:59:05 DEBUG unit.oai-epc/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-epc-0: 15:59:05 DEBUG unit.oai-epc/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 15:59:05 DEBUG unit.oai-epc/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 15:59:05 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-abot-epc-basic-0: 15:59:05 DEBUG unit.abot-epc-basic/0.install Setting up make (4.1-6) ... unit-abot-epc-basic-0: 15:59:05 DEBUG unit.abot-epc-basic/0.install Setting up libdpkg-perl (1.18.4ubuntu1.4) ... unit-oai-epc-0: 15:59:05 DEBUG unit.oai-epc/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-epc-0: 15:59:05 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-epc-0: 15:59:05 DEBUG unit.oai-epc/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 15:59:05 DEBUG unit.abot-epc-basic/0.install Setting up dpkg-dev (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 15:59:05 DEBUG unit.abot-epc-basic/0.install Setting up build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 15:59:05 DEBUG unit.abot-epc-basic/0.install Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-oai-epc-0: 15:59:05 DEBUG unit.oai-epc/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-epc-0: 15:59:05 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 15:59:05 DEBUG unit.abot-epc-basic/0.install Setting up fakeroot (1.20.2-1ubuntu1) ... unit-oai-epc-0: 15:59:05 DEBUG unit.oai-epc/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 15:59:05 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-abot-epc-basic-0: 15:59:05 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 15:59:05 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 15:59:05 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-merge-perl (0.08-3) ... unit-mysql-0: 15:59:05 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 15:59:05 DEBUG unit.oai-epc/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 15:59:05 DEBUG unit.oai-epc/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-epc-0: 15:59:05 DEBUG unit.oai-epc/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-mysql-0: 15:59:05 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 15:59:05 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 15:59:05 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-oai-epc-0: 15:59:05 DEBUG unit.oai-epc/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 15:59:05 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 15:59:05 DEBUG unit.oai-epc/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 15:59:05 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-abot-epc-basic-0: 15:59:05 DEBUG unit.abot-epc-basic/0.install Setting up libxpp2-java (2.1.10-7build1) ... unit-mysql-0: 15:59:05 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-abot-epc-basic-0: 15:59:06 DEBUG unit.abot-epc-basic/0.install Setting up libxpp3-java (1.1.4c-2build1) ... unit-oai-epc-0: 15:59:06 DEBUG unit.oai-epc/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-epc-0: 15:59:06 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-abot-epc-basic-0: 15:59:06 DEBUG unit.abot-epc-basic/0.install Setting up libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 15:59:06 DEBUG unit.abot-epc-basic/0.install Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-oai-epc-0: 15:59:06 DEBUG unit.oai-epc/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 15:59:06 DEBUG unit.abot-epc-basic/0.install Setting up libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 15:59:06 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 15:59:06 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 15:59:06 DEBUG unit.abot-epc-basic/0.install Setting up libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 15:59:06 DEBUG unit.abot-epc-basic/0.install Setting up libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-abot-epc-basic-0: 15:59:06 DEBUG unit.abot-epc-basic/0.install Setting up libxom-java (1.2.10-1) ... unit-abot-epc-basic-0: 15:59:06 DEBUG unit.abot-epc-basic/0.install Setting up manpages-dev (4.04-2) ... unit-abot-epc-basic-0: 15:59:06 DEBUG unit.abot-epc-basic/0.install Setting up python-all (2.7.12-1~16.04) ... unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-abot-epc-basic-0: 15:59:06 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-abot-epc-basic-0: 15:59:06 DEBUG unit.abot-epc-basic/0.install Setting up python-dev (2.7.12-1~16.04) ... unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-abot-epc-basic-0: 15:59:06 DEBUG unit.abot-epc-basic/0.install Setting up python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 15:59:06 DEBUG unit.abot-epc-basic/0.install Setting up python-pkg-resources (20.7.0-1) ... unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-abot-epc-basic-0: 15:59:06 DEBUG unit.abot-epc-basic/0.install Setting up python-setuptools (20.7.0-1) ... unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-oai-epc-0: 15:59:06 DEBUG unit.oai-epc/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-epc-0: 15:59:06 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 15:59:06 DEBUG unit.oai-epc/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 15:59:06 DEBUG unit.oai-epc/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-abot-epc-basic-0: 15:59:06 DEBUG unit.abot-epc-basic/0.install Setting up python-wheel (0.29.0-1) ... unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-oai-epc-0: 15:59:06 DEBUG unit.oai-epc/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 15:59:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-abot-epc-basic-0: 15:59:06 DEBUG unit.abot-epc-basic/0.install Setting up ssl-cert (1.0.37) ... unit-oai-epc-0: 15:59:06 DEBUG unit.oai-epc/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 15:59:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 15:59:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 15:59:07 DEBUG unit.abot-epc-basic/0.install hostname: Name or service not known unit-abot-epc-basic-0: 15:59:07 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: Could not get FQDN, using "juju-db5955-default-0". unit-abot-epc-basic-0: 15:59:07 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: You may want to fix your /etc/hosts and/or DNS setup and run unit-abot-epc-basic-0: 15:59:07 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: make-ssl-cert generate-default-snakeoil --force-overwrite unit-abot-epc-basic-0: 15:59:07 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: again. unit-oai-epc-0: 15:59:07 DEBUG unit.oai-epc/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-mysql-0: 15:59:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-abot-epc-basic-0: 15:59:07 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 15:59:07 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-oai-epc-0: 15:59:07 DEBUG unit.oai-epc/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-mysql-0: 15:59:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 15:59:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-mysql-0: 15:59:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-abot-epc-basic-0: 15:59:07 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-mysql-0: 15:59:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-mysql-0: 15:59:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-oai-epc-0: 15:59:07 DEBUG unit.oai-epc/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-mysql-0: 15:59:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 15:59:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-oai-epc-0: 15:59:07 DEBUG unit.oai-epc/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 15:59:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-oai-epc-0: 15:59:07 DEBUG unit.oai-epc/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 15:59:07 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-mysql-0: 15:59:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-oai-epc-0: 15:59:07 DEBUG unit.oai-epc/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 15:59:07 DEBUG unit.oai-epc/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-mysql-0: 15:59:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 15:59:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-mysql-0: 15:59:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 15:59:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 15:59:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 15:59:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-mysql-0: 15:59:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-oai-epc-0: 15:59:08 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 15:59:08 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 15:59:08 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 15:59:08 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 15:59:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 15:59:08 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 15:59:08 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 15:59:08 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-mysql-0: 15:59:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 15:59:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-oai-epc-0: 15:59:08 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 15:59:08 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 15:59:08 DEBUG unit.oai-epc/0.install + echo -n unit-mysql-0: 15:59:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 15:59:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 15:59:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 15:59:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 15:59:09 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 15:59:09 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: ABot Debian Installed!!! >> unit-abot-epc-basic-0: 15:59:09 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-db5955-default-0 unit-oai-epc-0: 15:59:09 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 15:59:09 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 15:59:09 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-epc-0: 15:59:09 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 15:59:09 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 15:59:09 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 15:59:09 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 15:59:09 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 15:59:10 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 15:59:10 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-db5955-default-0 unit-abot-epc-basic-0: 15:59:10 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 15:59:10 DEBUG unit.abot-epc-basic/0.install WARNING: apt does not have a stable CLI interface. Use with caution in scripts. unit-abot-epc-basic-0: 15:59:10 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 15:59:10 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-mysql-0: 15:59:11 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-mysql-0: 15:59:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 15:59:11 INFO unit.mysql/0.juju-log Installing ['debconf-utils', 'python-mysqldb', 'uuid', 'pwgen', 'dnsutils'] with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 15:59:11 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install software-properties-common is already the newest version (0.96.20.7). unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 15:59:11 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 15:59:11 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-db5955-default-0 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-mysql-0: 15:59:11 DEBUG unit.mysql/0.install dnsutils is already the newest version. unit-mysql-0: 15:59:11 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 15:59:11 DEBUG unit.mysql/0.install libmysqlclient18 libossp-uuid16 mysql-common unit-mysql-0: 15:59:11 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 15:59:11 DEBUG unit.mysql/0.install python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg unit-mysql-0: 15:59:11 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 15:59:11 DEBUG unit.mysql/0.install debconf-utils libmysqlclient18 libossp-uuid16 mysql-common pwgen unit-mysql-0: 15:59:11 DEBUG unit.mysql/0.install python-mysqldb uuid unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install build-essential is already the newest version (12.1ubuntu2). unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install build-essential set to manually installed. unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install ethtool is already the newest version (1:4.5-1). unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install iptables is already the newest version (1.6.0-2ubuntu3). unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install git is already the newest version (1:2.7.4-0ubuntu1.4). unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev is already the newest version (2.7.12-1ubuntu0~16.04.3). unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev set to manually installed. unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxml2 is already the newest version (2.9.3+dfsg1-1ubuntu0.6). unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install openssh-client is already the newest version (1:7.2p2-4ubuntu2.4). unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install openssh-server is already the newest version (1:7.2p2-4ubuntu2.4). unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install openssl is already the newest version (1.0.2g-1ubuntu4.13). unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install python is already the newest version (2.7.12-1~16.04). unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install python set to manually installed. unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install wget is already the newest version (1.17.1-1ubuntu1.4). unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install python-pip is already the newest version (8.1.1-2ubuntu0.4). unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install python-pip set to manually installed. unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autotools-dev castxml cmake-data unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install colord colord-data dconf-gsettings-backend dconf-service debhelper unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install default-jre-headless dh-strip-nondeterminism fonts-lato fonts-liberation unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gconf-service gconf-service-backend gconf2-common gdbserver unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 gir1.2-atspi-2.0 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install glib-networking glib-networking-common glib-networking-services gnuplot-data unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install gnuplot-tex gnuplot-x11 gsettings-desktop-schemas gsfonts guile-2.0 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian javascript-common libaec-dev libaec0 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libamd2.4.1 libarchive-zip-perl libarchive13 libarpack2 libasprintf-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev libatlas3-base unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas3 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 libcxsparse3.1.4 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa libegl1-mesa-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 libexif12 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libfftw3-single3 libfile-basedir-perl libfile-desktopentry-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libfile-listing-perl libfile-mimeinfo-perl libfile-stripnondeterminism-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libfl-dev libfltk-gl1.3 libfltk1.3 libfont-afm-perl libfontconfig1-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libfontenc1 libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libgconf-2-4 libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmpxx4ldbl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libgpg-error-dev libgphoto2-6 libgphoto2-l10n libgphoto2-port12 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 libgs9-common unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libgtk-3-0 libgtk-3-bin libgtk-3-common libgudev-1.0-0 libgusb2 libgvc6 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libhdf5-cpp-11 libhdf5-dev libhtml-form-perl libhtml-format-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libhttp-message-perl libhttp-negotiate-perl libicu-dev libidn2-0 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient20 libncurses5-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libobjc-5-dev libobjc4 liboctave3 libopenblas-base libosmesa6 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libpango1.0-dev libpangoxft-1.0-0 libpaper-utils libpaper1 libpathplan4 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpgm-5.2-0 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 libportaudio2 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 libproxy1v5 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 libqscintilla2-12v5 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libqscintilla2-l10n libqt4-dbus libqt4-declarative libqt4-network unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 libqtgui4 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common libruby2.3 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libsamplerate0 libsane libsane-common libserf-1-1 libslicot0 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libsoup-gnome2.4-1 libsoup2.4-1 libssl-doc libsuitesparseconfig4.4.6 libsvn1 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libsynctex1 libsys-hostname-long-perl libsz2 libtasn1-doc libtcl8.6 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libtexlua52 libtexluajit2 libtext-unidecode-perl libtie-ixhash-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libtimedate-perl libtinfo-dev libtk8.6 libumfpack5.7.1 libunistring0 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install liburi-perl libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libwayland-egl1-mesa libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libwww-robotrules-perl libx11-protocol-perl libx11-xcb-dev libxaw7 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-randr0 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxcb-randr0-dev libxcb-render-util0 libxcb-render0-dev libxcb-shape0 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxcb-shape0-dev libxcb-shm0-dev libxcb-sync-dev libxcb-util1 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 libxcomposite-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev libxft-dev libxft2 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxi-dev libxinerama-dev libxkbcommon-dev libxkbcommon-x11-0 libxkbcommon0 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxss1 libxtst-dev libxv1 libxxf86dga1 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxxf86vm-dev libzzip-0-13 lmodern m4 mesa-common-dev mysql-common unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install nettle-dev octave-common octave-control pkg-config po-debconf poppler-data unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install pstoedit qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install ruby ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration t1utils tcl tcl8.6 tex-common unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install texinfo texlive-base texlive-binaries texlive-latex-base-doc tk tk8.6 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install ubuntu-mono unzip x11-utils x11-xserver-utils x11proto-composite-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install x11proto-randr-dev x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xterm zip unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install zlib1g-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install autoconf-archive gnu-standards autoconf-doc bison-doc codeblocks eclipse unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install ninja-build colord-sensor-argyll dh-make default-jre doxygen-latex unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install doxygen-doc gdb-doc gettext-doc autopoint gfortran-multilib gfortran-doc unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install gfortran-5-multilib gfortran-5-doc libgfortran3-dbg ghostscript-x hpijs unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install gnuplot-doc graphviz-doc guile-2.0-doc lrzip libblas-doc liblapack-doc unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install liblapack-dev nas libdigest-hmac-perl libgssapi-perl liblapack-doc-man unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libcairo2-doc libfftw3-doc libforms-doc libgcrypt20-doc libgd-tools unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libglib2.0-doc libiodbc2-dev gmp-doc libgmp10-doc libmpfr-dev gphoto2 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install graphicsmagick-dbg fonts-droid texlive-lang-cjk gvfs libgtk-3-doc unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libhdf5-doc libdata-dump-perl icu-doc jackd2 libjasper-runtime libtool-doc unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libcrypt-ssleay-perl libmagickcore-6.q16-2-extra ncurses-doc imagemagick unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libpango1.0-doc libqt4-declarative-folderlistmodel unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libqt5libqgtk2 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install qt5-image-formats-plugins qtwayland5 qt4-qtconfig readline-doc librsvg2-bin unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install avahi-daemon hplip libsane-extras sane-utils lksctp-tools gcj-jdk unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libwmf0.2-7-gtk libauthen-ntlm-perl libxext-doc libunicode-map8-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libunicode-string-perl xml-twig-tools libyaml-doc octave-info octave-doc unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install octave-htmldoc libmail-box-perl poppler-utils fonts-japanese-mincho unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install fonts-arphic-ukai fonts-arphic-uming fonts-nanum xfig | ivtools-bin | tgif unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install | transfig ddd emacs22 ri ruby-dev bundler db5.3-util subversion-tools unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install tcl-tclreadline texlive-generic-recommended texinfo-doc-nonfree perl-tk unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install xpdf-reader | pdf-viewer mesa-utils nickle cairo-5c xorg-docs-core gvfs-bin unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install xfonts-cyrillic unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autoconf automake autotools-dev bison unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install castxml cmake cmake-curses-gui cmake-data colord colord-data unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install dconf-gsettings-backend dconf-service debhelper default-jre-headless unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install dh-strip-nondeterminism doxygen doxygen-gui flex fonts-lato fonts-liberation unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gccxml gconf-service gconf-service-backend gconf2-common gdb unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install gdbserver gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install gir1.2-atspi-2.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install gir1.2-pango-1.0 glib-networking glib-networking-common unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install glib-networking-services gnuplot-data gnuplot-tex gnuplot-x11 graphviz unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install gsettings-desktop-schemas gsfonts gtkwave guile-2.0 guile-2.0-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian iperf iproute iptables-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install javascript-common libaec-dev libaec0 libamd2.4.1 libarchive-zip-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libarchive13 libarpack2 libasprintf-dev libatk-bridge2.0-0 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-dev libatk1.0-dev libatlas-base-dev libatlas-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libatlas3-base libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libblas3 libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libconfig8-dev libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libcxsparse3.1.4 libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libexif12 libffi-dev libfftw3-bin libfftw3-dev libfftw3-double3 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libfftw3-long3 libfftw3-quad3 libfftw3-single3 libfile-basedir-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libfile-stripnondeterminism-perl libfl-dev libfltk-gl1.3 libfltk1.3 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libfont-afm-perl libfontconfig1-dev libfontenc1 libforms-bin libforms-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 libgconf-2-4 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libgcrypt11-dev libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmp-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libgmpxx4ldbl libgpg-error-dev libgphoto2-6 libgphoto2-l10n unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libgphoto2-port12 libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libgs9-common libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk-3-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libgudev-1.0-0 libgusb2 libgvc6 libgvpr2 libharfbuzz-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 libhdf5-cpp-11 libhdf5-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libhtml-form-perl libhtml-format-perl libhtml-parser-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libhttp-daemon-perl libhttp-date-perl libhttp-message-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libhttp-negotiate-perl libicu-dev libidn11-dev libidn2-0 libidn2-0-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient-dev libmysqlclient20 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libncurses5-dev libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libnet-ssleay-perl libobjc-5-dev libobjc4 liboctave-dev liboctave3 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libopenblas-base libosmesa6 libpango1.0-dev libpangoxft-1.0-0 libpaper-utils unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libpaper1 libpathplan4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libpgm-5.2-0 libpgm-dev libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libportaudio2 libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libproxy1v5 libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libqscintilla2-12v5 libqscintilla2-l10n libqt4-dbus libqt4-declarative unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libqt4-xml libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libqt5network5 libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libqtgui4 libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libruby2.3 libsamplerate0 libsane libsane-common libsctp-dev libsctp1 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libserf-1-1 libslicot0 libsoup-gnome2.4-1 libsoup2.4-1 libssl-dev libssl-doc unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libsuitesparseconfig4.4.6 libsvn1 libsynctex1 libsys-hostname-long-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libsz2 libtasn1-6-dev libtasn1-doc libtcl8.6 libtexlua52 libtexluajit2 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libtext-unidecode-perl libtie-ixhash-perl libtimedate-perl libtinfo-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libtk8.6 libtool libumfpack5.7.1 libunistring0 liburi-perl libusb-1.0-0-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 libwayland-bin unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1-mesa unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl libwww-robotrules-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libx11-protocol-perl libx11-xcb-dev libxaw7 libxcb-dri2-0-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxcb-present-dev libxcb-randr0 libxcb-randr0-dev libxcb-render-util0 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxcb-sync-dev libxcb-util1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxft-dev libxft2 libxi-dev libxinerama-dev libxkbcommon-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxkbcommon-x11-0 libxkbcommon0 libxml-libxml-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxml2-dev libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxslt1-dev libxss1 libxtst-dev libxv1 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install libxxf86dga1 libxxf86vm-dev libyaml-dev libzzip-0-13 lmodern m4 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install mesa-common-dev mscgen mysql-common nettle-dev octave octave-common unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install octave-control octave-signal pkg-config po-debconf poppler-data pstoedit unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install pydb qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake ruby unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration subversion t1utils tcl tcl8.6 unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install tex-common texinfo texlive-base texlive-binaries texlive-latex-base unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install texlive-latex-base-doc tk tk8.6 ubuntu-mono unzip x11-utils unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install x11-xserver-utils x11proto-composite-dev x11proto-damage-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-randr-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xmlstarlet unit-abot-epc-basic-0: 15:59:11 DEBUG unit.abot-epc-basic/0.install xterm zip zlib1g-dev unit-mysql-0: 15:59:11 DEBUG unit.mysql/0.install 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 15:59:11 DEBUG unit.mysql/0.install Need to get 781 kB of archives. unit-mysql-0: 15:59:11 DEBUG unit.mysql/0.install After this operation, 4259 kB of additional disk space will be used. unit-mysql-0: 15:59:11 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-mysql-0: 15:59:11 DEBUG unit.mysql/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-abot-epc-basic-0: 15:59:12 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 468 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 15:59:12 DEBUG unit.abot-epc-basic/0.install Need to get 291 MB of archives. unit-abot-epc-basic-0: 15:59:12 DEBUG unit.abot-epc-basic/0.install After this operation, 1,132 MB of additional disk space will be used. unit-abot-epc-basic-0: 15:59:12 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake-data all 3.5.1-1ubuntu3 [1,121 kB] unit-mysql-0: 15:59:12 DEBUG unit.mysql/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main debconf-utils all 1.5.51ubuntu2 [57.4 kB] unit-mysql-0: 15:59:12 DEBUG unit.mysql/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libossp-uuid16 amd64 1.6.2-1.3ubuntu1 [29.6 kB] unit-mysql-0: 15:59:13 DEBUG unit.mysql/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main pwgen amd64 2.06-1ubuntu4 [17.3 kB] unit-abot-epc-basic-0: 15:59:13 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive13 amd64 3.1.2-11ubuntu0.16.04.4 [262 kB] unit-mysql-0: 15:59:13 DEBUG unit.mysql/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mysqldb amd64 1.2.3-2ubuntu1 [55.4 kB] unit-abot-epc-basic-0: 15:59:13 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3 amd64 7.47.0-1ubuntu2.8 [187 kB] unit-mysql-0: 15:59:13 DEBUG unit.mysql/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe uuid amd64 1.6.2-1.3ubuntu1 [10.9 kB] unit-mysql-0: 15:59:13 DEBUG unit.mysql/0.install Fetched 781 kB in 1s (401 kB/s) unit-abot-epc-basic-0: 15:59:13 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjsoncpp1 amd64 1.7.2-1 [73.0 kB] unit-abot-epc-basic-0: 15:59:13 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake amd64 3.5.1-1ubuntu3 [2,623 kB] unit-mysql-0: 15:59:13 DEBUG unit.mysql/0.install Selecting previously unselected package mysql-common. unit-mysql-0: 15:59:13 DEBUG unit.mysql/0.install (Reading database ... 83419 files and directories currently installed.) unit-mysql-0: 15:59:13 DEBUG unit.mysql/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 15:59:14 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 cmake-curses-gui amd64 3.5.1-1ubuntu3 [1,276 kB] unit-mysql-0: 15:59:14 DEBUG unit.mysql/0.install Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 15:59:14 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 m4 amd64 1.4.17-5 [195 kB] unit-abot-epc-basic-0: 15:59:14 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfl-dev amd64 2.6.0-11 [12.5 kB] unit-abot-epc-basic-0: 15:59:14 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 flex amd64 2.6.0-11 [290 kB] unit-abot-epc-basic-0: 15:59:14 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lato all 2.0-1 [2,693 kB] unit-abot-epc-basic-0: 15:59:14 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 imagemagick-common all 8:6.8.9.9-7ubuntu5.12 [41.5 kB] unit-abot-epc-basic-0: 15:59:15 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaudio2 amd64 1.9.4-4 [50.1 kB] unit-abot-epc-basic-0: 15:59:15 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libexif12 amd64 0.6.21-2 [77.6 kB] unit-abot-epc-basic-0: 15:59:15 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-double3 amd64 3.3.4-2ubuntu1 [718 kB] unit-mysql-0: 15:59:15 DEBUG unit.mysql/0.install Selecting previously unselected package libmysqlclient18:amd64. unit-mysql-0: 15:59:15 DEBUG unit.mysql/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 15:59:15 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-long3 amd64 3.3.4-2ubuntu1 [306 kB] unit-abot-epc-basic-0: 15:59:15 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-quad3 amd64 3.3.4-2ubuntu1 [550 kB] unit-abot-epc-basic-0: 15:59:15 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-single3 amd64 3.3.4-2ubuntu1 [749 kB] unit-abot-epc-basic-0: 15:59:16 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libieee1284-3 amd64 0.2.11-12 [23.8 kB] unit-abot-epc-basic-0: 15:59:16 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblqr-1-0 amd64 0.4.2-2 [23.6 kB] unit-abot-epc-basic-0: 15:59:16 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libltdl7 amd64 2.4.6-0.1 [38.3 kB] unit-abot-epc-basic-0: 15:59:16 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagickcore-6.q16-2 amd64 8:6.8.9.9-7ubuntu5.12 [1,579 kB] unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install Branch v0.3.2-branch set up to track remote branch v0.3.2-branch from origin. unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 15:59:16 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 15:59:16 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-156-generic unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-156-generic unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install cat: /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot: No such file or directory unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-mysql-0: 15:59:16 DEBUG unit.mysql/0.install Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 15:59:16 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 15:59:16 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 15:59:16 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-abot-epc-basic-0: 15:59:16 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagickwand-6.q16-2 amd64 8:6.8.9.9-7ubuntu5.12 [288 kB] unit-oai-epc-0: 15:59:16 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-mysql-0: 15:59:16 DEBUG unit.mysql/0.install Selecting previously unselected package debconf-utils. unit-mysql-0: 15:59:16 DEBUG unit.mysql/0.install Preparing to unpack .../debconf-utils_1.5.51ubuntu2_all.deb ... unit-mysql-0: 15:59:16 DEBUG unit.mysql/0.install Unpacking debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 15:59:16 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmng2 amd64 2.0.2-0ubuntu3 [169 kB] unit-mysql-0: 15:59:16 DEBUG unit.mysql/0.install Selecting previously unselected package libossp-uuid16. unit-mysql-0: 15:59:16 DEBUG unit.mysql/0.install Preparing to unpack .../libossp-uuid16_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 15:59:17 DEBUG unit.mysql/0.install Unpacking libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-mysql-0: 15:59:17 DEBUG unit.mysql/0.install Selecting previously unselected package pwgen. unit-mysql-0: 15:59:17 DEBUG unit.mysql/0.install Preparing to unpack .../pwgen_2.06-1ubuntu4_amd64.deb ... unit-mysql-0: 15:59:17 DEBUG unit.mysql/0.install Unpacking pwgen (2.06-1ubuntu4) ... unit-abot-epc-basic-0: 15:59:17 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmtdev1 amd64 1.1.5-1ubuntu2 [13.8 kB] unit-abot-epc-basic-0: 15:59:17 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcrecpp0v5 amd64 2:8.38-3.1 [15.2 kB] unit-abot-epc-basic-0: 15:59:17 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5,342 B] unit-abot-epc-basic-0: 15:59:17 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas3 amd64 3.6.0-2ubuntu2 [147 kB] unit-abot-epc-basic-0: 15:59:17 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran3 amd64 5.4.0-6ubuntu1~16.04.10 [260 kB] unit-oai-epc-0: 15:59:17 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 15:59:17 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 15:59:17 DEBUG unit.oai-epc/0.install + wget -r -e robots=off --accept-regex '(.*generic.*amd64)|(all).deb' http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 15:59:17 DEBUG unit.oai-epc/0.install --2018-08-27 15:59:17-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 15:59:17 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-abot-epc-basic-0: 15:59:17 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libopenblas-base amd64 0.2.18-1ubuntu1 [5,097 kB] unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install 0K ....... 52.1M=0s unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install 2018-08-27 15:59:18 (52.1 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install --2018-08-27 15:59:18-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-mysql-0: 15:59:18 DEBUG unit.mysql/0.install Selecting previously unselected package python-mysqldb. unit-mysql-0: 15:59:18 DEBUG unit.mysql/0.install Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install unit-mysql-0: 15:59:18 DEBUG unit.mysql/0.install Unpacking python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 15:59:18 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas3-base amd64 3.10.2-9 [2,697 kB] unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 4% 182K 6s unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 8% 29.6M 3s unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 13% 363K 3s unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 17% 36.9M 2s unit-abot-epc-basic-0: 15:59:18 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblapack3 amd64 3.6.0-2ubuntu2 [1,938 kB] unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 22% 363K 2s unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 26% 35.6M 2s unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 31% 35.0M 1s unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 35% 41.1M 1s unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 39% 33.4M 1s unit-oai-epc-0: 15:59:18 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 44% 1.87M 1s unit-mysql-0: 15:59:18 DEBUG unit.mysql/0.install Selecting previously unselected package uuid. unit-mysql-0: 15:59:18 DEBUG unit.mysql/0.install Preparing to unpack .../uuid_1.6.2-1.3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:59:19 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqrupdate1 amd64 1.1.2-1build1 [37.6 kB] unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 48% 471K 1s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 53% 43.0M 1s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 57% 50.3M 1s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 62% 38.8M 0s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 66% 45.2M 0s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 71% 28.9M 0s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 75% 59.7M 0s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 79% 52.2M 0s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 84% 95.9M 0s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 88% 2.24M 0s unit-mysql-0: 15:59:19 DEBUG unit.mysql/0.install Unpacking uuid (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 15:59:19 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre16-3 amd64 2:8.38-3.1 [144 kB] unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 93% 473K 0s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 97% 58.8M 0s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1100K .......... .......... ...... 100% 26.3M=0.8s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2018-08-27 15:59:19 (1.33 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [1153230/1153230] unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install --2018-08-27 15:59:19-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 24.1M 1s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 65.7M 0s unit-abot-epc-basic-0: 15:59:19 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5core5a amd64 5.5.1+dfsg-16ubuntu7.5 [1,817 kB] unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 1% 81.0M 0s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 1% 61.2M 0s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 1% 51.3M 0s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 2% 60.3M 0s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 2% 69.3M 0s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 3% 70.2M 0s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 3% 61.6M 0s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 3% 75.2M 0s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 4% 72.1M 0s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 4% 72.8M 0s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 4% 51.0M 0s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 5% 94.0M 0s unit-mysql-0: 15:59:19 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:59:19 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-server0 amd64 1.12.0-1~ubuntu16.04.3 [28.0 kB] unit-abot-epc-basic-0: 15:59:19 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgbm1 amd64 18.0.5-0ubuntu0~16.04.1 [24.0 kB] unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 5% 126K 7s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 6% 51.1M 6s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 6% 52.2M 6s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 6% 58.2M 6s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 7% 85.0M 5s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 7% 86.6M 5s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 8% 86.6M 5s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 8% 84.2M 5s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 8% 100M 4s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 9% 98.2M 4s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 9% 92.0M 4s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 9% 87.0M 4s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 10% 101M 4s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 10% 98.2M 3s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 11% 97.4M 3s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 11% 88.6M 3s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 11% 94.6M 3s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 12% 98.7M 3s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 12% 102M 3s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 13% 89.9M 3s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 13% 96.9M 3s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 13% 99.0M 3s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 14% 101M 3s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 14% 82.2M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 14% 96.6M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 15% 104M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 15% 97.6M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 16% 86.8M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 16% 99.3M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 16% 97.0M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 17% 99.3M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 17% 90.2M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 17% 97.5M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 18% 101M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 18% 96.9M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 19% 86.3M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 19% 96.5M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 19% 94.9M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 20% 94.7M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 20% 88.7M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 21% 102M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 21% 108M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 21% 96.8M 2s unit-abot-epc-basic-0: 15:59:19 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcapnp-0.5.3 amd64 0.5.3-2ubuntu1.1 [580 kB] unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 22% 430K 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 22% 46.0M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 22% 60.1M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 23% 53.7M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 23% 56.8M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 24% 57.2M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 24% 52.7M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 24% 55.6M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 25% 54.3M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 25% 53.1M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 26% 58.6M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 26% 50.1M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 26% 43.7M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 27% 47.0M 2s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 27% 49.8M 1s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 27% 59.6M 1s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 28% 50.2M 1s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 28% 57.5M 1s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 29% 103M 1s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 29% 101M 1s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 29% 80.4M 1s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 30% 102M 1s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 30% 100M 1s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 30% 99.4M 1s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 31% 86.5M 1s unit-oai-epc-0: 15:59:19 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 31% 105M 1s unit-mysql-0: 15:59:19 DEBUG unit.mysql/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 15:59:19 DEBUG unit.mysql/0.install Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 15:59:19 DEBUG unit.mysql/0.install Setting up debconf-utils (1.5.51ubuntu2) ... unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 32% 427K 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 32% 48.9M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 32% 36.3M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 33% 52.8M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 33% 46.6M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 34% 60.2M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 34% 40.4M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 34% 42.8M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 35% 49.9M 1s unit-mysql-0: 15:59:20 DEBUG unit.mysql/0.install Setting up libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 35% 47.9M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 35% 39.8M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 36% 53.0M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 36% 97.7M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 37% 101M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 37% 57.0M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 37% 38.0M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 38% 51.7M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 38% 39.1M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 39% 35.2M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 39% 104M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 39% 121M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 40% 121M 1s unit-abot-epc-basic-0: 15:59:20 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-filesystem1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [37.5 kB] unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 40% 108M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 40% 124M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 41% 120M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 41% 114M 1s unit-mysql-0: 15:59:20 DEBUG unit.mysql/0.install Setting up pwgen (2.06-1ubuntu4) ... unit-mysql-0: 15:59:20 DEBUG unit.mysql/0.install Setting up python-mysqldb (1.2.3-2ubuntu1) ... unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 42% 436K 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 42% 35.7M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 42% 47.6M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 43% 76.3M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 43% 24.3M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 43% 74.5M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 44% 68.7M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 44% 82.0M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 45% 33.6M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 45% 38.4M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 45% 7.26M 1s unit-mysql-0: 15:59:20 DEBUG unit.mysql/0.install Setting up uuid (1.6.2-1.3ubuntu1) ... unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 46% 68.7M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 46% 38.4M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 47% 59.7M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 47% 48.6M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 47% 62.6M 1s unit-abot-epc-basic-0: 15:59:20 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircore1 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [24.4 kB] unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 48% 49.3M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 48% 63.1M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 48% 52.7M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 49% 58.9M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 49% 58.3M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 50% 60.7M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 50% 56.5M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 50% 61.8M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 51% 58.5M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 51% 61.7M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 52% 53.3M 1s unit-mysql-0: 15:59:20 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 52% 470K 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 52% 33.2M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 53% 61.5M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 53% 63.1M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 53% 23.3M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 54% 71.7M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 54% 67.1M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 55% 70.2M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 55% 69.9M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 55% 65.7M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 56% 60.7M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 56% 7.27M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 57% 50.6M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 57% 58.8M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 57% 84.0M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 58% 91.9M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 58% 88.6M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 58% 60.7M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 59% 73.5M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 59% 74.7M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 60% 69.5M 1s unit-abot-epc-basic-0: 15:59:20 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircommon7 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [89.7 kB] unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 60% 81.6M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 60% 107M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 61% 120M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 61% 105M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 61% 124M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 62% 119M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 62% 450K 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 63% 35.2M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 63% 48.5M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 63% 51.2M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 64% 27.9M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 64% 55.5M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 65% 60.3M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 65% 85.7M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 65% 71.0M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 66% 47.0M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 66% 64.8M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 66% 7.79M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 67% 58.3M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 67% 45.3M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 68% 53.3M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 68% 58.7M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 68% 52.2M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 69% 51.7M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 69% 61.0M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 70% 54.5M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 70% 61.1M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 70% 74.7M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 71% 107M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 71% 102M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 71% 103M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 72% 85.9M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 72% 106M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 73% 97.5M 0s unit-abot-epc-basic-0: 15:59:20 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf-lite9v5 amd64 2.6.1-1.3 [58.4 kB] unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 73% 456K 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 73% 37.7M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 74% 64.6M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 74% 27.6M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 74% 54.4M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 75% 57.5M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 75% 68.5M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 76% 43.6M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 76% 70.4M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 76% 66.0M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 77% 65.5M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 77% 8.18M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 78% 50.0M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 78% 50.7M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 78% 48.7M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 79% 51.7M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 79% 53.1M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 79% 65.5M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 80% 62.2M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 80% 63.1M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 81% 50.0M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 81% 74.5M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 81% 97.6M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 82% 84.1M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 82% 91.1M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 83% 102M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 83% 106M 0s unit-abot-epc-basic-0: 15:59:20 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirprotobuf3 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [120 kB] unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 83% 102M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 84% 457K 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 84% 42.7M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 84% 65.4M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 85% 28.0M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 85% 53.3M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 86% 47.5M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 86% 74.8M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 86% 52.9M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 87% 74.7M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 87% 62.1M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 87% 64.6M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 88% 8.27M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 88% 53.2M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 89% 51.2M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 89% 58.9M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 89% 49.7M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 90% 52.0M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 90% 56.1M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 91% 70.7M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 91% 72.8M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 91% 50.2M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 92% 64.9M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 92% 77.3M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 92% 93.3M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 93% 79.7M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 93% 104M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 94% 101M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 94% 107M 0s unit-abot-epc-basic-0: 15:59:20 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon0 amd64 0.5.0-1ubuntu2 [97.2 kB] unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 94% 458K 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 95% 33.7M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 95% 56.0M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 96% 38.1M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 96% 43.3M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 96% 21.2M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 97% 48.6M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 97% 50.9M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 97% 63.0M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 98% 66.9M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 98% 94.8M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 99% 88.5M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 99% 10.7M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 99% 55.8M 0s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 13050K .......... ........ 100% 59.3M=1.5s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 2018-08-27 15:59:20 (8.38 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' saved [13381952/13381952] unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install --2018-08-27 15:59:20-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 15:59:20 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirclient9 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [194 kB] unit-mysql-0: 15:59:20 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 54.4M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 56.6M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 0% 59.4M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 0% 56.2M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 0% 50.2M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 0% 64.7M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 0% 68.3M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 0% 81.4M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 0% 72.7M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 0% 79.1M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 1% 83.2M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 1% 80.0M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 1% 85.1M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 1% 81.9M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 1% 83.8M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 1% 80.8M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 1% 70.3M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 1% 74.9M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 1% 68.3M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 1% 88.6M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 1% 113M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 2% 123M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 2% 121M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 2% 127M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 2% 109M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 2% 121M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 2% 122M 1s unit-oai-epc-0: 15:59:20 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 2% 128M 1s unit-abot-epc-basic-0: 15:59:21 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-client0 amd64 1.12.0-1~ubuntu16.04.3 [22.5 kB] unit-mysql-0: 15:59:21 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 2% 419K 5s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 2% 77.9M 5s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 2% 69.5M 5s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 2% 66.8M 5s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 3% 61.5M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 3% 62.1M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 3% 54.0M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 3% 79.9M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 3% 83.6M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 3% 91.0M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 3% 86.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 3% 77.4M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 3% 84.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 3% 68.3M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 3% 66.4M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 4% 66.3M 3s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 4% 91.2M 3s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 4% 63.7M 3s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 4% 72.9M 3s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 4% 64.4M 3s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 4% 72.3M 3s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 4% 69.7M 3s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 4% 89.8M 3s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 4% 86.7M 3s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 4% 99.9M 3s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 5% 100M 3s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 5% 103M 3s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 5% 90.2M 3s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 5% 103M 3s unit-abot-epc-basic-0: 15:59:21 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0 amd64 1.11.1-1ubuntu1 [8,840 B] unit-mysql-0: 15:59:21 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 15:59:21 DEBUG juju.worker.uniter.operation running operation accept leadership unit-mysql-0: 15:59:21 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-mysql-0: 15:59:21 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 5% 422K 5s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 5% 54.4M 5s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 5% 33.7M 5s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 5% 39.7M 5s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 5% 40.5M 5s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 5% 46.5M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 5% 46.3M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 6% 50.3M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 6% 88.0M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 6% 77.9M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 6% 56.6M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 6% 74.5M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 6% 72.8M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 6% 62.4M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 6% 64.7M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 6% 52.1M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 6% 59.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 6% 63.0M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 7% 69.0M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 7% 92.5M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 7% 95.5M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 7% 103M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 7% 102M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 7% 94.0M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 7% 103M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 7% 107M 3s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 7% 101M 3s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 7% 81.6M 3s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 7% 85.4M 3s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 8% 106M 3s unit-abot-epc-basic-0: 15:59:21 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [87.0 kB] unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 8% 432K 5s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 8% 40.4M 5s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 8% 49.8M 5s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 8% 45.1M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 8% 49.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 8% 53.0M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 8% 45.9M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 8% 54.8M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 8% 66.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 9% 72.0M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 9% 60.8M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 9% 58.7M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 9% 68.6M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 9% 64.0M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 9% 63.1M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 9% 53.5M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 9% 64.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 9% 59.5M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 9% 83.3M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 9% 79.3M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 10% 109M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 10% 96.6M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 10% 101M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 10% 88.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 10% 106M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 10% 106M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 10% 109M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 10% 95.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 10% 108M 4s unit-mysql-0: 15:59:21 INFO juju.worker.uniter found queued "leader-elected" hook unit-mysql-0: 15:59:21 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-mysql-0: 15:59:21 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 15:59:21 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 15:59:21 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-abot-epc-basic-0: 15:59:21 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libevdev2 amd64 1.4.6+dfsg-1 [28.0 kB] unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 10% 1.51M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 10% 534K 5s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 11% 69.7M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 11% 68.5M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 11% 56.9M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 11% 66.4M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 11% 62.5M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 11% 67.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 11% 81.3M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 11% 75.0M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 11% 70.9M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 11% 94.5M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 11% 91.4M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 12% 105M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 12% 101M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 12% 105M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 12% 88.8M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 12% 98.6M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 12% 102M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 12% 104M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 12% 93.0M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 12% 102M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 12% 104M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 13% 104M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 13% 95.7M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 13% 101M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 13% 107M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 13% 106M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 13% 96.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 13% 107M 4s unit-abot-epc-basic-0: 15:59:21 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgudev-1.0-0 amd64 1:230-2 [13.0 kB] unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 13% 1.79M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 13% 533K 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 13% 59.9M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 13% 51.0M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 14% 55.5M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 14% 53.8M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 14% 61.0M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 14% 56.3M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 14% 64.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 14% 60.0M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 14% 67.9M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 14% 62.0M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 14% 66.7M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 14% 60.9M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 14% 61.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 15% 54.1M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 15% 63.6M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 15% 68.9M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 15% 80.3M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 15% 84.8M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 15% 101M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 15% 100M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 15% 98.0M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 15% 90.7M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 15% 102M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 15% 104M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 16% 104M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 16% 87.7M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 16% 103M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 16% 103M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 16% 2.07M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 16% 532K 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 16% 66.5M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 16% 55.3M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 16% 46.1M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 16% 50.8M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 17% 57.4M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 17% 63.5M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 17% 60.4M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 17% 64.9M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 17% 72.8M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 17% 66.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 17% 68.8M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 17% 93.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 17% 79.9M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 17% 68.4M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 17% 62.1M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 18% 74.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 18% 63.5M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 18% 65.3M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 18% 57.9M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 18% 73.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 18% 99.7M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 18% 104M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 18% 94.6M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 18% 99.5M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 18% 103M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 18% 102M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 19% 90.3M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 19% 101M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 19% 99.7M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 19% 2.09M 4s unit-abot-epc-basic-0: 15:59:21 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom-common all 0.22-1~ubuntu16.04.1 [32.0 kB] unit-mysql-0: 15:59:21 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-mysql-0: 15:59:21 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 19% 533K 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 19% 54.4M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 19% 53.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 19% 47.7M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 19% 58.7M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 19% 63.7M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 19% 60.7M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 20% 68.3M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 20% 74.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 20% 69.5M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 20% 62.6M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 20% 54.4M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 20% 67.1M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 20% 63.4M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 20% 61.9M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 20% 57.0M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 20% 80.6M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 21% 55.0M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 21% 44.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 21% 48.9M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 21% 96.4M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 21% 102M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 21% 97.2M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 21% 82.3M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 21% 96.8M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 21% 100M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 21% 90.7M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 21% 83.3M 4s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 22% 91.9M 3s unit-oai-epc-0: 15:59:21 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 22% 99.5M 3s unit-abot-epc-basic-0: 15:59:22 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom2 amd64 0.22-1~ubuntu16.04.1 [17.3 kB] unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 22% 2.22M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 22% 533K 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 22% 68.8M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 22% 61.8M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 22% 58.7M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 22% 74.1M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 22% 72.8M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 22% 66.4M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 22% 74.5M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 23% 81.8M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 23% 80.4M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 23% 79.2M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 23% 90.5M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 23% 90.6M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 23% 58.8M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 23% 65.3M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 23% 71.1M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 23% 66.3M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 23% 63.6M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 23% 71.3M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 24% 66.8M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 24% 73.8M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 24% 58.7M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13050K .......... .......... .......... .......... .......... 24% 71.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13100K .......... .......... .......... .......... .......... 24% 60.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13150K .......... .......... .......... .......... .......... 24% 72.2M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13200K .......... .......... .......... .......... .......... 24% 72.3M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13250K .......... .......... .......... .......... .......... 24% 106M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13300K .......... .......... .......... .......... .......... 24% 107M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13350K .......... .......... .......... .......... .......... 24% 98.5M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13400K .......... .......... .......... .......... .......... 25% 94.4M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13450K .......... .......... .......... .......... .......... 25% 2.09M 3s unit-abot-epc-basic-0: 15:59:22 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libinput-bin amd64 1.6.3-1ubuntu1~16.04.1 [9,040 B] unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13500K .......... .......... .......... .......... .......... 25% 533K 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13550K .......... .......... .......... .......... .......... 25% 52.2M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13600K .......... .......... .......... .......... .......... 25% 42.0M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13650K .......... .......... .......... .......... .......... 25% 52.8M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13700K .......... .......... .......... .......... .......... 25% 48.7M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13750K .......... .......... .......... .......... .......... 25% 39.2M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13800K .......... .......... .......... .......... .......... 25% 51.6M 4s unit-mysql-0: 15:59:22 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13850K .......... .......... .......... .......... .......... 25% 42.0M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13900K .......... .......... .......... .......... .......... 25% 73.5M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 13950K .......... .......... .......... .......... .......... 26% 60.2M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14000K .......... .......... .......... .......... .......... 26% 55.8M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14050K .......... .......... .......... .......... .......... 26% 52.2M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14100K .......... .......... .......... .......... .......... 26% 47.4M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14150K .......... .......... .......... .......... .......... 26% 70.0M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14200K .......... .......... .......... .......... .......... 26% 63.9M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14250K .......... .......... .......... .......... .......... 26% 61.3M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14300K .......... .......... .......... .......... .......... 26% 54.3M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14350K .......... .......... .......... .......... .......... 26% 60.5M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14400K .......... .......... .......... .......... .......... 26% 61.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14450K .......... .......... .......... .......... .......... 26% 64.0M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14500K .......... .......... .......... .......... .......... 27% 80.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14550K .......... .......... .......... .......... .......... 27% 96.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14600K .......... .......... .......... .......... .......... 27% 82.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14650K .......... .......... .......... .......... .......... 27% 99.0M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14700K .......... .......... .......... .......... .......... 27% 91.5M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14750K .......... .......... .......... .......... .......... 27% 99.5M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14800K .......... .......... .......... .......... .......... 27% 93.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14850K .......... .......... .......... .......... .......... 27% 103M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14900K .......... .......... .......... .......... .......... 27% 84.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 14950K .......... .......... .......... .......... .......... 27% 103M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15000K .......... .......... .......... .......... .......... 27% 2.45M 3s unit-abot-epc-basic-0: 15:59:22 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libinput10 amd64 1.6.3-1ubuntu1~16.04.1 [74.0 kB] unit-mysql-0: 15:59:22 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-mysql-0: 15:59:22 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 15:59:22 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 15:59:22 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-mysql-0: 15:59:22 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 15:59:22 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 15:59:22 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-mysql-0: 15:59:22 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-mysql-0: 15:59:22 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15050K .......... .......... .......... .......... .......... 28% 534K 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15100K .......... .......... .......... .......... .......... 28% 37.8M 4s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15150K .......... .......... .......... .......... .......... 28% 52.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15200K .......... .......... .......... .......... .......... 28% 52.8M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15250K .......... .......... .......... .......... .......... 28% 41.7M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15300K .......... .......... .......... .......... .......... 28% 41.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15350K .......... .......... .......... .......... .......... 28% 50.0M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15400K .......... .......... .......... .......... .......... 28% 60.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15450K .......... .......... .......... .......... .......... 28% 53.7M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15500K .......... .......... .......... .......... .......... 28% 57.4M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15550K .......... .......... .......... .......... .......... 29% 66.3M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15600K .......... .......... .......... .......... .......... 29% 55.3M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15650K .......... .......... .......... .......... .......... 29% 60.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15700K .......... .......... .......... .......... .......... 29% 59.8M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15750K .......... .......... .......... .......... .......... 29% 51.8M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15800K .......... .......... .......... .......... .......... 29% 47.8M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15850K .......... .......... .......... .......... .......... 29% 52.4M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15900K .......... .......... .......... .......... .......... 29% 41.7M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 15950K .......... .......... .......... .......... .......... 29% 50.5M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16000K .......... .......... .......... .......... .......... 29% 51.4M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16050K .......... .......... .......... .......... .......... 29% 88.8M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16100K .......... .......... .......... .......... .......... 30% 73.7M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16150K .......... .......... .......... .......... .......... 30% 86.8M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16200K .......... .......... .......... .......... .......... 30% 87.8M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16250K .......... .......... .......... .......... .......... 30% 87.0M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16300K .......... .......... .......... .......... .......... 30% 77.2M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16350K .......... .......... .......... .......... .......... 30% 88.7M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16400K .......... .......... .......... .......... .......... 30% 85.5M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16450K .......... .......... .......... .......... .......... 30% 88.9M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16500K .......... .......... .......... .......... .......... 30% 76.5M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16550K .......... .......... .......... .......... .......... 30% 88.5M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16600K .......... .......... .......... .......... .......... 30% 2.49M 3s unit-mysql-0: 15:59:22 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 15:59:22 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5dbus5 amd64 5.5.1+dfsg-16ubuntu7.5 [175 kB] unit-mysql-0: 15:59:22 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 15:59:22 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 15:59:22 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16650K .......... .......... .......... .......... .......... 31% 538K 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16700K .......... .......... .......... .......... .......... 31% 56.2M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16750K .......... .......... .......... .......... .......... 31% 43.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16800K .......... .......... .......... .......... .......... 31% 49.9M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16850K .......... .......... .......... .......... .......... 31% 50.7M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16900K .......... .......... .......... .......... .......... 31% 59.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 16950K .......... .......... .......... .......... .......... 31% 59.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17000K .......... .......... .......... .......... .......... 31% 55.2M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17050K .......... .......... .......... .......... .......... 31% 80.0M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17100K .......... .......... .......... .......... .......... 31% 71.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17150K .......... .......... .......... .......... .......... 31% 92.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17200K .......... .......... .......... .......... .......... 32% 69.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17250K .......... .......... .......... .......... .......... 32% 95.2M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17300K .......... .......... .......... .......... .......... 32% 79.8M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17350K .......... .......... .......... .......... .......... 32% 78.2M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17400K .......... .......... .......... .......... .......... 32% 58.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17450K .......... .......... .......... .......... .......... 32% 71.5M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17500K .......... .......... .......... .......... .......... 32% 73.4M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17550K .......... .......... .......... .......... .......... 32% 67.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17600K .......... .......... .......... .......... .......... 32% 58.7M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17650K .......... .......... .......... .......... .......... 32% 65.3M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17700K .......... .......... .......... .......... .......... 33% 64.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17750K .......... .......... .......... .......... .......... 33% 63.2M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17800K .......... .......... .......... .......... .......... 33% 56.7M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17850K .......... .......... .......... .......... .......... 33% 82.7M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17900K .......... .......... .......... .......... .......... 33% 91.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 17950K .......... .......... .......... .......... .......... 33% 98.3M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18000K .......... .......... .......... .......... .......... 33% 92.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18050K .......... .......... .......... .......... .......... 33% 100M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18100K .......... .......... .......... .......... .......... 33% 105M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18150K .......... .......... .......... .......... .......... 33% 103M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18200K .......... .......... .......... .......... .......... 33% 2.18M 3s unit-abot-epc-basic-0: 15:59:22 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libproxy1v5 amd64 0.4.11-5ubuntu1 [48.6 kB] unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18250K .......... .......... .......... .......... .......... 34% 538K 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18300K .......... .......... .......... .......... .......... 34% 55.7M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18350K .......... .......... .......... .......... .......... 34% 45.0M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18400K .......... .......... .......... .......... .......... 34% 66.2M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18450K .......... .......... .......... .......... .......... 34% 56.9M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18500K .......... .......... .......... .......... .......... 34% 69.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18550K .......... .......... .......... .......... .......... 34% 55.2M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18600K .......... .......... .......... .......... .......... 34% 58.3M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18650K .......... .......... .......... .......... .......... 34% 57.9M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18700K .......... .......... .......... .......... .......... 34% 69.3M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18750K .......... .......... .......... .......... .......... 34% 76.3M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18800K .......... .......... .......... .......... .......... 35% 99.7M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18850K .......... .......... .......... .......... .......... 35% 71.3M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18900K .......... .......... .......... .......... .......... 35% 72.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 18950K .......... .......... .......... .......... .......... 35% 69.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19000K .......... .......... .......... .......... .......... 35% 70.4M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19050K .......... .......... .......... .......... .......... 35% 59.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19100K .......... .......... .......... .......... .......... 35% 76.2M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19150K .......... .......... .......... .......... .......... 35% 74.4M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19200K .......... .......... .......... .......... .......... 35% 69.5M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19250K .......... .......... .......... .......... .......... 35% 58.0M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19300K .......... .......... .......... .......... .......... 35% 68.2M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19350K .......... .......... .......... .......... .......... 36% 68.9M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19400K .......... .......... .......... .......... .......... 36% 65.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19450K .......... .......... .......... .......... .......... 36% 60.7M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19500K .......... .......... .......... .......... .......... 36% 85.7M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19550K .......... .......... .......... .......... .......... 36% 92.9M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19600K .......... .......... .......... .......... .......... 36% 97.9M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19650K .......... .......... .......... .......... .......... 36% 91.9M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19700K .......... .......... .......... .......... .......... 36% 104M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19750K .......... .......... .......... .......... .......... 36% 102M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19800K .......... .......... .......... .......... .......... 36% 2.22M 3s unit-abot-epc-basic-0: 15:59:22 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5network5 amd64 5.5.1+dfsg-16ubuntu7.5 [540 kB] unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19850K .......... .......... .......... .......... .......... 37% 539K 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19900K .......... .......... .......... .......... .......... 37% 30.7M 3s unit-mysql-0: 15:59:22 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security InRelease unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 19950K .......... .......... .......... .......... .......... 37% 50.9M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20000K .......... .......... .......... .......... .......... 37% 60.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20050K .......... .......... .......... .......... .......... 37% 55.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20100K .......... .......... .......... .......... .......... 37% 72.9M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20150K .......... .......... .......... .......... .......... 37% 41.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20200K .......... .......... .......... .......... .......... 37% 59.0M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20250K .......... .......... .......... .......... .......... 37% 56.5M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20300K .......... .......... .......... .......... .......... 37% 59.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20350K .......... .......... .......... .......... .......... 37% 58.2M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20400K .......... .......... .......... .......... .......... 38% 59.2M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20450K .......... .......... .......... .......... .......... 38% 66.5M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20500K .......... .......... .......... .......... .......... 38% 71.8M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20550K .......... .......... .......... .......... .......... 38% 79.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20600K .......... .......... .......... .......... .......... 38% 63.2M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20650K .......... .......... .......... .......... .......... 38% 74.8M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20700K .......... .......... .......... .......... .......... 38% 107M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20750K .......... .......... .......... .......... .......... 38% 71.2M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20800K .......... .......... .......... .......... .......... 38% 63.5M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20850K .......... .......... .......... .......... .......... 38% 70.9M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20900K .......... .......... .......... .......... .......... 38% 69.0M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 20950K .......... .......... .......... .......... .......... 39% 67.8M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21000K .......... .......... .......... .......... .......... 39% 56.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21050K .......... .......... .......... .......... .......... 39% 63.7M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21100K .......... .......... .......... .......... .......... 39% 92.3M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21150K .......... .......... .......... .......... .......... 39% 105M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21200K .......... .......... .......... .......... .......... 39% 88.7M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21250K .......... .......... .......... .......... .......... 39% 106M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21300K .......... .......... .......... .......... .......... 39% 102M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21350K .......... .......... .......... .......... .......... 39% 98.4M 3s unit-mysql-0: 15:59:22 DEBUG unit.mysql/0.config-changed Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21400K .......... .......... .......... .......... .......... 39% 2.40M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21450K .......... .......... .......... .......... .......... 39% 1.19M 3s unit-mysql-0: 15:59:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-abot-epc-basic-0: 15:59:22 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-icccm4 amd64 0.4.1-1ubuntu1 [10.4 kB] unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21500K .......... .......... .......... .......... .......... 40% 929K 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21550K .......... .......... .......... .......... .......... 40% 42.7M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21600K .......... .......... .......... .......... .......... 40% 35.9M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21650K .......... .......... .......... .......... .......... 40% 56.9M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21700K .......... .......... .......... .......... .......... 40% 37.7M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21750K .......... .......... .......... .......... .......... 40% 28.8M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21800K .......... .......... .......... .......... .......... 40% 32.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21850K .......... .......... .......... .......... .......... 40% 26.1M 3s unit-mysql-0: 15:59:22 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Sources unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21900K .......... .......... .......... .......... .......... 40% 27.0M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 21950K .......... .......... .......... .......... .......... 40% 37.8M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22000K .......... .......... .......... .......... .......... 41% 48.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22050K .......... .......... .......... .......... .......... 41% 38.4M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22100K .......... .......... .......... .......... .......... 41% 79.5M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22150K .......... .......... .......... .......... .......... 41% 63.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22200K .......... .......... .......... .......... .......... 41% 37.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22250K .......... .......... .......... .......... .......... 41% 25.3M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22300K .......... .......... .......... .......... .......... 41% 39.0M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22350K .......... .......... .......... .......... .......... 41% 74.6M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22400K .......... .......... .......... .......... .......... 41% 75.2M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22450K .......... .......... .......... .......... .......... 41% 92.4M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22500K .......... .......... .......... .......... .......... 41% 78.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22550K .......... .......... .......... .......... .......... 42% 88.1M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22600K .......... .......... .......... .......... .......... 42% 91.4M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22650K .......... .......... .......... .......... .......... 42% 82.5M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22700K .......... .......... .......... .......... .......... 42% 80.7M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22750K .......... .......... .......... .......... .......... 42% 93.8M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22800K .......... .......... .......... .......... .......... 42% 101M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22850K .......... .......... .......... .......... .......... 42% 93.4M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22900K .......... .......... .......... .......... .......... 42% 91.4M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 22950K .......... .......... .......... .......... .......... 42% 105M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 23000K .......... .......... .......... .......... .......... 42% 106M 3s unit-oai-epc-0: 15:59:22 DEBUG unit.oai-epc/0.install 23050K .......... .......... .......... .......... .......... 42% 3.48M 3s unit-mysql-0: 15:59:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 23100K .......... .......... .......... .......... .......... 43% 601K 3s unit-abot-epc-basic-0: 15:59:23 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-util1 amd64 0.4.0-0ubuntu3 [11.2 kB] unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 23150K .......... .......... .......... .......... .......... 43% 4.42M 3s unit-mysql-0: 15:59:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 23200K .......... .......... .......... .......... .......... 43% 30.8M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 23250K .......... .......... .......... .......... .......... 43% 22.2M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 23300K .......... .......... .......... .......... .......... 43% 52.4M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 23350K .......... .......... .......... .......... .......... 43% 51.9M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 23400K .......... .......... .......... .......... .......... 43% 51.3M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 23450K .......... .......... .......... .......... .......... 43% 50.8M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 23500K .......... .......... .......... .......... .......... 43% 52.0M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 23550K .......... .......... .......... .......... .......... 43% 70.1M 3s unit-mysql-0: 15:59:23 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Sources unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 23600K .......... .......... .......... .......... .......... 43% 54.7M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 23650K .......... .......... .......... .......... .......... 44% 66.2M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 23700K .......... .......... .......... .......... .......... 44% 71.6M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 23750K .......... .......... .......... .......... .......... 44% 69.3M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 23800K .......... .......... .......... .......... .......... 44% 61.9M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 23850K .......... .......... .......... .......... .......... 44% 80.6M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 23900K .......... .......... .......... .......... .......... 44% 103M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 23950K .......... .......... .......... .......... .......... 44% 103M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24000K .......... .......... .......... .......... .......... 44% 85.6M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24050K .......... .......... .......... .......... .......... 44% 108M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24100K .......... .......... .......... .......... .......... 44% 103M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24150K .......... .......... .......... .......... .......... 45% 75.1M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24200K .......... .......... .......... .......... .......... 45% 59.6M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24250K .......... .......... .......... .......... .......... 45% 65.3M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24300K .......... .......... .......... .......... .......... 45% 67.8M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24350K .......... .......... .......... .......... .......... 45% 70.9M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24400K .......... .......... .......... .......... .......... 45% 64.1M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24450K .......... .......... .......... .......... .......... 45% 62.7M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24500K .......... .......... .......... .......... .......... 45% 105M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24550K .......... .......... .......... .......... .......... 45% 105M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24600K .......... .......... .......... .......... .......... 45% 89.9M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24650K .......... .......... .......... .......... .......... 45% 106M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24700K .......... .......... .......... .......... .......... 46% 2.50M 2s unit-mysql-0: 15:59:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-abot-epc-basic-0: 15:59:23 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-image0 amd64 0.4.0-1build1 [12.3 kB] unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24750K .......... .......... .......... .......... .......... 46% 541K 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24800K .......... .......... .......... .......... .......... 46% 28.4M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24850K .......... .......... .......... .......... .......... 46% 31.2M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24900K .......... .......... .......... .......... .......... 46% 21.4M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 24950K .......... .......... .......... .......... .......... 46% 48.3M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25000K .......... .......... .......... .......... .......... 46% 39.0M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25050K .......... .......... .......... .......... .......... 46% 37.8M 3s unit-mysql-0: 15:59:23 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25100K .......... .......... .......... .......... .......... 46% 36.0M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25150K .......... .......... .......... .......... .......... 46% 30.2M 3s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25200K .......... .......... .......... .......... .......... 46% 25.9M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25250K .......... .......... .......... .......... .......... 47% 59.2M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25300K .......... .......... .......... .......... .......... 47% 68.5M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25350K .......... .......... .......... .......... .......... 47% 69.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25400K .......... .......... .......... .......... .......... 47% 70.8M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25450K .......... .......... .......... .......... .......... 47% 61.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25500K .......... .......... .......... .......... .......... 47% 37.5M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25550K .......... .......... .......... .......... .......... 47% 42.2M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25600K .......... .......... .......... .......... .......... 47% 47.7M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25650K .......... .......... .......... .......... .......... 47% 36.0M 2s unit-mysql-0: 15:59:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25700K .......... .......... .......... .......... .......... 47% 62.6M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25750K .......... .......... .......... .......... .......... 47% 105M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25800K .......... .......... .......... .......... .......... 48% 102M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25850K .......... .......... .......... .......... .......... 48% 104M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25900K .......... .......... .......... .......... .......... 48% 86.4M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 25950K .......... .......... .......... .......... .......... 48% 107M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26000K .......... .......... .......... .......... .......... 48% 100M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26050K .......... .......... .......... .......... .......... 48% 108M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26100K .......... .......... .......... .......... .......... 48% 89.9M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26150K .......... .......... .......... .......... .......... 48% 98.9M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26200K .......... .......... .......... .......... .......... 48% 101M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26250K .......... .......... .......... .......... .......... 48% 107M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26300K .......... .......... .......... .......... .......... 49% 89.4M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26350K .......... .......... .......... .......... .......... 49% 3.01M 2s unit-mysql-0: 15:59:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-abot-epc-basic-0: 15:59:23 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-keysyms1 amd64 0.4.0-1 [8,406 B] unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26400K .......... .......... .......... .......... .......... 49% 550K 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26450K .......... .......... .......... .......... .......... 49% 25.8M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26500K .......... .......... .......... .......... .......... 49% 15.9M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26550K .......... .......... .......... .......... .......... 49% 51.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26600K .......... .......... .......... .......... .......... 49% 56.3M 2s unit-mysql-0: 15:59:23 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26650K .......... .......... .......... .......... .......... 49% 21.4M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26700K .......... .......... .......... .......... .......... 49% 54.2M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26750K .......... .......... .......... .......... .......... 49% 51.8M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26800K .......... .......... .......... .......... .......... 49% 53.5M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26850K .......... .......... .......... .......... .......... 50% 46.0M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26900K .......... .......... .......... .......... .......... 50% 63.0M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 26950K .......... .......... .......... .......... .......... 50% 62.1M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27000K .......... .......... .......... .......... .......... 50% 65.2M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27050K .......... .......... .......... .......... .......... 50% 59.9M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27100K .......... .......... .......... .......... .......... 50% 100M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27150K .......... .......... .......... .......... .......... 50% 83.8M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27200K .......... .......... .......... .......... .......... 50% 80.5M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27250K .......... .......... .......... .......... .......... 50% 79.0M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27300K .......... .......... .......... .......... .......... 50% 73.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27350K .......... .......... .......... .......... .......... 50% 66.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27400K .......... .......... .......... .......... .......... 51% 62.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27450K .......... .......... .......... .......... .......... 51% 56.6M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27500K .......... .......... .......... .......... .......... 51% 69.6M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27550K .......... .......... .......... .......... .......... 51% 60.7M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27600K .......... .......... .......... .......... .......... 51% 71.6M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27650K .......... .......... .......... .......... .......... 51% 87.4M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27700K .......... .......... .......... .......... .......... 51% 104M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27750K .......... .......... .......... .......... .......... 51% 90.4M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27800K .......... .......... .......... .......... .......... 51% 107M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27850K .......... .......... .......... .......... .......... 51% 85.5M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27900K .......... .......... .......... .......... .......... 51% 106M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 27950K .......... .......... .......... .......... .......... 52% 99.1M 2s unit-mysql-0: 15:59:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28000K .......... .......... .......... .......... .......... 52% 2.65M 2s unit-mysql-0: 15:59:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28050K .......... .......... .......... .......... .......... 52% 610K 2s unit-abot-epc-basic-0: 15:59:23 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-randr0 amd64 1.11.1-1ubuntu1 [14.4 kB] unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28100K .......... .......... .......... .......... .......... 52% 4.78M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28150K .......... .......... .......... .......... .......... 52% 14.6M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28200K .......... .......... .......... .......... .......... 52% 43.4M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28250K .......... .......... .......... .......... .......... 52% 36.1M 2s unit-mysql-0: 15:59:23 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Translation-en unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28300K .......... .......... .......... .......... .......... 52% 22.5M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28350K .......... .......... .......... .......... .......... 52% 41.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28400K .......... .......... .......... .......... .......... 52% 56.2M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28450K .......... .......... .......... .......... .......... 53% 35.5M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28500K .......... .......... .......... .......... .......... 53% 33.0M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28550K .......... .......... .......... .......... .......... 53% 46.8M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28600K .......... .......... .......... .......... .......... 53% 92.2M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28650K .......... .......... .......... .......... .......... 53% 65.9M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28700K .......... .......... .......... .......... .......... 53% 40.7M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28750K .......... .......... .......... .......... .......... 53% 45.9M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28800K .......... .......... .......... .......... .......... 53% 62.0M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28850K .......... .......... .......... .......... .......... 53% 47.5M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28900K .......... .......... .......... .......... .......... 53% 40.6M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 28950K .......... .......... .......... .......... .......... 53% 51.8M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29000K .......... .......... .......... .......... .......... 54% 51.7M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29050K .......... .......... .......... .......... .......... 54% 77.8M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29100K .......... .......... .......... .......... .......... 54% 89.4M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29150K .......... .......... .......... .......... .......... 54% 102M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29200K .......... .......... .......... .......... .......... 54% 105M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29250K .......... .......... .......... .......... .......... 54% 105M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29300K .......... .......... .......... .......... .......... 54% 93.1M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29350K .......... .......... .......... .......... .......... 54% 101M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29400K .......... .......... .......... .......... .......... 54% 106M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29450K .......... .......... .......... .......... .......... 54% 104M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29500K .......... .......... .......... .......... .......... 54% 81.7M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29550K .......... .......... .......... .......... .......... 55% 83.4M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29600K .......... .......... .......... .......... .......... 55% 106M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29650K .......... .......... .......... .......... .......... 55% 104M 2s unit-mysql-0: 15:59:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29700K .......... .......... .......... .......... .......... 55% 891K 2s unit-abot-epc-basic-0: 15:59:23 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render-util0 amd64 0.3.9-1 [9,638 B] unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29750K .......... .......... .......... .......... .......... 55% 985K 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29800K .......... .......... .......... .......... .......... 55% 30.5M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29850K .......... .......... .......... .......... .......... 55% 15.6M 2s unit-mysql-0: 15:59:23 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29900K .......... .......... .......... .......... .......... 55% 30.0M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 29950K .......... .......... .......... .......... .......... 55% 59.9M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30000K .......... .......... .......... .......... .......... 55% 22.2M 2s unit-mysql-0: 15:59:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30050K .......... .......... .......... .......... .......... 55% 64.2M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30100K .......... .......... .......... .......... .......... 56% 53.8M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30150K .......... .......... .......... .......... .......... 56% 48.9M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30200K .......... .......... .......... .......... .......... 56% 55.0M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30250K .......... .......... .......... .......... .......... 56% 61.8M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30300K .......... .......... .......... .......... .......... 56% 64.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30350K .......... .......... .......... .......... .......... 56% 66.2M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30400K .......... .......... .......... .......... .......... 56% 79.0M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30450K .......... .......... .......... .......... .......... 56% 72.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30500K .......... .......... .......... .......... .......... 56% 64.9M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30550K .......... .......... .......... .......... .......... 56% 81.5M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30600K .......... .......... .......... .......... .......... 57% 69.8M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30650K .......... .......... .......... .......... .......... 57% 62.7M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30700K .......... .......... .......... .......... .......... 57% 61.7M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30750K .......... .......... .......... .......... .......... 57% 70.0M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30800K .......... .......... .......... .......... .......... 57% 66.2M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30850K .......... .......... .......... .......... .......... 57% 69.4M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30900K .......... .......... .......... .......... .......... 57% 63.5M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 30950K .......... .......... .......... .......... .......... 57% 76.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31000K .......... .......... .......... .......... .......... 57% 98.6M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31050K .......... .......... .......... .......... .......... 57% 104M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31100K .......... .......... .......... .......... .......... 57% 90.4M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31150K .......... .......... .......... .......... .......... 58% 92.7M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31200K .......... .......... .......... .......... .......... 58% 100M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31250K .......... .......... .......... .......... .......... 58% 102M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31300K .......... .......... .......... .......... .......... 58% 90.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31350K .......... .......... .......... .......... .......... 58% 2.78M 2s unit-mysql-0: 15:59:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31400K .......... .......... .......... .......... .......... 58% 606K 2s unit-abot-epc-basic-0: 15:59:23 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shape0 amd64 1.11.1-1ubuntu1 [5,756 B] unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31450K .......... .......... .......... .......... .......... 58% 5.04M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31500K .......... .......... .......... .......... .......... 58% 27.5M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31550K .......... .......... .......... .......... .......... 58% 17.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31600K .......... .......... .......... .......... .......... 58% 31.6M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31650K .......... .......... .......... .......... .......... 58% 22.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31700K .......... .......... .......... .......... .......... 59% 59.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31750K .......... .......... .......... .......... .......... 59% 62.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31800K .......... .......... .......... .......... .......... 59% 52.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31850K .......... .......... .......... .......... .......... 59% 62.8M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31900K .......... .......... .......... .......... .......... 59% 69.0M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 31950K .......... .......... .......... .......... .......... 59% 63.7M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32000K .......... .......... .......... .......... .......... 59% 54.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32050K .......... .......... .......... .......... .......... 59% 65.5M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32100K .......... .......... .......... .......... .......... 59% 58.6M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32150K .......... .......... .......... .......... .......... 59% 65.9M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32200K .......... .......... .......... .......... .......... 59% 59.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32250K .......... .......... .......... .......... .......... 60% 63.5M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32300K .......... .......... .......... .......... .......... 60% 64.9M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32350K .......... .......... .......... .......... .......... 60% 64.4M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32400K .......... .......... .......... .......... .......... 60% 58.8M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32450K .......... .......... .......... .......... .......... 60% 64.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32500K .......... .......... .......... .......... .......... 60% 77.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32550K .......... .......... .......... .......... .......... 60% 96.9M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32600K .......... .......... .......... .......... .......... 60% 58.8M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32650K .......... .......... .......... .......... .......... 60% 60.7M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32700K .......... .......... .......... .......... .......... 60% 104M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32750K .......... .......... .......... .......... .......... 61% 106M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32800K .......... .......... .......... .......... .......... 61% 96.0M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32850K .......... .......... .......... .......... .......... 61% 98.5M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32900K .......... .......... .......... .......... .......... 61% 108M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 32950K .......... .......... .......... .......... .......... 61% 102M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33000K .......... .......... .......... .......... .......... 61% 96.9M 2s unit-mysql-0: 15:59:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33050K .......... .......... .......... .......... .......... 61% 2.81M 2s unit-mysql-0: 15:59:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33100K .......... .......... .......... .......... .......... 61% 553K 2s unit-abot-epc-basic-0: 15:59:23 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xkb1 amd64 1.11.1-1ubuntu1 [29.2 kB] unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33150K .......... .......... .......... .......... .......... 61% 26.8M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33200K .......... .......... .......... .......... .......... 61% 15.2M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33250K .......... .......... .......... .......... .......... 61% 43.9M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33300K .......... .......... .......... .......... .......... 62% 29.8M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33350K .......... .......... .......... .......... .......... 62% 19.0M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33400K .......... .......... .......... .......... .......... 62% 46.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33450K .......... .......... .......... .......... .......... 62% 40.2M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33500K .......... .......... .......... .......... .......... 62% 44.6M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33550K .......... .......... .......... .......... .......... 62% 48.6M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33600K .......... .......... .......... .......... .......... 62% 55.5M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33650K .......... .......... .......... .......... .......... 62% 65.7M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33700K .......... .......... .......... .......... .......... 62% 65.7M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33750K .......... .......... .......... .......... .......... 62% 46.0M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33800K .......... .......... .......... .......... .......... 62% 55.6M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33850K .......... .......... .......... .......... .......... 63% 59.7M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33900K .......... .......... .......... .......... .......... 63% 49.7M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 33950K .......... .......... .......... .......... .......... 63% 54.6M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34000K .......... .......... .......... .......... .......... 63% 50.5M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34050K .......... .......... .......... .......... .......... 63% 50.7M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34100K .......... .......... .......... .......... .......... 63% 61.6M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34150K .......... .......... .......... .......... .......... 63% 44.8M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34200K .......... .......... .......... .......... .......... 63% 62.1M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34250K .......... .......... .......... .......... .......... 63% 72.8M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34300K .......... .......... .......... .......... .......... 63% 97.4M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34350K .......... .......... .......... .......... .......... 63% 72.8M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34400K .......... .......... .......... .......... .......... 64% 87.2M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34450K .......... .......... .......... .......... .......... 64% 106M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34500K .......... .......... .......... .......... .......... 64% 76.9M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34550K .......... .......... .......... .......... .......... 64% 86.3M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34600K .......... .......... .......... .......... .......... 64% 84.1M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34650K .......... .......... .......... .......... .......... 64% 92.5M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34700K .......... .......... .......... .......... .......... 64% 82.5M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34750K .......... .......... .......... .......... .......... 64% 3.52M 2s unit-mysql-0: 15:59:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34800K .......... .......... .......... .......... .......... 64% 607K 2s unit-mysql-0: 15:59:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-abot-epc-basic-0: 15:59:23 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon-x11-0 amd64 0.5.0-1ubuntu2 [13.5 kB] unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34850K .......... .......... .......... .......... .......... 64% 4.66M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34900K .......... .......... .......... .......... .......... 65% 17.6M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 34950K .......... .......... .......... .......... .......... 65% 45.8M 2s unit-oai-epc-0: 15:59:23 DEBUG unit.oai-epc/0.install 35000K .......... .......... .......... .......... .......... 65% 29.0M 2s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 35050K .......... .......... .......... .......... .......... 65% 19.4M 2s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 35100K .......... .......... .......... .......... .......... 65% 32.0M 2s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 35150K .......... .......... .......... .......... .......... 65% 45.6M 2s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 35200K .......... .......... .......... .......... .......... 65% 46.5M 2s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 35250K .......... .......... .......... .......... .......... 65% 47.0M 2s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 35300K .......... .......... .......... .......... .......... 65% 58.8M 2s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 35350K .......... .......... .......... .......... .......... 65% 60.8M 2s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 35400K .......... .......... .......... .......... .......... 65% 55.1M 2s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 35450K .......... .......... .......... .......... .......... 66% 59.5M 2s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 35500K .......... .......... .......... .......... .......... 66% 64.0M 2s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 35550K .......... .......... .......... .......... .......... 66% 68.9M 2s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 35600K .......... .......... .......... .......... .......... 66% 59.6M 2s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 35650K .......... .......... .......... .......... .......... 66% 62.7M 2s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 35700K .......... .......... .......... .......... .......... 66% 76.7M 2s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 35750K .......... .......... .......... .......... .......... 66% 68.7M 2s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 35800K .......... .......... .......... .......... .......... 66% 58.7M 2s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 35850K .......... .......... .......... .......... .......... 66% 58.5M 2s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 35900K .......... .......... .......... .......... .......... 66% 69.4M 2s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 35950K .......... .......... .......... .......... .......... 66% 64.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36000K .......... .......... .......... .......... .......... 67% 62.1M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36050K .......... .......... .......... .......... .......... 67% 97.9M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36100K .......... .......... .......... .......... .......... 67% 104M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36150K .......... .......... .......... .......... .......... 67% 102M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36200K .......... .......... .......... .......... .......... 67% 90.9M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36250K .......... .......... .......... .......... .......... 67% 98.9M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36300K .......... .......... .......... .......... .......... 67% 104M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36350K .......... .......... .......... .......... .......... 67% 98.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36400K .......... .......... .......... .......... .......... 67% 89.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36450K .......... .......... .......... .......... .......... 67% 3.21M 1s unit-mysql-0: 15:59:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36500K .......... .......... .......... .......... .......... 67% 1.16M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36550K .......... .......... .......... .......... .......... 68% 987K 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36600K .......... .......... .......... .......... .......... 68% 18.6M 1s unit-abot-epc-basic-0: 15:59:24 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5gui5 amd64 5.5.1+dfsg-16ubuntu7.5 [2,290 kB] unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36650K .......... .......... .......... .......... .......... 68% 32.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36700K .......... .......... .......... .......... .......... 68% 36.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36750K .......... .......... .......... .......... .......... 68% 42.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36800K .......... .......... .......... .......... .......... 68% 17.0M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36850K .......... .......... .......... .......... .......... 68% 32.7M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36900K .......... .......... .......... .......... .......... 68% 39.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 36950K .......... .......... .......... .......... .......... 68% 40.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37000K .......... .......... .......... .......... .......... 68% 64.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37050K .......... .......... .......... .......... .......... 69% 47.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37100K .......... .......... .......... .......... .......... 69% 44.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37150K .......... .......... .......... .......... .......... 69% 42.0M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37200K .......... .......... .......... .......... .......... 69% 55.7M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37250K .......... .......... .......... .......... .......... 69% 44.4M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37300K .......... .......... .......... .......... .......... 69% 49.9M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37350K .......... .......... .......... .......... .......... 69% 57.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37400K .......... .......... .......... .......... .......... 69% 54.2M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37450K .......... .......... .......... .......... .......... 69% 58.1M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37500K .......... .......... .......... .......... .......... 69% 61.4M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37550K .......... .......... .......... .......... .......... 69% 55.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37600K .......... .......... .......... .......... .......... 70% 49.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37650K .......... .......... .......... .......... .......... 70% 80.1M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37700K .......... .......... .......... .......... .......... 70% 72.7M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37750K .......... .......... .......... .......... .......... 70% 84.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37800K .......... .......... .......... .......... .......... 70% 82.7M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37850K .......... .......... .......... .......... .......... 70% 69.9M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37900K .......... .......... .......... .......... .......... 70% 67.0M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 37950K .......... .......... .......... .......... .......... 70% 97.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38000K .......... .......... .......... .......... .......... 70% 82.2M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38050K .......... .......... .......... .......... .......... 70% 68.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38100K .......... .......... .......... .......... .......... 70% 80.0M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38150K .......... .......... .......... .......... .......... 71% 3.87M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38200K .......... .......... .......... .......... .......... 71% 1.19M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38250K .......... .......... .......... .......... .......... 71% 952K 1s unit-mysql-0: 15:59:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38300K .......... .......... .......... .......... .......... 71% 10.9M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38350K .......... .......... .......... .......... .......... 71% 43.0M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38400K .......... .......... .......... .......... .......... 71% 49.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38450K .......... .......... .......... .......... .......... 71% 45.1M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38500K .......... .......... .......... .......... .......... 71% 59.7M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38550K .......... .......... .......... .......... .......... 71% 45.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38600K .......... .......... .......... .......... .......... 71% 34.7M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38650K .......... .......... .......... .......... .......... 71% 45.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38700K .......... .......... .......... .......... .......... 72% 59.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38750K .......... .......... .......... .......... .......... 72% 85.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38800K .......... .......... .......... .......... .......... 72% 67.1M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38850K .......... .......... .......... .......... .......... 72% 60.2M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38900K .......... .......... .......... .......... .......... 72% 48.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 38950K .......... .......... .......... .......... .......... 72% 46.0M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39000K .......... .......... .......... .......... .......... 72% 32.2M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39050K .......... .......... .......... .......... .......... 72% 42.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39100K .......... .......... .......... .......... .......... 72% 42.1M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39150K .......... .......... .......... .......... .......... 72% 44.2M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39200K .......... .......... .......... .......... .......... 73% 71.4M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39250K .......... .......... .......... .......... .......... 73% 104M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39300K .......... .......... .......... .......... .......... 73% 105M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39350K .......... .......... .......... .......... .......... 73% 100M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39400K .......... .......... .......... .......... .......... 73% 54.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39450K .......... .......... .......... .......... .......... 73% 59.2M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39500K .......... .......... .......... .......... .......... 73% 51.0M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39550K .......... .......... .......... .......... .......... 73% 54.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39600K .......... .......... .......... .......... .......... 73% 64.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39650K .......... .......... .......... .......... .......... 73% 106M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39700K .......... .......... .......... .......... .......... 73% 102M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39750K .......... .......... .......... .......... .......... 74% 103M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39800K .......... .......... .......... .......... .......... 74% 91.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39850K .......... .......... .......... .......... .......... 74% 108M 1s unit-mysql-0: 15:59:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39900K .......... .......... .......... .......... .......... 74% 934K 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 39950K .......... .......... .......... .......... .......... 74% 908K 1s unit-abot-epc-basic-0: 15:59:24 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5widgets5 amd64 5.5.1+dfsg-16ubuntu7.5 [2,252 kB] unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40000K .......... .......... .......... .......... .......... 74% 12.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40050K .......... .......... .......... .......... .......... 74% 7.69M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40100K .......... .......... .......... .......... .......... 74% 47.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40150K .......... .......... .......... .......... .......... 74% 54.4M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40200K .......... .......... .......... .......... .......... 74% 50.9M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40250K .......... .......... .......... .......... .......... 74% 64.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40300K .......... .......... .......... .......... .......... 75% 52.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40350K .......... .......... .......... .......... .......... 75% 54.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40400K .......... .......... .......... .......... .......... 75% 59.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40450K .......... .......... .......... .......... .......... 75% 61.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40500K .......... .......... .......... .......... .......... 75% 62.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40550K .......... .......... .......... .......... .......... 75% 66.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40600K .......... .......... .......... .......... .......... 75% 55.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40650K .......... .......... .......... .......... .......... 75% 80.3M 1s unit-mysql-0: 15:59:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40700K .......... .......... .......... .......... .......... 75% 61.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40750K .......... .......... .......... .......... .......... 75% 61.4M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40800K .......... .......... .......... .......... .......... 75% 52.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40850K .......... .......... .......... .......... .......... 76% 73.2M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40900K .......... .......... .......... .......... .......... 76% 73.1M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 40950K .......... .......... .......... .......... .......... 76% 66.2M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41000K .......... .......... .......... .......... .......... 76% 61.4M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41050K .......... .......... .......... .......... .......... 76% 97.9M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41100K .......... .......... .......... .......... .......... 76% 85.4M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41150K .......... .......... .......... .......... .......... 76% 71.4M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41200K .......... .......... .......... .......... .......... 76% 57.7M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41250K .......... .......... .......... .......... .......... 76% 76.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41300K .......... .......... .......... .......... .......... 76% 101M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41350K .......... .......... .......... .......... .......... 77% 100M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41400K .......... .......... .......... .......... .......... 77% 65.2M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41450K .......... .......... .......... .......... .......... 77% 93.4M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41500K .......... .......... .......... .......... .......... 77% 101M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41550K .......... .......... .......... .......... .......... 77% 102M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41600K .......... .......... .......... .......... .......... 77% 4.62M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41650K .......... .......... .......... .......... .......... 77% 1.19M 1s unit-mysql-0: 15:59:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41700K .......... .......... .......... .......... .......... 77% 868K 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41750K .......... .......... .......... .......... .......... 77% 4.61M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41800K .......... .......... .......... .......... .......... 77% 70.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41850K .......... .......... .......... .......... .......... 77% 42.4M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41900K .......... .......... .......... .......... .......... 78% 56.7M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 41950K .......... .......... .......... .......... .......... 78% 53.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42000K .......... .......... .......... .......... .......... 78% 60.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42050K .......... .......... .......... .......... .......... 78% 67.4M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42100K .......... .......... .......... .......... .......... 78% 90.7M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42150K .......... .......... .......... .......... .......... 78% 71.1M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42200K .......... .......... .......... .......... .......... 78% 86.1M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42250K .......... .......... .......... .......... .......... 78% 63.1M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42300K .......... .......... .......... .......... .......... 78% 68.0M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42350K .......... .......... .......... .......... .......... 78% 70.1M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42400K .......... .......... .......... .......... .......... 78% 65.9M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42450K .......... .......... .......... .......... .......... 79% 61.7M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42500K .......... .......... .......... .......... .......... 79% 65.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42550K .......... .......... .......... .......... .......... 79% 73.9M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42600K .......... .......... .......... .......... .......... 79% 92.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42650K .......... .......... .......... .......... .......... 79% 80.1M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42700K .......... .......... .......... .......... .......... 79% 80.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42750K .......... .......... .......... .......... .......... 79% 79.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42800K .......... .......... .......... .......... .......... 79% 73.9M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42850K .......... .......... .......... .......... .......... 79% 75.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42900K .......... .......... .......... .......... .......... 79% 73.0M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 42950K .......... .......... .......... .......... .......... 79% 68.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43000K .......... .......... .......... .......... .......... 80% 77.0M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43050K .......... .......... .......... .......... .......... 80% 61.0M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43100K .......... .......... .......... .......... .......... 80% 84.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43150K .......... .......... .......... .......... .......... 80% 77.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43200K .......... .......... .......... .......... .......... 80% 72.9M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43250K .......... .......... .......... .......... .......... 80% 64.2M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43300K .......... .......... .......... .......... .......... 80% 24.4M 1s unit-mysql-0: 15:59:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43350K .......... .......... .......... .......... .......... 80% 6.94M 1s unit-mysql-0: 15:59:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43400K .......... .......... .......... .......... .......... 80% 651K 1s unit-abot-epc-basic-0: 15:59:24 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt5svg5 amd64 5.5.1-2build1 [128 kB] unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43450K .......... .......... .......... .......... .......... 80% 2.48M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43500K .......... .......... .......... .......... .......... 81% 4.81M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43550K .......... .......... .......... .......... .......... 81% 20.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43600K .......... .......... .......... .......... .......... 81% 50.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43650K .......... .......... .......... .......... .......... 81% 48.7M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43700K .......... .......... .......... .......... .......... 81% 46.0M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43750K .......... .......... .......... .......... .......... 81% 51.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43800K .......... .......... .......... .......... .......... 81% 63.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43850K .......... .......... .......... .......... .......... 81% 77.2M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43900K .......... .......... .......... .......... .......... 81% 56.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 43950K .......... .......... .......... .......... .......... 81% 62.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44000K .......... .......... .......... .......... .......... 81% 68.1M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44050K .......... .......... .......... .......... .......... 82% 62.9M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44100K .......... .......... .......... .......... .......... 82% 55.4M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44150K .......... .......... .......... .......... .......... 82% 86.0M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44200K .......... .......... .......... .......... .......... 82% 95.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44250K .......... .......... .......... .......... .......... 82% 74.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44300K .......... .......... .......... .......... .......... 82% 66.9M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44350K .......... .......... .......... .......... .......... 82% 85.0M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44400K .......... .......... .......... .......... .......... 82% 78.1M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44450K .......... .......... .......... .......... .......... 82% 73.4M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44500K .......... .......... .......... .......... .......... 82% 63.2M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44550K .......... .......... .......... .......... .......... 82% 93.2M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44600K .......... .......... .......... .......... .......... 83% 91.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44650K .......... .......... .......... .......... .......... 83% 91.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44700K .......... .......... .......... .......... .......... 83% 76.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44750K .......... .......... .......... .......... .......... 83% 93.7M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44800K .......... .......... .......... .......... .......... 83% 69.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44850K .......... .......... .......... .......... .......... 83% 50.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44900K .......... .......... .......... .......... .......... 83% 61.2M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 44950K .......... .......... .......... .......... .......... 83% 55.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45000K .......... .......... .......... .......... .......... 83% 62.9M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45050K .......... .......... .......... .......... .......... 83% 79.1M 1s unit-mysql-0: 15:59:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45100K .......... .......... .......... .......... .......... 83% 1.13M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45150K .......... .......... .......... .......... .......... 84% 1.23M 1s unit-mysql-0: 15:59:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45200K .......... .......... .......... .......... .......... 84% 2.47M 1s unit-abot-epc-basic-0: 15:59:24 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking-common all 2.48.2-1~ubuntu16.04.1 [10.9 kB] unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45250K .......... .......... .......... .......... .......... 84% 4.94M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45300K .......... .......... .......... .......... .......... 84% 24.2M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45350K .......... .......... .......... .......... .......... 84% 56.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45400K .......... .......... .......... .......... .......... 84% 49.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45450K .......... .......... .......... .......... .......... 84% 55.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45500K .......... .......... .......... .......... .......... 84% 51.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45550K .......... .......... .......... .......... .......... 84% 57.9M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45600K .......... .......... .......... .......... .......... 84% 52.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45650K .......... .......... .......... .......... .......... 85% 75.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45700K .......... .......... .......... .......... .......... 85% 64.2M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45750K .......... .......... .......... .......... .......... 85% 70.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45800K .......... .......... .......... .......... .......... 85% 62.2M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45850K .......... .......... .......... .......... .......... 85% 73.1M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45900K .......... .......... .......... .......... .......... 85% 102M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 45950K .......... .......... .......... .......... .......... 85% 77.4M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46000K .......... .......... .......... .......... .......... 85% 76.4M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46050K .......... .......... .......... .......... .......... 85% 67.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46100K .......... .......... .......... .......... .......... 85% 72.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46150K .......... .......... .......... .......... .......... 85% 101M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46200K .......... .......... .......... .......... .......... 86% 91.2M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46250K .......... .......... .......... .......... .......... 86% 96.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46300K .......... .......... .......... .......... .......... 86% 68.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46350K .......... .......... .......... .......... .......... 86% 84.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46400K .......... .......... .......... .......... .......... 86% 69.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46450K .......... .......... .......... .......... .......... 86% 79.7M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46500K .......... .......... .......... .......... .......... 86% 42.4M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46550K .......... .......... .......... .......... .......... 86% 22.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46600K .......... .......... .......... .......... .......... 86% 67.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46650K .......... .......... .......... .......... .......... 86% 56.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46700K .......... .......... .......... .......... .......... 86% 67.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46750K .......... .......... .......... .......... .......... 87% 78.1M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46800K .......... .......... .......... .......... .......... 87% 103M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46850K .......... .......... .......... .......... .......... 87% 1.12M 1s unit-mysql-0: 15:59:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46900K .......... .......... .......... .......... .......... 87% 1.27M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 46950K .......... .......... .......... .......... .......... 87% 2.47M 1s unit-abot-epc-basic-0: 15:59:24 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking-services amd64 2.48.2-1~ubuntu16.04.1 [16.0 kB] unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47000K .......... .......... .......... .......... .......... 87% 4.47M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47050K .......... .......... .......... .......... .......... 87% 24.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47100K .......... .......... .......... .......... .......... 87% 57.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47150K .......... .......... .......... .......... .......... 87% 43.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47200K .......... .......... .......... .......... .......... 87% 50.9M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47250K .......... .......... .......... .......... .......... 87% 55.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47300K .......... .......... .......... .......... .......... 88% 83.3M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47350K .......... .......... .......... .......... .......... 88% 76.6M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47400K .......... .......... .......... .......... .......... 88% 71.9M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47450K .......... .......... .......... .......... .......... 88% 70.8M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47500K .......... .......... .......... .......... .......... 88% 63.5M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47550K .......... .......... .......... .......... .......... 88% 71.3M 1s unit-mysql-0: 15:59:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47600K .......... .......... .......... .......... .......... 88% 63.4M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47650K .......... .......... .......... .......... .......... 88% 69.2M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47700K .......... .......... .......... .......... .......... 88% 61.7M 1s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47750K .......... .......... .......... .......... .......... 88% 57.7M 0s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47800K .......... .......... .......... .......... .......... 89% 69.1M 0s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47850K .......... .......... .......... .......... .......... 89% 105M 0s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47900K .......... .......... .......... .......... .......... 89% 97.4M 0s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 47950K .......... .......... .......... .......... .......... 89% 70.3M 0s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 48000K .......... .......... .......... .......... .......... 89% 72.0M 0s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 48050K .......... .......... .......... .......... .......... 89% 97.4M 0s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 48100K .......... .......... .......... .......... .......... 89% 95.5M 0s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 48150K .......... .......... .......... .......... .......... 89% 73.0M 0s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 48200K .......... .......... .......... .......... .......... 89% 81.7M 0s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 48250K .......... .......... .......... .......... .......... 89% 64.5M 0s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 48300K .......... .......... .......... .......... .......... 89% 23.5M 0s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 48350K .......... .......... .......... .......... .......... 90% 56.5M 0s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 48400K .......... .......... .......... .......... .......... 90% 61.0M 0s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 48450K .......... .......... .......... .......... .......... 90% 71.3M 0s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 48500K .......... .......... .......... .......... .......... 90% 82.1M 0s unit-oai-epc-0: 15:59:24 DEBUG unit.oai-epc/0.install 48550K .......... .......... .......... .......... .......... 90% 88.2M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 48600K .......... .......... .......... .......... .......... 90% 1.14M 0s unit-mysql-0: 15:59:25 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 48650K .......... .......... .......... .......... .......... 90% 1.21M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 48700K .......... .......... .......... .......... .......... 90% 2.71M 0s unit-abot-epc-basic-0: 15:59:25 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libdconf1 amd64 0.24.0-2 [31.4 kB] unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 48750K .......... .......... .......... .......... .......... 90% 4.13M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 48800K .......... .......... .......... .......... .......... 90% 50.7M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 48850K .......... .......... .......... .......... .......... 90% 57.3M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 48900K .......... .......... .......... .......... .......... 91% 49.9M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 48950K .......... .......... .......... .......... .......... 91% 50.6M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49000K .......... .......... .......... .......... .......... 91% 65.3M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49050K .......... .......... .......... .......... .......... 91% 60.1M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49100K .......... .......... .......... .......... .......... 91% 56.0M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49150K .......... .......... .......... .......... .......... 91% 66.6M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49200K .......... .......... .......... .......... .......... 91% 74.4M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49250K .......... .......... .......... .......... .......... 91% 73.9M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49300K .......... .......... .......... .......... .......... 91% 60.7M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49350K .......... .......... .......... .......... .......... 91% 77.5M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49400K .......... .......... .......... .......... .......... 91% 75.8M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49450K .......... .......... .......... .......... .......... 92% 89.2M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49500K .......... .......... .......... .......... .......... 92% 63.7M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49550K .......... .......... .......... .......... .......... 92% 75.7M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49600K .......... .......... .......... .......... .......... 92% 77.9M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49650K .......... .......... .......... .......... .......... 92% 91.4M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49700K .......... .......... .......... .......... .......... 92% 77.7M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49750K .......... .......... .......... .......... .......... 92% 76.0M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49800K .......... .......... .......... .......... .......... 92% 90.1M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49850K .......... .......... .......... .......... .......... 92% 103M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49900K .......... .......... .......... .......... .......... 92% 87.3M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 49950K .......... .......... .......... .......... .......... 93% 15.8M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50000K .......... .......... .......... .......... .......... 93% 36.1M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50050K .......... .......... .......... .......... .......... 93% 54.9M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50100K .......... .......... .......... .......... .......... 93% 79.1M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50150K .......... .......... .......... .......... .......... 93% 57.3M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50200K .......... .......... .......... .......... .......... 93% 62.3M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50250K .......... .......... .......... .......... .......... 93% 77.8M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50300K .......... .......... .......... .......... .......... 93% 95.4M 0s unit-mysql-0: 15:59:25 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50350K .......... .......... .......... .......... .......... 93% 1.21M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50400K .......... .......... .......... .......... .......... 93% 1.19M 0s unit-mysql-0: 15:59:25 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50450K .......... .......... .......... .......... .......... 93% 2.63M 0s unit-abot-epc-basic-0: 15:59:25 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dconf-service amd64 0.24.0-2 [27.1 kB] unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50500K .......... .......... .......... .......... .......... 94% 4.66M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50550K .......... .......... .......... .......... .......... 94% 26.6M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50600K .......... .......... .......... .......... .......... 94% 55.5M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50650K .......... .......... .......... .......... .......... 94% 53.1M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50700K .......... .......... .......... .......... .......... 94% 52.7M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50750K .......... .......... .......... .......... .......... 94% 89.5M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50800K .......... .......... .......... .......... .......... 94% 25.3M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50850K .......... .......... .......... .......... .......... 94% 72.4M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50900K .......... .......... .......... .......... .......... 94% 65.7M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 50950K .......... .......... .......... .......... .......... 94% 49.7M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51000K .......... .......... .......... .......... .......... 94% 55.4M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51050K .......... .......... .......... .......... .......... 95% 56.4M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51100K .......... .......... .......... .......... .......... 95% 61.8M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51150K .......... .......... .......... .......... .......... 95% 59.0M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51200K .......... .......... .......... .......... .......... 95% 70.8M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51250K .......... .......... .......... .......... .......... 95% 96.6M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51300K .......... .......... .......... .......... .......... 95% 50.7M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51350K .......... .......... .......... .......... .......... 95% 75.8M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51400K .......... .......... .......... .......... .......... 95% 84.5M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51450K .......... .......... .......... .......... .......... 95% 89.3M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51500K .......... .......... .......... .......... .......... 95% 100M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51550K .......... .......... .......... .......... .......... 95% 93.7M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51600K .......... .......... .......... .......... .......... 96% 105M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51650K .......... .......... .......... .......... .......... 96% 107M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51700K .......... .......... .......... .......... .......... 96% 28.2M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51750K .......... .......... .......... .......... .......... 96% 46.5M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51800K .......... .......... .......... .......... .......... 96% 49.5M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51850K .......... .......... .......... .......... .......... 96% 66.3M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51900K .......... .......... .......... .......... .......... 96% 54.6M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 51950K .......... .......... .......... .......... .......... 96% 51.3M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52000K .......... .......... .......... .......... .......... 96% 56.2M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52050K .......... .......... .......... .......... .......... 96% 102M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52100K .......... .......... .......... .......... .......... 97% 14.1M 0s unit-mysql-0: 15:59:25 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52150K .......... .......... .......... .......... .......... 97% 645K 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52200K .......... .......... .......... .......... .......... 97% 2.60M 0s unit-abot-epc-basic-0: 15:59:25 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dconf-gsettings-backend amd64 0.24.0-2 [19.4 kB] unit-mysql-0: 15:59:25 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52250K .......... .......... .......... .......... .......... 97% 4.23M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52300K .......... .......... .......... .......... .......... 97% 45.0M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52350K .......... .......... .......... .......... .......... 97% 22.0M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52400K .......... .......... .......... .......... .......... 97% 39.0M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52450K .......... .......... .......... .......... .......... 97% 22.3M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52500K .......... .......... .......... .......... .......... 97% 81.8M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52550K .......... .......... .......... .......... .......... 97% 30.1M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52600K .......... .......... .......... .......... .......... 97% 20.9M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52650K .......... .......... .......... .......... .......... 98% 29.7M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52700K .......... .......... .......... .......... .......... 98% 78.8M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52750K .......... .......... .......... .......... .......... 98% 25.6M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52800K .......... .......... .......... .......... .......... 98% 70.8M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52850K .......... .......... .......... .......... .......... 98% 46.8M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52900K .......... .......... .......... .......... .......... 98% 57.6M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 52950K .......... .......... .......... .......... .......... 98% 74.8M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 53000K .......... .......... .......... .......... .......... 98% 77.1M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 53050K .......... .......... .......... .......... .......... 98% 36.5M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 53100K .......... .......... .......... .......... .......... 98% 57.9M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 53150K .......... .......... .......... .......... .......... 98% 50.6M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 53200K .......... .......... .......... .......... .......... 99% 13.4M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 53250K .......... .......... .......... .......... .......... 99% 102M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 53300K .......... .......... .......... .......... .......... 99% 97.4M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 53350K .......... .......... .......... .......... .......... 99% 75.0M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 53400K .......... .......... .......... .......... .......... 99% 93.0M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 53450K .......... .......... .......... .......... .......... 99% 93.3M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 53500K .......... .......... .......... .......... .......... 99% 71.6M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 53550K .......... .......... .......... .......... .......... 99% 87.3M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 53600K .......... .......... .......... .......... .......... 99% 87.5M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 53650K .......... .......... .......... .......... .......... 99% 105M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 53700K .......... .......... .......... .......... .......... 99% 73.0M 0s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 53750K ...... 100% 41.1M=4.4s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install 2018-08-27 15:59:25 (11.8 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [55046174/55046174] unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install FINISHED --2018-08-27 15:59:25-- unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install Total wall clock time: 7.5s unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install Downloaded: 4 files, 66M in 6.8s (9.78 MB/s) unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install + dpkg -i kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-mysql-0: 15:59:25 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-mysql-0: 15:59:25 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install (Reading database ... 79167 files and directories currently installed.) unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-epc-0: 15:59:25 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 15:59:25 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gsettings-desktop-schemas all 3.18.1-1ubuntu1 [25.9 kB] unit-mysql-0: 15:59:25 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 15:59:25 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-abot-epc-basic-0: 15:59:25 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking amd64 2.48.2-1~ubuntu16.04.1 [43.7 kB] unit-mysql-0: 15:59:25 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-abot-epc-basic-0: 15:59:25 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsoup2.4-1 amd64 2.52.2-1ubuntu0.3 [270 kB] unit-mysql-0: 15:59:25 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 15:59:26 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-abot-epc-basic-0: 15:59:26 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsoup-gnome2.4-1 amd64 2.52.2-1ubuntu0.3 [4,986 B] unit-mysql-0: 15:59:26 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 15:59:26 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 15:59:26 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librest-0.7-0 amd64 0.7.93-1 [31.9 kB] unit-abot-epc-basic-0: 15:59:26 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsamplerate0 amd64 0.1.8-8 [937 kB] unit-abot-epc-basic-0: 15:59:26 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsane-common all 1.0.25+git20150528-1ubuntu2.16.04.1 [710 kB] unit-oai-epc-0: 15:59:26 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-epc-0: 15:59:26 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-oai-epc-0: 15:59:26 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 15:59:26 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libserf-1-1 amd64 1.3.8-1 [45.5 kB] unit-abot-epc-basic-0: 15:59:26 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libunistring0 amd64 0.9.3-5.2ubuntu1 [279 kB] unit-abot-epc-basic-0: 15:59:27 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxft2 amd64 2.3.2-1 [36.1 kB] unit-abot-epc-basic-0: 15:59:27 DEBUG unit.abot-epc-basic/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxss1 amd64 1:1.2.2-1 [8,582 B] unit-abot-epc-basic-0: 15:59:27 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxv1 amd64 2:1.0.10-1 [10.3 kB] unit-abot-epc-basic-0: 15:59:27 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB] unit-abot-epc-basic-0: 15:59:27 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 poppler-data all 0.4.7-7 [1,495 kB] unit-abot-epc-basic-0: 15:59:27 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libidn2-0 amd64 0.10-3 [62.3 kB] unit-mysql-0: 15:59:28 DEBUG unit.mysql/0.config-changed Reading package lists... unit-abot-epc-basic-0: 15:59:28 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libslicot0 amd64 5.0+20101122-2 [1,002 kB] unit-mysql-0: 15:59:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 15:59:28 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-common all 3.18.9-1ubuntu3.3 [206 kB] unit-abot-epc-basic-0: 15:59:28 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatspi2.0-0 amd64 2.18.3-4ubuntu1 [57.4 kB] unit-abot-epc-basic-0: 15:59:28 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk-bridge2.0-0 amd64 2.18.1-2ubuntu1 [52.8 kB] unit-abot-epc-basic-0: 15:59:28 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo-gobject2 amd64 1.14.6-1 [17.3 kB] unit-mysql-0: 15:59:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 15:59:28 INFO unit.mysql/0.juju-log Installing mysql-server with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 15:59:28 DEBUG unit.mysql/0.config-changed Reading package lists... unit-abot-epc-basic-0: 15:59:28 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolord2 amd64 1.2.12-1ubuntu1 [104 kB] unit-mysql-0: 15:59:28 DEBUG unit.mysql/0.config-changed Building dependency tree... unit-mysql-0: 15:59:28 DEBUG unit.mysql/0.config-changed Reading state information... unit-mysql-0: 15:59:29 DEBUG unit.mysql/0.config-changed The following extra packages will be installed: unit-mysql-0: 15:59:29 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 15:59:29 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 unit-mysql-0: 15:59:29 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-mysql-0: 15:59:29 DEBUG unit.mysql/0.config-changed Suggested packages: unit-mysql-0: 15:59:29 DEBUG unit.mysql/0.config-changed libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-mysql-0: 15:59:29 DEBUG unit.mysql/0.config-changed libsql-statement-perl libipc-sharedcache-perl tinyca mailx unit-mysql-0: 15:59:29 DEBUG unit.mysql/0.config-changed The following NEW packages will be installed: unit-mysql-0: 15:59:29 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 15:59:29 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 unit-mysql-0: 15:59:29 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-abot-epc-basic-0: 15:59:29 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libepoxy0 amd64 1.3.1-1ubuntu0.16.04.2 [177 kB] unit-abot-epc-basic-0: 15:59:29 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjson-glib-1.0-common all 1.1.2-0ubuntu1 [6,172 B] unit-mysql-0: 15:59:29 DEBUG unit.mysql/0.config-changed 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 15:59:29 DEBUG unit.mysql/0.config-changed Need to get 8868 kB of archives. unit-mysql-0: 15:59:29 DEBUG unit.mysql/0.config-changed After this operation, 93.5 MB of additional disk space will be used. unit-mysql-0: 15:59:29 DEBUG unit.mysql/0.config-changed Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 15:59:29 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjson-glib-1.0-0 amd64 1.1.2-0ubuntu1 [60.3 kB] unit-abot-epc-basic-0: 15:59:29 DEBUG unit.abot-epc-basic/0.install Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-cursor0 amd64 1.12.0-1~ubuntu16.04.3 [10.1 kB] unit-abot-epc-basic-0: 15:59:29 DEBUG unit.abot-epc-basic/0.install Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-egl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [5,778 B] unit-abot-epc-basic-0: 15:59:29 DEBUG unit.abot-epc-basic/0.install Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-0 amd64 3.18.9-1ubuntu3.3 [2,352 kB] unit-oai-epc-0: 15:59:30 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-epc-0: 15:59:30 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-epc-0: 15:59:30 DEBUG unit.oai-epc/0.install Done. unit-oai-epc-0: 15:59:30 DEBUG unit.oai-epc/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 15:59:30 DEBUG unit.abot-epc-basic/0.install Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-bin amd64 3.18.9-1ubuntu3.3 [53.7 kB] unit-mysql-0: 15:59:30 DEBUG unit.mysql/0.config-changed Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-mysql-0: 15:59:30 DEBUG unit.mysql/0.config-changed Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-abot-epc-basic-0: 15:59:30 DEBUG unit.abot-epc-basic/0.install Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcroco3 amd64 0.6.11-1 [81.6 kB] unit-mysql-0: 15:59:30 DEBUG unit.mysql/0.config-changed Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-mysql-0: 15:59:30 DEBUG unit.mysql/0.config-changed Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-abot-epc-basic-0: 15:59:30 DEBUG unit.abot-epc-basic/0.install Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librsvg2-2 amd64 2.40.13-3 [93.9 kB] unit-mysql-0: 15:59:31 DEBUG unit.mysql/0.config-changed Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3764 kB] unit-abot-epc-basic-0: 15:59:31 DEBUG unit.abot-epc-basic/0.install Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librsvg2-common amd64 2.40.13-3 [5,034 B] unit-abot-epc-basic-0: 15:59:31 DEBUG unit.abot-epc-basic/0.install Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 humanity-icon-theme all 0.6.10.1 [1,289 kB] unit-mysql-0: 15:59:31 DEBUG unit.mysql/0.config-changed Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1862 kB] unit-mysql-0: 15:59:31 DEBUG unit.mysql/0.config-changed Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] unit-mysql-0: 15:59:31 DEBUG unit.mysql/0.config-changed Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] unit-mysql-0: 15:59:31 DEBUG unit.mysql/0.config-changed Preconfiguring packages ... unit-mysql-0: 15:59:32 DEBUG unit.mysql/0.config-changed Fetched 8868 kB in 2s (3288 kB/s) unit-abot-epc-basic-0: 15:59:32 DEBUG unit.abot-epc-basic/0.install Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-mono all 14.04+16.04.20180326-0ubuntu1 [178 kB] unit-mysql-0: 15:59:32 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbi-perl. unit-mysql-0: 15:59:32 DEBUG unit.mysql/0.config-changed (Reading database ... 83513 files and directories currently installed.) unit-mysql-0: 15:59:32 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-mysql-0: 15:59:32 DEBUG unit.mysql/0.config-changed Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 15:59:32 DEBUG unit.abot-epc-basic/0.install Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 adwaita-icon-theme all 3.18.0-2ubuntu3.1 [3,359 kB] unit-mysql-0: 15:59:32 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbd-mysql-perl. unit-mysql-0: 15:59:32 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-mysql-0: 15:59:32 DEBUG unit.mysql/0.config-changed Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 15:59:32 DEBUG unit.abot-epc-basic/0.install Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 at-spi2-core amd64 2.18.3-4ubuntu1 [45.7 kB] unit-abot-epc-basic-0: 15:59:32 DEBUG unit.abot-epc-basic/0.install Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 autoconf all 2.69-9 [321 kB] unit-abot-epc-basic-0: 15:59:32 DEBUG unit.abot-epc-basic/0.install Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 autotools-dev all 20150820.1 [39.8 kB] unit-abot-epc-basic-0: 15:59:33 DEBUG unit.abot-epc-basic/0.install Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 automake all 1:1.15-4ubuntu1 [510 kB] unit-abot-epc-basic-0: 15:59:33 DEBUG unit.abot-epc-basic/0.install Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbison-dev amd64 2:3.0.4.dfsg-1 [338 kB] unit-mysql-0: 15:59:33 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libterm-readkey-perl. unit-mysql-0: 15:59:33 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-mysql-0: 15:59:33 DEBUG unit.mysql/0.config-changed Unpacking libterm-readkey-perl (2.31-1) ... unit-mysql-0: 15:59:33 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-core-5.5. unit-mysql-0: 15:59:33 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 15:59:33 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 15:59:33 DEBUG unit.abot-epc-basic/0.install Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 bison amd64 2:3.0.4.dfsg-1 [259 kB] unit-mysql-0: 15:59:33 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-5.5. unit-mysql-0: 15:59:33 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 15:59:33 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 15:59:33 DEBUG unit.abot-epc-basic/0.install Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 castxml amd64 0.1+git20160202-1.1 [11.5 MB] unit-abot-epc-basic-0: 15:59:34 DEBUG unit.abot-epc-basic/0.install Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgusb2 amd64 0.2.9-0ubuntu1 [20.2 kB] unit-mysql-0: 15:59:34 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-core-5.5. unit-mysql-0: 15:59:34 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 15:59:34 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 15:59:34 DEBUG unit.abot-epc-basic/0.install Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolorhug2 amd64 1.2.12-1ubuntu1 [32.0 kB] unit-abot-epc-basic-0: 15:59:34 DEBUG unit.abot-epc-basic/0.install Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libvpx3 amd64 1.5.0-2ubuntu1 [732 kB] unit-abot-epc-basic-0: 15:59:34 DEBUG unit.abot-epc-basic/0.install Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxpm4 amd64 1:3.5.11-1ubuntu0.16.04.1 [33.8 kB] unit-abot-epc-basic-0: 15:59:34 DEBUG unit.abot-epc-basic/0.install Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgd3 amd64 2.1.1-4ubuntu0.16.04.10 [126 kB] unit-abot-epc-basic-0: 15:59:34 DEBUG unit.abot-epc-basic/0.install Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-port12 amd64 2.5.9-3 [48.0 kB] unit-mysql-0: 15:59:34 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-5.5. unit-mysql-0: 15:59:34 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 15:59:34 DEBUG unit.abot-epc-basic/0.install Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-6 amd64 2.5.9-3 [787 kB] unit-abot-epc-basic-0: 15:59:35 DEBUG unit.abot-epc-basic/0.install Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsane amd64 1.0.25+git20150528-1ubuntu2.16.04.1 [2,012 kB] unit-abot-epc-basic-0: 15:59:35 DEBUG unit.abot-epc-basic/0.install Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 colord-data all 1.2.12-1ubuntu1 [111 kB] unit-abot-epc-basic-0: 15:59:35 DEBUG unit.abot-epc-basic/0.install Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 colord amd64 1.2.12-1ubuntu1 [178 kB] unit-abot-epc-basic-0: 15:59:35 DEBUG unit.abot-epc-basic/0.install Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gettext amd64 0.19.7-2ubuntu3 [1,076 kB] unit-mysql-0: 15:59:35 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 15:59:35 DEBUG unit.abot-epc-basic/0.install Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] unit-abot-epc-basic-0: 15:59:35 DEBUG unit.abot-epc-basic/0.install Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 po-debconf all 1.0.19 [234 kB] unit-abot-epc-basic-0: 15:59:36 DEBUG unit.abot-epc-basic/0.install Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive-zip-perl all 1.56-2ubuntu0.1 [84.7 kB] unit-abot-epc-basic-0: 15:59:36 DEBUG unit.abot-epc-basic/0.install Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-stripnondeterminism-perl all 0.015-1 [10.3 kB] unit-mysql-0: 15:59:36 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libhtml-template-perl. unit-mysql-0: 15:59:36 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-abot-epc-basic-0: 15:59:36 DEBUG unit.abot-epc-basic/0.install Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] unit-mysql-0: 15:59:36 DEBUG unit.mysql/0.config-changed Unpacking libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 15:59:36 DEBUG unit.abot-epc-basic/0.install Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dh-strip-nondeterminism all 0.015-1 [4,864 B] unit-abot-epc-basic-0: 15:59:36 DEBUG unit.abot-epc-basic/0.install Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 debhelper all 9.20160115ubuntu3 [739 kB] unit-abot-epc-basic-0: 15:59:36 DEBUG unit.abot-epc-basic/0.install Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 default-jre-headless amd64 2:1.8-56ubuntu2 [4,380 B] unit-abot-epc-basic-0: 15:59:36 DEBUG unit.abot-epc-basic/0.install Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libllvm3.6v5 amd64 1:3.6.2-3ubuntu2 [8,075 kB] unit-mysql-0: 15:59:37 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server. unit-mysql-0: 15:59:37 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 15:59:37 DEBUG unit.mysql/0.config-changed Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 15:59:37 DEBUG unit.mysql/0.config-changed Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:59:37 DEBUG unit.abot-epc-basic/0.install Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libobjc4 amd64 5.4.0-6ubuntu1~16.04.10 [111 kB] unit-abot-epc-basic-0: 15:59:37 DEBUG unit.abot-epc-basic/0.install Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libobjc-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [380 kB] unit-abot-epc-basic-0: 15:59:37 DEBUG unit.abot-epc-basic/0.install Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libclang1-3.6 amd64 1:3.6.2-3ubuntu2 [3,696 kB] unit-abot-epc-basic-0: 15:59:37 DEBUG unit.abot-epc-basic/0.install Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 doxygen amd64 1.8.11-1 [3,679 kB] unit-abot-epc-basic-0: 15:59:38 DEBUG unit.abot-epc-basic/0.install Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5xml5 amd64 5.5.1+dfsg-16ubuntu7.5 [91.8 kB] unit-abot-epc-basic-0: 15:59:38 DEBUG unit.abot-epc-basic/0.install Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 doxygen-gui amd64 1.8.11-1 [284 kB] unit-abot-epc-basic-0: 15:59:38 DEBUG unit.abot-epc-basic/0.install Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-liberation all 1.07.4-1 [829 kB] unit-oai-epc-0: 15:59:38 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 15:59:38 DEBUG unit.abot-epc-basic/0.install Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 tex-common all 6.04ubuntu1 [545 kB] unit-oai-epc-0: 15:59:38 DEBUG unit.oai-epc/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-epc-0: 15:59:38 DEBUG unit.oai-epc/0.install Running depmod. unit-mysql-0: 15:59:38 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 15:59:38 DEBUG unit.abot-epc-basic/0.install Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lmodern all 2.004.5-1 [4,553 kB] unit-mysql-0: 15:59:38 DEBUG unit.mysql/0.config-changed Setting up libdbi-perl (1.630-1) ... unit-mysql-0: 15:59:38 DEBUG unit.mysql/0.config-changed Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-mysql-0: 15:59:38 DEBUG unit.mysql/0.config-changed Setting up libterm-readkey-perl (2.31-1) ... unit-mysql-0: 15:59:38 DEBUG unit.mysql/0.config-changed Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 15:59:38 DEBUG unit.mysql/0.config-changed Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 15:59:38 DEBUG unit.mysql/0.config-changed Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 15:59:38 DEBUG unit.mysql/0.config-changed Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 15:59:39 DEBUG unit.abot-epc-basic/0.install Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gccxml amd64 0.9.0+git20140716-6 [3,380 kB] unit-oai-epc-0: 15:59:39 DEBUG unit.oai-epc/0.install update-initramfs: deferring update (hook will be called later) unit-oai-epc-0: 15:59:39 DEBUG unit.oai-epc/0.install Examining /etc/kernel/postinst.d. unit-oai-epc-0: 15:59:39 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 15:59:39 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 15:59:39 DEBUG unit.oai-epc/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 15:59:39 DEBUG unit.abot-epc-basic/0.install Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf2-common all 3.2.6-3ubuntu6 [21.0 kB] unit-abot-epc-basic-0: 15:59:39 DEBUG unit.abot-epc-basic/0.install Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgconf-2-4 amd64 3.2.6-3ubuntu6 [84.6 kB] unit-abot-epc-basic-0: 15:59:39 DEBUG unit.abot-epc-basic/0.install Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf-service-backend amd64 3.2.6-3ubuntu6 [57.5 kB] unit-abot-epc-basic-0: 15:59:39 DEBUG unit.abot-epc-basic/0.install Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf-service amd64 3.2.6-3ubuntu6 [2,046 B] unit-abot-epc-basic-0: 15:59:40 DEBUG unit.abot-epc-basic/0.install Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace1 amd64 1.3.2-1 [34.7 kB] unit-abot-epc-basic-0: 15:59:40 DEBUG unit.abot-epc-basic/0.install Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace-ctf1 amd64 1.3.2-1 [88.3 kB] unit-abot-epc-basic-0: 15:59:40 DEBUG unit.abot-epc-basic/0.install Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gdb amd64 7.11.1-0ubuntu1~16.5 [2,526 kB] unit-abot-epc-basic-0: 15:59:40 DEBUG unit.abot-epc-basic/0.install Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gdbserver amd64 7.11.1-0ubuntu1~16.5 [172 kB] unit-abot-epc-basic-0: 15:59:40 DEBUG unit.abot-epc-basic/0.install Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [291 kB] unit-abot-epc-basic-0: 15:59:41 DEBUG unit.abot-epc-basic/0.install Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gfortran-5 amd64 5.4.0-6ubuntu1~16.04.10 [8,043 kB] unit-mysql-0: 15:59:41 DEBUG unit.mysql/0.config-changed 180827 15:59:41 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead. unit-mysql-0: 15:59:41 DEBUG unit.mysql/0.config-changed 180827 15:59:41 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-mysql-0: 15:59:41 DEBUG unit.mysql/0.config-changed 180827 15:59:41 [Note] /usr/sbin/mysqld (mysqld 5.5.61-0ubuntu0.14.04.1) starting as process 16681 ... unit-abot-epc-basic-0: 15:59:41 DEBUG unit.abot-epc-basic/0.install Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gfortran amd64 4:5.3.1-1ubuntu1 [1,288 B] unit-abot-epc-basic-0: 15:59:41 DEBUG unit.abot-epc-basic/0.install Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcupsfilters1 amd64 1.8.3-2ubuntu3.4 [80.5 kB] unit-abot-epc-basic-0: 15:59:41 DEBUG unit.abot-epc-basic/0.install Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcupsimage2 amd64 2.1.3-4ubuntu0.5 [16.1 kB] unit-abot-epc-basic-0: 15:59:42 DEBUG unit.abot-epc-basic/0.install Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libijs-0.35 amd64 0.35-12 [15.5 kB] unit-abot-epc-basic-0: 15:59:42 DEBUG unit.abot-epc-basic/0.install Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjbig2dec0 amd64 0.12+20150918-1ubuntu0.1 [55.3 kB] unit-abot-epc-basic-0: 15:59:42 DEBUG unit.abot-epc-basic/0.install Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpaper1 amd64 1.1.24+nmu4ubuntu1 [13.7 kB] unit-abot-epc-basic-0: 15:59:42 DEBUG unit.abot-epc-basic/0.install Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9-common all 9.18~dfsg~0-0ubuntu2.8 [2,979 kB] unit-abot-epc-basic-0: 15:59:42 DEBUG unit.abot-epc-basic/0.install Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9 amd64 9.18~dfsg~0-0ubuntu2.8 [2,057 kB] unit-abot-epc-basic-0: 15:59:42 DEBUG unit.abot-epc-basic/0.install Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1 [3,374 kB] unit-abot-epc-basic-0: 15:59:43 DEBUG unit.abot-epc-basic/0.install Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ghostscript amd64 9.18~dfsg~0-0ubuntu2.8 [40.9 kB] unit-abot-epc-basic-0: 15:59:43 DEBUG unit.abot-epc-basic/0.install Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-atk-1.0 amd64 2.18.0-1 [17.6 kB] unit-abot-epc-basic-0: 15:59:43 DEBUG unit.abot-epc-basic/0.install Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-atspi-2.0 amd64 2.18.3-4ubuntu1 [14.1 kB] unit-abot-epc-basic-0: 15:59:43 DEBUG unit.abot-epc-basic/0.install Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-freedesktop amd64 1.46.0-3ubuntu1 [5,742 B] unit-abot-epc-basic-0: 15:59:43 DEBUG unit.abot-epc-basic/0.install Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gir1.2-gdkpixbuf-2.0 amd64 2.32.2-1ubuntu1.5 [8,092 B] unit-abot-epc-basic-0: 15:59:43 DEBUG unit.abot-epc-basic/0.install Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangoxft-1.0-0 amd64 1.38.1-1 [15.1 kB] unit-abot-epc-basic-0: 15:59:44 DEBUG unit.abot-epc-basic/0.install Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-pango-1.0 amd64 1.38.1-1 [21.0 kB] unit-abot-epc-basic-0: 15:59:44 DEBUG unit.abot-epc-basic/0.install Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gir1.2-gtk-3.0 amd64 3.18.9-1ubuntu3.3 [188 kB] unit-abot-epc-basic-0: 15:59:44 DEBUG unit.abot-epc-basic/0.install Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 aglfn all 1.7-3 [29.4 kB] unit-abot-epc-basic-0: 15:59:44 DEBUG unit.abot-epc-basic/0.install Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gnuplot-tex all 4.6.6-3 [10.1 kB] unit-abot-epc-basic-0: 15:59:44 DEBUG unit.abot-epc-basic/0.install Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gnuplot-data all 4.6.6-3 [53.2 kB] unit-abot-epc-basic-0: 15:59:44 DEBUG unit.abot-epc-basic/0.install Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gnuplot-x11 amd64 4.6.6-3 [794 kB] unit-abot-epc-basic-0: 15:59:45 DEBUG unit.abot-epc-basic/0.install Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcdt5 amd64 2.38.0-12ubuntu2.1 [23.4 kB] unit-abot-epc-basic-0: 15:59:45 DEBUG unit.abot-epc-basic/0.install Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcgraph6 amd64 2.38.0-12ubuntu2.1 [43.6 kB] unit-abot-epc-basic-0: 15:59:45 DEBUG unit.abot-epc-basic/0.install Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpathplan4 amd64 2.38.0-12ubuntu2.1 [26.6 kB] unit-abot-epc-basic-0: 15:59:45 DEBUG unit.abot-epc-basic/0.install Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgvc6 amd64 2.38.0-12ubuntu2.1 [591 kB] unit-abot-epc-basic-0: 15:59:45 DEBUG unit.abot-epc-basic/0.install Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgvpr2 amd64 2.38.0-12ubuntu2.1 [170 kB] unit-abot-epc-basic-0: 15:59:45 DEBUG unit.abot-epc-basic/0.install Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] unit-abot-epc-basic-0: 15:59:45 DEBUG unit.abot-epc-basic/0.install Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] unit-abot-epc-basic-0: 15:59:46 DEBUG unit.abot-epc-basic/0.install Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 graphviz amd64 2.38.0-12ubuntu2.1 [680 kB] unit-abot-epc-basic-0: 15:59:46 DEBUG unit.abot-epc-basic/0.install Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjudydebian1 amd64 1.0.5-5 [94.6 kB] unit-abot-epc-basic-0: 15:59:46 DEBUG unit.abot-epc-basic/0.install Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtcl8.6 amd64 8.6.5+dfsg-2 [875 kB] unit-abot-epc-basic-0: 15:59:46 DEBUG unit.abot-epc-basic/0.install Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtk8.6 amd64 8.6.5-1 [693 kB] unit-oai-epc-0: 15:59:46 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 15:59:46 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 15:59:46 DEBUG unit.oai-epc/0.install Searching for GRUB installation directory ... found: /boot/grub unit-abot-epc-basic-0: 15:59:46 DEBUG unit.abot-epc-basic/0.install Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gtkwave amd64 3.3.66-1 [2,324 kB] unit-oai-epc-0: 15:59:46 DEBUG unit.oai-epc/0.install Searching for default file ... found: /boot/grub/default unit-oai-epc-0: 15:59:46 DEBUG unit.oai-epc/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-epc-0: 15:59:46 DEBUG unit.oai-epc/0.install Searching for splash image ... none found, skipping ... unit-abot-epc-basic-0: 15:59:46 DEBUG unit.abot-epc-basic/0.install Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgc1c2 amd64 1:7.4.2-7.3ubuntu0.1 [82.1 kB] unit-oai-epc-0: 15:59:47 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 15:59:47 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-157-generic unit-abot-epc-basic-0: 15:59:47 DEBUG unit.abot-epc-basic/0.install Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0-libs amd64 2.0.11+1-10ubuntu0.1 [2,237 kB] unit-oai-epc-0: 15:59:47 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-156-generic unit-oai-epc-0: 15:59:47 DEBUG unit.oai-epc/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-epc-0: 15:59:47 DEBUG unit.oai-epc/0.install Updating /boot/grub/menu.lst ... done unit-oai-epc-0: 15:59:47 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:59:47 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 15:59:47 DEBUG unit.oai-epc/0.install Generating grub configuration file ... unit-abot-epc-basic-0: 15:59:47 DEBUG unit.abot-epc-basic/0.install Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0 amd64 2.0.11+1-10ubuntu0.1 [8,690 B] unit-oai-epc-0: 15:59:47 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 15:59:47 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 15:59:47 DEBUG unit.abot-epc-basic/0.install Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtinfo-dev amd64 6.0+20160213-1ubuntu1 [77.4 kB] unit-oai-epc-0: 15:59:47 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-157-generic unit-oai-epc-0: 15:59:47 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-157-generic unit-oai-epc-0: 15:59:47 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-156-generic unit-oai-epc-0: 15:59:47 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-156-generic unit-oai-epc-0: 15:59:47 DEBUG unit.oai-epc/0.install done unit-oai-epc-0: 15:59:47 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 15:59:47 DEBUG unit.abot-epc-basic/0.install Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libncurses5-dev amd64 6.0+20160213-1ubuntu1 [175 kB] unit-oai-epc-0: 15:59:47 DEBUG unit.oai-epc/0.install + echo reboot unit-oai-epc-0: 15:59:47 DEBUG unit.oai-epc/0.install + juju-reboot --now unit-oai-epc-0: 15:59:47 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-epc-0: 15:59:47 INFO juju.worker.uniter.context trying to kill context process 8315 unit-oai-epc-0: 15:59:47 INFO juju.worker.uniter.context waiting for context process 8315 to die unit-abot-epc-basic-0: 15:59:47 DEBUG unit.abot-epc-basic/0.install Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libreadline6-dev amd64 6.3-8ubuntu2 [124 kB] unit-oai-epc-0: 15:59:47 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-epc-0: 15:59:47 INFO juju.worker.uniter.context assuming already killed unit-oai-epc-0: 15:59:47 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-oai-epc-0: 15:59:47 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 15:59:47 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 15:59:47 INFO juju.worker.uniter unit "oai-epc/0" shutting down: machine needs to reboot unit-oai-epc-0: 15:59:47 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-epc-0: 15:59:47 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-epc-0: 15:59:47 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine needs to reboot machine-2: 15:59:47 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-2: 15:59:47 DEBUG juju.worker.reboot acquiring mutex "machine-lock" for reboot machine-2: 15:59:47 DEBUG juju.worker.reboot mutex "machine-lock" acquired, won't release machine-2: 15:59:47 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot machine-2: 15:59:47 DEBUG juju.worker killing runner 0xc420220b60 unit-abot-epc-basic-0: 15:59:47 DEBUG unit.abot-epc-basic/0.install Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libltdl-dev amd64 2.4.6-0.1 [162 kB] unit-abot-epc-basic-0: 15:59:48 DEBUG unit.abot-epc-basic/0.install Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgmpxx4ldbl amd64 2:6.1.0+dfsg-2 [8,948 B] unit-abot-epc-basic-0: 15:59:48 DEBUG unit.abot-epc-basic/0.install Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgmp-dev amd64 2:6.1.0+dfsg-2 [314 kB] unit-abot-epc-basic-0: 15:59:48 DEBUG unit.abot-epc-basic/0.install Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgc-dev amd64 1:7.4.2-7.3ubuntu0.1 [223 kB] unit-abot-epc-basic-0: 15:59:48 DEBUG unit.abot-epc-basic/0.install Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 pkg-config amd64 0.29.1-0ubuntu1 [45.0 kB] unit-abot-epc-basic-0: 15:59:48 DEBUG unit.abot-epc-basic/0.install Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0-dev amd64 2.0.11+1-10ubuntu0.1 [701 kB] unit-abot-epc-basic-0: 15:59:48 DEBUG unit.abot-epc-basic/0.install Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 hdf5-helpers amd64 1.8.16+docs-4ubuntu1 [12.5 kB] unit-abot-epc-basic-0: 15:59:49 DEBUG unit.abot-epc-basic/0.install Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 icu-devtools amd64 55.1-7ubuntu0.4 [166 kB] unit-abot-epc-basic-0: 15:59:49 DEBUG unit.abot-epc-basic/0.install Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 iperf amd64 2.0.5+dfsg1-2ubuntu0.1 [50.5 kB] unit-abot-epc-basic-0: 15:59:49 DEBUG unit.abot-epc-basic/0.install Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 iproute all 1:4.3.0-1ubuntu3.16.04.3 [2,430 B] unit-abot-epc-basic-0: 15:59:49 DEBUG unit.abot-epc-basic/0.install Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 iptables-dev amd64 1.6.0-2ubuntu3 [55.5 kB] unit-abot-epc-basic-0: 15:59:50 DEBUG unit.abot-epc-basic/0.install Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 javascript-common all 11 [6,066 B] unit-abot-epc-basic-0: 15:59:50 DEBUG unit.abot-epc-basic/0.install Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaec0 amd64 0.3.2-1 [18.0 kB] unit-abot-epc-basic-0: 15:59:50 DEBUG unit.abot-epc-basic/0.install Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsuitesparseconfig4.4.6 amd64 1:4.4.6-1 [9,322 B] unit-abot-epc-basic-0: 15:59:50 DEBUG unit.abot-epc-basic/0.install Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libamd2.4.1 amd64 1:4.4.6-1 [21.3 kB] unit-abot-epc-basic-0: 15:59:50 DEBUG unit.abot-epc-basic/0.install Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libarpack2 amd64 3.3.0-1build2 [88.2 kB] unit-abot-epc-basic-0: 15:59:51 DEBUG unit.abot-epc-basic/0.install Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasprintf-dev amd64 0.19.7-2ubuntu3 [4,734 B] unit-abot-epc-basic-0: 15:59:51 DEBUG unit.abot-epc-basic/0.install Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-bin amd64 2.48.2-0ubuntu4 [39.4 kB] unit-abot-epc-basic-0: 15:59:51 DEBUG unit.abot-epc-basic/0.install Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre32-3 amd64 2:8.38-3.1 [136 kB] unit-abot-epc-basic-0: 15:59:51 DEBUG unit.abot-epc-basic/0.install Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre3-dev amd64 2:8.38-3.1 [525 kB] unit-abot-epc-basic-0: 15:59:51 DEBUG unit.abot-epc-basic/0.install Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-2ubuntu4.1 [168 kB] unit-abot-epc-basic-0: 15:59:52 DEBUG unit.abot-epc-basic/0.install Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-dev amd64 2.48.2-0ubuntu4 [1,375 kB] unit-mysql-0: 15:59:52 DEBUG unit.mysql/0.config-changed mysql start/running, process 16814 unit-abot-epc-basic-0: 15:59:52 DEBUG unit.abot-epc-basic/0.install Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdbus-1-dev amd64 1.10.6-1ubuntu3.3 [161 kB] unit-abot-epc-basic-0: 15:59:52 DEBUG unit.abot-epc-basic/0.install Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xext-dev all 7.3.0-1 [212 kB] unit-abot-epc-basic-0: 15:59:52 DEBUG unit.abot-epc-basic/0.install Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxext-dev amd64 2:1.3.3-1 [82.1 kB] unit-mysql-0: 15:59:52 DEBUG unit.mysql/0.config-changed Setting up libhtml-template-perl (2.95-1) ... unit-mysql-0: 15:59:52 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 15:59:52 DEBUG unit.abot-epc-basic/0.install Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-fixes-dev all 1:5.0-2ubuntu2 [14.2 kB] unit-mysql-0: 15:59:52 DEBUG unit.mysql/0.config-changed Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 15:59:53 DEBUG unit.abot-epc-basic/0.install Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes-dev amd64 1:5.0.1-2 [10.9 kB] unit-abot-epc-basic-0: 15:59:53 DEBUG unit.abot-epc-basic/0.install Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxi-dev amd64 2:1.7.6-1 [184 kB] unit-abot-epc-basic-0: 15:59:53 DEBUG unit.abot-epc-basic/0.install Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-record-dev all 1.14.2-1 [33.6 kB] unit-abot-epc-basic-0: 15:59:53 DEBUG unit.abot-epc-basic/0.install Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxtst-dev amd64 2:1.2.2-1 [17.0 kB] unit-abot-epc-basic-0: 15:59:53 DEBUG unit.abot-epc-basic/0.install Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatspi2.0-dev amd64 2.18.3-4ubuntu1 [59.2 kB] unit-abot-epc-basic-0: 15:59:53 DEBUG unit.abot-epc-basic/0.install Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk-bridge2.0-dev amd64 2.18.1-2ubuntu1 [2,824 B] unit-abot-epc-basic-0: 15:59:53 DEBUG unit.abot-epc-basic/0.install Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-dev amd64 2.18.0-1 [79.5 kB] unit-mysql-0: 15:59:53 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 15:59:53 INFO unit.mysql/0.juju-log dataset size in bytes: 1677721600 unit-abot-epc-basic-0: 15:59:54 DEBUG unit.abot-epc-basic/0.install Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-dev amd64 3.6.0-2ubuntu2 [153 kB] unit-abot-epc-basic-0: 15:59:54 DEBUG unit.abot-epc-basic/0.install Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas-dev amd64 3.10.2-9 [22.1 kB] unit-abot-epc-basic-0: 15:59:54 DEBUG unit.abot-epc-basic/0.install Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas-base-dev amd64 3.10.2-9 [3,596 kB] unit-abot-epc-basic-0: 15:59:54 DEBUG unit.abot-epc-basic/0.install Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo-script-interpreter2 amd64 1.14.6-1 [54.3 kB] unit-abot-epc-basic-0: 15:59:55 DEBUG unit.abot-epc-basic/0.install Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpng12-dev amd64 1.2.54-1ubuntu1.1 [183 kB] unit-abot-epc-basic-0: 15:59:55 DEBUG unit.abot-epc-basic/0.install Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfreetype6-dev amd64 2.6.1-0.1ubuntu2.3 [956 kB] unit-abot-epc-basic-0: 15:59:55 DEBUG unit.abot-epc-basic/0.install Get:233 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfontconfig1-dev amd64 2.11.94-0ubuntu1.1 [658 kB] unit-abot-epc-basic-0: 15:59:55 DEBUG unit.abot-epc-basic/0.install Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-render-dev all 2:0.11.1-2 [20.1 kB] unit-abot-epc-basic-0: 15:59:55 DEBUG unit.abot-epc-basic/0.install Get:235 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrender-dev amd64 1:0.9.9-0ubuntu1 [24.5 kB] unit-abot-epc-basic-0: 15:59:55 DEBUG unit.abot-epc-basic/0.install Get:236 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpixman-1-dev amd64 0.33.6-1 [248 kB] unit-abot-epc-basic-0: 15:59:55 DEBUG unit.abot-epc-basic/0.install Get:237 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render0-dev amd64 1.11.1-1ubuntu1 [15.3 kB] unit-abot-epc-basic-0: 15:59:56 DEBUG unit.abot-epc-basic/0.install Get:238 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shm0-dev amd64 1.11.1-1ubuntu1 [6,604 B] unit-abot-epc-basic-0: 15:59:56 DEBUG unit.abot-epc-basic/0.install Get:239 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo2-dev amd64 1.14.6-1 [590 kB] unit-abot-epc-basic-0: 15:59:56 DEBUG unit.abot-epc-basic/0.install Get:240 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcamd2.4.1 amd64 1:4.4.6-1 [20.0 kB] unit-abot-epc-basic-0: 15:59:56 DEBUG unit.abot-epc-basic/0.install Get:241 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libccolamd2.9.1 amd64 1:4.4.6-1 [21.5 kB] unit-abot-epc-basic-0: 15:59:56 DEBUG unit.abot-epc-basic/0.install Get:242 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolamd2.9.1 amd64 1:4.4.6-1 [15.7 kB] unit-abot-epc-basic-0: 15:59:56 DEBUG unit.abot-epc-basic/0.install Get:243 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcholmod3.0.6 amd64 1:4.4.6-1 [293 kB] unit-mysql-0: 15:59:56 DEBUG unit.mysql/0.config-changed mysql stop/waiting unit-abot-epc-basic-0: 15:59:56 DEBUG unit.abot-epc-basic/0.install Get:244 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig9 amd64 1.5-0.2 [21.9 kB] unit-abot-epc-basic-0: 15:59:56 DEBUG unit.abot-epc-basic/0.install Get:245 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig-dev amd64 1.5-0.2 [89.1 kB] unit-abot-epc-basic-0: 15:59:57 DEBUG unit.abot-epc-basic/0.install Get:246 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig-doc all 1.5-0.2 [306 kB] unit-abot-epc-basic-0: 15:59:57 DEBUG unit.abot-epc-basic/0.install Get:247 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig8-dev amd64 1.5-0.2 [1,756 B] unit-abot-epc-basic-0: 15:59:57 DEBUG unit.abot-epc-basic/0.install Get:248 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcxsparse3.1.4 amd64 1:4.4.6-1 [62.8 kB] unit-abot-epc-basic-0: 15:59:57 DEBUG unit.abot-epc-basic/0.install Get:249 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-dev amd64 2.4.91-2~16.04.1 [232 kB] unit-abot-epc-basic-0: 15:59:57 DEBUG unit.abot-epc-basic/0.install Get:250 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-dri2-dev all 2.8-2 [12.6 kB] unit-abot-epc-basic-0: 15:59:57 DEBUG unit.abot-epc-basic/0.install Get:251 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-gl-dev all 1.4.17-1 [17.9 kB] unit-abot-epc-basic-0: 15:59:57 DEBUG unit.abot-epc-basic/0.install Get:252 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xf86vidmode-dev all 2.3.1-2 [6,116 B] unit-abot-epc-basic-0: 15:59:58 DEBUG unit.abot-epc-basic/0.install Get:253 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86vm-dev amd64 1:1.1.4-1 [13.3 kB] unit-abot-epc-basic-0: 15:59:58 DEBUG unit.abot-epc-basic/0.install Get:254 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-damage-dev all 1:1.2.1-2 [8,286 B] unit-abot-epc-basic-0: 15:59:58 DEBUG unit.abot-epc-basic/0.install Get:255 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage-dev amd64 1:1.1.4-2 [5,028 B] unit-abot-epc-basic-0: 15:59:58 DEBUG unit.abot-epc-basic/0.install Get:256 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-glx0-dev amd64 1.11.1-1ubuntu1 [26.9 kB] unit-mysql-0: 15:59:58 DEBUG unit.mysql/0.config-changed mysql start/running, process 16934 unit-abot-epc-basic-0: 15:59:58 DEBUG unit.abot-epc-basic/0.install Get:257 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri2-0-dev amd64 1.11.1-1ubuntu1 [8,384 B] unit-mysql-0: 15:59:58 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 15:59:58 INFO juju.worker.uniter.operation ran "config-changed" hook unit-mysql-0: 15:59:58 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-mysql-0: 15:59:58 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 15:59:58 INFO juju.worker.uniter found queued "start" hook unit-mysql-0: 15:59:58 DEBUG juju.worker.uniter.operation running operation run start hook unit-mysql-0: 15:59:58 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 15:59:58 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 15:59:58 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-mysql-0: 15:59:58 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-mysql-0: 15:59:58 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 15:59:58 DEBUG unit.abot-epc-basic/0.install Get:258 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri3-dev amd64 1.11.1-1ubuntu1 [5,752 B] unit-abot-epc-basic-0: 15:59:59 DEBUG unit.abot-epc-basic/0.install Get:259 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-randr0-dev amd64 1.11.1-1ubuntu1 [18.2 kB] unit-abot-epc-basic-0: 15:59:59 DEBUG unit.abot-epc-basic/0.install Get:260 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shape0-dev amd64 1.11.1-1ubuntu1 [6,900 B] unit-abot-epc-basic-0: 15:59:59 DEBUG unit.abot-epc-basic/0.install Get:261 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0-dev amd64 1.11.1-1ubuntu1 [11.2 kB] unit-abot-epc-basic-0: 15:59:59 DEBUG unit.abot-epc-basic/0.install Get:262 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-sync-dev amd64 1.11.1-1ubuntu1 [10.1 kB] unit-abot-epc-basic-0: 15:59:59 DEBUG unit.abot-epc-basic/0.install Get:263 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-present-dev amd64 1.11.1-1ubuntu1 [6,618 B] unit-abot-epc-basic-0: 15:59:59 DEBUG unit.abot-epc-basic/0.install Get:264 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence-dev amd64 1.2-1 [3,676 B] unit-abot-epc-basic-0: 15:59:59 DEBUG unit.abot-epc-basic/0.install Get:265 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-xcb-dev amd64 2:1.6.3-1ubuntu2 [9,730 B] unit-abot-epc-basic-0: 16:00:00 DEBUG unit.abot-epc-basic/0.install Get:266 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-bin amd64 1.12.0-1~ubuntu16.04.3 [18.4 kB] unit-abot-epc-basic-0: 16:00:00 DEBUG unit.abot-epc-basic/0.install Get:267 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-dev amd64 1.12.0-1~ubuntu16.04.3 [92.4 kB] unit-abot-epc-basic-0: 16:00:00 DEBUG unit.abot-epc-basic/0.install Get:268 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircore-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [23.7 kB] unit-abot-epc-basic-0: 16:00:00 DEBUG unit.abot-epc-basic/0.install Get:269 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf9v5 amd64 2.6.1-1.3 [326 kB] unit-abot-epc-basic-0: 16:00:00 DEBUG unit.abot-epc-basic/0.install Get:270 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf-dev amd64 2.6.1-1.3 [473 kB] unit-abot-epc-basic-0: 16:00:00 DEBUG unit.abot-epc-basic/0.install Get:271 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon-dev amd64 0.5.0-1ubuntu2 [231 kB] unit-abot-epc-basic-0: 16:00:00 DEBUG unit.abot-epc-basic/0.install Get:272 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircommon-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [14.9 kB] unit-abot-epc-basic-0: 16:00:01 DEBUG unit.abot-epc-basic/0.install Get:273 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircookie2 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [22.5 kB] unit-abot-epc-basic-0: 16:00:01 DEBUG unit.abot-epc-basic/0.install Get:274 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircookie-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [5,152 B] unit-abot-epc-basic-0: 16:00:01 DEBUG unit.abot-epc-basic/0.install Get:275 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirclient-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [42.6 kB] unit-abot-epc-basic-0: 16:00:01 DEBUG unit.abot-epc-basic/0.install Get:276 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa-dev amd64 18.0.5-0ubuntu0~16.04.1 [19.9 kB] unit-abot-epc-basic-0: 16:00:01 DEBUG unit.abot-epc-basic/0.install Get:277 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] unit-abot-epc-basic-0: 16:00:02 DEBUG unit.abot-epc-basic/0.install Get:278 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libepoxy-dev amd64 1.3.1-1ubuntu0.16.04.2 [113 kB] unit-mysql-0: 16:00:02 DEBUG unit.mysql/0.start mysql stop/waiting unit-abot-epc-basic-0: 16:00:02 DEBUG unit.abot-epc-basic/0.install Get:279 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-bin amd64 3.3.4-2ubuntu1 [31.7 kB] unit-abot-epc-basic-0: 16:00:02 DEBUG unit.abot-epc-basic/0.install Get:280 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-dev amd64 3.3.4-2ubuntu1 [2,104 kB] unit-mysql-0: 16:00:04 DEBUG unit.mysql/0.start mysql start/running, process 17046 unit-mysql-0: 16:00:04 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-mysql-0: 16:00:04 INFO juju.worker.uniter.operation ran "start" hook unit-mysql-0: 16:00:04 DEBUG juju.worker.uniter.operation unit mysql/0 has started but has not yet set status unit-mysql-0: 16:00:04 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-mysql-0: 16:00:04 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:00:04 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:00:04 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-mysql-0: 16:00:04 INFO juju.worker.uniter.relation joining relation "mysql:cluster" unit-abot-epc-basic-0: 16:00:04 DEBUG unit.abot-epc-basic/0.install Get:281 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libipc-system-simple-perl all 1.25-3 [22.8 kB] unit-mysql-0: 16:00:04 INFO juju.worker.uniter.relation joined relation "mysql:cluster" unit-mysql-0: 16:00:04 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-abot-epc-basic-0: 16:00:05 DEBUG unit.abot-epc-basic/0.install Get:282 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB] unit-abot-epc-basic-0: 16:00:05 DEBUG unit.abot-epc-basic/0.install Get:283 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liburi-perl all 1.71-1 [76.9 kB] unit-mysql-0: 16:00:05 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-mysql-0: 16:00:05 DEBUG juju.worker.uniter [AGENT-STATUS] idle: machine-3: 16:00:05 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-3: 16:00:05 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 16:00:05 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 16:00:05 DEBUG unit.abot-epc-basic/0.install Get:284 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-desktopentry-perl all 0.22-1 [18.2 kB] machine-3: 16:00:05 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 16:00:05 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-3: 16:00:05 DEBUG juju.worker start "engine" machine-3: 16:00:05 INFO juju.worker start "engine" machine-3: 16:00:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 16:00:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 16:00:05 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 16:00:05 DEBUG juju.worker "engine" started machine-3: 16:00:05 DEBUG juju.worker.introspection stats worker now serving machine-3: 16:00:05 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 16:00:05 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 16:00:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 16:00:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 16:00:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 16:00:05 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-3: 16:00:05 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 16:00:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 16:00:05 DEBUG juju.worker.apicaller connecting with old password machine-3: 16:00:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-3: 16:00:05 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-3: 16:00:05 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-3: 16:00:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 16:00:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 16:00:05 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 16:00:06 DEBUG unit.abot-epc-basic/0.install Get:285 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] machine-3: 16:00:06 DEBUG juju.worker.apicaller connected machine-3: 16:00:06 DEBUG juju.worker.apicaller changing password... machine-3: 16:00:06 DEBUG juju.worker.apicaller password changed machine-3: 16:00:06 DEBUG juju.api RPC connection died machine-3: 16:00:06 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 16:00:06 DEBUG unit.abot-epc-basic/0.install Get:286 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-listing-perl all 6.04-1 [9,774 B] machine-3: 16:00:06 DEBUG juju.worker.apicaller connecting with current password machine-3: 16:00:06 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-3: 16:00:06 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-3: 16:00:06 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-abot-epc-basic-0: 16:00:06 DEBUG unit.abot-epc-basic/0.install Get:287 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-mimeinfo-perl all 0.27-1 [45.9 kB] unit-abot-epc-basic-0: 16:00:06 DEBUG unit.abot-epc-basic/0.install Get:288 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libfltk1.3 amd64 1.3.3-7 [501 kB] machine-3: 16:00:07 DEBUG juju.worker.apicaller connected machine-3: 16:00:07 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 16:00:07 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 16:00:07 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 16:00:07 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 16:00:07 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-3: 16:00:07 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 16:00:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 16:00:07 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 16:00:07 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 16:00:07 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 16:00:07 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-3: 16:00:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-3: 16:00:07 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 16:00:07 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 16:00:07 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 16:00:07 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 16:00:07 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:00:07 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 16:00:07 INFO juju.worker.upgrader unblocking abort check machine-3: 16:00:07 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 16:00:07 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 16:00:07 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 16:00:07 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 16:00:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 16:00:07 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 16:00:07 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 16:00:07 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 16:00:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 16:00:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 16:00:07 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 16:00:07 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 16:00:07 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 16:00:07 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 16:00:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 16:00:07 DEBUG juju.worker.logger logger setup machine-3: 16:00:07 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 16:00:07 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 16:00:07 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 16:00:07 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-3: 16:00:07 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 16:00:07 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.204,192.168.121.6,::1,localhost", AutoNoProxy:""} machine-3: 16:00:07 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 16:00:07 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-3: 16:00:07 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 16:00:07 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:00:07 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:00:07 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:00:07 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 16:00:07 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 16:00:07 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 16:00:07 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 16:00:07 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 16:00:07 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:00:07 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:00:07 DEBUG juju.network including address public:172.30.9.204 for machine machine-3: 16:00:07 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-3: 16:00:07 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 16:00:07 DEBUG juju.network including address local-machine:::1 for machine machine-3: 16:00:07 DEBUG juju.network addresses after filtering: [public:172.30.9.204 local-cloud:192.168.121.6 local-machine:127.0.0.1 local-machine:::1] machine-3: 16:00:07 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.204:17070 192.168.121.6:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 16:00:07 DEBUG juju.agent API server address details [["172.30.9.204:17070" "192.168.121.6:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "172.30.9.204:17070"] machine-3: 16:00:07 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 16:00:07 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 16:00:07 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 16:00:07 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 16:00:07 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 16:00:07 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 16:00:07 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 16:00:07 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 16:00:07 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 16:00:07 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 16:00:07 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 16:00:07 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:00:07 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:00:07 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 16:00:07 DEBUG juju.network including address local-cloud:192.168.121.13 for machine machine-3: 16:00:07 DEBUG juju.network including address local-machine:::1 for machine machine-3: 16:00:07 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.13 local-machine:::1] machine-3: 16:00:07 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.13 local-machine:::1] machine-3: 16:00:07 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-3: 16:00:07 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 16:00:07 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-abot-epc-basic-0: 16:00:07 DEBUG unit.abot-epc-basic/0.install Get:289 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libfltk-gl1.3 amd64 1.3.3-7 [39.5 kB] machine-3: 16:00:07 INFO juju.worker.deployer deploying unit "oai-hss/0" machine-3: 16:00:07 DEBUG juju.worker start "3-container-watcher" machine-3: 16:00:07 DEBUG juju.worker start "stateconverter" machine-3: 16:00:07 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 16:00:07 INFO juju.worker start "3-container-watcher" machine-3: 16:00:07 DEBUG juju.worker "3-container-watcher" started machine-3: 16:00:07 INFO juju.worker start "stateconverter" machine-3: 16:00:07 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 16:00:07 DEBUG juju.worker "stateconverter" started machine-3: 16:00:07 INFO juju.worker.machiner "machine-3" started machine-3: 16:00:07 DEBUG juju.service discovered init system "upstart" from local host machine-3: 16:00:07 DEBUG juju.worker.deployer state addresses: ["192.168.121.6:37017"] machine-3: 16:00:07 DEBUG juju.worker.deployer API addresses: ["192.168.121.6:17070" "172.30.9.204:17070"] machine-3: 16:00:07 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-hss-0 Conf:{Desc:juju unit agent for oai-hss/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-hss-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-hss/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-hss-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-hss-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-hss/0 --debug]}}} unit-oai-hss-0: 16:00:07 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-hss-0: 16:00:07 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-hss-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-hss/0", "--debug"} unit-oai-hss-0: 16:00:07 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 16:00:07 DEBUG juju.worker start "api" unit-oai-hss-0: 16:00:07 INFO juju.worker start "api" unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 16:00:07 DEBUG juju.worker "api" started unit-oai-hss-0: 16:00:07 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.apicaller connecting with old password unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 16:00:07 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-hss-0: 16:00:07 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-hss-0: 16:00:07 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 16:00:07 DEBUG unit.abot-epc-basic/0.install Get:290 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfont-afm-perl all 1.20-1 [14.3 kB] unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:07 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:00:08 DEBUG unit.abot-epc-basic/0.install Get:291 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfontenc1 amd64 1:1.1.3-1 [13.9 kB] unit-abot-epc-basic-0: 16:00:08 DEBUG unit.abot-epc-basic/0.install Get:292 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms2 amd64 1.2.3-1.2 [320 kB] machine-3: 16:00:08 DEBUG juju.worker.machiner observed network config updated for "machine-3" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:58:68:82 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.13 [] [] []} {2 fa:16:3e:58:68:82 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-hss-0: 16:00:08 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 16:00:08 DEBUG juju.worker.apicaller changing password... unit-oai-hss-0: 16:00:08 DEBUG juju.worker.apicaller password changed unit-oai-hss-0: 16:00:08 DEBUG juju.api RPC connection died unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-hss-0: 16:00:08 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 16:00:08 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-hss-0: 16:00:08 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-hss-0: 16:00:08 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-hss-0: 16:00:08 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 16:00:08 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 16:00:08 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 16:00:08 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 16:00:08 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 16:00:08 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 16:00:08 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 16:00:08 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 16:00:08 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 16:00:08 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 16:00:08 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 16:00:08 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 16:00:08 DEBUG juju.network including address public:172.30.9.204 for machine unit-oai-hss-0: 16:00:08 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-oai-hss-0: 16:00:08 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 16:00:08 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 16:00:08 DEBUG juju.network addresses after filtering: [public:172.30.9.204 local-cloud:192.168.121.6 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 16:00:08 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.204:17070 192.168.121.6:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 16:00:08 DEBUG juju.agent API server address details [["172.30.9.204:17070" "192.168.121.6:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "172.30.9.204:17070"] unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 16:00:08 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 16:00:08 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.204,192.168.121.6,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 16:00:08 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 16:00:08 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-oai-hss-0: 16:00:08 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-oai-hss-0: 16:00:08 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-oai-hss-0: 16:00:08 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 16:00:08 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 16:00:08 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 16:00:08 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 16:00:08 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-hss-0: 16:00:08 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-hss-0: 16:00:08 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 16:00:08 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 16:00:08 INFO juju.worker.uniter resuming charm install unit-oai-hss-0: 16:00:08 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-hss-13 unit-oai-hss-0: 16:00:08 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 16:00:08 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 16:00:08 INFO juju.worker.uniter.charm downloading local:trusty/oai-hss-13 from API server unit-oai-hss-0: 16:00:08 INFO juju.downloader downloading from local:trusty/oai-hss-13 unit-oai-hss-0: 16:00:08 DEBUG httpbakery client do GET https://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/charms?file=%2A&url=local%3Atrusty%2Foai-hss-13 { unit-oai-hss-0: 16:00:09 DEBUG httpbakery } -> error unit-oai-hss-0: 16:00:09 INFO juju.downloader download complete ("local:trusty/oai-hss-13") unit-oai-hss-0: 16:00:09 INFO juju.downloader download verified ("local:trusty/oai-hss-13") unit-abot-epc-basic-0: 16:00:09 DEBUG unit.abot-epc-basic/0.install Get:293 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms-bin amd64 1.2.3-1.2 [131 kB] unit-oai-hss-0: 16:00:09 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 16:00:09 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-hss-13" unit-oai-hss-0: 16:00:09 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-hss-13" unit-oai-hss-0: 16:00:09 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-hss-13" unit-oai-hss-0: 16:00:09 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 16:00:09 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 16:00:09 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 16:00:09 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 16:00:09 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 16:00:09 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 16:00:09 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 16:00:09 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 16:00:09 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 16:00:09 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 16:00:09 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 16:00:09 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 16:00:09 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 16:00:09 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:00:09 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:00:09 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 16:00:09 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 16:00:09 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 16:00:09 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 16:00:09 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 16:00:09 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 16:00:09 DEBUG unit.abot-epc-basic/0.install Get:294 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxpm-dev amd64 1:3.5.11-1ubuntu0.16.04.1 [86.7 kB] unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-abot-epc-basic-0: 16:00:09 DEBUG unit.abot-epc-basic/0.install Get:295 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms-dev amd64 1.2.3-1.2 [677 kB] unit-oai-hss-0: 16:00:09 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 [701 kB] unit-oai-hss-0: 16:00:11 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.8 [2672 kB] unit-abot-epc-basic-0: 16:00:11 DEBUG unit.abot-epc-basic/0.install Get:296 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgpg-error-dev amd64 1.21-2ubuntu1 [68.2 kB] unit-abot-epc-basic-0: 16:00:12 DEBUG unit.abot-epc-basic/0.install Get:297 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcrypt20-dev amd64 1.6.5-2ubuntu0.5 [380 kB] unit-abot-epc-basic-0: 16:00:13 DEBUG unit.abot-epc-basic/0.install Get:298 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcrypt11-dev all 1.5.4-3+really1.6.5-2ubuntu0.5 [6,954 B] unit-oai-hss-0: 16:00:13 DEBUG unit.oai-hss/0.install Fetched 3394 kB in 3s (907 kB/s) unit-abot-epc-basic-0: 16:00:13 DEBUG unit.abot-epc-basic/0.install Get:299 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-dev amd64 2.32.2-1ubuntu1.5 [44.4 kB] unit-oai-hss-0: 16:00:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package liberror-perl. unit-oai-hss-0: 16:00:13 DEBUG unit.oai-hss/0.install (Reading database ... 78141 files and directories currently installed.) unit-oai-hss-0: 16:00:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-abot-epc-basic-0: 16:00:13 DEBUG unit.abot-epc-basic/0.install Get:300 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgettextpo0 amd64 0.19.7-2ubuntu3 [125 kB] unit-oai-hss-0: 16:00:13 DEBUG unit.oai-hss/0.install Unpacking liberror-perl (0.17-1.1) ... unit-oai-hss-0: 16:00:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package git-man. unit-oai-hss-0: 16:00:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.8_all.deb ... unit-oai-hss-0: 16:00:13 DEBUG unit.oai-hss/0.install Unpacking git-man (1:1.9.1-1ubuntu0.8) ... unit-oai-hss-0: 16:00:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package git. unit-oai-hss-0: 16:00:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.8_amd64.deb ... unit-oai-hss-0: 16:00:14 DEBUG unit.oai-hss/0.install Unpacking git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 16:00:14 DEBUG unit.abot-epc-basic/0.install Get:301 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgettextpo-dev amd64 0.19.7-2ubuntu3 [141 kB] unit-abot-epc-basic-0: 16:00:15 DEBUG unit.abot-epc-basic/0.install Get:302 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgl2ps0 amd64 1.3.8-1.2 [35.5 kB] unit-oai-epc-0: 16:00:15 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-epc-0: 16:00:15 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-epc-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-epc/0", "--debug"} machine-2: 16:00:15 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-epc-0: 16:00:15 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 16:00:15 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 16:00:15 DEBUG juju.worker start "api" unit-oai-epc-0: 16:00:15 INFO juju.worker start "api" machine-2: 16:00:15 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 16:00:15 DEBUG juju.agent read agent config, format "2.0" machine-2: 16:00:15 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 16:00:15 DEBUG juju.worker "api" started unit-oai-epc-0: 16:00:15 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: machine-2: 16:00:15 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 16:00:15 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-2: 16:00:15 DEBUG juju.worker start "engine" machine-2: 16:00:15 INFO juju.worker start "engine" unit-abot-epc-basic-0: 16:00:15 DEBUG unit.abot-epc-basic/0.install Get:303 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libglpk36 amd64 4.57-1build3 [386 kB] machine-2: 16:00:15 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 16:00:15 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 16:00:15 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 16:00:15 DEBUG juju.worker "engine" started machine-2: 16:00:15 DEBUG juju.worker.introspection stats worker now serving machine-2: 16:00:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 16:00:15 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 16:00:15 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 16:00:15 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 16:00:15 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 16:00:15 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 16:00:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.apicaller connecting with current password machine-2: 16:00:15 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 16:00:15 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 16:00:15 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 16:00:15 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-2: 16:00:15 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-2: 16:00:15 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-epc-0: 16:00:15 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-epc-0: 16:00:15 INFO juju.api connection established to "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-epc-0: 16:00:15 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-hss-0: 16:00:15 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... machine-2: 16:00:15 DEBUG juju.worker.apicaller connected machine-2: 16:00:15 DEBUG juju.api RPC connection died machine-2: 16:00:15 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 16:00:15 DEBUG juju.worker.apicaller connecting with current password machine-2: 16:00:15 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-2: 16:00:15 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-2: 16:00:15 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-epc-0: 16:00:16 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 16:00:16 DEBUG juju.api RPC connection died unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 16:00:16 DEBUG unit.oai-hss/0.install Setting up liberror-perl (0.17-1.1) ... unit-oai-hss-0: 16:00:16 DEBUG unit.oai-hss/0.install Setting up git-man (1:1.9.1-1ubuntu0.8) ... unit-oai-hss-0: 16:00:16 DEBUG unit.oai-hss/0.install Setting up git (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 16:00:16 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 16:00:16 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-epc-0: 16:00:16 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-epc-0: 16:00:16 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-epc-0: 16:00:16 DEBUG juju.worker.apicaller connected machine-2: 16:00:16 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 16:00:16 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 16:00:16 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:16 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:16 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 16:00:16 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 16:00:16 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 16:00:16 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-2: 16:00:16 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 16:00:16 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 16:00:16 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 16:00:16 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 16:00:16 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 16:00:16 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 16:00:16 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-2: 16:00:16 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 16:00:16 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 16:00:16 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 16:00:16 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 16:00:16 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-2: 16:00:16 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 16:00:16 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:16 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:00:16 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:16 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:16 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:00:16 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:00:16 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:00:16 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:00:16 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 16:00:16 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 16:00:16 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 16:00:16 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 16:00:16 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:00:16 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:00:16 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 16:00:16 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 16:00:16 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership machine-2: 16:00:16 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:00:16 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:00:16 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine-2: 16:00:16 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:00:16 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available machine-2: 16:00:16 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 16:00:16 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 16:00:16 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "hook-retry-strategy" not running: dependency not available unit-oai-epc-0: 16:00:16 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 16:00:16 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.204,192.168.121.6,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 16:00:16 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 16:00:16 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 16:00:16 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 16:00:16 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 16:00:16 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 16:00:16 DEBUG juju.network including address public:172.30.9.204 for machine unit-oai-epc-0: 16:00:16 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-oai-epc-0: 16:00:16 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 16:00:16 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 16:00:16 DEBUG juju.network addresses after filtering: [public:172.30.9.204 local-cloud:192.168.121.6 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 16:00:16 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.204:17070 192.168.121.6:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 16:00:16 DEBUG juju.agent API server address details [["172.30.9.204:17070" "192.168.121.6:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "172.30.9.204:17070"] unit-oai-epc-0: 16:00:17 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 16:00:17 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 16:00:17 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 16:00:17 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-epc-0: 16:00:17 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-epc-0: 16:00:17 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 16:00:17 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 16:00:17 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 16:00:17 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 16:00:17 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 16:00:17 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 16:00:17 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 16:00:17 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 16:00:17 INFO juju.worker.upgrader unblocking abort check machine-2: 16:00:17 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 16:00:17 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-epc-0: 16:00:17 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 16:00:17 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-epc-0: 16:00:17 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 16:00:17 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 16:00:17 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 16:00:17 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 16:00:17 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 16:00:17 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-epc-0: 16:00:17 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 16:00:17 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 16:00:17 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 16:00:17 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 16:00:17 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:00:17 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:00:17 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=0 unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes virt-what machine-2: 16:00:17 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install Reading package lists... machine-2: 16:00:17 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 16:00:17 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 16:00:17 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 16:00:17 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook machine-2: 16:00:17 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 16:00:17 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 16:00:17 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 16:00:17 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 16:00:17 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 16:00:17 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 16:00:17 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 16:00:17 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 16:00:17 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 16:00:17 DEBUG juju.worker.logger logger setup machine-2: 16:00:17 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 16:00:17 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 16:00:17 DEBUG juju.worker.dependency "disk-manager" manifold worker started unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install Reading state information... machine-2: 16:00:17 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 16:00:17 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 16:00:17 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 16:00:17 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 16:00:17 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 16:00:17 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 16:00:17 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 16:00:17 DEBUG juju.service discovered init system "upstart" from series "trusty" unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common machine-2: 16:00:17 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 16:00:17 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 16:00:17 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 16:00:17 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 16:00:17 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 16:00:17 DEBUG juju.network including address local-cloud:192.168.121.14 for machine machine-2: 16:00:17 DEBUG juju.network including address local-machine:::1 for machine machine-2: 16:00:17 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-2: 16:00:17 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-2: 16:00:17 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 16:00:17 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 16:00:17 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 16:00:17 DEBUG juju.network including address public:172.30.9.204 for machine machine-2: 16:00:17 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-2: 16:00:17 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 16:00:17 DEBUG juju.network including address local-machine:::1 for machine machine-2: 16:00:17 DEBUG juju.network addresses after filtering: [public:172.30.9.204 local-cloud:192.168.121.6 local-machine:127.0.0.1 local-machine:::1] machine-2: 16:00:17 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.204:17070 192.168.121.6:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 16:00:17 DEBUG juju.agent API server address details [["172.30.9.204:17070" "192.168.121.6:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "172.30.9.204:17070"] unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + open-port 2152/udp machine-2: 16:00:17 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.204,192.168.121.6,::1,localhost", AutoNoProxy:""} machine-2: 16:00:17 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 16:00:17 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 16:00:17 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 16:00:17 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 16:00:17 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 16:00:17 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 16:00:17 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-2: 16:00:17 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 16:00:17 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 16:00:17 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 16:00:17 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-2: 16:00:17 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 16:00:17 INFO juju.worker.authenticationworker "machine-2" key updater worker started unit-oai-epc-0: 16:00:17 DEBUG worker.uniter.jujuc running hook tool "open-port" machine-2: 16:00:17 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install ++ config-get branch machine-2: 16:00:17 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 16:00:17 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 16:00:17 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 16:00:17 DEBUG juju.worker start "2-container-watcher" machine-2: 16:00:17 DEBUG juju.worker start "stateconverter" machine-2: 16:00:17 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 16:00:17 INFO juju.worker start "2-container-watcher" machine-2: 16:00:17 DEBUG juju.worker "2-container-watcher" started machine-2: 16:00:17 INFO juju.worker start "stateconverter" machine-2: 16:00:17 DEBUG juju.worker "stateconverter" started machine-2: 16:00:17 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 16:00:17 INFO juju.worker.machiner "machine-2" started unit-oai-epc-0: 16:00:17 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install virt-what unit-oai-epc-0: 16:00:17 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-abot-epc-basic-0: 16:00:17 DEBUG unit.abot-epc-basic/0.install Get:304 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-l10n all 2.5.9-3 [11.1 kB] unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install Need to get 13.6 kB of archives. unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe virt-what amd64 1.13-1 [13.6 kB] unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 16:00:17 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 16:00:17 DEBUG unit.abot-epc-basic/0.install Get:305 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjasper1 amd64 1.900.1-debian1-2.4ubuntu1.2 [131 kB] unit-oai-epc-0: 16:00:17 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install Fetched 13.6 kB in 0s (54.3 kB/s) unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package virt-what. machine-2: 16:00:17 DEBUG juju.worker.machiner observed network config updated for "machine-2" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:25:cb:4e 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.14 [] [] []} {2 fa:16:3e:25:cb:4e 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install (Reading database ... 78891 files and directories currently installed.) unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install Unpacking virt-what (1.13-1) ... unit-oai-hss-0: 16:00:17 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 16:00:18 DEBUG unit.oai-hss/0.install Setting up virt-what (1.13-1) ... unit-oai-epc-0: 16:00:18 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 16:00:18 DEBUG unit.abot-epc-basic/0.install Get:306 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwebp5 amd64 0.4.4-1 [165 kB] unit-oai-epc-0: 16:00:18 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 16:00:18 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 16:00:18 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 16:00:18 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 16:00:18 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 16:00:18 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 16:00:18 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 16:00:18 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 16:00:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:00:18 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 16:00:18 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 16:00:18 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 16:00:18 DEBUG unit.abot-epc-basic/0.install Get:307 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwmf0.2-7 amd64 0.2.8.4-10.5ubuntu1 [147 kB] unit-abot-epc-basic-0: 16:00:19 DEBUG unit.abot-epc-basic/0.install Get:308 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgraphicsmagick-q16-3 amd64 1.3.23-1build1 [1,103 kB] unit-oai-epc-0: 16:00:19 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 16:00:19 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 16:00:19 DEBUG unit.oai-epc/0.install + echo -n unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install libsql-statement-perl unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 16:00:19 DEBUG unit.oai-hss/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-abot-epc-basic-0: 16:00:19 DEBUG unit.abot-epc-basic/0.install Get:309 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgraphicsmagick++-q16-12 amd64 1.3.23-1build1 [101 kB] unit-oai-epc-0: 16:00:19 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 16:00:19 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-epc-0: 16:00:19 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:00:19 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 16:00:19 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 16:00:19 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-abot-epc-basic-0: 16:00:20 DEBUG unit.abot-epc-basic/0.install Get:310 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz-icu0 amd64 1.0.1-1ubuntu0.1 [5,198 B] unit-oai-hss-0: 16:00:20 DEBUG unit.oai-hss/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:00:20 DEBUG unit.oai-hss/0.install Need to get 3786 kB of archives. unit-oai-hss-0: 16:00:20 DEBUG unit.oai-hss/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-hss-0: 16:00:20 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-abot-epc-basic-0: 16:00:20 DEBUG unit.abot-epc-basic/0.install Get:311 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz-gobject0 amd64 1.0.1-1ubuntu0.1 [10.9 kB] unit-oai-hss-0: 16:00:20 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-oai-epc-0: 16:00:20 DEBUG unit.oai-epc/0.install HEAD is now at 11723fa modified config file to match IMSI w/ OAI UE (tag v0.1) unit-oai-epc-0: 16:00:20 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch unit-abot-epc-basic-0: 16:00:20 DEBUG unit.abot-epc-basic/0.install Get:312 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz-dev amd64 1.0.1-1ubuntu0.1 [189 kB] unit-oai-epc-0: 16:00:20 DEBUG unit.oai-epc/0.install Already on 'v0.3.2-branch' unit-oai-epc-0: 16:00:20 DEBUG unit.oai-epc/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-epc-0: 16:00:20 DEBUG unit.oai-epc/0.install + git pull unit-oai-hss-0: 16:00:20 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 16:00:20 DEBUG unit.abot-epc-basic/0.install Get:313 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxft-dev amd64 2.3.2-1 [45.7 kB] unit-oai-hss-0: 16:00:20 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-oai-hss-0: 16:00:20 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-oai-hss-0: 16:00:20 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-oai-hss-0: 16:00:20 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.61-0ubuntu0.14.04.1 [10.9 kB] unit-abot-epc-basic-0: 16:00:21 DEBUG unit.abot-epc-basic/0.install Get:314 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpango1.0-dev amd64 1.38.1-1 [277 kB] unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Fetched 3786 kB in 1s (2782 kB/s) unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-common. unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install (Reading database ... 78898 files and directories currently installed.) unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:00:21 DEBUG unit.abot-epc-basic/0.install Get:315 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xinerama-dev all 1.2.1-2 [4,966 B] unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 16:00:21 DEBUG unit.abot-epc-basic/0.install Get:316 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxinerama-dev amd64 2:1.1.3-1 [8,404 B] unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install Already up-to-date. unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 16:00:21 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:00:21 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + current_kern_release=3.19.0-031900-generic unit-abot-epc-basic-0: 16:00:21 DEBUG unit.abot-epc-basic/0.install Get:317 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-randr-dev all 1.5.0-1 [33.7 kB] unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + current_kern_major_revision=19 unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + '[' 19 -ge 19 ']' unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + [[ true == true ]] unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + status-set maintenance 'required kernel is already installed' unit-oai-epc-0: 16:00:21 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + configure_hosts unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install ++ config-get realm unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 16:00:21 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + realm=openair4G.eur unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install +++ hostname unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + '[' -z '' ']' unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 localhost unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 oai-epc-0.openair4G.eur oai-epc-0 mme unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + build_epc unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + juju-log 'Build EPC and install required packages' unit-oai-epc-0: 16:00:21 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:00:21 INFO unit.oai-epc/0.juju-log Build EPC and install required packages unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + status-set maintenance 'Build EPC and install required packages' unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 16:00:21 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 16:00:21 DEBUG unit.abot-epc-basic/0.install Get:318 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrandr-dev amd64 2:1.5.0-1 [23.7 kB] unit-oai-epc-0: 16:00:21 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -i -f unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-abot-epc-basic-0: 16:00:21 DEBUG unit.abot-epc-basic/0.install Get:319 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxcursor-dev amd64 1:1.1.14-1ubuntu0.16.04.2 [26.4 kB] unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:00:21 DEBUG unit.oai-hss/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:00:22 DEBUG unit.abot-epc-basic/0.install Get:320 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-composite-dev all 1:0.4.2-2 [10.5 kB] unit-oai-hss-0: 16:00:22 DEBUG unit.oai-hss/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-hss-0: 16:00:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:00:22 DEBUG unit.oai-hss/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:00:22 DEBUG unit.abot-epc-basic/0.install Get:321 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcomposite-dev amd64 1:0.4.4-1 [9,954 B] unit-abot-epc-basic-0: 16:00:22 DEBUG unit.abot-epc-basic/0.install Get:322 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 nettle-dev amd64 3.2-1ubuntu0.16.04.1 [939 kB] unit-oai-hss-0: 16:00:22 DEBUG unit.oai-hss/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-hss-0: 16:00:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 16:00:22 DEBUG unit.oai-hss/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:00:22 DEBUG unit.oai-hss/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:00:22 DEBUG unit.abot-epc-basic/0.install Get:323 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-dev amd64 3.18.9-1ubuntu3.3 [868 kB] unit-oai-hss-0: 16:00:22 DEBUG unit.oai-hss/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:00:22 DEBUG unit.oai-hss/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:00:22 DEBUG unit.oai-hss/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-hss-0: 16:00:22 DEBUG unit.oai-hss/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-hss-0: 16:00:22 DEBUG unit.oai-hss/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-oai-hss-0: 16:00:22 DEBUG unit.oai-hss/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:00:22 DEBUG unit.oai-hss/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:00:22 DEBUG unit.oai-hss/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:00:22 DEBUG unit.oai-hss/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 16:00:23 DEBUG unit.abot-epc-basic/0.install Get:324 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsz2 amd64 0.3.2-1 [5,048 B] unit-abot-epc-basic-0: 16:00:23 DEBUG unit.abot-epc-basic/0.install Get:325 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhdf5-10 amd64 1.8.16+docs-4ubuntu1 [995 kB] unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 16:00:23 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 16:00:23 DEBUG unit.abot-epc-basic/0.install Get:326 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhdf5-cpp-11 amd64 1.8.16+docs-4ubuntu1 [101 kB] unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 16:00:23 DEBUG unit.abot-epc-basic/0.install Get:327 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8-dev amd64 1.4.2-0ubuntu3.1 [254 kB] unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 16:00:23 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:00:23 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 16:00:23 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 16:00:23 DEBUG unit.oai-hss/0.install + echo -n unit-abot-epc-basic-0: 16:00:24 DEBUG unit.abot-epc-basic/0.install Get:328 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] unit-abot-epc-basic-0: 16:00:24 DEBUG unit.abot-epc-basic/0.install Get:329 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] unit-abot-epc-basic-0: 16:00:24 DEBUG unit.abot-epc-basic/0.install Get:330 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaec-dev amd64 0.3.2-1 [16.6 kB] unit-abot-epc-basic-0: 16:00:24 DEBUG unit.abot-epc-basic/0.install Get:331 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhdf5-dev amd64 1.8.16+docs-4ubuntu1 [5,005 kB] unit-oai-hss-0: 16:00:24 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 16:00:24 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 16:00:24 DEBUG unit.oai-hss/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-hss-0: 16:00:24 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 16:00:25 DEBUG unit.abot-epc-basic/0.install Get:332 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tagset-perl all 3.20-2 [13.5 kB] unit-abot-epc-basic-0: 16:00:25 DEBUG unit.abot-epc-basic/0.install Get:333 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-parser-perl amd64 3.72-1 [86.1 kB] unit-abot-epc-basic-0: 16:00:25 DEBUG unit.abot-epc-basic/0.install Get:334 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libio-html-perl all 1.001-1 [14.9 kB] unit-abot-epc-basic-0: 16:00:25 DEBUG unit.abot-epc-basic/0.install Get:335 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] unit-abot-epc-basic-0: 16:00:25 DEBUG unit.abot-epc-basic/0.install Get:336 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-message-perl all 6.11-1 [74.3 kB] unit-abot-epc-basic-0: 16:00:26 DEBUG unit.abot-epc-basic/0.install Get:337 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB] unit-abot-epc-basic-0: 16:00:26 DEBUG unit.abot-epc-basic/0.install Get:338 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tree-perl all 5.03-2 [197 kB] unit-abot-epc-basic-0: 16:00:26 DEBUG unit.abot-epc-basic/0.install Get:339 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-format-perl all 2.11-2 [41.3 kB] unit-abot-epc-basic-0: 16:00:26 DEBUG unit.abot-epc-basic/0.install Get:340 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-cookies-perl all 6.01-1 [17.2 kB] unit-abot-epc-basic-0: 16:00:26 DEBUG unit.abot-epc-basic/0.install Get:341 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-daemon-perl all 6.01-1 [17.0 kB] unit-abot-epc-basic-0: 16:00:26 DEBUG unit.abot-epc-basic/0.install Get:342 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB] unit-abot-epc-basic-0: 16:00:26 DEBUG unit.abot-epc-basic/0.install Get:343 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libicu-dev amd64 55.1-7ubuntu0.4 [8,566 kB] unit-abot-epc-basic-0: 16:00:27 DEBUG unit.abot-epc-basic/0.install Get:344 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libidn11-dev amd64 1.32-3ubuntu1.2 [518 kB] unit-abot-epc-basic-0: 16:00:28 DEBUG unit.abot-epc-basic/0.install Get:345 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-ssleay-perl amd64 1.72-1build1 [259 kB] unit-abot-epc-basic-0: 16:00:28 DEBUG unit.abot-epc-basic/0.install Get:346 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libio-socket-ssl-perl all 2.024-1 [159 kB] unit-abot-epc-basic-0: 16:00:28 DEBUG unit.abot-epc-basic/0.install Get:347 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjack-jackd2-0 amd64 1.9.10+20150825git1ed50c92~dfsg-1ubuntu1 [140 kB] unit-abot-epc-basic-0: 16:00:28 DEBUG unit.abot-epc-basic/0.install Get:348 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjs-jquery all 1.11.3+dfsg-4 [161 kB] unit-abot-epc-basic-0: 16:00:28 DEBUG unit.abot-epc-basic/0.install Get:349 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libkpathsea6 amd64 2015.20160222.37495-1 [55.0 kB] unit-abot-epc-basic-0: 16:00:28 DEBUG unit.abot-epc-basic/0.install Get:350 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-http-perl all 6.09-1 [24.0 kB] unit-abot-epc-basic-0: 16:00:28 DEBUG unit.abot-epc-basic/0.install Get:351 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB] unit-abot-epc-basic-0: 16:00:29 DEBUG unit.abot-epc-basic/0.install Get:352 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwww-perl all 6.15-1 [146 kB] unit-abot-epc-basic-0: 16:00:29 DEBUG unit.abot-epc-basic/0.install Get:353 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-protocol-https-perl all 6.06-2 [8,682 B] unit-abot-epc-basic-0: 16:00:29 DEBUG unit.abot-epc-basic/0.install Get:354 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagick++-6.q16-5v5 amd64 8:6.8.9.9-7ubuntu5.12 [136 kB] unit-abot-epc-basic-0: 16:00:29 DEBUG unit.abot-epc-basic/0.install Get:355 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] unit-abot-epc-basic-0: 16:00:29 DEBUG unit.abot-epc-basic/0.install Get:356 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmail-sendmail-perl all 0.79.16-1 [26.5 kB] unit-abot-epc-basic-0: 16:00:29 DEBUG unit.abot-epc-basic/0.install Get:357 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-smtp-ssl-perl all 1.03-1 [6,288 B] unit-abot-epc-basic-0: 16:00:30 DEBUG unit.abot-epc-basic/0.install Get:358 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmailtools-perl all 2.13-1 [82.6 kB] unit-abot-epc-basic-0: 16:00:30 DEBUG unit.abot-epc-basic/0.install Get:359 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mysql-common all 5.7.23-0ubuntu0.16.04.1 [15.4 kB] unit-abot-epc-basic-0: 16:00:30 DEBUG unit.abot-epc-basic/0.install Get:360 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmysqlclient20 amd64 5.7.23-0ubuntu0.16.04.1 [812 kB] unit-oai-hss-0: 16:00:30 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 16:00:30 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install Branch v0.3.2-branch set up to track remote branch v0.3.2-branch from origin. unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 16:00:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:00:31 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-156-generic unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + [[ false == true ]] unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + '[' kvm == '' ']' unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-156-generic unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + [[ false == false ]] unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install cat: /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot: No such file or directory unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + '[' '' '!=' reboot ']' unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + echo reboot unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + juju-log 'installing the required kernel and reboot' unit-oai-hss-0: 16:00:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:00:31 INFO unit.oai-hss/0.juju-log installing the required kernel and reboot unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-hss-0: 16:00:31 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 16:00:31 DEBUG unit.abot-epc-basic/0.install Get:361 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmysqlclient-dev amd64 5.7.23-0ubuntu0.16.04.1 [1,162 kB] unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + install_required_kernel unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + version=3.19 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install + wget -r -e robots=off --accept-regex '(.*generic.*amd64)|(all).deb' http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install --2018-08-27 16:00:31-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install Length: unspecified [text/html] unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install 0K ....... 56.5M=0s unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install 2018-08-27 16:00:31 (56.5 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install --2018-08-27 16:00:31-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 16:00:31 DEBUG unit.abot-epc-basic/0.install Get:362 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-parser-perl amd64 2.44-1build1 [200 kB] unit-oai-hss-0: 16:00:31 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 368K 3s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 8% 369K 3s unit-abot-epc-basic-0: 16:00:32 DEBUG unit.abot-epc-basic/0.install Get:363 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-twig-perl all 1:3.48-1 [156 kB] unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 372K 3s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 17% 34.1M 2s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 27.6M 1s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 26% 1.34M 1s unit-abot-epc-basic-0: 16:00:32 DEBUG unit.abot-epc-basic/0.install Get:364 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-dbus-perl amd64 1.1.0-3build1 [177 kB] unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 31% 518K 1s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 35% 29.5M 1s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 39% 45.3M 1s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 44% 56.9M 1s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 48% 43.2M 1s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 53% 1.45M 1s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 57% 522K 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 62% 42.9M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 66% 51.0M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 71% 51.0M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 75% 53.3M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 79% 53.9M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 84% 54.3M 0s unit-abot-epc-basic-0: 16:00:32 DEBUG unit.abot-epc-basic/0.install Get:365 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libglu1-mesa amd64 9.0.0-2.1 [168 kB] unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 88% 72.2M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 93% 67.8M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 97% 72.4M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 1100K .......... .......... ...... 100% 92.6M=0.7s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 2018-08-27 16:00:32 (1.61 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [1153230/1153230] unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install --2018-08-27 16:00:32-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 74.2M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 71.9M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 1% 61.6M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 1% 59.3M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 1% 63.4M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 2% 53.5M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 2% 73.2M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 3% 64.6M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 3% 59.7M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 3% 59.6M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 4% 65.0M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 4% 61.6M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 4% 48.9M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 5% 66.7M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 5% 67.0M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 6% 62.2M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 6% 57.3M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 6% 74.2M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 7% 57.2M 0s unit-oai-hss-0: 16:00:32 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 7% 48.2M 0s unit-abot-epc-basic-0: 16:00:32 DEBUG unit.abot-epc-basic/0.install Get:366 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libumfpack5.7.1 amd64 1:4.4.6-1 [223 kB] unit-abot-epc-basic-0: 16:00:32 DEBUG unit.abot-epc-basic/0.install Get:367 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 liboctave3 amd64 4.0.0-3ubuntu9.2 [6,899 kB] unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 8% 129K 5s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 8% 82.5M 4s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 8% 86.9M 4s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 9% 85.8M 4s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 9% 70.0M 4s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 9% 80.1M 4s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 10% 67.4M 4s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 10% 95.8M 3s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 11% 96.9M 3s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 11% 115M 3s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 11% 116M 3s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 12% 117M 3s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 12% 104M 3s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 13% 114M 3s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 13% 113M 3s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 13% 129M 3s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 14% 104M 3s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 14% 120M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 14% 122M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 15% 120M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 15% 107M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 16% 118M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 16% 119M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 16% 119M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 17% 105M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 17% 124M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 17% 120M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 18% 125M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 18% 107M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 19% 119M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 19% 125M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 19% 113M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 20% 109M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 20% 116M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 21% 118M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 21% 104M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 21% 92.0M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 22% 116M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 22% 122M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 22% 115M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 23% 100M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 23% 123M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 24% 112M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 24% 429K 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 24% 48.2M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 25% 49.3M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 25% 50.3M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 26% 57.0M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 26% 53.8M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 26% 68.0M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 27% 52.8M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 27% 51.7M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 27% 57.4M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 28% 82.7M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 28% 69.4M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 29% 75.3M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 29% 69.2M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 29% 64.4M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 30% 61.6M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 30% 367K 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 30% 51.3M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 31% 86.5M 2s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 31% 86.0M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 32% 92.1M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 32% 78.3M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 32% 85.6M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 33% 89.7M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 33% 93.6M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 34% 92.2M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 34% 93.9M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 34% 105M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 35% 97.4M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 35% 89.7M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 35% 96.8M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 36% 105M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 36% 100M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 37% 80.3M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 37% 91.9M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 37% 451K 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 38% 26.6M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 38% 39.1M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 39% 37.1M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 39% 32.8M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 39% 36.3M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 40% 38.7M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 40% 33.0M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 40% 33.3M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 41% 26.6M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 41% 28.0M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 42% 38.0M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 42% 47.2M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 42% 84.5M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 43% 424K 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 43% 30.2M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 43% 38.1M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 44% 39.5M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 44% 35.6M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 45% 36.1M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 45% 37.4M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 45% 29.1M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 46% 30.8M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 46% 28.5M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 47% 36.7M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 47% 39.8M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 47% 42.4M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 48% 86.5M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 48% 422K 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 48% 35.7M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 49% 38.9M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 49% 29.7M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 50% 51.9M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 50% 30.5M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 50% 45.0M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 51% 33.9M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 51% 26.3M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 52% 22.9M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 52% 32.2M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 52% 29.5M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 53% 56.5M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 53% 430K 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 53% 26.4M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 54% 41.5M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 54% 37.3M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 55% 32.9M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 55% 34.1M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 55% 38.5M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 56% 45.7M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 56% 33.1M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 57% 32.4M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 57% 19.4M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 57% 28.0M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 58% 35.9M 1s unit-oai-hss-0: 16:00:33 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 58% 61.3M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 58% 430K 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 59% 26.4M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 59% 44.1M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 60% 38.7M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 60% 33.3M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 60% 38.8M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 61% 39.5M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 61% 35.3M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 61% 44.8M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 62% 28.2M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 62% 20.0M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 63% 32.9M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 63% 25.9M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 63% 64.9M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 64% 431K 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 64% 27.1M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 65% 34.9M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 65% 49.7M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 65% 39.5M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 66% 34.7M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 66% 44.7M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 66% 27.5M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 67% 54.2M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 67% 24.6M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 68% 18.3M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 68% 23.0M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 68% 23.6M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 69% 36.0M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 69% 34.0M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 70% 437K 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 70% 24.2M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 70% 31.3M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 71% 31.2M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 71% 30.5M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 71% 47.3M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 72% 44.3M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 72% 55.7M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 73% 61.3M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 73% 21.5M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 73% 22.1M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 74% 20.8M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 74% 30.9M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 74% 37.8M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 75% 438K 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 75% 25.3M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 76% 28.0M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 76% 28.9M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 76% 32.6M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 77% 35.2M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 77% 43.4M 1s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 78% 51.9M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 78% 54.3M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 78% 40.2M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 79% 20.1M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 79% 23.0M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 79% 21.6M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 80% 37.9M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 80% 1.48M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 81% 604K 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 81% 27.5M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 81% 29.6M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 82% 36.7M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 82% 31.2M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 83% 37.3M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 83% 43.8M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 83% 43.2M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 84% 66.3M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 84% 24.2M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 84% 22.4M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 85% 25.1M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 85% 24.6M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 86% 36.4M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 86% 440K 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 86% 24.6M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 87% 27.0M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 87% 34.6M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 87% 30.7M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 88% 18.9M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 88% 39.5M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 89% 65.3M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 89% 58.2M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 89% 62.7M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 90% 31.3M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 90% 23.3M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 91% 22.8M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 91% 32.8M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 91% 40.0M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 92% 438K 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 92% 27.1M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 92% 27.7M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 93% 37.3M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 93% 19.9M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 94% 25.3M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 94% 42.5M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 94% 61.5M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 95% 60.6M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 95% 65.9M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 96% 37.0M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 96% 19.7M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 96% 21.2M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 97% 39.1M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 97% 37.0M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 97% 438K 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 98% 30.5M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 98% 27.7M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 99% 35.0M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 99% 20.8M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 99% 20.2M 0s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 13050K .......... ........ 100% 30.6M=2.3s unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install 2018-08-27 16:00:34 (5.53 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' saved [13381952/13381952] unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install --2018-08-27 16:00:34-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-hss-0: 16:00:34 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 16:00:35 DEBUG unit.abot-epc-basic/0.install Get:368 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpaper-utils amd64 1.1.24+nmu4ubuntu1 [8,276 B] unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 31.6M 2s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 46.5M 1s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 0% 56.2M 1s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 0% 55.3M 1s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 0% 57.5M 1s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 0% 70.6M 1s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 0% 59.8M 1s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 0% 54.9M 1s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 0% 77.0M 1s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 0% 59.3M 1s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 1% 47.7M 1s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 1% 60.2M 1s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 1% 47.3M 1s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 1% 64.3M 1s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 1% 102M 1s unit-abot-epc-basic-0: 16:00:35 DEBUG unit.abot-epc-basic/0.install Get:369 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 1% 404K 9s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 1% 35.7M 9s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 1% 36.0M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 1% 33.8M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 1% 38.4M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 1% 49.2M 7s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 2% 45.6M 7s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 2% 40.8M 7s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 2% 47.3M 6s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 2% 49.5M 6s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 2% 50.2M 6s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 2% 44.0M 6s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 2% 66.5M 6s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 2% 74.1M 5s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 2% 102M 5s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 2% 416K 9s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 2% 35.1M 9s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 3% 44.7M 9s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 3% 51.5M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 3% 44.3M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 3% 51.3M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 3% 56.1M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 3% 45.7M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 3% 32.6M 7s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 3% 55.9M 7s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 3% 58.1M 7s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 3% 56.1M 7s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 3% 50.0M 7s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 4% 61.5M 7s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 4% 53.2M 7s unit-abot-epc-basic-0: 16:00:35 DEBUG unit.abot-epc-basic/0.install Get:370 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libpgm-dev amd64 5.2.122~dfsg-2 [189 kB] unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 4% 414K 9s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 4% 33.9M 9s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 4% 46.5M 9s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 4% 62.3M 9s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 4% 47.8M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 4% 39.0M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 4% 61.0M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 4% 46.8M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 5% 31.7M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 5% 59.1M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 5% 57.1M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 5% 60.3M 7s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 5% 51.9M 7s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 5% 51.2M 7s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 5% 53.2M 7s unit-abot-epc-basic-0: 16:00:35 DEBUG unit.abot-epc-basic/0.install Get:371 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplot2c2 amd64 2.6-3ubuntu1 [941 kB] unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 5% 414K 9s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 5% 35.6M 9s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 5% 39.6M 9s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 5% 56.2M 9s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 6% 60.3M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 6% 31.4M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 6% 52.7M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 6% 61.3M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 6% 39.4M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 6% 42.9M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 6% 62.5M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 6% 53.1M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 6% 59.6M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 6% 45.8M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 6% 37.7M 7s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 7% 62.1M 7s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 7% 415K 9s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 7% 43.3M 9s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 7% 45.2M 9s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 7% 47.5M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 7% 50.5M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 7% 35.9M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 7% 54.9M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 7% 61.3M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 7% 33.1M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 7% 54.9M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 8% 58.1M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 8% 37.4M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 8% 59.5M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 8% 45.1M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 8% 54.0M 7s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 8% 418K 9s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 8% 33.9M 9s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 8% 42.0M 9s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 8% 45.7M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 8% 41.9M 8s unit-abot-epc-basic-0: 16:00:35 DEBUG unit.abot-epc-basic/0.install Get:372 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpoppler58 amd64 0.41.0-0ubuntu1.7 [758 kB] unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 9% 60.1M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 9% 35.4M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 9% 62.1M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 9% 45.6M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 9% 42.7M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 9% 46.2M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 9% 55.8M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 9% 30.7M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 9% 50.4M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 9% 68.1M 8s unit-oai-hss-0: 16:00:35 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 9% 1.27M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 10% 609K 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 10% 39.2M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 10% 46.4M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 10% 39.9M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 10% 46.8M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 10% 53.5M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 10% 44.1M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 10% 55.0M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 10% 41.2M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 10% 49.9M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 10% 49.7M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 11% 44.3M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 11% 29.0M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 11% 71.6M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 11% 62.7M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 11% 420K 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 11% 25.3M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 11% 40.8M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 11% 46.4M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 11% 51.6M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 11% 44.0M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 11% 48.8M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 12% 52.4M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 12% 47.7M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 12% 41.9M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 12% 33.0M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 12% 62.2M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 12% 61.3M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 12% 37.0M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 12% 33.6M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 12% 72.4M 7s unit-abot-epc-basic-0: 16:00:36 DEBUG unit.abot-epc-basic/0.install Get:373 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libportaudio2 amd64 19+svn20140130-1build1 [63.9 kB] unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 12% 421K 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 13% 21.9M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 13% 56.0M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 13% 37.7M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 13% 59.3M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 13% 43.2M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 13% 41.5M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 13% 57.4M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 13% 50.4M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 13% 44.8M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 13% 35.3M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 13% 45.1M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 14% 65.9M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 14% 45.2M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 14% 33.6M 7s unit-abot-epc-basic-0: 16:00:36 DEBUG unit.abot-epc-basic/0.install Get:374 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpotrace0 amd64 1.13-2 [17.7 kB] unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 14% 636K 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 14% 1.19M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 14% 24.1M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 14% 58.3M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 14% 40.0M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 14% 47.6M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 14% 57.5M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 14% 34.3M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 15% 37.6M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 15% 58.5M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 15% 59.9M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 15% 41.6M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 15% 44.3M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 15% 55.0M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 15% 32.0M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 15% 57.7M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 15% 422K 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 15% 21.4M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 15% 55.3M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 16% 46.2M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 16% 42.3M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 16% 57.4M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 16% 60.9M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 16% 27.8M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 16% 56.2M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 16% 54.2M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 16% 48.3M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 16% 39.7M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 16% 54.9M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 17% 50.0M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 17% 33.1M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 17% 48.3M 7s unit-abot-epc-basic-0: 16:00:36 DEBUG unit.abot-epc-basic/0.install Get:375 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libpstoedit0c2a amd64 3.70-1ubuntu2 [315 kB] unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 17% 423K 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 17% 20.2M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 17% 59.9M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 17% 29.5M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 17% 66.1M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 17% 62.2M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 17% 51.7M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 17% 29.0M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 18% 49.7M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 18% 61.8M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 18% 54.3M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 18% 50.5M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 18% 41.2M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 18% 53.0M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 18% 31.5M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 18% 59.3M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 18% 423K 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 18% 21.6M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 18% 58.0M 8s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 19% 28.3M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 19% 66.7M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 19% 55.3M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 19% 44.8M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 19% 32.9M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 19% 50.2M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 19% 60.7M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 19% 58.8M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 19% 43.7M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 19% 37.1M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 19% 69.8M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 20% 33.3M 7s unit-oai-hss-0: 16:00:36 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 20% 54.9M 7s unit-abot-epc-basic-0: 16:00:36 DEBUG unit.abot-epc-basic/0.install Get:376 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libptexenc1 amd64 2015.20160222.37495-1 [34.3 kB] unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 20% 422K 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 20% 25.6M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 20% 44.4M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 20% 31.6M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 20% 58.6M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 20% 64.6M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 20% 42.9M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 20% 35.0M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 21% 46.8M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 21% 57.3M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 21% 48.2M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 21% 57.0M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 21% 36.1M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 21% 69.4M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 21% 32.0M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 21% 64.2M 7s unit-abot-epc-basic-0: 16:00:37 DEBUG unit.abot-epc-basic/0.install Get:377 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqhull7 amd64 2015.2-1 [152 kB] unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 21% 422K 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 21% 26.5M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 21% 45.8M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 22% 28.8M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 22% 60.3M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 22% 64.9M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 22% 43.6M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 22% 38.5M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 22% 34.6M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 22% 75.0M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 22% 56.1M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 22% 59.2M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 22% 30.1M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 22% 71.5M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 23% 37.6M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 23% 1.30M 7s unit-abot-epc-basic-0: 16:00:37 DEBUG unit.abot-epc-basic/0.install Get:378 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqscintilla2-l10n all 2.9.1+dfsg-4build1 [38.3 kB] unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 23% 612K 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 23% 26.1M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 23% 45.3M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 23% 26.0M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 23% 50.3M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 23% 63.4M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 23% 62.6M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 23% 36.6M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 23% 37.8M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 24% 54.2M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 24% 52.4M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 24% 56.3M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13050K .......... .......... .......... .......... .......... 24% 34.0M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13100K .......... .......... .......... .......... .......... 24% 62.5M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13150K .......... .......... .......... .......... .......... 24% 44.8M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13200K .......... .......... .......... .......... .......... 24% 1.31M 7s unit-abot-epc-basic-0: 16:00:37 DEBUG unit.abot-epc-basic/0.install Get:379 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qtcore4-l10n all 4:4.8.7+dfsg-5ubuntu2 [620 kB] unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13250K .......... .......... .......... .......... .......... 24% 613K 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13300K .......... .......... .......... .......... .......... 24% 24.5M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13350K .......... .......... .......... .......... .......... 24% 38.0M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13400K .......... .......... .......... .......... .......... 25% 27.3M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13450K .......... .......... .......... .......... .......... 25% 57.2M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13500K .......... .......... .......... .......... .......... 25% 58.0M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13550K .......... .......... .......... .......... .......... 25% 56.9M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13600K .......... .......... .......... .......... .......... 25% 37.6M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13650K .......... .......... .......... .......... .......... 25% 41.4M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13700K .......... .......... .......... .......... .......... 25% 46.1M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13750K .......... .......... .......... .......... .......... 25% 55.2M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13800K .......... .......... .......... .......... .......... 25% 54.0M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13850K .......... .......... .......... .......... .......... 25% 35.3M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13900K .......... .......... .......... .......... .......... 25% 58.2M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 13950K .......... .......... .......... .......... .......... 26% 42.7M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14000K .......... .......... .......... .......... .......... 26% 1.17M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14050K .......... .......... .......... .......... .......... 26% 649K 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14100K .......... .......... .......... .......... .......... 26% 23.3M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14150K .......... .......... .......... .......... .......... 26% 38.3M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14200K .......... .......... .......... .......... .......... 26% 29.5M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14250K .......... .......... .......... .......... .......... 26% 49.8M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14300K .......... .......... .......... .......... .......... 26% 62.1M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14350K .......... .......... .......... .......... .......... 26% 50.2M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14400K .......... .......... .......... .......... .......... 26% 46.5M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14450K .......... .......... .......... .......... .......... 26% 35.2M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14500K .......... .......... .......... .......... .......... 27% 41.3M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14550K .......... .......... .......... .......... .......... 27% 52.8M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14600K .......... .......... .......... .......... .......... 27% 59.4M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14650K .......... .......... .......... .......... .......... 27% 38.2M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14700K .......... .......... .......... .......... .......... 27% 57.4M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14750K .......... .......... .......... .......... .......... 27% 48.4M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14800K .......... .......... .......... .......... .......... 27% 1.17M 7s unit-abot-epc-basic-0: 16:00:37 DEBUG unit.abot-epc-basic/0.install Get:380 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtcore4 amd64 4:4.8.7+dfsg-5ubuntu2 [1,552 kB] unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14850K .......... .......... .......... .......... .......... 27% 648K 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14900K .......... .......... .......... .......... .......... 27% 21.1M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 14950K .......... .......... .......... .......... .......... 27% 44.7M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15000K .......... .......... .......... .......... .......... 27% 24.0M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15050K .......... .......... .......... .......... .......... 28% 57.4M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15100K .......... .......... .......... .......... .......... 28% 51.7M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15150K .......... .......... .......... .......... .......... 28% 48.9M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15200K .......... .......... .......... .......... .......... 28% 68.5M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15250K .......... .......... .......... .......... .......... 28% 31.5M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15300K .......... .......... .......... .......... .......... 28% 61.9M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15350K .......... .......... .......... .......... .......... 28% 45.3M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15400K .......... .......... .......... .......... .......... 28% 48.7M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15450K .......... .......... .......... .......... .......... 28% 35.4M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15500K .......... .......... .......... .......... .......... 28% 55.1M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15550K .......... .......... .......... .......... .......... 29% 63.8M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15600K .......... .......... .......... .......... .......... 29% 1.18M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15650K .......... .......... .......... .......... .......... 29% 646K 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15700K .......... .......... .......... .......... .......... 29% 20.2M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15750K .......... .......... .......... .......... .......... 29% 30.8M 7s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15800K .......... .......... .......... .......... .......... 29% 36.9M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15850K .......... .......... .......... .......... .......... 29% 31.9M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15900K .......... .......... .......... .......... .......... 29% 49.0M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 15950K .......... .......... .......... .......... .......... 29% 40.9M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16000K .......... .......... .......... .......... .......... 29% 59.1M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16050K .......... .......... .......... .......... .......... 29% 45.8M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16100K .......... .......... .......... .......... .......... 30% 49.9M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16150K .......... .......... .......... .......... .......... 30% 49.4M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16200K .......... .......... .......... .......... .......... 30% 55.0M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16250K .......... .......... .......... .......... .......... 30% 39.4M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16300K .......... .......... .......... .......... .......... 30% 34.9M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16350K .......... .......... .......... .......... .......... 30% 71.6M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16400K .......... .......... .......... .......... .......... 30% 1.24M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16450K .......... .......... .......... .......... .......... 30% 639K 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16500K .......... .......... .......... .......... .......... 30% 18.4M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16550K .......... .......... .......... .......... .......... 30% 33.0M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16600K .......... .......... .......... .......... .......... 30% 34.4M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16650K .......... .......... .......... .......... .......... 31% 24.6M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16700K .......... .......... .......... .......... .......... 31% 40.0M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16750K .......... .......... .......... .......... .......... 31% 41.9M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16800K .......... .......... .......... .......... .......... 31% 45.7M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16850K .......... .......... .......... .......... .......... 31% 67.9M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16900K .......... .......... .......... .......... .......... 31% 54.5M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 16950K .......... .......... .......... .......... .......... 31% 59.4M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 17000K .......... .......... .......... .......... .......... 31% 58.4M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 17050K .......... .......... .......... .......... .......... 31% 42.0M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 17100K .......... .......... .......... .......... .......... 31% 32.1M 6s unit-oai-hss-0: 16:00:37 DEBUG unit.oai-hss/0.install 17150K .......... .......... .......... .......... .......... 31% 69.2M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 17200K .......... .......... .......... .......... .......... 32% 1.25M 6s unit-abot-epc-basic-0: 16:00:38 DEBUG unit.abot-epc-basic/0.install Get:381 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-xml amd64 4:4.8.7+dfsg-5ubuntu2 [96.3 kB] unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 17250K .......... .......... .......... .......... .......... 32% 633K 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 17300K .......... .......... .......... .......... .......... 32% 32.1M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 17350K .......... .......... .......... .......... .......... 32% 27.2M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 17400K .......... .......... .......... .......... .......... 32% 39.0M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 17450K .......... .......... .......... .......... .......... 32% 21.1M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 17500K .......... .......... .......... .......... .......... 32% 32.5M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 17550K .......... .......... .......... .......... .......... 32% 56.8M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 17600K .......... .......... .......... .......... .......... 32% 50.5M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 17650K .......... .......... .......... .......... .......... 32% 61.7M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 17700K .......... .......... .......... .......... .......... 33% 66.6M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 17750K .......... .......... .......... .......... .......... 33% 54.8M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 17800K .......... .......... .......... .......... .......... 33% 42.9M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 17850K .......... .......... .......... .......... .......... 33% 56.5M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 17900K .......... .......... .......... .......... .......... 33% 31.1M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 17950K .......... .......... .......... .......... .......... 33% 61.5M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18000K .......... .......... .......... .......... .......... 33% 38.4M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18050K .......... .......... .......... .......... .......... 33% 625K 6s unit-abot-epc-basic-0: 16:00:38 DEBUG unit.abot-epc-basic/0.install Get:382 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtdbus4 amd64 4:4.8.7+dfsg-5ubuntu2 [186 kB] unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18100K .......... .......... .......... .......... .......... 33% 1.28M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18150K .......... .......... .......... .......... .......... 33% 29.9M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18200K .......... .......... .......... .......... .......... 33% 26.9M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18250K .......... .......... .......... .......... .......... 34% 27.0M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18300K .......... .......... .......... .......... .......... 34% 38.7M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18350K .......... .......... .......... .......... .......... 34% 39.2M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18400K .......... .......... .......... .......... .......... 34% 44.7M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18450K .......... .......... .......... .......... .......... 34% 64.4M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18500K .......... .......... .......... .......... .......... 34% 57.5M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18550K .......... .......... .......... .......... .......... 34% 48.7M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18600K .......... .......... .......... .......... .......... 34% 51.2M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18650K .......... .......... .......... .......... .......... 34% 49.0M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18700K .......... .......... .......... .......... .......... 34% 39.0M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18750K .......... .......... .......... .......... .......... 34% 43.4M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18800K .......... .......... .......... .......... .......... 35% 61.4M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18850K .......... .......... .......... .......... .......... 35% 623K 6s unit-abot-epc-basic-0: 16:00:38 DEBUG unit.abot-epc-basic/0.install Get:383 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-network amd64 4:4.8.7+dfsg-5ubuntu2 [561 kB] unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18900K .......... .......... .......... .......... .......... 35% 1.29M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 18950K .......... .......... .......... .......... .......... 35% 27.9M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19000K .......... .......... .......... .......... .......... 35% 31.7M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19050K .......... .......... .......... .......... .......... 35% 24.6M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19100K .......... .......... .......... .......... .......... 35% 34.5M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19150K .......... .......... .......... .......... .......... 35% 35.9M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19200K .......... .......... .......... .......... .......... 35% 42.0M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19250K .......... .......... .......... .......... .......... 35% 45.5M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19300K .......... .......... .......... .......... .......... 35% 54.1M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19350K .......... .......... .......... .......... .......... 36% 67.7M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19400K .......... .......... .......... .......... .......... 36% 66.1M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19450K .......... .......... .......... .......... .......... 36% 38.3M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19500K .......... .......... .......... .......... .......... 36% 51.1M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19550K .......... .......... .......... .......... .......... 36% 37.7M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19600K .......... .......... .......... .......... .......... 36% 57.6M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19650K .......... .......... .......... .......... .......... 36% 635K 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19700K .......... .......... .......... .......... .......... 36% 1.25M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19750K .......... .......... .......... .......... .......... 36% 26.0M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19800K .......... .......... .......... .......... .......... 36% 33.0M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19850K .......... .......... .......... .......... .......... 37% 30.6M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19900K .......... .......... .......... .......... .......... 37% 29.6M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 19950K .......... .......... .......... .......... .......... 37% 31.0M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20000K .......... .......... .......... .......... .......... 37% 46.8M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20050K .......... .......... .......... .......... .......... 37% 35.7M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20100K .......... .......... .......... .......... .......... 37% 53.8M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20150K .......... .......... .......... .......... .......... 37% 60.9M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20200K .......... .......... .......... .......... .......... 37% 65.8M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20250K .......... .......... .......... .......... .......... 37% 53.6M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20300K .......... .......... .......... .......... .......... 37% 45.0M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20350K .......... .......... .......... .......... .......... 37% 36.9M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20400K .......... .......... .......... .......... .......... 38% 54.8M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20450K .......... .......... .......... .......... .......... 38% 1.24M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20500K .......... .......... .......... .......... .......... 38% 640K 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20550K .......... .......... .......... .......... .......... 38% 29.3M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20600K .......... .......... .......... .......... .......... 38% 29.5M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20650K .......... .......... .......... .......... .......... 38% 25.7M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20700K .......... .......... .......... .......... .......... 38% 33.2M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20750K .......... .......... .......... .......... .......... 38% 36.9M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20800K .......... .......... .......... .......... .......... 38% 32.6M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20850K .......... .......... .......... .......... .......... 38% 33.4M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20900K .......... .......... .......... .......... .......... 38% 64.2M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 20950K .......... .......... .......... .......... .......... 39% 61.9M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21000K .......... .......... .......... .......... .......... 39% 66.6M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21050K .......... .......... .......... .......... .......... 39% 60.3M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21100K .......... .......... .......... .......... .......... 39% 49.5M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21150K .......... .......... .......... .......... .......... 39% 36.7M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21200K .......... .......... .......... .......... .......... 39% 44.1M 5s unit-abot-epc-basic-0: 16:00:38 DEBUG unit.abot-epc-basic/0.install Get:384 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-script amd64 4:4.8.7+dfsg-5ubuntu2 [814 kB] unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21250K .......... .......... .......... .......... .......... 39% 1.28M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21300K .......... .......... .......... .......... .......... 39% 631K 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21350K .......... .......... .......... .......... .......... 39% 26.0M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21400K .......... .......... .......... .......... .......... 39% 35.0M 6s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21450K .......... .......... .......... .......... .......... 39% 25.6M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21500K .......... .......... .......... .......... .......... 40% 33.8M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21550K .......... .......... .......... .......... .......... 40% 34.4M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21600K .......... .......... .......... .......... .......... 40% 35.3M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21650K .......... .......... .......... .......... .......... 40% 41.2M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21700K .......... .......... .......... .......... .......... 40% 40.6M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21750K .......... .......... .......... .......... .......... 40% 62.5M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21800K .......... .......... .......... .......... .......... 40% 55.0M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21850K .......... .......... .......... .......... .......... 40% 68.2M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21900K .......... .......... .......... .......... .......... 40% 53.4M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 21950K .......... .......... .......... .......... .......... 40% 34.2M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 22000K .......... .......... .......... .......... .......... 41% 45.3M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 22050K .......... .......... .......... .......... .......... 41% 37.6M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 22100K .......... .......... .......... .......... .......... 41% 430K 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 22150K .......... .......... .......... .......... .......... 41% 40.0M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 22200K .......... .......... .......... .......... .......... 41% 29.3M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 22250K .......... .......... .......... .......... .......... 41% 27.5M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 22300K .......... .......... .......... .......... .......... 41% 27.0M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 22350K .......... .......... .......... .......... .......... 41% 36.7M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 22400K .......... .......... .......... .......... .......... 41% 40.8M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 22450K .......... .......... .......... .......... .......... 41% 35.2M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 22500K .......... .......... .......... .......... .......... 41% 34.5M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 22550K .......... .......... .......... .......... .......... 42% 36.6M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 22600K .......... .......... .......... .......... .......... 42% 51.1M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 22650K .......... .......... .......... .......... .......... 42% 47.7M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 22700K .......... .......... .......... .......... .......... 42% 59.7M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 22750K .......... .......... .......... .......... .......... 42% 51.7M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 22800K .......... .......... .......... .......... .......... 42% 51.9M 5s unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 22850K .......... .......... .......... .......... .......... 42% 51.0M 5s unit-abot-epc-basic-0: 16:00:38 DEBUG unit.abot-epc-basic/0.install Get:385 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-sql amd64 4:4.8.7+dfsg-5ubuntu2 [98.6 kB] unit-oai-hss-0: 16:00:38 DEBUG unit.oai-hss/0.install 22900K .......... .......... .......... .......... .......... 42% 626K 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 22950K .......... .......... .......... .......... .......... 42% 1.30M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23000K .......... .......... .......... .......... .......... 42% 28.3M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23050K .......... .......... .......... .......... .......... 42% 28.1M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23100K .......... .......... .......... .......... .......... 43% 31.7M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23150K .......... .......... .......... .......... .......... 43% 28.8M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23200K .......... .......... .......... .......... .......... 43% 40.8M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23250K .......... .......... .......... .......... .......... 43% 36.3M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23300K .......... .......... .......... .......... .......... 43% 36.1M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23350K .......... .......... .......... .......... .......... 43% 47.0M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23400K .......... .......... .......... .......... .......... 43% 54.7M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23450K .......... .......... .......... .......... .......... 43% 38.0M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23500K .......... .......... .......... .......... .......... 43% 40.9M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23550K .......... .......... .......... .......... .......... 43% 53.4M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23600K .......... .......... .......... .......... .......... 43% 51.9M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23650K .......... .......... .......... .......... .......... 44% 54.3M 5s unit-abot-epc-basic-0: 16:00:39 DEBUG unit.abot-epc-basic/0.install Get:386 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-xmlpatterns amd64 4:4.8.7+dfsg-5ubuntu2 [1,091 kB] unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23700K .......... .......... .......... .......... .......... 44% 643K 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23750K .......... .......... .......... .......... .......... 44% 1.24M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23800K .......... .......... .......... .......... .......... 44% 25.2M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23850K .......... .......... .......... .......... .......... 44% 36.5M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23900K .......... .......... .......... .......... .......... 44% 28.4M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 23950K .......... .......... .......... .......... .......... 44% 28.7M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24000K .......... .......... .......... .......... .......... 44% 48.7M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24050K .......... .......... .......... .......... .......... 44% 31.7M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24100K .......... .......... .......... .......... .......... 44% 37.9M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24150K .......... .......... .......... .......... .......... 45% 43.0M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24200K .......... .......... .......... .......... .......... 45% 52.0M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24250K .......... .......... .......... .......... .......... 45% 36.7M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24300K .......... .......... .......... .......... .......... 45% 51.2M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24350K .......... .......... .......... .......... .......... 45% 71.1M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24400K .......... .......... .......... .......... .......... 45% 35.3M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24450K .......... .......... .......... .......... .......... 45% 61.3M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24500K .......... .......... .......... .......... .......... 45% 1.26M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24550K .......... .......... .......... .......... .......... 45% 636K 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24600K .......... .......... .......... .......... .......... 45% 32.7M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24650K .......... .......... .......... .......... .......... 45% 35.9M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24700K .......... .......... .......... .......... .......... 46% 32.2M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24750K .......... .......... .......... .......... .......... 46% 23.5M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24800K .......... .......... .......... .......... .......... 46% 43.5M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24850K .......... .......... .......... .......... .......... 46% 33.6M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24900K .......... .......... .......... .......... .......... 46% 32.0M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 24950K .......... .......... .......... .......... .......... 46% 34.7M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25000K .......... .......... .......... .......... .......... 46% 38.7M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25050K .......... .......... .......... .......... .......... 46% 50.1M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25100K .......... .......... .......... .......... .......... 46% 43.8M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25150K .......... .......... .......... .......... .......... 46% 42.3M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25200K .......... .......... .......... .......... .......... 46% 48.0M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25250K .......... .......... .......... .......... .......... 47% 47.5M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25300K .......... .......... .......... .......... .......... 47% 1.31M 5s unit-abot-epc-basic-0: 16:00:39 DEBUG unit.abot-epc-basic/0.install Get:387 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-declarative amd64 4:4.8.7+dfsg-5ubuntu2 [1,090 kB] unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25350K .......... .......... .......... .......... .......... 47% 632K 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25400K .......... .......... .......... .......... .......... 47% 32.1M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25450K .......... .......... .......... .......... .......... 47% 37.5M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25500K .......... .......... .......... .......... .......... 47% 29.5M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25550K .......... .......... .......... .......... .......... 47% 25.4M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25600K .......... .......... .......... .......... .......... 47% 35.5M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25650K .......... .......... .......... .......... .......... 47% 37.8M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25700K .......... .......... .......... .......... .......... 47% 30.2M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25750K .......... .......... .......... .......... .......... 47% 36.3M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25800K .......... .......... .......... .......... .......... 48% 44.5M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25850K .......... .......... .......... .......... .......... 48% 46.9M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25900K .......... .......... .......... .......... .......... 48% 42.4M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 25950K .......... .......... .......... .......... .......... 48% 48.0M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26000K .......... .......... .......... .......... .......... 48% 42.1M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26050K .......... .......... .......... .......... .......... 48% 44.8M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26100K .......... .......... .......... .......... .......... 48% 60.4M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26150K .......... .......... .......... .......... .......... 48% 434K 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26200K .......... .......... .......... .......... .......... 48% 37.7M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26250K .......... .......... .......... .......... .......... 48% 28.9M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26300K .......... .......... .......... .......... .......... 49% 32.4M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26350K .......... .......... .......... .......... .......... 49% 24.0M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26400K .......... .......... .......... .......... .......... 49% 31.8M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26450K .......... .......... .......... .......... .......... 49% 49.4M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26500K .......... .......... .......... .......... .......... 49% 26.9M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26550K .......... .......... .......... .......... .......... 49% 34.2M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26600K .......... .......... .......... .......... .......... 49% 42.6M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26650K .......... .......... .......... .......... .......... 49% 47.8M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26700K .......... .......... .......... .......... .......... 49% 57.7M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26750K .......... .......... .......... .......... .......... 49% 42.2M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26800K .......... .......... .......... .......... .......... 49% 50.8M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26850K .......... .......... .......... .......... .......... 50% 45.4M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26900K .......... .......... .......... .......... .......... 50% 49.6M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 26950K .......... .......... .......... .......... .......... 50% 433K 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27000K .......... .......... .......... .......... .......... 50% 32.8M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27050K .......... .......... .......... .......... .......... 50% 28.2M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27100K .......... .......... .......... .......... .......... 50% 40.9M 5s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27150K .......... .......... .......... .......... .......... 50% 26.5M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27200K .......... .......... .......... .......... .......... 50% 25.9M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27250K .......... .......... .......... .......... .......... 50% 46.8M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27300K .......... .......... .......... .......... .......... 50% 29.9M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27350K .......... .......... .......... .......... .......... 50% 36.4M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27400K .......... .......... .......... .......... .......... 51% 36.9M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27450K .......... .......... .......... .......... .......... 51% 49.4M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27500K .......... .......... .......... .......... .......... 51% 34.6M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27550K .......... .......... .......... .......... .......... 51% 31.4M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27600K .......... .......... .......... .......... .......... 51% 41.2M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27650K .......... .......... .......... .......... .......... 51% 75.9M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27700K .......... .......... .......... .......... .......... 51% 45.9M 4s unit-abot-epc-basic-0: 16:00:39 DEBUG unit.abot-epc-basic/0.install Get:388 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtgui4 amd64 4:4.8.7+dfsg-5ubuntu2 [4,109 kB] unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27750K .......... .......... .......... .......... .......... 51% 641K 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27800K .......... .......... .......... .......... .......... 51% 1.28M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27850K .......... .......... .......... .......... .......... 51% 32.3M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27900K .......... .......... .......... .......... .......... 51% 41.7M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 27950K .......... .......... .......... .......... .......... 52% 23.0M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28000K .......... .......... .......... .......... .......... 52% 28.9M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28050K .......... .......... .......... .......... .......... 52% 42.6M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28100K .......... .......... .......... .......... .......... 52% 33.2M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28150K .......... .......... .......... .......... .......... 52% 31.1M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28200K .......... .......... .......... .......... .......... 52% 35.8M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28250K .......... .......... .......... .......... .......... 52% 48.0M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28300K .......... .......... .......... .......... .......... 52% 37.2M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28350K .......... .......... .......... .......... .......... 52% 48.7M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28400K .......... .......... .......... .......... .......... 52% 47.7M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28450K .......... .......... .......... .......... .......... 53% 56.2M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28500K .......... .......... .......... .......... .......... 53% 28.1M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28550K .......... .......... .......... .......... .......... 53% 656K 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28600K .......... .......... .......... .......... .......... 53% 1.23M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28650K .......... .......... .......... .......... .......... 53% 28.8M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28700K .......... .......... .......... .......... .......... 53% 37.7M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28750K .......... .......... .......... .......... .......... 53% 25.2M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28800K .......... .......... .......... .......... .......... 53% 34.2M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28850K .......... .......... .......... .......... .......... 53% 35.3M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28900K .......... .......... .......... .......... .......... 53% 40.7M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 28950K .......... .......... .......... .......... .......... 53% 26.9M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 29000K .......... .......... .......... .......... .......... 54% 36.1M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 29050K .......... .......... .......... .......... .......... 54% 36.1M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 29100K .......... .......... .......... .......... .......... 54% 44.8M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 29150K .......... .......... .......... .......... .......... 54% 41.2M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 29200K .......... .......... .......... .......... .......... 54% 60.7M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 29250K .......... .......... .......... .......... .......... 54% 48.4M 4s unit-oai-hss-0: 16:00:39 DEBUG unit.oai-hss/0.install 29300K .......... .......... .......... .......... .......... 54% 28.5M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 29350K .......... .......... .......... .......... .......... 54% 1.32M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 29400K .......... .......... .......... .......... .......... 54% 637K 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 29450K .......... .......... .......... .......... .......... 54% 29.1M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 29500K .......... .......... .......... .......... .......... 54% 32.3M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 29550K .......... .......... .......... .......... .......... 55% 27.7M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 29600K .......... .......... .......... .......... .......... 55% 32.0M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 29650K .......... .......... .......... .......... .......... 55% 33.7M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 29700K .......... .......... .......... .......... .......... 55% 43.5M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 29750K .......... .......... .......... .......... .......... 55% 27.4M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 29800K .......... .......... .......... .......... .......... 55% 36.6M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 29850K .......... .......... .......... .......... .......... 55% 30.4M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 29900K .......... .......... .......... .......... .......... 55% 50.2M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 29950K .......... .......... .......... .......... .......... 55% 40.8M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30000K .......... .......... .......... .......... .......... 55% 65.6M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30050K .......... .......... .......... .......... .......... 55% 47.2M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30100K .......... .......... .......... .......... .......... 56% 33.2M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30150K .......... .......... .......... .......... .......... 56% 40.6M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30200K .......... .......... .......... .......... .......... 56% 437K 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30250K .......... .......... .......... .......... .......... 56% 25.4M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30300K .......... .......... .......... .......... .......... 56% 35.1M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30350K .......... .......... .......... .......... .......... 56% 24.7M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30400K .......... .......... .......... .......... .......... 56% 42.6M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30450K .......... .......... .......... .......... .......... 56% 30.5M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30500K .......... .......... .......... .......... .......... 56% 45.6M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30550K .......... .......... .......... .......... .......... 56% 28.4M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30600K .......... .......... .......... .......... .......... 57% 29.4M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30650K .......... .......... .......... .......... .......... 57% 45.9M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30700K .......... .......... .......... .......... .......... 57% 42.7M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30750K .......... .......... .......... .......... .......... 57% 33.6M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30800K .......... .......... .......... .......... .......... 57% 58.4M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30850K .......... .......... .......... .......... .......... 57% 47.6M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30900K .......... .......... .......... .......... .......... 57% 49.8M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 30950K .......... .......... .......... .......... .......... 57% 30.7M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31000K .......... .......... .......... .......... .......... 57% 437K 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31050K .......... .......... .......... .......... .......... 57% 33.1M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31100K .......... .......... .......... .......... .......... 57% 31.5M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31150K .......... .......... .......... .......... .......... 58% 36.3M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31200K .......... .......... .......... .......... .......... 58% 27.3M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31250K .......... .......... .......... .......... .......... 58% 30.3M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31300K .......... .......... .......... .......... .......... 58% 35.0M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31350K .......... .......... .......... .......... .......... 58% 45.9M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31400K .......... .......... .......... .......... .......... 58% 24.6M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31450K .......... .......... .......... .......... .......... 58% 38.0M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31500K .......... .......... .......... .......... .......... 58% 57.9M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31550K .......... .......... .......... .......... .......... 58% 31.0M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31600K .......... .......... .......... .......... .......... 58% 50.7M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31650K .......... .......... .......... .......... .......... 58% 49.7M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31700K .......... .......... .......... .......... .......... 59% 54.8M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31750K .......... .......... .......... .......... .......... 59% 30.7M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31800K .......... .......... .......... .......... .......... 59% 639K 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31850K .......... .......... .......... .......... .......... 59% 1.29M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31900K .......... .......... .......... .......... .......... 59% 29.0M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 31950K .......... .......... .......... .......... .......... 59% 42.5M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32000K .......... .......... .......... .......... .......... 59% 24.4M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32050K .......... .......... .......... .......... .......... 59% 33.5M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32100K .......... .......... .......... .......... .......... 59% 34.8M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32150K .......... .......... .......... .......... .......... 59% 53.1M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32200K .......... .......... .......... .......... .......... 59% 22.1M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32250K .......... .......... .......... .......... .......... 60% 43.5M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32300K .......... .......... .......... .......... .......... 60% 54.0M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32350K .......... .......... .......... .......... .......... 60% 32.2M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32400K .......... .......... .......... .......... .......... 60% 44.2M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32450K .......... .......... .......... .......... .......... 60% 69.5M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32500K .......... .......... .......... .......... .......... 60% 43.8M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32550K .......... .......... .......... .......... .......... 60% 35.2M 4s unit-abot-epc-basic-0: 16:00:40 DEBUG unit.abot-epc-basic/0.install Get:389 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqscintilla2-12v5 amd64 2.9.1+dfsg-4build1 [810 kB] unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32600K .......... .......... .......... .......... .......... 60% 657K 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32650K .......... .......... .......... .......... .......... 60% 1.23M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32700K .......... .......... .......... .......... .......... 60% 24.1M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32750K .......... .......... .......... .......... .......... 61% 37.2M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32800K .......... .......... .......... .......... .......... 61% 24.0M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32850K .......... .......... .......... .......... .......... 61% 43.4M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32900K .......... .......... .......... .......... .......... 61% 28.1M 4s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 32950K .......... .......... .......... .......... .......... 61% 30.8M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33000K .......... .......... .......... .......... .......... 61% 33.3M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33050K .......... .......... .......... .......... .......... 61% 41.7M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33100K .......... .......... .......... .......... .......... 61% 48.8M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33150K .......... .......... .......... .......... .......... 61% 33.0M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33200K .......... .......... .......... .......... .......... 61% 39.6M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33250K .......... .......... .......... .......... .......... 61% 51.0M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33300K .......... .......... .......... .......... .......... 62% 41.7M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33350K .......... .......... .......... .......... .......... 62% 57.7M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33400K .......... .......... .......... .......... .......... 62% 1.30M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33450K .......... .......... .......... .......... .......... 62% 637K 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33500K .......... .......... .......... .......... .......... 62% 27.0M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33550K .......... .......... .......... .......... .......... 62% 35.5M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33600K .......... .......... .......... .......... .......... 62% 25.4M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33650K .......... .......... .......... .......... .......... 62% 46.8M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33700K .......... .......... .......... .......... .......... 62% 27.7M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33750K .......... .......... .......... .......... .......... 62% 26.5M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33800K .......... .......... .......... .......... .......... 62% 41.0M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33850K .......... .......... .......... .......... .......... 63% 35.7M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33900K .......... .......... .......... .......... .......... 63% 49.6M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 33950K .......... .......... .......... .......... .......... 63% 49.4M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34000K .......... .......... .......... .......... .......... 63% 32.7M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34050K .......... .......... .......... .......... .......... 63% 49.2M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34100K .......... .......... .......... .......... .......... 63% 45.4M 3s unit-abot-epc-basic-0: 16:00:40 DEBUG unit.abot-epc-basic/0.install Get:390 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qtchooser amd64 52-gae5eeef-2build1~gcc5.2 [22.3 kB] unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34150K .......... .......... .......... .......... .......... 63% 50.8M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34200K .......... .......... .......... .......... .......... 63% 1.29M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34250K .......... .......... .......... .......... .......... 63% 640K 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34300K .......... .......... .......... .......... .......... 63% 29.4M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34350K .......... .......... .......... .......... .......... 63% 27.5M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34400K .......... .......... .......... .......... .......... 64% 39.3M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34450K .......... .......... .......... .......... .......... 64% 29.7M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34500K .......... .......... .......... .......... .......... 64% 28.0M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34550K .......... .......... .......... .......... .......... 64% 26.7M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34600K .......... .......... .......... .......... .......... 64% 45.4M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34650K .......... .......... .......... .......... .......... 64% 32.1M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34700K .......... .......... .......... .......... .......... 64% 39.8M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34750K .......... .......... .......... .......... .......... 64% 40.0M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34800K .......... .......... .......... .......... .......... 64% 33.4M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34850K .......... .......... .......... .......... .......... 64% 57.1M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34900K .......... .......... .......... .......... .......... 65% 47.5M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 34950K .......... .......... .......... .......... .......... 65% 47.1M 3s unit-oai-hss-0: 16:00:40 DEBUG unit.oai-hss/0.install 35000K .......... .......... .......... .......... .......... 65% 25.3M 3s unit-abot-epc-basic-0: 16:00:40 DEBUG unit.abot-epc-basic/0.install Get:391 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qdbus amd64 4:4.8.7+dfsg-5ubuntu2 [29.9 kB] unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 35050K .......... .......... .......... .......... .......... 65% 439K 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 35100K .......... .......... .......... .......... .......... 65% 31.5M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 35150K .......... .......... .......... .......... .......... 65% 30.3M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 35200K .......... .......... .......... .......... .......... 65% 48.4M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 35250K .......... .......... .......... .......... .......... 65% 24.4M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 35300K .......... .......... .......... .......... .......... 65% 32.1M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 35350K .......... .......... .......... .......... .......... 65% 24.6M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 35400K .......... .......... .......... .......... .......... 65% 49.1M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 35450K .......... .......... .......... .......... .......... 66% 27.5M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 35500K .......... .......... .......... .......... .......... 66% 50.8M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 35550K .......... .......... .......... .......... .......... 66% 30.4M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 35600K .......... .......... .......... .......... .......... 66% 44.5M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 35650K .......... .......... .......... .......... .......... 66% 44.5M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 35700K .......... .......... .......... .......... .......... 66% 53.9M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 35750K .......... .......... .......... .......... .......... 66% 40.4M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 35800K .......... .......... .......... .......... .......... 66% 33.8M 3s unit-abot-epc-basic-0: 16:00:41 DEBUG unit.abot-epc-basic/0.install Get:392 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-dbus amd64 4:4.8.7+dfsg-5ubuntu2 [6,436 B] unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 35850K .......... .......... .......... .......... .......... 66% 436K 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 35900K .......... .......... .......... .......... .......... 66% 51.7M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 35950K .......... .......... .......... .......... .......... 66% 30.5M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36000K .......... .......... .......... .......... .......... 67% 43.7M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36050K .......... .......... .......... .......... .......... 67% 26.3M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36100K .......... .......... .......... .......... .......... 67% 28.8M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36150K .......... .......... .......... .......... .......... 67% 36.7M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36200K .......... .......... .......... .......... .......... 67% 22.1M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36250K .......... .......... .......... .......... .......... 67% 39.3M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36300K .......... .......... .......... .......... .......... 67% 57.1M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36350K .......... .......... .......... .......... .......... 67% 38.7M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36400K .......... .......... .......... .......... .......... 67% 30.0M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36450K .......... .......... .......... .......... .......... 67% 47.3M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36500K .......... .......... .......... .......... .......... 67% 43.5M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36550K .......... .......... .......... .......... .......... 68% 47.9M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36600K .......... .......... .......... .......... .......... 68% 37.8M 3s unit-abot-epc-basic-0: 16:00:41 DEBUG unit.abot-epc-basic/0.install Get:393 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-opengl amd64 4:4.8.7+dfsg-5ubuntu2 [301 kB] unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36650K .......... .......... .......... .......... .......... 68% 661K 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36700K .......... .......... .......... .......... .......... 68% 1.22M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36750K .......... .......... .......... .......... .......... 68% 34.6M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36800K .......... .......... .......... .......... .......... 68% 36.4M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36850K .......... .......... .......... .......... .......... 68% 25.9M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36900K .......... .......... .......... .......... .......... 68% 27.1M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 36950K .......... .......... .......... .......... .......... 68% 37.5M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37000K .......... .......... .......... .......... .......... 68% 24.0M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37050K .......... .......... .......... .......... .......... 69% 46.9M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37100K .......... .......... .......... .......... .......... 69% 36.3M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37150K .......... .......... .......... .......... .......... 69% 34.0M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37200K .......... .......... .......... .......... .......... 69% 37.3M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37250K .......... .......... .......... .......... .......... 69% 46.7M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37300K .......... .......... .......... .......... .......... 69% 56.5M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37350K .......... .......... .......... .......... .......... 69% 40.9M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37400K .......... .......... .......... .......... .......... 69% 43.8M 3s unit-abot-epc-basic-0: 16:00:41 DEBUG unit.abot-epc-basic/0.install Get:394 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqt4-sql-mysql amd64 4:4.8.7+dfsg-5ubuntu2 [30.5 kB] unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37450K .......... .......... .......... .......... .......... 69% 669K 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37500K .......... .......... .......... .......... .......... 69% 1.18M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37550K .......... .......... .......... .......... .......... 69% 44.2M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37600K .......... .......... .......... .......... .......... 70% 26.9M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37650K .......... .......... .......... .......... .......... 70% 35.1M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37700K .......... .......... .......... .......... .......... 70% 32.2M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37750K .......... .......... .......... .......... .......... 70% 27.0M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37800K .......... .......... .......... .......... .......... 70% 22.9M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37850K .......... .......... .......... .......... .......... 70% 43.1M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37900K .......... .......... .......... .......... .......... 70% 45.5M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 37950K .......... .......... .......... .......... .......... 70% 45.5M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38000K .......... .......... .......... .......... .......... 70% 32.4M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38050K .......... .......... .......... .......... .......... 70% 39.0M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38100K .......... .......... .......... .......... .......... 70% 54.1M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38150K .......... .......... .......... .......... .......... 71% 41.0M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38200K .......... .......... .......... .......... .......... 71% 44.8M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38250K .......... .......... .......... .......... .......... 71% 1.29M 3s unit-abot-epc-basic-0: 16:00:41 DEBUG unit.abot-epc-basic/0.install Get:395 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsctp1 amd64 1.0.16+dfsg-3 [8,088 B] unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38300K .......... .......... .......... .......... .......... 71% 641K 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38350K .......... .......... .......... .......... .......... 71% 36.3M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38400K .......... .......... .......... .......... .......... 71% 33.5M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38450K .......... .......... .......... .......... .......... 71% 33.6M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38500K .......... .......... .......... .......... .......... 71% 38.3M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38550K .......... .......... .......... .......... .......... 71% 24.2M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38600K .......... .......... .......... .......... .......... 71% 24.5M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38650K .......... .......... .......... .......... .......... 71% 36.5M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38700K .......... .......... .......... .......... .......... 72% 40.1M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38750K .......... .......... .......... .......... .......... 72% 47.2M 3s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38800K .......... .......... .......... .......... .......... 72% 31.6M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38850K .......... .......... .......... .......... .......... 72% 30.2M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38900K .......... .......... .......... .......... .......... 72% 56.1M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 38950K .......... .......... .......... .......... .......... 72% 56.2M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39000K .......... .......... .......... .......... .......... 72% 30.3M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39050K .......... .......... .......... .......... .......... 72% 45.5M 2s unit-abot-epc-basic-0: 16:00:41 DEBUG unit.abot-epc-basic/0.install Get:396 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsctp-dev amd64 1.0.16+dfsg-3 [62.4 kB] unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39100K .......... .......... .......... .......... .......... 72% 438K 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39150K .......... .......... .......... .......... .......... 72% 33.6M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39200K .......... .......... .......... .......... .......... 73% 45.8M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39250K .......... .......... .......... .......... .......... 73% 30.1M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39300K .......... .......... .......... .......... .......... 73% 39.3M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39350K .......... .......... .......... .......... .......... 73% 23.5M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39400K .......... .......... .......... .......... .......... 73% 27.1M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39450K .......... .......... .......... .......... .......... 73% 36.0M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39500K .......... .......... .......... .......... .......... 73% 38.3M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39550K .......... .......... .......... .......... .......... 73% 40.0M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39600K .......... .......... .......... .......... .......... 73% 36.3M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39650K .......... .......... .......... .......... .......... 73% 39.0M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39700K .......... .......... .......... .......... .......... 73% 33.7M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39750K .......... .......... .......... .......... .......... 74% 57.7M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39800K .......... .......... .......... .......... .......... 74% 42.1M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39850K .......... .......... .......... .......... .......... 74% 28.5M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39900K .......... .......... .......... .......... .......... 74% 648K 2s unit-abot-epc-basic-0: 16:00:41 DEBUG unit.abot-epc-basic/0.install Get:397 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-dev amd64 1.0.2g-1ubuntu4.13 [1,342 kB] unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 39950K .......... .......... .......... .......... .......... 74% 1.28M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 40000K .......... .......... .......... .......... .......... 74% 44.3M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 40050K .......... .......... .......... .......... .......... 74% 30.2M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 40100K .......... .......... .......... .......... .......... 74% 41.3M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 40150K .......... .......... .......... .......... .......... 74% 25.9M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 40200K .......... .......... .......... .......... .......... 74% 30.4M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 40250K .......... .......... .......... .......... .......... 74% 26.1M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 40300K .......... .......... .......... .......... .......... 75% 30.5M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 40350K .......... .......... .......... .......... .......... 75% 65.4M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 40400K .......... .......... .......... .......... .......... 75% 34.4M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 40450K .......... .......... .......... .......... .......... 75% 40.0M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 40500K .......... .......... .......... .......... .......... 75% 29.0M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 40550K .......... .......... .......... .......... .......... 75% 66.4M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 40600K .......... .......... .......... .......... .......... 75% 44.5M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 40650K .......... .......... .......... .......... .......... 75% 26.3M 2s unit-oai-hss-0: 16:00:41 DEBUG unit.oai-hss/0.install 40700K .......... .......... .......... .......... .......... 75% 678K 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 40750K .......... .......... .......... .......... .......... 75% 1.18M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 40800K .......... .......... .......... .......... .......... 75% 32.9M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 40850K .......... .......... .......... .......... .......... 76% 36.0M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 40900K .......... .......... .......... .......... .......... 76% 39.3M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 40950K .......... .......... .......... .......... .......... 76% 35.3M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41000K .......... .......... .......... .......... .......... 76% 22.9M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41050K .......... .......... .......... .......... .......... 76% 25.7M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41100K .......... .......... .......... .......... .......... 76% 34.0M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41150K .......... .......... .......... .......... .......... 76% 50.7M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41200K .......... .......... .......... .......... .......... 76% 37.1M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41250K .......... .......... .......... .......... .......... 76% 43.3M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41300K .......... .......... .......... .......... .......... 76% 25.7M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41350K .......... .......... .......... .......... .......... 77% 53.0M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41400K .......... .......... .......... .......... .......... 77% 46.3M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41450K .......... .......... .......... .......... .......... 77% 34.9M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41500K .......... .......... .......... .......... .......... 77% 1.32M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41550K .......... .......... .......... .......... .......... 77% 642K 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41600K .......... .......... .......... .......... .......... 77% 31.9M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41650K .......... .......... .......... .......... .......... 77% 34.3M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41700K .......... .......... .......... .......... .......... 77% 33.3M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41750K .......... .......... .......... .......... .......... 77% 38.9M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41800K .......... .......... .......... .......... .......... 77% 29.4M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41850K .......... .......... .......... .......... .......... 77% 22.0M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41900K .......... .......... .......... .......... .......... 78% 35.7M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 41950K .......... .......... .......... .......... .......... 78% 39.6M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42000K .......... .......... .......... .......... .......... 78% 45.8M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42050K .......... .......... .......... .......... .......... 78% 34.6M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42100K .......... .......... .......... .......... .......... 78% 34.3M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42150K .......... .......... .......... .......... .......... 78% 39.8M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42200K .......... .......... .......... .......... .......... 78% 53.4M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42250K .......... .......... .......... .......... .......... 78% 36.6M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42300K .......... .......... .......... .......... .......... 78% 33.5M 2s unit-abot-epc-basic-0: 16:00:42 DEBUG unit.abot-epc-basic/0.install Get:398 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-doc all 1.0.2g-1ubuntu4.13 [1,079 kB] unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42350K .......... .......... .......... .......... .......... 78% 441K 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42400K .......... .......... .......... .......... .......... 78% 27.0M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42450K .......... .......... .......... .......... .......... 79% 38.5M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42500K .......... .......... .......... .......... .......... 79% 32.2M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42550K .......... .......... .......... .......... .......... 79% 44.2M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42600K .......... .......... .......... .......... .......... 79% 26.8M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42650K .......... .......... .......... .......... .......... 79% 7.50M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42700K .......... .......... .......... .......... .......... 79% 35.1M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42750K .......... .......... .......... .......... .......... 79% 45.9M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42800K .......... .......... .......... .......... .......... 79% 45.1M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42850K .......... .......... .......... .......... .......... 79% 49.6M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42900K .......... .......... .......... .......... .......... 79% 42.6M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 42950K .......... .......... .......... .......... .......... 79% 55.1M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43000K .......... .......... .......... .......... .......... 80% 64.6M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43050K .......... .......... .......... .......... .......... 80% 51.7M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43100K .......... .......... .......... .......... .......... 80% 70.0M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43150K .......... .......... .......... .......... .......... 80% 692K 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43200K .......... .......... .......... .......... .......... 80% 1.19M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43250K .......... .......... .......... .......... .......... 80% 33.2M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43300K .......... .......... .......... .......... .......... 80% 33.1M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43350K .......... .......... .......... .......... .......... 80% 36.9M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43400K .......... .......... .......... .......... .......... 80% 34.6M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43450K .......... .......... .......... .......... .......... 80% 7.24M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43500K .......... .......... .......... .......... .......... 81% 57.2M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43550K .......... .......... .......... .......... .......... 81% 50.7M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43600K .......... .......... .......... .......... .......... 81% 54.7M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43650K .......... .......... .......... .......... .......... 81% 54.4M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43700K .......... .......... .......... .......... .......... 81% 66.0M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43750K .......... .......... .......... .......... .......... 81% 75.3M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43800K .......... .......... .......... .......... .......... 81% 67.1M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43850K .......... .......... .......... .......... .......... 81% 77.1M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43900K .......... .......... .......... .......... .......... 81% 74.4M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 43950K .......... .......... .......... .......... .......... 81% 1.31M 2s unit-abot-epc-basic-0: 16:00:42 DEBUG unit.abot-epc-basic/0.install Get:399 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsvn1 amd64 1.9.3-2ubuntu1.1 [1,170 kB] unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44000K .......... .......... .......... .......... .......... 81% 643K 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44050K .......... .......... .......... .......... .......... 82% 29.9M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44100K .......... .......... .......... .......... .......... 82% 35.5M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44150K .......... .......... .......... .......... .......... 82% 31.4M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44200K .......... .......... .......... .......... .......... 82% 36.4M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44250K .......... .......... .......... .......... .......... 82% 6.85M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44300K .......... .......... .......... .......... .......... 82% 49.6M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44350K .......... .......... .......... .......... .......... 82% 41.5M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44400K .......... .......... .......... .......... .......... 82% 42.2M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44450K .......... .......... .......... .......... .......... 82% 44.6M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44500K .......... .......... .......... .......... .......... 82% 75.1M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44550K .......... .......... .......... .......... .......... 82% 51.0M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44600K .......... .......... .......... .......... .......... 83% 51.5M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44650K .......... .......... .......... .......... .......... 83% 83.2M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44700K .......... .......... .......... .......... .......... 83% 81.8M 2s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44750K .......... .......... .......... .......... .......... 83% 68.3M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44800K .......... .......... .......... .......... .......... 83% 648K 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44850K .......... .......... .......... .......... .......... 83% 1.32M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44900K .......... .......... .......... .......... .......... 83% 32.8M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 44950K .......... .......... .......... .......... .......... 83% 30.6M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45000K .......... .......... .......... .......... .......... 83% 43.3M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45050K .......... .......... .......... .......... .......... 83% 7.33M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45100K .......... .......... .......... .......... .......... 83% 27.0M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45150K .......... .......... .......... .......... .......... 84% 65.6M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45200K .......... .......... .......... .......... .......... 84% 58.6M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45250K .......... .......... .......... .......... .......... 84% 59.3M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45300K .......... .......... .......... .......... .......... 84% 60.0M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45350K .......... .......... .......... .......... .......... 84% 56.9M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45400K .......... .......... .......... .......... .......... 84% 86.0M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45450K .......... .......... .......... .......... .......... 84% 68.1M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45500K .......... .......... .......... .......... .......... 84% 66.0M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45550K .......... .......... .......... .......... .......... 84% 50.8M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45600K .......... .......... .......... .......... .......... 84% 675K 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45650K .......... .......... .......... .......... .......... 85% 1.19M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45700K .......... .......... .......... .......... .......... 85% 35.1M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45750K .......... .......... .......... .......... .......... 85% 49.8M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45800K .......... .......... .......... .......... .......... 85% 23.8M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45850K .......... .......... .......... .......... .......... 85% 58.5M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45900K .......... .......... .......... .......... .......... 85% 6.73M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 45950K .......... .......... .......... .......... .......... 85% 39.5M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46000K .......... .......... .......... .......... .......... 85% 67.1M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46050K .......... .......... .......... .......... .......... 85% 40.9M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46100K .......... .......... .......... .......... .......... 85% 58.9M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46150K .......... .......... .......... .......... .......... 85% 58.2M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46200K .......... .......... .......... .......... .......... 86% 63.4M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46250K .......... .......... .......... .......... .......... 86% 55.9M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46300K .......... .......... .......... .......... .......... 86% 62.1M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46350K .......... .......... .......... .......... .......... 86% 82.4M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46400K .......... .......... .......... .......... .......... 86% 66.2M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46450K .......... .......... .......... .......... .......... 86% 440K 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46500K .......... .......... .......... .......... .......... 86% 38.2M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46550K .......... .......... .......... .......... .......... 86% 39.6M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46600K .......... .......... .......... .......... .......... 86% 30.6M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46650K .......... .......... .......... .......... .......... 86% 36.6M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46700K .......... .......... .......... .......... .......... 86% 7.91M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46750K .......... .......... .......... .......... .......... 87% 23.2M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46800K .......... .......... .......... .......... .......... 87% 53.4M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46850K .......... .......... .......... .......... .......... 87% 48.6M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46900K .......... .......... .......... .......... .......... 87% 56.7M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 46950K .......... .......... .......... .......... .......... 87% 49.6M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 47000K .......... .......... .......... .......... .......... 87% 40.6M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 47050K .......... .......... .......... .......... .......... 87% 63.4M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 47100K .......... .......... .......... .......... .......... 87% 57.4M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 47150K .......... .......... .......... .......... .......... 87% 67.3M 1s unit-oai-hss-0: 16:00:42 DEBUG unit.oai-hss/0.install 47200K .......... .......... .......... .......... .......... 87% 65.6M 1s unit-abot-epc-basic-0: 16:00:42 DEBUG unit.abot-epc-basic/0.install Get:400 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsynctex1 amd64 2015.20160222.37495-1 [41.7 kB] unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 47250K .......... .......... .......... .......... .......... 87% 683K 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 47300K .......... .......... .......... .......... .......... 88% 1.20M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 47350K .......... .......... .......... .......... .......... 88% 34.3M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 47400K .......... .......... .......... .......... .......... 88% 48.2M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 47450K .......... .......... .......... .......... .......... 88% 29.6M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 47500K .......... .......... .......... .......... .......... 88% 23.3M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 47550K .......... .......... .......... .......... .......... 88% 7.94M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 47600K .......... .......... .......... .......... .......... 88% 35.4M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 47650K .......... .......... .......... .......... .......... 88% 46.4M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 47700K .......... .......... .......... .......... .......... 88% 65.5M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 47750K .......... .......... .......... .......... .......... 88% 47.7M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 47800K .......... .......... .......... .......... .......... 89% 71.8M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 47850K .......... .......... .......... .......... .......... 89% 55.8M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 47900K .......... .......... .......... .......... .......... 89% 69.7M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 47950K .......... .......... .......... .......... .......... 89% 65.4M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48000K .......... .......... .......... .......... .......... 89% 75.2M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48050K .......... .......... .......... .......... .......... 89% 62.3M 1s unit-abot-epc-basic-0: 16:00:43 DEBUG unit.abot-epc-basic/0.install Get:401 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-6-dev amd64 4.7-3ubuntu0.16.04.3 [85.9 kB] unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48100K .......... .......... .......... .......... .......... 89% 441K 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48150K .......... .......... .......... .......... .......... 89% 34.7M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48200K .......... .......... .......... .......... .......... 89% 30.7M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48250K .......... .......... .......... .......... .......... 89% 36.3M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48300K .......... .......... .......... .......... .......... 89% 34.5M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48350K .......... .......... .......... .......... .......... 90% 7.87M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48400K .......... .......... .......... .......... .......... 90% 24.8M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48450K .......... .......... .......... .......... .......... 90% 34.9M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48500K .......... .......... .......... .......... .......... 90% 60.2M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48550K .......... .......... .......... .......... .......... 90% 34.1M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48600K .......... .......... .......... .......... .......... 90% 65.7M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48650K .......... .......... .......... .......... .......... 90% 70.4M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48700K .......... .......... .......... .......... .......... 90% 60.8M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48750K .......... .......... .......... .......... .......... 90% 57.0M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48800K .......... .......... .......... .......... .......... 90% 70.1M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48850K .......... .......... .......... .......... .......... 90% 98.1M 1s unit-abot-epc-basic-0: 16:00:43 DEBUG unit.abot-epc-basic/0.install Get:402 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtexlua52 amd64 2015.20160222.37495-1 [90.8 kB] unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48900K .......... .......... .......... .......... .......... 91% 680K 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 48950K .......... .......... .......... .......... .......... 91% 1.21M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49000K .......... .......... .......... .......... .......... 91% 27.6M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49050K .......... .......... .......... .......... .......... 91% 44.3M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49100K .......... .......... .......... .......... .......... 91% 30.5M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49150K .......... .......... .......... .......... .......... 91% 26.4M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49200K .......... .......... .......... .......... .......... 91% 8.10M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49250K .......... .......... .......... .......... .......... 91% 24.5M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49300K .......... .......... .......... .......... .......... 91% 53.8M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49350K .......... .......... .......... .......... .......... 91% 38.3M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49400K .......... .......... .......... .......... .......... 91% 60.8M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49450K .......... .......... .......... .......... .......... 92% 60.0M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49500K .......... .......... .......... .......... .......... 92% 56.8M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49550K .......... .......... .......... .......... .......... 92% 56.4M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49600K .......... .......... .......... .......... .......... 92% 65.0M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49650K .......... .......... .......... .......... .......... 92% 86.3M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49700K .......... .......... .......... .......... .......... 92% 73.6M 1s unit-abot-epc-basic-0: 16:00:43 DEBUG unit.abot-epc-basic/0.install Get:403 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtexluajit2 amd64 2015.20160222.37495-1 [213 kB] unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49750K .......... .......... .......... .......... .......... 92% 652K 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49800K .......... .......... .......... .......... .......... 92% 1.31M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49850K .......... .......... .......... .......... .......... 92% 32.3M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49900K .......... .......... .......... .......... .......... 92% 31.3M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 49950K .......... .......... .......... .......... .......... 93% 42.3M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50000K .......... .......... .......... .......... .......... 93% 26.3M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50050K .......... .......... .......... .......... .......... 93% 7.54M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50100K .......... .......... .......... .......... .......... 93% 32.4M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50150K .......... .......... .......... .......... .......... 93% 62.4M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50200K .......... .......... .......... .......... .......... 93% 34.9M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50250K .......... .......... .......... .......... .......... 93% 40.2M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50300K .......... .......... .......... .......... .......... 93% 59.2M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50350K .......... .......... .......... .......... .......... 93% 64.1M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50400K .......... .......... .......... .......... .......... 93% 64.8M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50450K .......... .......... .......... .......... .......... 93% 55.4M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50500K .......... .......... .......... .......... .......... 94% 61.6M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50550K .......... .......... .......... .......... .......... 94% 1.36M 1s unit-abot-epc-basic-0: 16:00:43 DEBUG unit.abot-epc-basic/0.install Get:404 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libtext-unidecode-perl all 1.27-1 [103 kB] unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50600K .......... .......... .......... .......... .......... 94% 648K 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50650K .......... .......... .......... .......... .......... 94% 47.4M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50700K .......... .......... .......... .......... .......... 94% 31.9M 1s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50750K .......... .......... .......... .......... .......... 94% 36.1M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50800K .......... .......... .......... .......... .......... 94% 33.5M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50850K .......... .......... .......... .......... .......... 94% 8.30M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50900K .......... .......... .......... .......... .......... 94% 20.6M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 50950K .......... .......... .......... .......... .......... 94% 36.0M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51000K .......... .......... .......... .......... .......... 94% 51.8M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51050K .......... .......... .......... .......... .......... 95% 41.9M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51100K .......... .......... .......... .......... .......... 95% 37.7M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51150K .......... .......... .......... .......... .......... 95% 66.6M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51200K .......... .......... .......... .......... .......... 95% 56.2M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51250K .......... .......... .......... .......... .......... 95% 60.3M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51300K .......... .......... .......... .......... .......... 95% 64.2M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51350K .......... .......... .......... .......... .......... 95% 56.5M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51400K .......... .......... .......... .......... .......... 95% 691K 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51450K .......... .......... .......... .......... .......... 95% 1.20M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51500K .......... .......... .......... .......... .......... 95% 37.4M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51550K .......... .......... .......... .......... .......... 95% 38.2M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51600K .......... .......... .......... .......... .......... 96% 34.4M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51650K .......... .......... .......... .......... .......... 96% 31.1M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51700K .......... .......... .......... .......... .......... 96% 8.18M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51750K .......... .......... .......... .......... .......... 96% 21.9M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51800K .......... .......... .......... .......... .......... 96% 34.0M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51850K .......... .......... .......... .......... .......... 96% 62.5M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51900K .......... .......... .......... .......... .......... 96% 37.7M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 51950K .......... .......... .......... .......... .......... 96% 42.0M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52000K .......... .......... .......... .......... .......... 96% 64.3M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52050K .......... .......... .......... .......... .......... 96% 60.5M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52100K .......... .......... .......... .......... .......... 97% 61.6M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52150K .......... .......... .......... .......... .......... 97% 65.2M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52200K .......... .......... .......... .......... .......... 97% 67.3M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52250K .......... .......... .......... .......... .......... 97% 662K 0s unit-abot-epc-basic-0: 16:00:43 DEBUG unit.abot-epc-basic/0.install Get:405 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtie-ixhash-perl all 1.23-2 [11.2 kB] unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52300K .......... .......... .......... .......... .......... 97% 1.30M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52350K .......... .......... .......... .......... .......... 97% 34.8M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52400K .......... .......... .......... .......... .......... 97% 44.5M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52450K .......... .......... .......... .......... .......... 97% 35.0M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52500K .......... .......... .......... .......... .......... 97% 27.3M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52550K .......... .......... .......... .......... .......... 97% 8.11M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52600K .......... .......... .......... .......... .......... 97% 23.4M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52650K .......... .......... .......... .......... .......... 98% 43.3M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52700K .......... .......... .......... .......... .......... 98% 50.7M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52750K .......... .......... .......... .......... .......... 98% 44.4M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52800K .......... .......... .......... .......... .......... 98% 33.6M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52850K .......... .......... .......... .......... .......... 98% 63.9M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52900K .......... .......... .......... .......... .......... 98% 68.0M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 52950K .......... .......... .......... .......... .......... 98% 64.9M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 53000K .......... .......... .......... .......... .......... 98% 57.8M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 53050K .......... .......... .......... .......... .......... 98% 74.0M 0s unit-oai-hss-0: 16:00:43 DEBUG unit.oai-hss/0.install 53100K .......... .......... .......... .......... .......... 98% 662K 0s unit-abot-epc-basic-0: 16:00:44 DEBUG unit.abot-epc-basic/0.install Get:406 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtool all 2.4.6-0.1 [193 kB] unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install 53150K .......... .......... .......... .......... .......... 98% 1.30M 0s unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install 53200K .......... .......... .......... .......... .......... 99% 30.3M 0s unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install 53250K .......... .......... .......... .......... .......... 99% 56.9M 0s unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install 53300K .......... .......... .......... .......... .......... 99% 31.6M 0s unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install 53350K .......... .......... .......... .......... .......... 99% 29.0M 0s unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install 53400K .......... .......... .......... .......... .......... 99% 8.25M 0s unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install 53450K .......... .......... .......... .......... .......... 99% 21.1M 0s unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install 53500K .......... .......... .......... .......... .......... 99% 40.8M 0s unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install 53550K .......... .......... .......... .......... .......... 99% 47.0M 0s unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install 53600K .......... .......... .......... .......... .......... 99% 56.1M 0s unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install 53650K .......... .......... .......... .......... .......... 99% 33.0M 0s unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install 53700K .......... .......... .......... .......... .......... 99% 55.1M 0s unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install 53750K ...... 100% 11500G=8.9s unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install 2018-08-27 16:00:44 (5.87 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [55046174/55046174] unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install FINISHED --2018-08-27 16:00:44-- unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install Total wall clock time: 13s unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install Downloaded: 4 files, 66M in 12s (5.56 MB/s) unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install + dpkg -i kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-abot-epc-basic-0: 16:00:44 DEBUG unit.abot-epc-basic/0.install Get:407 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-0-dev amd64 2:1.0.20-1 [58.5 kB] unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install (Reading database ... 79167 files and directories currently installed.) unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-hss-0: 16:00:44 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 16:00:44 DEBUG unit.abot-epc-basic/0.install Get:408 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-doc all 2:1.0.20-1 [160 kB] unit-abot-epc-basic-0: 16:00:45 DEBUG unit.abot-epc-basic/0.install Get:409 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom-bin amd64 0.22-1~ubuntu16.04.1 [4,642 B] unit-abot-epc-basic-0: 16:00:45 DEBUG unit.abot-epc-basic/0.install Get:410 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-protocol-perl all 0.56-7 [149 kB] unit-abot-epc-basic-0: 16:00:45 DEBUG unit.abot-epc-basic/0.install Get:411 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-namespacesupport-perl all 1.11-1 [13.2 kB] unit-abot-epc-basic-0: 16:00:45 DEBUG unit.abot-epc-basic/0.install Get:412 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-base-perl all 1.07-1 [21.5 kB] unit-abot-epc-basic-0: 16:00:45 DEBUG unit.abot-epc-basic/0.install Get:413 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB] unit-abot-epc-basic-0: 16:00:45 DEBUG unit.abot-epc-basic/0.install Get:414 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml-libxml-perl amd64 2.0123+dfsg-1ubuntu0.1 [316 kB] unit-oai-hss-0: 16:00:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-hss-0: 16:00:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-abot-epc-basic-0: 16:00:46 DEBUG unit.abot-epc-basic/0.install Get:415 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-expat-perl all 0.40-2 [11.5 kB] unit-oai-hss-0: 16:00:46 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 16:00:46 DEBUG unit.abot-epc-basic/0.install Get:416 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-xpathengine-perl all 0.13-1 [37.1 kB] unit-abot-epc-basic-0: 16:00:46 DEBUG unit.abot-epc-basic/0.install Get:417 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml2-dev amd64 2.9.3+dfsg1-1ubuntu0.6 [743 kB] unit-abot-epc-basic-0: 16:00:46 DEBUG unit.abot-epc-basic/0.install Get:418 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxslt1-dev amd64 1.1.28-2.1ubuntu0.1 [406 kB] unit-abot-epc-basic-0: 16:00:46 DEBUG unit.abot-epc-basic/0.install Get:419 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libzzip-0-13 amd64 0.13.62-3ubuntu0.16.04.2 [26.1 kB] unit-abot-epc-basic-0: 16:00:47 DEBUG unit.abot-epc-basic/0.install Get:420 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 lmodern all 2.004.5-1 [9,571 kB] unit-abot-epc-basic-0: 16:00:47 DEBUG unit.abot-epc-basic/0.install Get:421 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mesa-common-dev amd64 18.0.5-0ubuntu0~16.04.1 [543 kB] unit-abot-epc-basic-0: 16:00:47 DEBUG unit.abot-epc-basic/0.install Get:422 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 mscgen amd64 0.20-5 [42.9 kB] unit-abot-epc-basic-0: 16:00:48 DEBUG unit.abot-epc-basic/0.install Get:423 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libosmesa6 amd64 18.0.5-0ubuntu0~16.04.1 [1,272 kB] unit-abot-epc-basic-0: 16:00:48 DEBUG unit.abot-epc-basic/0.install Get:424 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 texinfo amd64 6.1.0.dfsg.1-5 [744 kB] unit-abot-epc-basic-0: 16:00:48 DEBUG unit.abot-epc-basic/0.install Get:425 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 octave-common all 4.0.0-3ubuntu9.2 [1,282 kB] unit-abot-epc-basic-0: 16:00:48 DEBUG unit.abot-epc-basic/0.install Get:426 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 octave amd64 4.0.0-3ubuntu9.2 [1,474 kB] unit-abot-epc-basic-0: 16:00:48 DEBUG unit.abot-epc-basic/0.install Get:427 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 octave-control amd64 3.0.0-1 [819 kB] unit-abot-epc-basic-0: 16:00:48 DEBUG unit.abot-epc-basic/0.install Get:428 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 octave-signal amd64 1.3.2-1 [199 kB] unit-abot-epc-basic-0: 16:00:49 DEBUG unit.abot-epc-basic/0.install Get:429 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 pstoedit amd64 3.70-1ubuntu2 [102 kB] unit-abot-epc-basic-0: 16:00:49 DEBUG unit.abot-epc-basic/0.install Get:430 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 pydb all 1.26-2 [83.8 kB] unit-abot-epc-basic-0: 16:00:49 DEBUG unit.abot-epc-basic/0.install Get:431 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qt-at-spi amd64 0.4.0-3 [58.0 kB] unit-abot-epc-basic-0: 16:00:49 DEBUG unit.abot-epc-basic/0.install Get:432 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qttranslations5-l10n all 5.5.1-2build1 [1,210 kB] unit-abot-epc-basic-0: 16:00:49 DEBUG unit.abot-epc-basic/0.install Get:433 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 rubygems-integration all 1.10 [4,966 B] unit-abot-epc-basic-0: 16:00:49 DEBUG unit.abot-epc-basic/0.install Get:434 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-did-you-mean all 1.0.0-2 [8,390 B] unit-abot-epc-basic-0: 16:00:50 DEBUG unit.abot-epc-basic/0.install Get:435 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-minitest all 5.8.4-2 [36.6 kB] unit-abot-epc-basic-0: 16:00:50 DEBUG unit.abot-epc-basic/0.install Get:436 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-net-telnet all 0.1.1-2 [12.6 kB] unit-oai-hss-0: 16:00:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-hss-0: 16:00:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-abot-epc-basic-0: 16:00:50 DEBUG unit.abot-epc-basic/0.install Get:437 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-power-assert all 0.2.7-1 [7,668 B] unit-oai-hss-0: 16:00:50 DEBUG unit.oai-hss/0.install Done. unit-oai-hss-0: 16:00:50 DEBUG unit.oai-hss/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 16:00:50 DEBUG unit.abot-epc-basic/0.install Get:438 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-test-unit all 3.1.7-2 [60.3 kB] unit-abot-epc-basic-0: 16:00:50 DEBUG unit.abot-epc-basic/0.install Get:439 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libruby2.3 amd64 2.3.1-2~16.04.10 [2,960 kB] unit-abot-epc-basic-0: 16:00:50 DEBUG unit.abot-epc-basic/0.install Get:440 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ruby2.3 amd64 2.3.1-2~16.04.10 [41.0 kB] unit-abot-epc-basic-0: 16:00:50 DEBUG unit.abot-epc-basic/0.install Get:441 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby all 1:2.3.0+1 [5,530 B] unit-abot-epc-basic-0: 16:00:51 DEBUG unit.abot-epc-basic/0.install Get:442 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 rake all 10.5.0-2 [48.2 kB] unit-abot-epc-basic-0: 16:00:51 DEBUG unit.abot-epc-basic/0.install Get:443 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 subversion amd64 1.9.3-2ubuntu1.1 [308 kB] unit-abot-epc-basic-0: 16:00:51 DEBUG unit.abot-epc-basic/0.install Get:444 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 t1utils amd64 1.39-2 [53.4 kB] unit-abot-epc-basic-0: 16:00:51 DEBUG unit.abot-epc-basic/0.install Get:445 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tcl8.6 amd64 8.6.5+dfsg-2 [14.2 kB] unit-abot-epc-basic-0: 16:00:51 DEBUG unit.abot-epc-basic/0.install Get:446 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tcl amd64 8.6.0+9 [5,146 B] unit-abot-epc-basic-0: 16:00:51 DEBUG unit.abot-epc-basic/0.install Get:447 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 texlive-binaries amd64 2015.20160222.37495-1 [7,325 kB] unit-abot-epc-basic-0: 16:00:52 DEBUG unit.abot-epc-basic/0.install Get:448 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 xdg-utils all 1.1.1-1ubuntu1.16.04.3 [59.6 kB] unit-abot-epc-basic-0: 16:00:52 DEBUG unit.abot-epc-basic/0.install Get:449 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-base all 2015.20160320-1ubuntu0.1 [18.3 MB] unit-abot-epc-basic-0: 16:00:53 DEBUG unit.abot-epc-basic/0.install Get:450 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-latex-base all 2015.20160320-1ubuntu0.1 [851 kB] unit-abot-epc-basic-0: 16:00:53 DEBUG unit.abot-epc-basic/0.install Get:451 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-latex-base-doc all 2015.20160320-1ubuntu0.1 [45.4 MB] unit-abot-epc-basic-0: 16:00:56 DEBUG unit.abot-epc-basic/0.install Get:452 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tk8.6 amd64 8.6.5-1 [12.2 kB] unit-abot-epc-basic-0: 16:00:56 DEBUG unit.abot-epc-basic/0.install Get:453 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tk amd64 8.6.0+9 [3,178 B] unit-abot-epc-basic-0: 16:00:56 DEBUG unit.abot-epc-basic/0.install Get:454 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB] unit-abot-epc-basic-0: 16:00:57 DEBUG unit.abot-epc-basic/0.install Get:455 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11-utils amd64 7.7+3 [189 kB] unit-abot-epc-basic-0: 16:00:57 DEBUG unit.abot-epc-basic/0.install Get:456 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11-xserver-utils amd64 7.7+7 [155 kB] unit-abot-epc-basic-0: 16:00:57 DEBUG unit.abot-epc-basic/0.install Get:457 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xbitmaps all 1.1.1-2 [28.1 kB] unit-abot-epc-basic-0: 16:00:57 DEBUG unit.abot-epc-basic/0.install Get:458 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 xmlstarlet amd64 1.6.1-1ubuntu1 [96.0 kB] unit-abot-epc-basic-0: 16:00:57 DEBUG unit.abot-epc-basic/0.install Get:459 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xterm amd64 322-1ubuntu1 [607 kB] unit-abot-epc-basic-0: 16:00:58 DEBUG unit.abot-epc-basic/0.install Get:460 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB] unit-abot-epc-basic-0: 16:00:58 DEBUG unit.abot-epc-basic/0.install Get:461 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB] unit-abot-epc-basic-0: 16:00:58 DEBUG unit.abot-epc-basic/0.install Get:462 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dbg amd64 2.23-0ubuntu10 [3,683 kB] unit-abot-epc-basic-0: 16:00:59 DEBUG unit.abot-epc-basic/0.install Get:463 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libffi-dev amd64 3.2.1-4 [161 kB] unit-oai-hss-0: 16:00:59 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-hss-0: 16:00:59 DEBUG unit.oai-hss/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 16:00:59 DEBUG unit.abot-epc-basic/0.install Get:464 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dev amd64 18.0.5-0ubuntu0~16.04.1 [4,456 B] unit-oai-hss-0: 16:00:59 DEBUG unit.oai-hss/0.install Running depmod. unit-abot-epc-basic-0: 16:00:59 DEBUG unit.abot-epc-basic/0.install Get:465 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libidn2-0-dev amd64 0.10-3 [268 kB] unit-abot-epc-basic-0: 16:00:59 DEBUG unit.abot-epc-basic/0.install Get:466 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 liboctave-dev amd64 4.0.0-3ubuntu9.2 [492 kB] unit-abot-epc-basic-0: 16:00:59 DEBUG unit.abot-epc-basic/0.install Get:467 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-doc all 4.7-3ubuntu0.16.04.3 [299 kB] unit-oai-hss-0: 16:00:59 DEBUG unit.oai-hss/0.install update-initramfs: deferring update (hook will be called later) unit-oai-hss-0: 16:00:59 DEBUG unit.oai-hss/0.install Examining /etc/kernel/postinst.d. unit-oai-hss-0: 16:00:59 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 16:00:59 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 16:00:59 DEBUG unit.oai-hss/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 16:00:59 DEBUG unit.abot-epc-basic/0.install Get:468 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-dev amd64 0.1.6-3 [55.2 kB] unit-abot-epc-basic-0: 16:01:00 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 6% Extracting templates from packages: 12% Extracting templates from packages: 19% Extracting templates from packages: 25% Extracting templates from packages: 32% Extracting templates from packages: 38% Extracting templates from packages: 44% Extracting templates from packages: 51% Extracting templates from packages: 57% Extracting templates from packages: 64% Extracting templates from packages: 70% Extracting templates from packages: 76% Extracting templates from packages: 83% Extracting templates from packages: 89% Extracting templates from packages: 96% Extracting templates from packages: 100% unit-abot-epc-basic-0: 16:01:00 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 16:01:00 DEBUG unit.abot-epc-basic/0.install Fetched 291 MB in 1min 47s (2,693 kB/s) unit-abot-epc-basic-0: 16:01:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-data. unit-abot-epc-basic-0: 16:01:00 DEBUG unit.abot-epc-basic/0.install (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 ... 67239 files and directories currently installed.) unit-abot-epc-basic-0: 16:01:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... unit-abot-epc-basic-0: 16:01:00 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 16:01:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive13:amd64. unit-abot-epc-basic-0: 16:01:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive13_3.1.2-11ubuntu0.16.04.4_amd64.deb ... unit-abot-epc-basic-0: 16:01:01 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 16:01:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcurl3:amd64. unit-abot-epc-basic-0: 16:01:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.8_amd64.deb ... unit-abot-epc-basic-0: 16:01:01 DEBUG unit.abot-epc-basic/0.install Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.8) ... unit-abot-epc-basic-0: 16:01:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoncpp1:amd64. unit-abot-epc-basic-0: 16:01:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:01 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 16:01:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake. unit-abot-epc-basic-0: 16:01:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 16:01:01 DEBUG unit.abot-epc-basic/0.install Unpacking cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 16:01:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-curses-gui. unit-abot-epc-basic-0: 16:01:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-curses-gui_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 16:01:02 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 16:01:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 16:01:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/m4_1.4.17-5_amd64.deb ... unit-abot-epc-basic-0: 16:01:03 DEBUG unit.abot-epc-basic/0.install Unpacking m4 (1.4.17-5) ... unit-abot-epc-basic-0: 16:01:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfl-dev:amd64. unit-abot-epc-basic-0: 16:01:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfl-dev_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 16:01:03 DEBUG unit.abot-epc-basic/0.install Unpacking libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 16:01:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package flex. unit-abot-epc-basic-0: 16:01:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../flex_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 16:01:03 DEBUG unit.abot-epc-basic/0.install Unpacking flex (2.6.0-11) ... unit-abot-epc-basic-0: 16:01:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lato. unit-abot-epc-basic-0: 16:01:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lato_2.0-1_all.deb ... unit-abot-epc-basic-0: 16:01:03 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 16:01:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package imagemagick-common. unit-abot-epc-basic-0: 16:01:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../imagemagick-common_8%3a6.8.9.9-7ubuntu5.12_all.deb ... unit-abot-epc-basic-0: 16:01:05 DEBUG unit.abot-epc-basic/0.install Unpacking imagemagick-common (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 16:01:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaudio2:amd64. unit-abot-epc-basic-0: 16:01:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaudio2_1.9.4-4_amd64.deb ... unit-abot-epc-basic-0: 16:01:05 DEBUG unit.abot-epc-basic/0.install Unpacking libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 16:01:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexif12:amd64. unit-abot-epc-basic-0: 16:01:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexif12_0.6.21-2_amd64.deb ... unit-abot-epc-basic-0: 16:01:05 DEBUG unit.abot-epc-basic/0.install Unpacking libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 16:01:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-double3:amd64. unit-abot-epc-basic-0: 16:01:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-double3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:05 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 16:01:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-long3:amd64. unit-abot-epc-basic-0: 16:01:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-long3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:06 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 16:01:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-quad3:amd64. unit-abot-epc-basic-0: 16:01:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-quad3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:07 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 16:01:07 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 16:01:07 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 16:01:07 DEBUG unit.oai-hss/0.install Searching for GRUB installation directory ... found: /boot/grub unit-abot-epc-basic-0: 16:01:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-single3:amd64. unit-abot-epc-basic-0: 16:01:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-single3_3.3.4-2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:01:07 DEBUG unit.oai-hss/0.install Searching for default file ... found: /boot/grub/default unit-oai-hss-0: 16:01:07 DEBUG unit.oai-hss/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-hss-0: 16:01:07 DEBUG unit.oai-hss/0.install Searching for splash image ... none found, skipping ... unit-abot-epc-basic-0: 16:01:07 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 16:01:07 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 16:01:07 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-157-generic unit-oai-hss-0: 16:01:07 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-156-generic unit-oai-hss-0: 16:01:07 DEBUG unit.oai-hss/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-hss-0: 16:01:07 DEBUG unit.oai-hss/0.install Updating /boot/grub/menu.lst ... done unit-oai-hss-0: 16:01:07 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:01:07 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-abot-epc-basic-0: 16:01:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libieee1284-3:amd64. unit-oai-hss-0: 16:01:07 DEBUG unit.oai-hss/0.install Generating grub configuration file ... unit-abot-epc-basic-0: 16:01:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libieee1284-3_0.2.11-12_amd64.deb ... unit-abot-epc-basic-0: 16:01:07 DEBUG unit.abot-epc-basic/0.install Unpacking libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 16:01:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblqr-1-0:amd64. unit-oai-hss-0: 16:01:07 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-abot-epc-basic-0: 16:01:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblqr-1-0_0.4.2-2_amd64.deb ... unit-oai-hss-0: 16:01:07 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 16:01:07 DEBUG unit.abot-epc-basic/0.install Unpacking liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 16:01:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl7:amd64. unit-abot-epc-basic-0: 16:01:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:08 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 16:01:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickcore-6.q16-2:amd64. unit-abot-epc-basic-0: 16:01:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagickcore-6.q16-2_8%3a6.8.9.9-7ubuntu5.12_amd64.deb ... unit-oai-hss-0: 16:01:08 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-157-generic unit-abot-epc-basic-0: 16:01:08 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-oai-hss-0: 16:01:08 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-157-generic unit-oai-hss-0: 16:01:08 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-156-generic unit-oai-hss-0: 16:01:08 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-156-generic unit-oai-hss-0: 16:01:08 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 16:01:08 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 16:01:08 DEBUG unit.oai-hss/0.install + juju-reboot --now unit-oai-hss-0: 16:01:08 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-hss-0: 16:01:08 INFO juju.worker.uniter.context trying to kill context process 8313 unit-oai-hss-0: 16:01:08 INFO juju.worker.uniter.context waiting for context process 8313 to die unit-oai-hss-0: 16:01:08 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-hss-0: 16:01:08 INFO juju.worker.uniter.context assuming already killed unit-oai-hss-0: 16:01:08 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-abot-epc-basic-0: 16:01:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickwand-6.q16-2:amd64. unit-abot-epc-basic-0: 16:01:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagickwand-6.q16-2_8%3a6.8.9.9-7ubuntu5.12_amd64.deb ... unit-abot-epc-basic-0: 16:01:08 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-oai-hss-0: 16:01:08 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 16:01:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmng2:amd64. unit-abot-epc-basic-0: 16:01:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmng2_2.0.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 16:01:08 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:01:08 INFO juju.worker.uniter unit "oai-hss/0" shutting down: machine needs to reboot unit-oai-hss-0: 16:01:08 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-hss-0: 16:01:08 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-hss-0: 16:01:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine needs to reboot unit-abot-epc-basic-0: 16:01:08 DEBUG unit.abot-epc-basic/0.install Unpacking libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 16:01:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmtdev1:amd64. unit-abot-epc-basic-0: 16:01:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmtdev1_1.1.5-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:01:09 DEBUG unit.abot-epc-basic/0.install Unpacking libmtdev1:amd64 (1.1.5-1ubuntu2) ... machine-3: 16:01:10 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-3: 16:01:10 DEBUG juju.worker.reboot acquiring mutex "machine-lock" for reboot machine-3: 16:01:10 DEBUG juju.worker.reboot mutex "machine-lock" acquired, won't release machine-3: 16:01:10 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot unit-abot-epc-basic-0: 16:01:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcrecpp0v5:amd64. unit-abot-epc-basic-0: 16:01:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:10 DEBUG unit.abot-epc-basic/0.install Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 16:01:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-common. unit-abot-epc-basic-0: 16:01:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:01:10 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 16:01:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas3. unit-abot-epc-basic-0: 16:01:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:01:10 DEBUG unit.abot-epc-basic/0.install Unpacking libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 16:01:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran3:amd64. unit-abot-epc-basic-0: 16:01:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgfortran3_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:01:11 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:01:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libopenblas-base. unit-abot-epc-basic-0: 16:01:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libopenblas-base_0.2.18-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:12 DEBUG unit.abot-epc-basic/0.install Unpacking libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 16:01:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas3-base. unit-abot-epc-basic-0: 16:01:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas3-base_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 16:01:13 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 16:01:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblapack3. unit-abot-epc-basic-0: 16:01:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:01:13 DEBUG unit.abot-epc-basic/0.install Unpacking liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 16:01:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqrupdate1:amd64. unit-abot-epc-basic-0: 16:01:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqrupdate1_1.1.2-1build1_amd64.deb ... unit-abot-epc-basic-0: 16:01:14 DEBUG unit.abot-epc-basic/0.install Unpacking libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 16:01:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre16-3:amd64. unit-abot-epc-basic-0: 16:01:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:14 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 16:01:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5core5a:amd64. unit-abot-epc-basic-0: 16:01:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5core5a_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 16:01:14 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 16:01:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-server0:amd64. unit-abot-epc-basic-0: 16:01:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-server0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 16:01:14 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 16:01:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgbm1:amd64. unit-abot-epc-basic-0: 16:01:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgbm1_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:14 DEBUG unit.abot-epc-basic/0.install Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 16:01:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcapnp-0.5.3:amd64. unit-abot-epc-basic-0: 16:01:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcapnp-0.5.3_0.5.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:14 DEBUG unit.abot-epc-basic/0.install Unpacking libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 16:01:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libboost-filesystem1.58.0:amd64. unit-abot-epc-basic-0: 16:01:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libboost-filesystem1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:15 DEBUG unit.abot-epc-basic/0.install Unpacking libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 16:01:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore1:amd64. unit-abot-epc-basic-0: 16:01:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircore1_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:16 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:01:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon7:amd64. unit-abot-epc-basic-0: 16:01:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircommon7_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:16 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:01:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-lite9v5:amd64. unit-abot-epc-basic-0: 16:01:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-lite9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 16:01:17 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 16:01:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirprotobuf3:amd64. unit-abot-epc-basic-0: 16:01:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmirprotobuf3_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:17 DEBUG unit.abot-epc-basic/0.install Unpacking libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:01:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon0:amd64. unit-abot-epc-basic-0: 16:01:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon0_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:01:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 16:01:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient9:amd64. unit-abot-epc-basic-0: 16:01:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmirclient9_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:17 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:01:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-client0:amd64. unit-abot-epc-basic-0: 16:01:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-client0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 16:01:17 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 16:01:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0:amd64. unit-abot-epc-basic-0: 16:01:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:18 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:01:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa:amd64. unit-abot-epc-basic-0: 16:01:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libegl1-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:18 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 16:01:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libevdev2:amd64. unit-abot-epc-basic-0: 16:01:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libevdev2_1.4.6+dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:18 DEBUG unit.abot-epc-basic/0.install Unpacking libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 16:01:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgudev-1.0-0:amd64. unit-abot-epc-basic-0: 16:01:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgudev-1.0-0_1%3a230-2_amd64.deb ... unit-abot-epc-basic-0: 16:01:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 16:01:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-common. unit-abot-epc-basic-0: 16:01:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom-common_0.22-1~ubuntu16.04.1_all.deb ... unit-abot-epc-basic-0: 16:01:18 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom2:amd64. unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom2_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput-bin. unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libinput-bin_1.6.3-1ubuntu1~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Unpacking libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput10:amd64. unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libinput10_1.6.3-1ubuntu1~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Unpacking libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5dbus5:amd64. unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5dbus5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libproxy1v5:amd64. unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libproxy1v5_0.4.11-5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Unpacking libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5network5:amd64. unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5network5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-icccm4:amd64. unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-util1:amd64. unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-util1_0.4.0-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-image0:amd64. unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-image0_0.4.0-1build1_amd64.deb ... unit-abot-epc-basic-0: 16:01:19 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-keysyms1:amd64. unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-keysyms1_0.4.0-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0:amd64. unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render-util0:amd64. unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render-util0_0.3.9-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xkb1:amd64. unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xkb1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-x11-0:amd64. unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-x11-0_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5gui5:amd64. unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5gui5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 16:01:20 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 16:01:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5widgets5:amd64. unit-abot-epc-basic-0: 16:01:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5widgets5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 16:01:21 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 16:01:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5svg5:amd64. unit-abot-epc-basic-0: 16:01:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5svg5_5.5.1-2build1_amd64.deb ... unit-abot-epc-basic-0: 16:01:21 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 16:01:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-common. unit-abot-epc-basic-0: 16:01:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking-common_2.48.2-1~ubuntu16.04.1_all.deb ... unit-abot-epc-basic-0: 16:01:21 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 16:01:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-services. unit-abot-epc-basic-0: 16:01:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking-services_2.48.2-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:21 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 16:01:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdconf1:amd64. unit-abot-epc-basic-0: 16:01:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdconf1_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 16:01:21 DEBUG unit.abot-epc-basic/0.install Unpacking libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 16:01:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-service. unit-abot-epc-basic-0: 16:01:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-service_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 16:01:22 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 16:01:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-gsettings-backend:amd64. unit-abot-epc-basic-0: 16:01:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-gsettings-backend_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 16:01:22 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 16:01:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsettings-desktop-schemas. unit-abot-epc-basic-0: 16:01:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsettings-desktop-schemas_3.18.1-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:01:22 DEBUG unit.abot-epc-basic/0.install Unpacking gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:01:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking:amd64. unit-abot-epc-basic-0: 16:01:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking_2.48.2-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:22 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 16:01:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup2.4-1:amd64. unit-abot-epc-basic-0: 16:01:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsoup2.4-1_2.52.2-1ubuntu0.3_amd64.deb ... unit-abot-epc-basic-0: 16:01:22 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 16:01:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup-gnome2.4-1:amd64. unit-abot-epc-basic-0: 16:01:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsoup-gnome2.4-1_2.52.2-1ubuntu0.3_amd64.deb ... unit-abot-epc-basic-0: 16:01:22 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 16:01:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librest-0.7-0:amd64. unit-abot-epc-basic-0: 16:01:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librest-0.7-0_0.7.93-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:23 DEBUG unit.abot-epc-basic/0.install Unpacking librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 16:01:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsamplerate0:amd64. unit-abot-epc-basic-0: 16:01:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsamplerate0_0.1.8-8_amd64.deb ... unit-abot-epc-basic-0: 16:01:23 DEBUG unit.abot-epc-basic/0.install Unpacking libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 16:01:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane-common. unit-abot-epc-basic-0: 16:01:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsane-common_1.0.25+git20150528-1ubuntu2.16.04.1_all.deb ... unit-abot-epc-basic-0: 16:01:23 DEBUG unit.abot-epc-basic/0.install Unpacking libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libserf-1-1:amd64. unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libserf-1-1_1.3.8-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Unpacking libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libunistring0:amd64. unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft2:amd64. unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Unpacking libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxss1:amd64. unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxv1:amd64. unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package poppler-data. unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../poppler-data_0.4.7-7_all.deb ... unit-abot-epc-basic-0: 16:01:24 DEBUG unit.abot-epc-basic/0.install Unpacking poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 16:01:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0:amd64. unit-abot-epc-basic-0: 16:01:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 16:01:25 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 16:01:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslicot0:amd64. unit-abot-epc-basic-0: 16:01:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslicot0_5.0+20101122-2_amd64.deb ... unit-abot-epc-basic-0: 16:01:25 DEBUG unit.abot-epc-basic/0.install Unpacking libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 16:01:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-common. unit-abot-epc-basic-0: 16:01:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-common_3.18.9-1ubuntu3.3_all.deb ... unit-abot-epc-basic-0: 16:01:25 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 16:01:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-0:amd64. unit-abot-epc-basic-0: 16:01:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:25 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 16:01:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-0:amd64. unit-abot-epc-basic-0: 16:01:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk-bridge2.0-0_2.18.1-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:26 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 16:01:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-gobject2:amd64. unit-abot-epc-basic-0: 16:01:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-gobject2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:26 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 16:01:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolord2:amd64. unit-abot-epc-basic-0: 16:01:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolord2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:26 DEBUG unit.abot-epc-basic/0.install Unpacking libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 16:01:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy0:amd64. unit-abot-epc-basic-0: 16:01:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libepoxy0_1.3.1-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 16:01:26 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 16:01:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-common. unit-abot-epc-basic-0: 16:01:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjson-glib-1.0-common_1.1.2-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:01:26 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 16:01:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-0:amd64. unit-abot-epc-basic-0: 16:01:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjson-glib-1.0-0_1.1.2-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:26 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 16:01:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-cursor0:amd64. unit-abot-epc-basic-0: 16:01:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-cursor0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 16:01:27 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 16:01:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-egl1-mesa:amd64. unit-abot-epc-basic-0: 16:01:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-egl1-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:27 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 16:01:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-0:amd64. unit-abot-epc-basic-0: 16:01:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-0_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 16:01:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 16:01:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-bin. unit-abot-epc-basic-0: 16:01:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-bin_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 16:01:27 DEBUG unit.abot-epc-basic/0.install Adding 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin' unit-abot-epc-basic-0: 16:01:27 DEBUG unit.abot-epc-basic/0.install Adding 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin' unit-abot-epc-basic-0: 16:01:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 16:01:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcroco3:amd64. unit-abot-epc-basic-0: 16:01:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:27 DEBUG unit.abot-epc-basic/0.install Unpacking libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 16:01:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-2:amd64. unit-abot-epc-basic-0: 16:01:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-2_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 16:01:28 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 16:01:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-common:amd64. unit-abot-epc-basic-0: 16:01:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-common_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 16:01:28 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 16:01:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package humanity-icon-theme. unit-abot-epc-basic-0: 16:01:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../humanity-icon-theme_0.6.10.1_all.deb ... unit-abot-epc-basic-0: 16:01:28 DEBUG unit.abot-epc-basic/0.install Unpacking humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 16:01:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ubuntu-mono. unit-abot-epc-basic-0: 16:01:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ubuntu-mono_14.04+16.04.20180326-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:01:29 DEBUG unit.abot-epc-basic/0.install Unpacking ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 16:01:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package adwaita-icon-theme. unit-abot-epc-basic-0: 16:01:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../adwaita-icon-theme_3.18.0-2ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 16:01:30 DEBUG unit.abot-epc-basic/0.install Unpacking adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 16:01:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package at-spi2-core. unit-abot-epc-basic-0: 16:01:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../at-spi2-core_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:31 DEBUG unit.abot-epc-basic/0.install Unpacking at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 16:01:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autoconf. unit-abot-epc-basic-0: 16:01:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autoconf_2.69-9_all.deb ... unit-abot-epc-basic-0: 16:01:31 DEBUG unit.abot-epc-basic/0.install Unpacking autoconf (2.69-9) ... unit-abot-epc-basic-0: 16:01:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autotools-dev. unit-abot-epc-basic-0: 16:01:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autotools-dev_20150820.1_all.deb ... unit-abot-epc-basic-0: 16:01:31 DEBUG unit.abot-epc-basic/0.install Unpacking autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 16:01:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package automake. unit-abot-epc-basic-0: 16:01:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../automake_1%3a1.15-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:01:31 DEBUG unit.abot-epc-basic/0.install Unpacking automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 16:01:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbison-dev:amd64. unit-abot-epc-basic-0: 16:01:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbison-dev_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:31 DEBUG unit.abot-epc-basic/0.install Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 16:01:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package bison. unit-abot-epc-basic-0: 16:01:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../bison_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:31 DEBUG unit.abot-epc-basic/0.install Unpacking bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 16:01:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package castxml. unit-abot-epc-basic-0: 16:01:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../castxml_0.1+git20160202-1.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:32 DEBUG unit.abot-epc-basic/0.install Unpacking castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 16:01:33 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 16:01:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgusb2:amd64. unit-abot-epc-basic-0: 16:01:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgusb2_0.2.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:33 DEBUG unit.abot-epc-basic/0.install Unpacking libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 16:01:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolorhug2:amd64. unit-abot-epc-basic-0: 16:01:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolorhug2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:33 DEBUG unit.abot-epc-basic/0.install Unpacking libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 16:01:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvpx3:amd64. unit-abot-epc-basic-0: 16:01:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvpx3_1.5.0-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:34 DEBUG unit.abot-epc-basic/0.install Unpacking libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 16:01:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm4:amd64. unit-abot-epc-basic-0: 16:01:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpm4_1%3a3.5.11-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:01:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgd3:amd64. unit-abot-epc-basic-0: 16:01:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgd3_2.1.1-4ubuntu0.16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:01:34 DEBUG unit.abot-epc-basic/0.install Unpacking libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 16:01:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-port12:amd64. unit-abot-epc-basic-0: 16:01:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-port12_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 16:01:34 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 16:01:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-6:amd64. unit-abot-epc-basic-0: 16:01:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-6_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 16:01:34 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 16:01:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane:amd64. unit-abot-epc-basic-0: 16:01:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsane_1.0.25+git20150528-1ubuntu2.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:35 DEBUG unit.abot-epc-basic/0.install Unpacking libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 16:01:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord-data. unit-abot-epc-basic-0: 16:01:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord-data_1.2.12-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:01:36 DEBUG unit.abot-epc-basic/0.install Unpacking colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 16:01:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord. unit-abot-epc-basic-0: 16:01:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:36 DEBUG unit.abot-epc-basic/0.install Unpacking colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 16:01:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gettext. unit-abot-epc-basic-0: 16:01:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gettext_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 16:01:36 DEBUG unit.abot-epc-basic/0.install Unpacking gettext (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 16:01:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package intltool-debian. unit-abot-epc-basic-0: 16:01:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ... unit-abot-epc-basic-0: 16:01:36 DEBUG unit.abot-epc-basic/0.install Unpacking intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 16:01:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package po-debconf. unit-abot-epc-basic-0: 16:01:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../po-debconf_1.0.19_all.deb ... unit-abot-epc-basic-0: 16:01:36 DEBUG unit.abot-epc-basic/0.install Unpacking po-debconf (1.0.19) ... unit-abot-epc-basic-0: 16:01:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive-zip-perl. unit-abot-epc-basic-0: 16:01:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 16:01:36 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 16:01:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-stripnondeterminism-perl. unit-abot-epc-basic-0: 16:01:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ... unit-abot-epc-basic-0: 16:01:37 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 16:01:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtimedate-perl. unit-abot-epc-basic-0: 16:01:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ... unit-abot-epc-basic-0: 16:01:37 DEBUG unit.abot-epc-basic/0.install Unpacking libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 16:01:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dh-strip-nondeterminism. unit-abot-epc-basic-0: 16:01:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ... unit-abot-epc-basic-0: 16:01:37 DEBUG unit.abot-epc-basic/0.install Unpacking dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 16:01:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package debhelper. unit-abot-epc-basic-0: 16:01:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ... unit-abot-epc-basic-0: 16:01:37 DEBUG unit.abot-epc-basic/0.install Unpacking debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 16:01:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package default-jre-headless. unit-abot-epc-basic-0: 16:01:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../default-jre-headless_2%3a1.8-56ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:01:37 DEBUG unit.abot-epc-basic/0.install Unpacking default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 16:01:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm3.6v5:amd64. unit-abot-epc-basic-0: 16:01:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:01:37 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 16:01:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc4:amd64. unit-abot-epc-basic-0: 16:01:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjc4_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:01:39 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:01:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc-5-dev:amd64. unit-abot-epc-basic-0: 16:01:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjc-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:01:39 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 16:01:39 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-hss-0: 16:01:39 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-hss-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-hss/0", "--debug"} unit-oai-hss-0: 16:01:39 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 16:01:39 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 16:01:39 DEBUG juju.worker start "api" unit-oai-hss-0: 16:01:39 INFO juju.worker start "api" machine-3: 16:01:39 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-3: 16:01:39 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 16:01:39 DEBUG juju.agent read agent config, format "2.0" machine-3: 16:01:39 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 16:01:39 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 16:01:39 DEBUG juju.worker "api" started unit-oai-hss-0: 16:01:39 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:01:39 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-hss-0: 16:01:39 INFO juju.api connection established to "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-3: 16:01:40 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 16:01:40 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-3: 16:01:40 DEBUG juju.worker start "engine" machine-3: 16:01:40 INFO juju.worker start "engine" machine-3: 16:01:40 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 16:01:40 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 16:01:40 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 16:01:40 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 16:01:40 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-3: 16:01:40 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 16:01:40 DEBUG juju.worker "engine" started machine-3: 16:01:40 DEBUG juju.worker.introspection stats worker now serving machine-3: 16:01:40 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.apicaller connecting with current password machine-3: 16:01:40 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 16:01:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-3: 16:01:40 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-3: 16:01:40 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-3: 16:01:40 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-3: 16:01:40 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 16:01:40 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 16:01:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 16:01:40 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 16:01:40 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 16:01:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclang1-3.6:amd64. unit-abot-epc-basic-0: 16:01:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclang1-3.6_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:01:40 DEBUG unit.abot-epc-basic/0.install Unpacking libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-hss-0: 16:01:40 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 16:01:40 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 16:01:40 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "hook-retry-strategy" not running: dependency not available unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 16:01:40 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 16:01:40 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 16:01:40 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 16:01:40 DEBUG juju.network including address public:172.30.9.204 for machine unit-oai-hss-0: 16:01:40 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-oai-hss-0: 16:01:40 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 16:01:40 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 16:01:40 DEBUG juju.network addresses after filtering: [public:172.30.9.204 local-cloud:192.168.121.6 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 16:01:40 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.204:17070 192.168.121.6:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 16:01:40 DEBUG juju.agent API server address details [["172.30.9.204:17070" "192.168.121.6:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "172.30.9.204:17070"] unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 16:01:40 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 16:01:40 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 16:01:40 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 16:01:40 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 16:01:40 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 16:01:40 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.204,192.168.121.6,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 16:01:40 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 16:01:40 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 16:01:40 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-hss-0: 16:01:40 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 16:01:40 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-hss-0: 16:01:40 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 16:01:40 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-hss-0: 16:01:40 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 16:01:40 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 16:01:40 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 16:01:40 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 16:01:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen. unit-abot-epc-basic-0: 16:01:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:40 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen (1.8.11-1) ... unit-oai-hss-0: 16:01:40 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 16:01:40 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 16:01:40 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 16:01:40 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 16:01:40 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 16:01:40 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 16:01:40 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 16:01:40 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 16:01:40 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 16:01:40 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 16:01:40 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 16:01:40 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:01:40 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:01:40 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 16:01:40 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 16:01:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 16:01:40 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 16:01:40 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 16:01:40 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' machine-3: 16:01:40 DEBUG juju.worker.apicaller connected machine-3: 16:01:40 DEBUG juju.api RPC connection died machine-3: 16:01:40 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 16:01:40 DEBUG juju.worker.apicaller connecting with current password machine-3: 16:01:40 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-3: 16:01:40 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" machine-3: 16:01:40 DEBUG juju.api successfully dialed "wss://172.30.9.204:17070/model/4964a47d-e955-4a4a-861b-0a2f43db5955/api" unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:01:40 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 16:01:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5xml5:amd64. unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-abot-epc-basic-0: 16:01:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5xml5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 16:01:41 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 16:01:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen-gui. unit-abot-epc-basic-0: 16:01:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen-gui_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:41 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 16:01:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-liberation. unit-abot-epc-basic-0: 16:01:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-liberation_1.07.4-1_all.deb ... unit-abot-epc-basic-0: 16:01:41 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 16:01:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tex-common. unit-abot-epc-basic-0: 16:01:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tex-common_6.04ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:01:41 DEBUG unit.abot-epc-basic/0.install Unpacking tex-common (6.04ubuntu1) ... machine-3: 16:01:41 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 16:01:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lmodern. unit-abot-epc-basic-0: 16:01:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 16:01:41 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lmodern (2.004.5-1) ... unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install Reading package lists... machine-3: 16:01:41 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 16:01:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install Reading state information... machine-3: 16:01:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 16:01:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-3: 16:01:41 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 16:01:41 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 16:01:41 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 16:01:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 16:01:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 16:01:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 16:01:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-3: 16:01:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 16:01:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-3: 16:01:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 16:01:41 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 16:01:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 16:01:41 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 16:01:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 16:01:41 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 16:01:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 16:01:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' machine-3: 16:01:41 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 16:01:41 INFO juju.worker.upgrader unblocking abort check machine-3: 16:01:41 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 16:01:41 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-hss-0: 16:01:41 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git machine-3: 16:01:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:01:41 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' machine-3: 16:01:41 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 16:01:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 16:01:41 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 16:01:41 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 16:01:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 16:01:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 16:01:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 16:01:41 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 16:01:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 16:01:41 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 16:01:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 16:01:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 16:01:41 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 16:01:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 16:01:41 DEBUG juju.worker.logger logger setup machine-3: 16:01:41 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 16:01:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 16:01:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 16:01:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 16:01:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 16:01:41 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 16:01:41 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:01:41 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:01:41 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 16:01:41 DEBUG juju.network including address local-cloud:192.168.121.13 for machine machine-3: 16:01:41 DEBUG juju.network including address local-machine:::1 for machine machine-3: 16:01:41 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.13 local-machine:::1] machine-3: 16:01:41 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.13 local-machine:::1] machine-3: 16:01:41 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 16:01:41 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:01:41 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:01:41 DEBUG juju.network including address public:172.30.9.204 for machine machine-3: 16:01:41 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-3: 16:01:41 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 16:01:41 DEBUG juju.network including address local-machine:::1 for machine machine-3: 16:01:41 DEBUG juju.network addresses after filtering: [public:172.30.9.204 local-cloud:192.168.121.6 local-machine:127.0.0.1 local-machine:::1] machine-3: 16:01:41 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.204:17070 192.168.121.6:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 16:01:41 DEBUG juju.agent API server address details [["172.30.9.204:17070" "192.168.121.6:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "172.30.9.204:17070"] machine-3: 16:01:41 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 16:01:41 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 16:01:41 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 16:01:41 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.204,192.168.121.6,::1,localhost", AutoNoProxy:""} machine-3: 16:01:41 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 16:01:41 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-3: 16:01:41 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 16:01:41 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 16:01:41 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:01:41 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 16:01:41 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:01:41 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:01:41 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 16:01:41 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 16:01:41 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 16:01:41 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 16:01:42 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-3: 16:01:42 INFO juju.worker.authenticationworker "machine-3" key updater worker started unit-abot-epc-basic-0: 16:01:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gccxml. unit-oai-hss-0: 16:01:42 DEBUG unit.oai-hss/0.install + debconf-set-selections machine-3: 16:01:42 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 16:01:42 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-hss-0: 16:01:42 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 16:01:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gccxml_0.9.0+git20140716-6_amd64.deb ... unit-abot-epc-basic-0: 16:01:42 DEBUG unit.abot-epc-basic/0.install Unpacking gccxml (0.9.0+git20140716-6) ... machine-3: 16:01:42 DEBUG juju.worker start "3-container-watcher" machine-3: 16:01:42 DEBUG juju.worker start "stateconverter" machine-3: 16:01:42 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 16:01:42 INFO juju.worker start "3-container-watcher" machine-3: 16:01:42 DEBUG juju.worker "3-container-watcher" started machine-3: 16:01:42 INFO juju.worker start "stateconverter" machine-3: 16:01:42 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 16:01:42 DEBUG juju.worker "stateconverter" started unit-oai-hss-0: 16:01:42 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 16:01:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:01:42 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 16:01:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:01:42 DEBUG unit.oai-hss/0.install Reading package lists... machine-3: 16:01:42 INFO juju.worker.machiner "machine-3" started unit-oai-hss-0: 16:01:42 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:01:42 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:01:42 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 16:01:42 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:01:42 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 16:01:42 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 16:01:42 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:01:42 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 16:01:42 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 16:01:42 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:01:42 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 16:01:42 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 16:01:42 DEBUG unit.oai-hss/0.install + echo -n unit-oai-hss-0: 16:01:42 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-abot-epc-basic-0: 16:01:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf2-common. unit-abot-epc-basic-0: 16:01:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf2-common_3.2.6-3ubuntu6_all.deb ... unit-abot-epc-basic-0: 16:01:42 DEBUG unit.abot-epc-basic/0.install Unpacking gconf2-common (3.2.6-3ubuntu6) ... machine-3: 16:01:43 DEBUG juju.worker.machiner observed network config updated for "machine-3" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:58:68:82 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.13 [] [] []} {2 fa:16:3e:58:68:82 1450 0 eth0 ethernet false false manual [] [] []}] unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgconf-2-4:amd64. unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgconf-2-4_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Unpacking libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service-backend. unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service-backend_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service. unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace1:amd64. unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace1:amd64 (1.3.2-1) ... unit-oai-hss-0: 16:01:43 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 16:01:43 DEBUG unit.oai-hss/0.install + juju-log 'Updating the installation directory' unit-oai-hss-0: 16:01:43 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:01:43 INFO unit.oai-hss/0.juju-log Updating the installation directory unit-oai-hss-0: 16:01:43 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 16:01:43 DEBUG unit.oai-hss/0.install + git reset --hard HEAD unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace-ctf1:amd64. unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace-ctf1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdb. unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdb_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Unpacking gdb (7.11.1-0ubuntu1~16.5) ... unit-oai-hss-0: 16:01:43 DEBUG unit.oai-hss/0.install HEAD is now at 11723fa modified config file to match IMSI w/ OAI UE (tag v0.1) unit-oai-hss-0: 16:01:43 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 16:01:43 DEBUG unit.oai-hss/0.install Already on 'v0.3.2-branch' unit-oai-hss-0: 16:01:43 DEBUG unit.oai-hss/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-hss-0: 16:01:43 DEBUG unit.oai-hss/0.install + git pull unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdbserver. unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdbserver_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Unpacking gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran-5-dev:amd64. unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgfortran-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:01:43 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:01:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran-5. unit-abot-epc-basic-0: 16:01:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:01:44 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install Already up-to-date. unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 16:01:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:01:44 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + current_kern_release=3.19.0-031900-generic unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + current_kern_major_revision=19 unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + '[' 19 -ge 19 ']' unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + [[ true == true ]] unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + juju-log 'required kernel is already installed' unit-oai-hss-0: 16:01:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:01:44 INFO unit.oai-hss/0.juju-log required kernel is already installed unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + status-set maintenance 'required kernel is already installed' unit-oai-hss-0: 16:01:44 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + configure_hosts unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install ++ config-get realm unit-oai-hss-0: 16:01:44 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + realm=openair4G.eur unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install +++ hostname unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + '[' -z '' ']' unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 localhost unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 oai-hss-0.openair4G.eur oai-hss-0 mme unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + build_hss unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + juju-log 'Build HSS and install required packages' unit-oai-hss-0: 16:01:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:01:44 INFO unit.oai-hss/0.juju-log Build HSS and install required packages unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + status-set maintenance 'Build HSS and install required packages' unit-oai-hss-0: 16:01:44 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -i -F unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install Check installed software packages necessary to build and run HSS (support Ubuntu 14.04): unit-oai-hss-0: 16:01:44 DEBUG unit.oai-hss/0.install Force set (no interactive) unit-abot-epc-basic-0: 16:01:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran. unit-abot-epc-basic-0: 16:01:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:44 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:01:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsfilters1:amd64. unit-abot-epc-basic-0: 16:01:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsfilters1_1.8.3-2ubuntu3.4_amd64.deb ... unit-abot-epc-basic-0: 16:01:45 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-oai-hss-0: 16:01:45 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-oai-hss-0: 16:01:45 DEBUG unit.oai-hss/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-oai-hss-0: 16:01:45 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-oai-hss-0: 16:01:45 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-oai-hss-0: 16:01:45 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-abot-epc-basic-0: 16:01:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsimage2:amd64. unit-abot-epc-basic-0: 16:01:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsimage2_2.1.3-4ubuntu0.5_amd64.deb ... unit-oai-hss-0: 16:01:45 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-oai-hss-0: 16:01:45 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-abot-epc-basic-0: 16:01:45 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-oai-hss-0: 16:01:45 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-oai-hss-0: 16:01:45 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-oai-hss-0: 16:01:45 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-abot-epc-basic-0: 16:01:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libijs-0.35:amd64. unit-abot-epc-basic-0: 16:01:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libijs-0.35_0.35-12_amd64.deb ... unit-oai-hss-0: 16:01:45 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-abot-epc-basic-0: 16:01:45 DEBUG unit.abot-epc-basic/0.install Unpacking libijs-0.35:amd64 (0.35-12) ... unit-oai-hss-0: 16:01:45 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-abot-epc-basic-0: 16:01:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig2dec0. unit-abot-epc-basic-0: 16:01:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig2dec0_0.12+20150918-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 16:01:45 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-abot-epc-basic-0: 16:01:45 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-oai-hss-0: 16:01:45 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-abot-epc-basic-0: 16:01:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper1:amd64. unit-abot-epc-basic-0: 16:01:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper1_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:45 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 16:01:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9-common. unit-oai-hss-0: 16:01:45 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-abot-epc-basic-0: 16:01:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9-common_9.18~dfsg~0-0ubuntu2.8_all.deb ... unit-abot-epc-basic-0: 16:01:45 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9-common (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-hss-0: 16:01:45 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-oai-hss-0: 16:01:46 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-oai-hss-0: 16:01:46 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-oai-hss-0: 16:01:46 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-oai-hss-0: 16:01:46 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-oai-hss-0: 16:01:46 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 16:01:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9:amd64. unit-abot-epc-basic-0: 16:01:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9_9.18~dfsg~0-0ubuntu2.8_amd64.deb ... unit-abot-epc-basic-0: 16:01:46 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9:amd64 (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-hss-0: 16:01:46 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-oai-hss-0: 16:01:46 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-oai-hss-0: 16:01:46 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 16:01:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsfonts. unit-abot-epc-basic-0: 16:01:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.2ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:01:46 DEBUG unit.abot-epc-basic/0.install Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-oai-hss-0: 16:01:46 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-oai-hss-0: 16:01:46 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-abot-epc-basic-0: 16:01:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ghostscript. unit-abot-epc-basic-0: 16:01:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ghostscript_9.18~dfsg~0-0ubuntu2.8_amd64.deb ... unit-abot-epc-basic-0: 16:01:46 DEBUG unit.abot-epc-basic/0.install Unpacking ghostscript (9.18~dfsg~0-0ubuntu2.8) ... unit-abot-epc-basic-0: 16:01:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atk-1.0. unit-oai-hss-0: 16:01:46 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 16:01:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-atk-1.0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:46 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 16:01:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atspi-2.0. unit-abot-epc-basic-0: 16:01:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-atspi-2.0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:46 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-oai-hss-0: 16:01:46 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-oai-hss-0: 16:01:46 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 16:01:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-freedesktop:amd64. unit-abot-epc-basic-0: 16:01:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-freedesktop_1.46.0-3ubuntu1_amd64.deb ... unit-oai-hss-0: 16:01:46 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-oai-hss-0: 16:01:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-oai-hss-0: 16:01:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-oai-hss-0: 16:01:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64. unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-gdkpixbuf-2.0_2.32.2-1ubuntu1.5_amd64.deb ... unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 16:01:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoxft-1.0-0:amd64. unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangoxft-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-pango-1.0:amd64. unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-pango-1.0_1.38.1-1_amd64.deb ... unit-oai-hss-0: 16:01:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-oai-hss-0: 16:01:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-oai-hss-0: 16:01:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-oai-hss-0: 16:01:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gtk-3.0:amd64. unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-gtk-3.0_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 16:01:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package aglfn. unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/aglfn_1.7-3_all.deb ... unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Unpacking aglfn (1.7-3) ... unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-tex. unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-tex_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-tex (4.6.6-3) ... unit-oai-hss-0: 16:01:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-data. unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-data_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-data (4.6.6-3) ... unit-oai-hss-0: 16:01:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-x11. unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-x11_4.6.6-3_amd64.deb ... unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdt5. unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdt5_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Unpacking libcdt5 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 16:01:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcgraph6. unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcgraph6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:47 DEBUG unit.abot-epc-basic/0.install Unpacking libcgraph6 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 16:01:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-oai-hss-0: 16:01:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-oai-hss-0: 16:01:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-oai-hss-0: 16:01:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-oai-hss-0: 16:01:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-abot-epc-basic-0: 16:01:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpathplan4. unit-abot-epc-basic-0: 16:01:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpathplan4_2.38.0-12ubuntu2.1_amd64.deb ... unit-oai-hss-0: 16:01:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 16:01:48 DEBUG unit.abot-epc-basic/0.install Unpacking libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 16:01:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvc6. unit-abot-epc-basic-0: 16:01:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvc6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:48 DEBUG unit.abot-epc-basic/0.install Unpacking libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 16:01:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvpr2. unit-abot-epc-basic-0: 16:01:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvpr2_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:48 DEBUG unit.abot-epc-basic/0.install Unpacking libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 16:01:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxmu6:amd64. unit-abot-epc-basic-0: 16:01:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ... unit-abot-epc-basic-0: 16:01:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 16:01:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxaw7:amd64. unit-abot-epc-basic-0: 16:01:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 16:01:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package graphviz. unit-abot-epc-basic-0: 16:01:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../graphviz_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:49 DEBUG unit.abot-epc-basic/0.install Unpacking graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 16:01:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjudydebian1. unit-abot-epc-basic-0: 16:01:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjudydebian1_1.0.5-5_amd64.deb ... unit-abot-epc-basic-0: 16:01:50 DEBUG unit.abot-epc-basic/0.install Unpacking libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 16:01:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtcl8.6:amd64. unit-abot-epc-basic-0: 16:01:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 16:01:50 DEBUG unit.abot-epc-basic/0.install Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install Package 'libgnutls-dev' is not installed, so not removed unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx27' is not installed, so not removed unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install Package 'nettle-dev' is not installed, so not removed unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx28' is not installed, so not removed unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install Package 'nettle-bin' is not installed, so not removed unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install autotools-dev binutils cmake-data cpp cpp-4.8 dpkg-dev fakeroot fontconfig unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libarchive13 libasan0 libatomic1 libaudio2 libavahi-client3 unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libavahi-common-data libavahi-common3 libbison-dev libc-dev-bin libc6-dbg unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libc6-dev libcloog-isl4 libcups2 libdpkg-perl libfakeroot unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev libgmp10 unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 liblzo2-2 unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative libqt4-network unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml libqt4-xmlpatterns unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 libstdc++-4.8-dev unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev m4 make unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install manpages-dev qtcore4-l10n x11-common unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install binutils-doc bison-doc codeblocks eclipse cpp-doc gcc-4.8-locales unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install doxygen-latex doxygen-doc graphviz debian-keyring g++-multilib unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib automake1.9 unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver lrzip nas unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install glibc-doc cups-common libqt4-declarative-folderlistmodel unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libicu48 libthai0 unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install qt4-qtconfig libstdc++-4.8-doc make-doc unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libc-dbg unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install autoconf automake autotools-dev binutils bison build-essential cmake unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install cmake-curses-gui cmake-data cpp cpp-4.8 doxygen doxygen-gui dpkg-dev unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install fakeroot flex fontconfig fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install gcc-4.8 gdb libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libalgorithm-merge-perl libarchive13 libasan0 libatomic1 libaudio2 unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libavahi-client3 libavahi-common-data libavahi-common3 libbison-dev unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libfakeroot libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libgmp10 libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install liblzo2-2 libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libqt4-network libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install libstdc++-4.8-dev libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev unit-oai-hss-0: 16:01:50 DEBUG unit.oai-hss/0.install m4 make manpages-dev pkg-config qtcore4-l10n x11-common unit-oai-hss-0: 16:01:51 DEBUG unit.oai-hss/0.install 0 upgraded, 84 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:01:51 DEBUG unit.oai-hss/0.install Need to get 68.3 MB of archives. unit-oai-hss-0: 16:01:51 DEBUG unit.oai-hss/0.install After this operation, 235 MB of additional disk space will be used. unit-oai-hss-0: 16:01:51 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main m4 amd64 1.4.17-2ubuntu1 [195 kB] unit-abot-epc-basic-0: 16:01:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtk8.6:amd64. unit-abot-epc-basic-0: 16:01:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:51 DEBUG unit.abot-epc-basic/0.install Unpacking libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 16:01:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gtkwave. unit-abot-epc-basic-0: 16:01:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gtkwave_3.3.66-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:51 DEBUG unit.abot-epc-basic/0.install Unpacking gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 16:01:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc1c2:amd64. unit-abot-epc-basic-0: 16:01:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgc1c2_1%3a7.4.2-7.3ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:51 DEBUG unit.abot-epc-basic/0.install Unpacking libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-oai-hss-0: 16:01:51 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfl-dev amd64 2.5.35-10.1ubuntu2 [17.2 kB] unit-abot-epc-basic-0: 16:01:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-libs:amd64. unit-abot-epc-basic-0: 16:01:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0-libs_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:51 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 16:01:51 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main flex amd64 2.5.35-10.1ubuntu2 [211 kB] unit-oai-hss-0: 16:01:51 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblzo2-2 amd64 2.06-1.2ubuntu1.1 [46.1 kB] unit-oai-hss-0: 16:01:51 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnettle4 amd64 2.7.1-1ubuntu0.2 [102 kB] unit-oai-hss-0: 16:01:51 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libarchive13 amd64 3.1.2-7ubuntu2.6 [262 kB] unit-oai-hss-0: 16:01:51 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] unit-oai-hss-0: 16:01:52 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0. unit-oai-hss-0: 16:01:52 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main x11-common all 1:7.7+1ubuntu8.1 [49.5 kB] unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 16:01:52 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libice6 amd64 2:1.0.8-2 [47.0 kB] unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtinfo-dev:amd64. unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtinfo-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:01:52 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsm6 amd64 2:1.2.1-2 [18.1 kB] unit-oai-hss-0: 16:01:52 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxt6 amd64 1:1.1.4-1 [185 kB] unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Unpacking libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-oai-hss-0: 16:01:52 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaudio2 amd64 1.9.4-1 [57.1 kB] unit-oai-hss-0: 16:01:52 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libncurses5-dev:amd64. unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libncurses5-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Unpacking libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-oai-hss-0: 16:01:52 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libreadline6-dev:amd64. unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libreadline6-dev_6.3-8ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Unpacking libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-oai-hss-0: 16:01:52 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl-dev:amd64. unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... unit-oai-hss-0: 16:01:52 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-oai-hss-0: 16:01:52 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmp-dev:amd64. unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmp-dev_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 16:01:52 DEBUG unit.abot-epc-basic/0.install Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-oai-hss-0: 16:01:53 DEBUG unit.oai-hss/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] unit-oai-hss-0: 16:01:53 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] unit-oai-hss-0: 16:01:53 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] unit-oai-hss-0: 16:01:53 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] unit-abot-epc-basic-0: 16:01:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc-dev:amd64. unit-oai-hss-0: 16:01:53 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] unit-abot-epc-basic-0: 16:01:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgc-dev_1%3a7.4.2-7.3ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:53 DEBUG unit.abot-epc-basic/0.install Unpacking libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-oai-hss-0: 16:01:53 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] unit-abot-epc-basic-0: 16:01:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pkg-config. unit-abot-epc-basic-0: 16:01:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:53 DEBUG unit.abot-epc-basic/0.install Unpacking pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 16:01:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-dev. unit-abot-epc-basic-0: 16:01:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0-dev_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:53 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 16:01:53 DEBUG unit.oai-hss/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] unit-oai-hss-0: 16:01:53 DEBUG unit.oai-hss/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] unit-abot-epc-basic-0: 16:01:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hdf5-helpers. unit-abot-epc-basic-0: 16:01:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hdf5-helpers_1.8.16+docs-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:53 DEBUG unit.abot-epc-basic/0.install Unpacking hdf5-helpers (1.8.16+docs-4ubuntu1) ... unit-oai-hss-0: 16:01:53 DEBUG unit.oai-hss/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] unit-abot-epc-basic-0: 16:01:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package icu-devtools. unit-abot-epc-basic-0: 16:01:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../icu-devtools_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 16:01:53 DEBUG unit.abot-epc-basic/0.install Unpacking icu-devtools (55.1-7ubuntu0.4) ... unit-oai-hss-0: 16:01:53 DEBUG unit.oai-hss/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB] unit-abot-epc-basic-0: 16:01:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iperf. unit-abot-epc-basic-0: 16:01:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iperf_2.0.5+dfsg1-2ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:53 DEBUG unit.abot-epc-basic/0.install Unpacking iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-oai-hss-0: 16:01:54 DEBUG unit.oai-hss/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main qtcore4-l10n all 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [587 kB] unit-abot-epc-basic-0: 16:01:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iproute. unit-abot-epc-basic-0: 16:01:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iproute_1%3a4.3.0-1ubuntu3.16.04.3_all.deb ... unit-abot-epc-basic-0: 16:01:54 DEBUG unit.abot-epc-basic/0.install Unpacking iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-abot-epc-basic-0: 16:01:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iptables-dev. unit-oai-hss-0: 16:01:54 DEBUG unit.oai-hss/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtcore4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1555 kB] unit-abot-epc-basic-0: 16:01:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iptables-dev_1.6.0-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 16:01:54 DEBUG unit.abot-epc-basic/0.install Unpacking iptables-dev (1.6.0-2ubuntu3) ... unit-oai-hss-0: 16:01:54 DEBUG unit.oai-hss/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-xml amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [95.0 kB] unit-oai-hss-0: 16:01:54 DEBUG unit.oai-hss/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtdbus4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [180 kB] unit-oai-hss-0: 16:01:54 DEBUG unit.oai-hss/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-network amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [543 kB] unit-oai-hss-0: 16:01:54 DEBUG unit.oai-hss/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-script amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [776 kB] unit-oai-hss-0: 16:01:54 DEBUG unit.oai-hss/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-sql amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [97.4 kB] unit-abot-epc-basic-0: 16:01:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package javascript-common. unit-abot-epc-basic-0: 16:01:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../javascript-common_11_all.deb ... unit-abot-epc-basic-0: 16:01:54 DEBUG unit.abot-epc-basic/0.install Unpacking javascript-common (11) ... unit-oai-hss-0: 16:01:54 DEBUG unit.oai-hss/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-xmlpatterns amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1028 kB] unit-oai-hss-0: 16:01:54 DEBUG unit.oai-hss/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig amd64 2.11.0-0ubuntu4.2 [176 kB] unit-oai-hss-0: 16:01:54 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-oai-hss-0: 16:01:54 DEBUG unit.oai-hss/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] unit-oai-hss-0: 16:01:54 DEBUG unit.oai-hss/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] unit-oai-hss-0: 16:01:55 DEBUG unit.oai-hss/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxi6 amd64 2:1.7.1.901-1ubuntu1.1 [27.9 kB] unit-oai-hss-0: 16:01:55 DEBUG unit.oai-hss/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxrender1 amd64 1:0.9.8-1build0.14.04.1 [17.9 kB] unit-oai-hss-0: 16:01:55 DEBUG unit.oai-hss/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtgui4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [4130 kB] unit-oai-hss-0: 16:01:55 DEBUG unit.oai-hss/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-declarative amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1076 kB] unit-oai-hss-0: 16:01:55 DEBUG unit.oai-hss/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-sql-mysql amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [30.3 kB] unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec0:amd64. unit-oai-hss-0: 16:01:55 DEBUG unit.oai-hss/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec0_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Unpacking libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsuitesparseconfig4.4.6:amd64. unit-oai-hss-0: 16:01:55 DEBUG unit.oai-hss/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsuitesparseconfig4.4.6_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Unpacking libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libamd2.4.1:amd64. unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libamd2.4.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Unpacking libamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 16:01:55 DEBUG unit.oai-hss/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarpack2. unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarpack2_3.3.0-1build2_amd64.deb ... unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Unpacking libarpack2 (3.3.0-1build2) ... unit-oai-hss-0: 16:01:55 DEBUG unit.oai-hss/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main autoconf all 2.69-6 [322 kB] unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-bin. unit-oai-hss-0: 16:01:55 DEBUG unit.oai-hss/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main autotools-dev all 20130810.1 [44.3 kB] unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-bin_2.48.2-0ubuntu4_amd64.deb ... unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-bin (2.48.2-0ubuntu4) ... unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre32-3:amd64. unit-oai-hss-0: 16:01:55 DEBUG unit.oai-hss/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main automake all 1:1.14.1-2ubuntu1 [510 kB] unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:55 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre32-3:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 16:01:56 DEBUG unit.oai-hss/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] unit-oai-hss-0: 16:01:56 DEBUG unit.oai-hss/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libbison-dev amd64 2:3.0.2.dfsg-2 [338 kB] unit-oai-hss-0: 16:01:56 DEBUG unit.oai-hss/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main bison amd64 2:3.0.2.dfsg-2 [257 kB] unit-oai-hss-0: 16:01:56 DEBUG unit.oai-hss/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] unit-oai-hss-0: 16:01:56 DEBUG unit.oai-hss/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] unit-oai-hss-0: 16:01:56 DEBUG unit.oai-hss/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] unit-abot-epc-basic-0: 16:01:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre3-dev:amd64. unit-abot-epc-basic-0: 16:01:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:56 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 16:01:56 DEBUG unit.oai-hss/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] unit-oai-hss-0: 16:01:56 DEBUG unit.oai-hss/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] unit-oai-hss-0: 16:01:56 DEBUG unit.oai-hss/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] unit-abot-epc-basic-0: 16:01:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-abot-epc-basic-0: 16:01:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 16:01:56 DEBUG unit.abot-epc-basic/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:01:56 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] unit-abot-epc-basic-0: 16:01:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-dev. unit-abot-epc-basic-0: 16:01:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-dev_2.48.2-0ubuntu4_amd64.deb ... unit-abot-epc-basic-0: 16:01:57 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-dev (2.48.2-0ubuntu4) ... unit-oai-hss-0: 16:01:57 DEBUG unit.oai-hss/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] unit-oai-hss-0: 16:01:57 DEBUG unit.oai-hss/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] unit-oai-hss-0: 16:01:57 DEBUG unit.oai-hss/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] unit-abot-epc-basic-0: 16:01:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdbus-1-dev:amd64. unit-abot-epc-basic-0: 16:01:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdbus-1-dev_1.10.6-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 16:01:57 DEBUG unit.abot-epc-basic/0.install Unpacking libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 16:01:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xext-dev. unit-abot-epc-basic-0: 16:01:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ... unit-abot-epc-basic-0: 16:01:57 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xext-dev (7.3.0-1) ... unit-oai-hss-0: 16:01:57 DEBUG unit.oai-hss/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] unit-oai-hss-0: 16:01:57 DEBUG unit.oai-hss/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] unit-oai-hss-0: 16:01:57 DEBUG unit.oai-hss/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] unit-abot-epc-basic-0: 16:01:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxext-dev:amd64. unit-abot-epc-basic-0: 16:01:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ... unit-oai-hss-0: 16:01:57 DEBUG unit.oai-hss/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxext-dev:amd64 (2:1.3.3-1) ... unit-oai-hss-0: 16:01:58 DEBUG unit.oai-hss/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-fixes-dev. unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes-dev:amd64. unit-oai-hss-0: 16:01:58 DEBUG unit.oai-hss/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cmake-data all 2.8.12.2-0ubuntu3 [676 kB] unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi-dev. unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi-dev_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxi-dev (2:1.7.6-1) ... unit-oai-hss-0: 16:01:58 DEBUG unit.oai-hss/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cmake amd64 2.8.12.2-0ubuntu3 [2618 kB] unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-record-dev. unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-record-dev_1.14.2-1_all.deb ... unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-record-dev (1.14.2-1) ... unit-oai-hss-0: 16:01:58 DEBUG unit.oai-hss/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe cmake-curses-gui amd64 2.8.12.2-0ubuntu3 [1241 kB] unit-oai-hss-0: 16:01:58 DEBUG unit.oai-hss/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main doxygen amd64 1.8.6-2 [2408 kB] unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst-dev:amd64. unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst-dev:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 16:01:58 DEBUG unit.oai-hss/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe doxygen-gui amd64 1.8.6-2 [279 kB] unit-oai-hss-0: 16:01:58 DEBUG unit.oai-hss/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-dev. unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-dev_2.18.3-4ubuntu1_amd64.deb ... unit-oai-hss-0: 16:01:58 DEBUG unit.oai-hss/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-oai-hss-0: 16:01:58 DEBUG unit.oai-hss/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB] unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-dev:amd64. unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk-bridge2.0-dev_2.18.1-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:01:58 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-oai-hss-0: 16:01:59 DEBUG unit.oai-hss/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] unit-oai-hss-0: 16:01:59 DEBUG unit.oai-hss/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] unit-oai-hss-0: 16:01:59 DEBUG unit.oai-hss/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] unit-abot-epc-basic-0: 16:01:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-dev. unit-abot-epc-basic-0: 16:01:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-dev_2.18.0-1_amd64.deb ... unit-oai-hss-0: 16:01:59 DEBUG unit.oai-hss/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] unit-abot-epc-basic-0: 16:01:59 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-dev (2.18.0-1) ... unit-oai-hss-0: 16:01:59 DEBUG unit.oai-hss/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] unit-oai-hss-0: 16:01:59 DEBUG unit.oai-hss/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main pkg-config amd64 0.26-1ubuntu4 [40.9 kB] unit-oai-hss-0: 16:01:59 DEBUG unit.oai-hss/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB] unit-abot-epc-basic-0: 16:01:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-dev. unit-abot-epc-basic-0: 16:01:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-dev_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:01:59 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 16:01:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-dev. unit-abot-epc-basic-0: 16:01:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-dev_3.10.2-9_amd64.deb ... unit-oai-hss-0: 16:01:59 DEBUG unit.oai-hss/0.install Extracting templates from packages: 35% Extracting templates from packages: 71% Extracting templates from packages: 100% unit-oai-hss-0: 16:01:59 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 16:01:59 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-dev (3.10.2-9) ... unit-oai-hss-0: 16:01:59 DEBUG unit.oai-hss/0.install Fetched 68.3 MB in 8s (7979 kB/s) unit-abot-epc-basic-0: 16:01:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-base-dev. unit-abot-epc-basic-0: 16:01:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-base-dev_3.10.2-9_amd64.deb ... unit-oai-hss-0: 16:01:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 16:02:00 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-base-dev (3.10.2-9) ... unit-oai-hss-0: 16:02:00 DEBUG unit.oai-hss/0.install (Reading database ... 109370 files and directories currently installed.) unit-oai-hss-0: 16:02:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../m4_1.4.17-2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:02:00 DEBUG unit.oai-hss/0.install Unpacking m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 16:02:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfl-dev:amd64. unit-oai-hss-0: 16:02:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfl-dev_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 16:02:01 DEBUG unit.oai-hss/0.install Unpacking libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-abot-epc-basic-0: 16:02:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-script-interpreter2:amd64. unit-abot-epc-basic-0: 16:02:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-script-interpreter2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:01 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 16:02:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpng12-dev:amd64. unit-abot-epc-basic-0: 16:02:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpng12-dev_1.2.54-1ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:01 DEBUG unit.abot-epc-basic/0.install Unpacking libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-oai-hss-0: 16:02:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package flex. unit-oai-hss-0: 16:02:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../flex_2.5.35-10.1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:02:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfreetype6-dev:amd64. unit-abot-epc-basic-0: 16:02:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfreetype6-dev_2.6.1-0.1ubuntu2.3_amd64.deb ... unit-abot-epc-basic-0: 16:02:01 DEBUG unit.abot-epc-basic/0.install Unpacking libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-oai-hss-0: 16:02:01 DEBUG unit.oai-hss/0.install Unpacking flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 16:02:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package liblzo2-2:amd64. unit-oai-hss-0: 16:02:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../liblzo2-2_2.06-1.2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 16:02:01 DEBUG unit.oai-hss/0.install Unpacking liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1-dev:amd64. unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1-dev_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-oai-hss-0: 16:02:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libnettle4:amd64. unit-oai-hss-0: 16:02:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libnettle4_2.7.1-1ubuntu0.2_amd64.deb ... unit-oai-hss-0: 16:02:02 DEBUG unit.oai-hss/0.install Unpacking libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 16:02:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libarchive13:amd64. unit-oai-hss-0: 16:02:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libarchive13_3.1.2-7ubuntu2.6_amd64.deb ... unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-render-dev. unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-render-dev_2%3a0.11.1-2_all.deb ... unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender-dev:amd64. unit-oai-hss-0: 16:02:02 DEBUG unit.oai-hss/0.install Unpacking libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender-dev_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-dev. unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-dev_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-dev (0.33.6-1) ... unit-oai-hss-0: 16:02:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasan0:amd64. unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0-dev:amd64. unit-oai-hss-0: 16:02:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:02:02 DEBUG unit.oai-hss/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:02:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libatomic1:amd64. unit-oai-hss-0: 16:02:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:02:02 DEBUG unit.oai-hss/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0-dev:amd64. unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:02:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-common. unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2-dev. unit-oai-hss-0: 16:02:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-common_1%3a7.7+1ubuntu8.1_all.deb ... unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2-dev_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:02 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2-dev (1.14.6-1) ... unit-oai-hss-0: 16:02:03 DEBUG unit.oai-hss/0.install Unpacking x11-common (1:7.7+1ubuntu8.1) ... unit-abot-epc-basic-0: 16:02:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcamd2.4.1:amd64. unit-abot-epc-basic-0: 16:02:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcamd2.4.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:03 DEBUG unit.abot-epc-basic/0.install Unpacking libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 16:02:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libccolamd2.9.1:amd64. unit-abot-epc-basic-0: 16:02:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libccolamd2.9.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:03 DEBUG unit.abot-epc-basic/0.install Unpacking libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 16:02:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libice6:amd64. unit-oai-hss-0: 16:02:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ... unit-oai-hss-0: 16:02:03 DEBUG unit.oai-hss/0.install Unpacking libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 16:02:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsm6:amd64. unit-oai-hss-0: 16:02:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ... unit-abot-epc-basic-0: 16:02:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolamd2.9.1:amd64. unit-abot-epc-basic-0: 16:02:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolamd2.9.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:03 DEBUG unit.abot-epc-basic/0.install Unpacking libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 16:02:03 DEBUG unit.oai-hss/0.install Unpacking libsm6:amd64 (2:1.2.1-2) ... unit-abot-epc-basic-0: 16:02:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcholmod3.0.6:amd64. unit-abot-epc-basic-0: 16:02:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcholmod3.0.6_1%3a4.4.6-1_amd64.deb ... unit-oai-hss-0: 16:02:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxt6:amd64. unit-oai-hss-0: 16:02:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 16:02:03 DEBUG unit.oai-hss/0.install Unpacking libxt6:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 16:02:03 DEBUG unit.abot-epc-basic/0.install Unpacking libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 16:02:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaudio2:amd64. unit-oai-hss-0: 16:02:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ... unit-oai-hss-0: 16:02:03 DEBUG unit.oai-hss/0.install Unpacking libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 16:02:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-oai-hss-0: 16:02:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 16:02:03 DEBUG unit.oai-hss/0.install Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 16:02:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig9:amd64. unit-abot-epc-basic-0: 16:02:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig9_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 16:02:04 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 16:02:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-dev:amd64. unit-abot-epc-basic-0: 16:02:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 16:02:04 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-dev:amd64 (1.5-0.2) ... unit-oai-hss-0: 16:02:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common3:amd64. unit-oai-hss-0: 16:02:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 16:02:04 DEBUG unit.oai-hss/0.install Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 16:02:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-client3:amd64. unit-oai-hss-0: 16:02:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 16:02:04 DEBUG unit.oai-hss/0.install Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 16:02:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-doc. unit-abot-epc-basic-0: 16:02:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-doc_1.5-0.2_all.deb ... unit-abot-epc-basic-0: 16:02:04 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-doc (1.5-0.2) ... unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp10:amd64. unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 16:02:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig8-dev. unit-abot-epc-basic-0: 16:02:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig8-dev_1.5-0.2_amd64.deb ... unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libisl10:amd64. unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 16:02:05 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig8-dev (1.5-0.2) ... unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcups2:amd64. unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ... unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Unpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package fonts-dejavu-core. unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig-config. unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 16:02:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcxsparse3.1.4:amd64. unit-abot-epc-basic-0: 16:02:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcxsparse3.1.4_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:05 DEBUG unit.abot-epc-basic/0.install Unpacking libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 16:02:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-dev:amd64. unit-abot-epc-basic-0: 16:02:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-dev_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:05 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontconfig1:amd64. unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 16:02:05 DEBUG unit.oai-hss/0.install Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-dri2-dev. unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ... unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-gl-dev. unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ... unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xf86vidmode-dev. unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ... unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm-dev:amd64. unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 16:02:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgomp1:amd64. unit-oai-hss-0: 16:02:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:02:06 DEBUG unit.oai-hss/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:02:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libitm1:amd64. unit-oai-hss-0: 16:02:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:02:06 DEBUG unit.oai-hss/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-damage-dev. unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-damage-dev_1%3a1.2.1-2_all.deb ... unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage-dev:amd64. unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0-dev:amd64. unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:02:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-oai-hss-0: 16:02:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... unit-oai-hss-0: 16:02:06 DEBUG unit.oai-hss/0.install Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-oai-hss-0: 16:02:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpfr4:amd64. unit-oai-hss-0: 16:02:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-oai-hss-0: 16:02:06 DEBUG unit.oai-hss/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0-dev:amd64. unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:02:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython3.4:amd64. unit-oai-hss-0: 16:02:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ... unit-oai-hss-0: 16:02:07 DEBUG unit.oai-hss/0.install Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-dev:amd64. unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0-dev:amd64. unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0-dev:amd64. unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:02:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package qtcore4-l10n. unit-oai-hss-0: 16:02:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../qtcore4-l10n_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_all.deb ... unit-oai-hss-0: 16:02:07 DEBUG unit.oai-hss/0.install Unpacking qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0-dev:amd64. unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync-dev:amd64. unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:02:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtcore4:amd64. unit-oai-hss-0: 16:02:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtcore4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:02:07 DEBUG unit.oai-hss/0.install Unpacking libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present-dev:amd64. unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:07 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence-dev:amd64. unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb-dev:amd64. unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-xcb-dev_2%3a1.6.3-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-bin. unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-bin_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 16:02:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xml:amd64. unit-oai-hss-0: 16:02:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-xml_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:02:08 DEBUG unit.oai-hss/0.install Unpacking libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-dev:amd64. unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-dev_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore-dev:amd64. unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircore-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf9v5:amd64. unit-oai-hss-0: 16:02:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtdbus4:amd64. unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 16:02:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:02:08 DEBUG unit.oai-hss/0.install Unpacking libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-dev:amd64. unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-dev_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 16:02:08 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 16:02:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-network:amd64. unit-oai-hss-0: 16:02:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-network_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:02:08 DEBUG unit.oai-hss/0.install Unpacking libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:02:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-dev. unit-abot-epc-basic-0: 16:02:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-dev_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:02:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-dev (0.5.0-1ubuntu2) ... unit-oai-hss-0: 16:02:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-script:amd64. unit-oai-hss-0: 16:02:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-script_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:02:09 DEBUG unit.oai-hss/0.install Unpacking libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:02:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon-dev:amd64. unit-abot-epc-basic-0: 16:02:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircommon-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:09 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 16:02:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql:amd64. unit-oai-hss-0: 16:02:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-sql_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:02:09 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:02:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-oai-hss-0: 16:02:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-xmlpatterns_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:02:09 DEBUG unit.oai-hss/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:02:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie2:amd64. unit-abot-epc-basic-0: 16:02:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircookie2_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:09 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 16:02:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig. unit-oai-hss-0: 16:02:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 16:02:09 DEBUG unit.oai-hss/0.install Unpacking fontconfig (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 16:02:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg8:amd64. unit-oai-hss-0: 16:02:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 16:02:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie-dev:amd64. unit-abot-epc-basic-0: 16:02:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircookie-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:10 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 16:02:10 DEBUG unit.oai-hss/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 16:02:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjbig0:amd64. unit-oai-hss-0: 16:02:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:02:10 DEBUG unit.oai-hss/0.install Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 16:02:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtiff5:amd64. unit-oai-hss-0: 16:02:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... unit-oai-hss-0: 16:02:10 DEBUG unit.oai-hss/0.install Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-abot-epc-basic-0: 16:02:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient-dev:amd64. unit-abot-epc-basic-0: 16:02:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmirclient-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:10 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 16:02:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxi6:amd64. unit-oai-hss-0: 16:02:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxi6_2%3a1.7.1.901-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 16:02:10 DEBUG unit.oai-hss/0.install Unpacking libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 16:02:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrender1:amd64. unit-oai-hss-0: 16:02:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrender1_1%3a0.9.8-1build0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:02:10 DEBUG unit.oai-hss/0.install Unpacking libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-abot-epc-basic-0: 16:02:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa-dev:amd64. unit-abot-epc-basic-0: 16:02:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libegl1-mesa-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:10 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 16:02:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libencode-locale-perl. unit-abot-epc-basic-0: 16:02:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ... unit-abot-epc-basic-0: 16:02:10 DEBUG unit.abot-epc-basic/0.install Unpacking libencode-locale-perl (1.05-1) ... unit-oai-hss-0: 16:02:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtgui4:amd64. unit-oai-hss-0: 16:02:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtgui4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:02:11 DEBUG unit.oai-hss/0.install Unpacking libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:02:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy-dev:amd64. unit-abot-epc-basic-0: 16:02:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libepoxy-dev_1.3.1-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 16:02:11 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-oai-hss-0: 16:02:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-oai-hss-0: 16:02:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-declarative_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:02:11 DEBUG unit.oai-hss/0.install Unpacking libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:02:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-bin. unit-abot-epc-basic-0: 16:02:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-bin_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:11 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 16:02:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-dev:amd64. unit-abot-epc-basic-0: 16:02:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-dev_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:11 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 16:02:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-oai-hss-0: 16:02:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-sql-mysql_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:02:11 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:02:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libquadmath0:amd64. unit-oai-hss-0: 16:02:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:02:12 DEBUG unit.oai-hss/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:02:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtsan0:amd64. unit-oai-hss-0: 16:02:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:02:12 DEBUG unit.oai-hss/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:02:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpc3:amd64. unit-oai-hss-0: 16:02:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:02:12 DEBUG unit.oai-hss/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:02:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libipc-system-simple-perl. unit-abot-epc-basic-0: 16:02:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ... unit-abot-epc-basic-0: 16:02:12 DEBUG unit.abot-epc-basic/0.install Unpacking libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 16:02:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-basedir-perl. unit-abot-epc-basic-0: 16:02:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ... unit-abot-epc-basic-0: 16:02:12 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-basedir-perl (0.07-1) ... unit-oai-hss-0: 16:02:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package autoconf. unit-oai-hss-0: 16:02:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../autoconf_2.69-6_all.deb ... unit-oai-hss-0: 16:02:12 DEBUG unit.oai-hss/0.install Unpacking autoconf (2.69-6) ... unit-abot-epc-basic-0: 16:02:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liburi-perl. unit-abot-epc-basic-0: 16:02:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liburi-perl_1.71-1_all.deb ... unit-abot-epc-basic-0: 16:02:12 DEBUG unit.abot-epc-basic/0.install Unpacking liburi-perl (1.71-1) ... unit-oai-hss-0: 16:02:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package autotools-dev. unit-oai-hss-0: 16:02:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../autotools-dev_20130810.1_all.deb ... unit-oai-hss-0: 16:02:12 DEBUG unit.oai-hss/0.install Unpacking autotools-dev (20130810.1) ... unit-abot-epc-basic-0: 16:02:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-desktopentry-perl. unit-abot-epc-basic-0: 16:02:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-desktopentry-perl_0.22-1_all.deb ... unit-abot-epc-basic-0: 16:02:12 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-desktopentry-perl (0.22-1) ... unit-oai-hss-0: 16:02:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package automake. unit-oai-hss-0: 16:02:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../automake_1%3a1.14.1-2ubuntu1_all.deb ... unit-oai-hss-0: 16:02:12 DEBUG unit.oai-hss/0.install Unpacking automake (1:1.14.1-2ubuntu1) ... unit-abot-epc-basic-0: 16:02:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-date-perl. unit-abot-epc-basic-0: 16:02:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 16:02:12 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 16:02:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-listing-perl. unit-abot-epc-basic-0: 16:02:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... unit-abot-epc-basic-0: 16:02:12 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-listing-perl (6.04-1) ... unit-oai-hss-0: 16:02:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package binutils. unit-oai-hss-0: 16:02:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-oai-hss-0: 16:02:13 DEBUG unit.oai-hss/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 16:02:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-mimeinfo-perl. unit-abot-epc-basic-0: 16:02:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-mimeinfo-perl_0.27-1_all.deb ... unit-abot-epc-basic-0: 16:02:13 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-mimeinfo-perl (0.27-1) ... unit-oai-hss-0: 16:02:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libbison-dev:amd64. unit-abot-epc-basic-0: 16:02:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk1.3:amd64. unit-oai-hss-0: 16:02:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libbison-dev_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 16:02:13 DEBUG unit.oai-hss/0.install Unpacking libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-abot-epc-basic-0: 16:02:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 16:02:13 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk1.3:amd64 (1.3.3-7) ... unit-oai-hss-0: 16:02:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package bison. unit-oai-hss-0: 16:02:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../bison_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 16:02:13 DEBUG unit.oai-hss/0.install Unpacking bison (2:3.0.2.dfsg-2) ... unit-abot-epc-basic-0: 16:02:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk-gl1.3:amd64. unit-abot-epc-basic-0: 16:02:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk-gl1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 16:02:13 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 16:02:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfont-afm-perl. unit-abot-epc-basic-0: 16:02:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... unit-abot-epc-basic-0: 16:02:14 DEBUG unit.abot-epc-basic/0.install Unpacking libfont-afm-perl (1.20-1) ... unit-oai-hss-0: 16:02:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc-dev-bin. unit-oai-hss-0: 16:02:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 16:02:14 DEBUG unit.oai-hss/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 16:02:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontenc1:amd64. unit-abot-epc-basic-0: 16:02:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontenc1_1%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:14 DEBUG unit.abot-epc-basic/0.install Unpacking libfontenc1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 16:02:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-oai-hss-0: 16:02:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... unit-oai-hss-0: 16:02:14 DEBUG unit.oai-hss/0.install Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... unit-abot-epc-basic-0: 16:02:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms2. unit-abot-epc-basic-0: 16:02:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms2_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 16:02:14 DEBUG unit.abot-epc-basic/0.install Unpacking libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 16:02:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-bin. unit-abot-epc-basic-0: 16:02:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-bin_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 16:02:14 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 16:02:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm-dev:amd64. unit-abot-epc-basic-0: 16:02:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpm-dev_1%3a3.5.11-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:02:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-dev. unit-abot-epc-basic-0: 16:02:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-dev_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 16:02:15 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-dev (1.2.3-1.2) ... unit-oai-hss-0: 16:02:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dev:amd64. unit-oai-hss-0: 16:02:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 16:02:15 DEBUG unit.oai-hss/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 16:02:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgpg-error-dev. unit-abot-epc-basic-0: 16:02:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgpg-error-dev_1.21-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:15 DEBUG unit.abot-epc-basic/0.install Unpacking libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 16:02:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt20-dev. unit-abot-epc-basic-0: 16:02:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt20-dev_1.6.5-2ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 16:02:15 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-oai-hss-0: 16:02:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp-4.8. unit-oai-hss-0: 16:02:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:02:16 DEBUG unit.oai-hss/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:02:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt11-dev. unit-abot-epc-basic-0: 16:02:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt11-dev_1.5.4-3+really1.6.5-2ubuntu0.5_all.deb ... unit-abot-epc-basic-0: 16:02:16 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 16:02:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-dev. unit-abot-epc-basic-0: 16:02:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-dev_2.32.2-1ubuntu1.5_amd64.deb ... unit-abot-epc-basic-0: 16:02:16 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 16:02:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp. unit-oai-hss-0: 16:02:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 16:02:16 DEBUG unit.oai-hss/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 16:02:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo0:amd64. unit-abot-epc-basic-0: 16:02:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 16:02:16 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 16:02:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl2ps0. unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl2ps0_1.3.8-1.2_amd64.deb ... unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Unpacking libgl2ps0 (1.3.8-1.2) ... unit-oai-hss-0: 16:02:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-oai-hss-0: 16:02:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:02:17 DEBUG unit.oai-hss/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglpk36:amd64. unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglpk36_4.57-1build3_amd64.deb ... unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Unpacking libglpk36:amd64 (4.57-1build3) ... unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-l10n. unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-l10n_2.5.9-3_all.deb ... unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjasper1:amd64. unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjasper1_1.900.1-debian1-2.4ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Unpacking libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-oai-hss-0: 16:02:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc-4.8. unit-oai-hss-0: 16:02:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:02:17 DEBUG unit.oai-hss/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwebp5:amd64. unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwebp5_0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Unpacking libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwmf0.2-7:amd64. unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwmf0.2-7_0.2.8.4-10.5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick-q16-3. unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick-q16-3_1.3.23-1build1_amd64.deb ... unit-abot-epc-basic-0: 16:02:17 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-abot-epc-basic-0: 16:02:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick++-q16-12. unit-abot-epc-basic-0: 16:02:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick++-q16-12_1.3.23-1build1_amd64.deb ... unit-abot-epc-basic-0: 16:02:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-abot-epc-basic-0: 16:02:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-icu0:amd64. unit-abot-epc-basic-0: 16:02:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-icu0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:18 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 16:02:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc. unit-oai-hss-0: 16:02:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 16:02:18 DEBUG unit.oai-hss/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 16:02:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-oai-hss-0: 16:02:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:02:18 DEBUG unit.oai-hss/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:02:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-gobject0:amd64. unit-abot-epc-basic-0: 16:02:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-gobject0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:19 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 16:02:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-dev. unit-abot-epc-basic-0: 16:02:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-dev_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:19 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 16:02:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft-dev. unit-abot-epc-basic-0: 16:02:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft-dev_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:19 DEBUG unit.abot-epc-basic/0.install Unpacking libxft-dev (2.3.2-1) ... unit-oai-hss-0: 16:02:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++-4.8. unit-oai-hss-0: 16:02:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:02:19 DEBUG unit.oai-hss/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:02:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango1.0-dev. unit-abot-epc-basic-0: 16:02:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango1.0-dev_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:19 DEBUG unit.abot-epc-basic/0.install Unpacking libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 16:02:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xinerama-dev. unit-abot-epc-basic-0: 16:02:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xinerama-dev_1.2.1-2_all.deb ... unit-abot-epc-basic-0: 16:02:19 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 16:02:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama-dev:amd64. unit-abot-epc-basic-0: 16:02:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama-dev_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:20 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 16:02:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-randr-dev. unit-abot-epc-basic-0: 16:02:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-randr-dev_1.5.0-1_all.deb ... unit-abot-epc-basic-0: 16:02:20 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 16:02:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr-dev:amd64. unit-abot-epc-basic-0: 16:02:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr-dev_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:20 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr-dev:amd64 (2:1.5.0-1) ... unit-oai-hss-0: 16:02:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++. unit-oai-hss-0: 16:02:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 16:02:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor-dev:amd64. unit-oai-hss-0: 16:02:21 DEBUG unit.oai-hss/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 16:02:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcursor-dev_1%3a1.1.14-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 16:02:21 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-oai-hss-0: 16:02:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package make. unit-oai-hss-0: 16:02:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 16:02:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-composite-dev. unit-abot-epc-basic-0: 16:02:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-composite-dev_1%3a0.4.2-2_all.deb ... unit-oai-hss-0: 16:02:22 DEBUG unit.oai-hss/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 16:02:22 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 16:02:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite-dev. unit-abot-epc-basic-0: 16:02:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite-dev_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 16:02:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdpkg-perl. unit-oai-hss-0: 16:02:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 16:02:22 DEBUG unit.oai-hss/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 16:02:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite-dev (1:0.4.4-1) ... unit-oai-hss-0: 16:02:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package dpkg-dev. unit-oai-hss-0: 16:02:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 16:02:22 DEBUG unit.oai-hss/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 16:02:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 16:02:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-dev_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:22 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 16:02:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package build-essential. unit-oai-hss-0: 16:02:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-oai-hss-0: 16:02:22 DEBUG unit.oai-hss/0.install Unpacking build-essential (11.6ubuntu6) ... unit-oai-hss-0: 16:02:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-data. unit-oai-hss-0: 16:02:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-data_2.8.12.2-0ubuntu3_all.deb ... unit-oai-hss-0: 16:02:22 DEBUG unit.oai-hss/0.install Unpacking cmake-data (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 16:02:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-dev:amd64. unit-abot-epc-basic-0: 16:02:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-dev_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 16:02:22 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 16:02:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake. unit-oai-hss-0: 16:02:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 16:02:23 DEBUG unit.oai-hss/0.install Unpacking cmake (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 16:02:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsz2:amd64. unit-abot-epc-basic-0: 16:02:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsz2_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:23 DEBUG unit.abot-epc-basic/0.install Unpacking libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 16:02:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-10:amd64. unit-abot-epc-basic-0: 16:02:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-10_1.8.16+docs-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:23 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-10:amd64 (1.8.16+docs-4ubuntu1) ... unit-oai-hss-0: 16:02:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-curses-gui. unit-oai-hss-0: 16:02:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-curses-gui_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 16:02:24 DEBUG unit.oai-hss/0.install Unpacking cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 16:02:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-cpp-11:amd64. unit-abot-epc-basic-0: 16:02:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-cpp-11_1.8.16+docs-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:24 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1) ... unit-oai-hss-0: 16:02:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen. unit-oai-hss-0: 16:02:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen_1.8.6-2_amd64.deb ... unit-oai-hss-0: 16:02:24 DEBUG unit.oai-hss/0.install Unpacking doxygen (1.8.6-2) ... unit-abot-epc-basic-0: 16:02:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8-dev:amd64. unit-abot-epc-basic-0: 16:02:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8-dev_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:24 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 16:02:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8-dev:amd64. unit-abot-epc-basic-0: 16:02:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 16:02:24 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 16:02:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen-gui. unit-oai-hss-0: 16:02:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen-gui_1.8.6-2_amd64.deb ... unit-oai-hss-0: 16:02:24 DEBUG unit.oai-hss/0.install Unpacking doxygen-gui (1.8.6-2) ... unit-abot-epc-basic-0: 16:02:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-dev:amd64. unit-abot-epc-basic-0: 16:02:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 16:02:25 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 16:02:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec-dev:amd64. unit-abot-epc-basic-0: 16:02:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec-dev_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:25 DEBUG unit.abot-epc-basic/0.install Unpacking libaec-dev:amd64 (0.3.2-1) ... unit-oai-hss-0: 16:02:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfakeroot:amd64. unit-oai-hss-0: 16:02:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 16:02:25 DEBUG unit.oai-hss/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 16:02:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-dev. unit-abot-epc-basic-0: 16:02:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-dev_1.8.16+docs-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:25 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-dev (1.8.16+docs-4ubuntu1) ... unit-oai-hss-0: 16:02:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package fakeroot. unit-oai-hss-0: 16:02:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 16:02:26 DEBUG unit.oai-hss/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 16:02:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package gdb. unit-oai-hss-0: 16:02:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... unit-oai-hss-0: 16:02:26 DEBUG unit.oai-hss/0.install Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 16:02:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-oai-hss-0: 16:02:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-oai-hss-0: 16:02:27 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 16:02:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tagset-perl. unit-abot-epc-basic-0: 16:02:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... unit-abot-epc-basic-0: 16:02:27 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 16:02:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-parser-perl. unit-abot-epc-basic-0: 16:02:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:27 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-parser-perl (3.72-1) ... unit-oai-hss-0: 16:02:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-oai-hss-0: 16:02:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-oai-hss-0: 16:02:27 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 16:02:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-html-perl. unit-abot-epc-basic-0: 16:02:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-html-perl_1.001-1_all.deb ... unit-abot-epc-basic-0: 16:02:27 DEBUG unit.abot-epc-basic/0.install Unpacking libio-html-perl (1.001-1) ... unit-oai-hss-0: 16:02:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-oai-hss-0: 16:02:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-oai-hss-0: 16:02:27 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 16:02:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-mediatypes-perl. unit-abot-epc-basic-0: 16:02:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 16:02:27 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 16:02:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-message-perl. unit-abot-epc-basic-0: 16:02:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ... unit-abot-epc-basic-0: 16:02:27 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 16:02:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-form-perl. unit-abot-epc-basic-0: 16:02:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... unit-oai-hss-0: 16:02:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-oai-hss-0: 16:02:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-oai-hss-0: 16:02:28 DEBUG unit.oai-hss/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 16:02:28 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 16:02:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tree-perl. unit-oai-hss-0: 16:02:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package manpages-dev. unit-abot-epc-basic-0: 16:02:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ... unit-oai-hss-0: 16:02:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:02:28 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tree-perl (5.03-2) ... unit-oai-hss-0: 16:02:28 DEBUG unit.oai-hss/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 16:02:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-format-perl. unit-abot-epc-basic-0: 16:02:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ... unit-abot-epc-basic-0: 16:02:28 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 16:02:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-cookies-perl. unit-abot-epc-basic-0: 16:02:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 16:02:28 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-cookies-perl (6.01-1) ... unit-oai-hss-0: 16:02:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package pkg-config. unit-abot-epc-basic-0: 16:02:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-daemon-perl. unit-oai-hss-0: 16:02:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... unit-abot-epc-basic-0: 16:02:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 16:02:28 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 16:02:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-negotiate-perl. unit-abot-epc-basic-0: 16:02:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... unit-abot-epc-basic-0: 16:02:28 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-negotiate-perl (6.00-2) ... unit-oai-hss-0: 16:02:28 DEBUG unit.oai-hss/0.install Unpacking pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 16:02:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dbg:amd64. unit-oai-hss-0: 16:02:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 16:02:28 DEBUG unit.oai-hss/0.install Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 16:02:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libicu-dev:amd64. unit-abot-epc-basic-0: 16:02:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libicu-dev_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 16:02:28 DEBUG unit.abot-epc-basic/0.install Unpacking libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-oai-hss-0: 16:02:29 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:02:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn11-dev. unit-abot-epc-basic-0: 16:02:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn11-dev_1.32-3ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 16:02:30 DEBUG unit.abot-epc-basic/0.install Unpacking libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 16:02:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-ssleay-perl. unit-abot-epc-basic-0: 16:02:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ... unit-abot-epc-basic-0: 16:02:30 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 16:02:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-socket-ssl-perl. unit-abot-epc-basic-0: 16:02:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ... unit-abot-epc-basic-0: 16:02:30 DEBUG unit.abot-epc-basic/0.install Unpacking libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 16:02:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjack-jackd2-0:amd64. unit-abot-epc-basic-0: 16:02:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjack-jackd2-0_1.9.10+20150825git1ed50c92~dfsg-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:30 DEBUG unit.abot-epc-basic/0.install Unpacking libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 16:02:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjs-jquery. unit-abot-epc-basic-0: 16:02:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ... unit-abot-epc-basic-0: 16:02:30 DEBUG unit.abot-epc-basic/0.install Unpacking libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 16:02:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libkpathsea6:amd64. unit-abot-epc-basic-0: 16:02:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libkpathsea6_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:30 DEBUG unit.abot-epc-basic/0.install Unpacking libkpathsea6:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 16:02:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-http-perl. unit-abot-epc-basic-0: 16:02:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ... unit-abot-epc-basic-0: 16:02:31 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 16:02:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-robotrules-perl. unit-abot-epc-basic-0: 16:02:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 16:02:31 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 16:02:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-perl. unit-abot-epc-basic-0: 16:02:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-perl_6.15-1_all.deb ... unit-abot-epc-basic-0: 16:02:32 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 16:02:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-protocol-https-perl. unit-abot-epc-basic-0: 16:02:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ... unit-abot-epc-basic-0: 16:02:32 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 16:02:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagick++-6.q16-5v5:amd64. unit-abot-epc-basic-0: 16:02:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagick++-6.q16-5v5_8%3a6.8.9.9-7ubuntu5.12_amd64.deb ... unit-abot-epc-basic-0: 16:02:32 DEBUG unit.abot-epc-basic/0.install Unpacking libmagick++-6.q16-5v5:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 16:02:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-abot-epc-basic-0: 16:02:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ... unit-abot-epc-basic-0: 16:02:32 DEBUG unit.abot-epc-basic/0.install Unpacking libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 16:02:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmail-sendmail-perl. unit-abot-epc-basic-0: 16:02:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-abot-epc-basic-0: 16:02:32 DEBUG unit.abot-epc-basic/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 16:02:32 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-abot-epc-basic-0: 16:02:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-smtp-ssl-perl. unit-abot-epc-basic-0: 16:02:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ... unit-abot-epc-basic-0: 16:02:32 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-smtp-ssl-perl (1.03-1) ... unit-oai-hss-0: 16:02:33 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 16:02:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmailtools-perl. unit-abot-epc-basic-0: 16:02:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ... unit-abot-epc-basic-0: 16:02:33 DEBUG unit.abot-epc-basic/0.install Unpacking libmailtools-perl (2.13-1) ... unit-oai-hss-0: 16:02:33 DEBUG unit.oai-hss/0.install Setting up m4 (1.4.17-2ubuntu1) ... unit-abot-epc-basic-0: 16:02:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 16:02:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mysql-common_5.7.23-0ubuntu0.16.04.1_all.deb ... unit-abot-epc-basic-0: 16:02:33 DEBUG unit.abot-epc-basic/0.install Unpacking mysql-common (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 16:02:33 DEBUG unit.oai-hss/0.install Setting up libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-abot-epc-basic-0: 16:02:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient20:amd64. unit-oai-hss-0: 16:02:33 DEBUG unit.oai-hss/0.install Setting up flex (2.5.35-10.1ubuntu2) ... unit-abot-epc-basic-0: 16:02:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient20_5.7.23-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:33 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient20:amd64 (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 16:02:33 DEBUG unit.oai-hss/0.install Setting up liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 16:02:33 DEBUG unit.oai-hss/0.install Setting up libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 16:02:33 DEBUG unit.oai-hss/0.install Setting up libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-abot-epc-basic-0: 16:02:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient-dev. unit-oai-hss-0: 16:02:33 DEBUG unit.oai-hss/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:02:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient-dev_5.7.23-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:33 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient-dev (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 16:02:33 DEBUG unit.oai-hss/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:02:33 DEBUG unit.oai-hss/0.install Setting up x11-common (1:7.7+1ubuntu8.1) ... unit-abot-epc-basic-0: 16:02:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-parser-perl. unit-abot-epc-basic-0: 16:02:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-parser-perl_2.44-1build1_amd64.deb ... unit-abot-epc-basic-0: 16:02:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-parser-perl (2.44-1build1) ... unit-oai-hss-0: 16:02:33 DEBUG unit.oai-hss/0.install * Setting up X socket directories... unit-oai-hss-0: 16:02:33 DEBUG unit.oai-hss/0.install ...done. unit-abot-epc-basic-0: 16:02:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-twig-perl. unit-oai-hss-0: 16:02:34 DEBUG unit.oai-hss/0.install Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 16:02:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-twig-perl_1%3a3.48-1_all.deb ... unit-abot-epc-basic-0: 16:02:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-twig-perl (1:3.48-1) ... unit-oai-hss-0: 16:02:34 DEBUG unit.oai-hss/0.install Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 16:02:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-dbus-perl. unit-abot-epc-basic-0: 16:02:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-dbus-perl_1.1.0-3build1_amd64.deb ... unit-abot-epc-basic-0: 16:02:34 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-dbus-perl (1.1.0-3build1) ... unit-oai-hss-0: 16:02:34 DEBUG unit.oai-hss/0.install Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 16:02:34 DEBUG unit.oai-hss/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 16:02:34 DEBUG unit.oai-hss/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 16:02:34 DEBUG unit.oai-hss/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 16:02:34 DEBUG unit.oai-hss/0.install Setting up libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-abot-epc-basic-0: 16:02:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglu1-mesa:amd64. unit-abot-epc-basic-0: 16:02:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglu1-mesa_9.0.0-2.1_amd64.deb ... unit-oai-hss-0: 16:02:34 DEBUG unit.oai-hss/0.install Setting up fonts-dejavu-core (2.34-1ubuntu1) ... unit-abot-epc-basic-0: 16:02:34 DEBUG unit.abot-epc-basic/0.install Unpacking libglu1-mesa:amd64 (9.0.0-2.1) ... unit-oai-hss-0: 16:02:34 DEBUG unit.oai-hss/0.install Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 16:02:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libumfpack5.7.1:amd64. unit-abot-epc-basic-0: 16:02:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libumfpack5.7.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:34 DEBUG unit.abot-epc-basic/0.install Unpacking libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 16:02:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave3:amd64. unit-abot-epc-basic-0: 16:02:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave3_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 16:02:35 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 16:02:35 DEBUG unit.oai-hss/0.install Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 16:02:35 DEBUG unit.oai-hss/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:02:35 DEBUG unit.oai-hss/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:02:35 DEBUG unit.oai-hss/0.install Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-oai-hss-0: 16:02:35 DEBUG unit.oai-hss/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 16:02:35 DEBUG unit.oai-hss/0.install Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-oai-hss-0: 16:02:35 DEBUG unit.oai-hss/0.install Setting up qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:02:35 DEBUG unit.oai-hss/0.install Setting up libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:02:35 DEBUG unit.oai-hss/0.install Setting up libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:02:35 DEBUG unit.oai-hss/0.install Setting up libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:02:35 DEBUG unit.oai-hss/0.install Setting up libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:02:35 DEBUG unit.oai-hss/0.install Setting up libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:02:35 DEBUG unit.oai-hss/0.install Setting up libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:02:35 DEBUG unit.oai-hss/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:02:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper-utils. unit-abot-epc-basic-0: 16:02:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper-utils_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:35 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-oai-hss-0: 16:02:36 DEBUG unit.oai-hss/0.install Setting up fontconfig (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 16:02:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-5.2-0:amd64. unit-abot-epc-basic-0: 16:02:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 16:02:36 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 16:02:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-dev:amd64. unit-abot-epc-basic-0: 16:02:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-dev_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 16:02:36 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 16:02:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplot2c2. unit-abot-epc-basic-0: 16:02:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplot2c2_2.6-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:02:36 DEBUG unit.abot-epc-basic/0.install Unpacking libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 16:02:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpoppler58:amd64. unit-abot-epc-basic-0: 16:02:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpoppler58_0.41.0-0ubuntu1.7_amd64.deb ... unit-abot-epc-basic-0: 16:02:36 DEBUG unit.abot-epc-basic/0.install Unpacking libpoppler58:amd64 (0.41.0-0ubuntu1.7) ... unit-abot-epc-basic-0: 16:02:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libportaudio2:amd64. unit-abot-epc-basic-0: 16:02:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libportaudio2_19+svn20140130-1build1_amd64.deb ... unit-abot-epc-basic-0: 16:02:37 DEBUG unit.abot-epc-basic/0.install Unpacking libportaudio2:amd64 (19+svn20140130-1build1) ... unit-abot-epc-basic-0: 16:02:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpotrace0. unit-abot-epc-basic-0: 16:02:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpotrace0_1.13-2_amd64.deb ... unit-abot-epc-basic-0: 16:02:37 DEBUG unit.abot-epc-basic/0.install Unpacking libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 16:02:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpstoedit0c2a. unit-abot-epc-basic-0: 16:02:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpstoedit0c2a_3.70-1ubuntu2_amd64.deb ... unit-oai-hss-0: 16:02:38 DEBUG unit.oai-hss/0.install Regenerating fonts cache... done. unit-oai-hss-0: 16:02:38 DEBUG unit.oai-hss/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 16:02:38 DEBUG unit.abot-epc-basic/0.install Unpacking libpstoedit0c2a (3.70-1ubuntu2) ... unit-oai-hss-0: 16:02:38 DEBUG unit.oai-hss/0.install Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 16:02:38 DEBUG unit.oai-hss/0.install Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-oai-hss-0: 16:02:38 DEBUG unit.oai-hss/0.install Setting up libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 16:02:38 DEBUG unit.oai-hss/0.install Setting up libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 16:02:38 DEBUG unit.oai-hss/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:02:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libptexenc1:amd64. unit-abot-epc-basic-0: 16:02:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libptexenc1_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:38 DEBUG unit.abot-epc-basic/0.install Unpacking libptexenc1:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 16:02:38 DEBUG unit.oai-hss/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:02:38 DEBUG unit.oai-hss/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:02:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqhull7:amd64. unit-abot-epc-basic-0: 16:02:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqhull7_2015.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:38 DEBUG unit.abot-epc-basic/0.install Unpacking libqhull7:amd64 (2015.2-1) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up autoconf (2.69-6) ... unit-abot-epc-basic-0: 16:02:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-l10n. unit-abot-epc-basic-0: 16:02:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-l10n_2.9.1+dfsg-4build1_all.deb ... unit-abot-epc-basic-0: 16:02:39 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up autotools-dev (20130810.1) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up automake (1:1.14.1-2ubuntu1) ... unit-abot-epc-basic-0: 16:02:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtcore4-l10n. unit-abot-epc-basic-0: 16:02:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtcore4-l10n_4%3a4.8.7+dfsg-5ubuntu2_all.deb ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up bison (2:3.0.2.dfsg-2) ... unit-abot-epc-basic-0: 16:02:39 DEBUG unit.abot-epc-basic/0.install Unpacking qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 16:02:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtcore4:amd64. unit-abot-epc-basic-0: 16:02:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:02:39 DEBUG unit.abot-epc-basic/0.install Unpacking libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 16:02:39 DEBUG unit.oai-hss/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 16:02:40 DEBUG unit.oai-hss/0.install Setting up build-essential (11.6ubuntu6) ... unit-oai-hss-0: 16:02:40 DEBUG unit.oai-hss/0.install Setting up cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 16:02:40 DEBUG unit.oai-hss/0.install Setting up cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 16:02:40 DEBUG unit.oai-hss/0.install Setting up cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 16:02:40 DEBUG unit.oai-hss/0.install Setting up doxygen (1.8.6-2) ... unit-abot-epc-basic-0: 16:02:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xml:amd64. unit-abot-epc-basic-0: 16:02:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-xml_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:02:40 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 16:02:40 DEBUG unit.oai-hss/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 16:02:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtdbus4:amd64. unit-abot-epc-basic-0: 16:02:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:02:40 DEBUG unit.abot-epc-basic/0.install Unpacking libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 16:02:40 DEBUG unit.oai-hss/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 16:02:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-network:amd64. unit-abot-epc-basic-0: 16:02:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-network_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:02:40 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 16:02:40 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-oai-hss-0: 16:02:40 DEBUG unit.oai-hss/0.install Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 16:02:40 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 16:02:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-script:amd64. unit-abot-epc-basic-0: 16:02:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-script_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 16:02:40 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 16:02:40 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 16:02:40 DEBUG unit.oai-hss/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 16:02:41 DEBUG unit.oai-hss/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 16:02:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql:amd64. unit-abot-epc-basic-0: 16:02:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-sql_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:02:41 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 16:02:41 DEBUG unit.oai-hss/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 16:02:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-abot-epc-basic-0: 16:02:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-xmlpatterns_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:02:41 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 16:02:41 DEBUG unit.oai-hss/0.install Setting up pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 16:02:41 DEBUG unit.oai-hss/0.install Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:02:41 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 16:02:41 DEBUG unit.oai-hss/0.install Setting up libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 16:02:41 DEBUG unit.oai-hss/0.install Setting up libsm6:amd64 (2:1.2.1-2) ... unit-abot-epc-basic-0: 16:02:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-abot-epc-basic-0: 16:02:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-declarative_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:02:42 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 16:02:42 DEBUG unit.oai-hss/0.install Setting up libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 16:02:42 DEBUG unit.oai-hss/0.install Setting up libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 16:02:42 DEBUG unit.oai-hss/0.install Setting up libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:02:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtgui4:amd64. unit-oai-hss-0: 16:02:42 DEBUG unit.oai-hss/0.install Setting up libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:02:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtgui4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:02:42 DEBUG unit.abot-epc-basic/0.install Unpacking libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 16:02:42 DEBUG unit.oai-hss/0.install Setting up doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 16:02:42 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:02:43 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:02:43 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:02:43 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:02:43 DEBUG unit.oai-hss/0.install git is already the newest version. unit-oai-hss-0: 16:02:43 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 16:02:43 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 unit-oai-hss-0: 16:02:43 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 16:02:43 DEBUG unit.oai-hss/0.install subversion-tools db5.3-util unit-oai-hss-0: 16:02:43 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:02:43 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 subversion unit-abot-epc-basic-0: 16:02:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-12v5. unit-abot-epc-basic-0: 16:02:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-12v5_2.9.1+dfsg-4build1_amd64.deb ... unit-abot-epc-basic-0: 16:02:43 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-oai-hss-0: 16:02:43 DEBUG unit.oai-hss/0.install 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:02:43 DEBUG unit.oai-hss/0.install Need to get 1402 kB of archives. unit-oai-hss-0: 16:02:43 DEBUG unit.oai-hss/0.install After this operation, 5231 kB of additional disk space will be used. unit-oai-hss-0: 16:02:43 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libapr1 amd64 1.5.0-1 [85.1 kB] unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtchooser. unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtchooser_52-gae5eeef-2build1~gcc5.2_amd64.deb ... unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Unpacking qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qdbus. unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qdbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Unpacking qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-dbus:amd64. unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-dbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-opengl:amd64. unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-opengl_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 16:02:44 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaprutil1 amd64 1.5.3-1 [76.4 kB] unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-sql-mysql_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp1:amd64. unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp1_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp1:amd64 (1.0.16+dfsg-3) ... unit-oai-hss-0: 16:02:44 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libserf-1-1 amd64 1.3.3-1ubuntu0.1 [42.2 kB] unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp-dev. unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp-dev_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 16:02:44 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp-dev (1.0.16+dfsg-3) ... unit-oai-hss-0: 16:02:44 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsvn1 amd64 1.8.8-1ubuntu3.3 [918 kB] unit-abot-epc-basic-0: 16:02:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-dev:amd64. unit-abot-epc-basic-0: 16:02:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.13_amd64.deb ... unit-abot-epc-basic-0: 16:02:45 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 16:02:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-doc. unit-abot-epc-basic-0: 16:02:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-doc_1.0.2g-1ubuntu4.13_all.deb ... unit-abot-epc-basic-0: 16:02:45 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-doc (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 16:02:45 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main subversion amd64 1.8.8-1ubuntu3.3 [281 kB] unit-oai-hss-0: 16:02:45 DEBUG unit.oai-hss/0.install Fetched 1402 kB in 2s (690 kB/s) unit-oai-hss-0: 16:02:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libapr1:amd64. unit-oai-hss-0: 16:02:45 DEBUG unit.oai-hss/0.install (Reading database ... 116099 files and directories currently installed.) unit-oai-hss-0: 16:02:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ... unit-oai-hss-0: 16:02:45 DEBUG unit.oai-hss/0.install Unpacking libapr1:amd64 (1.5.0-1) ... unit-abot-epc-basic-0: 16:02:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsvn1:amd64. unit-abot-epc-basic-0: 16:02:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsvn1_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:45 DEBUG unit.abot-epc-basic/0.install Unpacking libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 16:02:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsynctex1:amd64. unit-abot-epc-basic-0: 16:02:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsynctex1_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:45 DEBUG unit.abot-epc-basic/0.install Unpacking libsynctex1:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 16:02:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaprutil1:amd64. unit-oai-hss-0: 16:02:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ... unit-oai-hss-0: 16:02:46 DEBUG unit.oai-hss/0.install Unpacking libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 16:02:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libserf-1-1:amd64. unit-oai-hss-0: 16:02:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 16:02:46 DEBUG unit.oai-hss/0.install Unpacking libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-abot-epc-basic-0: 16:02:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-6-dev:amd64. unit-abot-epc-basic-0: 16:02:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtasn1-6-dev_4.7-3ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 16:02:46 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 16:02:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsvn1:amd64. unit-oai-hss-0: 16:02:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsvn1_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 16:02:46 DEBUG unit.oai-hss/0.install Unpacking libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 16:02:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexlua52:amd64. unit-abot-epc-basic-0: 16:02:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexlua52_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:46 DEBUG unit.abot-epc-basic/0.install Unpacking libtexlua52:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 16:02:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexluajit2:amd64. unit-abot-epc-basic-0: 16:02:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexluajit2_2015.20160222.37495-1_amd64.deb ... unit-oai-hss-0: 16:02:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package subversion. unit-oai-hss-0: 16:02:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../subversion_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 16:02:46 DEBUG unit.oai-hss/0.install Unpacking subversion (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 16:02:46 DEBUG unit.abot-epc-basic/0.install Unpacking libtexluajit2:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 16:02:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtext-unidecode-perl. unit-abot-epc-basic-0: 16:02:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtext-unidecode-perl_1.27-1_all.deb ... unit-abot-epc-basic-0: 16:02:46 DEBUG unit.abot-epc-basic/0.install Unpacking libtext-unidecode-perl (1.27-1) ... unit-oai-hss-0: 16:02:46 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:02:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtie-ixhash-perl. unit-abot-epc-basic-0: 16:02:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtie-ixhash-perl_1.23-2_all.deb ... unit-abot-epc-basic-0: 16:02:47 DEBUG unit.abot-epc-basic/0.install Unpacking libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 16:02:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtool. unit-abot-epc-basic-0: 16:02:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... unit-abot-epc-basic-0: 16:02:47 DEBUG unit.abot-epc-basic/0.install Unpacking libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 16:02:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-0-dev:amd64. unit-abot-epc-basic-0: 16:02:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libusb-1.0-0-dev_2%3a1.0.20-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:47 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-oai-hss-0: 16:02:47 DEBUG unit.oai-hss/0.install Setting up libapr1:amd64 (1.5.0-1) ... unit-abot-epc-basic-0: 16:02:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-doc. unit-abot-epc-basic-0: 16:02:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libusb-1.0-doc_2%3a1.0.20-1_all.deb ... unit-oai-hss-0: 16:02:47 DEBUG unit.oai-hss/0.install Setting up libaprutil1:amd64 (1.5.3-1) ... unit-abot-epc-basic-0: 16:02:47 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-doc (2:1.0.20-1) ... unit-abot-epc-basic-0: 16:02:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-bin. unit-abot-epc-basic-0: 16:02:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom-bin_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:47 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 16:02:47 DEBUG unit.oai-hss/0.install Setting up libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 16:02:47 DEBUG unit.oai-hss/0.install Setting up libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 16:02:48 DEBUG unit.oai-hss/0.install Setting up subversion (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 16:02:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-protocol-perl. unit-abot-epc-basic-0: 16:02:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-protocol-perl_0.56-7_all.deb ... unit-abot-epc-basic-0: 16:02:48 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 16:02:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-namespacesupport-perl. unit-abot-epc-basic-0: 16:02:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-namespacesupport-perl_1.11-1_all.deb ... unit-abot-epc-basic-0: 16:02:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-namespacesupport-perl (1.11-1) ... unit-oai-hss-0: 16:02:48 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 16:02:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-base-perl. unit-abot-epc-basic-0: 16:02:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-base-perl_1.07-1_all.deb ... unit-abot-epc-basic-0: 16:02:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-base-perl (1.07-1) ... unit-oai-hss-0: 16:02:48 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 16:02:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-perl. unit-abot-epc-basic-0: 16:02:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ... unit-oai-hss-0: 16:02:48 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:02:48 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 16:02:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install openssl is already the newest version. unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig9 libgpg-error-dev unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install libhtml-template-perl libidn2-0 libltdl-dev libltdl7 libssl-doc lksctp-tools unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install libgcrypt11-doc libipc-sharedcache-perl libtool-doc gfortran unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install fortran95-compiler gcj-jdk tinyca mailx unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig8-dev libconfig9 libgcrypt11-dev unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install libgpg-error-dev libhtml-template-perl libidn11-dev libidn2-0 libidn2-0-dev unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install libltdl-dev libltdl7 libmysqlclient-dev libpthread-stubs0-dev libsctp-dev unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install libsctp1 libssl-dev libssl-doc libtool lksctp-tools mysql-server unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-abot-epc-basic-0: 16:02:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-libxml-perl. unit-abot-epc-basic-0: 16:02:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-libxml-perl_2.0123+dfsg-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-abot-epc-basic-0: 16:02:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-expat-perl. unit-abot-epc-basic-0: 16:02:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-expat-perl_0.40-2_all.deb ... unit-abot-epc-basic-0: 16:02:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-expat-perl (0.40-2) ... unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install Need to get 10.9 MB of archives. unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install After this operation, 74.5 MB of additional disk space will be used. unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig9 amd64 1.4.9-2 [21.7 kB] unit-abot-epc-basic-0: 16:02:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-xpathengine-perl. unit-abot-epc-basic-0: 16:02:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-xpathengine-perl_0.13-1_all.deb ... unit-abot-epc-basic-0: 16:02:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 16:02:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml2-dev:amd64. unit-abot-epc-basic-0: 16:02:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml2-dev_2.9.3+dfsg1-1ubuntu0.6_amd64.deb ... unit-abot-epc-basic-0: 16:02:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 16:02:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxslt1-dev:amd64. unit-abot-epc-basic-0: 16:02:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxslt1-dev_1.1.28-2.1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libltdl7 amd64 2.4.2-1.7ubuntu1 [35.0 kB] unit-abot-epc-basic-0: 16:02:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libzzip-0-13:amd64. unit-abot-epc-basic-0: 16:02:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libzzip-0-13_0.13.62-3ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 16:02:49 DEBUG unit.abot-epc-basic/0.install Unpacking libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-oai-hss-0: 16:02:49 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] unit-oai-hss-0: 16:02:50 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3764 kB] unit-abot-epc-basic-0: 16:02:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package lmodern. unit-abot-epc-basic-0: 16:02:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 16:02:50 DEBUG unit.abot-epc-basic/0.install Unpacking lmodern (2.004.5-1) ... unit-oai-hss-0: 16:02:51 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1862 kB] unit-oai-hss-0: 16:02:51 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libidn2-0 amd64 0.9-1 [81.8 kB] unit-oai-hss-0: 16:02:51 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-dev amd64 1.4.9-2 [85.1 kB] unit-oai-hss-0: 16:02:51 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-doc all 1.4.9-2 [300 kB] unit-oai-hss-0: 16:02:51 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig8-dev amd64 1.4.9-2 [1766 B] unit-abot-epc-basic-0: 16:02:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mesa-common-dev:amd64. unit-abot-epc-basic-0: 16:02:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mesa-common-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:51 DEBUG unit.abot-epc-basic/0.install Unpacking mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 16:02:51 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgpg-error-dev amd64 1.12-0.2ubuntu1 [20.1 kB] unit-abot-epc-basic-0: 16:02:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mscgen. unit-abot-epc-basic-0: 16:02:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mscgen_0.20-5_amd64.deb ... unit-abot-epc-basic-0: 16:02:51 DEBUG unit.abot-epc-basic/0.install Unpacking mscgen (0.20-5) ... unit-abot-epc-basic-0: 16:02:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libosmesa6:amd64. unit-abot-epc-basic-0: 16:02:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libosmesa6_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:51 DEBUG unit.abot-epc-basic/0.install Unpacking libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 16:02:51 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcrypt11-dev amd64 1.5.3-2ubuntu4.6 [273 kB] unit-oai-hss-0: 16:02:52 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] unit-oai-hss-0: 16:02:52 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libidn11-dev amd64 1.28-1ubuntu2.2 [519 kB] unit-oai-hss-0: 16:02:52 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libltdl-dev amd64 2.4.2-1.7ubuntu1 [157 kB] unit-abot-epc-basic-0: 16:02:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texinfo. unit-abot-epc-basic-0: 16:02:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texinfo_6.1.0.dfsg.1-5_amd64.deb ... unit-abot-epc-basic-0: 16:02:52 DEBUG unit.abot-epc-basic/0.install Unpacking texinfo (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 16:02:52 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main zlib1g-dev amd64 1:1.2.8.dfsg-1ubuntu1.1 [166 kB] unit-oai-hss-0: 16:02:52 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient-dev amd64 5.5.61-0ubuntu0.14.04.1 [864 kB] unit-oai-hss-0: 16:02:52 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpthread-stubs0-dev amd64 0.3-4 [4068 B] unit-abot-epc-basic-0: 16:02:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-common. unit-abot-epc-basic-0: 16:02:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-common_4.0.0-3ubuntu9.2_all.deb ... unit-abot-epc-basic-0: 16:02:52 DEBUG unit.abot-epc-basic/0.install Unpacking octave-common (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 16:02:52 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp-dev amd64 1.0.15+dfsg-1 [64.4 kB] unit-oai-hss-0: 16:02:53 DEBUG unit.oai-hss/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-dev amd64 1.0.1f-1ubuntu2.26 [1072 kB] unit-oai-hss-0: 16:02:53 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-doc all 1.0.1f-1ubuntu2.26 [971 kB] unit-abot-epc-basic-0: 16:02:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave. unit-abot-epc-basic-0: 16:02:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 16:02:53 DEBUG unit.abot-epc-basic/0.install Unpacking octave (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 16:02:53 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtool amd64 2.4.2-1.7ubuntu1 [188 kB] unit-oai-hss-0: 16:02:53 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] unit-oai-hss-0: 16:02:53 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] unit-oai-hss-0: 16:02:54 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libidn2-0-dev amd64 0.9-1 [292 kB] unit-abot-epc-basic-0: 16:02:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-control. unit-abot-epc-basic-0: 16:02:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-control_3.0.0-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:54 DEBUG unit.abot-epc-basic/0.install Unpacking octave-control (3.0.0-1) ... unit-oai-hss-0: 16:02:54 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 16:02:54 DEBUG unit.oai-hss/0.install Fetched 10.9 MB in 4s (2193 kB/s) unit-oai-hss-0: 16:02:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig9:amd64. unit-oai-hss-0: 16:02:54 DEBUG unit.oai-hss/0.install (Reading database ... 116210 files and directories currently installed.) unit-oai-hss-0: 16:02:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig9_1.4.9-2_amd64.deb ... unit-oai-hss-0: 16:02:54 DEBUG unit.oai-hss/0.install Unpacking libconfig9:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 16:02:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-signal. unit-abot-epc-basic-0: 16:02:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-signal_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:54 DEBUG unit.abot-epc-basic/0.install Unpacking octave-signal (1.3.2-1) ... unit-oai-hss-0: 16:02:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl7:amd64. unit-oai-hss-0: 16:02:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 16:02:54 DEBUG unit.oai-hss/0.install Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 16:02:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pstoedit. unit-oai-hss-0: 16:02:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp1:amd64. unit-abot-epc-basic-0: 16:02:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pstoedit_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:02:54 DEBUG unit.abot-epc-basic/0.install Unpacking pstoedit (3.70-1ubuntu2) ... unit-oai-hss-0: 16:02:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 16:02:54 DEBUG unit.oai-hss/0.install Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 16:02:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pydb. unit-abot-epc-basic-0: 16:02:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/pydb_1.26-2_all.deb ... unit-abot-epc-basic-0: 16:02:54 DEBUG unit.abot-epc-basic/0.install Unpacking pydb (1.26-2) ... unit-oai-hss-0: 16:02:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-core-5.5. unit-oai-hss-0: 16:02:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:02:54 DEBUG unit.oai-hss/0.install Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:02:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qt-at-spi:amd64. unit-abot-epc-basic-0: 16:02:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qt-at-spi_0.4.0-3_amd64.deb ... unit-abot-epc-basic-0: 16:02:54 DEBUG unit.abot-epc-basic/0.install Unpacking qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 16:02:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qttranslations5-l10n. unit-abot-epc-basic-0: 16:02:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qttranslations5-l10n_5.5.1-2build1_all.deb ... unit-abot-epc-basic-0: 16:02:54 DEBUG unit.abot-epc-basic/0.install Unpacking qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 16:02:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rubygems-integration. unit-abot-epc-basic-0: 16:02:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../rubygems-integration_1.10_all.deb ... unit-abot-epc-basic-0: 16:02:55 DEBUG unit.abot-epc-basic/0.install Unpacking rubygems-integration (1.10) ... unit-abot-epc-basic-0: 16:02:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-did-you-mean. unit-abot-epc-basic-0: 16:02:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-did-you-mean_1.0.0-2_all.deb ... unit-abot-epc-basic-0: 16:02:55 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 16:02:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-minitest. unit-abot-epc-basic-0: 16:02:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-minitest_5.8.4-2_all.deb ... unit-abot-epc-basic-0: 16:02:55 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 16:02:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-net-telnet. unit-abot-epc-basic-0: 16:02:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ... unit-abot-epc-basic-0: 16:02:55 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 16:02:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-power-assert. unit-abot-epc-basic-0: 16:02:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-power-assert_0.2.7-1_all.deb ... unit-abot-epc-basic-0: 16:02:55 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 16:02:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-test-unit. unit-abot-epc-basic-0: 16:02:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ... unit-abot-epc-basic-0: 16:02:55 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-test-unit (3.1.7-2) ... unit-oai-hss-0: 16:02:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-5.5. unit-oai-hss-0: 16:02:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libruby2.3:amd64. unit-abot-epc-basic-0: 16:02:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libruby2.3_2.3.1-2~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:02:56 DEBUG unit.abot-epc-basic/0.install Unpacking libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-oai-hss-0: 16:02:56 DEBUG unit.oai-hss/0.install Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:02:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby2.3. unit-abot-epc-basic-0: 16:02:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby2.3_2.3.1-2~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:02:56 DEBUG unit.abot-epc-basic/0.install Unpacking ruby2.3 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 16:02:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby. unit-abot-epc-basic-0: 16:02:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby_1%3a2.3.0+1_all.deb ... unit-abot-epc-basic-0: 16:02:57 DEBUG unit.abot-epc-basic/0.install Unpacking ruby (1:2.3.0+1) ... unit-oai-hss-0: 16:02:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0:amd64. unit-oai-hss-0: 16:02:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0_0.9-1_amd64.deb ... unit-oai-hss-0: 16:02:57 DEBUG unit.oai-hss/0.install Unpacking libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 16:02:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-dev:amd64. unit-oai-hss-0: 16:02:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 16:02:57 DEBUG unit.oai-hss/0.install Unpacking libconfig-dev:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 16:02:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rake. unit-abot-epc-basic-0: 16:02:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/rake_10.5.0-2_all.deb ... unit-abot-epc-basic-0: 16:02:57 DEBUG unit.abot-epc-basic/0.install Unpacking rake (10.5.0-2) ... unit-oai-hss-0: 16:02:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-doc. unit-oai-hss-0: 16:02:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-doc_1.4.9-2_all.deb ... unit-oai-hss-0: 16:02:57 DEBUG unit.oai-hss/0.install Unpacking libconfig-doc (1.4.9-2) ... unit-abot-epc-basic-0: 16:02:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package subversion. unit-abot-epc-basic-0: 16:02:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../subversion_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:02:57 DEBUG unit.abot-epc-basic/0.install Unpacking subversion (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 16:02:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig8-dev. unit-oai-hss-0: 16:02:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig8-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 16:02:57 DEBUG unit.oai-hss/0.install Unpacking libconfig8-dev (1.4.9-2) ... unit-abot-epc-basic-0: 16:02:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package t1utils. unit-abot-epc-basic-0: 16:02:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../t1utils_1.39-2_amd64.deb ... unit-abot-epc-basic-0: 16:02:57 DEBUG unit.abot-epc-basic/0.install Unpacking t1utils (1.39-2) ... unit-oai-hss-0: 16:02:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgpg-error-dev. unit-oai-hss-0: 16:02:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgpg-error-dev_1.12-0.2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:02:58 DEBUG unit.oai-hss/0.install Unpacking libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 16:02:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcrypt11-dev. unit-oai-hss-0: 16:02:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcrypt11-dev_1.5.3-2ubuntu4.6_amd64.deb ... unit-oai-hss-0: 16:02:58 DEBUG unit.oai-hss/0.install Unpacking libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-abot-epc-basic-0: 16:02:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl8.6. unit-abot-epc-basic-0: 16:02:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 16:02:58 DEBUG unit.abot-epc-basic/0.install Unpacking tcl8.6 (8.6.5+dfsg-2) ... unit-oai-hss-0: 16:02:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libhtml-template-perl. unit-oai-hss-0: 16:02:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-oai-hss-0: 16:02:58 DEBUG unit.oai-hss/0.install Unpacking libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 16:02:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl. unit-abot-epc-basic-0: 16:02:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tcl_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 16:02:58 DEBUG unit.abot-epc-basic/0.install Unpacking tcl (8.6.0+9) ... unit-oai-hss-0: 16:02:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn11-dev. unit-oai-hss-0: 16:02:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn11-dev_1.28-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 16:02:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-binaries. unit-oai-hss-0: 16:02:58 DEBUG unit.oai-hss/0.install Unpacking libidn11-dev (1.28-1ubuntu2.2) ... unit-abot-epc-basic-0: 16:02:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-binaries_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 16:02:58 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-binaries (2015.20160222.37495-1) ... unit-oai-hss-0: 16:02:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl-dev:amd64. unit-oai-hss-0: 16:02:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl-dev_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 16:02:58 DEBUG unit.oai-hss/0.install Unpacking libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 16:02:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-oai-hss-0: 16:02:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 16:02:59 DEBUG unit.oai-hss/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 16:02:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmysqlclient-dev. unit-oai-hss-0: 16:02:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient-dev_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:02:59 DEBUG unit.oai-hss/0.install Unpacking libmysqlclient-dev (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:03:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-oai-hss-0: 16:03:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-oai-hss-0: 16:03:00 DEBUG unit.oai-hss/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 16:03:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xdg-utils. unit-abot-epc-basic-0: 16:03:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xdg-utils_1.1.1-1ubuntu1.16.04.3_all.deb ... unit-abot-epc-basic-0: 16:03:00 DEBUG unit.abot-epc-basic/0.install Unpacking xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-oai-hss-0: 16:03:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp-dev. unit-oai-hss-0: 16:03:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp-dev_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 16:03:00 DEBUG unit.oai-hss/0.install Unpacking libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 16:03:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-dev:amd64. unit-oai-hss-0: 16:03:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.26_amd64.deb ... unit-oai-hss-0: 16:03:00 DEBUG unit.oai-hss/0.install Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-abot-epc-basic-0: 16:03:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-base. unit-abot-epc-basic-0: 16:03:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 16:03:00 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 16:03:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-doc. unit-oai-hss-0: 16:03:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.26_all.deb ... unit-oai-hss-0: 16:03:00 DEBUG unit.oai-hss/0.install Unpacking libssl-doc (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 16:03:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtool. unit-oai-hss-0: 16:03:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtool_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 16:03:00 DEBUG unit.oai-hss/0.install Unpacking libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 16:03:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package lksctp-tools. unit-oai-hss-0: 16:03:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 16:03:00 DEBUG unit.oai-hss/0.install Unpacking lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 16:03:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server. unit-oai-hss-0: 16:03:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 16:03:01 DEBUG unit.oai-hss/0.install Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:03:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0-dev. unit-oai-hss-0: 16:03:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0-dev_0.9-1_amd64.deb ... unit-oai-hss-0: 16:03:01 DEBUG unit.oai-hss/0.install Unpacking libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 16:03:01 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 16:03:02 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 16:03:02 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-abot-epc-basic-0: 16:03:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base. unit-abot-epc-basic-0: 16:03:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 16:03:02 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 16:03:02 DEBUG unit.oai-hss/0.install Setting up libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 16:03:02 DEBUG unit.oai-hss/0.install Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 16:03:02 DEBUG unit.oai-hss/0.install Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 16:03:02 DEBUG unit.oai-hss/0.install Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:03:02 DEBUG unit.oai-hss/0.install Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 16:03:03 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 16:03:03 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:03:03 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 16:03:03 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 16:03:03 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 16:03:03 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 16:03:03 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 16:03:03 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 16:03:03 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 16:03:03 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 16:03:03 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:03:03 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:03:03 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 16:03:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base-doc. unit-abot-epc-basic-0: 16:03:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base-doc_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 16:03:03 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 16:03:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk8.6. unit-abot-epc-basic-0: 16:03:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 16:03:06 DEBUG unit.abot-epc-basic/0.install Unpacking tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 16:03:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk. unit-abot-epc-basic-0: 16:03:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tk_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 16:03:06 DEBUG unit.abot-epc-basic/0.install Unpacking tk (8.6.0+9) ... unit-abot-epc-basic-0: 16:03:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package unzip. unit-abot-epc-basic-0: 16:03:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:03:06 DEBUG unit.abot-epc-basic/0.install Unpacking unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 16:03:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-utils. unit-abot-epc-basic-0: 16:03:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-utils_7.7+3_amd64.deb ... unit-abot-epc-basic-0: 16:03:07 DEBUG unit.abot-epc-basic/0.install Unpacking x11-utils (7.7+3) ... unit-abot-epc-basic-0: 16:03:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-xserver-utils. unit-abot-epc-basic-0: 16:03:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-xserver-utils_7.7+7_amd64.deb ... unit-oai-hss-0: 16:03:07 DEBUG unit.oai-hss/0.install 180827 16:03:07 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead. unit-oai-hss-0: 16:03:07 DEBUG unit.oai-hss/0.install 180827 16:03:07 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-oai-hss-0: 16:03:07 DEBUG unit.oai-hss/0.install 180827 16:03:07 [Note] /usr/sbin/mysqld (mysqld 5.5.61-0ubuntu0.14.04.1) starting as process 11650 ... unit-abot-epc-basic-0: 16:03:07 DEBUG unit.abot-epc-basic/0.install Unpacking x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 16:03:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xbitmaps. unit-abot-epc-basic-0: 16:03:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-abot-epc-basic-0: 16:03:07 DEBUG unit.abot-epc-basic/0.install Unpacking xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 16:03:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xmlstarlet. unit-abot-epc-basic-0: 16:03:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xmlstarlet_1.6.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:03:07 DEBUG unit.abot-epc-basic/0.install Unpacking xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:03:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xterm. unit-abot-epc-basic-0: 16:03:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xterm_322-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:03:07 DEBUG unit.abot-epc-basic/0.install Unpacking xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 16:03:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zip. unit-abot-epc-basic-0: 16:03:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/zip_3.0-11_amd64.deb ... unit-abot-epc-basic-0: 16:03:08 DEBUG unit.abot-epc-basic/0.install Unpacking zip (3.0-11) ... unit-abot-epc-basic-0: 16:03:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libauthen-sasl-perl. unit-abot-epc-basic-0: 16:03:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ... unit-abot-epc-basic-0: 16:03:08 DEBUG unit.abot-epc-basic/0.install Unpacking libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 16:03:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dbg:amd64. unit-abot-epc-basic-0: 16:03:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dbg_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 16:03:08 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 16:03:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libffi-dev:amd64. unit-abot-epc-basic-0: 16:03:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ... unit-abot-epc-basic-0: 16:03:09 DEBUG unit.abot-epc-basic/0.install Unpacking libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 16:03:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dev:amd64. unit-abot-epc-basic-0: 16:03:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:03:09 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 16:03:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0-dev. unit-abot-epc-basic-0: 16:03:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0-dev_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 16:03:09 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 16:03:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave-dev. unit-abot-epc-basic-0: 16:03:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave-dev_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 16:03:10 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 16:03:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-doc. unit-abot-epc-basic-0: 16:03:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtasn1-doc_4.7-3ubuntu0.16.04.3_all.deb ... unit-abot-epc-basic-0: 16:03:11 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 16:03:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libyaml-dev:amd64. unit-abot-epc-basic-0: 16:03:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libyaml-dev_0.1.6-3_amd64.deb ... unit-abot-epc-basic-0: 16:03:11 DEBUG unit.abot-epc-basic/0.install Unpacking libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 16:03:11 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 16:03:16 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 16:03:16 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 16:03:16 DEBUG unit.abot-epc-basic/0.install Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:03:17 DEBUG unit.abot-epc-basic/0.install Processing triggers for udev (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 16:03:17 DEBUG unit.abot-epc-basic/0.install Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4) ... unit-oai-hss-0: 16:03:17 DEBUG unit.oai-hss/0.install mysql start/running, process 11785 unit-abot-epc-basic-0: 16:03:17 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 16:03:17 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 16:03:17 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 16:03:17 DEBUG unit.abot-epc-basic/0.install Processing triggers for shared-mime-info (1.5-2ubuntu0.2) ... unit-oai-hss-0: 16:03:17 DEBUG unit.oai-hss/0.install Setting up libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 16:03:17 DEBUG unit.oai-hss/0.install Setting up libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 16:03:17 DEBUG unit.oai-hss/0.install Setting up libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 16:03:17 DEBUG unit.oai-hss/0.install Setting up libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 16:03:17 DEBUG unit.oai-hss/0.install Setting up libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 16:03:17 DEBUG unit.oai-hss/0.install Setting up libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 16:03:17 DEBUG unit.oai-hss/0.install Setting up libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 16:03:18 DEBUG unit.oai-hss/0.install Setting up libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 16:03:18 DEBUG unit.oai-hss/0.install Setting up libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 16:03:18 DEBUG unit.oai-hss/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 16:03:18 DEBUG unit.oai-hss/0.install Setting up libmysqlclient-dev (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:03:18 DEBUG unit.oai-hss/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 16:03:19 DEBUG unit.oai-hss/0.install Setting up libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 16:03:19 DEBUG unit.oai-hss/0.install Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 16:03:19 DEBUG unit.oai-hss/0.install Setting up libssl-doc (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 16:03:19 DEBUG unit.oai-hss/0.install Setting up libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 16:03:19 DEBUG unit.oai-hss/0.install Setting up lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 16:03:19 DEBUG unit.oai-hss/0.install Setting up libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 16:03:19 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 16:03:19 DEBUG unit.oai-hss/0.install Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:03:19 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:03:20 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:03:20 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:03:20 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:03:20 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 16:03:20 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 16:03:20 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 16:03:20 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 16:03:20 DEBUG unit.oai-hss/0.install libgmpxx4ldbl unit-oai-hss-0: 16:03:20 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 16:03:20 DEBUG unit.oai-hss/0.install libgmp10-doc libmpfr-dev unit-oai-hss-0: 16:03:20 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:03:20 DEBUG unit.oai-hss/0.install libgmp-dev libgmpxx4ldbl unit-oai-hss-0: 16:03:20 DEBUG unit.oai-hss/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:03:20 DEBUG unit.oai-hss/0.install Need to get 300 kB of archives. unit-oai-hss-0: 16:03:20 DEBUG unit.oai-hss/0.install After this operation, 1675 kB of additional disk space will be used. unit-oai-hss-0: 16:03:20 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmpxx4ldbl amd64 2:5.1.3+dfsg-1ubuntu1 [8736 B] unit-oai-hss-0: 16:03:20 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp-dev amd64 2:5.1.3+dfsg-1ubuntu1 [292 kB] unit-oai-hss-0: 16:03:21 DEBUG unit.oai-hss/0.install Fetched 300 kB in 1s (263 kB/s) unit-oai-hss-0: 16:03:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-oai-hss-0: 16:03:21 DEBUG unit.oai-hss/0.install (Reading database ... 118211 files and directories currently installed.) unit-oai-hss-0: 16:03:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:03:21 DEBUG unit.oai-hss/0.install Unpacking libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 16:03:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp-dev:amd64. unit-oai-hss-0: 16:03:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp-dev_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:03:21 DEBUG unit.oai-hss/0.install Unpacking libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 16:03:22 DEBUG unit.oai-hss/0.install Setting up libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 16:03:22 DEBUG unit.oai-hss/0.install Setting up libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 16:03:22 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:03:22 DEBUG unit.oai-hss/0.install Downloading nettle archive unit-oai-hss-0: 16:03:22 DEBUG unit.oai-hss/0.install --2018-08-27 16:03:22-- https://ftp.gnu.org/gnu/nettle/nettle-2.5.tar.gz unit-oai-hss-0: 16:03:22 DEBUG unit.oai-hss/0.install Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20, 2001:4830:134:3::b unit-oai-hss-0: 16:03:22 DEBUG unit.oai-hss/0.install Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:443... connected. unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install Length: 1113274 (1.1M) [application/x-gzip] unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install Saving to: 'nettle-2.5.tar.gz' unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 378K 3s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 9% 754K 2s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 43.9M 1s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 18% 769K 1s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 41.5M 1s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 27% 44.5M 1s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 32% 61.7M 1s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 36% 792K 1s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 41% 48.2M 0s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 45% 57.5M 0s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 50% 52.6M 0s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 55% 63.7M 0s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 59% 49.5M 0s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 64% 56.3M 0s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 68% 59.6M 0s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 73% 832K 0s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 78% 46.3M 0s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 82% 68.3M 0s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 87% 61.6M 0s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 91% 55.7M 0s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 96% 51.9M 0s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... ....... 100% 76.9M=0.4s unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install 2018-08-27 16:03:23 (2.64 MB/s) - 'nettle-2.5.tar.gz' saved [1113274/1113274] unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking for -R flag... using -Wl,-rpath, unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install Searching for libraries unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking /usr/lib... added unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking /usr/local/lib... added unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking /sw/local/lib... not found unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking /sw/lib... not found unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking /usr/gnu/lib... not found unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking /opt/gnu/lib... not found unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking /sw/gnu/lib... not found unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking /usr/freeware/lib... not found unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking /usr/pkg/lib... not found unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 16:03:23 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for nm... nm unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install configure: Compiler uses 64-bit ABI. To change, set CC. unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install configure: Libraries to be installed in ${exec_prefix}/lib. unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install configure: Looking for assembler files in x86_64/. unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking CCPIC... -fpic unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking if globals are prefixed by underscore... no unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking if we should use a .note.GNU-stack section... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for ELF-style .type,%function pseudo-ops... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for ELF-style .type,#function pseudo-ops... no unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking if .align assembly directive is logarithmic... no unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for m4... /usr/bin/m4 unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for an ANSI C-conforming const... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking whether time.h and sys/time.h may both be included... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking alignment of uint64_t... 8 unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h usability... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h presence... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for openssl/blowfish.h... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking openssl/des.h usability... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking openssl/des.h presence... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for openssl/des.h... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking openssl/cast.h usability... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking openssl/cast.h presence... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for openssl/cast.h... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking openssl/aes.h usability... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking openssl/aes.h presence... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for openssl/aes.h... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking malloc.h usability... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking malloc.h presence... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for malloc.h... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 16:03:24 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install checking for memxor... no unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install checking for __attribute__... yes unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install checking for stdint types... stdint.h (shortcircuit) unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install make use of stdint.h in nettle-stdint.h (assuming C99 compatible system) unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install checking for fcntl file locking... yes unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install checking for __gmpz_getlimbn in -lgmp... yes unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install checking for __gmpz_powm_sec... yes unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: creating config.make unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: creating config.m4 unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: creating tools/Makefile unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: creating testsuite/Makefile unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: creating examples/Makefile unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: creating nettle.pc unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: creating hogweed.pc unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: linking x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: linking x86_64/memxor.asm to memxor.asm unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: linking x86_64/salsa20-crypt.asm to salsa20-crypt.asm unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-encrypt.asm to serpent-encrypt.asm unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-decrypt.asm to serpent-decrypt.asm unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: linking x86_64/sha1-compress.asm to sha1-compress.asm unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: linking x86_64/machine.m4 to machine.m4 unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: executing dummy-dep-files commands unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: executing nettle-stdint.h commands unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install config.status: creating nettle-stdint.h : __NETTLE_STDINT_H unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install Version: nettle 2.5 unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install Host type: x86_64-unknown-linux-gnu unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install ABI: 64 unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install Assembly files: x86_64 unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install Library directory: ${exec_prefix}/lib unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install Compiler: gcc unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install Shared libraries: yes unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install Public key crypto: yes unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install Compiling nettle unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install make all-here unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aesdata.o -MD -MP -MF aesdata.o.d -fpic -c aesdata.c \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs aesdata.o -lgmp -o aesdata unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT desdata.o -MD -MP -MF desdata.o.d -fpic -c desdata.c \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs desdata.o -lgmp -o desdata unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofishdata.o -MD -MP -MF twofishdata.o.d -fpic -c twofishdata.c \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:25 DEBUG unit.abot-epc-basic/0.install Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs twofishdata.o -lgmp -o twofishdata unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT shadata.o -MD -MP -MF shadata.o.d -fpic -c shadata.c \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs shadata.o -lgmp -lm -o shadata unit-abot-epc-basic-0: 16:03:25 DEBUG unit.abot-epc-basic/0.install Setting up cmake-data (3.5.1-1ubuntu3) ... unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcmdata.o -MD -MP -MF gcmdata.o.d -fpic -c gcmdata.c \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs gcmdata.o -lgmp -o gcmdata unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt.o -MD -MP -MF getopt.o.d -fpic -c getopt.c \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:25 DEBUG unit.abot-epc-basic/0.install Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt1.o -MD -MP -MF getopt1.o.d -fpic -c getopt1.c \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-internal.o -MD -MP -MF nettle-internal.o.d -fpic -c nettle-internal.c \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:25 DEBUG unit.abot-epc-basic/0.install Setting up libcurl3:amd64 (7.47.0-1ubuntu2.8) ... unit-abot-epc-basic-0: 16:03:25 DEBUG unit.abot-epc-basic/0.install Setting up libjsoncpp1:amd64 (1.7.2-1) ... unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt-internal.o -MD -MP -MF aes-decrypt-internal.o.d -fpic -c aes-decrypt-internal.s unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install echo "aes-decrypt-internal.o : aes-decrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-decrypt-internal.o.d unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt.o -MD -MP -MF aes-decrypt.o.d -fpic -c aes-decrypt.c \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-internal.o -MD -MP -MF aes-encrypt-internal.o.d -fpic -c aes-encrypt-internal.s unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install echo "aes-encrypt-internal.o : aes-encrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-encrypt-internal.o.d unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt.o -MD -MP -MF aes-encrypt.o.d -fpic -c aes-encrypt.c \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-table.o -MD -MP -MF aes-encrypt-table.o.d -fpic -c aes-encrypt-table.c \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-encrypt-key.o -MD -MP -MF aes-set-encrypt-key.o.d -fpic -c aes-set-encrypt-key.c \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-decrypt-key.o -MD -MP -MF aes-set-decrypt-key.o.d -fpic -c aes-set-decrypt-key.c \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-meta.o -MD -MP -MF aes-meta.o.d -fpic -c aes-meta.c \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour.o -MD -MP -MF arcfour.o.d -fpic -c arcfour.c \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-crypt.o -MD -MP -MF arcfour-crypt.o.d -fpic -c arcfour-crypt.c \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-meta.o -MD -MP -MF arcfour-meta.o.d -fpic -c arcfour-meta.c \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:25 DEBUG unit.abot-epc-basic/0.install Setting up cmake (3.5.1-1ubuntu3) ... unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo.o -MD -MP -MF arctwo.o.d -fpic -c arctwo.c \ unit-oai-hss-0: 16:03:25 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:25 DEBUG unit.abot-epc-basic/0.install Setting up cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 16:03:25 DEBUG unit.abot-epc-basic/0.install Setting up m4 (1.4.17-5) ... unit-abot-epc-basic-0: 16:03:25 DEBUG unit.abot-epc-basic/0.install Setting up libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up flex (2.6.0-11) ... unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-meta.o -MD -MP -MF arctwo-meta.o.d -fpic -c arctwo-meta.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lato (2.0-1) ... unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-encode.o -MD -MP -MF base16-encode.o.d -fpic -c base16-encode.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up imagemagick-common (8:6.8.9.9-7ubuntu5.12) ... unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-decode.o -MD -MP -MF base16-decode.o.d -fpic -c base16-decode.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-meta.o -MD -MP -MF base16-meta.o.d -fpic -c base16-meta.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-encode.o -MD -MP -MF base64-encode.o.d -fpic -c base64-encode.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libexif12:amd64 (0.6.21-2) ... unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-decode.o -MD -MP -MF base64-decode.o.d -fpic -c base64-decode.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-meta.o -MD -MP -MF base64-meta.o.d -fpic -c base64-meta.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt.o -MD -MP -MF camellia-crypt.o.d -fpic -c camellia-crypt.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt-internal.o -MD -MP -MF camellia-crypt-internal.o.d -fpic -c camellia-crypt-internal.s unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install echo "camellia-crypt-internal.o : camellia-crypt-internal.asm ./asm.m4 machine.m4 config.m4" >camellia-crypt-internal.o.d unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-encrypt-key.o -MD -MP -MF camellia-set-encrypt-key.o.d -fpic -c camellia-set-encrypt-key.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-decrypt-key.o -MD -MP -MF camellia-set-decrypt-key.o.d -fpic -c camellia-set-decrypt-key.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-table.o -MD -MP -MF camellia-table.o.d -fpic -c camellia-table.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-meta.o -MD -MP -MF camellia-meta.o.d -fpic -c camellia-meta.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128.o -MD -MP -MF cast128.o.d -fpic -c cast128.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install cast128.c:210:26: warning: 'z[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install cast128.c:202:2: warning: 'z[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install cast128.c:207:26: warning: 'z[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install cast128.c:204:26: warning: 'z[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-meta.o -MD -MP -MF cast128-meta.o.d -fpic -c cast128-meta.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish.o -MD -MP -MF blowfish.o.d -fpic -c blowfish.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc.o -MD -MP -MF cbc.o.d -fpic -c cbc.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr.o -MD -MP -MF ctr.o.d -fpic -c ctr.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libopenblas-base (0.2.18-1ubuntu1) ... unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm.o -MD -MP -MF gcm.o.d -fpic -c gcm.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/openblas-base/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/openblas-base/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libpcre16-3:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes.o -MD -MP -MF gcm-aes.o.d -fpic -c gcm-aes.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des.o -MD -MP -MF des.o.d -fpic -c des.c \ unit-oai-hss-0: 16:03:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3.o -MD -MP -MF des3.o.d -fpic -c des3.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat.o -MD -MP -MF des-compat.o.d -fpic -c des-compat.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac.o -MD -MP -MF hmac.o.d -fpic -c hmac.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 16:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 16:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-md5.o -MD -MP -MF hmac-md5.o.d -fpic -c hmac-md5.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-ripemd160.o -MD -MP -MF hmac-ripemd160.o.d -fpic -c hmac-ripemd160.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha1.o -MD -MP -MF hmac-sha1.o.d -fpic -c hmac-sha1.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha224.o -MD -MP -MF hmac-sha224.o.d -fpic -c hmac-sha224.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha256.o -MD -MP -MF hmac-sha256.o.d -fpic -c hmac-sha256.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha384.o -MD -MP -MF hmac-sha384.o.d -fpic -c hmac-sha384.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha512.o -MD -MP -MF hmac-sha512.o.d -fpic -c hmac-sha512.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib.o -MD -MP -MF knuth-lfib.o.d -fpic -c knuth-lfib.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2.o -MD -MP -MF md2.o.d -fpic -c md2.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-meta.o -MD -MP -MF md2-meta.o.d -fpic -c md2-meta.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4.o -MD -MP -MF md4.o.d -fpic -c md4.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon0:amd64 (0.5.0-1ubuntu2) ... unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-meta.o -MD -MP -MF md4-meta.o.d -fpic -c md4-meta.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5.o -MD -MP -MF md5.o.d -fpic -c md5.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 16:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compress.o -MD -MP -MF md5-compress.o.d -fpic -c md5-compress.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:27 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa-egl/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf (x86_64-linux-gnu_egl_conf) in auto mode unit-abot-epc-basic-0: 16:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 16:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libgudev-1.0-0:amd64 (1:230-2) ... unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat.o -MD -MP -MF md5-compat.o.d -fpic -c md5-compat.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-common (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-meta.o -MD -MP -MF md5-meta.o.d -fpic -c md5-meta.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160.o -MD -MP -MF ripemd160.o.d -fpic -c ripemd160.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-compress.o -MD -MP -MF ripemd160-compress.o.d -fpic -c ripemd160-compress.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-meta.o -MD -MP -MF ripemd160-meta.o.d -fpic -c ripemd160-meta.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-crypt.o -MD -MP -MF salsa20-crypt.o.d -fpic -c salsa20-crypt.s unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install echo "salsa20-crypt.o : salsa20-crypt.asm ./asm.m4 machine.m4 config.m4" >salsa20-crypt.o.d unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-set-key.o -MD -MP -MF salsa20-set-key.o.d -fpic -c salsa20-set-key.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1.o -MD -MP -MF sha1.o.d -fpic -c sha1.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-compress.o -MD -MP -MF sha1-compress.o.d -fpic -c sha1-compress.s unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install echo "sha1-compress.o : sha1-compress.asm ./asm.m4 machine.m4 config.m4" >sha1-compress.o.d unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-meta.o -MD -MP -MF sha1-meta.o.d -fpic -c sha1-meta.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256.o -MD -MP -MF sha256.o.d -fpic -c sha256.c \ unit-oai-hss-0: 16:03:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-compress.o -MD -MP -MF sha256-compress.o.d -fpic -c sha256-compress.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:28 DEBUG unit.abot-epc-basic/0.install Setting up libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 16:03:28 DEBUG unit.abot-epc-basic/0.install Setting up libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 16:03:28 DEBUG unit.abot-epc-basic/0.install Setting up libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 16:03:28 DEBUG unit.abot-epc-basic/0.install Setting up libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 16:03:28 DEBUG unit.abot-epc-basic/0.install Setting up libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 16:03:28 DEBUG unit.abot-epc-basic/0.install Setting up libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 16:03:28 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:03:28 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-meta.o -MD -MP -MF sha224-meta.o.d -fpic -c sha224-meta.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-meta.o -MD -MP -MF sha256-meta.o.d -fpic -c sha256-meta.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:28 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-image0:amd64 (0.4.0-1build1) ... unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512.o -MD -MP -MF sha512.o.d -fpic -c sha512.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:28 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 16:03:28 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:03:28 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render-util0:amd64 (0.3.9-1) ... unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-compress.o -MD -MP -MF sha512-compress.o.d -fpic -c sha512-compress.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-meta.o -MD -MP -MF sha384-meta.o.d -fpic -c sha384-meta.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:28 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-meta.o -MD -MP -MF sha512-meta.o.d -fpic -c sha512-meta.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-set-key.o -MD -MP -MF serpent-set-key.o.d -fpic -c serpent-set-key.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-encrypt.o -MD -MP -MF serpent-encrypt.o.d -fpic -c serpent-encrypt.s unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install echo "serpent-encrypt.o : serpent-encrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-encrypt.o.d unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-decrypt.o -MD -MP -MF serpent-decrypt.o.d -fpic -c serpent-decrypt.s unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install echo "serpent-decrypt.o : serpent-decrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-decrypt.o.d unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-meta.o -MD -MP -MF serpent-meta.o.d -fpic -c serpent-meta.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish.o -MD -MP -MF twofish.o.d -fpic -c twofish.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-meta.o -MD -MP -MF twofish-meta.o.d -fpic -c twofish-meta.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow256.o -MD -MP -MF yarrow256.o.d -fpic -c yarrow256.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow_key_event.o -MD -MP -MF yarrow_key_event.o.d -fpic -c yarrow_key_event.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:28 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer.o -MD -MP -MF buffer.o.d -fpic -c buffer.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-init.o -MD -MP -MF buffer-init.o.d -fpic -c buffer-init.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT realloc.o -MD -MP -MF realloc.o.d -fpic -c realloc.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-hashes.o -MD -MP -MF nettle-meta-hashes.o.d -fpic -c nettle-meta-hashes.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-ciphers.o -MD -MP -MF nettle-meta-ciphers.o.d -fpic -c nettle-meta-ciphers.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-armors.o -MD -MP -MF nettle-meta-armors.o.d -fpic -c nettle-meta-armors.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-be32.o -MD -MP -MF write-be32.o.d -fpic -c write-be32.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:28 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ... unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-le32.o -MD -MP -MF write-le32.o.d -fpic -c write-le32.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor.o -MD -MP -MF memxor.o.d -fpic -c memxor.s unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install echo "memxor.o : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.o.d unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install rm -f libnettle.a unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install ar cru libnettle.a aes-decrypt-internal.o aes-decrypt.o aes-encrypt-internal.o aes-encrypt.o aes-encrypt-table.o aes-set-encrypt-key.o aes-set-decrypt-key.o aes-meta.o arcfour.o arcfour-crypt.o arcfour-meta.o arctwo.o arctwo-meta.o base16-encode.o base16-decode.o base16-meta.o base64-encode.o base64-decode.o base64-meta.o camellia-crypt.o camellia-crypt-internal.o camellia-set-encrypt-key.o camellia-set-decrypt-key.o camellia-table.o camellia-meta.o cast128.o cast128-meta.o blowfish.o cbc.o ctr.o gcm.o gcm-aes.o des.o des3.o des-compat.o hmac.o hmac-md5.o hmac-ripemd160.o hmac-sha1.o hmac-sha224.o hmac-sha256.o hmac-sha384.o hmac-sha512.o knuth-lfib.o md2.o md2-meta.o md4.o md4-meta.o md5.o md5-compress.o md5-compat.o md5-meta.o ripemd160.o ripemd160-compress.o ripemd160-meta.o salsa20-crypt.o salsa20-set-key.o sha1.o sha1-compress.o sha1-meta.o sha256.o sha256-compress.o sha224-meta.o sha256-meta.o sha512.o sha512-compress.o sha384-meta.o sha512-meta.o serpent-set-key.o serpent-encrypt.o serpent-decrypt.o serpent-meta.o twofish.o twofish-meta.o yarrow256.o yarrow_key_event.o buffer.o buffer-init.o realloc.o nettle-meta-hashes.o nettle-meta-ciphers.o nettle-meta-armors.o write-be32.o write-le32.o memxor.o unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install ranlib libnettle.a unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp.o -MD -MP -MF sexp.o.d -fpic -c sexp.c \ unit-oai-hss-0: 16:03:28 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:29 DEBUG unit.abot-epc-basic/0.install Setting up libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format.o -MD -MP -MF sexp-format.o.d -fpic -c sexp-format.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport.o -MD -MP -MF sexp-transport.o.d -fpic -c sexp-transport.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport-format.o -MD -MP -MF sexp-transport-format.o.d -fpic -c sexp-transport-format.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:29 DEBUG unit.abot-epc-basic/0.install Setting up libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 16:03:29 DEBUG unit.abot-epc-basic/0.install Setting up libqt5svg5:amd64 (5.5.1-2build1) ... unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum.o -MD -MP -MF bignum.o.d -fpic -c bignum.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:29 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 16:03:29 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-next-prime.o -MD -MP -MF bignum-next-prime.o.d -fpic -c bignum-next-prime.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random.o -MD -MP -MF bignum-random.o.d -fpic -c bignum-random.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random-prime.o -MD -MP -MF bignum-random-prime.o.d -fpic -c bignum-random-prime.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:29 DEBUG unit.abot-epc-basic/0.install Setting up libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 16:03:29 DEBUG unit.abot-epc-basic/0.install Setting up dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 16:03:29 DEBUG unit.abot-epc-basic/0.install Setting up dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2bignum.o -MD -MP -MF sexp2bignum.o.d -fpic -c sexp2bignum.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:29 DEBUG unit.abot-epc-basic/0.install Setting up gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:03:29 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1.o -MD -MP -MF pkcs1.o.d -fpic -c pkcs1.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:29 DEBUG unit.abot-epc-basic/0.install Setting up libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 16:03:29 DEBUG unit.abot-epc-basic/0.install Setting up libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 16:03:29 DEBUG unit.abot-epc-basic/0.install Setting up librest-0.7-0:amd64 (0.7.93-1) ... unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-encrypt.o -MD -MP -MF pkcs1-encrypt.o.d -fpic -c pkcs1-encrypt.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-decrypt.o -MD -MP -MF pkcs1-decrypt.o.d -fpic -c pkcs1-decrypt.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-digest.o -MD -MP -MF pkcs1-rsa-digest.o.d -fpic -c pkcs1-rsa-digest.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-md5.o -MD -MP -MF pkcs1-rsa-md5.o.d -fpic -c pkcs1-rsa-md5.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:29 DEBUG unit.abot-epc-basic/0.install Setting up libsamplerate0:amd64 (0.1.8-8) ... unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha1.o -MD -MP -MF pkcs1-rsa-sha1.o.d -fpic -c pkcs1-rsa-sha1.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha256.o -MD -MP -MF pkcs1-rsa-sha256.o.d -fpic -c pkcs1-rsa-sha256.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha512.o -MD -MP -MF pkcs1-rsa-sha512.o.d -fpic -c pkcs1-rsa-sha512.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa.o -MD -MP -MF rsa.o.d -fpic -c rsa.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -fpic -c rsa-sign.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -fpic -c rsa-verify.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign.o -MD -MP -MF rsa-pkcs1-sign.o.d -fpic -c rsa-pkcs1-sign.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign-tr.o -MD -MP -MF rsa-pkcs1-sign-tr.o.d -fpic -c rsa-pkcs1-sign-tr.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-verify.o -MD -MP -MF rsa-pkcs1-verify.o.d -fpic -c rsa-pkcs1-verify.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-sign.o -MD -MP -MF rsa-md5-sign.o.d -fpic -c rsa-md5-sign.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-verify.o -MD -MP -MF rsa-md5-verify.o.d -fpic -c rsa-md5-verify.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-sign.o -MD -MP -MF rsa-sha1-sign.o.d -fpic -c rsa-sha1-sign.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-verify.o -MD -MP -MF rsa-sha1-verify.o.d -fpic -c rsa-sha1-verify.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:29 DEBUG unit.abot-epc-basic/0.install Setting up libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-sign.o -MD -MP -MF rsa-sha256-sign.o.d -fpic -c rsa-sha256-sign.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-verify.o -MD -MP -MF rsa-sha256-verify.o.d -fpic -c rsa-sha256-verify.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-sign.o -MD -MP -MF rsa-sha512-sign.o.d -fpic -c rsa-sha512-sign.c \ unit-oai-hss-0: 16:03:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-verify.o -MD -MP -MF rsa-sha512-verify.o.d -fpic -c rsa-sha512-verify.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -fpic -c rsa-encrypt.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -fpic -c rsa-decrypt.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt-tr.o -MD -MP -MF rsa-decrypt-tr.o.d -fpic -c rsa-decrypt-tr.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -fpic -c rsa-keygen.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-compat.o -MD -MP -MF rsa-compat.o.d -fpic -c rsa-compat.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-blind.o -MD -MP -MF rsa-blind.o.d -fpic -c rsa-blind.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp.o -MD -MP -MF rsa2sexp.o.d -fpic -c rsa2sexp.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa.o -MD -MP -MF sexp2rsa.o.d -fpic -c sexp2rsa.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa.o -MD -MP -MF dsa.o.d -fpic -c dsa.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sign.o -MD -MP -MF dsa-sign.o.d -fpic -c dsa-sign.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-verify.o -MD -MP -MF dsa-verify.o.d -fpic -c dsa-verify.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen.o -MD -MP -MF dsa-keygen.o.d -fpic -c dsa-keygen.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-sign.o -MD -MP -MF dsa-sha1-sign.o.d -fpic -c dsa-sha1-sign.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-verify.o -MD -MP -MF dsa-sha1-verify.o.d -fpic -c dsa-sha1-verify.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-sign.o -MD -MP -MF dsa-sha256-sign.o.d -fpic -c dsa-sha256-sign.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-verify.o -MD -MP -MF dsa-sha256-verify.o.d -fpic -c dsa-sha256-verify.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa2sexp.o -MD -MP -MF dsa2sexp.o.d -fpic -c dsa2sexp.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2dsa.o -MD -MP -MF sexp2dsa.o.d -fpic -c sexp2dsa.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pgp-encode.o -MD -MP -MF pgp-encode.o.d -fpic -c pgp-encode.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2openpgp.o -MD -MP -MF rsa2openpgp.o.d -fpic -c rsa2openpgp.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der-iterator.o -MD -MP -MF der-iterator.o.d -fpic -c der-iterator.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2rsa.o -MD -MP -MF der2rsa.o.d -fpic -c der2rsa.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2dsa.o -MD -MP -MF der2dsa.o.d -fpic -c der2dsa.c \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install rm -f libhogweed.a unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install ar cru libhogweed.a sexp.o sexp-format.o sexp-transport.o sexp-transport-format.o bignum.o bignum-next-prime.o bignum-random.o bignum-random-prime.o sexp2bignum.o pkcs1.o pkcs1-encrypt.o pkcs1-decrypt.o pkcs1-rsa-digest.o pkcs1-rsa-md5.o pkcs1-rsa-sha1.o pkcs1-rsa-sha256.o pkcs1-rsa-sha512.o rsa.o rsa-sign.o rsa-verify.o rsa-pkcs1-sign.o rsa-pkcs1-sign-tr.o rsa-pkcs1-verify.o rsa-md5-sign.o rsa-md5-verify.o rsa-sha1-sign.o rsa-sha1-verify.o rsa-sha256-sign.o rsa-sha256-verify.o rsa-sha512-sign.o rsa-sha512-verify.o rsa-encrypt.o rsa-decrypt.o rsa-decrypt-tr.o rsa-keygen.o rsa-compat.o rsa-blind.o rsa2sexp.o sexp2rsa.o dsa.o dsa-sign.o dsa-verify.o dsa-keygen.o dsa-sha1-sign.o dsa-sha1-verify.o dsa-sha256-sign.o dsa-sha256-verify.o dsa2sexp.o sexp2dsa.o pgp-encode.o rsa2openpgp.o der-iterator.o der2rsa.o der2dsa.o unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install ranlib libhogweed.a unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt-internal.po -MD -MP -MF aes-decrypt-internal.po.d -fpic -c aes-decrypt-internal.s -o aes-decrypt-internal.po unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install echo "aes-decrypt-internal.po : aes-decrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-decrypt-internal.po.d unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt.po -MD -MP -MF aes-decrypt.po.d -fpic -c aes-decrypt.c -o aes-decrypt.po \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-internal.po -MD -MP -MF aes-encrypt-internal.po.d -fpic -c aes-encrypt-internal.s -o aes-encrypt-internal.po unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install echo "aes-encrypt-internal.po : aes-encrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-encrypt-internal.po.d unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt.po -MD -MP -MF aes-encrypt.po.d -fpic -c aes-encrypt.c -o aes-encrypt.po \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-table.po -MD -MP -MF aes-encrypt-table.po.d -fpic -c aes-encrypt-table.c -o aes-encrypt-table.po \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-encrypt-key.po -MD -MP -MF aes-set-encrypt-key.po.d -fpic -c aes-set-encrypt-key.c -o aes-set-encrypt-key.po \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-decrypt-key.po -MD -MP -MF aes-set-decrypt-key.po.d -fpic -c aes-set-decrypt-key.c -o aes-set-decrypt-key.po \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-meta.po -MD -MP -MF aes-meta.po.d -fpic -c aes-meta.c -o aes-meta.po \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour.po -MD -MP -MF arcfour.po.d -fpic -c arcfour.c -o arcfour.po \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-crypt.po -MD -MP -MF arcfour-crypt.po.d -fpic -c arcfour-crypt.c -o arcfour-crypt.po \ unit-oai-hss-0: 16:03:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-meta.po -MD -MP -MF arcfour-meta.po.d -fpic -c arcfour-meta.c -o arcfour-meta.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo.po -MD -MP -MF arctwo.po.d -fpic -c arctwo.c -o arctwo.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-meta.po -MD -MP -MF arctwo-meta.po.d -fpic -c arctwo-meta.c -o arctwo-meta.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-encode.po -MD -MP -MF base16-encode.po.d -fpic -c base16-encode.c -o base16-encode.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-decode.po -MD -MP -MF base16-decode.po.d -fpic -c base16-decode.c -o base16-decode.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-meta.po -MD -MP -MF base16-meta.po.d -fpic -c base16-meta.c -o base16-meta.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-encode.po -MD -MP -MF base64-encode.po.d -fpic -c base64-encode.c -o base64-encode.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-decode.po -MD -MP -MF base64-decode.po.d -fpic -c base64-decode.c -o base64-decode.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-meta.po -MD -MP -MF base64-meta.po.d -fpic -c base64-meta.c -o base64-meta.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt.po -MD -MP -MF camellia-crypt.po.d -fpic -c camellia-crypt.c -o camellia-crypt.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt-internal.po -MD -MP -MF camellia-crypt-internal.po.d -fpic -c camellia-crypt-internal.s -o camellia-crypt-internal.po unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install echo "camellia-crypt-internal.po : camellia-crypt-internal.asm ./asm.m4 machine.m4 config.m4" >camellia-crypt-internal.po.d unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-encrypt-key.po -MD -MP -MF camellia-set-encrypt-key.po.d -fpic -c camellia-set-encrypt-key.c -o camellia-set-encrypt-key.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-decrypt-key.po -MD -MP -MF camellia-set-decrypt-key.po.d -fpic -c camellia-set-decrypt-key.c -o camellia-set-decrypt-key.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-table.po -MD -MP -MF camellia-table.po.d -fpic -c camellia-table.c -o camellia-table.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-meta.po -MD -MP -MF camellia-meta.po.d -fpic -c camellia-meta.c -o camellia-meta.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128.po -MD -MP -MF cast128.po.d -fpic -c cast128.c -o cast128.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install cast128.c:210:26: warning: 'z[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install cast128.c:202:2: warning: 'z[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install cast128.c:207:26: warning: 'z[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install cast128.c:204:26: warning: 'z[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-meta.po -MD -MP -MF cast128-meta.po.d -fpic -c cast128-meta.c -o cast128-meta.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish.po -MD -MP -MF blowfish.po.d -fpic -c blowfish.c -o blowfish.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc.po -MD -MP -MF cbc.po.d -fpic -c cbc.c -o cbc.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr.po -MD -MP -MF ctr.po.d -fpic -c ctr.c -o ctr.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm.po -MD -MP -MF gcm.po.d -fpic -c gcm.c -o gcm.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:31 DEBUG unit.abot-epc-basic/0.install Setting up libserf-1-1:amd64 (1.3.8-1) ... unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes.po -MD -MP -MF gcm-aes.po.d -fpic -c gcm-aes.c -o gcm-aes.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:31 DEBUG unit.abot-epc-basic/0.install Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des.po -MD -MP -MF des.po.d -fpic -c des.c -o des.po \ unit-oai-hss-0: 16:03:31 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:31 DEBUG unit.abot-epc-basic/0.install Setting up libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libslicot0:amd64 (5.0+20101122-2) ... unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3.po -MD -MP -MF des3.po.d -fpic -c des3.c -o des3.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat.po -MD -MP -MF des-compat.po.d -fpic -c des-compat.c -o des-compat.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac.po -MD -MP -MF hmac.po.d -fpic -c hmac.c -o hmac.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-md5.po -MD -MP -MF hmac-md5.po.d -fpic -c hmac-md5.c -o hmac-md5.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-ripemd160.po -MD -MP -MF hmac-ripemd160.po.d -fpic -c hmac-ripemd160.c -o hmac-ripemd160.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha1.po -MD -MP -MF hmac-sha1.po.d -fpic -c hmac-sha1.c -o hmac-sha1.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha224.po -MD -MP -MF hmac-sha224.po.d -fpic -c hmac-sha224.c -o hmac-sha224.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha256.po -MD -MP -MF hmac-sha256.po.d -fpic -c hmac-sha256.c -o hmac-sha256.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-gobject2:amd64 (1.14.6-1) ... unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha384.po -MD -MP -MF hmac-sha384.po.d -fpic -c hmac-sha384.c -o hmac-sha384.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha512.po -MD -MP -MF hmac-sha512.po.d -fpic -c hmac-sha512.c -o hmac-sha512.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib.po -MD -MP -MF knuth-lfib.po.d -fpic -c knuth-lfib.c -o knuth-lfib.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libcroco3:amd64 (0.6.11-1) ... unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2.po -MD -MP -MF md2.po.d -fpic -c md2.c -o md2.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up at-spi2-core (2.18.3-4ubuntu1) ... unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-meta.po -MD -MP -MF md2-meta.po.d -fpic -c md2-meta.c -o md2-meta.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4.po -MD -MP -MF md4.po.d -fpic -c md4.c -o md4.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up autoconf (2.69-9) ... unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-meta.po -MD -MP -MF md4-meta.po.d -fpic -c md4-meta.c -o md4-meta.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5.po -MD -MP -MF md5.po.d -fpic -c md5.c -o md5.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compress.po -MD -MP -MF md5-compress.po.d -fpic -c md5-compress.c -o md5-compress.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat.po -MD -MP -MF md5-compat.po.d -fpic -c md5-compat.c -o md5-compat.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-meta.po -MD -MP -MF md5-meta.po.d -fpic -c md5-meta.c -o md5-meta.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up castxml (0.1+git20160202-1.1) ... unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160.po -MD -MP -MF ripemd160.po.d -fpic -c ripemd160.c -o ripemd160.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-compress.po -MD -MP -MF ripemd160-compress.po.d -fpic -c ripemd160-compress.c -o ripemd160-compress.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 16:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-meta.po -MD -MP -MF ripemd160-meta.po.d -fpic -c ripemd160-meta.c -o ripemd160-meta.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-crypt.po -MD -MP -MF salsa20-crypt.po.d -fpic -c salsa20-crypt.s -o salsa20-crypt.po unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install echo "salsa20-crypt.po : salsa20-crypt.asm ./asm.m4 machine.m4 config.m4" >salsa20-crypt.po.d unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-set-key.po -MD -MP -MF salsa20-set-key.po.d -fpic -c salsa20-set-key.c -o salsa20-set-key.po \ unit-oai-hss-0: 16:03:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1.po -MD -MP -MF sha1.po.d -fpic -c sha1.c -o sha1.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-compress.po -MD -MP -MF sha1-compress.po.d -fpic -c sha1-compress.s -o sha1-compress.po unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install echo "sha1-compress.po : sha1-compress.asm ./asm.m4 machine.m4 config.m4" >sha1-compress.po.d unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-meta.po -MD -MP -MF sha1-meta.po.d -fpic -c sha1-meta.c -o sha1-meta.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256.po -MD -MP -MF sha256.po.d -fpic -c sha256.c -o sha256.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-compress.po -MD -MP -MF sha256-compress.po.d -fpic -c sha256-compress.c -o sha256-compress.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Adding scanner group... unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-meta.po -MD -MP -MF sha224-meta.po.d -fpic -c sha224-meta.c -o sha224-meta.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-meta.po -MD -MP -MF sha256-meta.po.d -fpic -c sha256-meta.c -o sha256-meta.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512.po -MD -MP -MF sha512.po.d -fpic -c sha512.c -o sha512.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up colord (1.2.12-1ubuntu1) ... unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-compress.po -MD -MP -MF sha512-compress.po.d -fpic -c sha512-compress.c -o sha512-compress.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-meta.po -MD -MP -MF sha384-meta.po.d -fpic -c sha384-meta.c -o sha384-meta.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-meta.po -MD -MP -MF sha512-meta.po.d -fpic -c sha512-meta.c -o sha512-meta.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-set-key.po -MD -MP -MF serpent-set-key.po.d -fpic -c serpent-set-key.c -o serpent-set-key.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install colord.service is a disabled or a static unit, not starting it. unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up gettext (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up po-debconf (1.0.19) ... unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-encrypt.po -MD -MP -MF serpent-encrypt.po.d -fpic -c serpent-encrypt.s -o serpent-encrypt.po unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install echo "serpent-encrypt.po : serpent-encrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-encrypt.po.d unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-decrypt.po -MD -MP -MF serpent-decrypt.po.d -fpic -c serpent-decrypt.s -o serpent-decrypt.po unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up libfile-stripnondeterminism-perl (0.015-1) ... unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install echo "serpent-decrypt.po : serpent-decrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-decrypt.po.d unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-meta.po -MD -MP -MF serpent-meta.po.d -fpic -c serpent-meta.c -o serpent-meta.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up libtimedate-perl (2.3000-2) ... unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish.po -MD -MP -MF twofish.po.d -fpic -c twofish.c -o twofish.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up default-jre-headless (2:1.8-56ubuntu2) ... unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-meta.po -MD -MP -MF twofish-meta.po.d -fpic -c twofish-meta.c -o twofish-meta.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow256.po -MD -MP -MF yarrow256.po.d -fpic -c yarrow256.c -o yarrow256.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow_key_event.po -MD -MP -MF yarrow_key_event.po.d -fpic -c yarrow_key_event.c -o yarrow_key_event.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer.po -MD -MP -MF buffer.po.d -fpic -c buffer.c -o buffer.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-init.po -MD -MP -MF buffer-init.po.d -fpic -c buffer-init.c -o buffer-init.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up doxygen (1.8.11-1) ... unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT realloc.po -MD -MP -MF realloc.po.d -fpic -c realloc.c -o realloc.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 16:03:33 DEBUG unit.abot-epc-basic/0.install Setting up doxygen-gui (1.8.11-1) ... unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-hashes.po -MD -MP -MF nettle-meta-hashes.po.d -fpic -c nettle-meta-hashes.c -o nettle-meta-hashes.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-ciphers.po -MD -MP -MF nettle-meta-ciphers.po.d -fpic -c nettle-meta-ciphers.c -o nettle-meta-ciphers.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-armors.po -MD -MP -MF nettle-meta-armors.po.d -fpic -c nettle-meta-armors.c -o nettle-meta-armors.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-be32.po -MD -MP -MF write-be32.po.d -fpic -c write-be32.c -o write-be32.po \ unit-oai-hss-0: 16:03:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-le32.po -MD -MP -MF write-le32.po.d -fpic -c write-le32.c -o write-le32.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install Setting up fonts-liberation (1.07.4-1) ... unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor.po -MD -MP -MF memxor.po.d -fpic -c memxor.s -o memxor.po unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install echo "memxor.po : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.po.d unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -shared -Wl,-soname=libnettle.so.4 aes-decrypt-internal.po aes-decrypt.po aes-encrypt-internal.po aes-encrypt.po aes-encrypt-table.po aes-set-encrypt-key.po aes-set-decrypt-key.po aes-meta.po arcfour.po arcfour-crypt.po arcfour-meta.po arctwo.po arctwo-meta.po base16-encode.po base16-decode.po base16-meta.po base64-encode.po base64-decode.po base64-meta.po camellia-crypt.po camellia-crypt-internal.po camellia-set-encrypt-key.po camellia-set-decrypt-key.po camellia-table.po camellia-meta.po cast128.po cast128-meta.po blowfish.po cbc.po ctr.po gcm.po gcm-aes.po des.po des3.po des-compat.po hmac.po hmac-md5.po hmac-ripemd160.po hmac-sha1.po hmac-sha224.po hmac-sha256.po hmac-sha384.po hmac-sha512.po knuth-lfib.po md2.po md2-meta.po md4.po md4-meta.po md5.po md5-compress.po md5-compat.po md5-meta.po ripemd160.po ripemd160-compress.po ripemd160-meta.po salsa20-crypt.po salsa20-set-key.po sha1.po sha1-compress.po sha1-meta.po sha256.po sha256-compress.po sha224-meta.po sha256-meta.po sha512.po sha512-compress.po sha384-meta.po sha512-meta.po serpent-set-key.po serpent-encrypt.po serpent-decrypt.po serpent-meta.po twofish.po twofish-meta.po yarrow256.po yarrow_key_event.po buffer.po buffer-init.po realloc.po nettle-meta-hashes.po nettle-meta-ciphers.po nettle-meta-armors.po write-be32.po write-le32.po memxor.po -o libnettle.so unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install Setting up tex-common (6.04ubuntu1) ... unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && rm -f libnettle.so \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && ln -s ../libnettle.so libnettle.so \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install || { rm -f libnettle.so.4 \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && ln -s libnettle.so libnettle.so.4 ; } ) unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp.po -MD -MP -MF sexp.po.d -fpic -c sexp.c -o sexp.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format.po -MD -MP -MF sexp-format.po.d -fpic -c sexp-format.c -o sexp-format.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install update-language: texlive-base not installed and configured, doing nothing! unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport.po -MD -MP -MF sexp-transport.po.d -fpic -c sexp-transport.c -o sexp-transport.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lmodern (2.004.5-1) ... unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport-format.po -MD -MP -MF sexp-transport-format.po.d -fpic -c sexp-transport-format.c -o sexp-transport-format.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install Setting up gccxml (0.9.0+git20140716-6) ... unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum.po -MD -MP -MF bignum.po.d -fpic -c bignum.c -o bignum.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install Setting up gconf2-common (3.2.6-3ubuntu6) ... unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-next-prime.po -MD -MP -MF bignum-next-prime.po.d -fpic -c bignum-next-prime.c -o bignum-next-prime.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random.po -MD -MP -MF bignum-random.po.d -fpic -c bignum-random.c -o bignum-random.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random-prime.po -MD -MP -MF bignum-random-prime.po.d -fpic -c bignum-random-prime.c -o bignum-random-prime.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/gconf/2/path with new version unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2bignum.po -MD -MP -MF sexp2bignum.po.d -fpic -c sexp2bignum.c -o sexp2bignum.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1.po -MD -MP -MF pkcs1.po.d -fpic -c pkcs1.c -o pkcs1.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-encrypt.po -MD -MP -MF pkcs1-encrypt.po.d -fpic -c pkcs1-encrypt.c -o pkcs1-encrypt.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install Setting up libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace1:amd64 (1.3.2-1) ... unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-decrypt.po -MD -MP -MF pkcs1-decrypt.po.d -fpic -c pkcs1-decrypt.c -o pkcs1-decrypt.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install Setting up gdb (7.11.1-0ubuntu1~16.5) ... unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-digest.po -MD -MP -MF pkcs1-rsa-digest.po.d -fpic -c pkcs1-rsa-digest.c -o pkcs1-rsa-digest.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-md5.po -MD -MP -MF pkcs1-rsa-md5.po.d -fpic -c pkcs1-rsa-md5.c -o pkcs1-rsa-md5.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install Setting up gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha1.po -MD -MP -MF pkcs1-rsa-sha1.po.d -fpic -c pkcs1-rsa-sha1.c -o pkcs1-rsa-sha1.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install Setting up gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install Setting up gfortran (4:5.3.1-1ubuntu1) ... unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha256.po -MD -MP -MF pkcs1-rsa-sha256.po.d -fpic -c pkcs1-rsa-sha256.c -o pkcs1-rsa-sha256.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha512.po -MD -MP -MF pkcs1-rsa-sha512.po.d -fpic -c pkcs1-rsa-sha512.c -o pkcs1-rsa-sha512.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install Setting up libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa.po -MD -MP -MF rsa.po.d -fpic -c rsa.c -o rsa.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install Setting up libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.po -MD -MP -MF rsa-sign.po.d -fpic -c rsa-sign.c -o rsa-sign.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:34 DEBUG unit.abot-epc-basic/0.install Setting up libijs-0.35:amd64 (0.35-12) ... unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.po -MD -MP -MF rsa-verify.po.d -fpic -c rsa-verify.c -o rsa-verify.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign.po -MD -MP -MF rsa-pkcs1-sign.po.d -fpic -c rsa-pkcs1-sign.c -o rsa-pkcs1-sign.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign-tr.po -MD -MP -MF rsa-pkcs1-sign-tr.po.d -fpic -c rsa-pkcs1-sign-tr.c -o rsa-pkcs1-sign-tr.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-verify.po -MD -MP -MF rsa-pkcs1-verify.po.d -fpic -c rsa-pkcs1-verify.c -o rsa-pkcs1-verify.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-sign.po -MD -MP -MF rsa-md5-sign.po.d -fpic -c rsa-md5-sign.c -o rsa-md5-sign.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-verify.po -MD -MP -MF rsa-md5-verify.po.d -fpic -c rsa-md5-verify.c -o rsa-md5-verify.po \ unit-oai-hss-0: 16:03:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-sign.po -MD -MP -MF rsa-sha1-sign.po.d -fpic -c rsa-sha1-sign.c -o rsa-sha1-sign.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-verify.po -MD -MP -MF rsa-sha1-verify.po.d -fpic -c rsa-sha1-verify.c -o rsa-sha1-verify.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-sign.po -MD -MP -MF rsa-sha256-sign.po.d -fpic -c rsa-sha256-sign.c -o rsa-sha256-sign.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-verify.po -MD -MP -MF rsa-sha256-verify.po.d -fpic -c rsa-sha256-verify.c -o rsa-sha256-verify.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install Setting up libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-sign.po -MD -MP -MF rsa-sha512-sign.po.d -fpic -c rsa-sha512-sign.c -o rsa-sha512-sign.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install Setting up libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-verify.po -MD -MP -MF rsa-sha512-verify.po.d -fpic -c rsa-sha512-verify.c -o rsa-sha512-verify.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.po -MD -MP -MF rsa-encrypt.po.d -fpic -c rsa-encrypt.c -o rsa-encrypt.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.po -MD -MP -MF rsa-decrypt.po.d -fpic -c rsa-decrypt.c -o rsa-decrypt.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt-tr.po -MD -MP -MF rsa-decrypt-tr.po.d -fpic -c rsa-decrypt-tr.c -o rsa-decrypt-tr.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.po -MD -MP -MF rsa-keygen.po.d -fpic -c rsa-keygen.c -o rsa-keygen.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/papersize with new version unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-compat.po -MD -MP -MF rsa-compat.po.d -fpic -c rsa-compat.c -o rsa-compat.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-blind.po -MD -MP -MF rsa-blind.po.d -fpic -c rsa-blind.c -o rsa-blind.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install Setting up libgs9-common (9.18~dfsg~0-0ubuntu2.8) ... unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/ghostscript/9.18 to provide /usr/share/ghostscript/current (ghostscript-current) in auto mode unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp.po -MD -MP -MF rsa2sexp.po.d -fpic -c rsa2sexp.c -o rsa2sexp.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install Setting up libgs9:amd64 (9.18~dfsg~0-0ubuntu2.8) ... unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa.po -MD -MP -MF sexp2rsa.po.d -fpic -c sexp2rsa.c -o sexp2rsa.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa.po -MD -MP -MF dsa.po.d -fpic -c dsa.c -o dsa.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sign.po -MD -MP -MF dsa-sign.po.d -fpic -c dsa-sign.c -o dsa-sign.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-verify.po -MD -MP -MF dsa-verify.po.d -fpic -c dsa-verify.c -o dsa-verify.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install Setting up ghostscript (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen.po -MD -MP -MF dsa-keygen.po.d -fpic -c dsa-keygen.c -o dsa-keygen.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atk-1.0 (2.18.0-1) ... unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-sign.po -MD -MP -MF dsa-sha1-sign.po.d -fpic -c dsa-sha1-sign.c -o dsa-sha1-sign.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-verify.po -MD -MP -MF dsa-sha1-verify.po.d -fpic -c dsa-sha1-verify.c -o dsa-sha1-verify.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-sign.po -MD -MP -MF dsa-sha256-sign.po.d -fpic -c dsa-sha256-sign.c -o dsa-sha256-sign.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-verify.po -MD -MP -MF dsa-sha256-verify.po.d -fpic -c dsa-sha256-verify.c -o dsa-sha256-verify.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa2sexp.po -MD -MP -MF dsa2sexp.po.d -fpic -c dsa2sexp.c -o dsa2sexp.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2dsa.po -MD -MP -MF sexp2dsa.po.d -fpic -c sexp2dsa.c -o sexp2dsa.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pgp-encode.po -MD -MP -MF pgp-encode.po.d -fpic -c pgp-encode.c -o pgp-encode.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2openpgp.po -MD -MP -MF rsa2openpgp.po.d -fpic -c rsa2openpgp.c -o rsa2openpgp.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der-iterator.po -MD -MP -MF der-iterator.po.d -fpic -c der-iterator.c -o der-iterator.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2rsa.po -MD -MP -MF der2rsa.po.d -fpic -c der2rsa.c -o der2rsa.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install Setting up libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2dsa.po -MD -MP -MF der2dsa.po.d -fpic -c der2dsa.c -o der2dsa.po \ unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install Setting up aglfn (1.7-3) ... unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-data (4.6.6-3) ... unit-oai-hss-0: 16:03:35 DEBUG unit.oai-hss/0.install gcc -L. -shared -Wl,-soname=libhogweed.so.2 sexp.po sexp-format.po sexp-transport.po sexp-transport-format.po bignum.po bignum-next-prime.po bignum-random.po bignum-random-prime.po sexp2bignum.po pkcs1.po pkcs1-encrypt.po pkcs1-decrypt.po pkcs1-rsa-digest.po pkcs1-rsa-md5.po pkcs1-rsa-sha1.po pkcs1-rsa-sha256.po pkcs1-rsa-sha512.po rsa.po rsa-sign.po rsa-verify.po rsa-pkcs1-sign.po rsa-pkcs1-sign-tr.po rsa-pkcs1-verify.po rsa-md5-sign.po rsa-md5-verify.po rsa-sha1-sign.po rsa-sha1-verify.po rsa-sha256-sign.po rsa-sha256-verify.po rsa-sha512-sign.po rsa-sha512-verify.po rsa-encrypt.po rsa-decrypt.po rsa-decrypt-tr.po rsa-keygen.po rsa-compat.po rsa-blind.po rsa2sexp.po sexp2rsa.po dsa.po dsa-sign.po dsa-verify.po dsa-keygen.po dsa-sha1-sign.po dsa-sha1-verify.po dsa-sha256-sign.po dsa-sha256-verify.po dsa2sexp.po sexp2dsa.po pgp-encode.po rsa2openpgp.po der-iterator.po der2rsa.po der2dsa.po -o libhogweed.so -lnettle -lgmp unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 16:03:35 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gnuplot4-x11 to provide /usr/bin/gnuplot (gnuplot) in auto mode unit-abot-epc-basic-0: 16:03:36 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gnuplot4-x11 to provide /usr/bin/gnuplot4 (gnuplot4) in auto mode unit-abot-epc-basic-0: 16:03:36 DEBUG unit.abot-epc-basic/0.install Setting up libcdt5 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install make[1]: [libhogweed.so] Error 1 (ignored) unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so \ unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install && ln -s ../libhogweed.so libhogweed.so \ unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install && [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install || { rm -f libhogweed.so.2 \ unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so libhogweed.so.2 ; } ) unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install echo "Making all in $d" ; (cd $d && make all); done unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install Making all in tools unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-conv.o -MD -MP -MF sexp-conv.o.d -c sexp-conv.c && true unit-abot-epc-basic-0: 16:03:36 DEBUG unit.abot-epc-basic/0.install Setting up libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 16:03:36 DEBUG unit.abot-epc-basic/0.install Setting up libpathplan4 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT input.o -MD -MP -MF input.o.d -c input.c && true unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT output.o -MD -MP -MF output.o.d -c output.c && true unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT parse.o -MD -MP -MF parse.o.d -c parse.c && true unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT misc.o -MD -MP -MF misc.o.d -c misc.c && true unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-conv.o input.o output.o parse.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o sexp-conv unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-hash.o -MD -MP -MF nettle-hash.o.d -c nettle-hash.c && true unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-hash.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o nettle-hash unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-lfib-stream.o -MD -MP -MF nettle-lfib-stream.o.d -c nettle-lfib-stream.c && true unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-lfib-stream.o -lnettle -lgmp -o nettle-lfib-stream unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-conv.o -MD -MP -MF pkcs1-conv.o.d -c pkcs1-conv.c && true unit-abot-epc-basic-0: 16:03:36 DEBUG unit.abot-epc-basic/0.install Setting up libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 16:03:36 DEBUG unit.abot-epc-basic/0.install Setting up libgvpr2 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-conv.o misc.o ../getopt.o ../getopt1.o -lhogweed -lnettle -lgmp -o pkcs1-conv unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install Making all in testsuite unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-test.o -MD -MP -MF aes-test.o.d -c aes-test.c && true unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT testutils.o -MD -MP -MF testutils.o.d -c testutils.c && true unit-abot-epc-basic-0: 16:03:36 DEBUG unit.abot-epc-basic/0.install Setting up libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 16:03:36 DEBUG unit.abot-epc-basic/0.install Setting up libxaw7:amd64 (2:1.0.13-1) ... unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. aes-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o aes-test unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-test.o -MD -MP -MF arcfour-test.o.d -c arcfour-test.c && true unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arcfour-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arcfour-test unit-oai-hss-0: 16:03:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-test.o -MD -MP -MF arctwo-test.o.d -c arctwo-test.c && true unit-abot-epc-basic-0: 16:03:36 DEBUG unit.abot-epc-basic/0.install Setting up graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 16:03:36 DEBUG unit.abot-epc-basic/0.install Setting up libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 16:03:36 DEBUG unit.abot-epc-basic/0.install Setting up libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arctwo-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arctwo-test unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up libtk8.6:amd64 (8.6.5-1) ... unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish-test.o -MD -MP -MF blowfish-test.o.d -c blowfish-test.c && true unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. blowfish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o blowfish-test unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/guile-2.0 to provide /usr/bin/guile (guile) in auto mode unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-test.o -MD -MP -MF cast128-test.o.d -c cast128-test.c && true unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cast128-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cast128-test unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up libltdl-dev:amd64 (2.4.6-0.1) ... unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-test.o -MD -MP -MF base16-test.o.d -c base16-test.c && true unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base16-test unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up pkg-config (0.29.1-0ubuntu1) ... unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-test.o -MD -MP -MF base64-test.o.d -c base64-test.c && true unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base64-test unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-test.o -MD -MP -MF camellia-test.o.d -c camellia-test.c && true unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up hdf5-helpers (1.8.16+docs-4ubuntu1) ... unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. camellia-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o camellia-test unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up iptables-dev (1.6.0-2ubuntu3) ... unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-test.o -MD -MP -MF des-test.o.d -c des-test.c && true unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up javascript-common (11) ... unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-test unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3-test.o -MD -MP -MF des3-test.o.d -c des3-test.c && true unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des3-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des3-test unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat-test.o -MD -MP -MF des-compat-test.o.d -c des-compat-test.c && true unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install apache2_invoke: Enable configuration javascript-common unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-compat-test unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-test.o -MD -MP -MF md2-test.o.d -c md2-test.c && true unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md2-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md2-test unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-test.o -MD -MP -MF md4-test.o.d -c md4-test.c && true unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md4-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md4-test unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-test.o -MD -MP -MF md5-test.o.d -c md5-test.c && true unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-test unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat-test.o -MD -MP -MF md5-compat-test.o.d -c md5-compat-test.c && true unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-compat-test unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor-test.o -MD -MP -MF memxor-test.o.d -c memxor-test.c && true unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up libaec0:amd64 (0.3.2-1) ... unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. memxor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o memxor-test unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-test.o -MD -MP -MF ripemd160-test.o.d -c ripemd160-test.c && true unit-abot-epc-basic-0: 16:03:37 DEBUG unit.abot-epc-basic/0.install Setting up libamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ripemd160-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ripemd160-test unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-test.o -MD -MP -MF salsa20-test.o.d -c salsa20-test.c && true unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. salsa20-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o salsa20-test unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-test.o -MD -MP -MF sha1-test.o.d -c sha1-test.c && true unit-oai-hss-0: 16:03:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-test unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-test.o -MD -MP -MF sha224-test.o.d -c sha224-test.c && true unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha224-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha224-test unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libarpack2 (3.3.0-1build2) ... unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-test.o -MD -MP -MF sha256-test.o.d -c sha256-test.c && true unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha256-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha256-test unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-test.o -MD -MP -MF sha384-test.o.d -c sha384-test.c && true unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-bin (2.48.2-0ubuntu4) ... unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha384-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha384-test unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-dev (2.48.2-0ubuntu4) ... unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-test.o -MD -MP -MF sha512-test.o.d -c sha512-test.c && true unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha512-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha512-test unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-test.o -MD -MP -MF serpent-test.o.d -c serpent-test.c && true unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. serpent-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o serpent-test unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes-dev:amd64 (1:5.0.1-2) ... unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-test.o -MD -MP -MF twofish-test.o.d -c twofish-test.c && true unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libxi-dev (2:1.7.6-1) ... unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. twofish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o twofish-test unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib-test.o -MD -MP -MF knuth-lfib-test.o.d -c knuth-lfib-test.c && true unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libxtst-dev:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. knuth-lfib-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o knuth-lfib-test unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc-test.o -MD -MP -MF cbc-test.o.d -c cbc-test.c && true unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cbc-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cbc-test unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr-test.o -MD -MP -MF ctr-test.o.d -c ctr-test.c && true unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ctr-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ctr-test unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-test.o -MD -MP -MF gcm-test.o.d -c gcm-test.c && true unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-dev (2.18.0-1) ... unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. gcm-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o gcm-test unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-test.o -MD -MP -MF hmac-test.o.d -c hmac-test.c && true unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/libblas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/atlas-base/atlas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/atlas-base/atlas/liblapack.so to provide /usr/lib/liblapack.so (liblapack.so) in auto mode unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 16:03:38 DEBUG unit.abot-epc-basic/0.install Setting up libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-oai-hss-0: 16:03:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. hmac-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o hmac-test unit-abot-epc-basic-0: 16:03:39 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-dev (0.33.6-1) ... unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-hash-test.o -MD -MP -MF meta-hash-test.o.d -c meta-hash-test.c && true unit-abot-epc-basic-0: 16:03:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-hash-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-hash-test unit-abot-epc-basic-0: 16:03:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-cipher-test.o -MD -MP -MF meta-cipher-test.o.d -c meta-cipher-test.c && true unit-abot-epc-basic-0: 16:03:39 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 16:03:39 DEBUG unit.abot-epc-basic/0.install Setting up libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-cipher-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-cipher-test unit-abot-epc-basic-0: 16:03:39 DEBUG unit.abot-epc-basic/0.install Setting up libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-armor-test.o -MD -MP -MF meta-armor-test.o.d -c meta-armor-test.c && true unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-armor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-armor-test unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-test.o -MD -MP -MF buffer-test.o.d -c buffer-test.c && true unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. buffer-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o buffer-test unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow-test.o -MD -MP -MF yarrow-test.o.d -c yarrow-test.c && true unit-abot-epc-basic-0: 16:03:39 DEBUG unit.abot-epc-basic/0.install Setting up libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. yarrow-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o yarrow-test unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-test.o -MD -MP -MF sexp-test.o.d -c sexp-test.c && true unit-abot-epc-basic-0: 16:03:39 DEBUG unit.abot-epc-basic/0.install Setting up libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp-test unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format-test.o -MD -MP -MF sexp-format-test.o.d -c sexp-format-test.c && true unit-abot-epc-basic-0: 16:03:39 DEBUG unit.abot-epc-basic/0.install Setting up libconfig9:amd64 (1.5-0.2) ... unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-format-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp-format-test unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp-test.o -MD -MP -MF rsa2sexp-test.o.d -c rsa2sexp-test.c && true unit-abot-epc-basic-0: 16:03:39 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-dev:amd64 (1.5-0.2) ... unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa2sexp-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa2sexp-test unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa-test.o -MD -MP -MF sexp2rsa-test.o.d -c sexp2rsa-test.c && true unit-abot-epc-basic-0: 16:03:39 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-doc (1.5-0.2) ... unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp2rsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp2rsa-test unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-test.o -MD -MP -MF bignum-test.o.d -c bignum-test.c && true unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. bignum-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o bignum-test unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT random-prime-test.o -MD -MP -MF random-prime-test.o.d -c random-prime-test.c && true unit-abot-epc-basic-0: 16:03:39 DEBUG unit.abot-epc-basic/0.install Setting up libconfig8-dev (1.5-0.2) ... unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. random-prime-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o random-prime-test unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-test.o -MD -MP -MF pkcs1-test.o.d -c pkcs1-test.c && true unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o pkcs1-test unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-test.o -MD -MP -MF rsa-test.o.d -c rsa-test.c && true unit-abot-epc-basic-0: 16:03:39 DEBUG unit.abot-epc-basic/0.install Setting up libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-test unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt-test.o -MD -MP -MF rsa-encrypt-test.o.d -c rsa-encrypt-test.c && true unit-abot-epc-basic-0: 16:03:39 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 16:03:39 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 16:03:39 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-gl-dev (1.4.17-1) ... unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-encrypt-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-encrypt-test unit-abot-epc-basic-0: 16:03:39 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xf86vidmode-dev (2.3.1-2) ... unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen-test.o -MD -MP -MF rsa-keygen-test.o.d -c rsa-keygen-test.c && true unit-abot-epc-basic-0: 16:03:39 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 16:03:39 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-damage-dev (1:1.2.1-2) ... unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-keygen-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-keygen-test unit-oai-hss-0: 16:03:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-test.o -MD -MP -MF dsa-test.o.d -c dsa-test.c && true unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. dsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o dsa-test unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen-test.o -MD -MP -MF dsa-keygen-test.o.d -c dsa-keygen-test.c && true unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. dsa-keygen-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o dsa-keygen-test unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage-dev:amd64 (1:1.1.4-2) ... unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install g++ -I.. -I.. -DHAVE_CONFIG_H -g -O2 -fpic -MT cxx-test.o -MD -MP -MF cxx-test.o.d -c cxx-test.cxx && true unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install g++ -g -O2 -L.. cxx-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cxx-test unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-huge-test.o -MD -MP -MF sha1-huge-test.o.d -c sha1-huge-test.c && true unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-huge-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-huge-test unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-benchmark.o -MD -MP -MF nettle-benchmark.o.d -c nettle-benchmark.c && true unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install nettle-benchmark.c: In function 'time_cipher': unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install nettle-benchmark.c:505:29: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install nettle-benchmark.c:521:29: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install nettle-benchmark.c:538:29: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-openssl.o -MD -MP -MF nettle-openssl.o.d -c nettle-openssl.c && true unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT io.o -MD -MP -MF io.o.d -c io.c && true unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-benchmark.o nettle-openssl.o ../getopt.o ../getopt1.o ../nettle-internal.o -lnettle -lgmp -o nettle-benchmark unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT eratosthenes.o -MD -MP -MF eratosthenes.o.d -c eratosthenes.c && true unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. eratosthenes.o ../getopt.o ../getopt1.o -o eratosthenes unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16enc.o -MD -MP -MF base16enc.o.d -c base16enc.c && true unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16enc.o io.o \ unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16enc unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16dec.o -MD -MP -MF base16dec.o.d -c base16dec.c && true unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16dec.o io.o \ unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16dec unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64enc.o -MD -MP -MF base64enc.o.d -c base64enc.c && true unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2) ... unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64enc.o io.o \ unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64enc unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64dec.o -MD -MP -MF base64dec.o.d -c base64dec.c && true unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64dec.o io.o \ unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64dec unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -c rsa-keygen.c && true unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-keygen.o io.o ../getopt.o ../getopt1.o \ unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-keygen unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -c rsa-sign.c && true unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT read_rsa_key.o -MD -MP -MF read_rsa_key.o.d -c read_rsa_key.c && true unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-sign.o io.o read_rsa_key.o \ unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-sign unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -c rsa-verify.c && true unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-dev (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-verify.o io.o read_rsa_key.o \ unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-verify unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -c rsa-encrypt.c && true unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 16:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-encrypt.o io.o read_rsa_key.o \ unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install ../getopt.o ../getopt1.o \ unit-oai-hss-0: 16:03:40 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-encrypt unit-abot-epc-basic-0: 16:03:41 DEBUG unit.abot-epc-basic/0.install Setting up libipc-system-simple-perl (1.25-3) ... unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -c rsa-decrypt.c && true unit-abot-epc-basic-0: 16:03:41 DEBUG unit.abot-epc-basic/0.install Setting up libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 16:03:41 DEBUG unit.abot-epc-basic/0.install Setting up liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 16:03:41 DEBUG unit.abot-epc-basic/0.install Setting up libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 16:03:41 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-date-perl (6.02-1) ... unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-decrypt.o io.o read_rsa_key.o \ unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-decrypt unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT next-prime.o -MD -MP -MF next-prime.o.d -c next-prime.c && true unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. next-prime.o ../getopt.o ../getopt1.o \ unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o next-prime unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT random-prime.o -MD -MP -MF random-prime.o.d -c random-prime.c && true unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. random-prime.o io.o ../getopt.o ../getopt1.o \ unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o random-prime unit-abot-epc-basic-0: 16:03:41 DEBUG unit.abot-epc-basic/0.install Setting up libfile-listing-perl (6.04-1) ... unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install make check-here unit-abot-epc-basic-0: 16:03:41 DEBUG unit.abot-epc-basic/0.install Setting up libfile-mimeinfo-perl (0.27-1) ... unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install echo "Making check in $d" ; (cd $d && make check); done unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install Making check in tools unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install Making check in testsuite unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install EMULATOR="" NM="nm" EXEEXT="" \ unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install ../run-tests aes-test arcfour-test arctwo-test blowfish-test cast128-test base16-test base64-test camellia-test des-test des3-test des-compat-test md2-test md4-test md5-test md5-compat-test memxor-test ripemd160-test salsa20-test sha1-test sha224-test sha256-test sha384-test sha512-test serpent-test twofish-test knuth-lfib-test cbc-test ctr-test gcm-test hmac-test meta-hash-test meta-cipher-test meta-armor-test buffer-test yarrow-test sexp-test sexp-format-test rsa2sexp-test sexp2rsa-test bignum-test random-prime-test pkcs1-test rsa-test rsa-encrypt-test rsa-keygen-test dsa-test dsa-keygen-test cxx-test sexp-conv-test pkcs1-conv-test symbols-test unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: aes unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: arcfour unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: arctwo unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: blowfish unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: cast128 unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: base16 unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: base64 unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: camellia unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: des unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: des3 unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: des-compat unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: md2 unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: md4 unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: md5 unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: md5-compat unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: memxor unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: ripemd160 unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: salsa20 unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: sha1 unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: sha224 unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: sha256 unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: sha384 unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: sha512 unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: serpent unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: twofish unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: knuth-lfib unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: cbc unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: ctr unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: gcm unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: hmac unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: meta-hash unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: meta-cipher unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: meta-armor unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: buffer unit-abot-epc-basic-0: 16:03:41 DEBUG unit.abot-epc-basic/0.install Setting up libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 16:03:41 DEBUG unit.abot-epc-basic/0.install Setting up libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 16:03:41 DEBUG unit.abot-epc-basic/0.install Setting up libfont-afm-perl (1.20-1) ... unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: yarrow unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: sexp unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: sexp-format unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: rsa2sexp unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: sexp2rsa unit-oai-hss-0: 16:03:41 DEBUG unit.oai-hss/0.install PASS: bignum unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libfontenc1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libforms-dev (1.2.3-1.2) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libgl2ps0 (1.3.8-1.2) ... unit-oai-hss-0: 16:03:42 DEBUG unit.oai-hss/0.install PASS: random-prime unit-oai-hss-0: 16:03:42 DEBUG unit.oai-hss/0.install PASS: pkcs1 unit-oai-hss-0: 16:03:42 DEBUG unit.oai-hss/0.install PASS: rsa unit-oai-hss-0: 16:03:42 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libglpk36:amd64 (4.57-1build3) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 16:03:42 DEBUG unit.oai-hss/0.install PASS: rsa-keygen unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libpango1.0-dev (1.38.1-1) ... unit-oai-hss-0: 16:03:42 DEBUG unit.oai-hss/0.install PASS: dsa unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-10:amd64 (1.8.16+docs-4ubuntu1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 16:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-dev (1.8.16+docs-4ubuntu1) ... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5-serial.pc to provide /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tagset-perl (3.20-2) ... unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install PASS: dsa-keygen unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install PASS: cxx unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install PASS: sexp-conv unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install PASS: pkcs1-conv unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install PASS: symbols unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install All 51 tests passed unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install Making check in examples unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install EMULATOR="" EXEEXT="" \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install ".."/run-tests rsa-sign-test rsa-verify-test rsa-encrypt-test unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install PASS: rsa-sign unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install PASS: rsa-verify unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install All 3 tests passed unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install make install-here unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/info unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install f=nettle.info ; \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install [ -f $f ] || f="./$f" ; \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/share/info ; \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install if (install-info --version && \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install install-info --info-dir="/usr/share/info" "$f" ; \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install else : ; fi unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/include/nettle unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install for f in aes.h arcfour.h arctwo.h asn1.h bignum.h blowfish.h base16.h base64.h buffer.h camellia.h cast128.h cbc.h ctr.h gcm.h des.h des-compat.h dsa.h hmac.h knuth-lfib.h macros.h md2.h md4.h md5.h md5-compat.h memxor.h nettle-meta.h nettle-types.h pgp.h pkcs1.h realloc.h ripemd160.h rsa.h rsa-compat.h salsa20.h sexp.h serpent.h sha.h twofish.h yarrow.h nettle-stdint.h ; do \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install if [ -f "$f" ] ; then \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/include/nettle ; \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "./$f" /usr/include/nettle ; \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install fi ; done unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install ./config.status config.h unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install config.status: config.h is unchanged unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install echo timestamp > stamp-h unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install for f in libnettle.a libhogweed.a; do \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 $f /usr/lib ; \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib/pkgconfig unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install for f in nettle.pc hogweed.pc ; do \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/lib/pkgconfig ; \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install done unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-parser-perl (3.72-1) ... unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libnettle.so /usr/lib/libnettle.so.4.4 unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install && rm -f libnettle.so.4 libnettle.so \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so.4 \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so) unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libhogweed.so /usr/lib/libhogweed.so.2.2 unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so.2 libhogweed.so \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so.2 \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so) unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install echo "Making install in $d" ; (cd $d && make install); done unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install Making install in tools unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/bin unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install for f in sexp-conv nettle-hash nettle-lfib-stream pkcs1-conv ; do \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install /usr/bin/install -c $f /usr/bin ; \ unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install Making install in testsuite unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libio-html-perl (1.001-1) ... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-mediatypes-perl (6.02-1) ... unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libio-socket-ssl-perl (2.024-1) ... unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install Building dependency tree... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libkpathsea6:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libwww-robotrules-perl (6.01-1) ... unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libmagick++-6.q16-5v5:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libnet-smtp-ssl-perl (1.03-1) ... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up mysql-common (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install libidn2-0-dev is already the newest version. unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install libp11-kit-dev libp11-kit0-dbg libtasn1-6-dbg libtasn1-6-dev libtspi-dev unit-oai-hss-0: 16:03:43 DEBUG unit.oai-hss/0.install libtspi1 unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode unit-abot-epc-basic-0: 16:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient20:amd64 (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient-dev (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-oai-hss-0: 16:03:44 DEBUG unit.oai-hss/0.install 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:03:44 DEBUG unit.oai-hss/0.install Need to get 1855 kB of archives. unit-oai-hss-0: 16:03:44 DEBUG unit.oai-hss/0.install After this operation, 3712 kB of additional disk space will be used. unit-oai-hss-0: 16:03:44 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtspi1 amd64 0.3.11.2-1ubuntu1 [142 kB] unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libpoppler58:amd64 (0.41.0-0ubuntu1.7) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libportaudio2:amd64 (19+svn20140130-1build1) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libptexenc1:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 16:03:44 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtasn1-6-dev amd64 3.4-3ubuntu0.6 [385 kB] unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 16:03:44 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtspi-dev amd64 0.3.11.2-1ubuntu1 [613 kB] unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 16:03:44 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libp11-kit-dev amd64 0.20.2-2ubuntu2 [56.4 kB] unit-oai-hss-0: 16:03:44 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libp11-kit0-dbg amd64 0.20.2-2ubuntu2 [556 kB] unit-abot-epc-basic-0: 16:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 16:03:45 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtasn1-6-dbg amd64 3.4-3ubuntu0.6 [104 kB] unit-oai-hss-0: 16:03:45 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-abot-epc-basic-0: 16:03:45 DEBUG unit.abot-epc-basic/0.install Setting up libsctp1:amd64 (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 16:03:45 DEBUG unit.abot-epc-basic/0.install Setting up libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 16:03:45 DEBUG unit.abot-epc-basic/0.install Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 16:03:45 DEBUG unit.abot-epc-basic/0.install Setting up libssl-doc (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 16:03:45 DEBUG unit.abot-epc-basic/0.install Setting up libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 16:03:45 DEBUG unit.oai-hss/0.install Fetched 1855 kB in 1s (1789 kB/s) unit-abot-epc-basic-0: 16:03:45 DEBUG unit.abot-epc-basic/0.install Setting up libsynctex1:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 16:03:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi1. unit-abot-epc-basic-0: 16:03:45 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 16:03:45 DEBUG unit.abot-epc-basic/0.install Setting up libtexlua52:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 16:03:45 DEBUG unit.oai-hss/0.install (Reading database ... 118229 files and directories currently installed.) unit-oai-hss-0: 16:03:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi1_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:03:45 DEBUG unit.oai-hss/0.install Unpacking libtspi1 (0.3.11.2-1ubuntu1) ... unit-abot-epc-basic-0: 16:03:45 DEBUG unit.abot-epc-basic/0.install Setting up libtexluajit2:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 16:03:45 DEBUG unit.abot-epc-basic/0.install Setting up libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 16:03:45 DEBUG unit.abot-epc-basic/0.install Setting up libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 16:03:45 DEBUG unit.abot-epc-basic/0.install Setting up libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 16:03:45 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-abot-epc-basic-0: 16:03:45 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-doc (2:1.0.20-1) ... unit-oai-hss-0: 16:03:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dev. unit-oai-hss-0: 16:03:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dev_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 16:03:45 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-abot-epc-basic-0: 16:03:45 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 16:03:46 DEBUG unit.abot-epc-basic/0.install Setting up libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 16:03:46 DEBUG unit.abot-epc-basic/0.install Setting up libxml-namespacesupport-perl (1.11-1) ... unit-oai-hss-0: 16:03:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi-dev. unit-oai-hss-0: 16:03:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi-dev_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:03:46 DEBUG unit.oai-hss/0.install Unpacking libtspi-dev (0.3.11.2-1ubuntu1) ... unit-abot-epc-basic-0: 16:03:46 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 16:03:47 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-oai-hss-0: 16:03:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit-dev. unit-oai-hss-0: 16:03:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit-dev_0.20.2-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:03:47 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... unit-oai-hss-0: 16:03:47 DEBUG unit.oai-hss/0.install Unpacking libp11-kit-dev (0.20.2-2ubuntu2) ... unit-abot-epc-basic-0: 16:03:47 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 16:03:47 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:03:47 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-oai-hss-0: 16:03:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit0-dbg:amd64. unit-oai-hss-0: 16:03:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit0-dbg_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 16:03:47 DEBUG unit.oai-hss/0.install Unpacking libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-abot-epc-basic-0: 16:03:47 DEBUG unit.abot-epc-basic/0.install Setting up libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-abot-epc-basic-0: 16:03:47 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... unit-oai-hss-0: 16:03:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dbg:amd64. unit-oai-hss-0: 16:03:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dbg_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 16:03:47 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 16:03:47 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-abot-epc-basic-0: 16:03:47 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-oai-hss-0: 16:03:48 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up mscgen (0.20-5) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Running mktexlsr. This may take some time. ... done. unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up octave-common (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up pydb (1.26-2) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up rubygems-integration (1.10) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up subversion (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up t1utils (1.39-2) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up tcl (8.6.0+9) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up texlive-binaries (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 16:03:48 DEBUG unit.abot-epc-basic/0.install Setting up texlive-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 16:03:48 DEBUG unit.oai-hss/0.install Setting up libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 16:03:49 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 16:03:49 DEBUG unit.oai-hss/0.install Setting up libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 16:03:49 DEBUG unit.oai-hss/0.install Setting up libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 16:03:49 DEBUG unit.oai-hss/0.install Setting up libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 16:03:49 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 16:03:49 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 16:03:49 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to a4. unit-oai-hss-0: 16:03:49 DEBUG unit.oai-hss/0.install Downloading gnutls archive unit-oai-hss-0: 16:03:49 DEBUG unit.oai-hss/0.install --2018-08-27 16:03:49-- http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.23.tar.xz unit-oai-hss-0: 16:03:49 DEBUG unit.oai-hss/0.install Resolving mirrors.dotsrc.org (mirrors.dotsrc.org)... 130.225.254.116, 2001:878:346::116 unit-abot-epc-basic-0: 16:03:49 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. unit-oai-hss-0: 16:03:49 DEBUG unit.oai-hss/0.install Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:80... connected. unit-abot-epc-basic-0: 16:03:49 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to a4. unit-abot-epc-basic-0: 16:03:49 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to a4. unit-oai-hss-0: 16:03:49 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 16:03:49 DEBUG unit.oai-hss/0.install Length: 5148432 (4.9M) [application/octet-stream] unit-oai-hss-0: 16:03:49 DEBUG unit.oai-hss/0.install Saving to: 'gnutls-3.1.23.tar.xz' unit-oai-hss-0: 16:03:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:03:49 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 151K 33s unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to letter. unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to letter. unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to letter. unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to letter. unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 1% 306K 24s unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 2% 551K 19s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 3% 718K 16s unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 4% 955K 14s unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install Setting up tk8.6 (8.6.5-1) ... unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 5% 1.10M 12s unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install Setting up tk (8.6.0+9) ... unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install Setting up unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install Setting up x11-utils (7.7+3) ... unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 6% 1.38M 11s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 7% 1.43M 10s unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install Setting up x11-xserver-utils (7.7+7) ... unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 8% 1.85M 9s unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install Setting up xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install Setting up xmlstarlet (1.6.1-1ubuntu1) ... unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 9% 2.03M 8s unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install Setting up xterm (322-1ubuntu1) ... unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 10% 2.03M 7s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 11% 2.51M 7s unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 12% 2.54M 6s unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install Setting up zip (3.0-11) ... unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install Setting up libauthen-sasl-perl (2.1600-1) ... unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 13% 2.97M 6s unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 14% 2.96M 6s unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install Setting up libffi-dev:amd64 (3.2.1-4) ... unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 15% 3.22M 5s unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 16% 3.61M 5s unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0-dev (0.10-3) ... unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 17% 3.47M 5s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 18% 4.00M 4s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 19% 4.28M 4s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 20% 4.13M 4s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 21% 4.64M 4s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 22% 4.79M 4s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 23% 5.08M 3s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 24% 5.10M 3s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 25% 5.56M 3s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 26% 5.19M 3s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 27% 6.23M 3s unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 28% 5.80M 3s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 29% 6.75M 3s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 30% 6.00M 3s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 31% 7.09M 2s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 32% 7.15M 2s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 33% 7.41M 2s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 34% 6.41M 2s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 35% 7.49M 2s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 36% 7.90M 2s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 37% 8.53M 2s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 38% 8.81M 2s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 39% 7.98M 2s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 40% 9.12M 2s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 41% 9.33M 2s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 42% 8.58M 2s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 43% 8.92M 2s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 44% 10.9M 2s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 45% 9.16M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 46% 10.2M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 47% 9.67M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 48% 11.6M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 49% 9.96M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 50% 10.9M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 51% 12.5M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 52% 10.5M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 53% 10.2M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 54% 12.1M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 55% 11.1M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 56% 11.9M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 57% 13.3M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 58% 11.8M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 59% 12.1M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 60% 12.6M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 61% 14.7M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 62% 12.0M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 63% 13.1M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 64% 16.5M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 65% 12.8M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 66% 16.7M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 67% 12.9M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 68% 17.3M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 69% 12.8M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 70% 14.5M 1s unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install Setting up libyaml-dev:amd64 (0.1.6-3) ... unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 71% 12.4M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 72% 13.3M 1s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 73% 20.4M 0s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 74% 17.2M 0s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 75% 14.9M 0s unit-abot-epc-basic-0: 16:03:50 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 76% 19.6M 0s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 77% 15.5M 0s unit-oai-hss-0: 16:03:50 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 78% 14.3M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 79% 22.5M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 80% 16.7M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 81% 16.7M 0s unit-abot-epc-basic-0: 16:03:51 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 82% 19.1M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 83% 13.3M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 84% 24.3M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 85% 18.8M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 86% 19.9M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 87% 17.3M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 88% 17.6M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 89% 23.5M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 90% 20.3M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 91% 18.5M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 92% 22.0M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 93% 17.1M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 94% 21.1M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 95% 25.1M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 96% 20.7M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 97% 19.5M 0s unit-abot-epc-basic-0: 16:03:51 DEBUG unit.abot-epc-basic/0.install Setting up debhelper (9.20160115ubuntu3) ... unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 98% 18.1M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 99% 24.0M 0s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 5000K .......... .......... ....... 100% 25.4M=1.4s unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install 2018-08-27 16:03:51 (3.50 MB/s) - 'gnutls-3.1.23.tar.xz' saved [5148432/5148432] unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 16:03:51 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 16:03:51 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 16:03:51 DEBUG unit.abot-epc-basic/0.install Setting up gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 16:03:51 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 16:03:51 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 16:03:51 DEBUG unit.abot-epc-basic/0.install Setting up libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 16:03:51 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 16:03:51 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 16:03:51 DEBUG unit.abot-epc-basic/0.install Setting up octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 16:03:51 DEBUG unit.abot-epc-basic/0.install Setting up octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 16:03:51 DEBUG unit.abot-epc-basic/0.install Setting up octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 16:03:51 DEBUG unit.abot-epc-basic/0.install Setting up qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 16:03:51 DEBUG unit.abot-epc-basic/0.install Setting up rake (10.5.0-2) ... unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking whether build environment is sane... yes unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking for gawk... gawk unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-abot-epc-basic-0: 16:03:51 DEBUG unit.abot-epc-basic/0.install Setting up libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... yes unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... (cached) yes unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install *** Checking for compilation programs... unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-abot-epc-basic-0: 16:03:51 DEBUG unit.abot-epc-basic/0.install Setting up ruby2.3 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 16:03:51 DEBUG unit.abot-epc-basic/0.install Setting up liboctave-dev (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-abot-epc-basic-0: 16:03:51 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking whether gcc understands -c and -o together... yes unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking for style of include used by make... GNU unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking dependency style of gcc... gcc3 unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking for Minix Amsterdam compiler... no unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking for ar... ar unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 16:03:51 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-abot-epc-basic-0: 16:03:52 DEBUG unit.abot-epc-basic/0.install Setting up adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking minix/config.h usability... no unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking minix/config.h presence... no unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for minix/config.h... no unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking whether it is safe to define __EXTENSIONS__... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking whether _XOPEN_SOURCE should be defined... no unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for _LARGEFILE_SOURCE value needed for large files... no unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for special C compiler options needed for large files... no unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for _FILE_OFFSET_BITS value needed for large files... no unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C99... -std=gnu99 unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking dependency style of gcc -std=gnu99... gcc3 unit-abot-epc-basic-0: 16:03:52 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking the archiver (ar) interface... ar unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-abot-epc-basic-0: 16:03:52 DEBUG unit.abot-epc-basic/0.install Setting up dh-strip-nondeterminism (0.015-1) ... unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking dependency style of g++... gcc3 unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for autogen... /bin/true unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install *** autogen not found. Will not link against libopts. unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for ANSI C header files... (cached) yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking cpuid.h usability... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking cpuid.h presence... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for cpuid.h... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for ld used by GCC... /usr/bin/ld unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for shared library run path origin... done unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking whether to use nettle... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for libnettle... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking how to link with libnettle... /usr/lib/libnettle.so /usr/lib/libhogweed.so -lgmp unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for __gmpz_cmp in -lgmp... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for LIBTASN1... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking whether to use the included minitasn1... no unit-abot-epc-basic-0: 16:03:52 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service-backend (3.2.6-3ubuntu6) ... unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking whether C99 macros are supported... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking whether to disable DTLS-SRTP extension... no unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking whether to disable TLS heartbeat support... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking whether to disable SRP authentication support... no unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking whether to disable PSK authentication support... no unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking whether to disable anonymous authentication support... no unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking whether to disable DHE support... no unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking whether to disable ECDHE support... no unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking whether to disable RSA-EXPORT support... no unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking whether to disable OpenPGP Certificate authentication support... no unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking whether to add cryptodev support... no unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking whether to disable OCSP support... no unit-abot-epc-basic-0: 16:03:52 DEBUG unit.abot-epc-basic/0.install Setting up libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 16:03:52 DEBUG unit.abot-epc-basic/0.install Setting up libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 16:03:52 DEBUG unit.abot-epc-basic/0.install Setting up libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 16:03:52 DEBUG unit.abot-epc-basic/0.install Setting up libnet-dbus-perl (1.1.0-3build1) ... unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking size of void *... 8 unit-abot-epc-basic-0: 16:03:52 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 16:03:52 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-expat-perl (0.40-2) ... unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking size of long long... 8 unit-abot-epc-basic-0: 16:03:52 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-abot-epc-basic-0: 16:03:52 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking size of int... 4 unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking sys/socket.h usability... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking sys/socket.h presence... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for sys/socket.h... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking features.h usability... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking features.h presence... yes unit-oai-hss-0: 16:03:52 DEBUG unit.oai-hss/0.install checking for features.h... yes unit-abot-epc-basic-0: 16:03:53 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking linewrap.h usability... no unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking linewrap.h presence... no unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for linewrap.h... no unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking arpa/inet.h usability... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking arpa/inet.h presence... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... yes unit-abot-epc-basic-0: 16:03:53 DEBUG unit.abot-epc-basic/0.install Setting up ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 16:03:53 DEBUG unit.abot-epc-basic/0.install Setting up humanity-icon-theme (0.6.10.1) ... unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking dirent.h usability... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking dirent.h presence... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for dirent.h... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for sys/stat.h... (cached) yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking netdb.h usability... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking netdb.h presence... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for netdb.h... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking netinet/in.h usability... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking netinet/in.h presence... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for netinet/in.h... yes unit-abot-epc-basic-0: 16:03:53 DEBUG unit.abot-epc-basic/0.install Setting up ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking getopt.h usability... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking getopt.h presence... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for getopt.h... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking stdio_ext.h usability... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking stdio_ext.h presence... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for stdio_ext.h... yes unit-abot-epc-basic-0: 16:03:53 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking termios.h usability... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking termios.h presence... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for termios.h... yes unit-abot-epc-basic-0: 16:03:53 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 16:03:53 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking sys/time.h usability... yes unit-abot-epc-basic-0: 16:03:53 DEBUG unit.abot-epc-basic/0.install Processing triggers for tex-common (6.04ubuntu1) ... unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking sys/time.h presence... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for sys/time.h... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking iconv.h usability... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking iconv.h presence... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for iconv.h... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking math.h usability... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking math.h presence... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for math.h... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking sys/mman.h usability... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking sys/mman.h presence... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for sys/mman.h... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking sys/select.h usability... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking sys/select.h presence... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for sys/select.h... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking wchar.h usability... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking wchar.h presence... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for wchar.h... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for strings.h... (cached) yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking sys/uio.h usability... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking sys/uio.h presence... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for sys/uio.h... yes unit-abot-epc-basic-0: 16:03:53 DEBUG unit.abot-epc-basic/0.install Running updmap-sys. This may take some time... done. unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking sysexits.h usability... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking sysexits.h presence... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for sysexits.h... yes unit-abot-epc-basic-0: 16:03:53 DEBUG unit.abot-epc-basic/0.install Running mktexlsr /var/lib/texmf ... done. unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking xlocale.h usability... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking xlocale.h presence... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for xlocale.h... yes unit-abot-epc-basic-0: 16:03:53 DEBUG unit.abot-epc-basic/0.install Building format(s) --all. unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking sys/param.h usability... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking sys/param.h presence... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for sys/param.h... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking sys/wait.h usability... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking sys/wait.h presence... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for sys/wait.h... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking sys/ioctl.h usability... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking sys/ioctl.h presence... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for sys/ioctl.h... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... none needed unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking whether to build OpenSSL compatibility layer... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for gtkdoc-check... no unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for gtkdoc-rebase... no unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for gtkdoc-mkpdf... no unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking whether to build gtk-doc documentation... no unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking whether NLS is requested... yes unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for msgfmt... no unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for gmsgfmt... : unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for xgettext... no unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for msgmerge... no unit-oai-hss-0: 16:03:53 DEBUG unit.oai-hss/0.install checking for CFPreferencesCopyAppValue... no unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking for CFLocaleCopyCurrent... no unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking for GNU gettext in libc... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether to use NLS... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking where the gettext function comes from... libc unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether the preprocessor supports include_next... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether system header files limit the line length... no unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking for shutdown... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking for sa_family_t... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking for C/C++ restrict keyword... __restrict unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether clearerr_unlocked is declared... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether feof_unlocked is declared... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether ferror_unlocked is declared... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether fflush_unlocked is declared... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether fgets_unlocked is declared... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether fputc_unlocked is declared... yes unit-oai-hss-0: 16:03:54 DEBUG unit.oai-hss/0.install checking whether fputs_unlocked is declared... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking whether fread_unlocked is declared... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking whether fwrite_unlocked is declared... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking whether getc_unlocked is declared... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking whether getchar_unlocked is declared... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking whether putc_unlocked is declared... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking whether putchar_unlocked is declared... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for flockfile... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for funlockfile... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for _set_invalid_parameter_handler... no unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for __fseterr... no unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for getdelim... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for __fsetlocking... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for tcgetattr... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for tcsetattr... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for getsubopt... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for gettimeofday... yes unit-abot-epc-basic-0: 16:03:55 DEBUG unit.abot-epc-basic/0.install This may take some time... done. unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for nanotime... no unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for mprotect... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for sleep... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for snprintf... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for strdup... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for strerror_r... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for __xpg_strerror_r... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for strndup... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for localtime_r... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for vasnprintf... no unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for ftruncate... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for getdtablesize... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for newlocale... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for lstat... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for pipe... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for setenv... yes unit-oai-hss-0: 16:03:55 DEBUG unit.oai-hss/0.install checking for catgets... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking for symlink... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... no unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking for complete errno.h... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking for strerror_r... (cached) yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether strerror_r returns char *... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether frexp() can be used without linking with libm... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether alarm is declared... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether long double and double are the same... no unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether stdin defaults to large file offsets... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking for pid_t... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking for mode_t... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether fseeko is declared... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking for fseeko... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether stat file-mode macros are broken... no unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking for nlink_t... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... yes unit-abot-epc-basic-0: 16:03:56 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-db5955-default-0 unit-abot-epc-basic-0: 16:03:56 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 16:03:56 DEBUG unit.abot-epc-basic/0.install Un-Installing Nettle from sources. The log file for nettle un-installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/nettle_uninstall_log.txt  unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether ftello is declared... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking for ftello... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether ftello works... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... yes unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... none required unit-oai-hss-0: 16:03:56 DEBUG unit.oai-hss/0.install checking for gethostbyname... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... none required unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking for getservbyname... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... none required unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking for IPv4 sockets... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking for IPv6 sockets... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking whether getdelim is declared... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking whether getline is declared... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking for getopt.h... (cached) yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking for getopt_long_only... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking whether getopt is POSIX compatible... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking for working GNU getopt function... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking for working GNU getopt_long function... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking whether getenv is declared... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking whether getpass is declared... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking whether flockfile is declared... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking whether funlockfile is declared... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking for struct timeval... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking for wide-enough struct timeval.tv_sec member... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking whether gettimeofday is declared without a macro... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... word 1 bit 20 unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... word 0 bit 23 unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking whether malloc, realloc, calloc are POSIX compliant... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking for mmap... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking whether memchr works... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking whether memmem is declared... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... no unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... yes unit-oai-hss-0: 16:03:57 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking for sigset_t... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether snprintf returns a byte count as in C99... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether snprintf is declared... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking for stdbool.h that conforms to C99... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking for _Bool... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking for long long int... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking for unsigned long long int... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether stdint.h conforms to C99... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether strdup is declared... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether strerror(0) succeeds... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking for strerror_r with POSIX signature... no unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether __xpg_strerror_r works... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether ffsl is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether ffsll is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether memmem is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether mempcpy is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether memrchr is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether rawmemchr is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether stpcpy is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether stpncpy is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether strchrnul is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether strdup is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether strncat is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether strndup is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether strnlen is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether strpbrk is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether strsep is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether strcasestr is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether strsignal is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether strverscmp is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether ffs is declared without a macro... yes unit-oai-hss-0: 16:03:58 DEBUG unit.oai-hss/0.install checking whether strcasecmp is declared without a macro... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared without a macro... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking whether strndup is declared... (cached) yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking whether strnlen is declared... (cached) yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared... (cached) yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking whether imported symbols can be declared weak... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking pthread.h usability... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking pthread.h presence... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking for pthread.h... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking for pthread_kill in -lpthread... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking for multithread API to use... posix unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking for struct timespec in ... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking for intmax_t... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking for strnlen... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking for wcslen... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking for wcsnlen... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking for mbrtowc... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking for wcrtomb... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking whether _snprintf is declared... no unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking whether printf supports size specifiers as in C99... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking whether printf supports 'long double' arguments... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'double' arguments... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'long double' arguments... no unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking whether printf supports the 'a' and 'A' directives... yes unit-oai-hss-0: 16:03:59 DEBUG unit.oai-hss/0.install checking whether printf supports the 'F' directive... yes unit-oai-hss-0: 16:04:00 DEBUG unit.oai-hss/0.install checking whether printf supports the 'n' directive... no unit-oai-hss-0: 16:04:00 DEBUG unit.oai-hss/0.install checking whether printf supports the 'ls' directive... yes unit-oai-hss-0: 16:04:00 DEBUG unit.oai-hss/0.install checking whether printf supports the grouping flag... yes unit-oai-hss-0: 16:04:00 DEBUG unit.oai-hss/0.install checking whether printf supports the left-adjust flag correctly... yes unit-oai-hss-0: 16:04:00 DEBUG unit.oai-hss/0.install checking whether printf supports the zero flag correctly... yes unit-oai-hss-0: 16:04:00 DEBUG unit.oai-hss/0.install checking whether printf supports large precisions... yes unit-oai-hss-0: 16:04:00 DEBUG unit.oai-hss/0.install checking whether printf survives out-of-memory conditions... yes unit-oai-hss-0: 16:04:00 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared... yes unit-oai-hss-0: 16:04:00 DEBUG unit.oai-hss/0.install checking whether uses 'inline' correctly... yes unit-oai-hss-0: 16:04:00 DEBUG unit.oai-hss/0.install checking for nl_langinfo and CODESET... yes unit-oai-hss-0: 16:04:00 DEBUG unit.oai-hss/0.install checking if environ is properly declared... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking for working fcntl.h... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking whether ungetc works on arbitrary bytes... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking whether getcwd (NULL, 0) allocates memory for result... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking for getcwd with POSIX signature... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking whether imaxabs is declared without a macro... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking whether imaxdiv is declared without a macro... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking whether strtoimax is declared without a macro... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking whether strtoumax is declared without a macro... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking whether the inttypes.h PRIxNN macros are broken... no unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking for LC_MESSAGES... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking whether lstat correctly handles trailing slash... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking for promoted mode_t type... mode_t unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... (cached) yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking whether setenv is declared... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking search.h usability... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking search.h presence... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking for search.h... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking for tsearch... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking for alloca as a compiler built-in... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking for alphasort... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... yes unit-oai-hss-0: 16:04:01 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is defined... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is defined... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared without a macro... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared without a macro... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking byteswap.h usability... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking byteswap.h presence... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking for byteswap.h... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking for clock_gettime... yes unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-db5955-default-0 unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking for clock_settime... yes unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking for closedir... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether alphasort is declared without a macro... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether closedir is declared without a macro... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether dirfd is declared without a macro... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether fdopendir is declared without a macro... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether opendir is declared without a macro... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether readdir is declared without a macro... yes unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether rewinddir is declared without a macro... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether scandir is declared without a macro... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... (cached) no unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether dup2 works... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking for error_at_line... yes unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install dconf-service gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-freedesktop unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 glib-networking unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install humanity-icon-theme libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libmirclient-dev libmircommon-dev unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install lsh-doc unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 16:04:02 DEBUG unit.abot-epc-basic/0.install nettle-bin nettle-dev unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether conversion from 'int' to 'long double' works... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether frexp works... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether frexpl works... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking for fseeko... (cached) yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking for ftello... (cached) yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether ftello works... (cached) yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether __func__ is available... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking for library containing getaddrinfo... none required unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking for getaddrinfo... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared... (cached) yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether gai_strerrorA is declared... no unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking for gai_strerror with POSIX signature... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking for struct sockaddr.sa_len... no unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared... (cached) yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared... (cached) yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared... (cached) yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking for struct addrinfo... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking for working getdelim function... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking for getline... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking for working getline function... yes unit-oai-hss-0: 16:04:02 DEBUG unit.oai-hss/0.install checking for getpass... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether gettimeofday clobbers localtime buffer... no unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking for gettimeofday with POSIX signature... almost unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... (cached) none required unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking for gethostbyname... (cached) yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking for iconv... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking for working iconv... yes unit-abot-epc-basic-0: 16:04:03 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 16:04:03 DEBUG unit.abot-epc-basic/0.install Need to get 24.5 kB/963 kB of archives. unit-abot-epc-basic-0: 16:04:03 DEBUG unit.abot-epc-basic/0.install After this operation, 2,538 kB of additional disk space will be used. unit-abot-epc-basic-0: 16:04:03 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 nettle-bin amd64 3.2-1ubuntu0.16.04.1 [24.5 kB] unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking for iconv declaration... unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether iconv supports conversion between UTF-8 and UTF-{16,32}{BE,LE}... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... (cached) none required unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... (cached) yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking for library containing inet_pton... none required unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared... (cached) yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether the compiler generally respects inline... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether isnan(double) can be used without linking with libm... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether isnan(float) can be used without linking with libm... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether isnan(float) works... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether isnan(long double) can be used without linking with libm... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether isnanl works... no unit-abot-epc-basic-0: 16:04:03 DEBUG unit.abot-epc-basic/0.install Fetched 24.5 kB in 0s (32.6 kB/s) unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... word 2 bit 0 unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking if gcc/ld supports -Wl,--output-def... no unit-abot-epc-basic-0: 16:04:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-bin. unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking if LD -Wl,--version-script works... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether lseek detects pipes... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... (cached) yes unit-abot-epc-basic-0: 16:04:03 DEBUG unit.abot-epc-basic/0.install (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 ... 107925 files and directories currently installed.) unit-abot-epc-basic-0: 16:04:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-bin_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether NAN macro works... yes unit-abot-epc-basic-0: 16:04:03 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether HUGE_VAL works... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether acosf is declared without a macro... yes unit-abot-epc-basic-0: 16:04:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 16:04:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-dev_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:04:03 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether acosl is declared without a macro... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether asinf is declared without a macro... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether asinl is declared without a macro... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether atanf is declared without a macro... yes unit-abot-epc-basic-0: 16:04:03 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether atanl is declared without a macro... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether cbrt is declared without a macro... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether cbrtf is declared without a macro... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether cbrtl is declared without a macro... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether ceilf is declared without a macro... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether ceill is declared without a macro... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether copysign is declared without a macro... yes unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether copysignf is declared without a macro... yes unit-abot-epc-basic-0: 16:04:03 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 16:04:03 DEBUG unit.oai-hss/0.install checking whether copysignl is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether cosf is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether cosl is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether coshf is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether expf is declared without a macro... yes unit-abot-epc-basic-0: 16:04:04 DEBUG unit.abot-epc-basic/0.install Setting up nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:04:04 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether expl is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether exp2 is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether exp2f is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether exp2l is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether expm1 is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether expm1f is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether expm1l is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether fabsf is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether fabsl is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether floorf is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether floorl is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether fma is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether fmaf is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether fmal is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether fmod is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether fmodf is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether fmodl is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether frexpf is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether frexpl is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether hypotf is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether hypotl is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether ilogb is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether ilogbf is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether ilogbl is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether ldexpf is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether log is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether logf is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether logl is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether log10 is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether log10f is declared without a macro... yes unit-oai-hss-0: 16:04:04 DEBUG unit.oai-hss/0.install checking whether log10l is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether log1p is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether log1pf is declared without a macro... yes unit-abot-epc-basic-0: 16:04:05 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 16:04:05 DEBUG unit.abot-epc-basic/0.install Un-Installing Gnutls. The log file for Gnutls un-installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/gnutls_uninstall_log.txt  unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether log1pl is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether log2 is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether log2f is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether log2l is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether logb is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether logbf is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether logbl is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether modf is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether modff is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether modfl is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether powf is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether remainder is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether remainderf is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether remainderl is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether rint is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether rintf is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether rintl is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether round is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether roundf is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether roundl is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether sinf is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether sinl is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether sinhf is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether sqrtf is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether sqrtl is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether tanf is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether tanl is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether tanhf is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether trunc is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether truncf is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking whether truncl is declared without a macro... yes unit-oai-hss-0: 16:04:05 DEBUG unit.oai-hss/0.install checking for memmem... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether memmem works... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking for mempcpy... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking for opendir... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking for pmccabe... false unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether frexp works... (cached) yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether ldexp can be used without linking with libm... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... (cached) yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether frexpl works... (cached) yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... (cached) yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether ldexpl() can be used without linking with libm... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether ldexpl works... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared... (cached) yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... (cached) yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... (cached) yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking for rawmemchr... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking for readdir... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking for scandir... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether select supports a 0 argument... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether select detects invalid fds... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... (cached) none required unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking for getservbyname... (cached) yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking for volatile sig_atomic_t... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking for sighandler_t... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether pthread_sigmask is declared without a macro... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether sigaction is declared without a macro... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether sigaddset is declared without a macro... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether sigdelset is declared without a macro... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether sigemptyset is declared without a macro... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether sigfillset is declared without a macro... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether sigismember is declared without a macro... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether sigpending is declared without a macro... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether sigprocmask is declared without a macro... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking for signbit macro... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking for signbit compiler built-ins... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking for SIZE_MAX... yes unit-oai-hss-0: 16:04:06 DEBUG unit.oai-hss/0.install checking whether sleep is declared... yes unit-oai-hss-0: 16:04:07 DEBUG unit.oai-hss/0.install checking for working sleep... yes unit-oai-hss-0: 16:04:07 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 16:04:07 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... yes unit-oai-hss-0: 16:04:07 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... yes unit-oai-hss-0: 16:04:07 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... (cached) none needed unit-oai-hss-0: 16:04:07 DEBUG unit.oai-hss/0.install checking for socklen_t... yes unit-oai-hss-0: 16:04:07 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 16:04:07 DEBUG unit.oai-hss/0.install checking for working stdalign.h... yes unit-oai-hss-0: 16:04:07 DEBUG unit.oai-hss/0.install checking for va_copy... yes unit-oai-hss-0: 16:04:07 DEBUG unit.oai-hss/0.install checking whether NULL can be used in arbitrary expressions... yes unit-oai-hss-0: 16:04:07 DEBUG unit.oai-hss/0.install checking whether dprintf is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether fpurge is declared without a macro... no unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether fseeko is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether ftello is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether getdelim is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether getline is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether gets is declared without a macro... no unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether pclose is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether popen is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether renameat is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether snprintf is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether tmpfile is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether vdprintf is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether _Exit is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether atoll is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether canonicalize_file_name is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether getloadavg is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether getsubopt is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether grantpt is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether initstate is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether initstate_r is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether mkdtemp is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether mkostemp is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether mkostemps is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether mkstemp is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether mkstemps is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether posix_openpt is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether ptsname is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether ptsname_r is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether random is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether random_r is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether realpath is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether rpmatch is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether secure_getenv is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether setenv is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether setstate is declared without a macro... yes unit-oai-hss-0: 16:04:08 DEBUG unit.oai-hss/0.install checking whether setstate_r is declared without a macro... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether srandom is declared without a macro... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether srandom_r is declared without a macro... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether strtod is declared without a macro... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether strtoll is declared without a macro... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether strtoull is declared without a macro... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether unlockpt is declared without a macro... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared without a macro... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking for strcasecmp... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking for strncasecmp... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking for strchrnul... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether strchrnul works... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking for working strerror function... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking for working strndup... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking for working strnlen... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking for strtok_r... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether strtok_r works... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking for strverscmp... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking for sa_family_t... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking for nlink_t... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... (cached) yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether localtime_r is declared... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether localtime_r is compatible with its POSIX signature... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking for library containing timer_settime... -lrt unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking for timer_settime... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether chdir is declared without a macro... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether chown is declared without a macro... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether dup is declared without a macro... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether dup2 is declared without a macro... yes unit-oai-hss-0: 16:04:09 DEBUG unit.oai-hss/0.install checking whether dup3 is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether environ is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether euidaccess is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether faccessat is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether fchdir is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether fchownat is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether fdatasync is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether fsync is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether ftruncate is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether getcwd is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether getdomainname is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether getdtablesize is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether getgroups is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether gethostname is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether getlogin is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether getlogin_r is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether getusershell is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether setusershell is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether endusershell is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether group_member is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether isatty is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether lchown is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether link is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether linkat is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether lseek is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether pipe is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether pipe2 is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether pread is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether pwrite is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether readlink is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether readlinkat is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether rmdir is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether sethostname is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether sleep is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether symlink is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether symlinkat is declared without a macro... yes unit-oai-hss-0: 16:04:10 DEBUG unit.oai-hss/0.install checking whether ttyname_r is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether unlink is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether unlinkat is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether usleep is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking for vasprintf... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... (cached) yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking for vsnprintf... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... (cached) yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... (cached) yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether btowc is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wctob is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether mbsinit is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether mbrtowc is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether mbrlen is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether mbsrtowcs is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether mbsnrtowcs is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wcrtomb is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wcsrtombs is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wcsnrtombs is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wcwidth is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wmemchr is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wmemcmp is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wmemcpy is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wmemmove is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wmemset is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wcslen is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wcsnlen is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wcscpy is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wcpcpy is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wcsncpy is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wcpncpy is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wcscat is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wcsncat is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wcscmp is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wcsncmp is declared without a macro... yes unit-oai-hss-0: 16:04:11 DEBUG unit.oai-hss/0.install checking whether wcscasecmp is declared without a macro... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether wcsncasecmp is declared without a macro... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether wcscoll is declared without a macro... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether wcsxfrm is declared without a macro... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether wcsdup is declared without a macro... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether wcschr is declared without a macro... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether wcsrchr is declared without a macro... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether wcscspn is declared without a macro... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether wcsspn is declared without a macro... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether wcspbrk is declared without a macro... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether wcsstr is declared without a macro... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether wcstok is declared without a macro... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether wcswidth is declared without a macro... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking for a traditional french locale... none unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking for a turkish Unicode locale... none unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether fcntl is declared without a macro... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether openat is declared without a macro... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether fdopen sets errno... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether getdtablesize works... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking for getpagesize... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared... (cached) yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether INT32_MAX < INTMAX_MAX... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether INT64_MAX == LONG_MAX... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether UINT32_MAX < UINTMAX_MAX... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether UINT64_MAX == ULONG_MAX... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking for ioctl... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking for ioctl with POSIX signature... no unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... (cached) word 1 bit 20 unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... (cached) word 0 bit 23 unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... (cached) word 2 bit 0 unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether locale.h conforms to POSIX:2001... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether locale.h defines locale_t... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether struct lconv is properly defined... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether setlocale is declared without a macro... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking whether duplocale is declared without a macro... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking for setlocale... yes unit-oai-hss-0: 16:04:12 DEBUG unit.oai-hss/0.install checking for uselocale... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for pthread_rwlock_t... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking whether open recognizes a trailing slash... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking whether perror matches strerror... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for putenv compatible with GNU and SVID... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking whether setenv validates arguments... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for a traditional french locale... (cached) none unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for a french Unicode locale... none unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for a traditional japanese locale... none unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for a transitional chinese locale... none unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on directories... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on files... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking whether symlink handles trailing slash correctly... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking whether declares ioctl... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking whether ioctl is declared without a macro... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for unsetenv... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for unsetenv() return type... int unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking whether unsetenv obeys POSIX... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking how to print strings... printf unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for fgrep... /bin/grep -F unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for ld used by gcc -std=gnu99... /usr/bin/ld unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking the maximum length of command line arguments... 1572864 unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking whether the shell understands some XSI constructs... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking whether the shell understands "+="... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking how to recognize dependent libraries... pass_all unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for dlltool... dlltool unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for archiver @FILE support... @ unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for strip... strip unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for ranlib... (cached) ranlib unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for sysroot... no unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for mt... mt unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking if mt is a manifest tool... no unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for dlfcn.h... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for objdir... .libs unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 static flag -static works... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... yes unit-oai-hss-0: 16:04:13 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking whether -lc should be explicitly linked in... no unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking whether stripping libraries is possible... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking if libtool supports shared libraries... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking whether to build shared libraries... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking whether to build static libraries... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking how to run the C++ preprocessor... g++ -E unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for ld used by g++... /usr/bin/ld -m elf_x86_64 unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for g++ option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking if g++ PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking if g++ static flag -static works... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... (cached) yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... (cached) GNU/Linux ld.so unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for fork... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for getrusage... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for getpwuid_r... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for daemon... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for getpid... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for libpthread... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking how to link with libpthread... -lpthread unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking whether to build libdane... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for unbound library... no unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install *** libunbound was not found. Libdane will not be built. unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for P11_KIT... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for tss library... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for dirent.h that defines DIR... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for library containing opendir... none required unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for sys/mman.h... (cached) yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for sys/param.h... (cached) yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking sys/poll.h usability... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking sys/poll.h presence... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for sys/poll.h... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking sys/procset.h usability... no unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking sys/procset.h presence... no unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for sys/procset.h... no unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking sys/stropts.h usability... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking sys/stropts.h presence... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for sys/stropts.h... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for sys/time.h... (cached) yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking sys/un.h usability... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking sys/un.h presence... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for sys/un.h... yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 16:04:14 DEBUG unit.oai-hss/0.install checking for dlfcn.h... (cached) yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking errno.h usability... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking errno.h presence... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for errno.h... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking fcntl.h usability... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking fcntl.h presence... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for fcntl.h... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking libgen.h usability... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking libgen.h presence... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for libgen.h... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking libintl.h usability... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking libintl.h presence... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for libintl.h... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for memory.h... (cached) yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking setjmp.h usability... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking setjmp.h presence... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for setjmp.h... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for stdbool.h... (cached) yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for sysexits.h... (cached) yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking utime.h usability... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking utime.h presence... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for utime.h... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking stdarg.h usability... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking stdarg.h presence... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for stdarg.h... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for string.h... (cached) yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking limits.h usability... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking limits.h presence... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for limits.h... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for runetype.h... no unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for wchar.h... (cached) yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for int8_t... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for uint8_t... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for int16_t... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for uint16_t... yes unit-oai-hss-0: 16:04:15 DEBUG unit.oai-hss/0.install checking for int32_t... yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for uint32_t... yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for intptr_t... yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for uintptr_t... yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for uint_t... no unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for pid_t... (cached) yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for size_t... (cached) yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking size of char*... 8 unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking size of int... (cached) 4 unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking size of long... (cached) 8 unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking size of short... 2 unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for pathfind in -lgen... no unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for gettext in -lintl... no unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for vprintf... yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for _doprnt... no unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking vfork.h usability... no unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking vfork.h presence... no unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for vfork.h... no unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for fork... (cached) yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for vfork... yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for working fork... yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for working vfork... (cached) yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for canonicalize_file_name... yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for strchr... yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for strrchr... yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for strsignal... yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for fchmod... yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for fstat... yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for chmod... yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... (cached) /bin/sed unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install configure: Using supplied libopts tearoff unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking whether a reg expr header is specified... no unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking whether with-libregex was specified... no unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking whether with-libregex-cflags was specified... no unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking whether with-libregex-libs was specified... no unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking whether libregex functions properly... yes unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking whether pathfind(3) works... no unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking whether /dev/zero is readable device... crw-rw-rw- 1 root root 1, 5 Aug 27 16:01 /dev/zero unit-oai-hss-0: 16:04:16 DEBUG unit.oai-hss/0.install checking whether we have a functional realpath(3C)... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking whether strftime() works... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking whether fopen accepts "b" mode... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking whether fopen accepts "t" mode... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking whether not wanting optional option args... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking size of unsigned long int... 8 unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking size of unsigned int... 4 unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking whether to include zlib compression support... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for libz... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking how to link with libz... -lz unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking whether building Guile bindings... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install *** Detecting GNU Guile... unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for guile-snarf... no unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install configure: WARNING: `guile-snarf' from Guile 1.8 not found. Guile bindings not built. unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install *** Checking dependencies for crywrap... unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... (cached) yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for sys/types.h... (cached) yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking return type of signal handlers... void unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking types of arguments for select... int,fd_set *,struct timeval * unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for alarm... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for atexit... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for dup2... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for epoll_create... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for kqueue... no unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for memchr... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for memset... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for munmap... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for putenv... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for regcomp... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for scandir... (cached) yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for select... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for socket... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for strcasecmp... (cached) yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for strchr... (cached) yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for strncasecmp... (cached) yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for strrchr... (cached) yes unit-oai-hss-0: 16:04:17 DEBUG unit.oai-hss/0.install checking for strstr... yes unit-oai-hss-0: 16:04:18 DEBUG unit.oai-hss/0.install checking for strtoul... yes unit-oai-hss-0: 16:04:18 DEBUG unit.oai-hss/0.install checking for uname... yes unit-oai-hss-0: 16:04:18 DEBUG unit.oai-hss/0.install checking for LIBIDN... yes unit-oai-hss-0: 16:04:18 DEBUG unit.oai-hss/0.install checking that generated files are newer than configure... done unit-oai-hss-0: 16:04:18 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 16:04:18 DEBUG unit.oai-hss/0.install config.status: creating src/libopts/Makefile unit-oai-hss-0: 16:04:18 DEBUG unit.oai-hss/0.install config.status: creating guile/pre-inst-guile unit-oai-hss-0: 16:04:18 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 16:04:18 DEBUG unit.oai-hss/0.install config.status: creating doc/Makefile unit-oai-hss-0: 16:04:18 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/Makefile unit-oai-hss-0: 16:04:18 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/openpgp/Makefile unit-oai-hss-0: 16:04:18 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/srp/Makefile unit-oai-hss-0: 16:04:18 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/x509/Makefile unit-oai-hss-0: 16:04:18 DEBUG unit.oai-hss/0.install config.status: creating doc/cyclo/Makefile unit-oai-hss-0: 16:04:18 DEBUG unit.oai-hss/0.install config.status: creating doc/doxygen/Doxyfile unit-oai-hss-0: 16:04:18 DEBUG unit.oai-hss/0.install config.status: creating doc/examples/Makefile unit-oai-hss-0: 16:04:18 DEBUG unit.oai-hss/0.install config.status: creating doc/latex/Makefile unit-oai-hss-0: 16:04:18 DEBUG unit.oai-hss/0.install config.status: creating doc/manpages/Makefile unit-oai-hss-0: 16:04:18 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/version.xml unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating doc/scripts/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating extra/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating extra/includes/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating libdane/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating libdane/includes/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating libdane/gnutls-dane.pc unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating gl/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating gl/tests/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating guile/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating guile/modules/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating guile/src/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating guile/tests/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating lib/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/x86/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating lib/algorithms/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating lib/auth/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating lib/ext/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating lib/extras/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating lib/gnutls.pc unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/gnutls/gnutls.h unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating lib/minitasn1/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating lib/nettle/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating lib/opencdk/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating lib/openpgp/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating lib/x509/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile.in unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating src/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating src/crywrap/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating tests/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating tests/cert-tests/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating tests/dsa/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating tests/dtls/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating tests/srp/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating tests/ecdsa/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating tests/key-id/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating tests/openpgp-certs/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs1-padding/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs12-decode/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs8-decode/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating tests/rsa-md5-collision/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating tests/safe-renegotiation/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating tests/scripts/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating tests/sha2/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating tests/slow/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating tests/suite/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating tests/userid/Makefile unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 16:04:19 DEBUG unit.oai-hss/0.install config.status: executing depfiles commands unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install config.status: executing po-directories commands unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install config.status: creating po/POTFILES unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install config.status: executing libtool commands unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install version: 3.1.23 shared 49:3:21 unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install Host/Target system: x86_64-unknown-linux-gnu unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install Build system: x86_64-unknown-linux-gnu unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install Compiler: gcc -std=gnu99 unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install CFlags: -g -O2 unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install Library types: Shared=yes, Static=yes unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install configure: External hardware support: unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install /dev/crypto: no unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install Hardware accel: x86-64 unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install PKCS#11 support: yes unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install TPM support: yes unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install configure: Optional features: unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install (note that included applications might not compile properly unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install if features are disabled) unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install DTLS-SRTP support: yes unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install OCSP support: yes unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install OpenPGP support: yes unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install SRP support: yes unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install PSK support: yes unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install DHE support: yes unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install ECDHE support: yes unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install RSA-EXPORT support: yes unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install Anon auth support: yes unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install Heartbeat support: yes unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install configure: Optional applications: unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install crywrap app: yes unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install local libopts: yes unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install local libtasn1: no unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install configure: Optional libraries: unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install Guile wrappers: no unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install C++ library: yes unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install DANE library: no unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install OpenSSL compat: yes unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install configure: System files: unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install Trust store pkcs: unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install Trust store file: /etc/ssl/certs/ca-certificates.crt unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install Blacklist file: unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install CRL file: unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install DNSSEC root key file: /etc/unbound/root.key unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install *** The DNSSEC root key file in /etc/unbound/root.key was not found. unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install *** This file is needed for the verification of DNSSEC responses. unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install *** Use the command: unbound-anchor -a "/etc/unbound/root.key" unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install *** to generate or update it. unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install Compiling gnutls unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install Making all in gl unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN alloca.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN arpa/inet.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN dirent.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN getopt.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN iconv.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN math.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN netdb.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN signal.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN stdio.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN stdlib.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN string.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN strings.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN sys/select.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN sys/socket.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN sys/stat.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN sys/time.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN sys/types.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN sys/uio.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN time.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN unistd.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN unistr.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN unitypes.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN wchar.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN fcntl.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN inttypes.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN locale.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install GEN sys/ioctl.h unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `all-am'. unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install CC argp-ba.lo unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install CC argp-eexst.lo unit-oai-hss-0: 16:04:21 DEBUG unit.oai-hss/0.install CC argp-fmtstream.lo unit-oai-hss-0: 16:04:22 DEBUG unit.oai-hss/0.install CC argp-fs-xinl.lo unit-oai-hss-0: 16:04:22 DEBUG unit.oai-hss/0.install CC argp-help.lo unit-oai-hss-0: 16:04:23 DEBUG unit.oai-hss/0.install CC argp-parse.lo unit-oai-hss-0: 16:04:23 DEBUG unit.oai-hss/0.install CC argp-pin.lo unit-oai-hss-0: 16:04:23 DEBUG unit.oai-hss/0.install CC argp-pv.lo unit-oai-hss-0: 16:04:23 DEBUG unit.oai-hss/0.install CC argp-pvh.lo unit-oai-hss-0: 16:04:23 DEBUG unit.oai-hss/0.install CC argp-xinl.lo unit-oai-hss-0: 16:04:23 DEBUG unit.oai-hss/0.install CC base64.lo unit-oai-hss-0: 16:04:23 DEBUG unit.oai-hss/0.install CC c-ctype.lo unit-oai-hss-0: 16:04:24 DEBUG unit.oai-hss/0.install CC c-strcasecmp.lo unit-oai-hss-0: 16:04:24 DEBUG unit.oai-hss/0.install CC c-strncasecmp.lo unit-oai-hss-0: 16:04:24 DEBUG unit.oai-hss/0.install CC dirname-lgpl.lo unit-oai-hss-0: 16:04:24 DEBUG unit.oai-hss/0.install CC basename-lgpl.lo unit-oai-hss-0: 16:04:24 DEBUG unit.oai-hss/0.install CC stripslash.lo unit-oai-hss-0: 16:04:24 DEBUG unit.oai-hss/0.install CC fd-hook.lo unit-oai-hss-0: 16:04:24 DEBUG unit.oai-hss/0.install CC gettime.lo unit-oai-hss-0: 16:04:24 DEBUG unit.oai-hss/0.install CC hash-pjw-bare.lo unit-oai-hss-0: 16:04:24 DEBUG unit.oai-hss/0.install CC math.lo unit-oai-hss-0: 16:04:24 DEBUG unit.oai-hss/0.install CC printf-frexp.lo unit-oai-hss-0: 16:04:24 DEBUG unit.oai-hss/0.install CC printf-frexpl.lo unit-oai-hss-0: 16:04:24 DEBUG unit.oai-hss/0.install CC progname.lo unit-oai-hss-0: 16:04:24 DEBUG unit.oai-hss/0.install CC read-file.lo unit-oai-hss-0: 16:04:24 DEBUG unit.oai-hss/0.install CC sockets.lo unit-oai-hss-0: 16:04:24 DEBUG unit.oai-hss/0.install CC sys_socket.lo unit-oai-hss-0: 16:04:24 DEBUG unit.oai-hss/0.install CC glthread/threadlib.lo unit-oai-hss-0: 16:04:24 DEBUG unit.oai-hss/0.install CC timespec.lo unit-oai-hss-0: 16:04:25 DEBUG unit.oai-hss/0.install CC u64.lo unit-oai-hss-0: 16:04:25 DEBUG unit.oai-hss/0.install CC unistd.lo unit-oai-hss-0: 16:04:25 DEBUG unit.oai-hss/0.install CC unistr/u8-mbtoucr.lo unit-oai-hss-0: 16:04:25 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb.lo unit-oai-hss-0: 16:04:25 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb-aux.lo unit-oai-hss-0: 16:04:25 DEBUG unit.oai-hss/0.install CC version-etc.lo unit-oai-hss-0: 16:04:25 DEBUG unit.oai-hss/0.install CC version-etc-fsf.lo unit-oai-hss-0: 16:04:25 DEBUG unit.oai-hss/0.install CC xsize.lo unit-oai-hss-0: 16:04:25 DEBUG unit.oai-hss/0.install CC asnprintf.lo unit-oai-hss-0: 16:04:25 DEBUG unit.oai-hss/0.install CC fseterr.lo unit-oai-hss-0: 16:04:25 DEBUG unit.oai-hss/0.install CC getopt.lo unit-oai-hss-0: 16:04:25 DEBUG unit.oai-hss/0.install CC getopt1.lo unit-oai-hss-0: 16:04:25 DEBUG unit.oai-hss/0.install CC isnanl.lo unit-oai-hss-0: 16:04:25 DEBUG unit.oai-hss/0.install CC printf-args.lo unit-oai-hss-0: 16:04:26 DEBUG unit.oai-hss/0.install CC printf-parse.lo unit-oai-hss-0: 16:04:26 DEBUG unit.oai-hss/0.install CC vasnprintf.lo unit-oai-hss-0: 16:04:26 DEBUG unit.oai-hss/0.install CC vfprintf.lo unit-oai-hss-0: 16:04:26 DEBUG unit.oai-hss/0.install CC vprintf.lo unit-oai-hss-0: 16:04:26 DEBUG unit.oai-hss/0.install CCLD libgnu.la unit-oai-hss-0: 16:04:27 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:04:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:04:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:04:27 DEBUG unit.oai-hss/0.install Making all in lib unit-oai-hss-0: 16:04:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:04:27 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 16:04:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 16:04:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:04:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 16:04:27 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 16:04:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 16:04:27 DEBUG unit.oai-hss/0.install CC common.lo unit-oai-hss-0: 16:04:27 DEBUG unit.oai-hss/0.install CC key_encode.lo unit-oai-hss-0: 16:04:28 DEBUG unit.oai-hss/0.install CC key_decode.lo unit-oai-hss-0: 16:04:28 DEBUG unit.oai-hss/0.install CC crl.lo unit-oai-hss-0: 16:04:28 DEBUG unit.oai-hss/0.install CC crl_write.lo unit-oai-hss-0: 16:04:28 DEBUG unit.oai-hss/0.install CC crq.lo unit-oai-hss-0: 16:04:29 DEBUG unit.oai-hss/0.install CC dn.lo unit-oai-hss-0: 16:04:29 DEBUG unit.oai-hss/0.install CC extensions.lo unit-oai-hss-0: 16:04:30 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 16:04:30 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 16:04:31 DEBUG unit.oai-hss/0.install CC pbkdf2-sha1.lo unit-oai-hss-0: 16:04:31 DEBUG unit.oai-hss/0.install CC pkcs12.lo unit-oai-hss-0: 16:04:32 DEBUG unit.oai-hss/0.install CC pkcs12_bag.lo unit-oai-hss-0: 16:04:32 DEBUG unit.oai-hss/0.install CC pkcs12_encr.lo unit-oai-hss-0: 16:04:32 DEBUG unit.oai-hss/0.install CC pkcs7.lo unit-oai-hss-0: 16:04:33 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 16:04:33 DEBUG unit.oai-hss/0.install CC privkey_pkcs8.lo unit-oai-hss-0: 16:04:34 DEBUG unit.oai-hss/0.install CC privkey_openssl.lo unit-oai-hss-0: 16:04:34 DEBUG unit.oai-hss/0.install CC rfc2818_hostname.lo unit-oai-hss-0: 16:04:34 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 16:04:34 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 16:04:35 DEBUG unit.oai-hss/0.install CC x509.lo unit-oai-hss-0: 16:04:36 DEBUG unit.oai-hss/0.install CC x509_dn.lo unit-oai-hss-0: 16:04:36 DEBUG unit.oai-hss/0.install CC x509_write.lo unit-oai-hss-0: 16:04:36 DEBUG unit.oai-hss/0.install CC verify-high.lo unit-oai-hss-0: 16:04:37 DEBUG unit.oai-hss/0.install CC verify-high2.lo unit-oai-hss-0: 16:04:37 DEBUG unit.oai-hss/0.install CC ocsp.lo unit-oai-epc-0: 16:04:37 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 16:04:38 DEBUG unit.oai-hss/0.install CC ocsp_output.lo unit-oai-hss-0: 16:04:38 DEBUG unit.oai-hss/0.install CCLD libgnutls_x509.la unit-oai-hss-0: 16:04:38 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 16:04:38 DEBUG unit.oai-hss/0.install Making all in accelerated unit-oai-hss-0: 16:04:38 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:04:38 DEBUG unit.oai-hss/0.install Making all in x86 unit-oai-hss-0: 16:04:38 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 16:04:38 DEBUG unit.oai-hss/0.install CC sha-padlock.lo unit-oai-hss-0: 16:04:38 DEBUG unit.oai-hss/0.install CC hmac-padlock.lo unit-oai-hss-0: 16:04:38 DEBUG unit.oai-hss/0.install CC aes-x86.lo unit-oai-hss-0: 16:04:39 DEBUG unit.oai-hss/0.install CC aes-padlock.lo unit-oai-hss-0: 16:04:39 DEBUG unit.oai-hss/0.install CC aes-gcm-padlock.lo unit-oai-hss-0: 16:04:39 DEBUG unit.oai-hss/0.install CC aes-gcm-x86.lo unit-oai-hss-0: 16:04:39 DEBUG unit.oai-hss/0.install CCAS appro-aes-x86-64.lo unit-oai-hss-0: 16:04:39 DEBUG unit.oai-hss/0.install CCAS appro-aes-gcm-x86-64.lo unit-oai-hss-0: 16:04:39 DEBUG unit.oai-hss/0.install CCAS padlock-x86-64.lo unit-oai-hss-0: 16:04:39 DEBUG unit.oai-hss/0.install CCAS cpuid-x86-64.lo unit-oai-hss-0: 16:04:39 DEBUG unit.oai-hss/0.install CCLD libx86.la unit-oai-hss-0: 16:04:39 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 16:04:39 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:04:39 DEBUG unit.oai-hss/0.install CC accelerated.lo unit-oai-hss-0: 16:04:39 DEBUG unit.oai-hss/0.install CC cryptodev.lo unit-oai-hss-0: 16:04:39 DEBUG unit.oai-hss/0.install CC cryptodev-gcm.lo unit-oai-hss-0: 16:04:40 DEBUG unit.oai-hss/0.install CCLD libaccelerated.la unit-oai-hss-0: 16:04:40 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:04:40 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:04:40 DEBUG unit.oai-hss/0.install Making all in auth unit-oai-hss-0: 16:04:40 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 16:04:40 DEBUG unit.oai-hss/0.install CC anon.lo unit-oai-hss-0: 16:04:40 DEBUG unit.oai-hss/0.install CC cert.lo unit-oai-hss-0: 16:04:41 DEBUG unit.oai-hss/0.install CC dh_common.lo unit-oai-hss-0: 16:04:41 DEBUG unit.oai-hss/0.install CC dhe.lo unit-oai-hss-0: 16:04:41 DEBUG unit.oai-hss/0.install CC dhe_psk.lo unit-oai-hss-0: 16:04:41 DEBUG unit.oai-hss/0.install CC psk.lo unit-oai-hss-0: 16:04:41 DEBUG unit.oai-hss/0.install CC psk_passwd.lo unit-abot-epc-basic-0: 16:04:41 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-db5955-default-0 unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-hss-0: 16:04:42 DEBUG unit.oai-hss/0.install CC rsa.lo unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-oai-hss-0: 16:04:42 DEBUG unit.oai-hss/0.install CC rsa_export.lo unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install dconf-service gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-freedesktop unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 glib-networking unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install humanity-icon-theme libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libmirclient-dev libmircommon-dev unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install gnutls-doc gnutls-bin guile-gnutls unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install libgnutls-dev libgnutlsxx28 libp11-kit-dev unit-oai-hss-0: 16:04:42 DEBUG unit.oai-hss/0.install CC srp.lo unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install Need to get 621 kB of archives. unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install After this operation, 3,632 kB of additional disk space will be used. unit-abot-epc-basic-0: 16:04:42 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutlsxx28 amd64 3.4.10-4ubuntu1.4 [13.7 kB] unit-oai-hss-0: 16:04:42 DEBUG unit.oai-hss/0.install CC srp_passwd.lo unit-abot-epc-basic-0: 16:04:43 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libp11-kit-dev amd64 0.23.2-5~ubuntu16.04.1 [56.5 kB] unit-oai-hss-0: 16:04:43 DEBUG unit.oai-hss/0.install CC srp_rsa.lo unit-abot-epc-basic-0: 16:04:43 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutls-dev amd64 3.4.10-4ubuntu1.4 [551 kB] unit-oai-hss-0: 16:04:43 DEBUG unit.oai-hss/0.install CC srp_sb64.lo unit-oai-hss-0: 16:04:43 DEBUG unit.oai-hss/0.install CC anon_ecdh.lo unit-abot-epc-basic-0: 16:04:43 DEBUG unit.abot-epc-basic/0.install Fetched 621 kB in 1s (551 kB/s) unit-abot-epc-basic-0: 16:04:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutlsxx28:amd64. unit-oai-hss-0: 16:04:43 DEBUG unit.oai-hss/0.install CC ecdhe.lo unit-abot-epc-basic-0: 16:04:43 DEBUG unit.abot-epc-basic/0.install (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 ... 108034 files and directories currently installed.) unit-abot-epc-basic-0: 16:04:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutlsxx28_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 16:04:43 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 16:04:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libp11-kit-dev:amd64. unit-abot-epc-basic-0: 16:04:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libp11-kit-dev_0.23.2-5~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:04:43 DEBUG unit.abot-epc-basic/0.install Unpacking libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-abot-epc-basic-0: 16:04:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutls-dev:amd64. unit-abot-epc-basic-0: 16:04:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutls-dev_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 16:04:43 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 16:04:43 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 16:04:44 DEBUG unit.oai-hss/0.install CCLD libgnutls_auth.la unit-abot-epc-basic-0: 16:04:44 DEBUG unit.abot-epc-basic/0.install Setting up libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 16:04:44 DEBUG unit.abot-epc-basic/0.install Setting up libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-oai-hss-0: 16:04:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 16:04:44 DEBUG unit.oai-hss/0.install Making all in ext unit-oai-hss-0: 16:04:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 16:04:44 DEBUG unit.oai-hss/0.install CC max_record.lo unit-abot-epc-basic-0: 16:04:44 DEBUG unit.abot-epc-basic/0.install Setting up libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 16:04:44 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 16:04:44 DEBUG unit.oai-hss/0.install CC cert_type.lo unit-oai-hss-0: 16:04:44 DEBUG unit.oai-hss/0.install CC server_name.lo unit-oai-hss-0: 16:04:44 DEBUG unit.oai-hss/0.install CC signature.lo unit-oai-hss-0: 16:04:44 DEBUG unit.oai-hss/0.install CC safe_renegotiation.lo unit-abot-epc-basic-0: 16:04:44 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 16:04:44 DEBUG unit.abot-epc-basic/0.install Installing ASN1. The log file for ASN1 installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/asn1c_install_log.txt  unit-oai-hss-0: 16:04:45 DEBUG unit.oai-hss/0.install CC session_ticket.lo unit-oai-hss-0: 16:04:45 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 16:04:45 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 16:04:45 DEBUG unit.oai-hss/0.install CC heartbeat.lo unit-oai-hss-0: 16:04:46 DEBUG unit.oai-hss/0.install CC status_request.lo unit-oai-hss-0: 16:04:46 DEBUG unit.oai-hss/0.install CC new_record_padding.lo unit-oai-hss-0: 16:04:46 DEBUG unit.oai-hss/0.install CC srtp.lo unit-oai-hss-0: 16:04:46 DEBUG unit.oai-hss/0.install CCLD libgnutls_ext.la unit-oai-hss-0: 16:04:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 16:04:46 DEBUG unit.oai-hss/0.install Making all in algorithms unit-oai-hss-0: 16:04:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 16:04:46 DEBUG unit.oai-hss/0.install CC cert_types.lo unit-oai-hss-0: 16:04:47 DEBUG unit.oai-hss/0.install CC ciphers.lo unit-oai-hss-0: 16:04:47 DEBUG unit.oai-hss/0.install CC ciphersuites.lo unit-oai-hss-0: 16:04:47 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 16:04:47 DEBUG unit.oai-hss/0.install CC kx.lo unit-oai-hss-0: 16:04:47 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 16:04:48 DEBUG unit.oai-hss/0.install CC protocols.lo unit-oai-hss-0: 16:04:48 DEBUG unit.oai-hss/0.install CC publickey.lo unit-oai-hss-0: 16:04:48 DEBUG unit.oai-hss/0.install CC secparams.lo unit-oai-hss-0: 16:04:48 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 16:04:48 DEBUG unit.oai-hss/0.install CCLD libgnutls_alg.la unit-oai-hss-0: 16:04:48 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 16:04:48 DEBUG unit.oai-hss/0.install Making all in extras unit-oai-hss-0: 16:04:48 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 16:04:48 DEBUG unit.oai-hss/0.install CC randomart.lo unit-oai-hss-0: 16:04:48 DEBUG unit.oai-hss/0.install CCLD libgnutls_extras.la unit-oai-hss-0: 16:04:49 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 16:04:49 DEBUG unit.oai-hss/0.install Making all in opencdk unit-oai-hss-0: 16:04:49 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 16:04:49 DEBUG unit.oai-hss/0.install CC armor.lo unit-oai-hss-0: 16:04:49 DEBUG unit.oai-hss/0.install CC kbnode.lo unit-oai-hss-0: 16:04:49 DEBUG unit.oai-hss/0.install CC sig-check.lo unit-oai-hss-0: 16:04:49 DEBUG unit.oai-hss/0.install CC hash.lo unit-oai-hss-0: 16:04:50 DEBUG unit.oai-hss/0.install CC keydb.lo unit-oai-hss-0: 16:04:50 DEBUG unit.oai-hss/0.install CC pubkey.lo unit-oai-hss-0: 16:04:51 DEBUG unit.oai-hss/0.install CC stream.lo unit-oai-hss-0: 16:04:51 DEBUG unit.oai-hss/0.install CC write-packet.lo unit-oai-hss-0: 16:04:52 DEBUG unit.oai-hss/0.install CC misc.lo unit-oai-hss-0: 16:04:52 DEBUG unit.oai-hss/0.install CC seskey.lo unit-oai-hss-0: 16:04:52 DEBUG unit.oai-hss/0.install CC literal.lo unit-oai-hss-0: 16:04:52 DEBUG unit.oai-hss/0.install CC new-packet.lo unit-oai-hss-0: 16:04:53 DEBUG unit.oai-hss/0.install CC read-packet.lo unit-oai-hss-0: 16:04:53 DEBUG unit.oai-hss/0.install CCLD libminiopencdk.la unit-oai-hss-0: 16:04:53 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 16:04:53 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 16:04:53 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 16:04:53 DEBUG unit.oai-hss/0.install CC pgp.lo unit-oai-hss-0: 16:04:54 DEBUG unit.oai-hss/0.install CC pgpverify.lo unit-oai-hss-0: 16:04:54 DEBUG unit.oai-hss/0.install CC extras.lo unit-oai-hss-0: 16:04:54 DEBUG unit.oai-hss/0.install CC compat.lo unit-oai-hss-0: 16:04:54 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 16:04:55 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 16:04:55 DEBUG unit.oai-hss/0.install CC gnutls_openpgp.lo unit-oai-hss-0: 16:04:55 DEBUG unit.oai-hss/0.install CCLD libgnutls_openpgp.la unit-oai-hss-0: 16:04:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 16:04:55 DEBUG unit.oai-hss/0.install Making all in nettle unit-oai-hss-0: 16:04:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 16:04:55 DEBUG unit.oai-hss/0.install CC pk.lo unit-oai-hss-0: 16:04:56 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 16:04:56 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 16:04:56 DEBUG unit.oai-hss/0.install CC cipher.lo unit-oai-hss-0: 16:04:56 DEBUG unit.oai-hss/0.install CC rnd.lo unit-oai-hss-0: 16:04:57 DEBUG unit.oai-hss/0.install CC init.lo unit-oai-hss-0: 16:04:57 DEBUG unit.oai-hss/0.install CC egd.lo unit-oai-hss-0: 16:04:57 DEBUG unit.oai-hss/0.install CC multi.lo unit-oai-hss-0: 16:04:57 DEBUG unit.oai-hss/0.install CC wmnaf.lo unit-oai-hss-0: 16:04:57 DEBUG unit.oai-hss/0.install CC ecc_free.lo unit-oai-hss-0: 16:04:57 DEBUG unit.oai-hss/0.install CC ecc_make_key.lo unit-oai-hss-0: 16:04:58 DEBUG unit.oai-hss/0.install CC ecc_shared_secret.lo unit-oai-hss-0: 16:04:58 DEBUG unit.oai-hss/0.install CC ecc_map.lo unit-oai-hss-0: 16:04:58 DEBUG unit.oai-hss/0.install CC ecc_mulmod.lo unit-oai-hss-0: 16:04:58 DEBUG unit.oai-hss/0.install CC ecc_mulmod_cached.lo unit-oai-hss-0: 16:04:58 DEBUG unit.oai-hss/0.install CC ecc_points.lo unit-oai-hss-0: 16:04:58 DEBUG unit.oai-hss/0.install CC ecc_projective_dbl_point_3.lo unit-oai-hss-0: 16:04:58 DEBUG unit.oai-hss/0.install CC ecc_projective_isneutral.lo unit-oai-hss-0: 16:04:59 DEBUG unit.oai-hss/0.install CC ecc_projective_check_point.lo unit-oai-hss-0: 16:04:59 DEBUG unit.oai-hss/0.install CC ecc_projective_negate_point.lo unit-oai-hss-0: 16:04:59 DEBUG unit.oai-hss/0.install CC ecc_projective_add_point_ng.lo unit-oai-hss-0: 16:04:59 DEBUG unit.oai-hss/0.install CC ecc_sign_hash.lo unit-oai-hss-0: 16:04:59 DEBUG unit.oai-hss/0.install CC ecc_verify_hash.lo unit-oai-hss-0: 16:04:59 DEBUG unit.oai-hss/0.install CCLD libcrypto.la unit-oai-hss-0: 16:04:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 16:04:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:04:59 DEBUG unit.oai-hss/0.install CC gnutls_range.lo unit-oai-hss-0: 16:05:00 DEBUG unit.oai-hss/0.install CC gnutls_record.lo unit-oai-hss-0: 16:05:00 DEBUG unit.oai-hss/0.install CC gnutls_compress.lo unit-oai-hss-0: 16:05:00 DEBUG unit.oai-hss/0.install CC debug.lo unit-oai-hss-0: 16:05:01 DEBUG unit.oai-hss/0.install CC gnutls_cipher.lo unit-oai-hss-0: 16:05:01 DEBUG unit.oai-hss/0.install CC gnutls_mbuffers.lo unit-oai-hss-0: 16:05:01 DEBUG unit.oai-hss/0.install CC gnutls_buffers.lo unit-oai-hss-0: 16:05:02 DEBUG unit.oai-hss/0.install CC gnutls_handshake.lo unit-oai-hss-0: 16:05:03 DEBUG unit.oai-hss/0.install CC gnutls_num.lo unit-oai-hss-0: 16:05:03 DEBUG unit.oai-hss/0.install CC gnutls_errors.lo unit-oai-hss-0: 16:05:03 DEBUG unit.oai-hss/0.install CC gnutls_dh.lo unit-oai-hss-0: 16:05:03 DEBUG unit.oai-hss/0.install CC gnutls_kx.lo unit-oai-hss-0: 16:05:04 DEBUG unit.oai-hss/0.install CC gnutls_priority.lo unit-oai-hss-0: 16:05:04 DEBUG unit.oai-hss/0.install CC gnutls_hash_int.lo unit-oai-hss-0: 16:05:04 DEBUG unit.oai-hss/0.install CC gnutls_cipher_int.lo unit-oai-hss-0: 16:05:05 DEBUG unit.oai-hss/0.install CC gnutls_session.lo unit-oai-hss-0: 16:05:05 DEBUG unit.oai-hss/0.install CC gnutls_db.lo unit-oai-hss-0: 16:05:05 DEBUG unit.oai-hss/0.install CC x509_b64.lo unit-oai-hss-0: 16:05:05 DEBUG unit.oai-hss/0.install CC gnutls_extensions.lo unit-oai-hss-0: 16:05:06 DEBUG unit.oai-hss/0.install CC gnutls_auth.lo unit-oai-hss-0: 16:05:06 DEBUG unit.oai-hss/0.install CC gnutls_v2_compat.lo unit-oai-hss-0: 16:05:06 DEBUG unit.oai-hss/0.install CC gnutls_datum.lo unit-oai-hss-0: 16:05:06 DEBUG unit.oai-hss/0.install CC gnutls_session_pack.lo unit-oai-hss-0: 16:05:07 DEBUG unit.oai-hss/0.install CC gnutls_mpi.lo unit-oai-hss-0: 16:05:07 DEBUG unit.oai-hss/0.install CC gnutls_pk.lo unit-oai-hss-0: 16:05:07 DEBUG unit.oai-hss/0.install CC gnutls_cert.lo unit-oai-hss-0: 16:05:08 DEBUG unit.oai-hss/0.install CC gnutls_global.lo unit-oai-hss-0: 16:05:08 DEBUG unit.oai-hss/0.install CC gnutls_constate.lo unit-oai-hss-0: 16:05:08 DEBUG unit.oai-hss/0.install CC gnutls_anon_cred.lo unit-oai-hss-0: 16:05:08 DEBUG unit.oai-hss/0.install CC pkix_asn1_tab.lo unit-oai-hss-0: 16:05:08 DEBUG unit.oai-hss/0.install CC gnutls_asn1_tab.lo unit-oai-hss-0: 16:05:08 DEBUG unit.oai-hss/0.install CC gnutls_mem.lo unit-oai-hss-0: 16:05:09 DEBUG unit.oai-hss/0.install CC gnutls_ui.lo unit-oai-hss-0: 16:05:09 DEBUG unit.oai-hss/0.install CC gnutls_sig.lo unit-oai-hss-0: 16:05:09 DEBUG unit.oai-hss/0.install CC gnutls_ecc.lo unit-oai-hss-0: 16:05:09 DEBUG unit.oai-hss/0.install CC gnutls_dh_primes.lo unit-oai-hss-0: 16:05:10 DEBUG unit.oai-hss/0.install CC gnutls_alert.lo unit-oai-hss-0: 16:05:10 DEBUG unit.oai-hss/0.install CC system.lo unit-oai-hss-0: 16:05:10 DEBUG unit.oai-hss/0.install CC gnutls_str.lo unit-oai-hss-0: 16:05:11 DEBUG unit.oai-hss/0.install CC gnutls_state.lo unit-oai-hss-0: 16:05:11 DEBUG unit.oai-hss/0.install CC gnutls_x509.lo unit-oai-hss-0: 16:05:12 DEBUG unit.oai-hss/0.install CC gnutls_rsa_export.lo unit-oai-hss-0: 16:05:12 DEBUG unit.oai-hss/0.install CC gnutls_helper.lo unit-oai-hss-0: 16:05:12 DEBUG unit.oai-hss/0.install CC gnutls_supplemental.lo unit-oai-hss-0: 16:05:12 DEBUG unit.oai-hss/0.install CC random.lo unit-oai-hss-0: 16:05:12 DEBUG unit.oai-hss/0.install CC crypto-api.lo unit-oai-hss-0: 16:05:13 DEBUG unit.oai-hss/0.install CC gnutls_privkey.lo unit-oai-hss-0: 16:05:13 DEBUG unit.oai-hss/0.install CC gnutls_pcert.lo unit-oai-hss-0: 16:05:13 DEBUG unit.oai-hss/0.install CC gnutls_pubkey.lo unit-oai-hss-0: 16:05:14 DEBUG unit.oai-hss/0.install CC locks.lo unit-oai-hss-0: 16:05:14 DEBUG unit.oai-hss/0.install CC gnutls_dtls.lo unit-oai-hss-0: 16:05:14 DEBUG unit.oai-hss/0.install CC system_override.lo unit-oai-hss-0: 16:05:14 DEBUG unit.oai-hss/0.install CC crypto-backend.lo unit-oai-hss-0: 16:05:15 DEBUG unit.oai-hss/0.install CC verify-tofu.lo unit-oai-hss-0: 16:05:15 DEBUG unit.oai-hss/0.install CC pin.lo unit-oai-hss-0: 16:05:15 DEBUG unit.oai-hss/0.install CC tpm.lo unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install CC pkcs11.lo unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_add_provider': unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install pkcs11.c:237:3: warning: 'p11_kit_load_initialize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:86): Use p11_kit_module_load instead [-Wdeprecated-declarations] unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install if (p11_kit_load_initialize_module (name, &module) != CKR_OK) unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install pkcs11.c:253:7: warning: 'p11_kit_finalize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:83): Use module->C_Finalize instead [-Wdeprecated-declarations] unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (module); unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'initialize_automatic_p11_kit': unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install pkcs11.c:466:3: warning: 'p11_kit_initialize_registered' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:61): Use p11_kit_modules_load instead [-Wdeprecated-declarations] unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_registered (); unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install pkcs11.c:477:3: warning: 'p11_kit_registered_modules' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:67): Use p11_kit_modules_release instead [-Wdeprecated-declarations] unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install modules = p11_kit_registered_modules (); unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install pkcs11.c:480:7: warning: 'p11_kit_registered_module_to_name' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:73): Use p11_kit_module_get_name instead [-Wdeprecated-declarations] unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install name = p11_kit_registered_module_to_name (modules[i]); unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_reinit': unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install pkcs11.c:565:11: warning: 'p11_kit_initialize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:80): Use module->C_Initialize instead [-Wdeprecated-declarations] unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_module(providers[i].module); unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_deinit': unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install pkcs11.c:599:9: warning: 'p11_kit_finalize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:83): Use module->C_Finalize instead [-Wdeprecated-declarations] unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (providers[i].module); unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install pkcs11.c:604:5: warning: 'p11_kit_finalize_registered' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:64): Use p11_kit_modules_release instead [-Wdeprecated-declarations] unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install p11_kit_finalize_registered (); unit-oai-hss-0: 16:05:16 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:17 DEBUG unit.oai-hss/0.install CC pkcs11_privkey.lo unit-oai-hss-0: 16:05:17 DEBUG unit.oai-hss/0.install CC pkcs11_write.lo unit-oai-hss-0: 16:05:17 DEBUG unit.oai-hss/0.install CC pkcs11_secret.lo unit-oai-hss-0: 16:05:17 DEBUG unit.oai-hss/0.install CC gnutls_srp.lo unit-oai-hss-0: 16:05:18 DEBUG unit.oai-hss/0.install CC gnutls_psk.lo unit-oai-hss-0: 16:05:18 DEBUG unit.oai-hss/0.install CCLD libgnutls.la unit-oai-hss-0: 16:05:18 DEBUG unit.oai-hss/0.install copying selected object files to avoid basename conflicts... unit-oai-hss-0: 16:05:18 DEBUG unit.oai-hss/0.install CXX libgnutlsxx_la-gnutlsxx.lo unit-oai-hss-0: 16:05:19 DEBUG unit.oai-hss/0.install CXXLD libgnutlsxx.la unit-oai-hss-0: 16:05:19 DEBUG unit.oai-hss/0.install CC xssl.lo unit-oai-hss-0: 16:05:20 DEBUG unit.oai-hss/0.install CC xssl_getline.lo unit-oai-hss-0: 16:05:20 DEBUG unit.oai-hss/0.install CCLD libgnutls-xssl.la unit-oai-hss-0: 16:05:20 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:05:20 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:05:20 DEBUG unit.oai-hss/0.install Making all in extra unit-oai-hss-0: 16:05:20 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:05:20 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 16:05:20 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 16:05:20 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:20 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 16:05:20 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:05:20 DEBUG unit.oai-hss/0.install CC gnutls_openssl.lo unit-oai-hss-0: 16:05:20 DEBUG unit.oai-hss/0.install CC openssl_compat.lo unit-oai-hss-0: 16:05:20 DEBUG unit.oai-hss/0.install CCLD libgnutls-openssl.la unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install Making all in po unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install Making all in src unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install Making all in crywrap unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install CC crywrap.o unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_do_one': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install crywrap.c:867:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)insock, unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install crywrap.c:868:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)outsock); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_setup_pidfile': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install crywrap.c:819:10: warning: ignoring return value of 'fchown', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fchown (pidfilefd, config->uid, (gid_t)-1); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install crywrap.c:823:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install write (pidfilefd, mypid, strlen (mypid)); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install CCLD crywrap unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install Making all in libopts unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install CC libopts_la-libopts.lo unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install In file included from libopts.c:24:0: unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install enum.c: In function 'enum_err': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install enum.c:112:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, ENUM_ERR_LINE, *(paz_names++)); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install enum.c:135:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install sprintf(zFmt, ENUM_ERR_WIDTH, (int)max_len); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install enum.c:148:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_SPACE_FMT, *(paz_names++)); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install enum.c:155:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_FMT, *paz_names); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install enum.c: In function 'optionEnumerationVal': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install enum.c:307:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(INVALID_FMT, ix); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install In file included from libopts.c:27:0: unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install find.c: In function 'opt_ambiguities': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install find.c:114:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_Name); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install find.c:119:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_DisableName); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install find.c: In function 'opt_set': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install find.c:219:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pOD->pzText); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install find.c: In function 'opt_find_short': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install find.c:432:21: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pRes->pzText); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install In file included from libopts.c:30:0: unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c: In function 'optionParseShell': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:147:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:157:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:166:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:178:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:184:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:195:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(SHOW_PROG_ENV, opts->pzPROGNAME); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_var_text': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:230:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(SET_TEXT_FMT, prog, var); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_usage': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:373:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install strftime(tm_nm_buf, AO_NAME_SIZE, TIME_FMT, ptm ); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:381:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(SHELL_MAGIC, shell_prog); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:383:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(PREAMBLE_FMT, START_MARK, out_nm, tm_nm_buf); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:386:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(END_PRE_FMT, opts->pzPROGNAME); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_wrapup': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:436:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(FINISH_LOOP, opts->pzPROGNAME); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_action': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:532:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, VER_STR); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:535:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(PAGE_USAGE_TEXT, opts->pzPROGNAME); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:538:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_LOAD_WARN); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:539:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:544:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SAVE_OPTS); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:545:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:547:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, LONG_USE_STR); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:551:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:555:24: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install od->pz_NAME, od->optMaxCt); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:557:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:564:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:565:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:568:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:569:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:572:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_inaction': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:582:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SUPPRESS_LOAD); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:586:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:589:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:591:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_flag': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:614:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(zOptionFlag, od->optValue); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_match_expr': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:689:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(zOptionPartName, name_bf); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install makeshell.c:699:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(zOptionFullName, name); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install In file included from libopts.c:31:0: unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install nested.c: In function 'emit_special_char': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install nested.c:903:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fprintf(fp, XML_HEX_BYTE_FMT, (ch & 0xFF)); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install In file included from libopts.c:33:0: unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install pgusage.c: In function 'open_tmp_usage': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install pgusage.c: In function 'mk_pager_cmd': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install In file included from libopts.c:34:0: unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionQuoteString': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c:190:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install sprintf(out, MK_STR_OCT_FMT, ch); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_enumeration': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c:277:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c:283:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(QUOT_ARG_FMT, pOD->optArg.argString); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c:288:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_membership': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c:298:12: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install (int)(uintptr_t)(pOD->optCookie)); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c:315:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(SHOW_VAL_FMT, (unsigned long)val); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_stacked_arg': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c:330:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c:334:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c:337:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionPutShell': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c:375:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(zOptCtFmt, pOpts->curOptIdx-1); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c:403:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c:442:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ? pOD->pz_DisablePfx : "false"); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c:452:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install (int)pOD->optArg.argInt); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c:472:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install (pOD->optArg.argBool == 0) ? "false" : "true"); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c:484:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install pOD->optOccCt); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c:491:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install putshell.c:493:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install In file included from libopts.c:37:0: unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install save.c: In function 'prt_value': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install save.c:351:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fprintf(fp, NULL_ATR_FMT, ovp->pzName); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install save.c:366:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install save.c:386:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, ovp->pzName); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install save.c:392:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install save.c:397:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ovp->v.boolVal ? "true" : "false"); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install save.c: In function 'prt_string': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install save.c:411:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_XML_FMT, name); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install save.c:439:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, name); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install save.c: In function 'prt_val_list': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install save.c:459:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_CLOSE_FMT, name); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install save.c:463:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, name); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install save.c: In function 'prt_nested': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install save.c:503:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, p->pz_Name); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install save.c: In function 'open_sv_file': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install save.c:556:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fprintf(fp, zPresetFile, time_str); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install In file included from libopts.c:44:0: unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install usage.c: In function 'print_usage_details': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install usage.c:352:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install usage.c:357:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install usage.c: In function 'print_one_paragraph': unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install usage.c:437:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install fprintf(fp, PUTS_FMT, t); unit-oai-hss-0: 16:05:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:24 DEBUG unit.oai-hss/0.install CCLD libopts.la unit-oai-hss-0: 16:05:24 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 16:05:24 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:05:24 DEBUG unit.oai-hss/0.install CC libcmd_srp_la-srptool-args.lo unit-oai-hss-0: 16:05:24 DEBUG unit.oai-hss/0.install CCLD libcmd-srp.la unit-oai-hss-0: 16:05:24 DEBUG unit.oai-hss/0.install CC libcmd_psk_la-psk-args.lo unit-oai-hss-0: 16:05:24 DEBUG unit.oai-hss/0.install CCLD libcmd-psk.la unit-oai-hss-0: 16:05:24 DEBUG unit.oai-hss/0.install CC libcmd_ocsp_la-ocsptool-args.lo unit-oai-hss-0: 16:05:25 DEBUG unit.oai-hss/0.install CCLD libcmd-ocsp.la unit-oai-hss-0: 16:05:25 DEBUG unit.oai-hss/0.install CC libcmd_serv_la-serv-args.lo unit-oai-hss-0: 16:05:25 DEBUG unit.oai-hss/0.install CCLD libcmd-serv.la unit-oai-hss-0: 16:05:25 DEBUG unit.oai-hss/0.install CC libcmd_cli_la-cli-args.lo unit-oai-hss-0: 16:05:25 DEBUG unit.oai-hss/0.install CCLD libcmd-cli.la unit-oai-hss-0: 16:05:25 DEBUG unit.oai-hss/0.install CC libcmd_cli_debug_la-cli-debug-args.lo unit-oai-hss-0: 16:05:25 DEBUG unit.oai-hss/0.install CCLD libcmd-cli-debug.la unit-oai-hss-0: 16:05:25 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-args.lo unit-oai-hss-0: 16:05:25 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-cfg.lo unit-oai-hss-0: 16:05:26 DEBUG unit.oai-hss/0.install CCLD libcmd-certtool.la unit-oai-hss-0: 16:05:26 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-danetool-args.lo unit-oai-hss-0: 16:05:26 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-certtool-cfg.lo unit-oai-hss-0: 16:05:27 DEBUG unit.oai-hss/0.install CCLD libcmd-danetool.la unit-oai-hss-0: 16:05:27 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-p11tool-args.lo unit-oai-hss-0: 16:05:27 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-certtool-cfg.lo unit-oai-hss-0: 16:05:28 DEBUG unit.oai-hss/0.install CCLD libcmd-p11tool.la unit-oai-hss-0: 16:05:28 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-tpmtool-args.lo unit-oai-hss-0: 16:05:28 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-certtool-cfg.lo unit-oai-hss-0: 16:05:29 DEBUG unit.oai-hss/0.install CCLD libcmd-tpmtool.la unit-oai-hss-0: 16:05:29 DEBUG unit.oai-hss/0.install CC psk.o unit-oai-hss-0: 16:05:29 DEBUG unit.oai-hss/0.install CCLD psktool unit-oai-hss-0: 16:05:29 DEBUG unit.oai-hss/0.install CC cli-debug.o unit-oai-hss-0: 16:05:29 DEBUG unit.oai-hss/0.install cli-debug.c: In function 'main': unit-oai-hss-0: 16:05:29 DEBUG unit.oai-hss/0.install cli-debug.c:286:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 16:05:29 DEBUG unit.oai-hss/0.install gnutls_transport_set_ptr (state, (gnutls_transport_ptr_t) unit-oai-hss-0: 16:05:29 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:29 DEBUG unit.oai-hss/0.install CC tests.o unit-oai-hss-0: 16:05:29 DEBUG unit.oai-hss/0.install CC socket.o unit-oai-hss-0: 16:05:29 DEBUG unit.oai-hss/0.install CC common.o unit-oai-hss-0: 16:05:30 DEBUG unit.oai-hss/0.install common.c: In function 'token_callback': unit-oai-hss-0: 16:05:30 DEBUG unit.oai-hss/0.install common.c:1071:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 16:05:30 DEBUG unit.oai-hss/0.install fgets (buf, sizeof (buf), stdin); unit-oai-hss-0: 16:05:30 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:30 DEBUG unit.oai-hss/0.install CCLD gnutls-cli-debug unit-oai-hss-0: 16:05:30 DEBUG unit.oai-hss/0.install CC certtool.o unit-oai-hss-0: 16:05:30 DEBUG unit.oai-hss/0.install CC certtool-common.o unit-oai-hss-0: 16:05:30 DEBUG unit.oai-hss/0.install certtool-common.c: In function 'print_head': unit-oai-hss-0: 16:05:30 DEBUG unit.oai-hss/0.install certtool-common.c:660:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 16:05:30 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[%u] =", txt, size); unit-oai-hss-0: 16:05:30 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:30 DEBUG unit.oai-hss/0.install certtool-common.c:662:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 16:05:30 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[] =\n", txt); unit-oai-hss-0: 16:05:30 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:30 DEBUG unit.oai-hss/0.install CC certtool-extras.o unit-oai-hss-0: 16:05:30 DEBUG unit.oai-hss/0.install CCLD certtool unit-oai-hss-0: 16:05:31 DEBUG unit.oai-hss/0.install CC srptool.o unit-oai-hss-0: 16:05:31 DEBUG unit.oai-hss/0.install CCLD srptool unit-oai-hss-0: 16:05:31 DEBUG unit.oai-hss/0.install CC ocsptool.o unit-oai-hss-0: 16:05:31 DEBUG unit.oai-hss/0.install CC ocsptool-common.o unit-oai-hss-0: 16:05:31 DEBUG unit.oai-hss/0.install CCLD ocsptool unit-oai-hss-0: 16:05:31 DEBUG unit.oai-hss/0.install CC serv.o unit-oai-hss-0: 16:05:31 DEBUG unit.oai-hss/0.install CC udp-serv.o unit-oai-hss-0: 16:05:32 DEBUG unit.oai-hss/0.install CCLD gnutls-serv unit-oai-hss-0: 16:05:32 DEBUG unit.oai-hss/0.install CC cli.o unit-oai-hss-0: 16:05:32 DEBUG unit.oai-hss/0.install cli.c: In function 'psk_callback': unit-oai-hss-0: 16:05:32 DEBUG unit.oai-hss/0.install cli.c:1339:15: warning: ignoring return value of 'getline', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 16:05:32 DEBUG unit.oai-hss/0.install getline (&tmp, &n, stdin); unit-oai-hss-0: 16:05:32 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:32 DEBUG unit.oai-hss/0.install CC benchmark-cipher.o unit-oai-hss-0: 16:05:32 DEBUG unit.oai-hss/0.install CC benchmark.o unit-oai-hss-0: 16:05:32 DEBUG unit.oai-hss/0.install CC benchmark-tls.o unit-oai-hss-0: 16:05:32 DEBUG unit.oai-hss/0.install CCLD gnutls-cli unit-oai-hss-0: 16:05:32 DEBUG unit.oai-hss/0.install CC danetool.o unit-oai-hss-0: 16:05:32 DEBUG unit.oai-hss/0.install CCLD danetool unit-oai-hss-0: 16:05:32 DEBUG unit.oai-hss/0.install CC tpmtool.o unit-oai-hss-0: 16:05:33 DEBUG unit.oai-hss/0.install CCLD tpmtool unit-oai-hss-0: 16:05:33 DEBUG unit.oai-hss/0.install CC p11tool.o unit-oai-hss-0: 16:05:33 DEBUG unit.oai-hss/0.install CC pkcs11.o unit-oai-hss-0: 16:05:33 DEBUG unit.oai-hss/0.install CCLD p11tool unit-oai-hss-0: 16:05:33 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:05:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:05:33 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:05:33 DEBUG unit.oai-hss/0.install Making all in doc unit-oai-hss-0: 16:05:33 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:05:33 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 16:05:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:05:33 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 16:05:33 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 16:05:33 DEBUG unit.oai-hss/0.install CC ex-alert.lo unit-oai-hss-0: 16:05:33 DEBUG unit.oai-hss/0.install CC ex-pkcs12.lo unit-oai-hss-0: 16:05:33 DEBUG unit.oai-hss/0.install CC ex-session-info.lo unit-oai-hss-0: 16:05:33 DEBUG unit.oai-hss/0.install CC ex-x509-info.lo unit-oai-hss-0: 16:05:33 DEBUG unit.oai-hss/0.install CC ex-verify.lo unit-oai-hss-0: 16:05:33 DEBUG unit.oai-hss/0.install CC tcp.lo unit-oai-hss-0: 16:05:34 DEBUG unit.oai-hss/0.install CC udp.lo unit-oai-hss-0: 16:05:34 DEBUG unit.oai-hss/0.install CC ex-pkcs11-list.lo unit-oai-hss-0: 16:05:34 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 16:05:34 DEBUG unit.oai-hss/0.install CC ex-verify-ssh.lo unit-oai-hss-0: 16:05:34 DEBUG unit.oai-hss/0.install CCLD libexamples.la unit-oai-hss-0: 16:05:34 DEBUG unit.oai-hss/0.install CC ex-client-resume.o unit-oai-hss-0: 16:05:34 DEBUG unit.oai-hss/0.install CCLD ex-client-resume unit-oai-hss-0: 16:05:34 DEBUG unit.oai-hss/0.install CC ex-client-dtls.o unit-oai-hss-0: 16:05:34 DEBUG unit.oai-hss/0.install CCLD ex-client-dtls unit-oai-hss-0: 16:05:34 DEBUG unit.oai-hss/0.install CC ex-cert-select.o unit-oai-hss-0: 16:05:34 DEBUG unit.oai-hss/0.install CCLD ex-cert-select unit-oai-hss-0: 16:05:34 DEBUG unit.oai-hss/0.install CC ex-client-x509.o unit-oai-hss-0: 16:05:34 DEBUG unit.oai-hss/0.install CCLD ex-client-x509 unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install CC ex-serv-dtls.o unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install CCLD ex-serv-dtls unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install CC ex-client-xssl1.o unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install ex-client-xssl1.c: In function 'main': unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install ex-client-xssl1.c:42:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl1 unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install CC ex-client-xssl2.o unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install ex-client-xssl2.c: In function 'main': unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install ex-client-xssl2.c:57:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl2 unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install CC print-ciphersuites.o unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install CCLD print-ciphersuites unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install CXX ex-cxx.o unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install CXXLD ex-cxx unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install CC ex-client-anon.o unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install CCLD ex-client-anon unit-oai-hss-0: 16:05:35 DEBUG unit.oai-hss/0.install CC ex-serv-anon.o unit-oai-hss-0: 16:05:36 DEBUG unit.oai-hss/0.install CCLD ex-serv-anon unit-oai-hss-0: 16:05:36 DEBUG unit.oai-hss/0.install CC ex-serv-pgp.o unit-oai-hss-0: 16:05:36 DEBUG unit.oai-hss/0.install CCLD ex-serv-pgp unit-oai-hss-0: 16:05:36 DEBUG unit.oai-hss/0.install CC ex-cert-select-pkcs11.o unit-oai-hss-0: 16:05:36 DEBUG unit.oai-hss/0.install CCLD ex-cert-select-pkcs11 unit-oai-hss-0: 16:05:36 DEBUG unit.oai-hss/0.install CC ex-client-psk.o unit-oai-hss-0: 16:05:36 DEBUG unit.oai-hss/0.install CCLD ex-client-psk unit-oai-hss-0: 16:05:36 DEBUG unit.oai-hss/0.install CC ex-serv-psk.o unit-oai-hss-0: 16:05:36 DEBUG unit.oai-hss/0.install CCLD ex-serv-psk unit-abot-epc-basic-0: 16:05:36 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-db5955-default-0 unit-oai-hss-0: 16:05:36 DEBUG unit.oai-hss/0.install CC ex-client-srp.o unit-abot-epc-basic-0: 16:05:36 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-db5955-default-0 unit-abot-epc-basic-0: 16:05:36 DEBUG unit.abot-epc-basic/0.install Cloning into '/opt/ssh'... unit-oai-hss-0: 16:05:36 DEBUG unit.oai-hss/0.install CCLD ex-client-srp unit-oai-hss-0: 16:05:36 DEBUG unit.oai-hss/0.install CC ex-serv-srp.o unit-oai-hss-0: 16:05:36 DEBUG unit.oai-hss/0.install CCLD ex-serv-srp unit-oai-hss-0: 16:05:36 DEBUG unit.oai-hss/0.install CC ex-ocsp-client.o unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install CCLD ex-ocsp-client unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in cyclo unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in manpages unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in credentials unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all-am'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in latex unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all-am'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install CC utils.lo unit-abot-epc-basic-0: 16:05:37 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 16:05:37 DEBUG unit.abot-epc-basic/0.install Installing Google Protobuf from sources. The log file for Protobuf installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/protobuf_install_log.txt  unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install CCLD libutils.la unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in rsa-md5-collision unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in pkcs1-padding unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in pkcs8-decode unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in pkcs12-decode unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in userid unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in cert-tests unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in key-id unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in sha2 unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in safe-renegotiation unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in dsa unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in ecdsa unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in slow unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in dtls unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making all in openpgp-certs unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making install in gl unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making install in lib unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/x509.h gnutls/pkcs12.h gnutls/compat.h gnutls/openpgp.h gnutls/crypto.h gnutls/pkcs11.h gnutls/abstract.h gnutls/dtls.h gnutls/ocsp.h gnutls/tpm.h gnutls/xssl.h gnutls/gnutlsxx.h '/usr/include/gnutls' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/gnutls.h '/usr/include/gnutls' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making install in accelerated unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making install in x86 unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making install in auth unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making install in ext unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making install in algorithms unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install Making install in extras unit-oai-hss-0: 16:05:37 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install Making install in opencdk unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install Making install in nettle unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls.la libgnutlsxx.la libgnutls-xssl.la '/usr/lib' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.so.28.21.3 /usr/lib/libgnutls.so.28.21.3 unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls.so.28.21.3 libgnutls.so.28 || { rm -f libgnutls.so.28 && ln -s libgnutls.so.28.21.3 libgnutls.so.28; }; }) unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls.so.28.21.3 libgnutls.so || { rm -f libgnutls.so && ln -s libgnutls.so.28.21.3 libgnutls.so; }; }) unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.lai /usr/lib/libgnutls.la unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutlsxx.la' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/lib; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CXX --mode=relink g++ -I./includes -I./includes -g -O2 -no-undefined -version-info 29:0:1 -o libgnutlsxx.la -rpath /usr/lib libgnutlsxx_la-gnutlsxx.lo libgnutls.la ) unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.so.28.1.0T /usr/lib/libgnutlsxx.so.28.1.0 unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutlsxx.so.28.1.0 libgnutlsxx.so.28 || { rm -f libgnutlsxx.so.28 && ln -s libgnutlsxx.so.28.1.0 libgnutlsxx.so.28; }; }) unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutlsxx.so.28.1.0 libgnutlsxx.so || { rm -f libgnutlsxx.so && ln -s libgnutlsxx.so.28.1.0 libgnutlsxx.so; }; }) unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.lai /usr/lib/libgnutlsxx.la unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-xssl.la' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/lib; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CC --mode=relink gcc -std=gnu99 -g -O2 -no-undefined -version-info 0:0:0 -o libgnutls-xssl.la -rpath /usr/lib xssl.lo xssl_getline.lo ../gl/libgnu.la libgnutls.la ) unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.so.0.0.0T /usr/lib/libgnutls-xssl.so.0.0.0 unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-xssl.so.0.0.0 libgnutls-xssl.so.0 || { rm -f libgnutls-xssl.so.0 && ln -s libgnutls-xssl.so.0.0.0 libgnutls-xssl.so.0; }; }) unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-xssl.so.0.0.0 libgnutls-xssl.so || { rm -f libgnutls-xssl.so && ln -s libgnutls-xssl.so.0.0.0 libgnutls-xssl.so; }; }) unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.lai /usr/lib/libgnutls-xssl.la unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.a /usr/lib/libgnutls.a unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls.a unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls.a unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.a /usr/lib/libgnutlsxx.a unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutlsxx.a unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutlsxx.a unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.a /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib/pkgconfig' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls.pc '/usr/lib/pkgconfig' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install Making install in extra unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/openssl.h '/usr/include/gnutls' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls-openssl.la '/usr/lib' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-openssl.la' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/extra; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CC --mode=relink gcc -std=gnu99 -g -O2 -no-undefined -version-info 27:2:0 -o libgnutls-openssl.la -rpath /usr/lib gnutls_openssl.lo openssl_compat.lo ../gl/libgnu.la ../lib/libgnutls.la ) unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-openssl.so.27.0.2T /usr/lib/libgnutls-openssl.so.27.0.2 unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-openssl.so.27.0.2 libgnutls-openssl.so.27 || { rm -f libgnutls-openssl.so.27 && ln -s libgnutls-openssl.so.27.0.2 libgnutls-openssl.so.27; }; }) unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-openssl.so.27.0.2 libgnutls-openssl.so || { rm -f libgnutls-openssl.so && ln -s libgnutls-openssl.so.27.0.2 libgnutls-openssl.so; }; }) unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-openssl.lai /usr/lib/libgnutls-openssl.la unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-openssl.a /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install Making install in po unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install installing en@boldquot.gmo as /usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install installing en@quot.gmo as /usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install if test "gnutls" = "gettext-tools"; then \ unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/gettext/po; \ unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./$file \ unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install /usr/share/gettext/po/$file; \ unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install for file in Makevars; do \ unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install rm -f /usr/share/gettext/po/$file; \ unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install : ; \ unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install fi unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install Making install in src unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install Making install in crywrap unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c crywrap '/usr/bin' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/crywrap /usr/bin/crywrap unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install Making install in libopts unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c psktool gnutls-cli-debug certtool srptool ocsptool gnutls-serv gnutls-cli danetool tpmtool p11tool '/usr/bin' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/psktool /usr/bin/psktool unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli-debug /usr/bin/gnutls-cli-debug unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/certtool /usr/bin/certtool unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/srptool /usr/bin/srptool unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/ocsptool /usr/bin/ocsptool unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-serv /usr/bin/gnutls-serv unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli /usr/bin/gnutls-cli unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/danetool /usr/bin/danetool unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/tpmtool /usr/bin/tpmtool unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/p11tool /usr/bin/p11tool unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:05:38 DEBUG unit.oai-hss/0.install Making install in doc unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in cyclo unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in manpages unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man1' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls-cli.1 gnutls-cli-debug.1 gnutls-serv.1 certtool.1 psktool.1 p11tool.1 ocsptool.1 tpmtool.1 srptool.1 '/usr/share/man/man1' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_alert_get.3 gnutls_alert_get_name.3 gnutls_alert_get_strname.3 gnutls_alert_send.3 gnutls_alert_send_appropriate.3 gnutls_anon_allocate_client_credentials.3 gnutls_anon_allocate_server_credentials.3 gnutls_anon_free_client_credentials.3 gnutls_anon_free_server_credentials.3 gnutls_anon_set_params_function.3 gnutls_anon_set_server_dh_params.3 gnutls_anon_set_server_params_function.3 gnutls_auth_client_get_type.3 gnutls_auth_get_type.3 gnutls_auth_server_get_type.3 gnutls_bye.3 gnutls_certificate_activation_time_peers.3 gnutls_certificate_allocate_credentials.3 gnutls_certificate_client_get_request_status.3 gnutls_certificate_expiration_time_peers.3 gnutls_certificate_free_ca_names.3 gnutls_certificate_free_cas.3 gnutls_certificate_free_credentials.3 gnutls_certificate_free_crls.3 gnutls_certificate_free_keys.3 gnutls_certificate_get_issuer.3 gnutls_certificate_get_ours.3 gnutls_certificate_get_peers.3 gnutls_certificate_get_peers_subkey_id.3 gnutls_certificate_send_x509_rdn_sequence.3 gnutls_certificate_server_set_request.3 gnutls_certificate_set_dh_params.3 gnutls_certificate_set_key.3 gnutls_certificate_set_ocsp_status_request_file.3 gnutls_certificate_set_ocsp_status_request_function.3 gnutls_certificate_set_openpgp_key.3 gnutls_certificate_set_openpgp_key_file.3 gnutls_certificate_set_openpgp_key_file2.3 gnutls_certificate_set_openpgp_key_mem.3 gnutls_certificate_set_openpgp_key_mem2.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_certificate_set_openpgp_keyring_file.3 gnutls_certificate_set_openpgp_keyring_mem.3 gnutls_certificate_set_params_function.3 gnutls_certificate_set_pin_function.3 gnutls_certificate_set_retrieve_function.3 gnutls_certificate_set_retrieve_function2.3 gnutls_certificate_set_rsa_export_params.3 gnutls_certificate_set_verify_flags.3 gnutls_certificate_set_verify_function.3 gnutls_certificate_set_verify_limits.3 gnutls_certificate_set_x509_crl.3 gnutls_certificate_set_x509_crl_file.3 gnutls_certificate_set_x509_crl_mem.3 gnutls_certificate_set_x509_key.3 gnutls_certificate_set_x509_key_file.3 gnutls_certificate_set_x509_key_file2.3 gnutls_certificate_set_x509_key_mem.3 gnutls_certificate_set_x509_key_mem2.3 gnutls_certificate_set_x509_simple_pkcs12_file.3 gnutls_certificate_set_x509_simple_pkcs12_mem.3 gnutls_certificate_set_x509_system_trust.3 gnutls_certificate_set_x509_trust.3 gnutls_certificate_set_x509_trust_file.3 gnutls_certificate_set_x509_trust_mem.3 gnutls_certificate_type_get.3 gnutls_certificate_type_get_id.3 gnutls_certificate_type_get_name.3 gnutls_certificate_type_list.3 gnutls_certificate_type_set_priority.3 gnutls_certificate_verification_status_print.3 gnutls_certificate_verify_peers2.3 gnutls_certificate_verify_peers3.3 gnutls_check_version.3 gnutls_cipher_add_auth.3 gnutls_cipher_decrypt.3 gnutls_cipher_decrypt2.3 gnutls_cipher_deinit.3 gnutls_cipher_encrypt.3 gnutls_cipher_encrypt2.3 gnutls_cipher_get.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_cipher_get_block_size.3 gnutls_cipher_get_id.3 gnutls_cipher_get_key_size.3 gnutls_cipher_get_name.3 gnutls_cipher_init.3 gnutls_cipher_list.3 gnutls_cipher_set_iv.3 gnutls_cipher_set_priority.3 gnutls_cipher_suite_get_name.3 gnutls_cipher_suite_info.3 gnutls_cipher_tag.3 gnutls_compression_get.3 gnutls_compression_get_id.3 gnutls_compression_get_name.3 gnutls_compression_list.3 gnutls_compression_set_priority.3 gnutls_credentials_clear.3 gnutls_credentials_set.3 gnutls_db_check_entry.3 gnutls_db_check_entry_time.3 gnutls_db_get_ptr.3 gnutls_db_remove_session.3 gnutls_db_set_cache_expiration.3 gnutls_db_set_ptr.3 gnutls_db_set_remove_function.3 gnutls_db_set_retrieve_function.3 gnutls_db_set_store_function.3 gnutls_deinit.3 gnutls_dh_get_group.3 gnutls_dh_get_peers_public_bits.3 gnutls_dh_get_prime_bits.3 gnutls_dh_get_pubkey.3 gnutls_dh_get_secret_bits.3 gnutls_dh_params_cpy.3 gnutls_dh_params_deinit.3 gnutls_dh_params_export2_pkcs3.3 gnutls_dh_params_export_pkcs3.3 gnutls_dh_params_export_raw.3 gnutls_dh_params_generate2.3 gnutls_dh_params_import_pkcs3.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_dh_params_import_raw.3 gnutls_dh_params_init.3 gnutls_dh_set_prime_bits.3 gnutls_dtls_cookie_send.3 gnutls_dtls_cookie_verify.3 gnutls_dtls_get_data_mtu.3 gnutls_dtls_get_mtu.3 gnutls_dtls_get_timeout.3 gnutls_dtls_prestate_set.3 gnutls_dtls_set_data_mtu.3 gnutls_dtls_set_mtu.3 gnutls_dtls_set_timeouts.3 gnutls_ecc_curve_get.3 gnutls_ecc_curve_get_name.3 gnutls_ecc_curve_get_size.3 gnutls_ecc_curve_list.3 gnutls_error_is_fatal.3 gnutls_error_to_alert.3 gnutls_fingerprint.3 gnutls_global_deinit.3 gnutls_global_init.3 gnutls_global_set_audit_log_function.3 gnutls_global_set_log_function.3 gnutls_global_set_log_level.3 gnutls_global_set_mem_functions.3 gnutls_global_set_mutex.3 gnutls_global_set_time_function.3 gnutls_handshake.3 gnutls_handshake_get_last_in.3 gnutls_handshake_get_last_out.3 gnutls_handshake_set_max_packet_length.3 gnutls_handshake_set_post_client_hello_function.3 gnutls_handshake_set_private_extensions.3 gnutls_handshake_set_random.3 gnutls_handshake_set_timeout.3 gnutls_hash.3 gnutls_hash_deinit.3 gnutls_hash_fast.3 gnutls_hash_get_len.3 gnutls_hash_init.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_hash_output.3 gnutls_heartbeat_allowed.3 gnutls_heartbeat_enable.3 gnutls_heartbeat_get_timeout.3 gnutls_heartbeat_ping.3 gnutls_heartbeat_pong.3 gnutls_heartbeat_set_timeouts.3 gnutls_hex2bin.3 gnutls_hex_decode.3 gnutls_hex_encode.3 gnutls_hmac.3 gnutls_hmac_deinit.3 gnutls_hmac_fast.3 gnutls_hmac_get_len.3 gnutls_hmac_init.3 gnutls_hmac_output.3 gnutls_init.3 gnutls_key_generate.3 gnutls_kx_get.3 gnutls_kx_get_id.3 gnutls_kx_get_name.3 gnutls_kx_list.3 gnutls_kx_set_priority.3 gnutls_load_file.3 gnutls_mac_get.3 gnutls_mac_get_id.3 gnutls_mac_get_key_size.3 gnutls_mac_get_name.3 gnutls_mac_list.3 gnutls_mac_set_priority.3 gnutls_ocsp_req_add_cert.3 gnutls_ocsp_req_add_cert_id.3 gnutls_ocsp_req_deinit.3 gnutls_ocsp_req_export.3 gnutls_ocsp_req_get_cert_id.3 gnutls_ocsp_req_get_extension.3 gnutls_ocsp_req_get_nonce.3 gnutls_ocsp_req_get_version.3 gnutls_ocsp_req_import.3 gnutls_ocsp_req_init.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_ocsp_req_print.3 gnutls_ocsp_req_randomize_nonce.3 gnutls_ocsp_req_set_extension.3 gnutls_ocsp_req_set_nonce.3 gnutls_ocsp_resp_check_crt.3 gnutls_ocsp_resp_deinit.3 gnutls_ocsp_resp_export.3 gnutls_ocsp_resp_get_certs.3 gnutls_ocsp_resp_get_extension.3 gnutls_ocsp_resp_get_nonce.3 gnutls_ocsp_resp_get_produced.3 gnutls_ocsp_resp_get_responder.3 gnutls_ocsp_resp_get_response.3 gnutls_ocsp_resp_get_signature.3 gnutls_ocsp_resp_get_signature_algorithm.3 gnutls_ocsp_resp_get_single.3 gnutls_ocsp_resp_get_status.3 gnutls_ocsp_resp_get_version.3 gnutls_ocsp_resp_import.3 gnutls_ocsp_resp_init.3 gnutls_ocsp_resp_print.3 gnutls_ocsp_resp_verify.3 gnutls_ocsp_resp_verify_direct.3 gnutls_ocsp_status_request_enable_client.3 gnutls_ocsp_status_request_get.3 gnutls_ocsp_status_request_is_checked.3 gnutls_openpgp_crt_check_hostname.3 gnutls_openpgp_crt_deinit.3 gnutls_openpgp_crt_export.3 gnutls_openpgp_crt_export2.3 gnutls_openpgp_crt_get_auth_subkey.3 gnutls_openpgp_crt_get_creation_time.3 gnutls_openpgp_crt_get_expiration_time.3 gnutls_openpgp_crt_get_fingerprint.3 gnutls_openpgp_crt_get_key_id.3 gnutls_openpgp_crt_get_key_usage.3 gnutls_openpgp_crt_get_name.3 gnutls_openpgp_crt_get_pk_algorithm.3 gnutls_openpgp_crt_get_pk_dsa_raw.3 gnutls_openpgp_crt_get_pk_rsa_raw.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_openpgp_crt_get_preferred_key_id.3 gnutls_openpgp_crt_get_revoked_status.3 gnutls_openpgp_crt_get_subkey_count.3 gnutls_openpgp_crt_get_subkey_creation_time.3 gnutls_openpgp_crt_get_subkey_expiration_time.3 gnutls_openpgp_crt_get_subkey_fingerprint.3 gnutls_openpgp_crt_get_subkey_id.3 gnutls_openpgp_crt_get_subkey_idx.3 gnutls_openpgp_crt_get_subkey_pk_algorithm.3 gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3 gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3 gnutls_openpgp_crt_get_subkey_revoked_status.3 gnutls_openpgp_crt_get_subkey_usage.3 gnutls_openpgp_crt_get_version.3 gnutls_openpgp_crt_import.3 gnutls_openpgp_crt_init.3 gnutls_openpgp_crt_print.3 gnutls_openpgp_crt_set_preferred_key_id.3 gnutls_openpgp_crt_verify_ring.3 gnutls_openpgp_crt_verify_self.3 gnutls_openpgp_keyring_check_id.3 gnutls_openpgp_keyring_deinit.3 gnutls_openpgp_keyring_get_crt.3 gnutls_openpgp_keyring_get_crt_count.3 gnutls_openpgp_keyring_import.3 gnutls_openpgp_keyring_init.3 gnutls_openpgp_privkey_deinit.3 gnutls_openpgp_privkey_export.3 gnutls_openpgp_privkey_export2.3 gnutls_openpgp_privkey_export_dsa_raw.3 gnutls_openpgp_privkey_export_rsa_raw.3 gnutls_openpgp_privkey_export_subkey_dsa_raw.3 gnutls_openpgp_privkey_export_subkey_rsa_raw.3 gnutls_openpgp_privkey_get_fingerprint.3 gnutls_openpgp_privkey_get_key_id.3 gnutls_openpgp_privkey_get_pk_algorithm.3 gnutls_openpgp_privkey_get_preferred_key_id.3 gnutls_openpgp_privkey_get_revoked_status.3 gnutls_openpgp_privkey_get_subkey_count.3 gnutls_openpgp_privkey_get_subkey_creation_time.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_openpgp_privkey_get_subkey_fingerprint.3 gnutls_openpgp_privkey_get_subkey_id.3 gnutls_openpgp_privkey_get_subkey_idx.3 gnutls_openpgp_privkey_get_subkey_pk_algorithm.3 gnutls_openpgp_privkey_get_subkey_revoked_status.3 gnutls_openpgp_privkey_import.3 gnutls_openpgp_privkey_init.3 gnutls_openpgp_privkey_sec_param.3 gnutls_openpgp_privkey_set_preferred_key_id.3 gnutls_openpgp_privkey_sign_hash.3 gnutls_openpgp_send_cert.3 gnutls_openpgp_set_recv_key_function.3 gnutls_pcert_deinit.3 gnutls_pcert_import_openpgp.3 gnutls_pcert_import_openpgp_raw.3 gnutls_pcert_import_x509.3 gnutls_pcert_import_x509_raw.3 gnutls_pcert_list_import_x509_raw.3 gnutls_pem_base64_decode.3 gnutls_pem_base64_decode_alloc.3 gnutls_pem_base64_encode.3 gnutls_pem_base64_encode_alloc.3 gnutls_perror.3 gnutls_pk_algorithm_get_name.3 gnutls_pk_bits_to_sec_param.3 gnutls_pkcs11_add_provider.3 gnutls_pkcs11_copy_secret_key.3 gnutls_pkcs11_copy_x509_crt.3 gnutls_pkcs11_copy_x509_privkey.3 gnutls_pkcs11_deinit.3 gnutls_pkcs11_delete_url.3 gnutls_pkcs11_get_pin_function.3 gnutls_pkcs11_init.3 gnutls_pkcs11_obj_deinit.3 gnutls_pkcs11_obj_export.3 gnutls_pkcs11_obj_export2.3 gnutls_pkcs11_obj_export_url.3 gnutls_pkcs11_obj_get_info.3 gnutls_pkcs11_obj_get_type.3 gnutls_pkcs11_obj_import_url.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pkcs11_obj_init.3 gnutls_pkcs11_obj_list_import_url.3 gnutls_pkcs11_obj_list_import_url2.3 gnutls_pkcs11_obj_set_pin_function.3 gnutls_pkcs11_privkey_deinit.3 gnutls_pkcs11_privkey_export_url.3 gnutls_pkcs11_privkey_generate.3 gnutls_pkcs11_privkey_generate2.3 gnutls_pkcs11_privkey_get_info.3 gnutls_pkcs11_privkey_get_pk_algorithm.3 gnutls_pkcs11_privkey_import_url.3 gnutls_pkcs11_privkey_init.3 gnutls_pkcs11_privkey_set_pin_function.3 gnutls_pkcs11_privkey_status.3 gnutls_pkcs11_reinit.3 gnutls_pkcs11_set_pin_function.3 gnutls_pkcs11_set_token_function.3 gnutls_pkcs11_token_get_flags.3 gnutls_pkcs11_token_get_info.3 gnutls_pkcs11_token_get_mechanism.3 gnutls_pkcs11_token_get_url.3 gnutls_pkcs11_token_init.3 gnutls_pkcs11_token_set_pin.3 gnutls_pkcs11_type_get_name.3 gnutls_pkcs12_bag_decrypt.3 gnutls_pkcs12_bag_deinit.3 gnutls_pkcs12_bag_encrypt.3 gnutls_pkcs12_bag_get_count.3 gnutls_pkcs12_bag_get_data.3 gnutls_pkcs12_bag_get_friendly_name.3 gnutls_pkcs12_bag_get_key_id.3 gnutls_pkcs12_bag_get_type.3 gnutls_pkcs12_bag_init.3 gnutls_pkcs12_bag_set_crl.3 gnutls_pkcs12_bag_set_crt.3 gnutls_pkcs12_bag_set_data.3 gnutls_pkcs12_bag_set_friendly_name.3 gnutls_pkcs12_bag_set_key_id.3 gnutls_pkcs12_deinit.3 gnutls_pkcs12_export.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pkcs12_export2.3 gnutls_pkcs12_generate_mac.3 gnutls_pkcs12_get_bag.3 gnutls_pkcs12_import.3 gnutls_pkcs12_init.3 gnutls_pkcs12_set_bag.3 gnutls_pkcs12_simple_parse.3 gnutls_pkcs12_verify_mac.3 gnutls_pkcs7_deinit.3 gnutls_pkcs7_delete_crl.3 gnutls_pkcs7_delete_crt.3 gnutls_pkcs7_export.3 gnutls_pkcs7_export2.3 gnutls_pkcs7_get_crl_count.3 gnutls_pkcs7_get_crl_raw.3 gnutls_pkcs7_get_crt_count.3 gnutls_pkcs7_get_crt_raw.3 gnutls_pkcs7_import.3 gnutls_pkcs7_init.3 gnutls_pkcs7_set_crl.3 gnutls_pkcs7_set_crl_raw.3 gnutls_pkcs7_set_crt.3 gnutls_pkcs7_set_crt_raw.3 gnutls_pk_get_id.3 gnutls_pk_get_name.3 gnutls_pk_list.3 gnutls_pk_to_sign.3 gnutls_prf.3 gnutls_prf_raw.3 gnutls_priority_certificate_type_list.3 gnutls_priority_compression_list.3 gnutls_priority_deinit.3 gnutls_priority_ecc_curve_list.3 gnutls_priority_get_cipher_suite_index.3 gnutls_priority_init.3 gnutls_priority_protocol_list.3 gnutls_priority_set.3 gnutls_priority_set_direct.3 gnutls_priority_sign_list.3 gnutls_privkey_decrypt_data.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_privkey_deinit.3 gnutls_privkey_get_pk_algorithm.3 gnutls_privkey_get_type.3 gnutls_privkey_import_ext.3 gnutls_privkey_import_ext2.3 gnutls_privkey_import_openpgp.3 gnutls_privkey_import_openpgp_raw.3 gnutls_privkey_import_pkcs11.3 gnutls_privkey_import_pkcs11_url.3 gnutls_privkey_import_tpm_raw.3 gnutls_privkey_import_tpm_url.3 gnutls_privkey_import_url.3 gnutls_privkey_import_x509.3 gnutls_privkey_import_x509_raw.3 gnutls_privkey_init.3 gnutls_privkey_set_pin_function.3 gnutls_privkey_sign_data.3 gnutls_privkey_sign_hash.3 gnutls_privkey_sign_raw_data.3 gnutls_privkey_status.3 gnutls_protocol_get_id.3 gnutls_protocol_get_name.3 gnutls_protocol_get_version.3 gnutls_protocol_list.3 gnutls_protocol_set_priority.3 gnutls_psk_allocate_client_credentials.3 gnutls_psk_allocate_server_credentials.3 gnutls_psk_client_get_hint.3 gnutls_psk_free_client_credentials.3 gnutls_psk_free_server_credentials.3 gnutls_psk_server_get_username.3 gnutls_psk_set_client_credentials.3 gnutls_psk_set_client_credentials_function.3 gnutls_psk_set_params_function.3 gnutls_psk_set_server_credentials_file.3 gnutls_psk_set_server_credentials_function.3 gnutls_psk_set_server_credentials_hint.3 gnutls_psk_set_server_dh_params.3 gnutls_psk_set_server_params_function.3 gnutls_pubkey_deinit.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pubkey_encrypt_data.3 gnutls_pubkey_export.3 gnutls_pubkey_export2.3 gnutls_pubkey_get_key_id.3 gnutls_pubkey_get_key_usage.3 gnutls_pubkey_get_openpgp_key_id.3 gnutls_pubkey_get_pk_algorithm.3 gnutls_pubkey_get_pk_dsa_raw.3 gnutls_pubkey_get_pk_ecc_raw.3 gnutls_pubkey_get_pk_ecc_x962.3 gnutls_pubkey_get_pk_rsa_raw.3 gnutls_pubkey_get_preferred_hash_algorithm.3 gnutls_pubkey_get_verify_algorithm.3 gnutls_pubkey_import.3 gnutls_pubkey_import_dsa_raw.3 gnutls_pubkey_import_ecc_raw.3 gnutls_pubkey_import_ecc_x962.3 gnutls_pubkey_import_openpgp.3 gnutls_pubkey_import_openpgp_raw.3 gnutls_pubkey_import_pkcs11.3 gnutls_pubkey_import_pkcs11_url.3 gnutls_pubkey_import_privkey.3 gnutls_pubkey_import_rsa_raw.3 gnutls_pubkey_import_tpm_raw.3 gnutls_pubkey_import_tpm_url.3 gnutls_pubkey_import_url.3 gnutls_pubkey_import_x509.3 gnutls_pubkey_import_x509_crq.3 gnutls_pubkey_import_x509_raw.3 gnutls_pubkey_init.3 gnutls_pubkey_print.3 gnutls_pubkey_set_key_usage.3 gnutls_pubkey_set_pin_function.3 gnutls_pubkey_verify_data.3 gnutls_pubkey_verify_data2.3 gnutls_pubkey_verify_hash.3 gnutls_pubkey_verify_hash2.3 gnutls_random_art.3 gnutls_range_split.3 gnutls_record_can_use_length_hiding.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_record_check_pending.3 gnutls_record_cork.3 gnutls_record_disable_padding.3 gnutls_record_get_direction.3 gnutls_record_get_discarded.3 gnutls_record_get_max_size.3 gnutls_record_recv.3 gnutls_record_recv_seq.3 gnutls_record_send.3 gnutls_record_send_range.3 gnutls_record_set_max_empty_records.3 gnutls_record_set_max_size.3 gnutls_record_set_timeout.3 gnutls_record_uncork.3 gnutls_rehandshake.3 gnutls_rnd.3 gnutls_rnd_refresh.3 gnutls_rsa_export_get_modulus_bits.3 gnutls_rsa_export_get_pubkey.3 gnutls_rsa_params_cpy.3 gnutls_rsa_params_deinit.3 gnutls_rsa_params_export_pkcs1.3 gnutls_rsa_params_export_raw.3 gnutls_rsa_params_generate2.3 gnutls_rsa_params_import_pkcs1.3 gnutls_rsa_params_import_raw.3 gnutls_rsa_params_init.3 gnutls_safe_renegotiation_status.3 gnutls_sec_param_get_name.3 gnutls_sec_param_to_pk_bits.3 gnutls_server_name_get.3 gnutls_server_name_set.3 gnutls_session_channel_binding.3 gnutls_session_enable_compatibility_mode.3 gnutls_session_force_valid.3 gnutls_session_get_data.3 gnutls_session_get_data2.3 gnutls_session_get_desc.3 gnutls_session_get_id.3 gnutls_session_get_id2.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_session_get_ptr.3 gnutls_session_get_random.3 gnutls_session_is_resumed.3 gnutls_session_resumption_requested.3 gnutls_session_set_data.3 gnutls_session_set_premaster.3 gnutls_session_set_ptr.3 gnutls_session_ticket_enable_client.3 gnutls_session_ticket_enable_server.3 gnutls_session_ticket_key_generate.3 gnutls_set_default_export_priority.3 gnutls_set_default_priority.3 gnutls_sign_algorithm_get.3 gnutls_sign_algorithm_get_client.3 gnutls_sign_algorithm_get_requested.3 gnutls_sign_callback_get.3 gnutls_sign_callback_set.3 gnutls_sign_get_hash_algorithm.3 gnutls_sign_get_id.3 gnutls_sign_get_name.3 gnutls_sign_get_pk_algorithm.3 gnutls_sign_is_secure.3 gnutls_sign_list.3 gnutls_srp_allocate_client_credentials.3 gnutls_srp_allocate_server_credentials.3 gnutls_srp_base64_decode.3 gnutls_srp_base64_decode_alloc.3 gnutls_srp_base64_encode.3 gnutls_srp_base64_encode_alloc.3 gnutls_srp_free_client_credentials.3 gnutls_srp_free_server_credentials.3 gnutls_srp_server_get_username.3 gnutls_srp_set_client_credentials.3 gnutls_srp_set_client_credentials_function.3 gnutls_srp_set_prime_bits.3 gnutls_srp_set_server_credentials_file.3 gnutls_srp_set_server_credentials_function.3 gnutls_srp_verifier.3 gnutls_srtp_get_keys.3 gnutls_srtp_get_mki.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_srtp_get_profile_id.3 gnutls_srtp_get_profile_name.3 gnutls_srtp_get_selected_profile.3 gnutls_srtp_set_mki.3 gnutls_srtp_set_profile.3 gnutls_srtp_set_profile_direct.3 gnutls_store_commitment.3 gnutls_store_pubkey.3 gnutls_strerror.3 gnutls_strerror_name.3 gnutls_supplemental_get_name.3 gnutls_tdb_deinit.3 gnutls_tdb_init.3 gnutls_tdb_set_store_commitment_func.3 gnutls_tdb_set_store_func.3 gnutls_tdb_set_verify_func.3 gnutls_tpm_get_registered.3 gnutls_tpm_key_list_deinit.3 gnutls_tpm_key_list_get_url.3 gnutls_tpm_privkey_delete.3 gnutls_tpm_privkey_generate.3 gnutls_transport_get_int.3 gnutls_transport_get_int2.3 gnutls_transport_get_ptr.3 gnutls_transport_get_ptr2.3 gnutls_transport_set_errno.3 gnutls_transport_set_errno_function.3 gnutls_transport_set_int.3 gnutls_transport_set_int2.3 gnutls_transport_set_ptr.3 gnutls_transport_set_ptr2.3 gnutls_transport_set_pull_function.3 gnutls_transport_set_pull_timeout_function.3 gnutls_transport_set_push_function.3 gnutls_transport_set_vec_push_function.3 gnutls_url_is_supported.3 gnutls_verify_stored_pubkey.3 gnutls_x509_crl_check_issuer.3 gnutls_x509_crl_deinit.3 gnutls_x509_crl_export.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crl_export2.3 gnutls_x509_crl_get_authority_key_gn_serial.3 gnutls_x509_crl_get_authority_key_id.3 gnutls_x509_crl_get_crt_count.3 gnutls_x509_crl_get_crt_serial.3 gnutls_x509_crl_get_dn_oid.3 gnutls_x509_crl_get_extension_data.3 gnutls_x509_crl_get_extension_info.3 gnutls_x509_crl_get_extension_oid.3 gnutls_x509_crl_get_issuer_dn.3 gnutls_x509_crl_get_issuer_dn2.3 gnutls_x509_crl_get_issuer_dn_by_oid.3 gnutls_x509_crl_get_next_update.3 gnutls_x509_crl_get_number.3 gnutls_x509_crl_get_raw_issuer_dn.3 gnutls_x509_crl_get_signature.3 gnutls_x509_crl_get_signature_algorithm.3 gnutls_x509_crl_get_this_update.3 gnutls_x509_crl_get_version.3 gnutls_x509_crl_import.3 gnutls_x509_crl_init.3 gnutls_x509_crl_list_import.3 gnutls_x509_crl_list_import2.3 gnutls_x509_crl_print.3 gnutls_x509_crl_privkey_sign.3 gnutls_x509_crl_set_authority_key_id.3 gnutls_x509_crl_set_crt.3 gnutls_x509_crl_set_crt_serial.3 gnutls_x509_crl_set_next_update.3 gnutls_x509_crl_set_number.3 gnutls_x509_crl_set_this_update.3 gnutls_x509_crl_set_version.3 gnutls_x509_crl_sign.3 gnutls_x509_crl_sign2.3 gnutls_x509_crl_verify.3 gnutls_x509_crq_deinit.3 gnutls_x509_crq_export.3 gnutls_x509_crq_export2.3 gnutls_x509_crq_get_attribute_by_oid.3 gnutls_x509_crq_get_attribute_data.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crq_get_attribute_info.3 gnutls_x509_crq_get_basic_constraints.3 gnutls_x509_crq_get_challenge_password.3 gnutls_x509_crq_get_dn.3 gnutls_x509_crq_get_dn2.3 gnutls_x509_crq_get_dn_by_oid.3 gnutls_x509_crq_get_dn_oid.3 gnutls_x509_crq_get_extension_by_oid.3 gnutls_x509_crq_get_extension_data.3 gnutls_x509_crq_get_extension_info.3 gnutls_x509_crq_get_key_id.3 gnutls_x509_crq_get_key_purpose_oid.3 gnutls_x509_crq_get_key_rsa_raw.3 gnutls_x509_crq_get_key_usage.3 gnutls_x509_crq_get_pk_algorithm.3 gnutls_x509_crq_get_private_key_usage_period.3 gnutls_x509_crq_get_subject_alt_name.3 gnutls_x509_crq_get_subject_alt_othername_oid.3 gnutls_x509_crq_get_version.3 gnutls_x509_crq_import.3 gnutls_x509_crq_init.3 gnutls_x509_crq_print.3 gnutls_x509_crq_privkey_sign.3 gnutls_x509_crq_set_attribute_by_oid.3 gnutls_x509_crq_set_basic_constraints.3 gnutls_x509_crq_set_challenge_password.3 gnutls_x509_crq_set_dn.3 gnutls_x509_crq_set_dn_by_oid.3 gnutls_x509_crq_set_key.3 gnutls_x509_crq_set_key_purpose_oid.3 gnutls_x509_crq_set_key_rsa_raw.3 gnutls_x509_crq_set_key_usage.3 gnutls_x509_crq_set_private_key_usage_period.3 gnutls_x509_crq_set_pubkey.3 gnutls_x509_crq_set_subject_alt_name.3 gnutls_x509_crq_set_version.3 gnutls_x509_crq_sign.3 gnutls_x509_crq_sign2.3 gnutls_x509_crq_verify.3 gnutls_x509_crt_check_hostname.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_check_issuer.3 gnutls_x509_crt_check_revocation.3 gnutls_x509_crt_cpy_crl_dist_points.3 gnutls_x509_crt_deinit.3 gnutls_x509_crt_export.3 gnutls_x509_crt_export2.3 gnutls_x509_crt_get_activation_time.3 gnutls_x509_crt_get_authority_info_access.3 gnutls_x509_crt_get_authority_key_gn_serial.3 gnutls_x509_crt_get_authority_key_id.3 gnutls_x509_crt_get_basic_constraints.3 gnutls_x509_crt_get_ca_status.3 gnutls_x509_crt_get_crl_dist_points.3 gnutls_x509_crt_get_dn.3 gnutls_x509_crt_get_dn2.3 gnutls_x509_crt_get_dn_by_oid.3 gnutls_x509_crt_get_dn_oid.3 gnutls_x509_crt_get_expiration_time.3 gnutls_x509_crt_get_extension_by_oid.3 gnutls_x509_crt_get_extension_data.3 gnutls_x509_crt_get_extension_info.3 gnutls_x509_crt_get_extension_oid.3 gnutls_x509_crt_get_fingerprint.3 gnutls_x509_crt_get_issuer.3 gnutls_x509_crt_get_issuer_alt_name.3 gnutls_x509_crt_get_issuer_alt_name2.3 gnutls_x509_crt_get_issuer_alt_othername_oid.3 gnutls_x509_crt_get_issuer_dn.3 gnutls_x509_crt_get_issuer_dn2.3 gnutls_x509_crt_get_issuer_dn_by_oid.3 gnutls_x509_crt_get_issuer_dn_oid.3 gnutls_x509_crt_get_issuer_unique_id.3 gnutls_x509_crt_get_key_id.3 gnutls_x509_crt_get_key_purpose_oid.3 gnutls_x509_crt_get_key_usage.3 gnutls_x509_crt_get_pk_algorithm.3 gnutls_x509_crt_get_pk_dsa_raw.3 gnutls_x509_crt_get_pk_rsa_raw.3 gnutls_x509_crt_get_policy.3 gnutls_x509_crt_get_preferred_hash_algorithm.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_get_private_key_usage_period.3 gnutls_x509_crt_get_proxy.3 gnutls_x509_crt_get_raw_dn.3 gnutls_x509_crt_get_raw_issuer_dn.3 gnutls_x509_crt_get_serial.3 gnutls_x509_crt_get_signature.3 gnutls_x509_crt_get_signature_algorithm.3 gnutls_x509_crt_get_subject.3 gnutls_x509_crt_get_subject_alt_name.3 gnutls_x509_crt_get_subject_alt_name2.3 gnutls_x509_crt_get_subject_alt_othername_oid.3 gnutls_x509_crt_get_subject_key_id.3 gnutls_x509_crt_get_subject_unique_id.3 gnutls_x509_crt_get_verify_algorithm.3 gnutls_x509_crt_get_version.3 gnutls_x509_crt_import.3 gnutls_x509_crt_import_pkcs11.3 gnutls_x509_crt_import_pkcs11_url.3 gnutls_x509_crt_init.3 gnutls_x509_crt_list_import.3 gnutls_x509_crt_list_import2.3 gnutls_x509_crt_list_import_pkcs11.3 gnutls_x509_crt_list_verify.3 gnutls_x509_crt_print.3 gnutls_x509_crt_privkey_sign.3 gnutls_x509_crt_set_activation_time.3 gnutls_x509_crt_set_authority_info_access.3 gnutls_x509_crt_set_authority_key_id.3 gnutls_x509_crt_set_basic_constraints.3 gnutls_x509_crt_set_ca_status.3 gnutls_x509_crt_set_crl_dist_points.3 gnutls_x509_crt_set_crl_dist_points2.3 gnutls_x509_crt_set_crq.3 gnutls_x509_crt_set_crq_extensions.3 gnutls_x509_crt_set_dn.3 gnutls_x509_crt_set_dn_by_oid.3 gnutls_x509_crt_set_expiration_time.3 gnutls_x509_crt_set_extension_by_oid.3 gnutls_x509_crt_set_issuer_dn.3 gnutls_x509_crt_set_issuer_dn_by_oid.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_set_key.3 gnutls_x509_crt_set_key_purpose_oid.3 gnutls_x509_crt_set_key_usage.3 gnutls_x509_crt_set_pin_function.3 gnutls_x509_crt_set_policy.3 gnutls_x509_crt_set_private_key_usage_period.3 gnutls_x509_crt_set_proxy.3 gnutls_x509_crt_set_proxy_dn.3 gnutls_x509_crt_set_pubkey.3 gnutls_x509_crt_set_serial.3 gnutls_x509_crt_set_subject_alternative_name.3 gnutls_x509_crt_set_subject_alt_name.3 gnutls_x509_crt_set_subject_key_id.3 gnutls_x509_crt_set_version.3 gnutls_x509_crt_sign.3 gnutls_x509_crt_sign2.3 gnutls_x509_crt_verify.3 gnutls_x509_crt_verify_data.3 gnutls_x509_crt_verify_hash.3 gnutls_x509_dn_deinit.3 gnutls_x509_dn_export.3 gnutls_x509_dn_export2.3 gnutls_x509_dn_get_rdn_ava.3 gnutls_x509_dn_import.3 gnutls_x509_dn_init.3 gnutls_x509_dn_oid_known.3 gnutls_x509_dn_oid_name.3 gnutls_x509_policy_release.3 gnutls_x509_privkey_cpy.3 gnutls_x509_privkey_deinit.3 gnutls_x509_privkey_export.3 gnutls_x509_privkey_export2.3 gnutls_x509_privkey_export2_pkcs8.3 gnutls_x509_privkey_export_dsa_raw.3 gnutls_x509_privkey_export_ecc_raw.3 gnutls_x509_privkey_export_pkcs8.3 gnutls_x509_privkey_export_rsa_raw.3 gnutls_x509_privkey_export_rsa_raw2.3 gnutls_x509_privkey_fix.3 gnutls_x509_privkey_generate.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_privkey_get_key_id.3 gnutls_x509_privkey_get_pk_algorithm.3 gnutls_x509_privkey_get_pk_algorithm2.3 gnutls_x509_privkey_import.3 gnutls_x509_privkey_import2.3 gnutls_x509_privkey_import_dsa_raw.3 gnutls_x509_privkey_import_ecc_raw.3 gnutls_x509_privkey_import_openssl.3 gnutls_x509_privkey_import_pkcs8.3 gnutls_x509_privkey_import_rsa_raw.3 gnutls_x509_privkey_import_rsa_raw2.3 gnutls_x509_privkey_init.3 gnutls_x509_privkey_sec_param.3 gnutls_x509_privkey_sign_data.3 gnutls_x509_privkey_sign_hash.3 gnutls_x509_privkey_verify_params.3 gnutls_x509_rdn_get.3 gnutls_x509_rdn_get_by_oid.3 gnutls_x509_rdn_get_oid.3 gnutls_x509_trust_list_add_cas.3 gnutls_x509_trust_list_add_crls.3 gnutls_x509_trust_list_add_named_crt.3 gnutls_x509_trust_list_add_system_trust.3 gnutls_x509_trust_list_add_trust_file.3 gnutls_x509_trust_list_add_trust_mem.3 gnutls_x509_trust_list_deinit.3 gnutls_x509_trust_list_get_issuer.3 gnutls_x509_trust_list_init.3 gnutls_x509_trust_list_remove_cas.3 gnutls_x509_trust_list_remove_trust_file.3 gnutls_x509_trust_list_remove_trust_mem.3 gnutls_x509_trust_list_verify_crt.3 gnutls_x509_trust_list_verify_named_crt.3 '/usr/share/man/man3' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in credentials unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in latex unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls-handshake-state.png gnutls-layers.png gnutls-modauth.png gnutls-pgp.png gnutls-client-server-use-case.png gnutls-handshake-sequence.png gnutls-internals.png gnutls-logo.png gnutls-x509.png pkcs11-vision.png '/usr/share/info' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./gnutls.info ./gnutls.info-1 ./gnutls.info-2 ./gnutls.info-3 ./gnutls.info-4 ./gnutls.info-5 ./gnutls-guile.info '/usr/share/info' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls.info' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls-guile.info' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in rsa-md5-collision unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in pkcs1-padding unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in pkcs8-decode unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in pkcs12-decode unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in userid unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in cert-tests unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in key-id unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in sha2 unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in safe-renegotiation unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in dsa unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in ecdsa unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in slow unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in dtls unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Making install in openpgp-certs unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 16:05:39 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install bison is already the newest version. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install cmake is already the newest version. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install flex is already the newest version. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install g++ is already the newest version. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install g++ set to manually installed. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install gcc is already the newest version. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install gcc set to manually installed. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libsctp-dev is already the newest version. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libsctp1 is already the newest version. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install cmake-curses-gui is already the newest version. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install gdb is already the newest version. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libgcrypt11-dev is already the newest version. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libmysqlclient-dev is already the newest version. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install comerr-dev dh-apparmor gettext intltool-debian krb5-multidev libasprintf-dev unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libexpat1-dev unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri libgl1-mesa-glx unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq5 libpython-dev unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial-common po-debconf python2.7-dev swig2.0 unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install tcl tcl8.6 tk tk8.6 x11-utils xbitmaps xterm unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install doc-base dh-make apparmor-easyprof gettext-doc krb5-doc libglide3 krb5-user unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install postgresql-doc-9.3 qct kdiff3 kdiff3-qt kompare meld tkcvs mgdiff unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install python-mysqldb python-pygments libmail-box-perl openssl-blacklist swig-doc unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install swig-examples swig2.0-examples swig2.0-doc tcl-tclreadline mesa-utils unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install xfonts-cyrillic unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install wish unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install comerr-dev debhelper dh-apparmor gettext intltool-debian krb5-multidev unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libasprintf-dev libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libexpat1-dev libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libgl1-mesa-glx libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libkdb5-7 libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq-dev libpq5 unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libpython-dev libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libxml2-dev libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial mercurial-common po-debconf python-dev unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install python2.7-dev ssl-cert swig swig2.0 tcl tcl8.6 tk tk8.6 x11-utils xbitmaps unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install xterm unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install 0 upgraded, 73 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install Need to get 43.0 MB of archives. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install After this operation, 135 MB of additional disk space will be used. unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcroco3 amd64 0.6.8-2ubuntu1 [82.4 kB] unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpciaccess0 amd64 0.13.2-1 [20.4 kB] unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-intel1 amd64 2.4.67-1ubuntu0.14.04.2 [55.3 kB] unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-nouveau2 amd64 2.4.67-1ubuntu0.14.04.2 [16.0 kB] unit-oai-hss-0: 16:05:40 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-radeon1 amd64 2.4.67-1ubuntu0.14.04.2 [21.2 kB] unit-oai-hss-0: 16:05:41 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfontenc1 amd64 1:1.1.2-1 [15.6 kB] unit-oai-hss-0: 16:05:41 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libunistring0 amd64 0.9.3-5ubuntu3 [271 kB] unit-oai-hss-0: 16:05:41 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo0 amd64 0.18.3.1-1ubuntu3 [108 kB] unit-oai-hss-0: 16:05:41 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libllvm3.4 amd64 1:3.4-1ubuntu3 [6540 kB] unit-oai-hss-0: 16:05:41 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgl1-mesa-dri amd64 10.1.3-0ubuntu0.6 [4823 kB] unit-oai-hss-0: 16:05:42 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libglapi-mesa amd64 10.1.3-0ubuntu0.6 [21.0 kB] unit-oai-hss-0: 16:05:42 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libx11-xcb1 amd64 2:1.6.2-1ubuntu2 [9426 B] unit-oai-hss-0: 16:05:42 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-dri2-0 amd64 1.10-2ubuntu1 [6710 B] unit-oai-hss-0: 16:05:42 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-dri3-0 amd64 1.10-2ubuntu1 [5118 B] unit-oai-hss-0: 16:05:42 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-glx0 amd64 1.10-2ubuntu1 [20.0 kB] unit-oai-hss-0: 16:05:42 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-present0 amd64 1.10-2ubuntu1 [5254 B] unit-oai-hss-0: 16:05:42 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-sync1 amd64 1.10-2ubuntu1 [8090 B] unit-oai-hss-0: 16:05:42 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxdamage1 amd64 1:1.1.4-1ubuntu1 [7612 B] unit-oai-hss-0: 16:05:42 DEBUG unit.oai-hss/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxfixes3 amd64 1:5.0.1-1ubuntu1.1 [10.4 kB] unit-oai-hss-0: 16:05:42 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxshmfence1 amd64 1.1-2 [4644 B] unit-oai-hss-0: 16:05:42 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxxf86vm1 amd64 1:1.1.3-1 [11.7 kB] unit-oai-hss-0: 16:05:42 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgl1-mesa-glx amd64 10.1.3-0ubuntu0.6 [113 kB] unit-oai-hss-0: 16:05:43 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgssrpc4 amd64 1.12+dfsg-2ubuntu5.3 [53.1 kB] unit-oai-hss-0: 16:05:43 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkadm5clnt-mit9 amd64 1.12+dfsg-2ubuntu5.3 [36.1 kB] unit-oai-hss-0: 16:05:43 DEBUG unit.oai-hss/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkdb5-7 amd64 1.12+dfsg-2ubuntu5.3 [36.2 kB] unit-oai-hss-0: 16:05:43 DEBUG unit.oai-hss/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkadm5srv-mit9 amd64 1.12+dfsg-2ubuntu5.3 [50.3 kB] unit-oai-hss-0: 16:05:43 DEBUG unit.oai-hss/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] unit-oai-hss-0: 16:05:43 DEBUG unit.oai-hss/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] unit-oai-hss-0: 16:05:44 DEBUG unit.oai-hss/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtcl8.6 amd64 8.6.1-4ubuntu1 [841 kB] unit-oai-hss-0: 16:05:44 DEBUG unit.oai-hss/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxft2 amd64 2.3.1-2 [36.2 kB] unit-oai-hss-0: 16:05:44 DEBUG unit.oai-hss/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxss1 amd64 1:1.2.2-1 [8582 B] unit-oai-hss-0: 16:05:44 DEBUG unit.oai-hss/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtk8.6 amd64 8.6.1-3ubuntu2 [689 kB] unit-oai-hss-0: 16:05:44 DEBUG unit.oai-hss/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxmu6 amd64 2:1.1.1-1 [53.8 kB] unit-oai-hss-0: 16:05:44 DEBUG unit.oai-hss/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] unit-oai-hss-0: 16:05:44 DEBUG unit.oai-hss/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxaw7 amd64 2:1.0.12-1 [168 kB] unit-oai-hss-0: 16:05:44 DEBUG unit.oai-hss/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-shape0 amd64 1.10-2ubuntu1 [5654 B] unit-oai-hss-0: 16:05:44 DEBUG unit.oai-hss/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcomposite1 amd64 1:0.4.4-1 [7714 B] unit-oai-hss-0: 16:05:45 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxinerama1 amd64 2:1.1.3-1 [7908 B] unit-oai-hss-0: 16:05:45 DEBUG unit.oai-hss/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxrandr2 amd64 2:1.5.0-1~trusty1 [17.5 kB] unit-oai-hss-0: 16:05:45 DEBUG unit.oai-hss/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxtst6 amd64 2:1.2.2-1 [14.1 kB] unit-oai-hss-0: 16:05:45 DEBUG unit.oai-hss/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxv1 amd64 2:1.0.10-1 [10.3 kB] unit-oai-hss-0: 16:05:45 DEBUG unit.oai-hss/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB] unit-oai-hss-0: 16:05:45 DEBUG unit.oai-hss/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 [51.8 kB] unit-oai-hss-0: 16:05:45 DEBUG unit.oai-hss/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gettext amd64 0.18.3.1-1ubuntu3 [829 kB] unit-oai-hss-0: 16:05:45 DEBUG unit.oai-hss/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main intltool-debian all 0.35.0+20060710.1 [31.6 kB] unit-oai-hss-0: 16:05:45 DEBUG unit.oai-hss/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main po-debconf all 1.0.16+nmu2ubuntu1 [210 kB] unit-oai-hss-0: 16:05:45 DEBUG unit.oai-hss/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dh-apparmor all 2.10.95-0ubuntu2.6~14.04.3 [11.6 kB] unit-oai-hss-0: 16:05:45 DEBUG unit.oai-hss/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main debhelper all 9.20131227ubuntu1 [604 kB] unit-oai-hss-0: 16:05:46 DEBUG unit.oai-hss/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main comerr-dev amd64 2.1-1.42.9-3ubuntu1.3 [38.3 kB] unit-oai-hss-0: 16:05:46 DEBUG unit.oai-hss/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main krb5-multidev amd64 1.12+dfsg-2ubuntu5.3 [111 kB] unit-oai-hss-0: 16:05:46 DEBUG unit.oai-hss/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasprintf-dev amd64 0.18.3.1-1ubuntu3 [4438 B] unit-oai-hss-0: 16:05:46 DEBUG unit.oai-hss/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo-dev amd64 0.18.3.1-1ubuntu3 [122 kB] unit-oai-hss-0: 16:05:46 DEBUG unit.oai-hss/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsys-hostname-long-perl all 1.4-3 [11.3 kB] unit-oai-hss-0: 16:05:46 DEBUG unit.oai-hss/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmail-sendmail-perl all 0.79.16-1 [26.5 kB] unit-oai-hss-0: 16:05:46 DEBUG unit.oai-hss/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpq5 amd64 9.3.24-0ubuntu0.14.04 [78.5 kB] unit-oai-hss-0: 16:05:46 DEBUG unit.oai-hss/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpq-dev amd64 9.3.24-0ubuntu0.14.04 [140 kB] unit-oai-hss-0: 16:05:46 DEBUG unit.oai-hss/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpython-dev amd64 2.7.5-5ubuntu3 [7078 B] unit-oai-hss-0: 16:05:46 DEBUG unit.oai-hss/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libutempter0 amd64 1.1.5-4build1 [8366 B] unit-oai-hss-0: 16:05:46 DEBUG unit.oai-hss/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] unit-oai-hss-0: 16:05:46 DEBUG unit.oai-hss/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial-common all 2.8.2-1ubuntu1.3 [1520 kB] unit-oai-hss-0: 16:05:47 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial amd64 2.8.2-1ubuntu1.3 [41.1 kB] unit-oai-hss-0: 16:05:47 DEBUG unit.oai-hss/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] unit-oai-hss-0: 16:05:47 DEBUG unit.oai-hss/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-dev amd64 2.7.5-5ubuntu3 [1166 B] unit-oai-hss-0: 16:05:47 DEBUG unit.oai-hss/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ssl-cert all 1.0.33 [16.6 kB] unit-oai-hss-0: 16:05:47 DEBUG unit.oai-hss/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main swig2.0 amd64 2.0.11-1ubuntu2 [875 kB] unit-oai-hss-0: 16:05:47 DEBUG unit.oai-hss/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main swig amd64 2.0.11-1ubuntu2 [6272 B] unit-oai-hss-0: 16:05:47 DEBUG unit.oai-hss/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tcl8.6 amd64 8.6.1-4ubuntu1 [14.2 kB] unit-oai-hss-0: 16:05:47 DEBUG unit.oai-hss/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tcl amd64 8.6.0+6ubuntu3 [4900 B] unit-oai-hss-0: 16:05:47 DEBUG unit.oai-hss/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tk8.6 amd64 8.6.1-3ubuntu2 [12.1 kB] unit-oai-hss-0: 16:05:47 DEBUG unit.oai-hss/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tk amd64 8.6.0+6ubuntu3 [3192 B] unit-oai-hss-0: 16:05:47 DEBUG unit.oai-hss/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main x11-utils amd64 7.7+1 [230 kB] unit-oai-hss-0: 16:05:48 DEBUG unit.oai-hss/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main xbitmaps all 1.1.1-2 [28.1 kB] unit-oai-hss-0: 16:05:48 DEBUG unit.oai-hss/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main xterm amd64 297-1ubuntu1 [665 kB] unit-oai-hss-0: 16:05:48 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 16:05:48 DEBUG unit.oai-hss/0.install Extracting templates from packages: 41% Extracting templates from packages: 82% Extracting templates from packages: 100% unit-oai-hss-0: 16:05:48 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 16:05:48 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 16:05:48 DEBUG unit.oai-hss/0.install Fetched 43.0 MB in 8s (5342 kB/s) unit-oai-hss-0: 16:05:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcroco3:amd64. unit-oai-hss-0: 16:05:48 DEBUG unit.oai-hss/0.install (Reading database ... 118505 files and directories currently installed.) unit-oai-hss-0: 16:05:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcroco3_0.6.8-2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:05:48 DEBUG unit.oai-hss/0.install Unpacking libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 16:05:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpciaccess0:amd64. unit-oai-hss-0: 16:05:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpciaccess0_0.13.2-1_amd64.deb ... unit-oai-hss-0: 16:05:48 DEBUG unit.oai-hss/0.install Unpacking libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-intel1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Unpacking libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-nouveau2_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Unpacking libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-radeon1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Unpacking libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontenc1:amd64. unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontenc1_1%3a1.1.2-1_amd64.deb ... unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Unpacking libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libunistring0:amd64. unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libunistring0_0.9.3-5ubuntu3_amd64.deb ... unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Unpacking libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo0:amd64. unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo0_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Unpacking libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libllvm3.4:amd64. unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libllvm3.4_1%3a3.4-1ubuntu3_amd64.deb ... unit-oai-hss-0: 16:05:49 DEBUG unit.oai-hss/0.install Unpacking libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-abot-epc-basic-0: 16:05:49 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 16:05:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-oai-hss-0: 16:05:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 16:05:50 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libglapi-mesa_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Unpacking libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.2-1ubuntu2_amd64.deb ... unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Unpacking libx11-xcb1:amd64 (2:1.6.2-1ubuntu2) ... unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri2-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri3-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-glx0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Unpacking libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-present0:amd64. unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-present0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Unpacking libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-sync1_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Unpacking libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxdamage1:amd64. unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Unpacking libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxfixes3:amd64. unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 16:05:51 DEBUG unit.oai-hss/0.install Unpacking libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 16:05:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxshmfence1:amd64. unit-oai-hss-0: 16:05:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxshmfence1_1.1-2_amd64.deb ... unit-oai-hss-0: 16:05:52 DEBUG unit.oai-hss/0.install Unpacking libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 16:05:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-oai-hss-0: 16:05:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 16:05:52 DEBUG unit.oai-hss/0.install Unpacking libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 16:05:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-oai-hss-0: 16:05:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-glx_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 16:05:52 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 16:05:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgssrpc4:amd64. unit-oai-hss-0: 16:05:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgssrpc4_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 16:05:52 DEBUG unit.oai-hss/0.install Unpacking libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:05:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5clnt-mit9:amd64. unit-oai-hss-0: 16:05:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5clnt-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 16:05:52 DEBUG unit.oai-hss/0.install Unpacking libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:05:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkdb5-7:amd64. unit-oai-hss-0: 16:05:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkdb5-7_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 16:05:52 DEBUG unit.oai-hss/0.install Unpacking libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:05:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5srv-mit9:amd64. unit-oai-hss-0: 16:05:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5srv-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 16:05:53 DEBUG unit.oai-hss/0.install Unpacking libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:05:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-oai-hss-0: 16:05:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 16:05:53 DEBUG unit.oai-hss/0.install Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 16:05:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-oai-hss-0: 16:05:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 16:05:53 DEBUG unit.oai-hss/0.install Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtcl8.6:amd64. unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Unpacking libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxft2:amd64. unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxft2_2.3.1-2_amd64.deb ... unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Unpacking libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxss1:amd64. unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtk8.6:amd64. unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Unpacking libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxmu6:amd64. unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxmu6_2%3a1.1.1-1_amd64.deb ... unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Unpacking libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxpm4:amd64. unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxaw7:amd64. unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxaw7_2%3a1.0.12-1_amd64.deb ... unit-oai-hss-0: 16:05:55 DEBUG unit.oai-hss/0.install Unpacking libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 16:05:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-oai-hss-0: 16:05:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-shape0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:05:56 DEBUG unit.oai-hss/0.install Unpacking libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:05:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcomposite1:amd64. unit-oai-hss-0: 16:05:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 16:05:56 DEBUG unit.oai-hss/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 16:05:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxinerama1:amd64. unit-oai-hss-0: 16:05:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 16:05:56 DEBUG unit.oai-hss/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 16:05:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrandr2:amd64. unit-oai-hss-0: 16:05:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1~trusty1_amd64.deb ... unit-oai-hss-0: 16:05:56 DEBUG unit.oai-hss/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 16:05:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxtst6:amd64. unit-oai-hss-0: 16:05:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 16:05:56 DEBUG unit.oai-hss/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 16:05:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxv1:amd64. unit-oai-hss-0: 16:05:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package gettext. unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../gettext_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Unpacking gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package intltool-debian. unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Unpacking intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package po-debconf. unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../po-debconf_1.0.16+nmu2ubuntu1_all.deb ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Unpacking po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package dh-apparmor. unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../dh-apparmor_2.10.95-0ubuntu2.6~14.04.3_all.deb ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Unpacking dh-apparmor (2.10.95-0ubuntu2.6~14.04.3) ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package debhelper. unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../debhelper_9.20131227ubuntu1_all.deb ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Unpacking debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package comerr-dev. unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../comerr-dev_2.1-1.42.9-3ubuntu1.3_amd64.deb ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Unpacking comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package krb5-multidev. unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../krb5-multidev_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Unpacking krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasprintf-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Unpacking libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Unpacking libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Unpacking libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmail-sendmail-perl. unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq5. unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq5_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 16:05:57 DEBUG unit.oai-hss/0.install Unpacking libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 16:05:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq-dev. unit-oai-hss-0: 16:05:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq-dev_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 16:05:58 DEBUG unit.oai-hss/0.install Unpacking libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 16:05:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython-dev:amd64. unit-oai-hss-0: 16:05:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 16:05:58 DEBUG unit.oai-hss/0.install Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 16:05:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libutempter0. unit-oai-hss-0: 16:05:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libutempter0_1.1.5-4build1_amd64.deb ... unit-oai-hss-0: 16:05:58 DEBUG unit.oai-hss/0.install Unpacking libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 16:05:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxml2-dev:amd64. unit-oai-hss-0: 16:05:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... unit-oai-hss-0: 16:05:58 DEBUG unit.oai-hss/0.install Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 16:05:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial-common. unit-oai-hss-0: 16:05:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial-common_2.8.2-1ubuntu1.3_all.deb ... unit-oai-hss-0: 16:05:59 DEBUG unit.oai-hss/0.install Unpacking mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 16:05:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial. unit-oai-hss-0: 16:05:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial_2.8.2-1ubuntu1.3_amd64.deb ... unit-oai-hss-0: 16:05:59 DEBUG unit.oai-hss/0.install Unpacking mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 16:05:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package python2.7-dev. unit-oai-hss-0: 16:05:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 16:05:59 DEBUG unit.oai-hss/0.install Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 16:05:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-dev. unit-oai-hss-0: 16:05:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 16:05:59 DEBUG unit.oai-hss/0.install Unpacking python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 16:05:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package ssl-cert. unit-oai-hss-0: 16:05:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../ssl-cert_1.0.33_all.deb ... unit-oai-hss-0: 16:05:59 DEBUG unit.oai-hss/0.install Unpacking ssl-cert (1.0.33) ... unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig2.0. unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig2.0_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Unpacking swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig. unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Unpacking swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl8.6. unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Unpacking tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl. unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Unpacking tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk8.6. unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Unpacking tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk. unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Unpacking tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-utils. unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-utils_7.7+1_amd64.deb ... unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Unpacking x11-utils (7.7+1) ... unit-oai-hss-0: 16:06:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package xbitmaps. unit-oai-hss-0: 16:06:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-oai-hss-0: 16:06:01 DEBUG unit.oai-hss/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 16:06:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package xterm. unit-oai-hss-0: 16:06:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../xterm_297-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:06:01 DEBUG unit.oai-hss/0.install Unpacking xterm (297-1ubuntu1) ... unit-oai-hss-0: 16:06:01 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 16:06:02 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 16:06:03 DEBUG unit.oai-hss/0.install Processing triggers for mime-support (3.54ubuntu1.1) ... unit-oai-hss-0: 16:06:03 DEBUG unit.oai-hss/0.install Setting up libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 16:06:03 DEBUG unit.oai-hss/0.install Setting up libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 16:06:03 DEBUG unit.oai-hss/0.install Setting up libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 16:06:03 DEBUG unit.oai-hss/0.install Setting up libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 16:06:03 DEBUG unit.oai-hss/0.install Setting up libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 16:06:03 DEBUG unit.oai-hss/0.install Setting up libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 16:06:03 DEBUG unit.oai-hss/0.install Setting up libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 16:06:03 DEBUG unit.oai-hss/0.install Setting up libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 16:06:03 DEBUG unit.oai-hss/0.install Setting up libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libx11-xcb1:amd64 (2:1.6.2-1ubuntu2) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 16:06:04 DEBUG unit.oai-hss/0.install Setting up libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/libtxc_dxtn_s2tc.so.0 to provide /usr/lib/x86_64-linux-gnu/libtxc_dxtn.so (libtxc-dxtn-x86_64-linux-gnu) in auto mode unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up dh-apparmor (2.10.95-0ubuntu2.6~14.04.3) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 16:06:05 DEBUG unit.oai-hss/0.install Setting up libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 16:06:06 DEBUG unit.oai-hss/0.install Setting up libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 16:06:06 DEBUG unit.oai-hss/0.install Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 16:06:06 DEBUG unit.oai-hss/0.install Setting up libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 16:06:06 DEBUG unit.oai-hss/0.install Creating utempter group... unit-oai-hss-0: 16:06:06 DEBUG unit.oai-hss/0.install Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 16:06:06 DEBUG unit.oai-hss/0.install Setting up mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 16:06:07 DEBUG unit.oai-hss/0.install Setting up mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 16:06:07 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:07 DEBUG unit.oai-hss/0.install Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version unit-oai-hss-0: 16:06:07 DEBUG unit.oai-hss/0.install Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 16:06:07 DEBUG unit.oai-hss/0.install Setting up python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 16:06:07 DEBUG unit.oai-hss/0.install Setting up ssl-cert (1.0.33) ... unit-oai-hss-0: 16:06:07 DEBUG unit.oai-hss/0.install Setting up swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 16:06:07 DEBUG unit.oai-hss/0.install Setting up swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 16:06:07 DEBUG unit.oai-hss/0.install Setting up tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 16:06:07 DEBUG unit.oai-hss/0.install Setting up tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 16:06:07 DEBUG unit.oai-hss/0.install Setting up tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 16:06:07 DEBUG unit.oai-hss/0.install Setting up tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 16:06:07 DEBUG unit.oai-hss/0.install Setting up x11-utils (7.7+1) ... unit-oai-hss-0: 16:06:07 DEBUG unit.oai-hss/0.install Setting up xbitmaps (1.1.1-2) ... unit-oai-hss-0: 16:06:07 DEBUG unit.oai-hss/0.install Setting up xterm (297-1ubuntu1) ... unit-oai-hss-0: 16:06:08 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-oai-hss-0: 16:06:08 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-oai-hss-0: 16:06:08 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:06:08 DEBUG unit.oai-hss/0.install Downloading 1.2.0 freeDiameter archive unit-oai-hss-0: 16:06:08 DEBUG unit.oai-hss/0.install Cloning into 'freediameter'... unit-oai-hss-0: 16:06:14 DEBUG unit.oai-hss/0.install -- The C compiler identification is GNU 4.8.4 unit-oai-hss-0: 16:06:14 DEBUG unit.oai-hss/0.install -- The CXX compiler identification is GNU 4.8.4 unit-oai-hss-0: 16:06:14 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc unit-oai-hss-0: 16:06:14 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc -- works unit-oai-hss-0: 16:06:14 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info unit-oai-hss-0: 16:06:14 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info - done unit-oai-hss-0: 16:06:14 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ unit-oai-hss-0: 16:06:14 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ -- works unit-oai-hss-0: 16:06:14 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info unit-oai-hss-0: 16:06:14 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info - done unit-oai-hss-0: 16:06:14 DEBUG unit.oai-hss/0.install -- Looking for bison unit-oai-hss-0: 16:06:14 DEBUG unit.oai-hss/0.install -- Looking for bison -- /usr/bin/bison unit-oai-hss-0: 16:06:14 DEBUG unit.oai-hss/0.install -- Looking for flex unit-oai-hss-0: 16:06:14 DEBUG unit.oai-hss/0.install -- Looking for flex -- /usr/bin/flex unit-oai-hss-0: 16:06:14 DEBUG unit.oai-hss/0.install -- Looking for getopt_long unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for getopt_long - found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs - found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Check if the system is big endian unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Searching 16 bit integer unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h - found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for stdint.h unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for stdint.h - found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for stddef.h unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for stddef.h - found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Check size of unsigned short unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Check size of unsigned short - done unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Using unsigned short unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Check if the system is big endian - little endian unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for ntohll unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for ntohll - not found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h - found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for strndup unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for strndup - found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h - found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for pthread_create unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for pthread_create - not found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads - not found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread - found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Found Threads: TRUE unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime - found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx - not found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Found SCTP: /usr/lib/x86_64-linux-gnu/libsctp.so unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS - Success unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Found IDNA: /usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT - Success unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Found GNUTLS: /usr/lib/libgnutls.so unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Checking GNUTLS version unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls - found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls - found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls - found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls - found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG - found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait - found unit-oai-hss-0: 16:06:15 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND - Success unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install -- Configuring done unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdproto/CMakeLists.txt: unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install Target "libfdproto" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install -lpthread;/usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install -lpthread unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdcore/CMakeLists.txt: unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install Target "libfdcore" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install libfdproto;dl;/usr/lib/x86_64-linux-gnu/libsctp.so;/usr/lib/x86_64-linux-gnu/libgcrypt.so;/usr/lib/libgnutls.so unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install -- Generating done unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install -- Build files have been written to: /tmp/freediameter/build unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install Compiling freeDiameter unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install Scanning dependencies of target version_information unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdproto unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install [ 1%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary.c.o unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install [ 2%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary_functions.c.o unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install [ 3%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dispatch.c.o unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install [ 4%] Building C object libfdproto/CMakeFiles/libfdproto.dir/fifo.c.o unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install [ 5%] Building C object libfdproto/CMakeFiles/libfdproto.dir/init.c.o unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install [ 6%] Building C object libfdproto/CMakeFiles/libfdproto.dir/lists.c.o unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install [ 7%] Building C object libfdproto/CMakeFiles/libfdproto.dir/log.c.o unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install [ 8%] Building C object libfdproto/CMakeFiles/libfdproto.dir/messages.c.o unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install [ 9%] Building C object libfdproto/CMakeFiles/libfdproto.dir/ostr.c.o unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install [ 10%] Building C object libfdproto/CMakeFiles/libfdproto.dir/portability.c.o unit-oai-hss-0: 16:06:16 DEBUG unit.oai-hss/0.install [ 11%] Building C object libfdproto/CMakeFiles/libfdproto.dir/rt_data.c.o unit-oai-hss-0: 16:06:17 DEBUG unit.oai-hss/0.install [ 12%] Building C object libfdproto/CMakeFiles/libfdproto.dir/sessions.c.o unit-oai-hss-0: 16:06:17 DEBUG unit.oai-hss/0.install [ 13%] Building C object libfdproto/CMakeFiles/libfdproto.dir/utils.c.o unit-oai-hss-0: 16:06:17 DEBUG unit.oai-hss/0.install [ 14%] Building C object libfdproto/CMakeFiles/libfdproto.dir/version.c.o unit-oai-hss-0: 16:06:17 DEBUG unit.oai-hss/0.install Linking C shared library libfdproto.so unit-oai-hss-0: 16:06:17 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 16:06:17 DEBUG unit.oai-hss/0.install [ 15%] Generating fdd.tab.c, fdd.tab.h unit-oai-hss-0: 16:06:17 DEBUG unit.oai-hss/0.install [ 16%] Generating lex.fdd.c unit-oai-hss-0: 16:06:17 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdcore unit-oai-hss-0: 16:06:17 DEBUG unit.oai-hss/0.install [ 17%] Building C object libfdcore/CMakeFiles/libfdcore.dir/apps.c.o unit-oai-hss-0: 16:06:17 DEBUG unit.oai-hss/0.install [ 18%] Building C object libfdcore/CMakeFiles/libfdcore.dir/config.c.o unit-oai-hss-0: 16:06:17 DEBUG unit.oai-hss/0.install [ 19%] Building C object libfdcore/CMakeFiles/libfdcore.dir/core.c.o unit-oai-hss-0: 16:06:17 DEBUG unit.oai-hss/0.install [ 20%] Building C object libfdcore/CMakeFiles/libfdcore.dir/cnxctx.c.o unit-oai-hss-0: 16:06:17 DEBUG unit.oai-hss/0.install [ 21%] Building C object libfdcore/CMakeFiles/libfdcore.dir/endpoints.c.o unit-oai-hss-0: 16:06:17 DEBUG unit.oai-hss/0.install [ 22%] Building C object libfdcore/CMakeFiles/libfdcore.dir/events.c.o unit-oai-hss-0: 16:06:17 DEBUG unit.oai-hss/0.install [ 23%] Building C object libfdcore/CMakeFiles/libfdcore.dir/extensions.c.o unit-oai-hss-0: 16:06:17 DEBUG unit.oai-hss/0.install [ 25%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fifo_stats.c.o unit-oai-hss-0: 16:06:17 DEBUG unit.oai-hss/0.install [ 26%] Building C object libfdcore/CMakeFiles/libfdcore.dir/hooks.c.o unit-oai-hss-0: 16:06:17 DEBUG unit.oai-hss/0.install [ 27%] Building C object libfdcore/CMakeFiles/libfdcore.dir/dict_base_proto.c.o unit-oai-hss-0: 16:06:18 DEBUG unit.oai-hss/0.install [ 28%] Building C object libfdcore/CMakeFiles/libfdcore.dir/messages.c.o unit-oai-hss-0: 16:06:18 DEBUG unit.oai-hss/0.install [ 29%] Building C object libfdcore/CMakeFiles/libfdcore.dir/queues.c.o unit-oai-hss-0: 16:06:18 DEBUG unit.oai-hss/0.install [ 30%] Building C object libfdcore/CMakeFiles/libfdcore.dir/peers.c.o unit-oai-hss-0: 16:06:18 DEBUG unit.oai-hss/0.install [ 31%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_ce.c.o unit-oai-hss-0: 16:06:18 DEBUG unit.oai-hss/0.install [ 32%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_cnx.c.o unit-oai-hss-0: 16:06:18 DEBUG unit.oai-hss/0.install [ 33%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dw.c.o unit-oai-hss-0: 16:06:18 DEBUG unit.oai-hss/0.install [ 34%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dp.c.o unit-oai-hss-0: 16:06:18 DEBUG unit.oai-hss/0.install [ 35%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_expiry.c.o unit-oai-hss-0: 16:06:18 DEBUG unit.oai-hss/0.install [ 36%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_out.c.o unit-oai-hss-0: 16:06:18 DEBUG unit.oai-hss/0.install [ 37%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_psm.c.o unit-oai-hss-0: 16:06:18 DEBUG unit.oai-hss/0.install [ 38%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_sr.c.o unit-oai-hss-0: 16:06:18 DEBUG unit.oai-hss/0.install [ 39%] Building C object libfdcore/CMakeFiles/libfdcore.dir/routing_dispatch.c.o unit-oai-hss-0: 16:06:18 DEBUG unit.oai-hss/0.install [ 40%] Building C object libfdcore/CMakeFiles/libfdcore.dir/server.c.o unit-oai-hss-0: 16:06:18 DEBUG unit.oai-hss/0.install [ 41%] Building C object libfdcore/CMakeFiles/libfdcore.dir/tcp.c.o unit-oai-hss-0: 16:06:19 DEBUG unit.oai-hss/0.install [ 42%] Building C object libfdcore/CMakeFiles/libfdcore.dir/version.c.o unit-oai-hss-0: 16:06:19 DEBUG unit.oai-hss/0.install [ 43%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp.c.o unit-oai-hss-0: 16:06:19 DEBUG unit.oai-hss/0.install [ 44%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp3436.c.o unit-oai-hss-0: 16:06:19 DEBUG unit.oai-hss/0.install [ 45%] Building C object libfdcore/CMakeFiles/libfdcore.dir/lex.fdd.c.o unit-oai-hss-0: 16:06:19 DEBUG unit.oai-hss/0.install [ 46%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fdd.tab.c.o unit-oai-hss-0: 16:06:19 DEBUG unit.oai-hss/0.install Linking C shared library libfdcore.so unit-oai-hss-0: 16:06:19 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 16:06:19 DEBUG unit.oai-hss/0.install Scanning dependencies of target freeDiameterd unit-oai-hss-0: 16:06:19 DEBUG unit.oai-hss/0.install [ 47%] Building C object freeDiameterd/CMakeFiles/freeDiameterd.dir/main.c.o unit-oai-hss-0: 16:06:19 DEBUG unit.oai-hss/0.install Linking C executable freeDiameterd unit-oai-hss-0: 16:06:19 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 16:06:19 DEBUG unit.oai-hss/0.install Scanning dependencies of target testcnx unit-oai-hss-0: 16:06:19 DEBUG unit.oai-hss/0.install [ 48%] Building C object tests/CMakeFiles/testcnx.dir/testcnx.c.o unit-oai-hss-0: 16:06:19 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install Linking C executable testcnx unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdict unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install [ 50%] Building C object tests/CMakeFiles/testdict.dir/testdict.c.o unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install Linking C executable testdict unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdisp unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install [ 51%] Building C object tests/CMakeFiles/testdisp.dir/testdisp.c.o unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install Linking C executable testdisp unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install Scanning dependencies of target testfifo unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install [ 52%] Building C object tests/CMakeFiles/testfifo.dir/testfifo.c.o unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install Linking C executable testfifo unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install Scanning dependencies of target testloadext unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install [ 53%] Building C object tests/CMakeFiles/testloadext.dir/testloadext.c.o unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install Linking C executable testloadext unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg unit-oai-hss-0: 16:06:20 DEBUG unit.oai-hss/0.install [ 54%] Building C object tests/CMakeFiles/testmesg.dir/testmesg.c.o unit-oai-hss-0: 16:06:21 DEBUG unit.oai-hss/0.install Linking C executable testmesg unit-oai-hss-0: 16:06:21 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 16:06:21 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg_stress unit-oai-hss-0: 16:06:21 DEBUG unit.oai-hss/0.install [ 55%] Building C object tests/CMakeFiles/testmesg_stress.dir/testmesg_stress.c.o unit-oai-hss-0: 16:06:21 DEBUG unit.oai-hss/0.install Linking C executable testmesg_stress unit-oai-hss-0: 16:06:21 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 16:06:21 DEBUG unit.oai-hss/0.install Scanning dependencies of target testostr unit-oai-hss-0: 16:06:21 DEBUG unit.oai-hss/0.install [ 56%] Building C object tests/CMakeFiles/testostr.dir/testostr.c.o unit-oai-hss-0: 16:06:21 DEBUG unit.oai-hss/0.install Linking C executable testostr unit-oai-hss-0: 16:06:21 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 16:06:21 DEBUG unit.oai-hss/0.install Scanning dependencies of target testpeers unit-oai-hss-0: 16:06:21 DEBUG unit.oai-hss/0.install [ 57%] Building C object tests/CMakeFiles/testpeers.dir/testpeers.c.o unit-oai-hss-0: 16:06:21 DEBUG unit.oai-hss/0.install Linking C executable testpeers unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsctp unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install [ 58%] Building C object tests/CMakeFiles/testsctp.dir/testsctp.c.o unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install Linking C executable testsctp unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsess unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install [ 59%] Building C object tests/CMakeFiles/testsess.dir/testsess.c.o unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install Linking C executable testsess unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_s6a unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install [ 60%] Building C object extensions/dict_s6a/CMakeFiles/dict_s6a.dir/dict_s6a.c.o unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_s6a.fdx unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nasreq unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install [ 61%] Building C object extensions/dict_nasreq/CMakeFiles/dict_nasreq.dir/dict_nasreq.c.o unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nasreq.fdx unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_eap unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install [ 62%] Building C object extensions/dict_eap/CMakeFiles/dict_eap.dir/dict_eap.c.o unit-oai-hss-0: 16:06:22 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_eap.fdx unit-oai-hss-0: 16:06:23 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 16:06:23 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca unit-oai-hss-0: 16:06:23 DEBUG unit.oai-hss/0.install [ 63%] Building C object extensions/dict_dcca/CMakeFiles/dict_dcca.dir/dict_dcca.c.o unit-oai-hss-0: 16:06:23 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca.fdx unit-oai-hss-0: 16:06:23 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 16:06:23 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_3gpp unit-oai-hss-0: 16:06:23 DEBUG unit.oai-hss/0.install [ 64%] Building C object extensions/dict_dcca_3gpp/CMakeFiles/dict_dcca_3gpp.dir/dict_dcca_3gpp.c.o unit-oai-hss-0: 16:06:23 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_3gpp.fdx unit-oai-hss-0: 16:06:23 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 16:06:23 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_starent unit-oai-hss-0: 16:06:23 DEBUG unit.oai-hss/0.install [ 65%] Building C object extensions/dict_dcca_starent/CMakeFiles/dict_dcca_starent.dir/dict_dcca_starent.c.o unit-oai-hss-0: 16:06:23 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_starent.fdx unit-oai-hss-0: 16:06:23 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 16:06:23 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_sip unit-oai-hss-0: 16:06:23 DEBUG unit.oai-hss/0.install [ 66%] Building C object extensions/dict_sip/CMakeFiles/dict_sip.dir/dict_sip.c.o unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_sip.fdx unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6a unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install [ 67%] Building C object extensions/dict_mip6a/CMakeFiles/dict_mip6a.dir/dict_mip6a.c.o unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6a.fdx unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6i unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install [ 68%] Building C object extensions/dict_mip6i/CMakeFiles/dict_mip6i.dir/dict_mip6i.c.o unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6i.fdx unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nas_mipv6 unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install [ 69%] Building C object extensions/dict_nas_mipv6/CMakeFiles/dict_nas_mipv6.dir/dict_nas_mipv6.c.o unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nas_mipv6.fdx unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_rfc5777 unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install [ 70%] Building C object extensions/dict_rfc5777/CMakeFiles/dict_rfc5777.dir/dict_rfc5777.c.o unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_rfc5777.fdx unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install [ 71%] Generating rtd_conf.tab.c, rtd_conf.tab.h unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install [ 72%] Generating lex.rtd_conf.c unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_default unit-oai-hss-0: 16:06:24 DEBUG unit.oai-hss/0.install [ 73%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rt_default.c.o unit-oai-hss-0: 16:06:25 DEBUG unit.oai-hss/0.install [ 75%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/lex.rtd_conf.c.o unit-oai-hss-0: 16:06:25 DEBUG unit.oai-hss/0.install [ 76%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_conf.tab.c.o unit-oai-hss-0: 16:06:25 DEBUG unit.oai-hss/0.install [ 77%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_rules.c.o unit-oai-hss-0: 16:06:25 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_default.fdx unit-oai-hss-0: 16:06:25 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 16:06:25 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_redirect unit-oai-hss-0: 16:06:25 DEBUG unit.oai-hss/0.install [ 78%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/rt_redir.c.o unit-oai-hss-0: 16:06:25 DEBUG unit.oai-hss/0.install [ 79%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_entries.c.o unit-oai-hss-0: 16:06:25 DEBUG unit.oai-hss/0.install [ 80%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_expiry.c.o unit-oai-hss-0: 16:06:25 DEBUG unit.oai-hss/0.install [ 81%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_fwd.c.o unit-oai-hss-0: 16:06:25 DEBUG unit.oai-hss/0.install [ 82%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_out.c.o unit-oai-hss-0: 16:06:25 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_redirect.fdx unit-oai-hss-0: 16:06:25 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 16:06:25 DEBUG unit.oai-hss/0.install [ 83%] Generating rtbusy_conf.tab.c, rtbusy_conf.tab.h unit-oai-hss-0: 16:06:25 DEBUG unit.oai-hss/0.install [ 84%] Generating lex.rtbusy_conf.c unit-oai-hss-0: 16:06:25 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_busypeers unit-oai-hss-0: 16:06:25 DEBUG unit.oai-hss/0.install [ 85%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy.c.o unit-oai-hss-0: 16:06:25 DEBUG unit.oai-hss/0.install [ 86%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/lex.rtbusy_conf.c.o unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 87%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy_conf.tab.c.o unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_busypeers.fdx unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_ignore_dh unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 88%] Building C object extensions/rt_ignore_dh/CMakeFiles/rt_ignore_dh.dir/rt_ignore_dh.c.o unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_ignore_dh.fdx unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_load_balance unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 89%] Building C object extensions/rt_load_balance/CMakeFiles/rt_load_balance.dir/rt_load_balance.c.o unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_load_balance.fdx unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 90%] Generating aw_conf.tab.c, aw_conf.tab.h unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 91%] Generating lex.aw_conf.c unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install Scanning dependencies of target acl_wl unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 92%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/acl_wl.c.o unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 93%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/aw_tree.c.o unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 94%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/lex.aw_conf.c.o unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 95%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/aw_conf.tab.c.o unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install Linking C shared module ../acl_wl.fdx unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_monitor unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 96%] Building C object extensions/dbg_monitor/CMakeFiles/dbg_monitor.dir/dbg_monitor.c.o unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_monitor.fdx unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_timings unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 97%] Building C object extensions/dbg_msg_timings/CMakeFiles/dbg_msg_timings.dir/dbg_msg_timings.c.o unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_timings.fdx unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_dumps unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 98%] Building C object extensions/dbg_msg_dumps/CMakeFiles/dbg_msg_dumps.dir/dbg_msg_dumps.c.o unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_dumps.fdx unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_rt unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [100%] Building C object extensions/dbg_rt/CMakeFiles/dbg_rt.dir/dbg_rt.c.o unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_rt.fdx unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install + source /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install ++ SUDO='sudo -S -E' unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install ++ black='\E[30m' unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install ++ red='\E[31m' unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install ++ green='\E[32m' unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install ++ yellow='\E[33m' unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install ++ blue='\E[1;34m' unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install ++ magenta='\E[35m' unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install ++ cyan='\E[36m' unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install ++ white='\E[37m' unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install ++ reset_color='\E[00m' unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install ++ COLORIZE=1 unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install + install_xtables_addons_oai 1 unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install + '[' 1 -eq 0 ']' unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install + prompt=y unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install + rm_option=f unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install + OPTION=-y unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install + PACKAGE_LIST=' autoconf automake build-essential dkms iptables iptables-dev linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install + sudo -S -E apt-get install -y autoconf automake build-essential dkms iptables iptables-dev linux-headers-3.19.0-031900-generic unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-epc-0: 16:06:26 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 16:06:26 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-epc-0: 16:06:27 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-epc-0: 16:06:27 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-epc-0: 16:06:27 DEBUG unit.oai-epc/0.install autoconf is already the newest version. unit-oai-epc-0: 16:06:27 DEBUG unit.oai-epc/0.install automake is already the newest version. unit-oai-epc-0: 16:06:27 DEBUG unit.oai-epc/0.install build-essential is already the newest version. unit-oai-epc-0: 16:06:27 DEBUG unit.oai-epc/0.install iptables is already the newest version. unit-oai-epc-0: 16:06:27 DEBUG unit.oai-epc/0.install linux-headers-3.19.0-031900-generic is already the newest version. unit-oai-epc-0: 16:06:27 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 16:06:27 DEBUG unit.oai-epc/0.install dkms iptables-dev unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Install configuration: "" unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/freeDiameter-host.h unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdproto.h unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdcore.h unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/extension.h unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.1.2.0 unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.6 unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.1.2.0 unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.6 unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/lib/libfdcore.so.1.2.0" unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd-1.2.0 unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/bin/freeDiameterd-1.2.0" unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_s6a.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nasreq.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_eap.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_3gpp.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_starent.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_sip.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6a.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6i.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nas_mipv6.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_rfc5777.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_default.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_redirect.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_busypeers.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_ignore_dh.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_load_balance.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/acl_wl.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_monitor.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_timings.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_dumps.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_rt.fdx unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install python-pexpect-doc unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install python-pexpect unit-oai-epc-0: 16:06:27 DEBUG unit.oai-epc/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 16:06:27 DEBUG unit.oai-epc/0.install Need to get 121 kB of archives. unit-oai-epc-0: 16:06:27 DEBUG unit.oai-epc/0.install After this operation, 655 kB of additional disk space will be used. unit-oai-epc-0: 16:06:27 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dkms all 2.2.0.3-1.1ubuntu5.14.04.9 [65.7 kB] unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install Need to get 37.8 kB of archives. unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install After this operation, 193 kB of additional disk space will be used. unit-oai-hss-0: 16:06:27 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-pexpect all 3.1-1ubuntu0.1 [37.8 kB] unit-oai-epc-0: 16:06:28 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main iptables-dev amd64 1.4.21-1ubuntu1 [55.3 kB] unit-oai-hss-0: 16:06:28 DEBUG unit.oai-hss/0.install Fetched 37.8 kB in 0s (96.5 kB/s) unit-oai-epc-0: 16:06:28 DEBUG unit.oai-epc/0.install Fetched 121 kB in 0s (123 kB/s) unit-oai-epc-0: 16:06:28 DEBUG unit.oai-epc/0.install Selecting previously unselected package dkms. unit-oai-epc-0: 16:06:28 DEBUG unit.oai-epc/0.install (Reading database ... 128004 files and directories currently installed.) unit-oai-epc-0: 16:06:28 DEBUG unit.oai-epc/0.install Preparing to unpack .../dkms_2.2.0.3-1.1ubuntu5.14.04.9_all.deb ... unit-oai-epc-0: 16:06:28 DEBUG unit.oai-epc/0.install Unpacking dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-hss-0: 16:06:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-pexpect. unit-oai-hss-0: 16:06:28 DEBUG unit.oai-hss/0.install (Reading database ... 121396 files and directories currently installed.) unit-oai-hss-0: 16:06:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-pexpect_3.1-1ubuntu0.1_all.deb ... unit-oai-epc-0: 16:06:28 DEBUG unit.oai-epc/0.install Selecting previously unselected package iptables-dev. unit-oai-epc-0: 16:06:28 DEBUG unit.oai-epc/0.install Preparing to unpack .../iptables-dev_1.4.21-1ubuntu1_amd64.deb ... unit-oai-epc-0: 16:06:28 DEBUG unit.oai-epc/0.install Unpacking iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 16:06:28 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 16:06:28 DEBUG unit.oai-hss/0.install Unpacking python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 16:06:28 DEBUG unit.oai-hss/0.install Setting up python-pexpect (3.1-1ubuntu0.1) ... unit-oai-epc-0: 16:06:29 DEBUG unit.oai-epc/0.install Setting up dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 16:06:29 DEBUG unit.oai-epc/0.install Setting up iptables-dev (1.4.21-1ubuntu1) ... unit-oai-hss-0: 16:06:29 DEBUG unit.oai-hss/0.install + install -o root -g root -m 0644 /var/lib/juju/agents/unit-oai-hss-0/charm/files/CMakeLists.txt /srv/openair-cn/BUILD/HSS/CMakeLists.txt unit-oai-hss-0: 16:06:29 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -d unit-oai-hss-0: 16:06:29 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 16:06:29 DEBUG unit.oai-hss/0.install Compile with debug informations unit-oai-hss-0: 16:06:29 DEBUG unit.oai-hss/0.install mkdir: created directory 'BUILD' unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install git found: /usr/bin/git unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Generating a 1024 bit RSA private key unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install ..............++++++ unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install ..................++++++ unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install writing new private key to 'hss.cakey.pem' unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install ----- unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Generating RSA private key, 1024 bit long modulus unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install ....................................................++++++ unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install ...........................................++++++ unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install e is 65537 (0x10001) unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Using configuration from /usr/lib/ssl/openssl.cnf unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Check that the request matches the signature unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Signature ok unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Certificate Details: unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Serial Number: 1 (0x1) unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Validity unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Not Before: Aug 27 16:06:30 2018 GMT unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Not After : Aug 27 16:06:30 2019 GMT unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Subject: unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install countryName = FR unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install stateOrProvinceName = PACA unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install organizationName = Eurecom unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install organizationalUnitName = CM unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install commonName = oai-hss-0.openair4G.eur unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install X509v3 extensions: unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install X509v3 Basic Constraints: unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install CA:FALSE unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Netscape Comment: unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install OpenSSL Generated Certificate unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install X509v3 Subject Key Identifier: unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install 00:79:F2:06:8B:33:FE:7F:20:B7:A3:A1:27:7A:53:31:DE:BD:E1:85 unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install X509v3 Authority Key Identifier: unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install keyid:5B:E4:FB:3C:7B:52:6E:4A:C7:A8:53:FB:44:85:96:43:3E:5A:8C:A0 unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Certificate is to be certified until Aug 27 16:06:30 2019 GMT (365 days) unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Write out database with 1 new entries unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Data Base Updated unit-oai-epc-0: 16:06:30 DEBUG unit.oai-epc/0.install + [[ y =~ [yY](es)* ]] unit-oai-epc-0: 16:06:30 DEBUG unit.oai-epc/0.install + cd /root unit-oai-epc-0: 16:06:30 DEBUG unit.oai-epc/0.install + '[' -d xtables-addons-oai ']' unit-oai-epc-0: 16:06:30 DEBUG unit.oai-epc/0.install + echo 'Downloading xtables-addons-oai source code' unit-oai-epc-0: 16:06:30 DEBUG unit.oai-epc/0.install Downloading xtables-addons-oai source code unit-oai-epc-0: 16:06:30 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/xtables-addons-oai.git unit-oai-epc-0: 16:06:30 DEBUG unit.oai-epc/0.install Cloning into 'xtables-addons-oai'... unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install CMake Warning: unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Manually-specified variables were not used by the project: unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install DEBUG unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_access_restriction unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_auc unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_db unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_utils unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install [ 4%] Scanning dependencies of target hss_s6a unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install [ 8%] [ 13%] [ 17%] [ 21%] [ 26%] [ 30%] Building C object CMakeFiles/hss_access_restriction.dir/srv/openair-cn/SRC/OAI_HSS/access_restriction/access_restriction.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install [ 34%] [ 39%] [ 43%] [ 47%] [ 52%] [ 56%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/fx.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install [ 60%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/kdf.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install [ 65%] Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_epc_equipment.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/rijndael.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/conversion.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/hss_config.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install [ 69%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/random.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_subscription_data.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install [ 73%] Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/pid_file.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_auth_info.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_connector.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install [ 78%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/sequence_number.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_error.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install [ 82%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_in_addr.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_common.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_fd.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_peers.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_purge_ue.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install [ 86%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_subscription_data.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install [ 91%] [ 95%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_supported_features.c.o unit-oai-hss-0: 16:06:30 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_up_loc.c.o unit-oai-hss-0: 16:06:31 DEBUG unit.oai-hss/0.install Linking C static library libhss_access_restriction.a unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_access_restriction unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install Linking C static library libhss_utils.a unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install Linking C static library libhss_s6a.a unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install [ 95%] Linking C static library libhss_auc.a unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install Built target hss_s6a unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install Linking C static library libhss_db.a unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install [ 95%] [ 95%] Built target hss_auc unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install Built target hss_db unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install Scanning dependencies of target oai_hss unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install [100%] Building C object CMakeFiles/oai_hss.dir/srv/openair-cn/SRC/OAI_HSS/hss_main.c.o unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install Linking C executable oai_hss unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install [ 4%] Built target hss_access_restriction unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install [ 26%] Built target hss_auc unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install [ 39%] Built target hss_db unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install [ 82%] Built target hss_s6a unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install -- Install configuration: "RelWithDebInfo" unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/bin/oai_hss unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/acl.conf unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install '/srv/openair-cn/BUILD/HSS/BUILD/oai_hss' -> '/usr/local/bin/oai_hss' unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install oai_hss installed unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install + juju-log 'Add oai_hss init script' unit-oai-hss-0: 16:06:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:06:32 INFO unit.oai-hss/0.juju-log Add oai_hss init script unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install + cp /var/lib/juju/agents/unit-oai-hss-0/charm/files/oai_hss /etc/init/oai_hss.conf unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install + '[' '!' -f /usr/local/bin/oai_hss ']' unit-oai-hss-0: 16:06:32 DEBUG unit.oai-hss/0.install + status-set blocked 'Waiting for a mysql/db relation to start' unit-oai-hss-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:06:33 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-hss-0: 16:06:33 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 16:06:33 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + set_env_paths unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + service oai_hss stop unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed stop: Unknown instance: unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + true unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed ++ config-get branch unit-oai-epc-0: 16:06:33 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{0}] []}} unit-oai-hss-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.branch unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.realm unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed cat: /var/lib/juju/agents/unit-oai-hss-0/charm/.realm: No such file or directory unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + realm=openair4G.eur unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed ++ hostname unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + sed -i s/oai-hss-0.openair4G.eur/oai-hss-0.openair4G.eur/ /etc/hosts unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + fqdn=oai-hss-0.openair4G.eur unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + /srv/openair-cn/SCRIPTS/check_hss_s6a_certificate /usr oai-hss-0.openair4G.eur unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed HSS S6A: Found valid certificate in /usr/etc/freeDiameter unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + sed -r -i 's/(Identity[ ]*=[ ]*)".*"/\1"oai-hss-0.openair4G.eur"/' /usr/etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + sed -r -i 's/(Realm[ ]*=[ ]*)".*"/\1"openair4G.eur"/' /usr/etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + sed -r -i 's/(^ALLOW_OLD_TLS[ ]*).*/\1*.openair4G.eur/' /usr/etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed ++ relation-ids db unit-oai-hss-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + '[' -z '' ']' unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + juju-log 'HSS is built, but is waiting for active connection to gather the last info' unit-oai-hss-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:06:33 INFO unit.oai-hss/0.juju-log HSS is built, but is waiting for active connection to gather the last info unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.config-changed + juju-log 'no db is found, so HSS process is not going to be run' unit-oai-hss-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:06:33 INFO unit.oai-hss/0.juju-log no db is found, so HSS process is not going to be run unit-oai-hss-0: 16:06:33 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:06:33 INFO juju.worker.uniter found queued "start" hook unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-epc-0: 16:06:33 DEBUG unit.oai-epc/0.install + chmod -R o+w xtables-addons-oai unit-oai-epc-0: 16:06:33 DEBUG unit.oai-epc/0.install + chmod -R g+w xtables-addons-oai unit-oai-epc-0: 16:06:33 DEBUG unit.oai-epc/0.install + cd xtables-addons-oai/ unit-oai-epc-0: 16:06:33 DEBUG unit.oai-epc/0.install + sync unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.start + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.start ++ relation-ids db unit-oai-hss-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.start + '[' -n '' ']' unit-oai-hss-0: 16:06:33 INFO juju.worker.uniter.operation ran "start" hook unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:06:33 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-hss-0: 16:06:33 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 16:06:33 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 16:06:33 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-oai-hss-0: 16:06:33 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; mysql/0) hook unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; mysql/0) hook" unit-mysql-0: 16:06:33 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[oai-hss/0:{0}] []}} unit-mysql-0: 16:06:33 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:06:33 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; oai-hss/0) hook unit-mysql-0: 16:06:33 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 16:06:33 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 16:06:33 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; oai-hss/0) hook" unit-oai-epc-0: 16:06:33 DEBUG unit.oai-epc/0.install + sudo -S -E autoreconf --install --force unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-mysql-0: 16:06:33 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 16:06:33 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-hss-0: 16:06:33 INFO juju.worker.uniter.operation skipped "db-relation-joined" hook (missing) unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.db-relation-changed + database= unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.db-relation-changed + user= unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.db-relation-changed + password= unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.9 unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-mysql-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-mysql-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "is-leader" unit-oai-hss-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z '' ']' unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Data not sent yet' unit-mysql-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-oai-hss-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:06:33 INFO unit.oai-hss/0.juju-log db:1: Data not sent yet unit-oai-hss-0: 16:06:33 DEBUG unit.oai-hss/0.db-relation-changed + exit 0 unit-oai-hss-0: 16:06:33 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-mysql-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-mysql-0: 16:06:33 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:06:33 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:06:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 16:06:34 DEBUG unit.mysql/0.juju-log db:1: Using existing password file '/var/lib/mysql/mysql.passwd' unit-mysql-0: 16:06:34 DEBUG worker.uniter.jujuc running hook tool "leader-set" unit-mysql-0: 16:06:34 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 16:06:34 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-mysql-0: 16:06:34 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-mysql-0: 16:06:34 DEBUG unit.mysql/0.db-relation-joined [grant replication client on *.* to `jahngaetiehaewe` identified by 'reingiongephuqu'] unit-mysql-0: 16:06:34 DEBUG unit.mysql/0.db-relation-joined [grant all on `oai-hss`.* to `jahngaetiehaewe` identified by 'reingiongephuqu'] unit-mysql-0: 16:06:34 DEBUG unit.mysql/0.db-relation-joined ['relation-set', 'database=oai-hss', 'user=jahngaetiehaewe', 'password=reingiongephuqu', 'host=192.168.121.9', 'slave=False'] unit-mysql-0: 16:06:34 DEBUG unit.mysql/0.db-relation-joined [create database `oai-hss` character set utf8] unit-mysql-0: 16:06:34 INFO juju.worker.uniter.operation ran "db-relation-joined" hook unit-mysql-0: 16:06:34 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 16:06:34 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:06:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:06:34 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; oai-hss/0) hook unit-mysql-0: 16:06:34 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 16:06:34 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 16:06:34 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; oai-hss/0) hook" unit-oai-hss-0: 16:06:34 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{1}] []}} unit-oai-hss-0: 16:06:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:06:34 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 16:06:34 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:06:34 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:06:34 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-mysql-0: 16:06:34 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 16:06:34 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 16:06:34 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:06:34 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-mysql-0: 16:06:34 INFO juju.worker.uniter.operation skipped "db-relation-changed" hook (missing) unit-mysql-0: 16:06:34 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; oai-hss/0) hook" unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-mysql-0: 16:06:34 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:06:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:06:34 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-mysql-0: 16:06:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:06:34 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 16:06:34 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + user=jahngaetiehaewe unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 16:06:34 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + password=reingiongephuqu unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 16:06:34 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.9 unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 16:06:34 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 16:06:34 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 192.168.121.9 jahngaetiehaewe reingiongephuqu oai-hss unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"192.168.121.9"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"jahngaetiehaewe"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"reingiongephuqu"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u jahngaetiehaewe --password=reingiongephuqu -h 192.168.121.9 oai-hss -e 'show tables;' unit-oai-hss-0: 16:06:34 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u jahngaetiehaewe --password=reingiongephuqu -h 192.168.121.9 oai-hss unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + /var/lib/juju/agents/unit-oai-hss-0/charm/hooks/start unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 16:06:35 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n db:1 ']' unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Running HSS' unit-oai-hss-0: 16:06:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:06:35 INFO unit.oai-hss/0.juju-log db:1: Running HSS unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + service oai_hss restart unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed stop: Unknown instance: unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed oai_hss start/running, process 21941 unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_process unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed ++ service oai_hss status unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + IS_RUNNING='oai_hss start/running, process 21941' unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + [[ oai_hss start/running, process 21941 =~ .*running.* ]] unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'OAI HSS is running' unit-oai-hss-0: 16:06:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:06:35 INFO unit.oai-hss/0.juju-log db:1: OAI HSS is running unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + status=0 unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 1 ']' unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_connection_to_db unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Establishing connection to db' unit-oai-hss-0: 16:06:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:06:35 INFO unit.oai-hss/0.juju-log db:1: Establishing connection to db unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 16:06:35 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + db_id=db:1 unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r db:1 unit-oai-hss-0: 16:06:35 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-hss-0: 16:06:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + db_host=jahngaetiehaewe unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 16:06:35 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-epc-0: 16:06:36 DEBUG unit.oai-epc/0.install libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. unit-oai-epc-0: 16:06:36 DEBUG unit.oai-epc/0.install libtoolize: copying file `build-aux/ltmain.sh' unit-oai-epc-0: 16:06:36 DEBUG unit.oai-epc/0.install libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. unit-oai-epc-0: 16:06:36 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/libtool.m4' unit-oai-epc-0: 16:06:36 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltoptions.m4' unit-oai-epc-0: 16:06:36 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltsugar.m4' unit-oai-epc-0: 16:06:36 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltversion.m4' unit-oai-hss-0: 16:06:36 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c '.*db.*DONE' /srv/.out unit-oai-hss-0: 16:06:36 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 16:06:36 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Connection to db...Established' unit-oai-epc-0: 16:06:36 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/lt~obsolete.m4' unit-oai-hss-0: 16:06:36 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:06:36 INFO unit.oai-hss/0.juju-log db:1: Connection to db...Established unit-oai-hss-0: 16:06:36 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 16:06:36 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 16:06:36 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_s6a_layer unit-oai-hss-0: 16:06:36 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 16:06:36 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Checking s6a layer initialization' unit-oai-hss-0: 16:06:36 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:06:36 INFO unit.oai-hss/0.juju-log db:1: Checking s6a layer initialization unit-oai-hss-0: 16:06:36 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 16:06:36 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 16:06:37 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c 'Core state: 1 -> 2' /srv/.out unit-oai-hss-0: 16:06:37 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 16:06:37 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 's6a layer initialized......HSS ready' unit-oai-hss-0: 16:06:37 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:06:37 INFO unit.oai-hss/0.juju-log db:1: s6a layer initialized......HSS ready unit-oai-hss-0: 16:06:37 DEBUG unit.oai-hss/0.db-relation-changed + status-set active 'OAI HSS is running' unit-oai-hss-0: 16:06:37 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:06:37 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 16:06:37 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 16:06:37 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 16:06:37 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 16:06:37 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 16:06:37 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 16:06:37 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:06:37 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 16:06:37 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r hss:2 unit-oai-hss-0: 16:06:37 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 16:06:37 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 16:06:37 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 16:06:37 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n hss:2 ']' unit-oai-hss-0: 16:06:37 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 16:06:37 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 16:06:37 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 16:06:37 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 16:06:37 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:06:37 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 16:06:37 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 mme_in_db=yes unit-oai-hss-0: 16:06:37 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 16:06:37 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 hss_running=yes unit-oai-hss-0: 16:06:37 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 16:06:37 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 16:06:37 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:06:37 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:06:37 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:06:37 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 16:06:37 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{1}] []}} unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install Makefile.am:6: warning: ':='-style assignments are not portable unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: ':='-style assignments are not portable unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: shell mktemp -dtu: non-POSIX variable name unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install Makefile.am:21: (probably a GNU make extension) unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install + sudo -S -E ./configure unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking whether build environment is sane... yes unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for gawk... gawk unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking whether make sets $(MAKE)... yes unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking whether make supports nested variables... yes unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for gcc... gcc unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking whether the C compiler works... yes unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for C compiler default output file name... a.out unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for suffix of executables... unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking whether we are cross compiling... no unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for suffix of object files... o unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking whether we are using the GNU C compiler... yes unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking whether gcc accepts -g... yes unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for gcc option to accept ISO C89... none needed unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking whether gcc understands -c and -o together... yes unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for style of include used by make... GNU unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking dependency style of gcc... gcc3 unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for ar... ar unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking the archiver (ar) interface... ar unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking how to print strings... printf unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for egrep... /bin/grep -E unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for fgrep... /bin/grep -F unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for ld used by gcc... /usr/bin/ld unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking whether ln -s works... yes unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking the maximum length of command line arguments... 1572864 unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking whether the shell understands some XSI constructs... yes unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking whether the shell understands "+="... yes unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for objdump... objdump unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking how to recognize dependent libraries... pass_all unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for dlltool... no unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for archiver @FILE support... @ unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for strip... strip unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for ranlib... ranlib unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking command to parse /usr/bin/nm -B output from gcc object... ok unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for sysroot... no unit-oai-epc-0: 16:06:38 DEBUG unit.oai-epc/0.install checking for mt... mt unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking if mt is a manifest tool... no unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking how to run the C preprocessor... gcc -E unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking for ANSI C header files... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking for sys/types.h... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking for sys/stat.h... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking for stdlib.h... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking for string.h... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking for memory.h... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking for strings.h... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking for inttypes.h... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking for stdint.h... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking for unistd.h... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking for dlfcn.h... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking for objdir... .libs unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking if gcc supports -fno-rtti -fno-exceptions... no unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking for gcc option to produce PIC... -fPIC -DPIC unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking if gcc PIC flag -fPIC -DPIC works... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking if gcc static flag -static works... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... (cached) yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking whether -lc should be explicitly linked in... no unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking how to hardcode library paths into programs... immediate unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking whether stripping libraries is possible... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking if libtool supports shared libraries... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking whether to build shared libraries... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking whether to build static libraries... no unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h usability... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h presence... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking for linux/netfilter/x_tables.h... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking for libxtables... yes unit-oai-epc-0: 16:06:39 DEBUG unit.oai-epc/0.install checking Xtables module directory... /lib/xtables unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install checking kernel version that we will build against... 3.19.0.0 in /lib/modules/3.19.0-031900-generic/build unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install checking that generated files are newer than configure... done unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install configure: creating ./config.status unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install config.status: creating Makefile unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install config.status: creating Makefile.iptrules unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install config.status: creating Makefile.mans unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install config.status: creating geoip/Makefile unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install config.status: creating extensions/Makefile unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install config.status: creating extensions/ACCOUNT/Makefile unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install config.status: creating extensions/pknock/Makefile unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install config.status: creating config.h unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install config.status: executing depfiles commands unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install config.status: executing libtool commands unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install + sudo -S -E make unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install make all-recursive unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install Making all in extensions unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 16:06:40 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions modules; fi; unit-oai-epc-0: 16:06:41 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 16:06:41 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/compat_xtables.o unit-oai-epc-0: 16:06:42 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_CHAOS.o unit-oai-epc-0: 16:06:42 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DELUDE.o unit-oai-epc-0: 16:06:43 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.o unit-oai-epc-0: 16:06:43 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.o unit-oai-epc-0: 16:06:43 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ECHO.o unit-oai-epc-0: 16:06:44 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.o unit-oai-epc-0: 16:06:44 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_IPMARK.o unit-oai-epc-0: 16:06:44 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.o unit-oai-epc-0: 16:06:44 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.o unit-oai-epc-0: 16:06:45 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_TARPIT.o unit-oai-epc-0: 16:06:45 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_condition.o unit-oai-epc-0: 16:06:45 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_fuzzy.o unit-oai-epc-0: 16:06:46 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_geoip.o unit-oai-epc-0: 16:06:46 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_iface.o unit-oai-epc-0: 16:06:46 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipp2p.o unit-oai-epc-0: 16:06:46 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipv4options.o unit-oai-epc-0: 16:06:47 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_length2.o unit-oai-epc-0: 16:06:47 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_lscan.o unit-oai-epc-0: 16:06:47 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_psd.o unit-oai-epc-0: 16:06:48 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_quota2.o unit-oai-epc-0: 16:06:48 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.o unit-oai-epc-0: 16:06:48 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.o unit-oai-epc-0: 16:06:49 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 16:06:49 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 16:06:49 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.mod.o unit-oai-epc-0: 16:06:49 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 16:06:49 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/compat_xtables.mod.o unit-oai-epc-0: 16:06:49 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 16:06:49 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/pknock/xt_pknock.mod.o unit-oai-epc-0: 16:06:49 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 16:06:49 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_CHAOS.mod.o unit-oai-epc-0: 16:06:49 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 16:06:49 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DELUDE.mod.o unit-oai-epc-0: 16:06:49 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 16:06:49 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DHCPMAC.mod.o unit-oai-epc-0: 16:06:49 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 16:06:49 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DNETMAP.mod.o unit-oai-epc-0: 16:06:49 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 16:06:49 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ECHO.mod.o unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_GTPUSP.mod.o unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_IPMARK.mod.o unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_LOGMARK.mod.o unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_SYSRQ.mod.o unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_TARPIT.mod.o unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_condition.mod.o unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_fuzzy.mod.o unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_geoip.mod.o unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_iface.mod.o unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 16:06:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipp2p.mod.o unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipv4options.mod.o unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_length2.mod.o unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_lscan.mod.o unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_psd.mod.o unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_quota2.mod.o unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CC libxt_CHAOS.oo unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CCLD libxt_CHAOS.so unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CC libxt_DELUDE.oo unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CCLD libxt_DELUDE.so unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CC libxt_DHCPMAC.oo unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CCLD libxt_DHCPMAC.so unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CC libxt_dhcpmac.oo unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CCLD libxt_dhcpmac.so unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CC libxt_DNETMAP.oo unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CCLD libxt_DNETMAP.so unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CC libxt_ECHO.oo unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CCLD libxt_ECHO.so unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CC libxt_GTPUSP.oo unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CCLD libxt_GTPUSP.so unit-oai-epc-0: 16:06:51 DEBUG unit.oai-epc/0.install CC libxt_IPMARK.oo unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CCLD libxt_IPMARK.so unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CC libxt_LOGMARK.oo unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CCLD libxt_LOGMARK.so unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CC libxt_SYSRQ.oo unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CCLD libxt_SYSRQ.so unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CC libxt_TARPIT.oo unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CCLD libxt_TARPIT.so unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CC libxt_condition.oo unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CCLD libxt_condition.so unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CC libxt_fuzzy.oo unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CCLD libxt_fuzzy.so unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CC libxt_geoip.oo unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install libxt_geoip.c: In function 'geoip_get_subnets': unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install libxt_geoip.c:99:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install read(fd, subnets, sb.st_size); unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install ^ unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CCLD libxt_geoip.so unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CC libxt_iface.oo unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CCLD libxt_iface.so unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CC libxt_ipp2p.oo unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CCLD libxt_ipp2p.so unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CC libxt_ipv4options.oo unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CCLD libxt_ipv4options.so unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CC libxt_length2.oo unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CCLD libxt_length2.so unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CC libxt_lscan.oo unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CCLD libxt_lscan.so unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CC libxt_psd.oo unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CCLD libxt_psd.so unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CC libxt_quota2.oo unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CCLD libxt_quota2.so unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CC libxt_gradm.oo unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install CCLD libxt_gradm.so unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install depbase=`echo libxt_ACCOUNT_cl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT libxt_ACCOUNT_cl.lo -MD -MP -MF $depbase.Tpo -c -o libxt_ACCOUNT_cl.lo libxt_ACCOUNT_cl.c &&\ unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Plo unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT libxt_ACCOUNT_cl.lo -MD -MP -MF .deps/libxt_ACCOUNT_cl.Tpo -c libxt_ACCOUNT_cl.c -fPIC -DPIC -o .libs/libxt_ACCOUNT_cl.o unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o libxt_ACCOUNT_cl.la -rpath /usr/local/lib libxt_ACCOUNT_cl.lo unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install libtool: link: gcc -shared -fPIC -DPIC .libs/libxt_ACCOUNT_cl.o -O2 -Wl,-soname -Wl,libxt_ACCOUNT_cl.so.0 -o .libs/libxt_ACCOUNT_cl.so.0.0.0 unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install libtool: link: (cd ".libs" && rm -f "libxt_ACCOUNT_cl.so.0" && ln -s "libxt_ACCOUNT_cl.so.0.0.0" "libxt_ACCOUNT_cl.so.0") unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install libtool: link: (cd ".libs" && rm -f "libxt_ACCOUNT_cl.so" && ln -s "libxt_ACCOUNT_cl.so.0.0.0" "libxt_ACCOUNT_cl.so") unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install libtool: link: ( cd ".libs" && rm -f "libxt_ACCOUNT_cl.la" && ln -s "../libxt_ACCOUNT_cl.la" "libxt_ACCOUNT_cl.la" ) unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install depbase=`echo iptaccount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT iptaccount.o -MD -MP -MF $depbase.Tpo -c -o iptaccount.o iptaccount.c &&\ unit-oai-epc-0: 16:06:52 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o iptaccount iptaccount.o libxt_ACCOUNT_cl.la unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install libtool: link: gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o .libs/iptaccount iptaccount.o ./.libs/libxt_ACCOUNT_cl.so unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install CC libxt_ACCOUNT.oo unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install CCLD libxt_ACCOUNT.so unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install depbase=`echo pknlusr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT pknlusr.o -MD -MP -MF $depbase.Tpo -c -o pknlusr.o pknlusr.c &&\ unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o pknlusr pknlusr.o unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install libtool: link: gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o pknlusr pknlusr.o unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install CC libxt_pknock.oo unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install CCLD libxt_pknock.so unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install Making all in geoip unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `all'. unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install for ext in ./extensions/libxt_condition.man ./extensions/libxt_dhcpmac.man ./extensions/libxt_fuzzy.man ./extensions/libxt_geoip.man ./extensions/libxt_gradm.man ./extensions/libxt_iface.man ./extensions/libxt_ipp2p.man ./extensions/libxt_ipv4options.man ./extensions/libxt_length2.man ./extensions/libxt_lscan.man ./extensions/libxt_psd.man ./extensions/libxt_quota2.man ./extensions/pknock/libxt_pknock.man; do name="${ext%.man}"; name="${name##*/libxt_}"; if [ -f "$ext" ]; then echo ".SS $name"; cat "$ext" || exit $?; continue; fi; done >matches.man; unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install for ext in ./extensions/ACCOUNT/libxt_ACCOUNT.man ./extensions/libxt_CHAOS.man ./extensions/libxt_DELUDE.man ./extensions/libxt_DHCPMAC.man ./extensions/libxt_DNETMAP.man ./extensions/libxt_ECHO.man ./extensions/libxt_GTPUSP.man ./extensions/libxt_IPMARK.man ./extensions/libxt_LOGMARK.man ./extensions/libxt_SYSRQ.man ./extensions/libxt_TARPIT.man; do name="${ext%.man}"; name="${name##*/libxt_}"; if [ -f "$ext" ]; then echo ".SS $name"; cat "$ext" || exit $?; continue; fi; done >targets.man; unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install sed -e '/@MATCHES@/ r matches.man' -e '/@TARGET@/ r targets.man' xtables-addons.8.in >xtables-addons.8; unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install + sudo -S -E make install unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install Making install in extensions unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 16:06:53 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions modules; fi; unit-oai-epc-0: 16:06:54 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 16:06:54 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 16:06:54 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 16:06:54 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 16:06:54 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 16:06:54 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:06:54 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:06:54 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 16:06:54 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:06:54 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:06:54 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:06:54 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:06:54 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 16:06:54 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:06:54 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:06:54 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:06:54 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:06:54 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:06:54 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions INSTALL_MOD_PATH= ext-mod-dir='${INSTALL_MOD_DIR}' modules_install; fi; unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install DEPMOD 3.19.0-031900-generic unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules install; unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/lib' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c libxt_ACCOUNT_cl.la '/usr/local/lib' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/libxt_ACCOUNT_cl.so.0.0.0 /usr/local/lib/libxt_ACCOUNT_cl.so.0.0.0 unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install libtool: install: (cd /usr/local/lib && { ln -s -f libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so.0 || { rm -f libxt_ACCOUNT_cl.so.0 && ln -s libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so.0; }; }) unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install libtool: install: (cd /usr/local/lib && { ln -s -f libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so || { rm -f libxt_ACCOUNT_cl.so && ln -s libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so; }; }) unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/libxt_ACCOUNT_cl.lai /usr/local/lib/libxt_ACCOUNT_cl.la unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/local/lib unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Libraries have been installed in: unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install /usr/local/lib unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install If you ever happen to want to link against installed libraries unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install flag during linking and do at least one of the following: unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install during execution unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install during linking unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install See any operating system documentation about shared libraries for unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/sbin' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c iptaccount '/usr/local/sbin' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/iptaccount /usr/local/sbin/iptaccount unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 iptaccount.8 '/usr/local/share/man/man8' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install Making install in geoip unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install /usr/bin/install -c xt_geoip_build xt_geoip_dl '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man1' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xt_geoip_build.1 xt_geoip_dl.1 '/usr/local/share/man/man1' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xtables-addons.8 '/usr/local/share/man/man8' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install + cd /lib/modules/3.19.0-031900-generic unit-oai-epc-0: 16:06:55 DEBUG unit.oai-epc/0.install + sudo -S -E depmod -a unit-oai-epc-0: 16:07:01 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -H unknown.openair4G.eur unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.install + status=0 unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.install + '[' 0 '!=' 0 ']' unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.install + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list ']' unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.install + touch /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.install + juju-log 'Add mme-gw init script' unit-oai-epc-0: 16:07:37 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:37 INFO unit.oai-epc/0.juju-log Add mme-gw init script unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.install + cp /var/lib/juju/agents/unit-oai-epc-0/charm/files/mme_gw /etc/init/mme_gw.conf unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.install + '[' '!' -f /usr/local/bin/mme_gw ']' unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.install + status-set blocked 'Waiting for active connection with HSS to actually run EPC...add hss relation' unit-oai-epc-0: 16:07:37 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 16:07:37 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-epc-0: 16:07:37 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-epc-0: 16:07:37 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-epc-0: 16:07:37 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.config-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.config-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.config-changed + set_env_paths unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.config-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.config-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.config-changed + epc_exec_name=mme_gw unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.config-changed ++ config-get branch unit-oai-epc-0: 16:07:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.branch unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.config-changed ++ config-get revision unit-oai-epc-0: 16:07:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.revision unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.config-changed + '[' HEAD '!=' HEAD ']' unit-oai-epc-0: 16:07:37 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + realm=openair4G.eur unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ config-get eth unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + iface=eth0 unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ config-get maxenb unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + max_enb=10 unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ config-get maxue unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + max_ue=10 unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ config-get relative_capacity unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + relative_capacity=10 unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ config-get mme_statistic_timer unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + mme_statistic_timer=10 unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ config-get emergency_attach_supported unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + emergency_attach_supported=no unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ config-get authenticated_imsi_supported unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + authenticated_imsi_supported=no unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ config-get verbosity unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + verbosity=none unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mcc unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mcc=208 unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mnc unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mnc=93 unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_start unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + ipv4_list_start=192.188.1.0/24 unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_end unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + ipv4_list_end=192.188.2.0/24 unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv6_list unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + ipv6_list=2014:02:26::0/120 unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_IPV4_ADDRESS unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_SEC_IPV4_ADDRESS unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_SEC_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ awk '{ print $1}' unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ cut -d: -f2 unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ grep 'inet addr:' unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + iface_verify=192.168.121.14 unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + '[' -z 192.168.121.14 ']' unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + service mme_gw stop unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed stop: Unknown instance: unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + true unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/config-changed: line 87: hss_id: unbound variable unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + juju-log 'relation-ids-hss = , relation-list=' unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:38 INFO unit.oai-epc/0.juju-log relation-ids-hss = , relation-list= unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + '[' -z '' ']' unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 16:07:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.realm unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed cat: /var/lib/juju/agents/unit-oai-epc-0/charm/.realm: No such file or directory unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + rm -f /usr/etc/freeDiameter/mme.cacert.pem /usr/etc/freeDiameter/mme.cakey.pem /usr/etc/freeDiameter/mme.cert.pem /usr/etc/freeDiameter/mme.key.pem /usr/etc/freeDiameter/mme_fd.conf unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ hostname --fqdn unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed ++ hostname unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + sed -i s/oai-epc-0.openair4G.eur/oai-epc-0.openair4G.eur/ /etc/hosts unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + echo openair4G.eur unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + rm -f /srv/openair-cn/BUILD/EPC/BUILD/CMakeCache.txt unit-oai-epc-0: 16:07:38 DEBUG unit.oai-epc/0.config-changed + /srv/openair-cn/SCRIPTS/build_epc -C -H unknown.openair4G.eur unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/mme_fd.conf /usr/etc/freeDiameter/ unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/epc.conf /usr/local/etc/oai/ unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + user_conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up the config option chose by the user or the default ones' unit-oai-epc-0: 16:07:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:39 INFO unit.oai-epc/0.juju-log Setting up the config option chose by the user or the default ones unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MAXENB/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MAXUE/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/RELATIVE_CAPACITY/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_STATISTIC_TIMER/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/EMERGENCY_ATTACH_SUPPORTED/ s/".+"/"no"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/UNAUTHENTICATED_IMSI_SUPPORTED/ s/".+"/"no"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/VERBOSITY/ s/".+"/"none"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i 's/MCC="[0-9]+"/MCC="208"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i 's/MNC="[0-9]+"/MNC="93"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/IPV4_LIST/,/\);/ s-"[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/[0-9]+",-"192.188.1.0/24",-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/IPV4_LIST/,/\);/ s-"[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/[0-9]+" -"192.188.2.0/24" -' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up network configuration in the epc.conf file' unit-oai-epc-0: 16:07:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:39 INFO unit.oai-epc/0.juju-log Setting up network configuration in the epc.conf file unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed ++ egrep -o '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed ++ egrep -o 'inet addr:[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + ipv4=192.168.121.14 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_INTERFACE_NAME_FOR_S1_MME/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_INTERFACE_NAME_FOR_SGI/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_IPV4_ADDRESS_FOR_S1_MME/ s-".*"-"192.168.121.14/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP/ s-".*"-"192.168.121.14/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_IPV4_ADDRESS_FOR_SGI/ s-".*"-"192.168.121.14/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/DEFAULT_DNS_IPV4_ADDRESS/ s/".*"/"8.8.8.8"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/DEFAULT_DNS_SEC_IPV4_ADDRESS/ s/".*"/"8.8.8.8"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/OUTPUT/ s/".*"/"CONSOLE"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + juju-log 'EPC is built, but is waiting for active connection to gather the last info' unit-oai-epc-0: 16:07:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:39 INFO unit.oai-epc/0.juju-log EPC is built, but is waiting for active connection to gather the last info unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.config-changed + juju-log 'no HSS is found, so EPC is not going to be run' unit-oai-epc-0: 16:07:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:39 INFO unit.oai-epc/0.juju-log no HSS is found, so EPC is not going to be run unit-oai-epc-0: 16:07:39 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:07:39 INFO juju.worker.uniter found queued "start" hook unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.start + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.start ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.start ++ relation-ids hss unit-oai-epc-0: 16:07:39 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.start + '[' '!' -z '' ']' unit-oai-epc-0: 16:07:39 INFO juju.worker.uniter.operation ran "start" hook unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:07:39 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-epc-0: 16:07:39 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 16:07:39 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 16:07:39 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 16:07:39 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 16:07:39 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 16:07:39 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-hss/0) hook unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + juju-log 'Setting up MME relation info for HSS' unit-oai-epc-0: 16:07:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:39 INFO unit.oai-epc/0.juju-log hss:2: Setting up MME relation info for HSS unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined ++ hostname --fqdn unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set mme_hostname=oai-epc-0.openair4G.eur unit-oai-epc-0: 16:07:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined ++ unit-get private-address unit-oai-epc-0: 16:07:39 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + ip_address_mme=192.168.121.14 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + get_ip_address 192.168.121.14 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.14 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + local status=1 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + local status_after=1 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.14 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.14 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.14 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 14 -le 255 ]] unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.14 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.14 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.14 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 14 -le 255 ]] unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + validated_mme_public_ip=192.168.121.14 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + echo 'MME ip address is 192.168.121.14' unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined MME ip address is 192.168.121.14 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set ip_address_mme=192.168.121.14 unit-oai-epc-0: 16:07:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 16:07:39 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-epc-0: 16:07:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:39 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-epc-0: 16:07:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss= unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-epc-0: 16:07:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn= unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-epc-0: 16:07:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-epc-0: 16:07:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=yes unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-epc-0: 16:07:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart= unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 16:07:39 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 ' unit-oai-epc-0: 16:07:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:39 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + echo 0 unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Data not sent yet' unit-oai-epc-0: 16:07:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:39 INFO unit.oai-epc/0.juju-log hss:2: Data not sent yet unit-oai-epc-0: 16:07:39 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 16:07:39 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 16:07:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 16:07:39 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{0}] []}} unit-abot-epc-basic-0: 16:07:39 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[oai-epc/0:{0}] []}} unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{1}] []}} unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-epc/0) hook unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'Setting up HSS relation info for EPC' unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:07:40 INFO unit.oai-hss/0.juju-log hss:2: Setting up HSS relation info for EPC unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined ++ hostname --fqdn unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_hostname=oai-hss-0.openair4G.eur unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined ++ unit-get private-address unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + hss_public_ip=192.168.121.13 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + get_ip_address 192.168.121.13 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.13 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + local status=1 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + local status_after=1 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.13 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.13 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.13 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 13 -le 255 ]] unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.13 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.13 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.13 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 13 -le 255 ]] unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + validated_hss_public_ip=192.168.121.13 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + echo 'MME ip address is 192.168.121.13' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined MME ip address is 192.168.121.13 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set ip_address=192.168.121.13 unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined ++ relation-ids db unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{2}] []}} unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + '[' -n db:1 ']' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + check_hss_process unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined ++ service oai_hss status unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + IS_RUNNING='oai_hss start/running, process 21941' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + [[ oai_hss start/running, process 21941 =~ .*running.* ]] unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OAI HSS is running' unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:07:40 INFO unit.oai-hss/0.juju-log hss:2: OAI HSS is running unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 -eq 0 ']' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_running=yes unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + get_opc_value unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined ++ config-get imsi unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:40 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + imsi_val=208930100001111 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined ++ cut -d \' -f2 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep UNHEX unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep 208930100001111 /srv/.out unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + UNHEXKEY=e734f8734007d6c5ce7a0508809e7e9c unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + '[' e734f8734007d6c5ce7a0508809e7e9c == '' ']' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OPC key found' unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.13 unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:07:40 INFO unit.oai-hss/0.juju-log hss:2: OPC key found unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set opc-key=e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set trigger_restart=0 unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set mme_in_db=no unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=no unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-hss-0: 16:07:40 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-epc/0) hook unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=0, hss_running=yes, mme_in_db=no , relation_ids_epc=epc:3 ' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Retrieving MME relation info' unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:40 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=0, hss_running=yes, mme_in_db=no , relation_ids_epc=epc:3 unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.13 ']' unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' no == no ']' unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Waiting for the mme insertion in the db......' unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:07:40 INFO unit.oai-hss/0.juju-log hss:2: Retrieving MME relation info unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get mme_hostname unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:40 INFO unit.oai-epc/0.juju-log hss:2: Waiting for the mme insertion in the db...... unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 16:07:40 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + mme_fqdn=oai-epc-0.openair4G.eur unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get ip_address_mme unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{3}] []}} unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + IP_mme=192.168.121.14 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + echo '192.168.121.14 oai-epc-0.openair4G.eur mme' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-ids db unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 16:07:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + db_id=db:1 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z db:1 ']' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-list -r db:1 unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:40 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z mysql/0 ']' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + db_user=jahngaetiehaewe unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 password mysql/0 unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.13 unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + db_password=reingiongephuqu unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 host mysql/0 unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + db_host=192.168.121.9 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 database mysql/0 unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=yes unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + db_database=oai-hss unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z jahngaetiehaewe ']' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + realm_mme=openair4G.eur unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u jahngaetiehaewe --password=reingiongephuqu -h 192.168.121.9 oai-hss -e 'select mmehost from mmeidentity where mmehost='\''oai-epc-0.openair4G.eur'\''' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ egrep '[0-9]+' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u jahngaetiehaewe --password=reingiongephuqu -h 192.168.121.9 oai-hss -e 'select max(idmmeidentity) from mmeidentity;' unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=6 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=7 unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Inserting the MME info in the mmeidentity table of oai_db database' unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:07:40 INFO unit.oai-hss/0.juju-log hss:2: Inserting the MME info in the mmeidentity table of oai_db database unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + /usr/bin/mysql -u jahngaetiehaewe --password=reingiongephuqu -h 192.168.121.9 oai-hss unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 16:07:40 DEBUG unit.oai-hss/0.hss-relation-changed + relation-set mme_in_db=yes unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=0, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 ' unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:40 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=0, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 unit-oai-hss-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.13 ']' unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Mme has been inserted so let'\''s run EPC!!!' unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:40 INFO unit.oai-epc/0.juju-log hss:2: Mme has been inserted so let's run EPC!!! unit-oai-hss-0: 16:07:40 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + echo '192.168.121.13 oai-hss-0.openair4G.eur hss' unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + hss_hostname=oai-hss-0 unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + sed -r -i 's/(HSS_HOSTNAME[^"]*)".*"/\1"oai-hss-0"/' /usr/local/etc/oai/epc.conf unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 '!=' 0 ']' unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:07:40 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:40 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is not running... unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + status=1 unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -eq 1 ']' unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids hss unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + service mme_gw restart unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed stop: Unknown instance: unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed mme_gw start/running, process 13894 unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw start/running, process 13894' unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw start/running, process 13894 =~ .*running.* ]] unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 16:07:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:40 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + status=0 unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_connection unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=0 unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 16:07:40 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 16:07:41 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 16:07:41 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 16:07:41 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=1 unit-oai-epc-0: 16:07:41 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 16:07:41 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 16:07:42 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 16:07:42 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 16:07:42 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=2 unit-oai-epc-0: 16:07:42 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 16:07:42 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 16:07:43 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 16:07:43 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 16:07:43 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=3 unit-oai-epc-0: 16:07:43 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 16:07:43 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 16:07:44 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 16:07:44 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 16:07:44 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=4 unit-oai-epc-0: 16:07:44 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 16:07:44 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 16:07:45 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 16:07:45 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 16:07:45 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 16:07:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:45 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is running and connected to HSS unit-oai-epc-0: 16:07:45 DEBUG unit.oai-epc/0.hss-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 16:07:45 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 16:07:45 DEBUG unit.oai-epc/0.hss-relation-changed + break unit-oai-epc-0: 16:07:45 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 16:07:45 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 2 unit-oai-epc-0: 16:07:47 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 16:07:47 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:07:47 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -n epc:3 ']' unit-oai-epc-0: 16:07:47 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 16:07:47 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:07:47 DEBUG unit.oai-epc/0.hss-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 16:07:47 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log epc:3 unit-oai-epc-0: 16:07:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:07:47 INFO unit.oai-epc/0.juju-log hss:2: epc:3 unit-oai-epc-0: 16:07:47 DEBUG unit.oai-epc/0.hss-relation-changed + relation-set -r epc:3 epc_running=yes unit-oai-epc-0: 16:07:47 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 16:07:47 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get opc-key unit-oai-epc-0: 16:07:47 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:07:47 DEBUG unit.oai-epc/0.hss-relation-changed + hss_opc_val=e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 16:07:47 DEBUG unit.oai-epc/0.hss-relation-changed + echo e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 16:07:47 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 16:07:47 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 16:07:47 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:07:47 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:07:47 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 16:07:48 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{1}] []}} unit-abot-epc-basic-0: 16:07:59 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 16:07:59 DEBUG unit.abot-epc-basic/0.install Installing Google Protobuf_C from sources. The log file for Protobuf_C installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/protobuf_c_install_log.txt  unit-abot-epc-basic-0: 16:08:42 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Installing oaisim >> unit-abot-epc-basic-0: 16:08:42 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Configuring abot-functest-basic >> unit-abot-epc-basic-0: 16:08:42 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 16:08:42 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 16:08:42 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 16:08:42 INFO unit.abot-epc-basic/0.juju-log ABot Install complete! unit-abot-epc-basic-0: 16:08:42 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 16:08:42 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 16:08:42 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 16:08:42 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 16:08:42 DEBUG juju.worker.uniter.operation running operation accept leadership unit-abot-epc-basic-0: 16:08:42 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-abot-epc-basic-0: 16:08:42 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 16:08:42 INFO juju.worker.uniter found queued "leader-elected" hook unit-abot-epc-basic-0: 16:08:42 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-abot-epc-basic-0: 16:08:42 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 16:08:42 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 16:08:42 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-abot-epc-basic-0: 16:08:42 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-abot-epc-basic-0: 16:08:42 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-abot-epc-basic-0: 16:08:42 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-abot-epc-basic-0: 16:08:42 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-abot-epc-basic-0: 16:08:42 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 16:08:42 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 16:08:42 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-abot-epc-basic-0: 16:08:42 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 16:08:42 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 16:08:42 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 16:08:43 INFO unit.abot-epc-basic/0.juju-log Installing the tags obtained from config: local-commands unit-abot-epc-basic-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-abot-epc-basic-0: 16:08:43 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 16:08:43 INFO juju.worker.uniter found queued "start" hook unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation running operation run start hook unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /root/.ssh/id_rsa. unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /root/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start SHA256:l7cJLXw7Fa8/LAXC1CbF6Cgu5RMFvGMzkmYR9pXgesg root@juju-db5955-default-0 unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start | oooo.. =. | unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start | ..o..o + + | unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start | ooo = o . | unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start | .=oX o * . o | unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start | oE*.S * = o .| unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start | ..+ . = = o | unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start | . . = + | unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start | o + | unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start | . o| unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start sudo: unable to resolve host juju-db5955-default-0 unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{0}] []}} unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; abot-epc-basic/0) hook unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /home/ubuntu/.ssh/id_rsa. unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /home/ubuntu/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start SHA256:aqIo776es81ve70nWCoSVsYStNp/AVmDTAn4nRCjYho ubuntu@juju-db5955-default-0 unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start | o==.oo | unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start | ..oo+o . | unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start |E....=o. | unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start |oo oo *. | unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start |. . .+ S | unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start | o. . .. | unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start | ...+ .= | unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start |...=.oo.+ o . | unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start |o=X+o+o+ .+ | unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + juju-log 'Setting up relation settings for OAISIM charm' unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{0}] []}} unit-oai-epc-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:08:43 INFO unit.oai-epc/0.juju-log epc:3: Setting up relation settings for OAISIM charm unit-abot-epc-basic-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_tac unit-abot-epc-basic-0: 16:08:43 INFO juju.worker.uniter.operation ran "start" hook unit-oai-epc-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set TAC= unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-abot-epc-basic-0: 16:08:43 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mcc unit-oai-epc-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MCC=208 unit-abot-epc-basic-0: 16:08:43 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 16:08:43 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mnc unit-oai-epc-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MNC=93 unit-abot-epc-basic-0: 16:08:43 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; oai-epc/0) hook unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; oai-epc/0) hook" unit-oai-epc-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set trigger_restart=0 unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-joined hook unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{1}] []}} unit-oai-epc-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined ++ unit-get private-address unit-oai-epc-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + mme_public_ip=192.168.121.14 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + get_ip_address 192.168.121.14 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.14 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + local status=1 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + local status_after=1 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.14 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.14 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.14 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 14 -le 255 ]] unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.14 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.14 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.14 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 14 -le 255 ]] unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + validated_mme_public_ip=192.168.121.14 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + echo 'MME ip address is 192.168.121.14' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined MME ip address is 192.168.121.14 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set mme_ip=192.168.121.14 unit-oai-epc-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set epc_running=no unit-oai-epc-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + '[' -f /tmp/opcvalue ']' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined ++ cat /tmp/opcvalue unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set opc-key=e734f8734007d6c5ce7a0508809e7e9c unit-abot-epc-basic-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 16:08:43 INFO juju.worker.uniter.operation ran "ssh-abot-relation-joined" hook unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; oai-epc/0) hook unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-oai-epc-0: 16:08:43 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{1}] []}} unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; abot-epc-basic/0) hook unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.epc-relation-joined + ABOT_DEPLOY_DIR=/etc/rebaca-test-suite unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.epc-relation-joined + juju-log 'Setting EPC charm relation variables' unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 16:08:43 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-abot-epc-basic-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 16:08:43 INFO unit.abot-epc-basic/0.juju-log epc:3: Setting EPC charm relation variables unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.epc-relation-joined + relation-set TAC=1 unit-abot-epc-basic-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.epc-relation-joined + sed -i 's/ABOT.ENB.tracking_area_code=[^ ]*/ABOT.ENB.tracking_area_code=1/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + set_env_paths unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get TAC unit-oai-epc-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + TAC=1 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z 1 ']' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ sed -r 's/(.*)\//\1-/' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ echo abot-epc-basic/0 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + name=abot-epc-basic-0 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/tac_abot-epc-basic-0 ']' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + echo 1 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/tac_abot-epc-basic-0 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 '!=' 1 ']' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep abot-epc-basic/0 /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ egrep '^1 [0-9]+$' /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + tac_line= unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + true unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + echo '1 1' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + echo abot-epc-basic/0 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mcc unit-oai-epc-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mnc unit-oai-epc-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ egrep 'MCC[ ]*=[ ]*"208"[ ]*;[ ]*MNC[ ]*=[ ]*"93"[ ]*;[ ]*TAC[ ]*=[ ]*"1"' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z ' {MCC="208" ; MNC="93"; TAC = "1"; } # YOUR TAI CONFIG HERE' ']' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-abot-epc-basic-0: 16:08:43 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{2}] []}} unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + hss_id=hss:2 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n hss:2 ']' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-list -r hss:2 unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 16:08:43 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + hss_unit=oai-hss/0 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n oai-hss/0 ']' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r hss:2 hss_running oai-hss/0 unit-oai-epc-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw start/running, process 13894' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw start/running, process 13894 =~ .*running.* ]] unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:08:43 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running...let's check if it is connected to HSS unit-abot-epc-basic-0: 16:08:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + status=0 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -eq 0 ']' unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:08:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 16:08:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 16:08:44 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-abot-epc-basic-0: 16:08:44 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:08:44 DEBUG unit.oai-epc/0.epc-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 16:08:44 DEBUG unit.oai-epc/0.epc-relation-changed + service mme_gw restart unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 16:08:44 DEBUG unit.oai-epc/0.epc-relation-changed mme_gw stop/waiting unit-abot-epc-basic-0: 16:08:44 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.14 unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 16:08:44 DEBUG unit.oai-epc/0.epc-relation-changed mme_gw start/running, process 14232 unit-oai-epc-0: 16:08:44 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 16:08:44 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-oai-epc-0: 16:08:44 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw start/running, process 14232' unit-oai-epc-0: 16:08:44 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw start/running, process 14232 =~ .*running.* ]] unit-oai-epc-0: 16:08:44 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-abot-epc-basic-0: 16:08:44 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=no unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-abot-epc-basic-0: 16:08:44 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-abot-epc-basic-0: 16:08:44 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:08:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:08:44 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running...let's check if it is connected to HSS unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 16:08:44 DEBUG unit.oai-epc/0.epc-relation-changed + status=0 unit-oai-epc-0: 16:08:44 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 16:08:44 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_connection unit-oai-epc-0: 16:08:44 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=0 unit-oai-epc-0: 16:08:44 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 16:08:44 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-abot-epc-basic-0: 16:08:44 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key=e734f8734007d6c5ce7a0508809e7e9c unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=208/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=93/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=192.168.121.14/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.14/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="e734f8734007d6c5ce7a0508809e7e9c";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' no == yes ']' unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 16:08:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set blocked 'ABot blocked! EPC relation not established, unable to get to active state' unit-abot-epc-basic-0: 16:08:44 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 16:08:44 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 16:08:44 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 16:08:44 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 16:08:44 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 16:08:44 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; oai-epc/0) hook unit-abot-epc-basic-0: 16:08:44 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 16:08:44 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 16:08:44 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 16:08:44 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 16:08:44 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-changed hook unit-abot-epc-basic-0: 16:08:44 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 16:08:44 INFO juju.worker.uniter.operation ran "ssh-abot-relation-changed" hook unit-abot-epc-basic-0: 16:08:44 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 16:08:44 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 16:08:44 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 16:08:44 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 16:08:44 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:08:45 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 16:08:45 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 16:08:45 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=1 unit-oai-epc-0: 16:08:45 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 16:08:45 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 16:08:46 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 16:08:46 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 16:08:46 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=2 unit-oai-epc-0: 16:08:46 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 16:08:46 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 16:08:47 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 16:08:47 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 16:08:47 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=3 unit-oai-epc-0: 16:08:47 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 16:08:47 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 16:08:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 16:08:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 16:08:48 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=4 unit-oai-epc-0: 16:08:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 16:08:48 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 16:08:49 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 16:08:49 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 16:08:49 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 16:08:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:08:49 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running and connected to HSS unit-oai-epc-0: 16:08:49 DEBUG unit.oai-epc/0.epc-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 16:08:49 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 16:08:49 DEBUG unit.oai-epc/0.epc-relation-changed + break unit-oai-epc-0: 16:08:49 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 16:08:49 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 2 unit-oai-epc-0: 16:08:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids epc unit-oai-epc-0: 16:08:51 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:08:51 DEBUG unit.oai-epc/0.epc-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 16:08:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r epc:3 trigger_restart oai-epc/0 unit-oai-epc-0: 16:08:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:08:51 DEBUG unit.oai-epc/0.epc-relation-changed + restart=0 unit-oai-epc-0: 16:08:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n 0 ']' unit-oai-epc-0: 16:08:51 DEBUG unit.oai-epc/0.epc-relation-changed + relation-set -r epc:3 trigger_restart=1 unit-oai-epc-0: 16:08:51 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 16:08:51 DEBUG unit.oai-epc/0.epc-relation-changed + relation-set epc_running=yes unit-oai-epc-0: 16:08:51 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 16:08:51 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; abot-epc-basic/0) hook unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-joined hook unit-oai-epc-0: 16:08:51 INFO juju.worker.uniter.operation skipped "ssh-abot-epc-relation-joined" hook (missing) unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; abot-epc-basic/0) hook unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-changed hook unit-oai-epc-0: 16:08:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:08:51 INFO juju.worker.uniter.operation ran "ssh-abot-epc-relation-changed" hook unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 16:08:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 16:08:51 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{3}] []}} unit-abot-epc-basic-0: 16:08:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 16:08:51 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 16:08:51 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 16:08:51 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 16:08:51 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 16:08:51 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 16:08:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-abot-epc-basic-0: 16:08:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-abot-epc-basic-0: 16:08:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-abot-epc-basic-0: 16:08:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.14 unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-abot-epc-basic-0: 16:08:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=yes unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-abot-epc-basic-0: 16:08:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-abot-epc-basic-0: 16:08:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-abot-epc-basic-0: 16:08:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key=e734f8734007d6c5ce7a0508809e7e9c unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=208/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=93/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=192.168.121.14/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.14/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="e734f8734007d6c5ce7a0508809e7e9c";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' yes == yes ']' unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set active 'ABot ready! EPC relation established, proceed to run tests...' unit-abot-epc-basic-0: 16:08:51 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 16:08:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + exit 0 unit-abot-epc-basic-0: 16:08:51 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 16:08:52 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 16:08:52 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 16:08:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 16:08:52 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 16:09:11 DEBUG juju.worker.uniter.remotestate got action change: [91716b87-2b9c-4fee-8fc4-36d8726e3330] ok=true unit-abot-epc-basic-0: 16:09:11 DEBUG juju.worker.uniter.operation running operation run action 91716b87-2b9c-4fee-8fc4-36d8726e3330 unit-abot-epc-basic-0: 16:09:11 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 16:09:11 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 16:09:11 DEBUG juju.worker.uniter.operation preparing operation "run action 91716b87-2b9c-4fee-8fc4-36d8726e3330" unit-abot-epc-basic-0: 16:09:11 DEBUG juju.worker.uniter.operation executing operation "run action 91716b87-2b9c-4fee-8fc4-36d8726e3330" unit-abot-epc-basic-0: 16:09:11 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running action run unit-abot-epc-basic-0: 16:09:11 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 16:09:11 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 16:09:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 16:09:11 INFO unit.abot-epc-basic/0.juju-log Tag names: TS_24_301 unit-abot-epc-basic-0: 16:09:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 16:09:11 INFO unit.abot-epc-basic/0.juju-log Running the test with the tags @TS_24_301 unit-abot-epc-basic-0: 16:09:11 DEBUG unit.abot-epc-basic/0.run Creating the Target JUnit file... unit-abot-epc-basic-0: 16:09:13 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] Deleting /var/lib/abot-epc-basic/target unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-javolution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/javolution-5.5.1.jar to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.jar unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall7850951926295605732.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-api) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-api-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.jar unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall5887214721447754885.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.pom unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-impl) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-impl-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.jar unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall3230156199221349907.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.pom unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-common) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/commons-1.0.0.CR1.jar to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.jar unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall904868494199829817.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-diameter) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/abot_jdiameter.jar to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.jar unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall4461145606407114570.pom to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.pom unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-org-picocontainer) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/picocontainer-2.15.jar to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.jar unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall1848980846385680555.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 0.766 s unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-08-27T16:09:14+00:00 unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 8M/60M unit-abot-epc-basic-0: 16:09:14 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:09:16 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 16:09:16 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 16:09:16 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:09:16 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 16:09:16 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:09:17 DEBUG unit.abot-epc-basic/0.run [WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2 unit-abot-epc-basic-0: 16:09:17 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 16:09:17 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:09:17 DEBUG unit.abot-epc-basic/0.run [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 16:09:17 DEBUG unit.abot-epc-basic/0.run [INFO] Copying 1 resource unit-abot-epc-basic-0: 16:09:17 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 16:09:17 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:09:18 DEBUG unit.abot-epc-basic/0.run [INFO] No sources to compile unit-abot-epc-basic-0: 16:09:18 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 16:09:18 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:09:18 DEBUG unit.abot-epc-basic/0.run [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 16:09:18 DEBUG unit.abot-epc-basic/0.run [INFO] skip non existing resourceDirectory /var/lib/abot-epc-basic/src/test/resources unit-abot-epc-basic-0: 16:09:18 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 16:09:18 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:09:18 DEBUG unit.abot-epc-basic/0.run [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes unit-abot-epc-basic-0: 16:09:19 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 16:09:19 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:09:19 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:09:19 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 16:09:19 DEBUG unit.abot-epc-basic/0.run T E S T S unit-abot-epc-basic-0: 16:09:19 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 16:09:20 DEBUG unit.abot-epc-basic/0.run Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 16:09:21 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:09:21 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 16:09:21 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:09:21 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI unit-abot-epc-basic-0: 16:09:21 DEBUG unit.abot-epc-basic/0.run Aug 27, 2018 4:09:21 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 16:09:21 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@2e8c1c9b: startup date [Mon Aug 27 16:09:21 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 16:09:21 DEBUG unit.abot-epc-basic/0.run Aug 27, 2018 4:09:21 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:09:21 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-abot-epc-basic-0: 16:09:21 DEBUG unit.abot-epc-basic/0.run Aug 27, 2018 4:09:21 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:09:21 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 16:09:23 DEBUG unit.abot-epc-basic/0.run Aug 27, 2018 4:09:23 PM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 16:09:23 DEBUG unit.abot-epc-basic/0.run INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@aa10649] to [cucumber.runtime.java.spring.GlueCodeScope@6b3871d6] unit-abot-epc-basic-0: 16:09:23 DEBUG unit.abot-epc-basic/0.run Aug 27, 2018 4:09:23 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 16:09:23 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@39008c9f: startup date [Mon Aug 27 16:09:23 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 16:09:23 DEBUG unit.abot-epc-basic/0.run Aug 27, 2018 4:09:23 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:09:23 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 16:09:23 DEBUG unit.abot-epc-basic/0.run Aug 27, 2018 4:09:23 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:09:23 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 16:09:23 DEBUG unit.abot-epc-basic/0.run Aug 27, 2018 4:09:23 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:09:23 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 16:09:24 DEBUG unit.abot-epc-basic/0.run Aug 27, 2018 4:09:24 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:09:24 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 16:09:24 DEBUG unit.abot-epc-basic/0.run Aug 27, 2018 4:09:24 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 16:09:24 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1e58512c: startup date [Mon Aug 27 16:09:24 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 16:09:24 DEBUG unit.abot-epc-basic/0.run Aug 27, 2018 4:09:24 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:09:24 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 16:09:24 DEBUG unit.abot-epc-basic/0.run Aug 27, 2018 4:09:24 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:09:24 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 16:09:24 DEBUG unit.abot-epc-basic/0.run Aug 27, 2018 4:09:24 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:09:24 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 16:09:24 DEBUG unit.abot-epc-basic/0.run Aug 27, 2018 4:09:24 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:09:24 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: STEP EXECUTION TIME TAKEN :1455 MS unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: STEP EXECUTION TIME TAKEN :40 MS unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:26 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:26 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:26 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:09:26 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:26 [main] REPORT: STEP EXECUTION TIME TAKEN :844 MS unit-abot-epc-basic-0: 16:09:26 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:26 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:27 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 16:09:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:27 [main] REPORT: STEP EXECUTION TIME TAKEN :723 MS unit-abot-epc-basic-0: 16:09:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:27 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:09:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:27 [main] REPORT: STEP EXECUTION TIME TAKEN :29 MS unit-abot-epc-basic-0: 16:09:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:37 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:37 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:37 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:09:37 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:37 [main] REPORT: STEP EXECUTION TIME TAKEN :10039 MS unit-abot-epc-basic-0: 16:09:37 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:37 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:37 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:37.404 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 16:09:37 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:37.416 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:09:37 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:37 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:37 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:09:37 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:37 [main] REPORT: STEP EXECUTION TIME TAKEN :68 MS unit-abot-epc-basic-0: 16:09:37 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:37 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:09:37 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:37 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:09:37 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:09:38 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs # featureFiles/Attach_Procedure_AttachWithIMSI.feature:9 unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MCC unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: STEP EXECUTION TIME TAKEN :29 MS unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: STEP EXECUTION TIME TAKEN :41 MS unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:49 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:09:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:49 [main] REPORT: STEP EXECUTION TIME TAKEN :495 MS unit-abot-epc-basic-0: 16:09:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:49 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT unit-abot-epc-basic-0: 16:09:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:49 [main] REPORT: STEP EXECUTION TIME TAKEN :32 MS unit-abot-epc-basic-0: 16:09:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:49 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:09:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:49 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 16:09:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:59 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:09:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:59 [main] REPORT: STEP EXECUTION TIME TAKEN :10017 MS unit-abot-epc-basic-0: 16:09:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:09:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:59.264 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 16:09:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:59.273 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:09:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:09:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:59 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:09:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:59 [main] REPORT: STEP EXECUTION TIME TAKEN :46 MS unit-abot-epc-basic-0: 16:09:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:59 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:09:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:09:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:09:59 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:09:59 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:09:59 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_MCC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MCC. # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature:9 unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MNC unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: STEP EXECUTION TIME TAKEN :26 MS unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:10 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:10 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:10 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:10:10 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:10 [main] REPORT: STEP EXECUTION TIME TAKEN :454 MS unit-abot-epc-basic-0: 16:10:10 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:10 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:10 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:10 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:10 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT unit-abot-epc-basic-0: 16:10:10 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:10 [main] REPORT: STEP EXECUTION TIME TAKEN :44 MS unit-abot-epc-basic-0: 16:10:10 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:10 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:20 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:20 [main] REPORT: STEP EXECUTION TIME TAKEN :10014 MS unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:20 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:20 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:20.372 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:20.378 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:20 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:20 [main] REPORT: STEP EXECUTION TIME TAKEN :86 MS unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:20 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:10:20 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_MNC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MNC. # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature:9 unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_TAC unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:31 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:10:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:31 [main] REPORT: STEP EXECUTION TIME TAKEN :384 MS unit-abot-epc-basic-0: 16:10:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:31 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT unit-abot-epc-basic-0: 16:10:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:31 [main] REPORT: STEP EXECUTION TIME TAKEN :25 MS unit-abot-epc-basic-0: 16:10:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:31 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:10:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:31 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 16:10:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:41 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:10:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:41 [main] REPORT: STEP EXECUTION TIME TAKEN :10013 MS unit-abot-epc-basic-0: 16:10:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:41.310 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 16:10:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:41.318 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:10:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:41 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:10:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:41 [main] REPORT: STEP EXECUTION TIME TAKEN :33 MS unit-abot-epc-basic-0: 16:10:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:41 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:10:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:41 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:10:41 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:10:41 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_TAC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong TAC # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature:9 unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_Attach_With_GUTI unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: STEP EXECUTION TIME TAKEN :242 MS unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:52 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 16:10:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:52 [main] REPORT: STEP EXECUTION TIME TAKEN :812 MS unit-abot-epc-basic-0: 16:10:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:10:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:10:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:52 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:10:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:52 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 16:10:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:10:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:10:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:02 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:11:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:02 [main] REPORT: STEP EXECUTION TIME TAKEN :10017 MS unit-abot-epc-basic-0: 16:11:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:02.832 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 16:11:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:02.842 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:11:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:02 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:11:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:02 [main] REPORT: STEP EXECUTION TIME TAKEN :50 MS unit-abot-epc-basic-0: 16:11:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:02 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:11:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:02 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:11:02 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:11:02 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:11:12 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_Attach_With_GUTI @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success with right GUTI. # featureFiles/Attach_Procedure_Attach_With_GUTI.feature:8 unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DNS Server Address Request Indication in PCO unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: STEP EXECUTION TIME TAKEN :221 MS unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:14 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 16:11:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:14 [main] REPORT: STEP EXECUTION TIME TAKEN :852 MS unit-abot-epc-basic-0: 16:11:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:14 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 16:11:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:14 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 16:11:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:14 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:11:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:14 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 16:11:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:24 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:11:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:24 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 16:11:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:24.442 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 16:11:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:24.449 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:11:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:24 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:11:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:24 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 16:11:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:24 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:11:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:24 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:11:24 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:11:24 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-mysql-0: 16:11:29 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 16:11:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:11:29 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 16:11:29 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 16:11:29 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 16:11:29 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 16:11:29 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 16:11:29 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 16:11:29 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 16:11:29 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 16:11:29 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:11:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:11:29 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DNS_Server_Address_Request @PCO unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature:10 unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with DSMIPv6 Home Agent Address Request Indication in PCO unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:34 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: STEP EXECUTION TIME TAKEN :381 MS unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: STEP EXECUTION TIME TAKEN :712 MS unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:45 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:11:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:45 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 16:11:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:46 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:46.001 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 16:11:46 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:46.006 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:11:46 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:46 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:46 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:11:46 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:46 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 16:11:46 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:46 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:11:46 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:46 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:11:46 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:11:46 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_Home_Agent_Address_Request @PCO unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature:10 unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DSMIPv6 Home Network Prefix Request Indication in PCO unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: STEP EXECUTION TIME TAKEN :605 MS unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:56 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:57 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 16:11:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:57 [main] REPORT: STEP EXECUTION TIME TAKEN :708 MS unit-abot-epc-basic-0: 16:11:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:57 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT unit-abot-epc-basic-0: 16:11:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:57 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 16:11:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:11:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:11:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:57 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:11:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:57 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 16:11:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:11:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:11:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:07 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:07 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:07 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:12:07 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:07 [main] REPORT: STEP EXECUTION TIME TAKEN :10012 MS unit-abot-epc-basic-0: 16:12:07 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:07 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:07 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:07.811 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 16:12:07 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:07.814 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:12:07 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:07 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:07 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:12:07 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:07 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 16:12:07 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:07 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:12:07 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:07 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:12:07 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:12:07 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:12:17 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:12:17 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:12:17 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_Home_Network_Prefix_Request @PCO unit-abot-epc-basic-0: 16:12:17 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature:10 unit-abot-epc-basic-0: 16:12:17 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:12:17 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:12:17 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:12:17 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:12:17 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:12:17 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DSMIPv6 IPv4 Home Agent Address Request Indication in PCO unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: STEP EXECUTION TIME TAKEN :377 MS unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:18 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:19 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 16:12:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:19 [main] REPORT: STEP EXECUTION TIME TAKEN :698 MS unit-abot-epc-basic-0: 16:12:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:19 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 16:12:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:19 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 16:12:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:19 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:12:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:19 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 16:12:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:29 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:29 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:29 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:12:29 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:29 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 16:12:29 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:29 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:29 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:29.492 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 16:12:29 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:29.494 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:12:29 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:29 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:29 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:12:29 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:29 [main] REPORT: STEP EXECUTION TIME TAKEN :210 MS unit-abot-epc-basic-0: 16:12:29 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:29 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:12:29 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:29 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:12:29 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:12:29 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_IPv4_Home_Agent_Address_Request @PCO unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature:10 unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With IM CN Subsystem Signalling Flag Indication in PCO unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 16:12:39 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: STEP EXECUTION TIME TAKEN :227 MS unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: STEP EXECUTION TIME TAKEN :683 MS unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:40 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:40 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:12:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:41 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 16:12:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:41 [main] REPORT: ========================================================================================== unit-oai-hss-0: 16:12:42 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 16:12:42 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:12:42 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 16:12:42 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:12:42 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:12:42 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 16:12:42 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 16:12:42 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 16:12:42 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:12:42 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 16:12:42 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 16:12:42 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 16:12:42 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 16:12:42 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 16:12:42 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 21941' unit-oai-hss-0: 16:12:42 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 21941 =~ .*running.* ]] unit-oai-hss-0: 16:12:42 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 16:12:42 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:12:42 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 16:12:42 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 16:12:42 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 16:12:42 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 16:12:42 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:12:42 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 16:12:42 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 16:12:42 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:12:42 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:12:42 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 16:12:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:51 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:12:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:51 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 16:12:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:12:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:51.202 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 16:12:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:51.205 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:12:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:12:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:51 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:12:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:51 [main] REPORT: STEP EXECUTION TIME TAKEN :167 MS unit-abot-epc-basic-0: 16:12:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:51 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:12:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:12:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:12:51 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:12:51 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:12:51 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IM_CN_Subsystem_Signalling_Flag @PCO unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options # featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature:10 unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with IPv4 Address Allocation Via DHCPv4 Indication in PCO unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: STEP EXECUTION TIME TAKEN :220 MS unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:01 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:02 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 16:13:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:02 [main] REPORT: STEP EXECUTION TIME TAKEN :678 MS unit-abot-epc-basic-0: 16:13:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:02 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT unit-abot-epc-basic-0: 16:13:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:02 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 16:13:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:02 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:13:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:02 [main] REPORT: STEP EXECUTION TIME TAKEN :65 MS unit-abot-epc-basic-0: 16:13:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:12 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:12 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:12 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:13:12 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:12 [main] REPORT: STEP EXECUTION TIME TAKEN :10013 MS unit-abot-epc-basic-0: 16:13:12 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:12 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:12 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:12.538 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 16:13:12 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:12.541 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:13:12 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:12 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:12 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:13:12 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:12 [main] REPORT: STEP EXECUTION TIME TAKEN :33 MS unit-abot-epc-basic-0: 16:13:12 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:12 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:13:12 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:12 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:13:12 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:13:12 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IPv4_Address_Allocation_Via_DHCPv4 @PCO unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options # featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature:10 unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With IP Address Allocation Via NAS Signalling Indication in PCO unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: STEP EXECUTION TIME TAKEN :231 MS unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: STEP EXECUTION TIME TAKEN :713 MS unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: STEP EXECUTION TIME TAKEN :148 MS unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:23 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:33 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:33 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:33 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:13:33 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:33 [main] REPORT: STEP EXECUTION TIME TAKEN :10010 MS unit-abot-epc-basic-0: 16:13:33 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:33 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:33 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:33.968 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 16:13:33 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:33.973 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:13:33 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:33 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:33 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:13:33 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:33 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 16:13:33 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:33 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:13:33 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:33 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:13:33 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:13:34 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IP_Address_Allocation_Via_NAS_Signalling @PCO unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options # featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature:10 unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With MS Support of Network Requested Bearer Control indicator in PCO unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: STEP EXECUTION TIME TAKEN :221 MS unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:44 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:45 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 16:13:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:45 [main] REPORT: STEP EXECUTION TIME TAKEN :820 MS unit-abot-epc-basic-0: 16:13:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:45 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT unit-abot-epc-basic-0: 16:13:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:45 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 16:13:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:45 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:13:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:45 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:13:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:45 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:55 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:55 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:55 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:13:55 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:55 [main] REPORT: STEP EXECUTION TIME TAKEN :10010 MS unit-abot-epc-basic-0: 16:13:55 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:13:55 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:55 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:55.362 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 16:13:55 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:55.365 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:13:55 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:13:55 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:55 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:13:55 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:55 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 16:13:55 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:55 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:13:55 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:13:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:13:55 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:13:55 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:13:55 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_MS_Support_Network_Requested_Bearer_Control_Indicator @PCO unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator # featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature:10 unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With P-CSCF Address Request Indication in PCO unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: STEP EXECUTION TIME TAKEN :223 MS unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:05 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:06 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:06 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:06 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 16:14:06 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:06 [main] REPORT: STEP EXECUTION TIME TAKEN :845 MS unit-abot-epc-basic-0: 16:14:06 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:06 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:06 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:06 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:06 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 16:14:06 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:06 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 16:14:06 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:06 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:06 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:06 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:06 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:14:06 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:06 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:14:06 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:06 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:08 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 16:14:16 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:16 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:16 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:14:16 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:16 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 16:14:16 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:16 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:16 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:16.842 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 16:14:16 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:16.845 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:14:16 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:16 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:16 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:14:16 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:16 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 16:14:16 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:16 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:14:16 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:16 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:14:16 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:14:16 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-oai-epc-0: 16:14:26 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 16:14:26 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:14:26 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 16:14:26 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:14:26 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:14:26 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 16:14:26 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 16:14:26 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 16:14:26 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw start/running, process 16806' unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.update-status + [[ mme_gw start/running, process 16806 =~ .*running.* ]] unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 16:14:26 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:14:26 INFO unit.oai-epc/0.juju-log OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.update-status + status=0 unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.update-status + '[' 0 -eq 1 ']' unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.update-status + status-set active 'OAI EPC is running' unit-oai-epc-0: 16:14:26 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 16:14:26 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 16:14:26 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 16:14:26 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:14:26 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:14:26 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 16:14:26 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_P-CSCF_Address_Request @PCO unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options # featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature:10 unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run Feature: Auth_Accept unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: STEP EXECUTION TIME TAKEN :382 MS unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:27 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:28 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:28 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:28 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 16:14:28 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:28 [main] REPORT: STEP EXECUTION TIME TAKEN :714 MS unit-abot-epc-basic-0: 16:14:28 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:28 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:28 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:28 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:28 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:14:28 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:28 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:14:28 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:28 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:38 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:38 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:38 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:14:38 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:38 [main] REPORT: STEP EXECUTION TIME TAKEN :10017 MS unit-abot-epc-basic-0: 16:14:38 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:38 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:38 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:38.277 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 16:14:38 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:38.284 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:14:38 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:38 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:38 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:14:38 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:38 [main] REPORT: STEP EXECUTION TIME TAKEN :35 MS unit-abot-epc-basic-0: 16:14:38 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:38 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:14:38 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:38 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:14:38 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:14:38 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_Accept @TS_24_301 @24_301_5_4_2_1 @24_301_5_4_2_3 @33_401_6_1_1 @Series-0004 unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct # featureFiles/Auth_Accept.feature:10 unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run EPS security context. unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: STEP EXECUTION TIME TAKEN :366 MS unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:48 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:49 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 16:14:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:49 [main] REPORT: STEP EXECUTION TIME TAKEN :683 MS unit-abot-epc-basic-0: 16:14:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:49 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 16:14:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:49 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 16:14:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:49 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:14:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:49 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:14:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:49 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:14:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:14:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:59 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:14:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:59 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 16:14:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:14:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:14:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:09 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:15:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:09 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 16:15:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:09.756 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 16:15:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:09.758 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:15:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:09 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:15:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:09 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 16:15:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:09 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:15:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:09 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:15:09 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:15:09 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:15:09 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 16:15:10 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI. # featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature:10 unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run #RES is restored to 0x00 in teardown process unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:20 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:21 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:21 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:21 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:15:21 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:21 [main] REPORT: STEP EXECUTION TIME TAKEN :352 MS unit-abot-epc-basic-0: 16:15:21 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:21 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:21 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:21 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:21 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 16:15:21 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:21 [main] REPORT: STEP EXECUTION TIME TAKEN :667 MS unit-abot-epc-basic-0: 16:15:21 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:21 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:21 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:21 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:21 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 16:15:21 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:21 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 16:15:21 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:21 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:22 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT unit-abot-epc-basic-0: 16:15:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:22 [main] REPORT: STEP EXECUTION TIME TAKEN :145 MS unit-abot-epc-basic-0: 16:15:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:22 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:15:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:22 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 16:15:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:22 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:32 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:32 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:32 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:15:32 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:32 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 16:15:32 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:32 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:42 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:42 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:42 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:15:42 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:42 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 16:15:42 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:42 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:42 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:42.170 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 16:15:42 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:42.172 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:15:42 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:42 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:42 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:15:42 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:42 [main] REPORT: STEP EXECUTION TIME TAKEN :30 MS unit-abot-epc-basic-0: 16:15:42 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:42 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:15:42 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:42 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:15:42 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:15:42 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:15:42 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 16:15:42 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT
 unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI # featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature:9 unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: STEP EXECUTION TIME TAKEN :30 MS unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:52 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: STEP EXECUTION TIME TAKEN :371 MS unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: STEP EXECUTION TIME TAKEN :677 MS unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:15:53 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:15:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:03 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:16:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:03 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 16:16:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:13 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:16:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:13 [main] REPORT: STEP EXECUTION TIME TAKEN :10017 MS unit-abot-epc-basic-0: 16:16:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:13.906 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 16:16:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:13.908 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:16:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:13 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:16:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:13 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 16:16:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:13 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:16:13 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:13 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:16:13 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:16:13 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:16:13 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 16:16:23 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME # featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature:9 unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run #RES is restore to 0x00 in teardown process unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_GUTIattachMAC_code_failure unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: STEP EXECUTION TIME TAKEN :368 MS unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:25 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 16:16:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:25 [main] REPORT: STEP EXECUTION TIME TAKEN :669 MS unit-abot-epc-basic-0: 16:16:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:25 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT unit-abot-epc-basic-0: 16:16:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:25 [main] REPORT: STEP EXECUTION TIME TAKEN :693 MS unit-abot-epc-basic-0: 16:16:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:25 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:16:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:25 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:16:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:25 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:25 [main] REPORT: ========================================================================================== unit-mysql-0: 16:16:34 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 16:16:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:16:34 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 16:16:34 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 16:16:34 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 16:16:34 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 16:16:34 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 16:16:34 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 16:16:34 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 16:16:34 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 16:16:34 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:16:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:16:34 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 16:16:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:35 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:16:36 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:36 [main] REPORT: STEP EXECUTION TIME TAKEN :10016 MS unit-abot-epc-basic-0: 16:16:36 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:36 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:46 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:46 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:46 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:16:46 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:46 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 16:16:46 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:46 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:46 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:46.170 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 16:16:46 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:46.179 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:16:46 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:46 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:46 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:16:46 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:46 [main] REPORT: STEP EXECUTION TIME TAKEN :157 MS unit-abot-epc-basic-0: 16:16:46 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:46 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:16:46 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:46 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:16:46 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:16:46 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:16:46 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 16:16:46 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT
 unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0002 unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". # featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature:9 unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:57 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:58 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:58 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:58 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:16:58 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:58 [main] REPORT: STEP EXECUTION TIME TAKEN :341 MS unit-abot-epc-basic-0: 16:16:58 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:58 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:58 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:58 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:58 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 16:16:58 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:58 [main] REPORT: STEP EXECUTION TIME TAKEN :675 MS unit-abot-epc-basic-0: 16:16:58 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:58 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:59 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT unit-abot-epc-basic-0: 16:16:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:59 [main] REPORT: STEP EXECUTION TIME TAKEN :685 MS unit-abot-epc-basic-0: 16:16:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:16:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:16:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:59 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:16:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:59 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:16:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:16:59 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:16:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:17:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:17:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:09 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:17:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:09 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 16:17:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:17:09 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:17:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:17:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:19 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:17:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:19 [main] REPORT: STEP EXECUTION TIME TAKEN :10014 MS unit-abot-epc-basic-0: 16:17:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:17:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:17:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:19.590 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 16:17:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:19.594 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:17:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:17:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:19 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:17:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:19 [main] REPORT: STEP EXECUTION TIME TAKEN :34 MS unit-abot-epc-basic-0: 16:17:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:19 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:17:19 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:17:19 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:17:19 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:17:19 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:17:20 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT
 unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0002 unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". # featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature:9 unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run # WRONGIMSI is restored to false in teardown process unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_SQN_failure unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:17:30 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: STEP EXECUTION TIME TAKEN :269 MS unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: STEP EXECUTION TIME TAKEN :682 MS unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: STEP EXECUTION TIME TAKEN :99 MS unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:17:31 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:17:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:17:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:41 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:17:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:41 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 16:17:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:17:41 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:41 [main] REPORT: ========================================================================================== unit-oai-hss-0: 16:17:46 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 16:17:46 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:17:46 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 16:17:46 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:17:46 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:17:46 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 16:17:46 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 16:17:46 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 16:17:46 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:17:46 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 16:17:46 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 16:17:46 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 16:17:46 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 16:17:46 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 16:17:46 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 21941' unit-oai-hss-0: 16:17:46 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 21941 =~ .*running.* ]] unit-oai-hss-0: 16:17:46 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 16:17:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:17:46 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 16:17:46 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 16:17:46 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 16:17:46 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 16:17:46 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:17:46 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 16:17:46 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 16:17:46 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:17:46 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:17:46 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 16:17:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:17:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:51 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:17:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:51 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 16:17:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:17:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:17:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:51.965 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 16:17:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:51.968 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:17:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:17:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:51 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:17:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:51 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 16:17:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:51 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:17:51 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:17:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:17:51 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:17:51 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:17:52 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:17:52 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT
 unit-abot-epc-basic-0: 16:17:52 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_SQN_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0004 unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message. # featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature:10 unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:18:02 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:18:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:03 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:18:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:03 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:18:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:18:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:18:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:18:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:03 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 16:18:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:03 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 16:18:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:18:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:18:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:18:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:03 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 16:18:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:03 [main] REPORT: STEP EXECUTION TIME TAKEN :401 MS unit-abot-epc-basic-0: 16:18:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:18:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:18:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:18:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:03 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT unit-abot-epc-basic-0: 16:18:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:03 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 16:18:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:18:03 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:18:04 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:18:04 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:04 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 16:18:04 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:04 [main] REPORT: STEP EXECUTION TIME TAKEN :707 MS unit-abot-epc-basic-0: 16:18:04 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:18:04 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:18:04 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:18:04 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:04 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 16:18:04 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:04 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 16:18:04 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:18:04 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:18:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:18:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:14 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:18:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:14 [main] REPORT: STEP EXECUTION TIME TAKEN :10011 MS unit-abot-epc-basic-0: 16:18:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:18:14 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:18:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:18:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:24 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 16:18:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:24 [main] REPORT: STEP EXECUTION TIME TAKEN :10014 MS unit-abot-epc-basic-0: 16:18:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:18:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:18:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:24.268 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 16:18:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:24.275 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 16:18:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:18:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:24 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 16:18:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:24 [main] REPORT: STEP EXECUTION TIME TAKEN :41 MS unit-abot-epc-basic-0: 16:18:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:24 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 16:18:24 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:18:24 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 16:18:24 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 16:18:24 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 16:18:24 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT
 unit-abot-epc-basic-0: 16:18:25 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0004 @SS_changesReqd unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable" # featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature:10 unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run # AuC system changes required. HSS should send Authentication request message with AMF=AMF_RESYNCH amf = {0xff 0xff} unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run # file name kdf.c line no: 156 uint8_t amf[] = { 0xFF, 0xFF }; unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run 22 Scenarios (22 failed) unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run 278 Steps (22 failed, 256 passed) unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run 9m11.167s unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0, Time elapsed: 555.222 sec <<< FAILURE! - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.022 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs Time elapsed: 0.023 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.008 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MCC. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MNC. Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.008 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong TAC Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success with right GUTI. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.008 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options Time elapsed: 0.008 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI. Time elapsed: 0.004 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0.005 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI Time elapsed: 0.006 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.005 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". Time elapsed: 0.006 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message. Time elapsed: 0.004 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.004 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.004 sec unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable" Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Aug 27, 2018 4:18:35 PM org.springframework.context.support.ClassPathXmlApplicationContext doClose unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run INFO: Closing org.springframework.context.support.ClassPathXmlApplicationContext@2e8c1c9b: startup date [Mon Aug 27 16:09:21 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run 27-Aug-2018 16:18:35.488 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Results : unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Failed tests: unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 16:18:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:36 DEBUG unit.abot-epc-basic/0.run [ERROR] There are test failures. unit-abot-epc-basic-0: 16:18:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 16:18:36 DEBUG unit.abot-epc-basic/0.run Please refer to /var/lib/abot-epc-basic/target/surefire-reports for the individual test results. unit-abot-epc-basic-0: 16:18:36 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 16:18:36 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:18:36 DEBUG unit.abot-epc-basic/0.run [INFO] Building jar: /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 16:18:36 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 16:18:36 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:18:36 DEBUG unit.abot-epc-basic/0.run [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 16:18:38 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:18:38 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD FAILURE unit-abot-epc-basic-0: 16:18:38 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:18:38 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 09:21 min unit-abot-epc-basic-0: 16:18:38 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-08-27T16:18:38+00:00 unit-abot-epc-basic-0: 16:18:38 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 22M/60M unit-abot-epc-basic-0: 16:18:38 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:18:38 DEBUG unit.abot-epc-basic/0.run [ERROR] Failed to execute goal net.masterthought:maven-cucumber-reporting:0.1.0:generate (execution) on project ABOT-RunScenarios: Error Found: BUILD FAILED - Check Report For Details -> [Help 1] unit-abot-epc-basic-0: 16:18:38 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 16:18:38 DEBUG unit.abot-epc-basic/0.run [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. unit-abot-epc-basic-0: 16:18:38 DEBUG unit.abot-epc-basic/0.run [ERROR] Re-run Maven using the -X switch to enable full debug logging. unit-abot-epc-basic-0: 16:18:38 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 16:18:38 DEBUG unit.abot-epc-basic/0.run [ERROR] For more information about the errors and possible solutions, please read the following articles: unit-abot-epc-basic-0: 16:18:38 DEBUG unit.abot-epc-basic/0.run [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException unit-abot-epc-basic-0: 16:18:38 DEBUG unit.abot-epc-basic/0.run No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 16:18:38 DEBUG juju.worker.uniter.operation committing operation "run action 91716b87-2b9c-4fee-8fc4-36d8726e3330" unit-abot-epc-basic-0: 16:18:38 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 16:18:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 16:18:38 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 16:18:38 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 16:18:38 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 16:18:38 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 16:18:38 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 16:18:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-abot-epc-basic-0: 16:18:38 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 16:18:38 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 16:18:38 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 16:18:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 16:18:38 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 16:18:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes 2018-08-27 16:19:00,617 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-08-27 16:19:54,294 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju destroy-controller -y abot-controller --destroy-all-models Destroying controller Waiting for hosted model resources to be reclaimed Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 3 applications Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 1 machine Waiting on 1 model, 1 machine Waiting on 1 model, 1 machine Waiting on 1 model, 1 machine Waiting on 1 model, 1 machine All hosted models reclaimed, cleaning up controller machines 2018-08-27 16:19:54,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 16:19:54,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:19:54,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2532 X-Openstack-Request-Id: req-125d77a0-93bf-40a2-8fed-bc81b09e0398 Date: Mon, 27 Aug 2018 16:19:54 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "8f0c75b53e524a19820670ab2be884c0", "created_at": "2018-08-27T15:55:15Z", "updated_at": "2018-08-27T16:19:18Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 8, "project_id": "8f0c75b53e524a19820670ab2be884c0", "port_id": null, "id": "1279dd34-aa64-49fb-b730-f3f6bca39221", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "8f0c75b53e524a19820670ab2be884c0", "created_at": "2018-08-27T15:57:28Z", "updated_at": "2018-08-27T16:19:26Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.214", "revision_number": 8, "project_id": "8f0c75b53e524a19820670ab2be884c0", "port_id": null, "id": "35f439f2-6f95-4117-89a2-9dae2712c575", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "8f0c75b53e524a19820670ab2be884c0", "created_at": "2018-08-27T15:58:15Z", "updated_at": "2018-08-27T16:19:33Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 8, "project_id": "8f0c75b53e524a19820670ab2be884c0", "port_id": null, "id": "4cfaf5e0-0e46-4914-99b1-4633eaf9f9c2", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "8f0c75b53e524a19820670ab2be884c0", "created_at": "2018-08-27T15:59:34Z", "updated_at": "2018-08-27T16:19:41Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.218", "revision_number": 8, "project_id": "8f0c75b53e524a19820670ab2be884c0", "port_id": null, "id": "7a2acb5b-27a5-4a95-8863-a6507aa7576f", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "8f0c75b53e524a19820670ab2be884c0", "created_at": "2018-08-27T15:53:08Z", "updated_at": "2018-08-27T16:19:53Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 8, "project_id": "8f0c75b53e524a19820670ab2be884c0", "port_id": null, "id": "b02f8d38-b643-4cdc-a047-1622a5f08ae1", "qos_policy_id": null}]} 2018-08-27 16:19:54,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-125d77a0-93bf-40a2-8fed-bc81b09e0398 2018-08-27 16:19:54,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.307785987854s 2018-08-27 16:19:54,605 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-125d77a0-93bf-40a2-8fed-bc81b09e0398 2018-08-27 16:19:54,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 16:19:54,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/1279dd34-aa64-49fb-b730-f3f6bca39221.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:19:55,464 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a0084228-8227-4c26-b09f-2bfafb55e9e7 Content-Length: 0 Date: Mon, 27 Aug 2018 16:19:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 16:19:55,464 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/1279dd34-aa64-49fb-b730-f3f6bca39221.json used request id req-a0084228-8227-4c26-b09f-2bfafb55e9e7 2018-08-27 16:19:55,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.842427015305s 2018-08-27 16:19:55,465 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/1279dd34-aa64-49fb-b730-f3f6bca39221.json used request id req-a0084228-8227-4c26-b09f-2bfafb55e9e7 2018-08-27 16:19:55,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 16:19:55,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:19:55,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2029 X-Openstack-Request-Id: req-c290b62d-22c2-4d68-9a2e-38e58dd972fd Date: Mon, 27 Aug 2018 16:19:55 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "8f0c75b53e524a19820670ab2be884c0", "created_at": "2018-08-27T15:57:28Z", "updated_at": "2018-08-27T16:19:26Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.214", "revision_number": 8, "project_id": "8f0c75b53e524a19820670ab2be884c0", "port_id": null, "id": "35f439f2-6f95-4117-89a2-9dae2712c575", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "8f0c75b53e524a19820670ab2be884c0", "created_at": "2018-08-27T15:58:15Z", "updated_at": "2018-08-27T16:19:33Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 8, "project_id": "8f0c75b53e524a19820670ab2be884c0", "port_id": null, "id": "4cfaf5e0-0e46-4914-99b1-4633eaf9f9c2", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "8f0c75b53e524a19820670ab2be884c0", "created_at": "2018-08-27T15:59:34Z", "updated_at": "2018-08-27T16:19:41Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.218", "revision_number": 8, "project_id": "8f0c75b53e524a19820670ab2be884c0", "port_id": null, "id": "7a2acb5b-27a5-4a95-8863-a6507aa7576f", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "8f0c75b53e524a19820670ab2be884c0", "created_at": "2018-08-27T15:53:08Z", "updated_at": "2018-08-27T16:19:53Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 8, "project_id": "8f0c75b53e524a19820670ab2be884c0", "port_id": null, "id": "b02f8d38-b643-4cdc-a047-1622a5f08ae1", "qos_policy_id": null}]} 2018-08-27 16:19:55,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c290b62d-22c2-4d68-9a2e-38e58dd972fd 2018-08-27 16:19:55,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.28856086731s 2018-08-27 16:19:55,759 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c290b62d-22c2-4d68-9a2e-38e58dd972fd 2018-08-27 16:19:55,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 16:19:55,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/35f439f2-6f95-4117-89a2-9dae2712c575.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:19:56,606 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-39fd5840-a27b-467f-ae92-374308b9a68a Content-Length: 0 Date: Mon, 27 Aug 2018 16:19:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 16:19:56,607 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/35f439f2-6f95-4117-89a2-9dae2712c575.json used request id req-39fd5840-a27b-467f-ae92-374308b9a68a 2018-08-27 16:19:56,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.832836151123s 2018-08-27 16:19:56,607 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/35f439f2-6f95-4117-89a2-9dae2712c575.json used request id req-39fd5840-a27b-467f-ae92-374308b9a68a 2018-08-27 16:19:56,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 16:19:56,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:19:56,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1526 X-Openstack-Request-Id: req-fcc9562c-50c7-498b-ab4a-af7dca3eb22a Date: Mon, 27 Aug 2018 16:19:56 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "8f0c75b53e524a19820670ab2be884c0", "created_at": "2018-08-27T15:58:15Z", "updated_at": "2018-08-27T16:19:33Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 8, "project_id": "8f0c75b53e524a19820670ab2be884c0", "port_id": null, "id": "4cfaf5e0-0e46-4914-99b1-4633eaf9f9c2", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "8f0c75b53e524a19820670ab2be884c0", "created_at": "2018-08-27T15:59:34Z", "updated_at": "2018-08-27T16:19:41Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.218", "revision_number": 8, "project_id": "8f0c75b53e524a19820670ab2be884c0", "port_id": null, "id": "7a2acb5b-27a5-4a95-8863-a6507aa7576f", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "8f0c75b53e524a19820670ab2be884c0", "created_at": "2018-08-27T15:53:08Z", "updated_at": "2018-08-27T16:19:53Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 8, "project_id": "8f0c75b53e524a19820670ab2be884c0", "port_id": null, "id": "b02f8d38-b643-4cdc-a047-1622a5f08ae1", "qos_policy_id": null}]} 2018-08-27 16:19:56,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-fcc9562c-50c7-498b-ab4a-af7dca3eb22a 2018-08-27 16:19:56,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.227298974991s 2018-08-27 16:19:56,840 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-fcc9562c-50c7-498b-ab4a-af7dca3eb22a 2018-08-27 16:19:56,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 16:19:56,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/4cfaf5e0-0e46-4914-99b1-4633eaf9f9c2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:19:57,723 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-02cf5b0a-ccd5-4a1f-82cd-ca89a0ae550d Content-Length: 0 Date: Mon, 27 Aug 2018 16:19:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 16:19:57,723 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/4cfaf5e0-0e46-4914-99b1-4633eaf9f9c2.json used request id req-02cf5b0a-ccd5-4a1f-82cd-ca89a0ae550d 2018-08-27 16:19:57,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.874451160431s 2018-08-27 16:19:57,723 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/4cfaf5e0-0e46-4914-99b1-4633eaf9f9c2.json used request id req-02cf5b0a-ccd5-4a1f-82cd-ca89a0ae550d 2018-08-27 16:19:57,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 16:19:57,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:19:57,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1023 X-Openstack-Request-Id: req-33e3a424-d434-447b-929a-7787640cdcb9 Date: Mon, 27 Aug 2018 16:19:57 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "8f0c75b53e524a19820670ab2be884c0", "created_at": "2018-08-27T15:59:34Z", "updated_at": "2018-08-27T16:19:41Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.218", "revision_number": 8, "project_id": "8f0c75b53e524a19820670ab2be884c0", "port_id": null, "id": "7a2acb5b-27a5-4a95-8863-a6507aa7576f", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "8f0c75b53e524a19820670ab2be884c0", "created_at": "2018-08-27T15:53:08Z", "updated_at": "2018-08-27T16:19:53Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 8, "project_id": "8f0c75b53e524a19820670ab2be884c0", "port_id": null, "id": "b02f8d38-b643-4cdc-a047-1622a5f08ae1", "qos_policy_id": null}]} 2018-08-27 16:19:57,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-33e3a424-d434-447b-929a-7787640cdcb9 2018-08-27 16:19:57,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.247210025787s 2018-08-27 16:19:57,976 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-33e3a424-d434-447b-929a-7787640cdcb9 2018-08-27 16:19:57,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 16:19:57,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/7a2acb5b-27a5-4a95-8863-a6507aa7576f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:19:58,764 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d158ab02-7af9-4a0d-b90e-84d10fd9f677 Content-Length: 0 Date: Mon, 27 Aug 2018 16:19:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 16:19:58,764 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/7a2acb5b-27a5-4a95-8863-a6507aa7576f.json used request id req-d158ab02-7af9-4a0d-b90e-84d10fd9f677 2018-08-27 16:19:58,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.777741909027s 2018-08-27 16:19:58,765 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/7a2acb5b-27a5-4a95-8863-a6507aa7576f.json used request id req-d158ab02-7af9-4a0d-b90e-84d10fd9f677 2018-08-27 16:19:58,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 16:19:58,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:19:58,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-c133aabc-9176-4609-a4bb-6315b8392a46 Date: Mon, 27 Aug 2018 16:19:58 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "8f0c75b53e524a19820670ab2be884c0", "created_at": "2018-08-27T15:53:08Z", "updated_at": "2018-08-27T16:19:53Z", "floating_network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 8, "project_id": "8f0c75b53e524a19820670ab2be884c0", "port_id": null, "id": "b02f8d38-b643-4cdc-a047-1622a5f08ae1", "qos_policy_id": null}]} 2018-08-27 16:19:58,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c133aabc-9176-4609-a4bb-6315b8392a46 2018-08-27 16:19:58,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.119684934616s 2018-08-27 16:19:58,890 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c133aabc-9176-4609-a4bb-6315b8392a46 2018-08-27 16:19:58,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-27 16:19:58,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/b02f8d38-b643-4cdc-a047-1622a5f08ae1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:19:59,883 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-53c8f0d8-f2f2-468b-bbbb-f03539204873 Content-Length: 0 Date: Mon, 27 Aug 2018 16:19:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 16:19:59,883 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/b02f8d38-b643-4cdc-a047-1622a5f08ae1.json used request id req-53c8f0d8-f2f2-468b-bbbb-f03539204873 2018-08-27 16:19:59,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.98770403862s 2018-08-27 16:19:59,883 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/b02f8d38-b643-4cdc-a047-1622a5f08ae1.json used request id req-53c8f0d8-f2f2-468b-bbbb-f03539204873 2018-08-27 16:19:59,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 16:19:59,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:20:00,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-acfc6562-de0a-4f35-98ec-faff978701e2 Date: Mon, 27 Aug 2018 16:20:00 GMT RESP BODY: {"floatingips": []} 2018-08-27 16:20:00,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-acfc6562-de0a-4f35-98ec-faff978701e2 2018-08-27 16:20:00,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.314154148102s 2018-08-27 16:20:00,203 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-acfc6562-de0a-4f35-98ec-faff978701e2 2018-08-27 16:20:00,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 16:20:00,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/b8cc7d18-7a23-4e7d-8fcf-18154c953d41 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:20:01,681 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dddcfe1a-87f6-44d9-ab11-df30579e9ac9 Date: Mon, 27 Aug 2018 16:20: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 16:20:01,681 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/b8cc7d18-7a23-4e7d-8fcf-18154c953d41 used request id req-dddcfe1a-87f6-44d9-ab11-df30579e9ac9 2018-08-27 16:20:01,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.47727298737s 2018-08-27 16:20:01,682 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/b8cc7d18-7a23-4e7d-8fcf-18154c953d41 used request id req-dddcfe1a-87f6-44d9-ab11-df30579e9ac9 2018-08-27 16:20:01,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 16:20:01,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 16:20:01,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 16:20: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-6d6b2e30-ffa4-455d-9222-b8bda4621048 x-compute-request-id: req-6d6b2e30-ffa4-455d-9222-b8bda4621048 Content-Encoding: gzip Content-Length: 446 Content-Type: application/json RESP BODY: {"flavors": [{"name": "juju_epc-flavor_e2f55f19-b78c-4658-b532-c46b167c4193", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/64cdf372-1c69-4b00-87d4-c7fad2d323a6", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/64cdf372-1c69-4b00-87d4-c7fad2d323a6", "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": "64cdf372-1c69-4b00-87d4-c7fad2d323a6"}, {"name": "juju_epc-flavor_alt_e2f55f19-b78c-4658-b532-c46b167c4193", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9d043684-c9c9-41e1-be88-217fc6ea59fc", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9d043684-c9c9-41e1-be88-217fc6ea59fc", "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": "9d043684-c9c9-41e1-be88-217fc6ea59fc"}, {"name": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "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": "bed8e90f-348e-48c2-89f5-50cd7333d537"}]} 2018-08-27 16:20:01,963 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-6d6b2e30-ffa4-455d-9222-b8bda4621048 2018-08-27 16:20:01,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.280875205994s 2018-08-27 16:20:01,964 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-6d6b2e30-ffa4-455d-9222-b8bda4621048 2018-08-27 16:20:01,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 16:20:01,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/9d043684-c9c9-41e1-be88-217fc6ea59fc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 16:20:01,997 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 16:20: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-c98d6891-a685-4d16-80b6-6bca2879e1aa x-compute-request-id: req-c98d6891-a685-4d16-80b6-6bca2879e1aa Content-Length: 0 Content-Type: application/json 2018-08-27 16:20:01,997 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/9d043684-c9c9-41e1-be88-217fc6ea59fc used request id req-c98d6891-a685-4d16-80b6-6bca2879e1aa 2018-08-27 16:20:01,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0310509204865s 2018-08-27 16:20:01,998 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/9d043684-c9c9-41e1-be88-217fc6ea59fc used request id req-c98d6891-a685-4d16-80b6-6bca2879e1aa 2018-08-27 16:20:01,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 16:20:01,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/61d385b9-c295-426f-ba64-59ae1973c6f9/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}7a015f8be0bf47445459ebd8699efa828af6fcfe" -d '{"subnet_id": "b9d3dd6e-6f24-4f55-a425-08d949ff5619"}' 2018-08-27 16:20:04,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4f99adfc-07ac-4c3c-a4cd-96436e3e6d8e Date: Mon, 27 Aug 2018 16:20:04 GMT RESP BODY: {"network_id": "408e15cc-4f70-4ed4-a1da-c7a912bd9f4c", "tenant_id": "8f0c75b53e524a19820670ab2be884c0", "subnet_id": "b9d3dd6e-6f24-4f55-a425-08d949ff5619", "subnet_ids": ["b9d3dd6e-6f24-4f55-a425-08d949ff5619"], "port_id": "f9ab29aa-99a6-423b-8c27-4ac2dee517b5", "id": "61d385b9-c295-426f-ba64-59ae1973c6f9"} 2018-08-27 16:20:04,800 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/61d385b9-c295-426f-ba64-59ae1973c6f9/remove_router_interface.json used request id req-4f99adfc-07ac-4c3c-a4cd-96436e3e6d8e 2018-08-27 16:20:04,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.8021171093s 2018-08-27 16:20:04,801 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/61d385b9-c295-426f-ba64-59ae1973c6f9/remove_router_interface.json used request id req-4f99adfc-07ac-4c3c-a4cd-96436e3e6d8e returning object 61d385b9-c295-426f-ba64-59ae1973c6f9 2018-08-27 16:20:04,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 16:20:04,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:20:05,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-d6e37b95-2e82-4d3b-8bdf-5666f1577730 Date: Mon, 27 Aug 2018 16:20:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e7da560-d286-4d69-b2d6-e7b51586033c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "be54de9c-847e-4a09-971c-0568167e3798", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8f0c75b53e524a19820670ab2be884c0", "created_at": "2018-08-27T15:50:17Z", "admin_state_up": true, "updated_at": "2018-08-27T16:20:03Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "8f0c75b53e524a19820670ab2be884c0", "id": "61d385b9-c295-426f-ba64-59ae1973c6f9", "name": "juju_epc-router_e2f55f19-b78c-4658-b532-c46b167c4193"}]} 2018-08-27 16:20:05,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-d6e37b95-2e82-4d3b-8bdf-5666f1577730 2018-08-27 16:20:05,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.338426113129s 2018-08-27 16:20:05,140 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-d6e37b95-2e82-4d3b-8bdf-5666f1577730 2018-08-27 16:20:05,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 16:20:05,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/61d385b9-c295-426f-ba64-59ae1973c6f9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:20:09,203 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1559208a-7c32-4309-a63e-d46fd27ff6b1 Content-Length: 0 Date: Mon, 27 Aug 2018 16:20:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 16:20:09,203 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/61d385b9-c295-426f-ba64-59ae1973c6f9.json used request id req-1559208a-7c32-4309-a63e-d46fd27ff6b1 2018-08-27 16:20:09,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.0618929863s 2018-08-27 16:20:09,204 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/61d385b9-c295-426f-ba64-59ae1973c6f9.json used request id req-1559208a-7c32-4309-a63e-d46fd27ff6b1 2018-08-27 16:20:09,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 16:20:09,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:20:09,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-3552a8f9-1464-4c61-b086-3065b26c0253 Date: Mon, 27 Aug 2018 16:20:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"408e15cc-4f70-4ed4-a1da-c7a912bd9f4c","tenant_id":"8f0c75b53e524a19820670ab2be884c0","created_at":"2018-08-27T15:50:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T15:50:16Z","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":"8f0c75b53e524a19820670ab2be884c0","id":"b9d3dd6e-6f24-4f55-a425-08d949ff5619","subnetpool_id":null,"name":"juju_epc-subnet_e2f55f19-b78c-4658-b532-c46b167c4193"}]} 2018-08-27 16:20:09,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3552a8f9-1464-4c61-b086-3065b26c0253 2018-08-27 16:20:09,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0448100566864s 2018-08-27 16:20:09,249 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3552a8f9-1464-4c61-b086-3065b26c0253 2018-08-27 16:20:09,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 16:20:09,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/b9d3dd6e-6f24-4f55-a425-08d949ff5619.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:20:12,194 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6514727b-8898-4dff-8b4c-6e528bda4d2c Date: Mon, 27 Aug 2018 16:20:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 16:20:12,194 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/b9d3dd6e-6f24-4f55-a425-08d949ff5619.json used request id req-6514727b-8898-4dff-8b4c-6e528bda4d2c 2018-08-27 16:20:12,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.94266605377s 2018-08-27 16:20:12,194 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/b9d3dd6e-6f24-4f55-a425-08d949ff5619.json used request id req-6514727b-8898-4dff-8b4c-6e528bda4d2c 2018-08-27 16:20:12,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 16:20:12,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:20:12,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-68a21f31-2b80-406d-9a99-72c1037e5e25 Date: Mon, 27 Aug 2018 16:20:12 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"408e15cc-4f70-4ed4-a1da-c7a912bd9f4c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8f0c75b53e524a19820670ab2be884c0","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T16:20:11Z","qos_policy_id":null,"name":"juju_epc-net_e2f55f19-b78c-4658-b532-c46b167c4193","admin_state_up":true,"tenant_id":"8f0c75b53e524a19820670ab2be884c0","created_at":"2018-08-27T15:50:14Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9e7da560-d286-4d69-b2d6-e7b51586033c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","l2_adjacency":true,"status":"ACTIVE","subnets":["be54de9c-847e-4a09-971c-0568167e3798"],"description":"","tags":[],"updated_at":"2018-08-27T12:30:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"77bd4868bd174d5ebe51d7cc4e7de1f2","created_at":"2018-08-27T12:07:11Z","mtu":1500}]} 2018-08-27 16:20:12,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-68a21f31-2b80-406d-9a99-72c1037e5e25 2018-08-27 16:20:12,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119010925293s 2018-08-27 16:20:12,314 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-68a21f31-2b80-406d-9a99-72c1037e5e25 2018-08-27 16:20:12,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 16:20:12,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/408e15cc-4f70-4ed4-a1da-c7a912bd9f4c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:20:14,230 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5754cb0b-9f09-41d8-aef8-ab06e0904308 Date: Mon, 27 Aug 2018 16:20:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 16:20:14,230 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/408e15cc-4f70-4ed4-a1da-c7a912bd9f4c.json used request id req-5754cb0b-9f09-41d8-aef8-ab06e0904308 2018-08-27 16:20:14,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.914894104s 2018-08-27 16:20:14,230 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/408e15cc-4f70-4ed4-a1da-c7a912bd9f4c.json used request id req-5754cb0b-9f09-41d8-aef8-ab06e0904308 2018-08-27 16:20:14,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 16:20:14,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:20:14,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-0f484310-d9f3-4ca0-9de3-60d0511c6ae0 Date: Mon, 27 Aug 2018 16:20:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-27T15:50:35Z", "file": "/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2/file", "owner": "8f0c75b53e524a19820670ab2be884c0", "id": "884063da-9cbb-4d97-8d34-d279e95911f2", "size": 296681472, "self": "/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/884063da-9cbb-4d97-8d34-d279e95911f2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "85c7ba628fddf7c53ebca219f2c399529bc82e120c1136ada0aa3d192ada72b9", "locations": [{"url": "rbd://7d1669aa-4d12-4f5e-addb-d92d4f979e94/images/884063da-9cbb-4d97-8d34-d279e95911f2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_e2f55f19-b78c-4658-b532-c46b167c4193", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "7c14bb05aa9d8a4224a91d54f702b0a6", "name": "juju_epc-img_e2f55f19-b78c-4658-b532-c46b167c4193", "checksum": "7c14bb05aa9d8a4224a91d54f702b0a6", "created_at": "2018-08-27T15:50:29Z", "os_hidden": false, "protected": false, "os_hash_value": "b69ab2f4ffed9b44b2101a2ee86defd75356bb9847cce26a2342e8964f269c4e933409b86dd953b016f80b434224c6666280106c26153b2b1ee83dc1cf7271da"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 16:20:14,561 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0f484310-d9f3-4ca0-9de3-60d0511c6ae0 2018-08-27 16:20:14,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.326706886292s 2018-08-27 16:20:14,562 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0f484310-d9f3-4ca0-9de3-60d0511c6ae0 2018-08-27 16:20:14,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 16:20:14,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a015f8be0bf47445459ebd8699efa828af6fcfe" 2018-08-27 16:20:15,582 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-83cb2f31-d295-4972-8fd0-6799f51d7027 Date: Mon, 27 Aug 2018 16:20: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 16:20:15,582 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2 used request id req-83cb2f31-d295-4972-8fd0-6799f51d7027 2018-08-27 16:20:15,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.01893806458s 2018-08-27 16:20:15,583 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/884063da-9cbb-4d97-8d34-d279e95911f2 used request id req-83cb2f31-d295-4972-8fd0-6799f51d7027 2018-08-27 16:20:15,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-27 16:20:15,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 16:20:15,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 16:20: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-ba089785-9cf5-4832-ade2-698a36c434a0 x-compute-request-id: req-ba089785-9cf5-4832-ade2-698a36c434a0 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"flavors": [{"name": "juju_epc-flavor_e2f55f19-b78c-4658-b532-c46b167c4193", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/64cdf372-1c69-4b00-87d4-c7fad2d323a6", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/64cdf372-1c69-4b00-87d4-c7fad2d323a6", "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": "64cdf372-1c69-4b00-87d4-c7fad2d323a6"}, {"name": "heat_ims-flavor_alt_6c089c3e-f865-4305-8583-4a9082697b26", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bed8e90f-348e-48c2-89f5-50cd7333d537", "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": "bed8e90f-348e-48c2-89f5-50cd7333d537"}]} 2018-08-27 16:20:15,610 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-ba089785-9cf5-4832-ade2-698a36c434a0 2018-08-27 16:20:15,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0268309116364s 2018-08-27 16:20:15,610 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-ba089785-9cf5-4832-ade2-698a36c434a0 2018-08-27 16:20:15,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-27 16:20:15,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/64cdf372-1c69-4b00-87d4-c7fad2d323a6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 16:20:15,656 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 27 Aug 2018 16:20: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-552c7e53-de0e-4bf2-bb3d-9733578e6676 x-compute-request-id: req-552c7e53-de0e-4bf2-bb3d-9733578e6676 Content-Length: 0 Content-Type: application/json 2018-08-27 16:20:15,656 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/64cdf372-1c69-4b00-87d4-c7fad2d323a6 used request id req-552c7e53-de0e-4bf2-bb3d-9733578e6676 2018-08-27 16:20:15,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0435721874237s 2018-08-27 16:20:15,657 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/64cdf372-1c69-4b00-87d4-c7fad2d323a6 used request id req-552c7e53-de0e-4bf2-bb3d-9733578e6676 2018-08-27 16:20:15,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 16:20:15,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 16:20:15,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 16:20:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f4d5267-20c4-4dcc-a9a5-ca499859dd6e Content-Encoding: gzip Content-Length: 1029 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/027cdf85035a4bc1af0e96090f346ca1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "027cdf85035a4bc1af0e96090f346ca1", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/035cfab7b69b4f858a19d162fbf748c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "035cfab7b69b4f858a19d162fbf748c5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/0cc02800714d4835bf9a65c0a03af13e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0cc02800714d4835bf9a65c0a03af13e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/19531ac7d7a04f14901145afab065438"}, "domain_id": "default", "enabled": true, "options": {}, "id": "19531ac7d7a04f14901145afab065438", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_e5f05e02-8e7b-4510-a2fb-bb82037b21da", "links": {"self": "http://172.30.9.28:5000/v3/users/643d28eccdf547c1be8115317b9156d8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "643d28eccdf547c1be8115317b9156d8", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/64d14ff993a6496ebf9b3942e2c117a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64d14ff993a6496ebf9b3942e2c117a2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/7ec832a5a7344de2b6acdec7f6f14582"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ec832a5a7344de2b6acdec7f6f14582", "email": "admin@example.com", "password_expires_at": null}, {"name": "juju_epc-user_e2f55f19-b78c-4658-b532-c46b167c4193", "links": {"self": "http://172.30.9.28:5000/v3/users/8b4f70f90505454f85ab538c68483eaf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8b4f70f90505454f85ab538c68483eaf", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/8e66506f5fab421e9ede9167b2067c7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e66506f5fab421e9ede9167b2067c7f", "email": "neutron@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_587c92e8-a13d-4558-a381-057b1022e583", "links": {"self": "http://172.30.9.28:5000/v3/users/ac8e2e89c78f422f877b435ba39795b3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac8e2e89c78f422f877b435ba39795b3", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/b63b7a1a980e41acba46f3e220cc854c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b63b7a1a980e41acba46f3e220cc854c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/c402ad2804454e1ea4b199ee4e59982a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c402ad2804454e1ea4b199ee4e59982a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/c82d29d2fee24b5eb1ecf469306d5b0b"}, "domain_id": "1822875bebb84e26b6f0f5a37895742c", "enabled": true, "options": {}, "id": "c82d29d2fee24b5eb1ecf469306d5b0b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/d305bed65749450484cdacc004d7e8db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d305bed65749450484cdacc004d7e8db", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/dacefecdec674a88801be0cd5c556892"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dacefecdec674a88801be0cd5c556892", "email": "placement@localhost", "password_expires_at": null}, {"name": "api_check-user_d31ad16e-cc04-4a24-85a8-553c512542de", "links": {"self": "http://172.30.9.28:5000/v3/users/e43fb8d6d84d4cbbb61381b3ce933393"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e43fb8d6d84d4cbbb61381b3ce933393", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f332b780dce44f44bfaed032fb9d7712"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f332b780dce44f44bfaed032fb9d7712", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/f6349d2d4e444568aad044b4fd602f33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f6349d2d4e444568aad044b4fd602f33", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-27 16:20:15,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-6f4d5267-20c4-4dcc-a9a5-ca499859dd6e 2018-08-27 16:20:15,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.217775821686s 2018-08-27 16:20:15,876 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-6f4d5267-20c4-4dcc-a9a5-ca499859dd6e 2018-08-27 16:20:15,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 16:20:15,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/8b4f70f90505454f85ab538c68483eaf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 16:20:16,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 16:20:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06b0cc35-f578-4c9d-9a6b-6bed69c3f603 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_e2f55f19-b78c-4658-b532-c46b167c4193", "links": {"self": "http://172.30.9.28:5000/v3/users/8b4f70f90505454f85ab538c68483eaf"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "8b4f70f90505454f85ab538c68483eaf", "description": null}} 2018-08-27 16:20:16,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/8b4f70f90505454f85ab538c68483eaf used request id req-06b0cc35-f578-4c9d-9a6b-6bed69c3f603 2018-08-27 16:20:16,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.199620008469s 2018-08-27 16:20:16,083 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/8b4f70f90505454f85ab538c68483eaf used request id req-06b0cc35-f578-4c9d-9a6b-6bed69c3f603 2018-08-27 16:20:16,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 16:20:16,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/8b4f70f90505454f85ab538c68483eaf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 16:20:16,405 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 16:20:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0d062a5-ef6d-4ed9-a125-1330dd4d59b6 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 16:20:16,405 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8b4f70f90505454f85ab538c68483eaf used request id req-c0d062a5-ef6d-4ed9-a125-1330dd4d59b6 2018-08-27 16:20:16,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.321949005127s 2018-08-27 16:20:16,406 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8b4f70f90505454f85ab538c68483eaf used request id req-c0d062a5-ef6d-4ed9-a125-1330dd4d59b6 2018-08-27 16:20:16,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 16:20:16,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 16:20:16,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 16:20:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e3da3a1-b445-48ea-8234-b203c24e2388 Content-Encoding: gzip Content-Length: 590 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/31763e08ea2f4a638b9662d681f6dfc1"}, "tags": [], "enabled": true, "id": "31763e08ea2f4a638b9662d681f6dfc1", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_587c92e8-a13d-4558-a381-057b1022e583"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/77bd4868bd174d5ebe51d7cc4e7de1f2"}, "tags": [], "enabled": true, "id": "77bd4868bd174d5ebe51d7cc4e7de1f2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d05b3e984ab471bb88ddd5a5acd4c31"}, "tags": [], "enabled": true, "id": "8d05b3e984ab471bb88ddd5a5acd4c31", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d31ad16e-cc04-4a24-85a8-553c512542de"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/8d9ec3b924e84c679dfb4bd26aa542e9"}, "tags": [], "enabled": true, "id": "8d9ec3b924e84c679dfb4bd26aa542e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_e5f05e02-8e7b-4510-a2fb-bb82037b21da"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.28:5000/v3/projects/8f0c75b53e524a19820670ab2be884c0"}, "tags": [], "enabled": true, "id": "8f0c75b53e524a19820670ab2be884c0", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_e2f55f19-b78c-4658-b532-c46b167c4193"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/d56eab07eebe4995963c4bcc663afcc8"}, "tags": [], "enabled": true, "id": "d56eab07eebe4995963c4bcc663afcc8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-27 16:20:16,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-6e3da3a1-b445-48ea-8234-b203c24e2388 2018-08-27 16:20:16,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.188742160797s 2018-08-27 16:20:16,601 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-6e3da3a1-b445-48ea-8234-b203c24e2388 2018-08-27 16:20:16,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 16:20:16,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/8f0c75b53e524a19820670ab2be884c0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ee55c275b4f0bba83a2a342c5410fefc35b5169" 2018-08-27 16:20:16,850 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 16:20:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0dbd6685-9308-41b2-84fb-fedab66c8db0 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 16:20:16,851 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/8f0c75b53e524a19820670ab2be884c0 used request id req-0dbd6685-9308-41b2-84fb-fedab66c8db0 2018-08-27 16:20:16,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.244443893433s 2018-08-27 16:20:16,851 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/8f0c75b53e524a19820670ab2be884c0 used request id req-0dbd6685-9308-41b2-84fb-fedab66c8db0 2018-08-27 16:20:16,852 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify | functest | vnf | 04:13 | PASS | | cloudify_ims | functest | vnf | 06:26 | FAIL | | heat_ims | functest | vnf | 60:35 | FAIL | | vyos_vrouter | functest | vnf | 07:46 | FAIL | | juju_epc | functest | vnf | 28:46 | PASS | +----------------------+------------------+--------------+------------------+----------------+ 2018-08-27 16:20:16,859 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-27 16:20:16,885 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-27 16:20:16,965 - paramiko.transport - DEBUG - EOF in transport thread